diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-26 00:18:53 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-26 00:18:53 +0500 |
| commit | 9468770a3471d607b0bfd6b0f8554eeb6eccf1e0 (patch) | |
| tree | 2d8fdcb50194418432e415ba698f35cacadcde56 /assets | |
| parent | ce8d6e489c90404ca286403b7aa74079157ee2ba (diff) | |
upd: asset cleanup
Diffstat (limited to 'assets')
35 files changed, 11 insertions, 87547 deletions
diff --git a/assets/MainSpritesheet.atlas b/assets/MainSpritesheet.atlas deleted file mode 100644 index e0296e3..0000000 --- a/assets/MainSpritesheet.atlas +++ /dev/null @@ -1,73 +0,0 @@ -MainSpritesheet.png -size:512,512 -repeat:none -bg -bounds:64,64,64,64 -split:8,8,8,8 -checkmark -bounds:320,448,64,64 -circle -bounds:0,64,64,64 -split:30,30,30,30 -close -bounds:64,0,64,64 -delete -bounds:128,320,64,64 -down -bounds:128,192,64,64 -split:12,12,12,12 -down_arrow -bounds:384,384,64,64 -fg -bounds:256,192,64,64 -split:8,8,8,8 -gift -bounds:128,384,128,128 -gradient -bounds:128,256,64,64 -green_up -bounds:384,448,64,64 -split:12,12,12,12 -inventory -bounds:0,384,128,128 -left_arrow -bounds:128,128,64,64 -multiplier -bounds:192,192,64,64 -options -bounds:256,448,64,64 -over -bounds:320,320,64,64 -split:12,12,12,12 -points -bounds:128,0,64,64 -r_down -bounds:448,384,64,64 -split:30,30,30,30 -r_over -bounds:192,256,64,64 -r_up -bounds:256,384,64,64 -right_arrow -bounds:256,256,64,64 -shop -bounds:0,128,128,128 -shutdown -bounds:128,64,64,64 -source_code -bounds:0,0,64,64 -tile -bounds:320,319,1,1 -twitch -bounds:320,384,64,64 -twitter -bounds:192,320,64,64 -unknown -bounds:0,256,128,128 -up -bounds:192,128,64,64 -split:12,12,12,12 -up_arrow -bounds:256,320,64,64 -youtube -bounds:448,448,64,64 diff --git a/assets/MainSpritesheet.png b/assets/MainSpritesheet.png Binary files differdeleted file mode 100644 index 7d5e6ee..0000000 --- a/assets/MainSpritesheet.png +++ /dev/null diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin deleted file mode 100644 index 973c850..0000000 --- a/assets/MainSpritesheet.skin +++ /dev/null @@ -1,133 +0,0 @@ -{ - Color: { - black: {hex: "#000000ff" }, - darkblue: {hex: "#1d2b53ff" }, - darkpurple: {hex: "#7e2553ff" }, - darkgreen: {hex: "#008751ff" }, - brown: {hex: "#ab5236ff" }, - grey: {hex: "#5f574fff" }, - lightgrey: {hex: "#c2c3c7ff" }, - white: {hex: "#fff1e8ff" }, - red: {hex: "#ff004dff" }, - orange: {hex: "#ffa300ff" }, - yellow: {hex: "#ffec27ff" }, - green: {hex: "#00e436ff" }, - blue: {hex: "#29adffff" }, - lavender: {hex: "#83769cff" }, - pink: {hex: "#ff77a8ff" }, - lightpeach: {hex: "#ffccaaff" } - }, - TintedDrawable: { - tile_01: { color: { hex: "#ffa61bff" }, name: tile }, - tile_02: { color: { hex: "#e98e42ff" }, name: tile }, - tile_03: { color: { hex: "#00000055" }, name: tile }, - tile_04: { color: { hex: "#00ff00ff" }, name: tile }, - tile_05: { color: { hex: "#222222ff" }, name: tile }, - white_tile: { color: { hex: "#ffffffff" }, name: tile }, - - board: { color: { hex: "#ffa61bff" }, name: tile }, - shop_list: { color: {hex: "#e98e42ff" }, name: tile }, - shop_item: { color: {hex: "#ffa61bff" }, name: tile }, - window: { color: { hex: "#00000055" }, name: bg }, - - fill_circle: { color: { hex: "#00ff00ff" }, name: circle }, - - tint: { color: { hex: "#00000055" }, name: tile } - } - com.badlogic.gdx.graphics.g2d.BitmapFont: { - default: { - file: fnt/FontText.fnt, - scaledSize: 24 - }, - - small: { - file: fnt/FontText.fnt, - scaledSize: 16 - }, - - store_title: { - file: fnt/FontText.fnt, - scaledSize: 24 - }, - - pixeled: { - file: fnt/MaxonMercutio.fnt, - scaledSize: 23 - }, - - s-pixeled: { - file: fnt/MaxonMercutio.fnt, - scaledSize: 17 - } - }, - com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { - default: { font: default, fontColor: lightgrey }, - small-default: { font: small, fontColor: lightgrey } - small-pixeled: { font: s-pixeled, fontColor: lightgrey } - value: { font: default, fontColor: yellow } - debug: { font: pixeled, fontColor: green }, - with_background: { font: default, fontColor: white, background: fg }, - header: { font: default, fontColor: yellow }, - header_with_bg: { font: default, fontColor: yellow, background: fg } - subheader: { font: default, fontColor: white }, - subheader_with_bg: { font: default, fontColor: white, background: fg }, - item_title: { font: small, fontColor: yellow }, - item_price: { font: small, fontColor: white }, - - store_title: { - font: store_title, - fontColor: white - } - }, - - com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { - default: { - font: default, - fontColor: white, - up: up, - down: down, - over: over, - disabled: bg - }, - text: { - font: default, - fontColor: lightgrey, - overFontColor: white, - downFontColor: grey - } - } - - com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: { - quit: { up: shutdown }, - options: { up: options }, - shop: { up: shop }, - inventory: { up: inventory }, - gift: { up: gift }, - close: { up: close }, - delete: { up: delete }, - right_arrow: { up: right_arrow }, - left_arrow: { up: left_arrow } - }, - - com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: { - dialog: { - background: bg, - titleFont: default - } - }, - - com.badlogic.gdx.scenes.scene2d.ui.ProgressBar$ProgressBarStyle: { - default-horizontal: { - background: tile_05, - knobBefore: tile_04 - } - }, - - com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { - default: { - font: default, - fontColor: white, - background: fg - } - } -}
\ No newline at end of file diff --git a/assets/fnt/MaxonGogono.fnt b/assets/fnt/MaxonGogono.fnt deleted file mode 100644 index 626208e..0000000 --- a/assets/fnt/MaxonGogono.fnt +++ /dev/null @@ -1,260 +0,0 @@ -info face="Gogono Cocoa Mochi Cyrillic" size=64 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=64 base=55 scaleW=1024 scaleH=1024 pages=1 packed=0 -page id=0 file="MaxonGogono.png" -chars count=255 -char id=0 x=780 y=283 width=10 height=10 xoffset=11 yoffset=27 xadvance=32 page=0 chnl=0 -char id=10 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=14 page=0 chnl=0 -char id=33 x=204 y=232 width=18 height=51 xoffset=2 yoffset=6 xadvance=22 page=0 chnl=0 -char id=34 x=547 y=283 width=19 height=19 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=35 x=297 y=232 width=45 height=51 xoffset=0 yoffset=6 xadvance=45 page=0 chnl=0 -char id=36 x=232 y=66 width=36 height=61 xoffset=1 yoffset=1 xadvance=38 page=0 chnl=0 -char id=37 x=256 y=232 width=41 height=51 xoffset=1 yoffset=6 xadvance=43 page=0 chnl=0 -char id=38 x=342 y=232 width=40 height=51 xoffset=1 yoffset=6 xadvance=41 page=0 chnl=0 -char id=39 x=566 y=283 width=15 height=19 xoffset=1 yoffset=2 xadvance=17 page=0 chnl=0 -char id=40 x=996 y=0 width=25 height=58 xoffset=1 yoffset=2 xadvance=27 page=0 chnl=0 -char id=41 x=363 y=66 width=25 height=58 xoffset=0 yoffset=2 xadvance=27 page=0 chnl=0 -char id=42 x=503 y=283 width=26 height=26 xoffset=2 yoffset=20 xadvance=30 page=0 chnl=0 -char id=43 x=421 y=283 width=27 height=28 xoffset=2 yoffset=19 xadvance=31 page=0 chnl=0 -char id=44 x=529 y=283 width=18 height=20 xoffset=-1 yoffset=41 xadvance=18 page=0 chnl=0 -char id=45 x=678 y=283 width=25 height=14 xoffset=2 yoffset=26 xadvance=29 page=0 chnl=0 -char id=46 x=663 y=283 width=15 height=15 xoffset=1 yoffset=41 xadvance=17 page=0 chnl=0 -char id=47 x=103 y=283 width=31 height=50 xoffset=-1 yoffset=6 xadvance=28 page=0 chnl=0 -char id=48 x=169 y=232 width=35 height=51 xoffset=1 yoffset=6 xadvance=37 page=0 chnl=0 -char id=49 x=273 y=283 width=28 height=49 xoffset=1 yoffset=7 xadvance=30 page=0 chnl=0 -char id=50 x=0 y=283 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=51 x=34 y=283 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=52 x=68 y=283 width=35 height=50 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=53 x=33 y=232 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=54 x=769 y=129 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=55 x=67 y=232 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=56 x=100 y=232 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=57 x=134 y=232 width=35 height=51 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=58 x=353 y=283 width=16 height=37 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=0 -char id=59 x=1005 y=232 width=18 height=42 xoffset=0 yoffset=12 xadvance=20 page=0 chnl=0 -char id=60 x=369 y=283 width=26 height=35 xoffset=1 yoffset=12 xadvance=28 page=0 chnl=0 -char id=61 x=448 y=283 width=25 height=28 xoffset=2 yoffset=18 xadvance=29 page=0 chnl=0 -char id=62 x=395 y=283 width=26 height=35 xoffset=1 yoffset=12 xadvance=28 page=0 chnl=0 -char id=63 x=222 y=232 width=34 height=51 xoffset=2 yoffset=6 xadvance=38 page=0 chnl=0 -char id=64 x=480 y=66 width=50 height=58 xoffset=2 yoffset=3 xadvance=54 page=0 chnl=0 -char id=65 x=864 y=129 width=34 height=51 xoffset=0 yoffset=6 xadvance=34 page=0 chnl=0 -char id=66 x=589 y=232 width=34 height=50 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=67 x=623 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=68 x=657 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=69 x=898 y=129 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=70 x=931 y=129 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=71 x=836 y=66 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=72 x=965 y=129 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=73 x=999 y=129 width=18 height=51 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=74 x=691 y=232 width=35 height=50 xoffset=1 yoffset=6 xadvance=37 page=0 chnl=0 -char id=75 x=0 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=76 x=871 y=66 width=33 height=52 xoffset=1 yoffset=5 xadvance=35 page=0 chnl=0 -char id=77 x=904 y=66 width=49 height=52 xoffset=1 yoffset=5 xadvance=51 page=0 chnl=0 -char id=78 x=765 y=66 width=35 height=53 xoffset=1 yoffset=4 xadvance=37 page=0 chnl=0 -char id=79 x=34 y=181 width=35 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=80 x=69 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=81 x=268 y=66 width=35 height=60 xoffset=1 yoffset=6 xadvance=37 page=0 chnl=0 -char id=82 x=103 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=83 x=953 y=66 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=84 x=137 y=181 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=85 x=170 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=86 x=988 y=66 width=34 height=52 xoffset=0 yoffset=5 xadvance=34 page=0 chnl=0 -char id=87 x=0 y=129 width=52 height=52 xoffset=0 yoffset=5 xadvance=53 page=0 chnl=0 -char id=88 x=52 y=129 width=34 height=52 xoffset=1 yoffset=5 xadvance=36 page=0 chnl=0 -char id=89 x=86 y=129 width=34 height=52 xoffset=0 yoffset=5 xadvance=35 page=0 chnl=0 -char id=90 x=726 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=91 x=388 y=66 width=20 height=58 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=92 x=134 y=283 width=31 height=50 xoffset=-1 yoffset=6 xadvance=28 page=0 chnl=0 -char id=93 x=408 y=66 width=20 height=58 xoffset=0 yoffset=2 xadvance=21 page=0 chnl=0 -char id=94 x=473 y=283 width=30 height=26 xoffset=1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=95 x=755 y=283 width=25 height=13 xoffset=2 yoffset=43 xadvance=29 page=0 chnl=0 -char id=96 x=581 y=283 width=21 height=17 xoffset=7 yoffset=-9 xadvance=35 page=0 chnl=0 -char id=97 x=204 y=181 width=34 height=51 xoffset=0 yoffset=6 xadvance=34 page=0 chnl=0 -char id=98 x=760 y=232 width=34 height=50 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=99 x=794 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=100 x=828 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=101 x=238 y=181 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=102 x=271 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=103 x=120 y=129 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=104 x=305 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=105 x=339 y=181 width=18 height=51 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=106 x=691 y=232 width=35 height=50 xoffset=1 yoffset=6 xadvance=37 page=0 chnl=0 -char id=107 x=357 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=108 x=155 y=129 width=33 height=52 xoffset=1 yoffset=5 xadvance=35 page=0 chnl=0 -char id=109 x=188 y=129 width=49 height=52 xoffset=1 yoffset=5 xadvance=51 page=0 chnl=0 -char id=110 x=765 y=66 width=35 height=53 xoffset=1 yoffset=4 xadvance=37 page=0 chnl=0 -char id=111 x=34 y=181 width=35 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=112 x=69 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=113 x=268 y=66 width=35 height=60 xoffset=1 yoffset=6 xadvance=37 page=0 chnl=0 -char id=114 x=103 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=115 x=237 y=129 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=116 x=137 y=181 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=117 x=170 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=118 x=272 y=129 width=34 height=52 xoffset=0 yoffset=5 xadvance=34 page=0 chnl=0 -char id=119 x=0 y=129 width=52 height=52 xoffset=0 yoffset=5 xadvance=53 page=0 chnl=0 -char id=120 x=52 y=129 width=34 height=52 xoffset=1 yoffset=5 xadvance=36 page=0 chnl=0 -char id=121 x=86 y=129 width=34 height=52 xoffset=0 yoffset=5 xadvance=35 page=0 chnl=0 -char id=122 x=726 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=123 x=428 y=66 width=26 height=58 xoffset=0 yoffset=2 xadvance=26 page=0 chnl=0 -char id=124 x=712 y=66 width=17 height=55 xoffset=1 yoffset=4 xadvance=20 page=0 chnl=0 -char id=125 x=454 y=66 width=26 height=58 xoffset=0 yoffset=2 xadvance=26 page=0 chnl=0 -char id=126 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=161 x=382 y=232 width=18 height=51 xoffset=2 yoffset=6 xadvance=22 page=0 chnl=0 -char id=162 x=586 y=66 width=37 height=57 xoffset=1 yoffset=3 xadvance=39 page=0 chnl=0 -char id=163 x=165 y=283 width=36 height=50 xoffset=1 yoffset=6 xadvance=39 page=0 chnl=0 -char id=164 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=165 x=400 y=232 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=166 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=167 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=168 x=703 y=283 width=27 height=14 xoffset=5 yoffset=-6 xadvance=37 page=0 chnl=0 -char id=169 x=662 y=66 width=50 height=56 xoffset=2 yoffset=4 xadvance=54 page=0 chnl=0 -char id=170 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=171 x=804 y=129 width=30 height=52 xoffset=1 yoffset=5 xadvance=32 page=0 chnl=0 -char id=172 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=173 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=174 x=303 y=66 width=60 height=60 xoffset=1 yoffset=-2 xadvance=62 page=0 chnl=0 -char id=175 x=730 y=283 width=25 height=14 xoffset=2 yoffset=-5 xadvance=29 page=0 chnl=0 -char id=176 x=646 y=283 width=17 height=16 xoffset=10 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=177 x=326 y=283 width=27 height=41 xoffset=2 yoffset=11 xadvance=31 page=0 chnl=0 -char id=178 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=179 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=180 x=602 y=283 width=21 height=17 xoffset=7 yoffset=-9 xadvance=35 page=0 chnl=0 -char id=181 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=182 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=183 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=184 x=623 y=283 width=23 height=17 xoffset=7 yoffset=52 xadvance=36 page=0 chnl=0 -char id=185 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=186 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=187 x=834 y=129 width=30 height=52 xoffset=1 yoffset=5 xadvance=32 page=0 chnl=0 -char id=191 x=434 y=232 width=34 height=51 xoffset=2 yoffset=6 xadvance=38 page=0 chnl=0 -char id=192 x=662 y=0 width=34 height=65 xoffset=0 yoffset=-8 xadvance=34 page=0 chnl=0 -char id=193 x=696 y=0 width=34 height=65 xoffset=0 yoffset=-8 xadvance=34 page=0 chnl=0 -char id=194 x=35 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=34 page=0 chnl=0 -char id=195 x=69 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=34 page=0 chnl=0 -char id=196 x=867 y=0 width=34 height=63 xoffset=0 yoffset=-6 xadvance=34 page=0 chnl=0 -char id=197 x=103 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=34 page=0 chnl=0 -char id=198 x=468 y=232 width=53 height=51 xoffset=0 yoffset=6 xadvance=54 page=0 chnl=0 -char id=199 x=901 y=0 width=34 height=63 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=200 x=730 y=0 width=33 height=65 xoffset=1 yoffset=-8 xadvance=35 page=0 chnl=0 -char id=201 x=763 y=0 width=33 height=65 xoffset=1 yoffset=-8 xadvance=35 page=0 chnl=0 -char id=202 x=137 y=0 width=33 height=66 xoffset=1 yoffset=-9 xadvance=35 page=0 chnl=0 -char id=203 x=935 y=0 width=33 height=63 xoffset=1 yoffset=-6 xadvance=35 page=0 chnl=0 -char id=204 x=796 y=0 width=19 height=65 xoffset=0 yoffset=-8 xadvance=20 page=0 chnl=0 -char id=205 x=815 y=0 width=19 height=65 xoffset=0 yoffset=-8 xadvance=20 page=0 chnl=0 -char id=206 x=170 y=0 width=23 height=66 xoffset=-2 yoffset=-9 xadvance=19 page=0 chnl=0 -char id=207 x=968 y=0 width=28 height=63 xoffset=-3 yoffset=-6 xadvance=20 page=0 chnl=0 -char id=208 x=201 y=283 width=38 height=50 xoffset=0 yoffset=6 xadvance=39 page=0 chnl=0 -char id=209 x=193 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=210 x=228 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=211 x=263 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=212 x=298 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=213 x=333 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=214 x=0 y=66 width=35 height=63 xoffset=1 yoffset=-6 xadvance=37 page=0 chnl=0 -char id=215 x=503 y=283 width=26 height=26 xoffset=2 yoffset=20 xadvance=30 page=0 chnl=0 -char id=216 x=729 y=66 width=36 height=54 xoffset=1 yoffset=4 xadvance=37 page=0 chnl=0 -char id=217 x=368 y=0 width=34 height=66 xoffset=1 yoffset=-9 xadvance=36 page=0 chnl=0 -char id=218 x=402 y=0 width=34 height=66 xoffset=1 yoffset=-9 xadvance=36 page=0 chnl=0 -char id=219 x=436 y=0 width=34 height=66 xoffset=1 yoffset=-9 xadvance=36 page=0 chnl=0 -char id=220 x=35 y=66 width=34 height=63 xoffset=1 yoffset=-6 xadvance=36 page=0 chnl=0 -char id=221 x=470 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=35 page=0 chnl=0 -char id=222 x=521 y=232 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=223 x=800 y=66 width=36 height=53 xoffset=1 yoffset=6 xadvance=37 page=0 chnl=0 -char id=224 x=662 y=0 width=34 height=65 xoffset=0 yoffset=-8 xadvance=34 page=0 chnl=0 -char id=225 x=696 y=0 width=34 height=65 xoffset=0 yoffset=-8 xadvance=34 page=0 chnl=0 -char id=226 x=504 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=34 page=0 chnl=0 -char id=227 x=538 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=34 page=0 chnl=0 -char id=228 x=69 y=66 width=34 height=63 xoffset=0 yoffset=-6 xadvance=34 page=0 chnl=0 -char id=229 x=572 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=34 page=0 chnl=0 -char id=230 x=468 y=232 width=53 height=51 xoffset=0 yoffset=6 xadvance=54 page=0 chnl=0 -char id=231 x=103 y=66 width=34 height=63 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=232 x=730 y=0 width=33 height=65 xoffset=1 yoffset=-8 xadvance=35 page=0 chnl=0 -char id=233 x=763 y=0 width=33 height=65 xoffset=1 yoffset=-8 xadvance=35 page=0 chnl=0 -char id=234 x=606 y=0 width=33 height=66 xoffset=1 yoffset=-9 xadvance=35 page=0 chnl=0 -char id=235 x=137 y=66 width=33 height=63 xoffset=1 yoffset=-6 xadvance=35 page=0 chnl=0 -char id=236 x=796 y=0 width=19 height=65 xoffset=0 yoffset=-8 xadvance=20 page=0 chnl=0 -char id=237 x=815 y=0 width=19 height=65 xoffset=0 yoffset=-8 xadvance=20 page=0 chnl=0 -char id=238 x=639 y=0 width=23 height=66 xoffset=-2 yoffset=-9 xadvance=19 page=0 chnl=0 -char id=239 x=170 y=66 width=28 height=63 xoffset=-3 yoffset=-6 xadvance=20 page=0 chnl=0 -char id=241 x=193 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=242 x=228 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=243 x=263 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=244 x=298 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=245 x=333 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=246 x=0 y=66 width=35 height=63 xoffset=1 yoffset=-6 xadvance=37 page=0 chnl=0 -char id=247 x=301 y=283 width=25 height=42 xoffset=2 yoffset=12 xadvance=29 page=0 chnl=0 -char id=248 x=729 y=66 width=36 height=54 xoffset=1 yoffset=4 xadvance=37 page=0 chnl=0 -char id=249 x=368 y=0 width=34 height=66 xoffset=1 yoffset=-9 xadvance=36 page=0 chnl=0 -char id=250 x=402 y=0 width=34 height=66 xoffset=1 yoffset=-9 xadvance=36 page=0 chnl=0 -char id=251 x=436 y=0 width=34 height=66 xoffset=1 yoffset=-9 xadvance=36 page=0 chnl=0 -char id=252 x=35 y=66 width=34 height=63 xoffset=1 yoffset=-6 xadvance=36 page=0 chnl=0 -char id=253 x=470 y=0 width=34 height=66 xoffset=0 yoffset=-9 xadvance=35 page=0 chnl=0 -char id=254 x=555 y=232 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=255 x=198 y=66 width=34 height=63 xoffset=0 yoffset=-6 xadvance=35 page=0 chnl=0 -char id=1025 x=834 y=0 width=33 height=63 xoffset=1 yoffset=-6 xadvance=35 page=0 chnl=0 -char id=1040 x=204 y=181 width=34 height=51 xoffset=0 yoffset=6 xadvance=34 page=0 chnl=0 -char id=1041 x=306 y=129 width=34 height=52 xoffset=1 yoffset=5 xadvance=36 page=0 chnl=0 -char id=1042 x=760 y=232 width=34 height=50 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=1043 x=391 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1044 x=862 y=232 width=40 height=50 xoffset=0 yoffset=6 xadvance=39 page=0 chnl=0 -char id=1045 x=425 y=181 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1046 x=458 y=181 width=53 height=51 xoffset=1 yoffset=6 xadvance=55 page=0 chnl=0 -char id=1047 x=902 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1048 x=340 y=129 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=1049 x=0 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=1050 x=511 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1051 x=375 y=129 width=34 height=52 xoffset=0 yoffset=6 xadvance=34 page=0 chnl=0 -char id=1052 x=188 y=129 width=49 height=52 xoffset=1 yoffset=5 xadvance=51 page=0 chnl=0 -char id=1053 x=545 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1054 x=579 y=181 width=35 height=51 xoffset=0 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1055 x=614 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1056 x=648 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1057 x=936 y=232 width=35 height=50 xoffset=0 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1058 x=682 y=181 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1059 x=239 y=283 width=34 height=49 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=1060 x=715 y=181 width=52 height=51 xoffset=0 yoffset=6 xadvance=52 page=0 chnl=0 -char id=1061 x=409 y=129 width=34 height=52 xoffset=1 yoffset=5 xadvance=36 page=0 chnl=0 -char id=1062 x=623 y=66 width=39 height=56 xoffset=-1 yoffset=6 xadvance=38 page=0 chnl=0 -char id=1063 x=767 y=181 width=37 height=51 xoffset=0 yoffset=6 xadvance=37 page=0 chnl=0 -char id=1064 x=443 y=129 width=51 height=52 xoffset=1 yoffset=5 xadvance=53 page=0 chnl=0 -char id=1065 x=530 y=66 width=56 height=57 xoffset=1 yoffset=5 xadvance=56 page=0 chnl=0 -char id=1066 x=494 y=129 width=40 height=52 xoffset=-1 yoffset=6 xadvance=39 page=0 chnl=0 -char id=1067 x=804 y=181 width=50 height=51 xoffset=1 yoffset=6 xadvance=52 page=0 chnl=0 -char id=1068 x=854 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1069 x=888 y=181 width=33 height=51 xoffset=0 yoffset=6 xadvance=33 page=0 chnl=0 -char id=1070 x=534 y=129 width=49 height=52 xoffset=1 yoffset=5 xadvance=51 page=0 chnl=0 -char id=1071 x=921 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1072 x=955 y=181 width=34 height=51 xoffset=0 yoffset=6 xadvance=34 page=0 chnl=0 -char id=1073 x=583 y=129 width=34 height=52 xoffset=1 yoffset=5 xadvance=36 page=0 chnl=0 -char id=1074 x=971 y=232 width=34 height=50 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=1075 x=989 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1076 x=862 y=232 width=40 height=50 xoffset=0 yoffset=6 xadvance=39 page=0 chnl=0 -char id=1077 x=0 y=232 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1078 x=458 y=181 width=53 height=51 xoffset=1 yoffset=6 xadvance=55 page=0 chnl=0 -char id=1079 x=902 y=232 width=34 height=50 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1080 x=617 y=129 width=35 height=52 xoffset=1 yoffset=5 xadvance=37 page=0 chnl=0 -char id=1081 x=0 y=0 width=35 height=66 xoffset=1 yoffset=-9 xadvance=37 page=0 chnl=0 -char id=1082 x=511 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1083 x=652 y=129 width=34 height=52 xoffset=0 yoffset=6 xadvance=34 page=0 chnl=0 -char id=1084 x=686 y=129 width=49 height=52 xoffset=1 yoffset=5 xadvance=51 page=0 chnl=0 -char id=1085 x=545 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1086 x=579 y=181 width=35 height=51 xoffset=0 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1087 x=614 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1088 x=648 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1089 x=936 y=232 width=35 height=50 xoffset=0 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1090 x=682 y=181 width=33 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1091 x=239 y=283 width=34 height=49 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=1092 x=715 y=181 width=52 height=51 xoffset=0 yoffset=6 xadvance=52 page=0 chnl=0 -char id=1093 x=735 y=129 width=34 height=52 xoffset=1 yoffset=5 xadvance=36 page=0 chnl=0 -char id=1094 x=623 y=66 width=39 height=56 xoffset=-1 yoffset=6 xadvance=38 page=0 chnl=0 -char id=1095 x=767 y=181 width=37 height=51 xoffset=0 yoffset=6 xadvance=37 page=0 chnl=0 -char id=1096 x=443 y=129 width=51 height=52 xoffset=1 yoffset=5 xadvance=53 page=0 chnl=0 -char id=1097 x=530 y=66 width=56 height=57 xoffset=1 yoffset=5 xadvance=56 page=0 chnl=0 -char id=1098 x=494 y=129 width=40 height=52 xoffset=-1 yoffset=6 xadvance=39 page=0 chnl=0 -char id=1099 x=804 y=181 width=50 height=51 xoffset=1 yoffset=6 xadvance=52 page=0 chnl=0 -char id=1100 x=854 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=35 page=0 chnl=0 -char id=1101 x=888 y=181 width=33 height=51 xoffset=0 yoffset=6 xadvance=33 page=0 chnl=0 -char id=1102 x=534 y=129 width=49 height=52 xoffset=1 yoffset=5 xadvance=51 page=0 chnl=0 -char id=1103 x=921 y=181 width=34 height=51 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=1105 x=834 y=0 width=33 height=63 xoffset=1 yoffset=-6 xadvance=35 page=0 chnl=0 -kernings count=0 diff --git a/assets/fnt/MaxonGogono.png b/assets/fnt/MaxonGogono.png Binary files differdeleted file mode 100644 index f19e95a..0000000 --- a/assets/fnt/MaxonGogono.png +++ /dev/null diff --git a/assets/fnt/MaxonMercutio.fnt b/assets/fnt/MaxonMercutio.fnt deleted file mode 100644 index fb2c221..0000000 --- a/assets/fnt/MaxonMercutio.fnt +++ /dev/null @@ -1,168 +0,0 @@ -info face="Mercutio NBP Basic" size=64 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=64 base=52 scaleW=512 scaleH=512 pages=1 packed=0 -page id=0 file="MaxonMercutio.png" -chars count=163 -char id=0 x=360 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=25 page=0 chnl=0 -char id=10 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=8 page=0 chnl=0 -char id=33 x=504 y=96 width=6 height=42 xoffset=-1 yoffset=11 xadvance=8 page=0 chnl=0 -char id=34 x=62 y=240 width=14 height=14 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=35 x=118 y=180 width=26 height=34 xoffset=-1 yoffset=15 xadvance=28 page=0 chnl=0 -char id=36 x=470 y=138 width=22 height=38 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=37 x=308 y=138 width=30 height=42 xoffset=-1 yoffset=11 xadvance=32 page=0 chnl=0 -char id=38 x=338 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=39 x=90 y=240 width=10 height=14 xoffset=-1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=40 x=168 y=0 width=14 height=50 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=41 x=182 y=0 width=14 height=50 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=42 x=22 y=240 width=22 height=22 xoffset=-1 yoffset=7 xadvance=24 page=0 chnl=0 -char id=43 x=0 y=240 width=22 height=22 xoffset=-1 yoffset=19 xadvance=24 page=0 chnl=0 -char id=44 x=100 y=240 width=10 height=14 xoffset=-1 yoffset=43 xadvance=12 page=0 chnl=0 -char id=45 x=164 y=240 width=22 height=6 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=46 x=154 y=240 width=10 height=10 xoffset=-1 yoffset=43 xadvance=12 page=0 chnl=0 -char id=47 x=264 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=48 x=220 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=49 x=22 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=50 x=44 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=51 x=66 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=52 x=88 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=53 x=110 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=54 x=132 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=55 x=154 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=56 x=176 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=57 x=198 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=58 x=166 y=180 width=10 height=30 xoffset=-1 yoffset=23 xadvance=12 page=0 chnl=0 -char id=59 x=492 y=138 width=10 height=34 xoffset=-1 yoffset=23 xadvance=12 page=0 chnl=0 -char id=60 x=176 y=180 width=18 height=30 xoffset=-1 yoffset=19 xadvance=20 page=0 chnl=0 -char id=61 x=44 y=240 width=18 height=18 xoffset=-1 yoffset=23 xadvance=20 page=0 chnl=0 -char id=62 x=194 y=180 width=18 height=30 xoffset=-1 yoffset=19 xadvance=20 page=0 chnl=0 -char id=63 x=242 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=64 x=92 y=180 width=26 height=34 xoffset=-1 yoffset=19 xadvance=28 page=0 chnl=0 -char id=65 x=260 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=66 x=282 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=67 x=304 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=68 x=326 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=69 x=348 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=70 x=370 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=71 x=392 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=72 x=414 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=73 x=436 y=0 width=14 height=42 xoffset=-1 yoffset=11 xadvance=16 page=0 chnl=0 -char id=74 x=450 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=75 x=472 y=0 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=76 x=0 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=77 x=22 y=54 width=30 height=42 xoffset=-1 yoffset=11 xadvance=32 page=0 chnl=0 -char id=78 x=52 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=79 x=74 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=80 x=96 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=81 x=0 y=0 width=22 height=54 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=82 x=118 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=83 x=140 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=84 x=162 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=85 x=184 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=86 x=206 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=87 x=228 y=54 width=30 height=42 xoffset=-1 yoffset=11 xadvance=32 page=0 chnl=0 -char id=88 x=258 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=89 x=280 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=90 x=302 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=91 x=44 y=0 width=14 height=54 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=92 x=286 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=93 x=58 y=0 width=14 height=54 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=94 x=110 y=240 width=22 height=14 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=95 x=186 y=240 width=26 height=6 xoffset=-1 yoffset=47 xadvance=28 page=0 chnl=0 -char id=96 x=76 y=240 width=14 height=14 xoffset=-1 yoffset=11 xadvance=16 page=0 chnl=0 -char id=97 x=212 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=98 x=324 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=99 x=234 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=100 x=346 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=101 x=256 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=102 x=368 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=103 x=382 y=138 width=22 height=38 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=104 x=390 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=105 x=494 y=0 width=14 height=42 xoffset=-1 yoffset=11 xadvance=16 page=0 chnl=0 -char id=106 x=22 y=0 width=22 height=54 xoffset=-5 yoffset=11 xadvance=16 page=0 chnl=0 -char id=107 x=412 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=108 x=434 y=54 width=14 height=42 xoffset=-1 yoffset=11 xadvance=16 page=0 chnl=0 -char id=109 x=278 y=180 width=30 height=26 xoffset=-1 yoffset=27 xadvance=32 page=0 chnl=0 -char id=110 x=308 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=111 x=330 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=112 x=404 y=138 width=22 height=38 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=113 x=426 y=138 width=22 height=38 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=114 x=352 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=115 x=374 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=116 x=448 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=117 x=396 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=118 x=418 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=119 x=440 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=120 x=462 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=121 x=448 y=138 width=22 height=38 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=122 x=484 y=180 width=18 height=26 xoffset=-1 yoffset=27 xadvance=20 page=0 chnl=0 -char id=123 x=196 y=0 width=18 height=50 xoffset=-1 yoffset=7 xadvance=20 page=0 chnl=0 -char id=124 x=232 y=0 width=6 height=50 xoffset=-1 yoffset=7 xadvance=8 page=0 chnl=0 -char id=125 x=214 y=0 width=18 height=50 xoffset=-1 yoffset=7 xadvance=20 page=0 chnl=0 -char id=126 x=132 y=240 width=22 height=14 xoffset=-1 yoffset=23 xadvance=24 page=0 chnl=0 -char id=1025 x=72 y=0 width=22 height=50 xoffset=-1 yoffset=3 xadvance=24 page=0 chnl=0 -char id=1040 x=470 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1041 x=0 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1042 x=22 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1043 x=44 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1044 x=238 y=0 width=22 height=46 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1045 x=66 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1046 x=88 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1047 x=110 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1048 x=132 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1049 x=94 y=0 width=22 height=50 xoffset=-1 yoffset=3 xadvance=24 page=0 chnl=0 -char id=1050 x=154 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1051 x=176 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1052 x=22 y=54 width=30 height=42 xoffset=-1 yoffset=11 xadvance=32 page=0 chnl=0 -char id=1053 x=198 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1054 x=74 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1055 x=220 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1056 x=96 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1057 x=242 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1058 x=162 y=54 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1059 x=264 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1060 x=286 y=96 width=30 height=42 xoffset=-1 yoffset=11 xadvance=32 page=0 chnl=0 -char id=1061 x=316 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1062 x=116 y=0 width=26 height=50 xoffset=-1 yoffset=11 xadvance=28 page=0 chnl=0 -char id=1063 x=338 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1064 x=360 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1065 x=142 y=0 width=26 height=50 xoffset=-1 yoffset=11 xadvance=28 page=0 chnl=0 -char id=1066 x=382 y=96 width=26 height=42 xoffset=-1 yoffset=11 xadvance=28 page=0 chnl=0 -char id=1067 x=408 y=96 width=26 height=42 xoffset=-1 yoffset=11 xadvance=28 page=0 chnl=0 -char id=1068 x=492 y=54 width=18 height=42 xoffset=-1 yoffset=11 xadvance=20 page=0 chnl=0 -char id=1069 x=434 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1070 x=456 y=96 width=26 height=42 xoffset=-1 yoffset=11 xadvance=28 page=0 chnl=0 -char id=1071 x=482 y=96 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1072 x=0 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1073 x=0 y=138 width=22 height=42 xoffset=-1 yoffset=11 xadvance=24 page=0 chnl=0 -char id=1074 x=22 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1075 x=44 y=214 width=18 height=26 xoffset=-1 yoffset=27 xadvance=20 page=0 chnl=0 -char id=1076 x=144 y=180 width=22 height=30 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1077 x=62 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1078 x=84 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1079 x=106 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1080 x=128 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1081 x=22 y=180 width=22 height=34 xoffset=-1 yoffset=19 xadvance=24 page=0 chnl=0 -char id=1082 x=150 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1083 x=172 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1084 x=194 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1085 x=216 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1086 x=330 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1087 x=238 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1088 x=404 y=138 width=22 height=38 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1089 x=260 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1090 x=282 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1091 x=448 y=138 width=22 height=38 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1092 x=304 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1093 x=462 y=180 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1094 x=44 y=180 width=22 height=34 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1095 x=326 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1096 x=348 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1097 x=66 y=180 width=26 height=34 xoffset=-1 yoffset=27 xadvance=28 page=0 chnl=0 -char id=1098 x=370 y=214 width=26 height=26 xoffset=-1 yoffset=27 xadvance=28 page=0 chnl=0 -char id=1099 x=396 y=214 width=26 height=26 xoffset=-1 yoffset=27 xadvance=28 page=0 chnl=0 -char id=1100 x=422 y=214 width=18 height=26 xoffset=-1 yoffset=27 xadvance=20 page=0 chnl=0 -char id=1101 x=440 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1102 x=462 y=214 width=26 height=26 xoffset=-1 yoffset=27 xadvance=28 page=0 chnl=0 -char id=1103 x=488 y=214 width=22 height=26 xoffset=-1 yoffset=27 xadvance=24 page=0 chnl=0 -char id=1105 x=0 y=180 width=22 height=34 xoffset=-1 yoffset=19 xadvance=24 page=0 chnl=0 -kernings count=0 diff --git a/assets/fnt/MaxonMercutio.png b/assets/fnt/MaxonMercutio.png Binary files differdeleted file mode 100644 index c86c43d..0000000 --- a/assets/fnt/MaxonMercutio.png +++ /dev/null diff --git a/assets/fnt/MaxonPuff.fnt b/assets/fnt/MaxonPuff.fnt deleted file mode 100644 index 4a4637a..0000000 --- a/assets/fnt/MaxonPuff.fnt +++ /dev/null @@ -1,465 +0,0 @@ -info face="DynaPuff Regular" size=64 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=0,0 -common lineHeight=79 base=62 scaleW=512 scaleH=512 pages=1 packed=0 -page id=0 file="MaxonPuff.png" -chars count=97 -char id=0 x=0 y=0 width=39 height=69 xoffset=0 yoffset=7 xadvance=40 page=0 chnl=0 -char id=10 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=2 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=15 page=0 chnl=0 -char id=33 x=300 y=124 width=14 height=51 xoffset=1 yoffset=13 xadvance=17 page=0 chnl=0 -char id=34 x=463 y=273 width=24 height=24 xoffset=0 yoffset=13 xadvance=26 page=0 chnl=0 -char id=35 x=346 y=124 width=46 height=51 xoffset=0 yoffset=13 xadvance=48 page=0 chnl=0 -char id=36 x=351 y=0 width=37 height=57 xoffset=0 yoffset=11 xadvance=39 page=0 chnl=0 -char id=37 x=392 y=175 width=44 height=49 xoffset=0 yoffset=15 xadvance=47 page=0 chnl=0 -char id=38 x=150 y=175 width=42 height=50 xoffset=1 yoffset=14 xadvance=45 page=0 chnl=0 -char id=39 x=498 y=69 width=12 height=24 xoffset=0 yoffset=13 xadvance=14 page=0 chnl=0 -char id=40 x=75 y=0 width=23 height=61 xoffset=3 yoffset=10 xadvance=28 page=0 chnl=0 -char id=41 x=98 y=0 width=23 height=61 xoffset=0 yoffset=10 xadvance=27 page=0 chnl=0 -char id=42 x=375 y=273 width=30 height=32 xoffset=0 yoffset=13 xadvance=32 page=0 chnl=0 -char id=43 x=405 y=273 width=29 height=30 xoffset=0 yoffset=25 xadvance=31 page=0 chnl=0 -char id=44 x=487 y=273 width=15 height=23 xoffset=0 yoffset=47 xadvance=17 page=0 chnl=0 -char id=45 x=65 y=316 width=26 height=12 xoffset=0 yoffset=34 xadvance=29 page=0 chnl=0 -char id=46 x=0 y=316 width=15 height=17 xoffset=0 yoffset=47 xadvance=17 page=0 chnl=0 -char id=47 x=229 y=0 width=33 height=60 xoffset=0 yoffset=10 xadvance=35 page=0 chnl=0 -char id=48 x=245 y=225 width=39 height=47 xoffset=2 yoffset=16 xadvance=45 page=0 chnl=0 -char id=49 x=81 y=225 width=21 height=48 xoffset=0 yoffset=16 xadvance=26 page=0 chnl=0 -char id=50 x=211 y=225 width=34 height=47 xoffset=0 yoffset=17 xadvance=36 page=0 chnl=0 -char id=51 x=102 y=225 width=32 height=48 xoffset=1 yoffset=16 xadvance=36 page=0 chnl=0 -char id=52 x=113 y=175 width=37 height=50 xoffset=0 yoffset=15 xadvance=39 page=0 chnl=0 -char id=53 x=134 y=225 width=32 height=48 xoffset=1 yoffset=16 xadvance=36 page=0 chnl=0 -char id=54 x=267 y=175 width=37 height=49 xoffset=0 yoffset=15 xadvance=39 page=0 chnl=0 -char id=55 x=166 y=225 width=31 height=48 xoffset=0 yoffset=16 xadvance=33 page=0 chnl=0 -char id=56 x=304 y=175 width=37 height=49 xoffset=1 yoffset=15 xadvance=41 page=0 chnl=0 -char id=57 x=341 y=175 width=36 height=49 xoffset=0 yoffset=15 xadvance=38 page=0 chnl=0 -char id=58 x=495 y=225 width=15 height=43 xoffset=0 yoffset=21 xadvance=17 page=0 chnl=0 -char id=59 x=377 y=175 width=15 height=49 xoffset=0 yoffset=21 xadvance=17 page=0 chnl=0 -char id=60 x=289 y=273 width=29 height=32 xoffset=0 yoffset=24 xadvance=31 page=0 chnl=0 -char id=61 x=434 y=273 width=29 height=26 xoffset=0 yoffset=27 xadvance=31 page=0 chnl=0 -char id=62 x=318 y=273 width=29 height=32 xoffset=0 yoffset=24 xadvance=31 page=0 chnl=0 -char id=63 x=314 y=124 width=32 height=51 xoffset=-1 yoffset=13 xadvance=32 page=0 chnl=0 -char id=64 x=262 y=0 width=56 height=60 xoffset=2 yoffset=12 xadvance=62 page=0 chnl=0 -char id=65 x=356 y=69 width=40 height=51 xoffset=0 yoffset=13 xadvance=42 page=0 chnl=0 -char id=66 x=192 y=175 width=35 height=49 xoffset=3 yoffset=16 xadvance=42 page=0 chnl=0 -char id=67 x=227 y=175 width=40 height=49 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=0 -char id=68 x=313 y=69 width=43 height=52 xoffset=0 yoffset=13 xadvance=47 page=0 chnl=0 -char id=69 x=436 y=175 width=33 height=48 xoffset=3 yoffset=16 xadvance=37 page=0 chnl=0 -char id=70 x=396 y=69 width=30 height=51 xoffset=3 yoffset=13 xadvance=35 page=0 chnl=0 -char id=71 x=392 y=124 width=43 height=50 xoffset=2 yoffset=14 xadvance=47 page=0 chnl=0 -char id=72 x=435 y=124 width=36 height=50 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=0 -char id=73 x=197 y=225 width=14 height=47 xoffset=3 yoffset=14 xadvance=21 page=0 chnl=0 -char id=74 x=426 y=69 width=40 height=51 xoffset=0 yoffset=13 xadvance=42 page=0 chnl=0 -char id=75 x=206 y=69 width=36 height=53 xoffset=3 yoffset=13 xadvance=41 page=0 chnl=0 -char id=76 x=466 y=69 width=32 height=51 xoffset=3 yoffset=15 xadvance=37 page=0 chnl=0 -char id=77 x=0 y=124 width=41 height=51 xoffset=3 yoffset=13 xadvance=49 page=0 chnl=0 -char id=78 x=469 y=175 width=38 height=48 xoffset=3 yoffset=16 xadvance=46 page=0 chnl=0 -char id=79 x=0 y=225 width=46 height=48 xoffset=2 yoffset=16 xadvance=52 page=0 chnl=0 -char id=80 x=471 y=124 width=35 height=50 xoffset=3 yoffset=14 xadvance=40 page=0 chnl=0 -char id=81 x=41 y=124 width=50 height=51 xoffset=2 yoffset=14 xadvance=52 page=0 chnl=0 -char id=82 x=0 y=175 width=38 height=50 xoffset=3 yoffset=14 xadvance=43 page=0 chnl=0 -char id=83 x=91 y=124 width=37 height=51 xoffset=0 yoffset=13 xadvance=39 page=0 chnl=0 -char id=84 x=38 y=175 width=37 height=50 xoffset=0 yoffset=15 xadvance=39 page=0 chnl=0 -char id=85 x=46 y=225 width=35 height=48 xoffset=3 yoffset=13 xadvance=43 page=0 chnl=0 -char id=86 x=128 y=124 width=40 height=51 xoffset=0 yoffset=13 xadvance=43 page=0 chnl=0 -char id=87 x=168 y=124 width=46 height=51 xoffset=3 yoffset=13 xadvance=53 page=0 chnl=0 -char id=88 x=214 y=124 width=45 height=51 xoffset=0 yoffset=12 xadvance=48 page=0 chnl=0 -char id=89 x=259 y=124 width=41 height=51 xoffset=0 yoffset=13 xadvance=43 page=0 chnl=0 -char id=90 x=75 y=175 width=38 height=50 xoffset=0 yoffset=13 xadvance=40 page=0 chnl=0 -char id=91 x=121 y=0 width=23 height=60 xoffset=3 yoffset=10 xadvance=28 page=0 chnl=0 -char id=92 x=318 y=0 width=33 height=60 xoffset=0 yoffset=10 xadvance=35 page=0 chnl=0 -char id=93 x=144 y=0 width=23 height=60 xoffset=0 yoffset=10 xadvance=28 page=0 chnl=0 -char id=94 x=347 y=273 width=28 height=32 xoffset=0 yoffset=9 xadvance=30 page=0 chnl=0 -char id=95 x=91 y=316 width=38 height=10 xoffset=0 yoffset=67 xadvance=39 page=0 chnl=0 -char id=96 x=45 y=316 width=20 height=13 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=97 x=284 y=225 width=38 height=44 xoffset=0 yoffset=20 xadvance=42 page=0 chnl=0 -char id=98 x=242 y=69 width=37 height=53 xoffset=2 yoffset=11 xadvance=42 page=0 chnl=0 -char id=99 x=178 y=273 width=36 height=42 xoffset=1 yoffset=22 xadvance=37 page=0 chnl=0 -char id=100 x=76 y=69 width=37 height=54 xoffset=1 yoffset=10 xadvance=42 page=0 chnl=0 -char id=101 x=0 y=273 width=39 height=43 xoffset=1 yoffset=21 xadvance=42 page=0 chnl=0 -char id=102 x=425 y=0 width=34 height=55 xoffset=0 yoffset=9 xadvance=36 page=0 chnl=0 -char id=103 x=388 y=0 width=37 height=56 xoffset=1 yoffset=20 xadvance=42 page=0 chnl=0 -char id=104 x=113 y=69 width=37 height=54 xoffset=2 yoffset=10 xadvance=44 page=0 chnl=0 -char id=105 x=495 y=0 width=14 height=53 xoffset=2 yoffset=11 xadvance=20 page=0 chnl=0 -char id=106 x=50 y=0 width=25 height=66 xoffset=-6 yoffset=11 xadvance=20 page=0 chnl=0 -char id=107 x=150 y=69 width=37 height=54 xoffset=2 yoffset=10 xadvance=40 page=0 chnl=0 -char id=108 x=187 y=69 width=19 height=54 xoffset=2 yoffset=10 xadvance=24 page=0 chnl=0 -char id=109 x=39 y=273 width=54 height=43 xoffset=2 yoffset=21 xadvance=60 page=0 chnl=0 -char id=110 x=93 y=273 width=36 height=43 xoffset=2 yoffset=20 xadvance=43 page=0 chnl=0 -char id=111 x=214 y=273 width=38 height=42 xoffset=1 yoffset=22 xadvance=42 page=0 chnl=0 -char id=112 x=459 y=0 width=36 height=55 xoffset=2 yoffset=21 xadvance=41 page=0 chnl=0 -char id=113 x=0 y=69 width=37 height=55 xoffset=1 yoffset=21 xadvance=43 page=0 chnl=0 -char id=114 x=322 y=225 width=28 height=44 xoffset=2 yoffset=20 xadvance=32 page=0 chnl=0 -char id=115 x=350 y=225 width=32 height=44 xoffset=1 yoffset=20 xadvance=36 page=0 chnl=0 -char id=116 x=279 y=69 width=34 height=53 xoffset=0 yoffset=11 xadvance=36 page=0 chnl=0 -char id=117 x=252 y=273 width=37 height=42 xoffset=2 yoffset=21 xadvance=43 page=0 chnl=0 -char id=118 x=382 y=225 width=37 height=44 xoffset=0 yoffset=20 xadvance=39 page=0 chnl=0 -char id=119 x=129 y=273 width=49 height=43 xoffset=0 yoffset=21 xadvance=51 page=0 chnl=0 -char id=120 x=419 y=225 width=41 height=44 xoffset=0 yoffset=20 xadvance=42 page=0 chnl=0 -char id=121 x=37 y=69 width=39 height=55 xoffset=0 yoffset=21 xadvance=41 page=0 chnl=0 -char id=122 x=460 y=225 width=35 height=44 xoffset=1 yoffset=20 xadvance=39 page=0 chnl=0 -char id=123 x=167 y=0 width=31 height=60 xoffset=2 yoffset=10 xadvance=36 page=0 chnl=0 -char id=124 x=39 y=0 width=11 height=68 xoffset=4 yoffset=9 xadvance=21 page=0 chnl=0 -char id=125 x=198 y=0 width=31 height=60 xoffset=2 yoffset=10 xadvance=36 page=0 chnl=0 -char id=126 x=15 y=316 width=30 height=15 xoffset=0 yoffset=34 xadvance=32 page=0 chnl=0 -kernings count=363 -kerning first=84 second=100 amount=-3 -kerning first=76 second=116 amount=-4 -kerning first=84 second=80 amount=-2 -kerning first=89 second=117 amount=-1 -kerning first=89 second=77 amount=-3 -kerning first=39 second=89 amount=1 -kerning first=87 second=46 amount=-2 -kerning first=89 second=65 amount=-5 -kerning first=111 second=120 amount=-1 -kerning first=46 second=71 amount=-1 -kerning first=86 second=113 amount=-1 -kerning first=34 second=85 amount=-1 -kerning first=112 second=116 amount=-1 -kerning first=120 second=111 amount=-1 -kerning first=88 second=100 amount=-1 -kerning first=46 second=119 amount=-1 -kerning first=76 second=118 amount=-2 -kerning first=79 second=44 amount=-1 -kerning first=116 second=101 amount=-1 -kerning first=44 second=79 amount=-1 -kerning first=84 second=84 amount=1 -kerning first=86 second=82 amount=-1 -kerning first=76 second=87 amount=-1 -kerning first=89 second=67 amount=-3 -kerning first=121 second=44 amount=-3 -kerning first=86 second=97 amount=-1 -kerning first=89 second=74 amount=-2 -kerning first=34 second=115 amount=-1 -kerning first=75 second=70 amount=-1 -kerning first=120 second=101 amount=-1 -kerning first=109 second=39 amount=-1 -kerning first=86 second=99 amount=-1 -kerning first=81 second=83 amount=1 -kerning first=84 second=109 amount=-1 -kerning first=79 second=84 amount=-1 -kerning first=84 second=69 amount=-1 -kerning first=104 second=39 amount=-1 -kerning first=118 second=46 amount=-3 -kerning first=70 second=88 amount=-1 -kerning first=102 second=34 amount=1 -kerning first=70 second=39 amount=1 -kerning first=86 second=115 amount=-1 -kerning first=84 second=78 amount=-2 -kerning first=68 second=44 amount=-1 -kerning first=39 second=65 amount=-4 -kerning first=81 second=46 amount=3 -kerning first=90 second=81 amount=-1 -kerning first=77 second=89 amount=-2 -kerning first=65 second=74 amount=1 -kerning first=46 second=89 amount=-4 -kerning first=107 second=34 amount=1 -kerning first=76 second=39 amount=-5 -kerning first=39 second=67 amount=-1 -kerning first=89 second=116 amount=-1 -kerning first=86 second=44 amount=-4 -kerning first=89 second=103 amount=-3 -kerning first=75 second=72 amount=-1 -kerning first=87 second=65 amount=-1 -kerning first=39 second=74 amount=-2 -kerning first=84 second=34 amount=1 -kerning first=114 second=46 amount=-5 -kerning first=90 second=71 amount=-1 -kerning first=84 second=75 amount=-1 -kerning first=34 second=84 amount=1 -kerning first=80 second=46 amount=-5 -kerning first=89 second=70 amount=-2 -kerning first=86 second=100 amount=-1 -kerning first=68 second=84 amount=-1 -kerning first=76 second=79 amount=-1 -kerning first=86 second=80 amount=-1 -kerning first=75 second=39 amount=1 -kerning first=119 second=44 amount=-1 -kerning first=88 second=34 amount=1 -kerning first=97 second=121 amount=-1 -kerning first=85 second=88 amount=-1 -kerning first=87 second=74 amount=-1 -kerning first=44 second=121 amount=-3 -kerning first=116 second=103 amount=-1 -kerning first=108 second=119 amount=-1 -kerning first=65 second=116 amount=-1 -kerning first=89 second=110 amount=-2 -kerning first=75 second=79 amount=-1 -kerning first=97 second=102 amount=-2 -kerning first=84 second=81 amount=-1 -kerning first=39 second=68 amount=1 -kerning first=44 second=102 amount=-4 -kerning first=78 second=84 amount=-1 -kerning first=76 second=85 amount=-1 -kerning first=120 second=103 amount=-1 -kerning first=44 second=84 amount=-4 -kerning first=81 second=90 amount=2 -kerning first=74 second=83 amount=-1 -kerning first=89 second=72 amount=-2 -kerning first=75 second=82 amount=-1 -kerning first=111 second=116 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=81 second=65 amount=1 -kerning first=46 second=67 amount=-1 -kerning first=84 second=71 amount=-1 -kerning first=82 second=84 amount=1 -kerning first=90 second=89 amount=1 -kerning first=74 second=46 amount=-1 -kerning first=44 second=86 amount=-3 -kerning first=98 second=120 amount=-1 -kerning first=89 second=88 amount=-2 -kerning first=89 second=39 amount=1 -kerning first=102 second=46 amount=-4 -kerning first=86 second=78 amount=-1 -kerning first=70 second=44 amount=-3 -kerning first=75 second=85 amount=-1 -kerning first=83 second=34 amount=1 -kerning first=80 second=77 amount=-1 -kerning first=88 second=71 amount=-1 -kerning first=82 second=86 amount=1 -kerning first=66 second=102 amount=-1 -kerning first=81 second=74 amount=1 -kerning first=80 second=65 amount=-3 -kerning first=75 second=66 amount=-1 -kerning first=84 second=83 amount=-1 -kerning first=74 second=89 amount=1 -kerning first=89 second=79 amount=-3 -kerning first=89 second=113 amount=-3 -kerning first=84 second=46 amount=-4 -kerning first=76 second=121 amount=-4 -kerning first=70 second=84 amount=1 -kerning first=97 second=34 amount=-3 -kerning first=102 second=111 amount=-1 -kerning first=89 second=82 amount=-3 -kerning first=65 second=39 amount=-2 -kerning first=80 second=74 amount=-3 -kerning first=34 second=81 amount=-1 -kerning first=46 second=116 amount=-4 -kerning first=89 second=97 amount=-1 -kerning first=120 second=39 amount=1 -kerning first=83 second=81 amount=-1 -kerning first=112 second=121 amount=-1 -kerning first=76 second=102 amount=-4 -kerning first=39 second=88 amount=-2 -kerning first=79 second=83 amount=-1 -kerning first=76 second=84 amount=-3 -kerning first=75 second=73 amount=-1 -kerning first=84 second=89 amount=1 -kerning first=107 second=111 amount=-1 -kerning first=89 second=85 amount=-1 -kerning first=84 second=76 amount=-1 -kerning first=102 second=101 amount=-1 -kerning first=75 second=80 amount=-1 -kerning first=116 second=113 amount=-1 -kerning first=46 second=118 amount=-3 -kerning first=89 second=99 amount=-3 -kerning first=34 second=71 amount=-1 -kerning first=112 second=102 amount=-1 -kerning first=79 second=46 amount=-1 -kerning first=90 second=67 amount=-1 -kerning first=84 second=111 amount=-3 -kerning first=46 second=87 amount=-2 -kerning first=83 second=71 amount=-1 -kerning first=76 second=86 amount=-2 -kerning first=89 second=66 amount=-2 -kerning first=121 second=46 amount=-3 -kerning first=39 second=79 amount=-1 -kerning first=74 second=65 amount=-1 -kerning first=87 second=88 amount=-3 -kerning first=89 second=115 amount=-2 -kerning first=107 second=101 amount=-1 -kerning first=75 second=84 amount=1 -kerning first=120 second=113 amount=-1 -kerning first=44 second=81 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=84 second=114 amount=-1 -kerning first=79 second=89 amount=-1 -kerning first=85 second=84 amount=-1 -kerning first=34 second=83 amount=-1 -kerning first=109 second=34 amount=-1 -kerning first=84 second=101 amount=-3 -kerning first=68 second=83 amount=-1 -kerning first=116 second=99 amount=-1 -kerning first=83 second=83 amount=-2 -kerning first=89 second=44 amount=-6 -kerning first=104 second=34 amount=-1 -kerning first=70 second=34 amount=1 -kerning first=44 second=71 amount=-1 -kerning first=84 second=77 amount=-2 -kerning first=68 second=46 amount=-1 -kerning first=89 second=73 amount=-2 -kerning first=39 second=85 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=84 second=65 amount=-3 -kerning first=89 second=100 amount=-3 -kerning first=44 second=119 amount=-1 -kerning first=75 second=69 amount=-1 -kerning first=120 second=99 amount=-1 -kerning first=86 second=83 amount=-1 -kerning first=89 second=80 amount=-3 -kerning first=75 second=78 amount=-1 -kerning first=76 second=34 amount=-5 -kerning first=34 second=89 amount=1 -kerning first=86 second=46 amount=-4 -kerning first=84 second=67 amount=-1 -kerning first=116 second=44 amount=-3 -kerning first=68 second=89 amount=-1 -kerning first=89 second=102 amount=-1 -kerning first=39 second=115 amount=-1 -kerning first=98 second=116 amount=-1 -kerning first=89 second=84 amount=1 -kerning first=67 second=39 amount=1 -kerning first=81 second=88 amount=1 -kerning first=79 second=90 amount=-1 -kerning first=84 second=74 amount=-2 -kerning first=46 second=79 amount=-1 -kerning first=110 second=39 amount=-1 -kerning first=116 second=100 amount=-1 -kerning first=108 second=116 amount=-2 -kerning first=75 second=34 amount=1 -kerning first=88 second=67 amount=-1 -kerning first=75 second=75 amount=-1 -kerning first=119 second=46 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=102 second=103 amount=-1 -kerning first=114 second=39 amount=1 -kerning first=76 second=81 amount=-1 -kerning first=120 second=100 amount=-1 -kerning first=80 second=88 amount=-2 -kerning first=108 second=118 amount=-1 -kerning first=89 second=122 amount=-1 -kerning first=80 second=39 amount=1 -kerning first=86 second=111 amount=-1 -kerning first=89 second=109 amount=-2 -kerning first=89 second=69 amount=-2 -kerning first=44 second=89 amount=-4 -kerning first=65 second=102 amount=-1 -kerning first=65 second=84 amount=-3 -kerning first=107 second=103 amount=-1 -kerning first=89 second=78 amount=-3 -kerning first=87 second=44 amount=-2 -kerning first=68 second=90 amount=-1 -kerning first=111 second=121 amount=-1 -kerning first=76 second=71 amount=-1 -kerning first=34 second=65 amount=-4 -kerning first=82 second=89 amount=1 -kerning first=75 second=81 amount=-1 -kerning first=39 second=84 amount=1 -kerning first=84 second=103 amount=-3 -kerning first=86 second=101 amount=-1 -kerning first=83 second=65 amount=-1 -kerning first=70 second=83 amount=-1 -kerning first=111 second=102 amount=-1 -kerning first=84 second=70 amount=-1 -kerning first=34 second=67 amount=-1 -kerning first=89 second=34 amount=1 -kerning first=80 second=82 amount=-1 -kerning first=86 second=77 amount=-1 -kerning first=70 second=46 amount=-3 -kerning first=89 second=75 amount=-2 -kerning first=88 second=103 amount=-1 -kerning first=86 second=65 amount=-3 -kerning first=83 second=67 amount=-1 -kerning first=34 second=74 amount=-2 -kerning first=75 second=71 amount=-1 -kerning first=73 second=84 amount=-1 -kerning first=79 second=68 amount=-1 -kerning first=90 second=79 amount=-1 -kerning first=74 second=88 amount=-1 -kerning first=84 second=110 amount=-1 -kerning first=118 second=44 amount=-3 -kerning first=70 second=89 amount=1 -kerning first=102 second=39 amount=1 -kerning first=86 second=74 amount=-2 -kerning first=72 second=84 amount=-1 -kerning first=46 second=121 amount=-3 -kerning first=81 second=44 amount=3 -kerning first=89 second=81 amount=-3 -kerning first=65 second=34 amount=-2 -kerning first=44 second=67 amount=-1 -kerning first=84 second=72 amount=-1 -kerning first=76 second=89 amount=-4 -kerning first=107 second=39 amount=1 -kerning first=34 second=68 amount=1 -kerning first=120 second=34 amount=1 -kerning first=112 second=120 amount=-1 -kerning first=46 second=102 amount=-4 -kerning first=68 second=68 amount=-1 -kerning first=77 second=84 amount=-2 -kerning first=46 second=84 amount=-4 -kerning first=84 second=88 amount=-2 -kerning first=102 second=113 amount=-1 -kerning first=84 second=39 amount=1 -kerning first=114 second=44 amount=-5 -kerning first=80 second=44 amount=-5 -kerning first=89 second=71 amount=-3 -kerning first=67 second=84 amount=1 -kerning first=81 second=84 amount=-1 -kerning first=46 second=86 amount=-3 -kerning first=75 second=76 amount=-1 -kerning first=107 second=113 amount=-1 -kerning first=88 second=39 amount=1 -kerning first=80 second=80 amount=-1 -kerning first=84 second=79 amount=-1 -kerning first=85 second=89 amount=-1 -kerning first=70 second=65 amount=-1 -kerning first=86 second=103 amount=-1 -kerning first=89 second=83 amount=-1 -kerning first=97 second=116 amount=-2 -kerning first=84 second=113 amount=-3 -kerning first=79 second=88 amount=-2 -kerning first=102 second=99 amount=-1 -kerning first=39 second=81 amount=-1 -kerning first=44 second=116 amount=-4 -kerning first=88 second=79 amount=-1 -kerning first=84 second=82 amount=-2 -kerning first=89 second=46 amount=-6 -kerning first=84 second=97 amount=-1 -kerning first=88 second=113 amount=-1 -kerning first=107 second=99 amount=-1 -kerning first=44 second=118 amount=-3 -kerning first=84 second=85 amount=-1 -kerning first=39 second=71 amount=-1 -kerning first=76 second=67 amount=-1 -kerning first=75 second=77 amount=-1 -kerning first=74 second=44 amount=-1 -kerning first=44 second=87 amount=-2 -kerning first=84 second=99 amount=-3 -kerning first=98 second=121 amount=-1 -kerning first=89 second=89 amount=1 -kerning first=102 second=44 amount=-4 -kerning first=34 second=88 amount=-2 -kerning first=89 second=76 amount=-2 -kerning first=84 second=66 amount=-1 -kerning first=116 second=46 amount=-3 -kerning first=68 second=88 amount=-2 -kerning first=83 second=88 amount=-1 -kerning first=108 second=121 amount=-2 -kerning first=66 second=116 amount=-1 -kerning first=67 second=34 amount=1 -kerning first=83 second=39 amount=1 -kerning first=84 second=115 amount=-1 -kerning first=80 second=78 amount=-1 -kerning first=89 second=111 amount=-3 -kerning first=102 second=100 amount=-1 -kerning first=98 second=102 amount=-1 -kerning first=39 second=83 amount=-1 -kerning first=88 second=99 amount=-1 -kerning first=110 second=34 amount=-1 -kerning first=75 second=67 amount=-1 -kerning first=70 second=68 amount=1 -kerning first=108 second=102 amount=-2 -kerning first=34 second=79 amount=-1 -kerning first=75 second=74 amount=-1 -kerning first=86 second=88 amount=-2 -kerning first=83 second=79 amount=-1 -kerning first=89 second=114 amount=-2 -kerning first=107 second=100 amount=-1 -kerning first=84 second=44 amount=-4 -kerning first=46 second=81 amount=-1 -kerning first=114 second=34 amount=1 -kerning first=89 second=101 amount=-3 -kerning first=65 second=89 amount=-3 -kerning first=97 second=39 amount=-3 -kerning first=80 second=34 amount=1 -kerning first=87 second=83 amount=-1 -kerning first=76 second=68 amount=-1 -kerning first=84 second=73 amount=-1 -kerning first=116 second=111 amount=-1 diff --git a/assets/fnt/MaxonPuff.png b/assets/fnt/MaxonPuff.png Binary files differdeleted file mode 100644 index cacdacd..0000000 --- a/assets/fnt/MaxonPuff.png +++ /dev/null diff --git a/assets/fnt/MaxonRegular.fnt b/assets/fnt/MaxonRegular.fnt deleted file mode 100644 index 90ab687..0000000 --- a/assets/fnt/MaxonRegular.fnt +++ /dev/null @@ -1,41157 +0,0 @@ -info face="Inter Medium" size=64 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,2,1,2 spacing=-2,-2 -common lineHeight=78 base=62 scaleW=1024 scaleH=1024 pages=2 packed=0 -page id=0 file="MaxonRegular1.png" -page id=1 file="MaxonRegular2.png" -chars count=750 -char id=0 x=0 y=0 width=58 height=79 xoffset=3 yoffset=-1 xadvance=67 page=0 chnl=0 -char id=13 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=2 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=19 page=0 chnl=0 -char id=33 x=1008 y=738 width=14 height=50 xoffset=2 yoffset=14 xadvance=21 page=0 chnl=0 -char id=34 x=371 y=991 width=22 height=20 xoffset=2 yoffset=14 xadvance=28 page=0 chnl=0 -char id=35 x=610 y=941 width=44 height=49 xoffset=-2 yoffset=14 xadvance=43 page=0 chnl=0 -char id=36 x=102 y=399 width=39 height=61 xoffset=1 yoffset=8 xadvance=43 page=0 chnl=0 -char id=37 x=824 y=686 width=47 height=51 xoffset=3 yoffset=13 xadvance=55 page=0 chnl=0 -char id=38 x=871 y=686 width=42 height=51 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=0 -char id=39 x=1012 y=461 width=10 height=20 xoffset=2 yoffset=14 xadvance=16 page=0 chnl=0 -char id=40 x=141 y=399 width=20 height=61 xoffset=4 yoffset=12 xadvance=26 page=0 chnl=0 -char id=41 x=161 y=399 width=20 height=61 xoffset=0 yoffset=12 xadvance=26 page=0 chnl=0 -char id=42 x=181 y=991 width=30 height=29 xoffset=2 yoffset=14 xadvance=35 page=0 chnl=0 -char id=44 x=345 y=991 width=14 height=21 xoffset=2 yoffset=54 xadvance=20 page=0 chnl=0 -char id=46 x=972 y=991 width=14 height=12 xoffset=2 yoffset=52 xadvance=20 page=0 chnl=0 -char id=47 x=40 y=522 width=26 height=58 xoffset=-1 yoffset=12 xadvance=26 page=0 chnl=0 -char id=48 x=913 y=686 width=39 height=51 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=49 x=654 y=941 width=24 height=49 xoffset=1 yoffset=14 xadvance=32 page=0 chnl=0 -char id=50 x=766 y=840 width=36 height=50 xoffset=2 yoffset=13 xadvance=41 page=0 chnl=0 -char id=51 x=952 y=686 width=38 height=51 xoffset=2 yoffset=13 xadvance=43 page=0 chnl=0 -char id=52 x=678 y=941 width=40 height=49 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=0 -char id=53 x=802 y=840 width=36 height=50 xoffset=2 yoffset=14 xadvance=42 page=0 chnl=0 -char id=54 x=0 y=738 width=38 height=51 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=55 x=718 y=941 width=36 height=49 xoffset=0 yoffset=14 xadvance=39 page=0 chnl=0 -char id=56 x=38 y=738 width=38 height=51 xoffset=1 yoffset=13 xadvance=42 page=0 chnl=0 -char id=57 x=76 y=738 width=38 height=51 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=59 x=1008 y=522 width=15 height=49 xoffset=2 yoffset=26 xadvance=20 page=0 chnl=0 -char id=63 x=990 y=686 width=33 height=51 xoffset=0 yoffset=13 xadvance=36 page=0 chnl=0 -char id=64 x=181 y=399 width=60 height=61 xoffset=1 yoffset=8 xadvance=64 page=0 chnl=0 -char id=65 x=754 y=941 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=0 chnl=0 -char id=66 x=801 y=941 width=38 height=49 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=0 -char id=67 x=114 y=738 width=45 height=51 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=68 x=839 y=941 width=42 height=49 xoffset=3 yoffset=14 xadvance=48 page=0 chnl=0 -char id=69 x=881 y=941 width=34 height=49 xoffset=3 yoffset=14 xadvance=41 page=0 chnl=0 -char id=70 x=915 y=941 width=33 height=49 xoffset=3 yoffset=14 xadvance=40 page=0 chnl=0 -char id=71 x=159 y=738 width=46 height=51 xoffset=1 yoffset=13 xadvance=50 page=0 chnl=0 -char id=72 x=948 y=941 width=42 height=49 xoffset=3 yoffset=14 xadvance=50 page=0 chnl=0 -char id=73 x=990 y=941 width=12 height=49 xoffset=3 yoffset=14 xadvance=19 page=0 chnl=0 -char id=74 x=838 y=840 width=33 height=50 xoffset=0 yoffset=14 xadvance=37 page=0 chnl=0 -char id=79 x=205 y=738 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=81 x=360 y=522 width=47 height=55 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=83 x=252 y=738 width=39 height=51 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=85 x=871 y=840 width=42 height=50 xoffset=3 yoffset=14 xadvance=49 page=0 chnl=0 -char id=91 x=241 y=399 width=20 height=61 xoffset=5 yoffset=8 xadvance=26 page=0 chnl=0 -char id=92 x=66 y=522 width=26 height=58 xoffset=-1 yoffset=12 xadvance=26 page=0 chnl=0 -char id=93 x=261 y=399 width=20 height=61 xoffset=-1 yoffset=12 xadvance=26 page=0 chnl=0 -char id=94 x=290 y=991 width=30 height=23 xoffset=0 yoffset=15 xadvance=32 page=0 chnl=0 -char id=96 x=787 y=991 width=18 height=14 xoffset=7 yoffset=10 xadvance=34 page=0 chnl=0 -char id=98 x=913 y=840 width=36 height=50 xoffset=3 yoffset=14 xadvance=42 page=0 chnl=0 -char id=100 x=949 y=840 width=36 height=50 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=102 x=291 y=738 width=26 height=51 xoffset=-1 yoffset=12 xadvance=26 page=0 chnl=0 -char id=103 x=917 y=581 width=36 height=52 xoffset=1 yoffset=25 xadvance=42 page=0 chnl=0 -char id=105 x=1009 y=634 width=14 height=51 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=106 x=818 y=0 width=20 height=65 xoffset=-4 yoffset=12 xadvance=18 page=0 chnl=0 -char id=108 x=1002 y=941 width=12 height=49 xoffset=2 yoffset=14 xadvance=18 page=0 chnl=0 -char id=112 x=953 y=581 width=37 height=52 xoffset=2 yoffset=25 xadvance=42 page=0 chnl=0 -char id=113 x=0 y=634 width=36 height=52 xoffset=1 yoffset=25 xadvance=42 page=0 chnl=0 -char id=121 x=317 y=738 width=38 height=51 xoffset=-1 yoffset=26 xadvance=38 page=0 chnl=0 -char id=123 x=281 y=399 width=25 height=61 xoffset=0 yoffset=8 xadvance=26 page=0 chnl=0 -char id=124 x=58 y=0 width=11 height=79 xoffset=5 yoffset=-1 xadvance=24 page=0 chnl=0 -char id=125 x=306 y=399 width=25 height=61 xoffset=-1 yoffset=8 xadvance=26 page=0 chnl=0 -char id=126 x=716 y=991 width=37 height=15 xoffset=3 yoffset=31 xadvance=45 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=19 page=0 chnl=0 -char id=161 x=1007 y=789 width=14 height=50 xoffset=2 yoffset=25 xadvance=21 page=0 chnl=0 -char id=163 x=985 y=840 width=37 height=50 xoffset=2 yoffset=13 xadvance=43 page=0 chnl=0 -char id=166 x=1001 y=461 width=11 height=58 xoffset=4 yoffset=14 xadvance=21 page=0 chnl=0 -char id=167 x=551 y=461 width=34 height=60 xoffset=1 yoffset=13 xadvance=38 page=0 chnl=0 -char id=169 x=355 y=738 width=53 height=51 xoffset=3 yoffset=13 xadvance=61 page=0 chnl=0 -char id=170 x=211 y=991 width=25 height=28 xoffset=2 yoffset=14 xadvance=32 page=0 chnl=0 -char id=171 x=73 y=991 width=33 height=30 xoffset=2 yoffset=28 xadvance=38 page=0 chnl=0 -char id=172 x=626 y=991 width=31 height=17 xoffset=2 yoffset=35 xadvance=37 page=0 chnl=0 -char id=176 x=263 y=991 width=27 height=24 xoffset=1 yoffset=14 xadvance=31 page=0 chnl=0 -char id=178 x=28 y=991 width=27 height=31 xoffset=0 yoffset=9 xadvance=29 page=0 chnl=0 -char id=179 x=0 y=991 width=28 height=32 xoffset=0 yoffset=9 xadvance=30 page=0 chnl=0 -char id=180 x=805 y=991 width=17 height=14 xoffset=10 yoffset=10 xadvance=34 page=0 chnl=0 -char id=181 x=0 y=891 width=37 height=50 xoffset=2 yoffset=26 xadvance=43 page=0 chnl=0 -char id=183 x=986 y=991 width=14 height=12 xoffset=2 yoffset=36 xadvance=20 page=0 chnl=0 -char id=184 x=657 y=991 width=15 height=17 xoffset=4 yoffset=60 xadvance=21 page=0 chnl=0 -char id=185 x=55 y=991 width=18 height=31 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=186 x=236 y=991 width=27 height=28 xoffset=1 yoffset=14 xadvance=32 page=0 chnl=0 -char id=187 x=106 y=991 width=34 height=30 xoffset=1 yoffset=28 xadvance=38 page=0 chnl=0 -char id=190 x=37 y=891 width=61 height=50 xoffset=0 yoffset=13 xadvance=63 page=0 chnl=0 -char id=191 x=408 y=738 width=33 height=51 xoffset=1 yoffset=25 xadvance=36 page=0 chnl=0 -char id=192 x=838 y=0 width=47 height=65 xoffset=-1 yoffset=-2 xadvance=47 page=0 chnl=0 -char id=193 x=885 y=0 width=47 height=65 xoffset=-1 yoffset=-2 xadvance=47 page=0 chnl=0 -char id=194 x=402 y=144 width=47 height=64 xoffset=-1 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=195 x=46 y=336 width=47 height=62 xoffset=-1 yoffset=1 xadvance=47 page=0 chnl=0 -char id=196 x=93 y=336 width=47 height=62 xoffset=-1 yoffset=1 xadvance=47 page=0 chnl=0 -char id=197 x=932 y=0 width=47 height=65 xoffset=-1 yoffset=-2 xadvance=47 page=0 chnl=0 -char id=199 x=449 y=144 width=45 height=64 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=200 x=979 y=0 width=34 height=65 xoffset=3 yoffset=-2 xadvance=41 page=0 chnl=0 -char id=201 x=0 y=79 width=34 height=65 xoffset=3 yoffset=-2 xadvance=41 page=0 chnl=0 -char id=202 x=494 y=144 width=34 height=64 xoffset=3 yoffset=-1 xadvance=41 page=0 chnl=0 -char id=203 x=698 y=209 width=34 height=63 xoffset=3 yoffset=0 xadvance=41 page=0 chnl=0 -char id=204 x=34 y=79 width=20 height=65 xoffset=-4 yoffset=-2 xadvance=19 page=0 chnl=0 -char id=205 x=54 y=79 width=18 height=65 xoffset=3 yoffset=-2 xadvance=19 page=0 chnl=0 -char id=206 x=528 y=144 width=31 height=64 xoffset=-5 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=207 x=140 y=336 width=31 height=62 xoffset=-5 yoffset=1 xadvance=19 page=0 chnl=0 -char id=209 x=171 y=336 width=42 height=62 xoffset=3 yoffset=1 xadvance=50 page=0 chnl=0 -char id=210 x=329 y=0 width=47 height=66 xoffset=1 yoffset=-2 xadvance=51 page=0 chnl=0 -char id=211 x=376 y=0 width=47 height=66 xoffset=1 yoffset=-2 xadvance=51 page=0 chnl=0 -char id=212 x=72 y=79 width=47 height=65 xoffset=1 yoffset=-1 xadvance=51 page=0 chnl=0 -char id=213 x=732 y=209 width=47 height=63 xoffset=1 yoffset=1 xadvance=51 page=0 chnl=0 -char id=214 x=779 y=209 width=47 height=63 xoffset=1 yoffset=1 xadvance=51 page=0 chnl=0 -char id=216 x=407 y=522 width=47 height=54 xoffset=1 yoffset=12 xadvance=51 page=0 chnl=0 -char id=217 x=423 y=0 width=42 height=66 xoffset=3 yoffset=-2 xadvance=49 page=0 chnl=0 -char id=218 x=465 y=0 width=42 height=66 xoffset=3 yoffset=-2 xadvance=49 page=0 chnl=0 -char id=219 x=119 y=79 width=42 height=65 xoffset=3 yoffset=-1 xadvance=49 page=0 chnl=0 -char id=220 x=559 y=144 width=42 height=64 xoffset=3 yoffset=0 xadvance=49 page=0 chnl=0 -char id=221 x=161 y=79 width=46 height=65 xoffset=-1 yoffset=-2 xadvance=46 page=0 chnl=0 -char id=223 x=98 y=891 width=36 height=50 xoffset=3 yoffset=13 xadvance=42 page=0 chnl=0 -char id=224 x=454 y=522 width=34 height=54 xoffset=0 yoffset=10 xadvance=38 page=0 chnl=0 -char id=225 x=488 y=522 width=34 height=54 xoffset=0 yoffset=10 xadvance=38 page=0 chnl=0 -char id=226 x=0 y=581 width=34 height=53 xoffset=0 yoffset=11 xadvance=38 page=0 chnl=0 -char id=227 x=441 y=738 width=34 height=51 xoffset=0 yoffset=13 xadvance=38 page=0 chnl=0 -char id=228 x=36 y=634 width=34 height=52 xoffset=0 yoffset=12 xadvance=38 page=0 chnl=0 -char id=229 x=92 y=522 width=34 height=58 xoffset=0 yoffset=6 xadvance=38 page=0 chnl=0 -char id=231 x=70 y=634 width=35 height=52 xoffset=1 yoffset=25 xadvance=38 page=0 chnl=0 -char id=232 x=522 y=522 width=36 height=54 xoffset=1 yoffset=10 xadvance=40 page=0 chnl=0 -char id=233 x=558 y=522 width=36 height=54 xoffset=1 yoffset=10 xadvance=40 page=0 chnl=0 -char id=234 x=34 y=581 width=36 height=53 xoffset=1 yoffset=11 xadvance=40 page=0 chnl=0 -char id=235 x=105 y=634 width=36 height=52 xoffset=1 yoffset=12 xadvance=40 page=0 chnl=0 -char id=236 x=70 y=581 width=19 height=53 xoffset=-4 yoffset=10 xadvance=18 page=0 chnl=0 -char id=237 x=89 y=581 width=19 height=53 xoffset=2 yoffset=10 xadvance=18 page=0 chnl=0 -char id=238 x=990 y=581 width=31 height=52 xoffset=-6 yoffset=11 xadvance=18 page=0 chnl=0 -char id=239 x=475 y=738 width=30 height=51 xoffset=-5 yoffset=12 xadvance=18 page=0 chnl=0 -char id=240 x=108 y=581 width=36 height=53 xoffset=1 yoffset=11 xadvance=40 page=0 chnl=0 -char id=241 x=134 y=891 width=34 height=50 xoffset=2 yoffset=13 xadvance=40 page=0 chnl=0 -char id=242 x=594 y=522 width=37 height=54 xoffset=1 yoffset=10 xadvance=41 page=0 chnl=0 -char id=243 x=631 y=522 width=37 height=54 xoffset=1 yoffset=10 xadvance=41 page=0 chnl=0 -char id=244 x=144 y=581 width=37 height=53 xoffset=1 yoffset=11 xadvance=41 page=0 chnl=0 -char id=245 x=505 y=738 width=37 height=51 xoffset=1 yoffset=13 xadvance=41 page=0 chnl=0 -char id=246 x=141 y=634 width=37 height=52 xoffset=1 yoffset=12 xadvance=41 page=0 chnl=0 -char id=249 x=668 y=522 width=34 height=54 xoffset=2 yoffset=10 xadvance=40 page=0 chnl=0 -char id=250 x=702 y=522 width=34 height=54 xoffset=2 yoffset=10 xadvance=40 page=0 chnl=0 -char id=251 x=181 y=581 width=34 height=53 xoffset=2 yoffset=11 xadvance=40 page=0 chnl=0 -char id=252 x=178 y=634 width=34 height=52 xoffset=2 yoffset=12 xadvance=40 page=0 chnl=0 -char id=253 x=291 y=0 width=38 height=67 xoffset=-1 yoffset=10 xadvance=38 page=0 chnl=0 -char id=254 x=826 y=209 width=37 height=63 xoffset=2 yoffset=14 xadvance=41 page=0 chnl=0 -char id=255 x=207 y=79 width=38 height=65 xoffset=-1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=256 x=331 y=399 width=47 height=61 xoffset=-1 yoffset=2 xadvance=47 page=0 chnl=0 -char id=257 x=168 y=891 width=34 height=50 xoffset=0 yoffset=14 xadvance=38 page=0 chnl=0 -char id=258 x=378 y=399 width=47 height=61 xoffset=-1 yoffset=2 xadvance=47 page=0 chnl=0 -char id=259 x=202 y=891 width=34 height=50 xoffset=0 yoffset=14 xadvance=38 page=0 chnl=0 -char id=260 x=863 y=209 width=47 height=63 xoffset=-1 yoffset=14 xadvance=47 page=0 chnl=0 -char id=261 x=212 y=634 width=35 height=52 xoffset=0 yoffset=25 xadvance=38 page=0 chnl=0 -char id=262 x=507 y=0 width=45 height=66 xoffset=1 yoffset=-2 xadvance=49 page=0 chnl=0 -char id=263 x=736 y=522 width=35 height=54 xoffset=1 yoffset=10 xadvance=38 page=0 chnl=0 -char id=264 x=245 y=79 width=45 height=65 xoffset=1 yoffset=-1 xadvance=49 page=0 chnl=0 -char id=265 x=215 y=581 width=35 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=266 x=601 y=144 width=45 height=64 xoffset=1 yoffset=0 xadvance=49 page=0 chnl=0 -char id=267 x=247 y=634 width=35 height=52 xoffset=1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=268 x=290 y=79 width=45 height=65 xoffset=1 yoffset=-1 xadvance=49 page=0 chnl=0 -char id=269 x=250 y=581 width=35 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=270 x=646 y=144 width=42 height=64 xoffset=3 yoffset=-1 xadvance=48 page=0 chnl=0 -char id=271 x=282 y=634 width=46 height=52 xoffset=1 yoffset=12 xadvance=47 page=0 chnl=0 -char id=273 x=236 y=891 width=41 height=50 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=274 x=425 y=399 width=34 height=61 xoffset=3 yoffset=2 xadvance=41 page=0 chnl=0 -char id=275 x=277 y=891 width=36 height=50 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=276 x=459 y=399 width=34 height=61 xoffset=3 yoffset=2 xadvance=41 page=0 chnl=0 -char id=277 x=313 y=891 width=36 height=50 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=278 x=910 y=209 width=34 height=63 xoffset=3 yoffset=0 xadvance=41 page=0 chnl=0 -char id=279 x=328 y=634 width=36 height=52 xoffset=1 yoffset=12 xadvance=40 page=0 chnl=0 -char id=280 x=944 y=209 width=34 height=63 xoffset=3 yoffset=14 xadvance=41 page=0 chnl=0 -char id=281 x=364 y=634 width=36 height=52 xoffset=1 yoffset=25 xadvance=40 page=0 chnl=0 -char id=282 x=688 y=144 width=34 height=64 xoffset=3 yoffset=-1 xadvance=41 page=0 chnl=0 -char id=283 x=285 y=581 width=36 height=53 xoffset=1 yoffset=11 xadvance=40 page=0 chnl=0 -char id=284 x=335 y=79 width=46 height=65 xoffset=1 yoffset=-1 xadvance=50 page=0 chnl=0 -char id=285 x=552 y=0 width=36 height=66 xoffset=1 yoffset=11 xadvance=42 page=0 chnl=0 -char id=286 x=213 y=336 width=46 height=62 xoffset=1 yoffset=2 xadvance=50 page=0 chnl=0 -char id=287 x=978 y=209 width=36 height=63 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=288 x=722 y=144 width=46 height=64 xoffset=1 yoffset=0 xadvance=50 page=0 chnl=0 -char id=289 x=381 y=79 width=36 height=65 xoffset=1 yoffset=12 xadvance=42 page=0 chnl=0 -char id=290 x=588 y=0 width=46 height=66 xoffset=1 yoffset=13 xadvance=50 page=0 chnl=0 -char id=291 x=170 y=0 width=36 height=70 xoffset=1 yoffset=7 xadvance=42 page=0 chnl=0 -char id=292 x=768 y=144 width=42 height=64 xoffset=3 yoffset=-1 xadvance=50 page=0 chnl=0 -char id=293 x=810 y=144 width=44 height=64 xoffset=-6 yoffset=-1 xadvance=41 page=0 chnl=0 -char id=296 x=259 y=336 width=28 height=62 xoffset=0 yoffset=1 xadvance=31 page=0 chnl=0 -char id=297 x=349 y=891 width=32 height=50 xoffset=-5 yoffset=13 xadvance=20 page=0 chnl=0 -char id=298 x=493 y=399 width=31 height=61 xoffset=-5 yoffset=2 xadvance=19 page=0 chnl=0 -char id=300 x=524 y=399 width=27 height=61 xoffset=-4 yoffset=2 xadvance=19 page=0 chnl=0 -char id=302 x=0 y=273 width=17 height=63 xoffset=-2 yoffset=14 xadvance=19 page=0 chnl=0 -char id=303 x=417 y=79 width=17 height=65 xoffset=-2 yoffset=12 xadvance=18 page=0 chnl=0 -char id=304 x=1007 y=79 width=14 height=63 xoffset=1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=306 x=381 y=891 width=47 height=50 xoffset=3 yoffset=14 xadvance=55 page=0 chnl=0 -char id=307 x=434 y=79 width=30 height=65 xoffset=1 yoffset=12 xadvance=34 page=0 chnl=0 -char id=308 x=464 y=79 width=42 height=65 xoffset=0 yoffset=-1 xadvance=37 page=0 chnl=0 -char id=309 x=634 y=0 width=31 height=66 xoffset=-6 yoffset=11 xadvance=18 page=0 chnl=0 -char id=310 x=506 y=79 width=41 height=65 xoffset=3 yoffset=14 xadvance=45 page=0 chnl=0 -char id=311 x=547 y=79 width=35 height=65 xoffset=2 yoffset=14 xadvance=38 page=0 chnl=0 -char id=313 x=582 y=79 width=33 height=65 xoffset=3 yoffset=-2 xadvance=38 page=0 chnl=0 -char id=314 x=615 y=79 width=19 height=65 xoffset=2 yoffset=-2 xadvance=18 page=0 chnl=0 -char id=315 x=634 y=79 width=33 height=65 xoffset=3 yoffset=14 xadvance=38 page=0 chnl=0 -char id=316 x=667 y=79 width=15 height=65 xoffset=-1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=317 x=542 y=738 width=33 height=51 xoffset=3 yoffset=12 xadvance=38 page=0 chnl=0 -char id=318 x=575 y=738 width=22 height=51 xoffset=2 yoffset=12 xadvance=23 page=0 chnl=0 -char id=323 x=682 y=79 width=42 height=65 xoffset=3 yoffset=-2 xadvance=50 page=0 chnl=0 -char id=324 x=321 y=581 width=34 height=53 xoffset=2 yoffset=10 xadvance=40 page=0 chnl=0 -char id=325 x=724 y=79 width=42 height=65 xoffset=3 yoffset=14 xadvance=50 page=0 chnl=0 -char id=326 x=771 y=522 width=34 height=54 xoffset=2 yoffset=25 xadvance=40 page=0 chnl=0 -char id=327 x=854 y=144 width=42 height=64 xoffset=3 yoffset=-1 xadvance=50 page=0 chnl=0 -char id=328 x=400 y=634 width=34 height=52 xoffset=2 yoffset=11 xadvance=40 page=0 chnl=0 -char id=330 x=17 y=273 width=42 height=63 xoffset=3 yoffset=14 xadvance=50 page=0 chnl=0 -char id=331 x=434 y=634 width=34 height=52 xoffset=2 yoffset=25 xadvance=40 page=0 chnl=0 -char id=332 x=287 y=336 width=47 height=62 xoffset=1 yoffset=2 xadvance=51 page=0 chnl=0 -char id=333 x=428 y=891 width=37 height=50 xoffset=1 yoffset=14 xadvance=41 page=0 chnl=0 -char id=334 x=334 y=336 width=47 height=62 xoffset=1 yoffset=2 xadvance=51 page=0 chnl=0 -char id=335 x=465 y=891 width=37 height=50 xoffset=1 yoffset=14 xadvance=41 page=0 chnl=0 -char id=336 x=59 y=273 width=47 height=63 xoffset=1 yoffset=1 xadvance=51 page=0 chnl=0 -char id=337 x=597 y=738 width=37 height=51 xoffset=1 yoffset=13 xadvance=41 page=0 chnl=0 -char id=340 x=766 y=79 width=39 height=65 xoffset=3 yoffset=-2 xadvance=43 page=0 chnl=0 -char id=341 x=355 y=581 width=24 height=53 xoffset=2 yoffset=10 xadvance=27 page=0 chnl=0 -char id=342 x=805 y=79 width=39 height=65 xoffset=3 yoffset=14 xadvance=43 page=0 chnl=0 -char id=343 x=805 y=522 width=27 height=54 xoffset=-1 yoffset=25 xadvance=27 page=0 chnl=0 -char id=344 x=896 y=144 width=39 height=64 xoffset=3 yoffset=-1 xadvance=43 page=0 chnl=0 -char id=345 x=468 y=634 width=27 height=52 xoffset=0 yoffset=11 xadvance=27 page=0 chnl=0 -char id=346 x=665 y=0 width=39 height=66 xoffset=1 yoffset=-2 xadvance=43 page=0 chnl=0 -char id=347 x=832 y=522 width=33 height=54 xoffset=1 yoffset=10 xadvance=36 page=0 chnl=0 -char id=348 x=844 y=79 width=39 height=65 xoffset=1 yoffset=-1 xadvance=43 page=0 chnl=0 -char id=349 x=379 y=581 width=33 height=53 xoffset=1 yoffset=11 xadvance=36 page=0 chnl=0 -char id=350 x=935 y=144 width=39 height=64 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=351 x=495 y=634 width=33 height=52 xoffset=1 yoffset=25 xadvance=36 page=0 chnl=0 -char id=352 x=883 y=79 width=39 height=65 xoffset=1 yoffset=-1 xadvance=43 page=0 chnl=0 -char id=353 x=412 y=581 width=33 height=53 xoffset=1 yoffset=11 xadvance=36 page=0 chnl=0 -char id=354 x=106 y=273 width=41 height=63 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=0 -char id=355 x=585 y=461 width=26 height=60 xoffset=-1 yoffset=17 xadvance=26 page=0 chnl=0 -char id=356 x=974 y=144 width=41 height=64 xoffset=0 yoffset=-1 xadvance=44 page=0 chnl=0 -char id=357 x=865 y=522 width=27 height=54 xoffset=-1 yoffset=10 xadvance=26 page=0 chnl=0 -char id=360 x=147 y=273 width=42 height=63 xoffset=3 yoffset=1 xadvance=49 page=0 chnl=0 -char id=361 x=634 y=738 width=34 height=51 xoffset=2 yoffset=13 xadvance=40 page=0 chnl=0 -char id=362 x=381 y=336 width=42 height=62 xoffset=3 yoffset=2 xadvance=49 page=0 chnl=0 -char id=363 x=502 y=891 width=34 height=50 xoffset=2 yoffset=14 xadvance=40 page=0 chnl=0 -char id=364 x=423 y=336 width=42 height=62 xoffset=3 yoffset=2 xadvance=49 page=0 chnl=0 -char id=365 x=536 y=891 width=34 height=50 xoffset=2 yoffset=14 xadvance=40 page=0 chnl=0 -char id=366 x=704 y=0 width=42 height=66 xoffset=3 yoffset=-2 xadvance=49 page=0 chnl=0 -char id=367 x=126 y=522 width=34 height=58 xoffset=2 yoffset=6 xadvance=40 page=0 chnl=0 -char id=368 x=189 y=273 width=42 height=63 xoffset=3 yoffset=1 xadvance=49 page=0 chnl=0 -char id=369 x=668 y=738 width=35 height=51 xoffset=2 yoffset=13 xadvance=40 page=0 chnl=0 -char id=370 x=231 y=273 width=42 height=63 xoffset=3 yoffset=14 xadvance=49 page=0 chnl=0 -char id=371 x=703 y=738 width=34 height=51 xoffset=2 yoffset=26 xadvance=40 page=0 chnl=0 -char id=372 x=0 y=209 width=65 height=64 xoffset=-1 yoffset=-1 xadvance=65 page=0 chnl=0 -char id=373 x=528 y=634 width=54 height=52 xoffset=-1 yoffset=11 xadvance=55 page=0 chnl=0 -char id=374 x=65 y=209 width=46 height=64 xoffset=-1 yoffset=-1 xadvance=46 page=0 chnl=0 -char id=375 x=746 y=0 width=38 height=66 xoffset=-1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=376 x=465 y=336 width=46 height=62 xoffset=-1 yoffset=1 xadvance=46 page=0 chnl=0 -char id=377 x=922 y=79 width=39 height=65 xoffset=1 yoffset=-2 xadvance=43 page=0 chnl=0 -char id=378 x=445 y=581 width=33 height=53 xoffset=1 yoffset=10 xadvance=37 page=0 chnl=0 -char id=379 x=273 y=273 width=39 height=63 xoffset=1 yoffset=0 xadvance=43 page=0 chnl=0 -char id=380 x=737 y=738 width=33 height=51 xoffset=1 yoffset=12 xadvance=37 page=0 chnl=0 -char id=381 x=111 y=209 width=39 height=64 xoffset=1 yoffset=-1 xadvance=43 page=0 chnl=0 -char id=382 x=582 y=634 width=33 height=52 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=383 x=770 y=738 width=21 height=51 xoffset=-2 yoffset=12 xadvance=20 page=0 chnl=0 -char id=884 x=359 y=991 width=12 height=21 xoffset=4 yoffset=14 xadvance=20 page=0 chnl=0 -char id=885 x=822 y=991 width=16 height=14 xoffset=1 yoffset=63 xadvance=20 page=0 chnl=0 -char id=890 x=703 y=991 width=13 height=16 xoffset=2 yoffset=63 xadvance=20 page=0 chnl=0 -char id=900 x=838 y=991 width=14 height=14 xoffset=3 yoffset=11 xadvance=21 page=0 chnl=0 -char id=901 x=672 y=991 width=31 height=17 xoffset=2 yoffset=7 xadvance=37 page=0 chnl=0 -char id=902 x=615 y=634 width=47 height=52 xoffset=-1 yoffset=11 xadvance=47 page=0 chnl=0 -char id=903 x=1000 y=991 width=14 height=12 xoffset=2 yoffset=25 xadvance=20 page=0 chnl=0 -char id=904 x=662 y=634 width=45 height=52 xoffset=0 yoffset=11 xadvance=48 page=0 chnl=0 -char id=905 x=707 y=634 width=52 height=52 xoffset=2 yoffset=11 xadvance=59 page=0 chnl=0 -char id=906 x=759 y=634 width=21 height=52 xoffset=-2 yoffset=11 xadvance=23 page=0 chnl=0 -char id=908 x=478 y=581 width=53 height=53 xoffset=-3 yoffset=11 xadvance=53 page=0 chnl=0 -char id=910 x=780 y=634 width=57 height=52 xoffset=-1 yoffset=11 xadvance=58 page=0 chnl=0 -char id=911 x=837 y=634 width=54 height=52 xoffset=-4 yoffset=11 xadvance=52 page=0 chnl=0 -char id=912 x=288 y=522 width=39 height=57 xoffset=-8 yoffset=7 xadvance=20 page=0 chnl=0 -char id=920 x=791 y=738 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=927 x=838 y=738 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=937 x=570 y=891 width=47 height=50 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=938 x=511 y=336 width=31 height=62 xoffset=-5 yoffset=1 xadvance=19 page=0 chnl=0 -char id=939 x=465 y=336 width=46 height=62 xoffset=-1 yoffset=1 xadvance=46 page=0 chnl=0 -char id=940 x=531 y=581 width=40 height=53 xoffset=1 yoffset=11 xadvance=43 page=0 chnl=0 -char id=941 x=571 y=581 width=34 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=942 x=784 y=0 width=34 height=66 xoffset=2 yoffset=11 xadvance=40 page=0 chnl=0 -char id=943 x=605 y=581 width=18 height=53 xoffset=2 yoffset=11 xadvance=20 page=0 chnl=0 -char id=944 x=327 y=522 width=33 height=57 xoffset=2 yoffset=7 xadvance=40 page=0 chnl=0 -char id=946 x=150 y=209 width=36 height=64 xoffset=2 yoffset=13 xadvance=40 page=0 chnl=0 -char id=947 x=885 y=738 width=36 height=51 xoffset=-1 yoffset=26 xadvance=36 page=0 chnl=0 -char id=948 x=891 y=634 width=37 height=52 xoffset=0 yoffset=12 xadvance=39 page=0 chnl=0 -char id=950 x=542 y=336 width=33 height=62 xoffset=0 yoffset=14 xadvance=36 page=0 chnl=0 -char id=951 x=928 y=634 width=34 height=52 xoffset=2 yoffset=25 xadvance=40 page=0 chnl=0 -char id=952 x=617 y=891 width=35 height=50 xoffset=1 yoffset=14 xadvance=39 page=0 chnl=0 -char id=955 x=921 y=738 width=39 height=51 xoffset=-1 yoffset=13 xadvance=40 page=0 chnl=0 -char id=956 x=652 y=891 width=37 height=50 xoffset=2 yoffset=26 xadvance=43 page=0 chnl=0 -char id=958 x=312 y=273 width=33 height=63 xoffset=1 yoffset=13 xadvance=37 page=0 chnl=0 -char id=961 x=960 y=738 width=34 height=51 xoffset=2 yoffset=25 xadvance=39 page=0 chnl=0 -char id=962 x=689 y=891 width=34 height=50 xoffset=1 yoffset=25 xadvance=37 page=0 chnl=0 -char id=966 x=962 y=634 width=47 height=52 xoffset=1 yoffset=25 xadvance=51 page=0 chnl=0 -char id=967 x=0 y=686 width=40 height=52 xoffset=0 yoffset=25 xadvance=41 page=0 chnl=0 -char id=968 x=40 y=686 width=46 height=52 xoffset=2 yoffset=26 xadvance=51 page=0 chnl=0 -char id=970 x=86 y=686 width=28 height=52 xoffset=-5 yoffset=12 xadvance=20 page=0 chnl=0 -char id=971 x=114 y=686 width=33 height=52 xoffset=2 yoffset=12 xadvance=40 page=0 chnl=0 -char id=972 x=623 y=581 width=37 height=53 xoffset=1 yoffset=11 xadvance=41 page=0 chnl=0 -char id=973 x=660 y=581 width=33 height=53 xoffset=2 yoffset=11 xadvance=40 page=0 chnl=0 -char id=974 x=693 y=581 width=51 height=53 xoffset=2 yoffset=11 xadvance=57 page=0 chnl=0 -char id=976 x=147 y=686 width=36 height=52 xoffset=3 yoffset=12 xadvance=43 page=0 chnl=0 -char id=977 x=0 y=789 width=38 height=51 xoffset=2 yoffset=13 xadvance=43 page=0 chnl=0 -char id=978 x=723 y=891 width=43 height=50 xoffset=0 yoffset=13 xadvance=45 page=0 chnl=0 -char id=979 x=38 y=789 width=53 height=51 xoffset=-3 yoffset=12 xadvance=52 page=0 chnl=0 -char id=980 x=345 y=273 width=43 height=63 xoffset=0 yoffset=0 xadvance=45 page=0 chnl=0 -char id=981 x=186 y=209 width=45 height=64 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=983 x=91 y=789 width=45 height=51 xoffset=1 yoffset=25 xadvance=49 page=0 chnl=0 -char id=984 x=388 y=273 width=47 height=63 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=985 x=183 y=686 width=38 height=52 xoffset=0 yoffset=25 xadvance=42 page=0 chnl=0 -char id=986 x=435 y=273 width=41 height=63 xoffset=3 yoffset=13 xadvance=49 page=0 chnl=0 -char id=987 x=136 y=789 width=35 height=51 xoffset=0 yoffset=25 xadvance=37 page=0 chnl=0 -char id=989 x=766 y=891 width=31 height=50 xoffset=2 yoffset=26 xadvance=37 page=0 chnl=0 -char id=990 x=171 y=789 width=44 height=51 xoffset=-1 yoffset=13 xadvance=45 page=0 chnl=0 -char id=992 x=231 y=209 width=49 height=64 xoffset=0 yoffset=13 xadvance=51 page=0 chnl=0 -char id=993 x=961 y=79 width=46 height=65 xoffset=1 yoffset=12 xadvance=49 page=0 chnl=0 -char id=1009 x=744 y=581 width=36 height=53 xoffset=3 yoffset=25 xadvance=43 page=0 chnl=0 -char id=1011 x=0 y=144 width=20 height=65 xoffset=-4 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1012 x=215 y=789 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=1016 x=476 y=273 width=37 height=63 xoffset=2 yoffset=14 xadvance=41 page=0 chnl=0 -char id=1017 x=262 y=789 width=45 height=51 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=1019 x=797 y=891 width=45 height=50 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=0 -char id=1020 x=307 y=789 width=43 height=51 xoffset=-5 yoffset=25 xadvance=39 page=0 chnl=0 -char id=1021 x=350 y=789 width=41 height=51 xoffset=1 yoffset=13 xadvance=45 page=0 chnl=0 -char id=1022 x=391 y=789 width=45 height=51 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=1023 x=436 y=789 width=45 height=51 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=1024 x=20 y=144 width=34 height=65 xoffset=3 yoffset=-2 xadvance=41 page=0 chnl=0 -char id=1025 x=513 y=273 width=34 height=63 xoffset=3 yoffset=0 xadvance=41 page=0 chnl=0 -char id=1026 x=842 y=891 width=52 height=50 xoffset=0 yoffset=14 xadvance=55 page=0 chnl=0 -char id=1027 x=54 y=144 width=34 height=65 xoffset=3 yoffset=-2 xadvance=39 page=0 chnl=0 -char id=1028 x=481 y=789 width=41 height=51 xoffset=1 yoffset=13 xadvance=45 page=0 chnl=0 -char id=1029 x=522 y=789 width=39 height=51 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=1031 x=547 y=273 width=30 height=63 xoffset=-5 yoffset=0 xadvance=19 page=0 chnl=0 -char id=1032 x=894 y=891 width=33 height=50 xoffset=0 yoffset=14 xadvance=37 page=0 chnl=0 -char id=1036 x=88 y=144 width=41 height=65 xoffset=3 yoffset=-2 xadvance=45 page=0 chnl=0 -char id=1037 x=129 y=144 width=42 height=65 xoffset=3 yoffset=-2 xadvance=50 page=0 chnl=0 -char id=1038 x=575 y=336 width=43 height=62 xoffset=-1 yoffset=2 xadvance=43 page=0 chnl=0 -char id=1039 x=551 y=399 width=41 height=61 xoffset=3 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1044 x=592 y=399 width=50 height=61 xoffset=-1 yoffset=14 xadvance=51 page=0 chnl=0 -char id=1047 x=561 y=789 width=38 height=51 xoffset=2 yoffset=13 xadvance=43 page=0 chnl=0 -char id=1049 x=642 y=399 width=42 height=61 xoffset=3 yoffset=2 xadvance=50 page=0 chnl=0 -char id=1054 x=599 y=789 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=1057 x=262 y=789 width=45 height=51 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=1059 x=927 y=891 width=43 height=50 xoffset=-1 yoffset=14 xadvance=43 page=0 chnl=0 -char id=1060 x=221 y=686 width=50 height=52 xoffset=1 yoffset=13 xadvance=54 page=0 chnl=0 -char id=1062 x=611 y=461 width=46 height=60 xoffset=3 yoffset=14 xadvance=51 page=0 chnl=0 -char id=1065 x=657 y=461 width=61 height=60 xoffset=3 yoffset=14 xadvance=67 page=0 chnl=0 -char id=1069 x=646 y=789 width=41 height=51 xoffset=1 yoffset=13 xadvance=46 page=0 chnl=0 -char id=1070 x=687 y=789 width=62 height=51 xoffset=3 yoffset=13 xadvance=68 page=0 chnl=0 -char id=1073 x=749 y=789 width=37 height=51 xoffset=1 yoffset=13 xadvance=40 page=0 chnl=0 -char id=1088 x=271 y=686 width=37 height=52 xoffset=2 yoffset=25 xadvance=42 page=0 chnl=0 -char id=1091 x=786 y=789 width=38 height=51 xoffset=-1 yoffset=26 xadvance=38 page=0 chnl=0 -char id=1092 x=684 y=399 width=44 height=61 xoffset=1 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1104 x=892 y=522 width=36 height=54 xoffset=1 yoffset=10 xadvance=40 page=0 chnl=0 -char id=1105 x=308 y=686 width=36 height=52 xoffset=1 yoffset=12 xadvance=40 page=0 chnl=0 -char id=1106 x=577 y=273 width=43 height=63 xoffset=-5 yoffset=14 xadvance=41 page=0 chnl=0 -char id=1107 x=780 y=581 width=27 height=53 xoffset=2 yoffset=10 xadvance=32 page=0 chnl=0 -char id=1110 x=994 y=738 width=14 height=51 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1111 x=824 y=789 width=30 height=51 xoffset=-5 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1112 x=171 y=144 width=20 height=65 xoffset=-4 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1116 x=807 y=581 width=35 height=53 xoffset=2 yoffset=10 xadvance=37 page=0 chnl=0 -char id=1117 x=842 y=581 width=34 height=53 xoffset=2 yoffset=10 xadvance=41 page=0 chnl=0 -char id=1118 x=620 y=273 width=38 height=63 xoffset=-1 yoffset=14 xadvance=38 page=0 chnl=0 -char id=1120 x=970 y=891 width=53 height=50 xoffset=3 yoffset=14 xadvance=61 page=0 chnl=0 -char id=1123 x=928 y=522 width=40 height=54 xoffset=-2 yoffset=9 xadvance=40 page=0 chnl=0 -char id=1124 x=854 y=789 width=58 height=51 xoffset=3 yoffset=13 xadvance=64 page=0 chnl=0 -char id=1134 x=89 y=0 width=33 height=76 xoffset=1 yoffset=1 xadvance=37 page=0 chnl=0 -char id=1135 x=191 y=144 width=32 height=65 xoffset=-2 yoffset=12 xadvance=33 page=0 chnl=0 -char id=1137 x=344 y=686 width=46 height=52 xoffset=2 yoffset=26 xadvance=51 page=0 chnl=0 -char id=1138 x=912 y=789 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=1140 x=0 y=941 width=48 height=50 xoffset=-1 yoffset=13 xadvance=48 page=0 chnl=0 -char id=1142 x=223 y=144 width=48 height=65 xoffset=-1 yoffset=-2 xadvance=48 page=0 chnl=0 -char id=1143 x=876 y=581 width=41 height=53 xoffset=-1 yoffset=10 xadvance=41 page=0 chnl=0 -char id=1144 x=280 y=209 width=85 height=64 xoffset=1 yoffset=13 xadvance=87 page=0 chnl=0 -char id=1145 x=390 y=686 width=73 height=52 xoffset=1 yoffset=25 xadvance=76 page=0 chnl=0 -char id=1146 x=718 y=461 width=47 height=60 xoffset=1 yoffset=9 xadvance=51 page=0 chnl=0 -char id=1148 x=618 y=336 width=54 height=62 xoffset=3 yoffset=2 xadvance=63 page=0 chnl=0 -char id=1149 x=959 y=789 width=48 height=51 xoffset=0 yoffset=13 xadvance=51 page=0 chnl=0 -char id=1150 x=728 y=399 width=53 height=61 xoffset=3 yoffset=3 xadvance=61 page=0 chnl=0 -char id=1152 x=672 y=336 width=39 height=62 xoffset=1 yoffset=13 xadvance=43 page=0 chnl=0 -char id=1153 x=48 y=941 width=34 height=50 xoffset=1 yoffset=25 xadvance=37 page=0 chnl=0 -char id=1155 x=852 y=991 width=56 height=13 xoffset=-32 yoffset=13 xadvance=2 page=0 chnl=0 -char id=1157 x=908 y=991 width=32 height=13 xoffset=-23 yoffset=10 xadvance=2 page=0 chnl=0 -char id=1158 x=940 y=991 width=32 height=13 xoffset=-22 yoffset=10 xadvance=2 page=0 chnl=0 -char id=1160 x=160 y=522 width=128 height=58 xoffset=-51 yoffset=15 xadvance=2 page=0 chnl=0 -char id=1161 x=711 y=336 width=122 height=62 xoffset=-50 yoffset=14 xadvance=2 page=0 chnl=0 -char id=1162 x=122 y=0 width=48 height=74 xoffset=3 yoffset=2 xadvance=50 page=0 chnl=0 -char id=1163 x=833 y=336 width=40 height=62 xoffset=2 yoffset=14 xadvance=45 page=0 chnl=0 -char id=1165 x=968 y=522 width=40 height=54 xoffset=-2 yoffset=9 xadvance=40 page=0 chnl=0 -char id=1167 x=463 y=686 width=37 height=52 xoffset=2 yoffset=25 xadvance=41 page=0 chnl=0 -char id=1168 x=765 y=461 width=34 height=60 xoffset=3 yoffset=3 xadvance=39 page=0 chnl=0 -char id=1172 x=898 y=461 width=37 height=59 xoffset=3 yoffset=14 xadvance=43 page=0 chnl=0 -char id=1174 x=781 y=399 width=68 height=61 xoffset=-1 yoffset=14 xadvance=66 page=0 chnl=0 -char id=1176 x=365 y=209 width=38 height=64 xoffset=2 yoffset=13 xadvance=43 page=0 chnl=0 -char id=1177 x=500 y=686 width=32 height=52 xoffset=0 yoffset=25 xadvance=34 page=0 chnl=0 -char id=1178 x=849 y=399 width=42 height=61 xoffset=3 yoffset=14 xadvance=47 page=0 chnl=0 -char id=1186 x=891 y=399 width=49 height=61 xoffset=3 yoffset=14 xadvance=53 page=0 chnl=0 -char id=1190 x=935 y=461 width=66 height=59 xoffset=1 yoffset=14 xadvance=73 page=0 chnl=0 -char id=1192 x=0 y=840 width=49 height=51 xoffset=2 yoffset=13 xadvance=55 page=0 chnl=0 -char id=1194 x=403 y=209 width=45 height=64 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=1195 x=532 y=686 width=35 height=52 xoffset=1 yoffset=25 xadvance=38 page=0 chnl=0 -char id=1196 x=940 y=399 width=41 height=61 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=0 -char id=1199 x=49 y=840 width=36 height=51 xoffset=-1 yoffset=26 xadvance=36 page=0 chnl=0 -char id=1201 x=85 y=840 width=36 height=51 xoffset=-1 yoffset=26 xadvance=36 page=0 chnl=0 -char id=1202 x=0 y=461 width=47 height=61 xoffset=-1 yoffset=14 xadvance=45 page=0 chnl=0 -char id=1204 x=799 y=461 width=58 height=60 xoffset=0 yoffset=14 xadvance=60 page=0 chnl=0 -char id=1206 x=47 y=461 width=47 height=61 xoffset=4 yoffset=14 xadvance=49 page=0 chnl=0 -char id=1212 x=121 y=840 width=51 height=51 xoffset=1 yoffset=13 xadvance=55 page=0 chnl=0 -char id=1214 x=271 y=144 width=51 height=65 xoffset=1 yoffset=13 xadvance=55 page=0 chnl=0 -char id=1215 x=567 y=686 width=48 height=52 xoffset=-1 yoffset=25 xadvance=50 page=0 chnl=0 -char id=1217 x=94 y=461 width=65 height=61 xoffset=-1 yoffset=2 xadvance=66 page=0 chnl=0 -char id=1219 x=0 y=522 width=40 height=59 xoffset=3 yoffset=14 xadvance=46 page=0 chnl=0 -char id=1221 x=873 y=336 width=50 height=62 xoffset=-1 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1222 x=82 y=941 width=43 height=50 xoffset=-1 yoffset=26 xadvance=45 page=0 chnl=0 -char id=1223 x=658 y=273 width=42 height=63 xoffset=3 yoffset=14 xadvance=50 page=0 chnl=0 -char id=1224 x=172 y=840 width=33 height=51 xoffset=2 yoffset=26 xadvance=39 page=0 chnl=0 -char id=1225 x=923 y=336 width=48 height=62 xoffset=3 yoffset=14 xadvance=53 page=0 chnl=0 -char id=1226 x=125 y=941 width=40 height=50 xoffset=2 yoffset=26 xadvance=44 page=0 chnl=0 -char id=1227 x=159 y=461 width=47 height=61 xoffset=4 yoffset=14 xadvance=49 page=0 chnl=0 -char id=1229 x=0 y=399 width=59 height=62 xoffset=3 yoffset=14 xadvance=59 page=0 chnl=0 -char id=1230 x=165 y=941 width=50 height=50 xoffset=2 yoffset=26 xadvance=55 page=0 chnl=0 -char id=1232 x=206 y=461 width=47 height=61 xoffset=-1 yoffset=2 xadvance=47 page=0 chnl=0 -char id=1233 x=215 y=941 width=34 height=50 xoffset=0 yoffset=14 xadvance=38 page=0 chnl=0 -char id=1234 x=971 y=336 width=47 height=62 xoffset=-1 yoffset=1 xadvance=47 page=0 chnl=0 -char id=1235 x=615 y=686 width=34 height=52 xoffset=0 yoffset=12 xadvance=38 page=0 chnl=0 -char id=1238 x=981 y=399 width=34 height=61 xoffset=3 yoffset=2 xadvance=41 page=0 chnl=0 -char id=1239 x=249 y=941 width=36 height=50 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=1240 x=205 y=840 width=43 height=51 xoffset=1 yoffset=13 xadvance=47 page=0 chnl=0 -char id=1242 x=448 y=209 width=43 height=64 xoffset=1 yoffset=0 xadvance=47 page=0 chnl=0 -char id=1243 x=649 y=686 width=36 height=52 xoffset=1 yoffset=12 xadvance=40 page=0 chnl=0 -char id=1244 x=700 y=273 width=65 height=63 xoffset=-1 yoffset=0 xadvance=66 page=0 chnl=0 -char id=1245 x=248 y=840 width=54 height=51 xoffset=0 yoffset=12 xadvance=56 page=0 chnl=0 -char id=1246 x=491 y=209 width=38 height=64 xoffset=2 yoffset=0 xadvance=43 page=0 chnl=0 -char id=1247 x=685 y=686 width=32 height=52 xoffset=0 yoffset=12 xadvance=34 page=0 chnl=0 -char id=1248 x=285 y=941 width=38 height=50 xoffset=1 yoffset=14 xadvance=43 page=0 chnl=0 -char id=1249 x=323 y=941 width=38 height=50 xoffset=1 yoffset=26 xadvance=43 page=0 chnl=0 -char id=1250 x=253 y=461 width=42 height=61 xoffset=3 yoffset=2 xadvance=50 page=0 chnl=0 -char id=1252 x=765 y=273 width=42 height=63 xoffset=3 yoffset=0 xadvance=50 page=0 chnl=0 -char id=1253 x=302 y=840 width=34 height=51 xoffset=2 yoffset=12 xadvance=41 page=0 chnl=0 -char id=1254 x=807 y=273 width=47 height=63 xoffset=1 yoffset=1 xadvance=51 page=0 chnl=0 -char id=1255 x=717 y=686 width=37 height=52 xoffset=1 yoffset=12 xadvance=41 page=0 chnl=0 -char id=1256 x=336 y=840 width=47 height=51 xoffset=1 yoffset=13 xadvance=51 page=0 chnl=0 -char id=1258 x=529 y=209 width=47 height=64 xoffset=1 yoffset=0 xadvance=51 page=0 chnl=0 -char id=1259 x=754 y=686 width=37 height=52 xoffset=1 yoffset=12 xadvance=41 page=0 chnl=0 -char id=1260 x=576 y=209 width=41 height=64 xoffset=1 yoffset=0 xadvance=46 page=0 chnl=0 -char id=1261 x=791 y=686 width=33 height=52 xoffset=1 yoffset=12 xadvance=37 page=0 chnl=0 -char id=1262 x=59 y=399 width=43 height=62 xoffset=-1 yoffset=2 xadvance=43 page=0 chnl=0 -char id=1263 x=854 y=273 width=38 height=63 xoffset=-1 yoffset=14 xadvance=38 page=0 chnl=0 -char id=1264 x=617 y=209 width=43 height=64 xoffset=-1 yoffset=0 xadvance=43 page=0 chnl=0 -char id=1265 x=322 y=144 width=38 height=65 xoffset=-1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=1266 x=892 y=273 width=43 height=63 xoffset=-1 yoffset=1 xadvance=43 page=0 chnl=0 -char id=1267 x=660 y=209 width=38 height=64 xoffset=-1 yoffset=13 xadvance=38 page=0 chnl=0 -char id=1268 x=935 y=273 width=40 height=63 xoffset=4 yoffset=0 xadvance=49 page=0 chnl=0 -char id=1269 x=383 y=840 width=33 height=51 xoffset=2 yoffset=12 xadvance=39 page=0 chnl=0 -char id=1270 x=295 y=461 width=34 height=61 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=1272 x=329 y=461 width=50 height=61 xoffset=3 yoffset=2 xadvance=57 page=0 chnl=0 -char id=1273 x=416 y=840 width=45 height=51 xoffset=2 yoffset=12 xadvance=51 page=0 chnl=0 -char id=1274 x=975 y=273 width=42 height=63 xoffset=-4 yoffset=14 xadvance=39 page=0 chnl=0 -char id=1275 x=461 y=840 width=38 height=51 xoffset=-6 yoffset=26 xadvance=32 page=0 chnl=0 -char id=1276 x=0 y=336 width=46 height=63 xoffset=-1 yoffset=14 xadvance=45 page=0 chnl=0 -char id=1277 x=499 y=840 width=35 height=51 xoffset=0 yoffset=26 xadvance=37 page=0 chnl=0 -char id=8192 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=37 page=0 chnl=0 -char id=8193 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=73 page=0 chnl=0 -char id=8194 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=34 page=0 chnl=0 -char id=8195 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=66 page=0 chnl=0 -char id=8196 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=23 page=0 chnl=0 -char id=8197 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=18 page=0 chnl=0 -char id=8198 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=13 page=0 chnl=0 -char id=8199 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=44 page=0 chnl=0 -char id=8200 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=20 page=0 chnl=0 -char id=8201 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=13 page=0 chnl=0 -char id=8202 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=8 page=0 chnl=0 -char id=8203 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=2 page=0 chnl=0 -char id=8204 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=2 page=0 chnl=0 -char id=8214 x=69 y=0 width=20 height=79 xoffset=4 yoffset=-1 xadvance=28 page=0 chnl=0 -char id=8215 x=753 y=991 width=34 height=15 xoffset=-2 yoffset=61 xadvance=31 page=0 chnl=0 -char id=8216 x=586 y=991 width=14 height=18 xoffset=1 yoffset=13 xadvance=16 page=0 chnl=0 -char id=8217 x=469 y=991 width=14 height=19 xoffset=-1 yoffset=14 xadvance=15 page=0 chnl=0 -char id=8218 x=483 y=991 width=14 height=19 xoffset=-1 yoffset=55 xadvance=16 page=0 chnl=0 -char id=8219 x=497 y=991 width=14 height=19 xoffset=2 yoffset=14 xadvance=17 page=0 chnl=0 -char id=8220 x=600 y=991 width=26 height=18 xoffset=1 yoffset=13 xadvance=27 page=0 chnl=0 -char id=8221 x=511 y=991 width=25 height=19 xoffset=-1 yoffset=14 xadvance=27 page=0 chnl=0 -char id=8222 x=536 y=991 width=25 height=19 xoffset=-1 yoffset=55 xadvance=27 page=0 chnl=0 -char id=8223 x=561 y=991 width=25 height=19 xoffset=3 yoffset=14 xadvance=31 page=0 chnl=0 -char id=8225 x=379 y=461 width=36 height=61 xoffset=0 yoffset=15 xadvance=37 page=0 chnl=0 -char id=8226 x=320 y=991 width=25 height=23 xoffset=4 yoffset=32 xadvance=36 page=0 chnl=0 -char id=8239 x=0 y=0 width=0 height=0 xoffset=-2 yoffset=0 xadvance=13 page=0 chnl=0 -char id=8240 x=534 y=840 width=62 height=51 xoffset=3 yoffset=13 xadvance=70 page=0 chnl=0 -char id=8242 x=393 y=991 width=13 height=20 xoffset=1 yoffset=14 xadvance=17 page=0 chnl=0 -char id=8243 x=406 y=991 width=25 height=20 xoffset=1 yoffset=14 xadvance=30 page=0 chnl=0 -char id=8244 x=431 y=991 width=38 height=20 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=8249 x=140 y=991 width=20 height=30 xoffset=2 yoffset=28 xadvance=26 page=0 chnl=0 -char id=8250 x=160 y=991 width=21 height=30 xoffset=1 yoffset=28 xadvance=26 page=0 chnl=0 -char id=8252 x=361 y=941 width=33 height=50 xoffset=2 yoffset=14 xadvance=40 page=0 chnl=0 -char id=8352 x=596 y=840 width=43 height=51 xoffset=2 yoffset=13 xadvance=49 page=0 chnl=0 -char id=8353 x=415 y=461 width=45 height=61 xoffset=1 yoffset=8 xadvance=49 page=0 chnl=0 -char id=8354 x=639 y=840 width=45 height=51 xoffset=1 yoffset=13 xadvance=49 page=0 chnl=0 -char id=8356 x=394 y=941 width=38 height=50 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=0 -char id=8359 x=432 y=941 width=72 height=50 xoffset=3 yoffset=14 xadvance=77 page=0 chnl=0 -char id=8360 x=504 y=941 width=69 height=50 xoffset=3 yoffset=14 xadvance=75 page=0 chnl=0 -char id=8363 x=857 y=461 width=41 height=60 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=8364 x=684 y=840 width=43 height=51 xoffset=-1 yoffset=13 xadvance=45 page=0 chnl=0 -char id=8367 x=206 y=0 width=85 height=69 xoffset=0 yoffset=8 xadvance=86 page=0 chnl=0 -char id=8368 x=360 y=144 width=42 height=65 xoffset=0 yoffset=12 xadvance=45 page=0 chnl=0 -char id=8370 x=460 y=461 width=46 height=61 xoffset=1 yoffset=8 xadvance=50 page=0 chnl=0 -char id=8372 x=727 y=840 width=39 height=51 xoffset=2 yoffset=13 xadvance=45 page=0 chnl=0 -char id=8373 x=506 y=461 width=45 height=61 xoffset=1 yoffset=8 xadvance=49 page=0 chnl=0 -char id=8378 x=573 y=941 width=37 height=50 xoffset=1 yoffset=14 xadvance=41 page=0 chnl=0 -char id=43 x=366 y=412 width=36 height=34 xoffset=3 yoffset=27 xadvance=45 page=1 chnl=0 -char id=45 x=631 y=412 width=26 height=9 xoffset=2 yoffset=38 xadvance=32 page=1 chnl=0 -char id=58 x=994 y=375 width=14 height=36 xoffset=2 yoffset=22 xadvance=20 page=1 chnl=0 -char id=60 x=813 y=245 width=78 height=45 xoffset=4 yoffset=16 xadvance=88 page=1 chnl=0 -char id=75 x=0 y=0 width=41 height=49 xoffset=3 yoffset=14 xadvance=45 page=1 chnl=0 -char id=76 x=41 y=0 width=33 height=49 xoffset=3 yoffset=14 xadvance=38 page=1 chnl=0 -char id=77 x=74 y=0 width=52 height=49 xoffset=3 yoffset=14 xadvance=59 page=1 chnl=0 -char id=78 x=126 y=0 width=42 height=49 xoffset=3 yoffset=14 xadvance=50 page=1 chnl=0 -char id=80 x=168 y=0 width=37 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=82 x=205 y=0 width=39 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=84 x=244 y=0 width=41 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=86 x=285 y=0 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=1 chnl=0 -char id=87 x=332 y=0 width=65 height=49 xoffset=-1 yoffset=14 xadvance=65 page=1 chnl=0 -char id=88 x=397 y=0 width=44 height=49 xoffset=-1 yoffset=14 xadvance=45 page=1 chnl=0 -char id=89 x=441 y=0 width=46 height=49 xoffset=-1 yoffset=14 xadvance=46 page=1 chnl=0 -char id=90 x=487 y=0 width=39 height=49 xoffset=1 yoffset=14 xadvance=43 page=1 chnl=0 -char id=95 x=834 y=412 width=35 height=8 xoffset=-3 yoffset=61 xadvance=31 page=1 chnl=0 -char id=97 x=78 y=294 width=34 height=39 xoffset=0 yoffset=25 xadvance=38 page=1 chnl=0 -char id=99 x=112 y=294 width=35 height=39 xoffset=1 yoffset=25 xadvance=38 page=1 chnl=0 -char id=101 x=147 y=294 width=36 height=39 xoffset=1 yoffset=25 xadvance=40 page=1 chnl=0 -char id=104 x=526 y=0 width=34 height=49 xoffset=2 yoffset=14 xadvance=41 page=1 chnl=0 -char id=107 x=560 y=0 width=35 height=49 xoffset=2 yoffset=14 xadvance=38 page=1 chnl=0 -char id=109 x=305 y=336 width=53 height=38 xoffset=2 yoffset=25 xadvance=59 page=1 chnl=0 -char id=110 x=358 y=336 width=34 height=38 xoffset=2 yoffset=25 xadvance=40 page=1 chnl=0 -char id=111 x=183 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=114 x=995 y=294 width=24 height=38 xoffset=2 yoffset=25 xadvance=27 page=1 chnl=0 -char id=115 x=220 y=294 width=33 height=39 xoffset=1 yoffset=25 xadvance=36 page=1 chnl=0 -char id=116 x=458 y=245 width=25 height=47 xoffset=-1 yoffset=17 xadvance=26 page=1 chnl=0 -char id=117 x=392 y=336 width=34 height=38 xoffset=2 yoffset=26 xadvance=40 page=1 chnl=0 -char id=118 x=779 y=336 width=38 height=37 xoffset=-1 yoffset=26 xadvance=38 page=1 chnl=0 -char id=119 x=817 y=336 width=54 height=37 xoffset=-1 yoffset=26 xadvance=55 page=1 chnl=0 -char id=120 x=871 y=336 width=35 height=37 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=122 x=906 y=336 width=33 height=37 xoffset=1 yoffset=26 xadvance=37 page=1 chnl=0 -char id=162 x=595 y=0 width=35 height=49 xoffset=1 yoffset=14 xadvance=38 page=1 chnl=0 -char id=164 x=968 y=245 width=45 height=43 xoffset=1 yoffset=21 xadvance=49 page=1 chnl=0 -char id=165 x=630 y=0 width=39 height=49 xoffset=-2 yoffset=14 xadvance=38 page=1 chnl=0 -char id=168 x=485 y=412 width=26 height=11 xoffset=5 yoffset=12 xadvance=39 page=1 chnl=0 -char id=173 x=657 y=412 width=26 height=9 xoffset=2 yoffset=38 xadvance=32 page=1 chnl=0 -char id=174 x=37 y=294 width=41 height=40 xoffset=1 yoffset=13 xadvance=45 page=1 chnl=0 -char id=175 x=869 y=412 width=27 height=8 xoffset=2 yoffset=14 xadvance=33 page=1 chnl=0 -char id=177 x=296 y=412 width=35 height=36 xoffset=4 yoffset=25 xadvance=45 page=1 chnl=0 -char id=182 x=669 y=0 width=35 height=49 xoffset=1 yoffset=14 xadvance=41 page=1 chnl=0 -char id=188 x=704 y=0 width=57 height=49 xoffset=0 yoffset=14 xadvance=58 page=1 chnl=0 -char id=189 x=761 y=0 width=60 height=49 xoffset=0 yoffset=14 xadvance=61 page=1 chnl=0 -char id=198 x=821 y=0 width=64 height=49 xoffset=-1 yoffset=14 xadvance=66 page=1 chnl=0 -char id=208 x=885 y=0 width=50 height=49 xoffset=-4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=215 x=402 y=412 width=35 height=34 xoffset=4 yoffset=22 xadvance=45 page=1 chnl=0 -char id=222 x=935 y=0 width=37 height=49 xoffset=2 yoffset=14 xadvance=43 page=1 chnl=0 -char id=230 x=253 y=294 width=58 height=39 xoffset=0 yoffset=25 xadvance=61 page=1 chnl=0 -char id=247 x=331 y=412 width=35 height=36 xoffset=4 yoffset=26 xadvance=45 page=1 chnl=0 -char id=248 x=0 y=294 width=37 height=42 xoffset=1 yoffset=24 xadvance=41 page=1 chnl=0 -char id=272 x=972 y=0 width=50 height=49 xoffset=-4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=294 x=0 y=49 width=50 height=49 xoffset=0 yoffset=14 xadvance=52 page=1 chnl=0 -char id=295 x=50 y=49 width=43 height=49 xoffset=-5 yoffset=14 xadvance=41 page=1 chnl=0 -char id=299 x=93 y=49 width=31 height=49 xoffset=-6 yoffset=14 xadvance=18 page=1 chnl=0 -char id=301 x=124 y=49 width=29 height=49 xoffset=-5 yoffset=14 xadvance=18 page=1 chnl=0 -char id=305 x=939 y=336 width=12 height=37 xoffset=2 yoffset=26 xadvance=18 page=1 chnl=0 -char id=312 x=951 y=336 width=36 height=37 xoffset=3 yoffset=26 xadvance=43 page=1 chnl=0 -char id=319 x=153 y=49 width=33 height=49 xoffset=3 yoffset=14 xadvance=38 page=1 chnl=0 -char id=320 x=186 y=49 width=23 height=49 xoffset=2 yoffset=14 xadvance=24 page=1 chnl=0 -char id=321 x=209 y=49 width=37 height=49 xoffset=-1 yoffset=14 xadvance=39 page=1 chnl=0 -char id=322 x=246 y=49 width=22 height=49 xoffset=-3 yoffset=14 xadvance=18 page=1 chnl=0 -char id=338 x=268 y=49 width=60 height=49 xoffset=1 yoffset=14 xadvance=64 page=1 chnl=0 -char id=339 x=311 y=294 width=62 height=39 xoffset=1 yoffset=25 xadvance=65 page=1 chnl=0 -char id=358 x=328 y=49 width=41 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=359 x=483 y=245 width=25 height=47 xoffset=-1 yoffset=17 xadvance=26 page=1 chnl=0 -char id=891 x=373 y=294 width=35 height=39 xoffset=0 yoffset=25 xadvance=37 page=1 chnl=0 -char id=892 x=408 y=294 width=35 height=39 xoffset=0 yoffset=25 xadvance=37 page=1 chnl=0 -char id=893 x=443 y=294 width=35 height=39 xoffset=0 yoffset=25 xadvance=37 page=1 chnl=0 -char id=894 x=369 y=49 width=15 height=49 xoffset=2 yoffset=26 xadvance=20 page=1 chnl=0 -char id=913 x=384 y=49 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=1 chnl=0 -char id=914 x=431 y=49 width=38 height=49 xoffset=3 yoffset=14 xadvance=44 page=1 chnl=0 -char id=915 x=469 y=49 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=916 x=503 y=49 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=1 chnl=0 -char id=917 x=550 y=49 width=34 height=49 xoffset=3 yoffset=14 xadvance=41 page=1 chnl=0 -char id=918 x=584 y=49 width=39 height=49 xoffset=1 yoffset=14 xadvance=43 page=1 chnl=0 -char id=919 x=623 y=49 width=42 height=49 xoffset=3 yoffset=14 xadvance=50 page=1 chnl=0 -char id=921 x=665 y=49 width=12 height=49 xoffset=3 yoffset=14 xadvance=19 page=1 chnl=0 -char id=922 x=677 y=49 width=41 height=49 xoffset=3 yoffset=14 xadvance=45 page=1 chnl=0 -char id=923 x=718 y=49 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=1 chnl=0 -char id=924 x=765 y=49 width=52 height=49 xoffset=3 yoffset=14 xadvance=59 page=1 chnl=0 -char id=925 x=817 y=49 width=42 height=49 xoffset=3 yoffset=14 xadvance=50 page=1 chnl=0 -char id=926 x=859 y=49 width=35 height=49 xoffset=1 yoffset=14 xadvance=39 page=1 chnl=0 -char id=928 x=894 y=49 width=41 height=49 xoffset=3 yoffset=14 xadvance=49 page=1 chnl=0 -char id=929 x=935 y=49 width=37 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=931 x=379 y=245 width=37 height=48 xoffset=2 yoffset=15 xadvance=43 page=1 chnl=0 -char id=932 x=972 y=49 width=41 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=933 x=0 y=98 width=46 height=49 xoffset=-1 yoffset=14 xadvance=46 page=1 chnl=0 -char id=934 x=46 y=98 width=48 height=49 xoffset=1 yoffset=14 xadvance=52 page=1 chnl=0 -char id=935 x=94 y=98 width=44 height=49 xoffset=-1 yoffset=14 xadvance=45 page=1 chnl=0 -char id=936 x=138 y=98 width=45 height=49 xoffset=3 yoffset=14 xadvance=53 page=1 chnl=0 -char id=945 x=478 y=294 width=40 height=39 xoffset=1 yoffset=25 xadvance=43 page=1 chnl=0 -char id=949 x=518 y=294 width=34 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=953 x=426 y=336 width=18 height=38 xoffset=2 yoffset=26 xadvance=20 page=1 chnl=0 -char id=954 x=987 y=336 width=36 height=37 xoffset=3 yoffset=26 xadvance=43 page=1 chnl=0 -char id=957 x=0 y=375 width=38 height=37 xoffset=-1 yoffset=26 xadvance=40 page=1 chnl=0 -char id=959 x=552 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=960 x=444 y=336 width=43 height=38 xoffset=0 yoffset=26 xadvance=45 page=1 chnl=0 -char id=963 x=38 y=375 width=39 height=37 xoffset=1 yoffset=27 xadvance=43 page=1 chnl=0 -char id=964 x=487 y=336 width=34 height=38 xoffset=-1 yoffset=26 xadvance=34 page=1 chnl=0 -char id=965 x=521 y=336 width=33 height=38 xoffset=2 yoffset=26 xadvance=40 page=1 chnl=0 -char id=969 x=554 y=336 width=51 height=38 xoffset=2 yoffset=26 xadvance=57 page=1 chnl=0 -char id=982 x=605 y=336 width=54 height=38 xoffset=0 yoffset=26 xadvance=57 page=1 chnl=0 -char id=988 x=183 y=98 width=34 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=991 x=217 y=98 width=35 height=49 xoffset=1 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1008 x=589 y=294 width=45 height=39 xoffset=1 yoffset=25 xadvance=49 page=1 chnl=0 -char id=1010 x=634 y=294 width=35 height=39 xoffset=1 yoffset=25 xadvance=38 page=1 chnl=0 -char id=1013 x=659 y=336 width=30 height=38 xoffset=0 yoffset=26 xadvance=31 page=1 chnl=0 -char id=1014 x=77 y=375 width=30 height=37 xoffset=0 yoffset=27 xadvance=31 page=1 chnl=0 -char id=1015 x=252 y=98 width=37 height=49 xoffset=2 yoffset=14 xadvance=43 page=1 chnl=0 -char id=1018 x=765 y=49 width=52 height=49 xoffset=3 yoffset=14 xadvance=59 page=1 chnl=0 -char id=1030 x=289 y=98 width=12 height=49 xoffset=3 yoffset=14 xadvance=19 page=1 chnl=0 -char id=1033 x=301 y=98 width=71 height=49 xoffset=-1 yoffset=14 xadvance=72 page=1 chnl=0 -char id=1034 x=372 y=98 width=69 height=49 xoffset=3 yoffset=14 xadvance=74 page=1 chnl=0 -char id=1035 x=441 y=98 width=54 height=49 xoffset=0 yoffset=14 xadvance=60 page=1 chnl=0 -char id=1040 x=495 y=98 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=1 chnl=0 -char id=1041 x=542 y=98 width=38 height=49 xoffset=3 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1042 x=580 y=98 width=38 height=49 xoffset=3 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1043 x=618 y=98 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1045 x=652 y=98 width=34 height=49 xoffset=3 yoffset=14 xadvance=41 page=1 chnl=0 -char id=1046 x=686 y=98 width=65 height=49 xoffset=-1 yoffset=14 xadvance=66 page=1 chnl=0 -char id=1048 x=751 y=98 width=42 height=49 xoffset=3 yoffset=14 xadvance=50 page=1 chnl=0 -char id=1050 x=793 y=98 width=41 height=49 xoffset=3 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1051 x=834 y=98 width=44 height=49 xoffset=-1 yoffset=14 xadvance=48 page=1 chnl=0 -char id=1052 x=878 y=98 width=52 height=49 xoffset=3 yoffset=14 xadvance=59 page=1 chnl=0 -char id=1053 x=930 y=98 width=42 height=49 xoffset=3 yoffset=14 xadvance=50 page=1 chnl=0 -char id=1055 x=972 y=98 width=41 height=49 xoffset=3 yoffset=14 xadvance=49 page=1 chnl=0 -char id=1056 x=0 y=147 width=37 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=1058 x=37 y=147 width=41 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1061 x=78 y=147 width=44 height=49 xoffset=-1 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1063 x=122 y=147 width=40 height=49 xoffset=4 yoffset=14 xadvance=49 page=1 chnl=0 -char id=1064 x=162 y=147 width=57 height=49 xoffset=3 yoffset=14 xadvance=65 page=1 chnl=0 -char id=1066 x=219 y=147 width=52 height=49 xoffset=0 yoffset=14 xadvance=54 page=1 chnl=0 -char id=1067 x=271 y=147 width=50 height=49 xoffset=3 yoffset=14 xadvance=57 page=1 chnl=0 -char id=1068 x=321 y=147 width=38 height=49 xoffset=3 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1071 x=359 y=147 width=40 height=49 xoffset=1 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1072 x=669 y=294 width=34 height=39 xoffset=0 yoffset=25 xadvance=38 page=1 chnl=0 -char id=1074 x=107 y=375 width=34 height=37 xoffset=2 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1075 x=141 y=375 width=27 height=37 xoffset=2 yoffset=26 xadvance=32 page=1 chnl=0 -char id=1076 x=416 y=245 width=42 height=48 xoffset=-1 yoffset=26 xadvance=43 page=1 chnl=0 -char id=1077 x=703 y=294 width=36 height=39 xoffset=1 yoffset=25 xadvance=40 page=1 chnl=0 -char id=1078 x=168 y=375 width=54 height=37 xoffset=0 yoffset=26 xadvance=56 page=1 chnl=0 -char id=1079 x=739 y=294 width=32 height=39 xoffset=0 yoffset=25 xadvance=34 page=1 chnl=0 -char id=1080 x=222 y=375 width=34 height=37 xoffset=2 yoffset=26 xadvance=41 page=1 chnl=0 -char id=1081 x=399 y=147 width=34 height=49 xoffset=2 yoffset=14 xadvance=41 page=1 chnl=0 -char id=1082 x=256 y=375 width=35 height=37 xoffset=2 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1083 x=291 y=375 width=37 height=37 xoffset=-1 yoffset=26 xadvance=40 page=1 chnl=0 -char id=1084 x=328 y=375 width=44 height=37 xoffset=2 yoffset=26 xadvance=50 page=1 chnl=0 -char id=1085 x=372 y=375 width=33 height=37 xoffset=2 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1086 x=771 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=1087 x=405 y=375 width=34 height=37 xoffset=2 yoffset=26 xadvance=40 page=1 chnl=0 -char id=1089 x=808 y=294 width=35 height=39 xoffset=1 yoffset=25 xadvance=38 page=1 chnl=0 -char id=1090 x=439 y=375 width=35 height=37 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1093 x=474 y=375 width=35 height=37 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1094 x=433 y=147 width=39 height=49 xoffset=2 yoffset=26 xadvance=43 page=1 chnl=0 -char id=1095 x=509 y=375 width=33 height=37 xoffset=2 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1096 x=542 y=375 width=49 height=37 xoffset=2 yoffset=26 xadvance=55 page=1 chnl=0 -char id=1097 x=508 y=245 width=55 height=47 xoffset=2 yoffset=26 xadvance=59 page=1 chnl=0 -char id=1098 x=591 y=375 width=43 height=37 xoffset=-1 yoffset=26 xadvance=45 page=1 chnl=0 -char id=1099 x=634 y=375 width=45 height=37 xoffset=2 yoffset=26 xadvance=51 page=1 chnl=0 -char id=1100 x=679 y=375 width=34 height=37 xoffset=2 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1101 x=843 y=294 width=33 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=1102 x=876 y=294 width=51 height=39 xoffset=0 yoffset=25 xadvance=54 page=1 chnl=0 -char id=1103 x=713 y=375 width=34 height=37 xoffset=0 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1108 x=927 y=294 width=35 height=39 xoffset=-1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=1109 x=962 y=294 width=33 height=39 xoffset=1 yoffset=25 xadvance=36 page=1 chnl=0 -char id=1113 x=747 y=375 width=59 height=37 xoffset=0 yoffset=26 xadvance=62 page=1 chnl=0 -char id=1114 x=806 y=375 width=55 height=37 xoffset=2 yoffset=26 xadvance=60 page=1 chnl=0 -char id=1115 x=472 y=147 width=43 height=49 xoffset=-5 yoffset=14 xadvance=41 page=1 chnl=0 -char id=1119 x=515 y=147 width=34 height=49 xoffset=2 yoffset=26 xadvance=40 page=1 chnl=0 -char id=1121 x=689 y=336 width=49 height=38 xoffset=2 yoffset=26 xadvance=55 page=1 chnl=0 -char id=1122 x=549 y=147 width=46 height=49 xoffset=-4 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1125 x=0 y=336 width=48 height=39 xoffset=1 yoffset=25 xadvance=55 page=1 chnl=0 -char id=1126 x=595 y=147 width=45 height=49 xoffset=-1 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1127 x=861 y=375 width=39 height=37 xoffset=-1 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1128 x=640 y=147 width=58 height=49 xoffset=1 yoffset=14 xadvance=63 page=1 chnl=0 -char id=1129 x=900 y=375 width=49 height=37 xoffset=2 yoffset=26 xadvance=53 page=1 chnl=0 -char id=1130 x=698 y=147 width=53 height=49 xoffset=1 yoffset=14 xadvance=57 page=1 chnl=0 -char id=1131 x=949 y=375 width=45 height=37 xoffset=1 yoffset=26 xadvance=49 page=1 chnl=0 -char id=1132 x=751 y=147 width=69 height=49 xoffset=3 yoffset=14 xadvance=78 page=1 chnl=0 -char id=1133 x=0 y=412 width=60 height=37 xoffset=2 yoffset=26 xadvance=67 page=1 chnl=0 -char id=1136 x=820 y=147 width=45 height=49 xoffset=3 yoffset=14 xadvance=53 page=1 chnl=0 -char id=1139 x=48 y=336 width=37 height=39 xoffset=1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=1141 x=738 y=336 width=41 height=38 xoffset=-1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=1147 x=891 y=245 width=38 height=44 xoffset=0 yoffset=23 xadvance=42 page=1 chnl=0 -char id=1151 x=865 y=147 width=48 height=49 xoffset=1 yoffset=15 xadvance=52 page=1 chnl=0 -char id=1154 x=929 y=245 width=39 height=44 xoffset=1 yoffset=19 xadvance=43 page=1 chnl=0 -char id=1156 x=511 y=412 width=58 height=11 xoffset=-32 yoffset=12 xadvance=2 page=1 chnl=0 -char id=1159 x=569 y=412 width=62 height=11 xoffset=-34 yoffset=12 xadvance=2 page=1 chnl=0 -char id=1164 x=913 y=147 width=46 height=49 xoffset=-4 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1166 x=959 y=147 width=37 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=1169 x=609 y=245 width=28 height=46 xoffset=2 yoffset=17 xadvance=32 page=1 chnl=0 -char id=1170 x=0 y=196 width=42 height=49 xoffset=-4 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1171 x=60 y=412 width=36 height=37 xoffset=-5 yoffset=26 xadvance=32 page=1 chnl=0 -char id=1173 x=637 y=245 width=32 height=46 xoffset=2 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1175 x=42 y=196 width=57 height=49 xoffset=0 yoffset=26 xadvance=56 page=1 chnl=0 -char id=1179 x=99 y=196 width=38 height=49 xoffset=2 yoffset=26 xadvance=42 page=1 chnl=0 -char id=1180 x=137 y=196 width=41 height=49 xoffset=3 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1181 x=96 y=412 width=38 height=37 xoffset=2 yoffset=26 xadvance=40 page=1 chnl=0 -char id=1184 x=178 y=196 width=53 height=49 xoffset=-2 yoffset=14 xadvance=52 page=1 chnl=0 -char id=1185 x=134 y=412 width=48 height=37 xoffset=0 yoffset=26 xadvance=48 page=1 chnl=0 -char id=1187 x=231 y=196 width=40 height=49 xoffset=2 yoffset=26 xadvance=44 page=1 chnl=0 -char id=1188 x=271 y=196 width=60 height=49 xoffset=3 yoffset=14 xadvance=66 page=1 chnl=0 -char id=1189 x=182 y=412 width=46 height=37 xoffset=2 yoffset=26 xadvance=48 page=1 chnl=0 -char id=1191 x=669 y=245 width=57 height=46 xoffset=2 yoffset=26 xadvance=61 page=1 chnl=0 -char id=1193 x=85 y=336 width=41 height=39 xoffset=1 yoffset=25 xadvance=45 page=1 chnl=0 -char id=1197 x=331 y=196 width=35 height=49 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1198 x=366 y=196 width=46 height=49 xoffset=-1 yoffset=14 xadvance=46 page=1 chnl=0 -char id=1200 x=412 y=196 width=46 height=49 xoffset=-1 yoffset=14 xadvance=46 page=1 chnl=0 -char id=1203 x=458 y=196 width=38 height=49 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1205 x=563 y=245 width=46 height=47 xoffset=0 yoffset=26 xadvance=48 page=1 chnl=0 -char id=1207 x=496 y=196 width=40 height=49 xoffset=2 yoffset=26 xadvance=44 page=1 chnl=0 -char id=1208 x=536 y=196 width=40 height=49 xoffset=4 yoffset=14 xadvance=49 page=1 chnl=0 -char id=1209 x=228 y=412 width=33 height=37 xoffset=2 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1210 x=576 y=196 width=40 height=49 xoffset=3 yoffset=14 xadvance=49 page=1 chnl=0 -char id=1211 x=616 y=196 width=34 height=49 xoffset=2 yoffset=14 xadvance=41 page=1 chnl=0 -char id=1213 x=126 y=336 width=48 height=39 xoffset=-1 yoffset=25 xadvance=50 page=1 chnl=0 -char id=1216 x=996 y=147 width=12 height=49 xoffset=3 yoffset=14 xadvance=19 page=1 chnl=0 -char id=1218 x=650 y=196 width=54 height=49 xoffset=0 yoffset=14 xadvance=56 page=1 chnl=0 -char id=1220 x=726 y=245 width=36 height=46 xoffset=2 yoffset=26 xadvance=40 page=1 chnl=0 -char id=1228 x=704 y=196 width=33 height=49 xoffset=2 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1231 x=1008 y=147 width=12 height=49 xoffset=3 yoffset=14 xadvance=19 page=1 chnl=0 -char id=1236 x=737 y=196 width=64 height=49 xoffset=-1 yoffset=14 xadvance=66 page=1 chnl=0 -char id=1237 x=174 y=336 width=58 height=39 xoffset=0 yoffset=25 xadvance=61 page=1 chnl=0 -char id=1241 x=232 y=336 width=36 height=39 xoffset=1 yoffset=25 xadvance=40 page=1 chnl=0 -char id=1251 x=801 y=196 width=34 height=49 xoffset=2 yoffset=14 xadvance=41 page=1 chnl=0 -char id=1257 x=268 y=336 width=37 height=39 xoffset=1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=1271 x=835 y=196 width=27 height=49 xoffset=2 yoffset=26 xadvance=32 page=1 chnl=0 -char id=1278 x=862 y=196 width=44 height=49 xoffset=-1 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1279 x=261 y=412 width=35 height=37 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=8210 x=683 y=412 width=47 height=9 xoffset=-2 yoffset=38 xadvance=44 page=1 chnl=0 -char id=8211 x=730 y=412 width=36 height=9 xoffset=-2 yoffset=38 xadvance=34 page=1 chnl=0 -char id=8212 x=766 y=412 width=68 height=9 xoffset=-2 yoffset=38 xadvance=66 page=1 chnl=0 -char id=8213 x=766 y=412 width=68 height=9 xoffset=-2 yoffset=38 xadvance=66 page=1 chnl=0 -char id=8224 x=906 y=196 width=36 height=49 xoffset=2 yoffset=14 xadvance=42 page=1 chnl=0 -char id=8230 x=437 y=412 width=48 height=12 xoffset=2 yoffset=52 xadvance=54 page=1 chnl=0 -char id=8254 x=896 y=412 width=35 height=8 xoffset=-1 yoffset=6 xadvance=36 page=1 chnl=0 -char id=8260 x=942 y=196 width=60 height=49 xoffset=-12 yoffset=14 xadvance=20 page=1 chnl=0 -char id=8286 x=1002 y=196 width=13 height=49 xoffset=0 yoffset=17 xadvance=15 page=1 chnl=0 -char id=8355 x=0 y=245 width=41 height=49 xoffset=-4 yoffset=14 xadvance=40 page=1 chnl=0 -char id=8357 x=762 y=245 width=51 height=46 xoffset=2 yoffset=21 xadvance=57 page=1 chnl=0 -char id=8358 x=41 y=245 width=51 height=49 xoffset=-1 yoffset=14 xadvance=51 page=1 chnl=0 -char id=8361 x=92 y=245 width=65 height=49 xoffset=-1 yoffset=14 xadvance=65 page=1 chnl=0 -char id=8365 x=157 y=245 width=49 height=49 xoffset=-1 yoffset=14 xadvance=49 page=1 chnl=0 -char id=8366 x=206 y=245 width=41 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=8369 x=247 y=245 width=48 height=49 xoffset=1 yoffset=14 xadvance=51 page=1 chnl=0 -char id=8371 x=295 y=245 width=47 height=49 xoffset=-1 yoffset=14 xadvance=47 page=1 chnl=0 -char id=8377 x=342 y=245 width=37 height=49 xoffset=-1 yoffset=14 xadvance=37 page=1 chnl=0 -kernings count=40401 -kerning first=1116 second=1104 amount=-1 -kerning first=1201 second=1089 amount=-1 -kerning first=1088 second=913 amount=-2 -kerning first=281 second=1249 amount=-1 -kerning first=260 second=1196 amount=-6 -kerning first=1059 second=113 amount=-6 -kerning first=1259 second=194 amount=-2 -kerning first=1207 second=1103 amount=-1 -kerning first=255 second=289 amount=-1 -kerning first=1033 second=41 amount=-1 -kerning first=908 second=84 amount=-2 -kerning first=923 second=81 amount=-2 -kerning first=1196 second=45 amount=-4 -kerning first=89 second=284 amount=-2 -kerning first=75 second=8363 amount=-3 -kerning first=111 second=1140 amount=-3 -kerning first=1107 second=1222 amount=-3 -kerning first=8221 second=1096 amount=-1 -kerning first=947 second=46 amount=-5 -kerning first=44 second=910 amount=-3 -kerning first=1090 second=259 amount=-2 -kerning first=1087 second=358 amount=-3 -kerning first=1232 second=8353 amount=-2 -kerning first=1178 second=1256 amount=-2 -kerning first=315 second=172 amount=-4 -kerning first=187 second=373 amount=-2 -kerning first=1199 second=945 amount=-1 -kerning first=119 second=275 amount=-1 -kerning first=1098 second=93 amount=-2 -kerning first=1101 second=1091 amount=-1 -kerning first=1234 second=187 amount=-2 -kerning first=186 second=972 amount=-2 -kerning first=905 second=298 amount=1 -kerning first=313 second=214 amount=-2 -kerning first=299 second=68 amount=3 -kerning first=196 second=932 amount=-6 -kerning first=84 second=338 amount=-2 -kerning first=249 second=8221 amount=1 -kerning first=1220 second=89 amount=-6 -kerning first=1180 second=1012 amount=-2 -kerning first=336 second=192 amount=-2 -kerning first=1086 second=1175 amount=-1 -kerning first=1067 second=297 amount=5 -kerning first=1205 second=108 amount=1 -kerning first=1091 second=225 amount=-1 -kerning first=116 second=70 amount=1 -kerning first=8217 second=111 amount=-4 -kerning first=1111 second=314 amount=3 -kerning first=354 second=226 amount=-5 -kerning first=1275 second=981 amount=-2 -kerning first=1273 second=1091 amount=-1 -kerning first=95 second=1265 amount=-5 -kerning first=174 second=231 amount=-2 -kerning first=310 second=45 amount=-6 -kerning first=65 second=359 amount=-2 -kerning first=256 second=79 amount=-2 -kerning first=356 second=285 amount=-5 -kerning first=932 second=1017 amount=-2 -kerning first=194 second=1198 amount=-5 -kerning first=1168 second=1163 amount=-4 -kerning first=1270 second=1234 amount=-6 -kerning first=1033 second=1091 amount=-1 -kerning first=254 second=260 amount=-2 -kerning first=88 second=290 amount=-1 -kerning first=1263 second=337 amount=-1 -kerning first=221 second=1060 amount=-2 -kerning first=1143 second=333 amount=-1 -kerning first=277 second=1175 amount=-1 -kerning first=981 second=1263 amount=-1 -kerning first=1058 second=349 amount=-5 -kerning first=922 second=1141 amount=-3 -kerning first=1036 second=239 amount=5 -kerning first=313 second=1199 amount=-4 -kerning first=260 second=271 amount=-1 -kerning first=1255 second=358 amount=-3 -kerning first=1098 second=1265 amount=-2 -kerning first=1278 second=336 amount=-1 -kerning first=240 second=939 amount=-6 -kerning first=1234 second=1066 amount=-6 -kerning first=239 second=1178 amount=3 -kerning first=8244 second=375 amount=1 -kerning first=1243 second=933 amount=-6 -kerning first=359 second=1196 amount=-2 -kerning first=1274 second=1254 amount=-2 -kerning first=356 second=162 amount=-5 -kerning first=1201 second=1145 amount=-1 -kerning first=1277 second=84 amount=-3 -kerning first=1215 second=174 amount=-1 -kerning first=1140 second=972 amount=-3 -kerning first=1198 second=46 amount=-3 -kerning first=1175 second=101 amount=-1 -kerning first=193 second=8224 amount=-5 -kerning first=1143 second=8218 amount=-5 -kerning first=1274 second=1144 amount=-2 -kerning first=230 second=174 amount=-1 -kerning first=1205 second=1134 amount=1 -kerning first=376 second=212 amount=-2 -kerning first=1244 second=335 amount=-2 -kerning first=378 second=111 amount=-1 -kerning first=974 second=8216 amount=-4 -kerning first=1253 second=87 amount=-3 -kerning first=192 second=216 amount=-2 -kerning first=1241 second=255 amount=-1 -kerning first=1111 second=1120 amount=3 -kerning first=260 second=1275 amount=-2 -kerning first=1059 second=268 amount=-2 -kerning first=279 second=358 amount=-3 -kerning first=1035 second=1265 amount=-1 -kerning first=1109 second=932 amount=-5 -kerning first=98 second=1197 amount=-2 -kerning first=936 second=60 amount=-6 -kerning first=55 second=299 amount=6 -kerning first=323 second=239 amount=5 -kerning first=196 second=285 amount=-1 -kerning first=258 second=1017 amount=-2 -kerning first=921 second=303 amount=2 -kerning first=1274 second=380 amount=-3 -kerning first=1138 second=84 amount=-2 -kerning first=1145 second=1108 amount=-1 -kerning first=1077 second=1091 amount=-1 -kerning first=92 second=1141 amount=-4 -kerning first=254 second=1090 amount=-2 -kerning first=313 second=957 amount=-4 -kerning first=1163 second=1039 amount=1 -kerning first=87 second=279 amount=-3 -kerning first=973 second=356 amount=-3 -kerning first=375 second=172 amount=-3 -kerning first=1200 second=1257 amount=-6 -kerning first=263 second=910 amount=-4 -kerning first=116 second=1198 amount=-1 -kerning first=1145 second=1032 amount=-4 -kerning first=1168 second=95 amount=-4 -kerning first=219 second=8218 amount=-5 -kerning first=114 second=1265 amount=1 -kerning first=1094 second=52 amount=-1 -kerning first=1164 second=376 amount=-6 -kerning first=372 second=241 amount=-2 -kerning first=1196 second=1082 amount=-4 -kerning first=121 second=1200 amount=-2 -kerning first=1128 second=372 amount=-4 -kerning first=1188 second=1095 amount=-5 -kerning first=357 second=75 amount=1 -kerning first=242 second=1061 amount=-2 -kerning first=910 second=1196 amount=3 -kerning first=201 second=239 amount=5 -kerning first=55 second=53 amount=-1 -kerning first=196 second=162 amount=-1 -kerning first=84 second=1163 amount=-4 -kerning first=228 second=255 amount=-1 -kerning first=112 second=84 amount=-3 -kerning first=1100 second=1140 amount=-7 -kerning first=961 second=8225 amount=-2 -kerning first=1020 second=1141 amount=-1 -kerning first=1276 second=336 amount=-1 -kerning first=347 second=376 amount=-5 -kerning first=1265 second=963 amount=-1 -kerning first=374 second=58 amount=-4 -kerning first=933 second=114 amount=-3 -kerning first=90 second=264 amount=-2 -kerning first=260 second=113 amount=-1 -kerning first=1187 second=223 amount=1 -kerning first=1094 second=1037 amount=1 -kerning first=40 second=234 amount=-1 -kerning first=1242 second=932 amount=-2 -kerning first=86 second=171 amount=-4 -kerning first=87 second=1224 amount=-2 -kerning first=340 second=910 amount=-2 -kerning first=262 second=1046 amount=-1 -kerning first=1056 second=126 amount=-2 -kerning first=224 second=1035 amount=-3 -kerning first=1277 second=1239 amount=-1 -kerning first=1059 second=52 amount=-4 -kerning first=1259 second=376 amount=-6 -kerning first=40 second=1243 amount=-1 -kerning first=92 second=116 amount=-2 -kerning first=374 second=932 amount=3 -kerning first=335 second=375 amount=-1 -kerning first=357 second=1109 amount=-1 -kerning first=379 second=927 amount=-2 -kerning first=354 second=1254 amount=-2 -kerning first=1197 second=45 amount=-1 -kerning first=1203 second=244 amount=-1 -kerning first=1210 second=1140 amount=-3 -kerning first=45 second=1046 amount=-4 -kerning first=317 second=372 amount=-1 -kerning first=197 second=1012 amount=-2 -kerning first=354 second=1144 amount=-2 -kerning first=114 second=267 amount=-1 -kerning first=1207 second=316 amount=1 -kerning first=1228 second=1200 amount=-5 -kerning first=1040 second=279 amount=-1 -kerning first=176 second=258 amount=-5 -kerning first=1198 second=103 amount=-6 -kerning first=1263 second=1105 amount=-1 -kerning first=1043 second=245 amount=-5 -kerning first=1143 second=1077 amount=-1 -kerning first=197 second=358 amount=-6 -kerning first=1274 second=1078 amount=-3 -kerning first=214 second=1035 amount=-2 -kerning first=336 second=221 amount=-2 -kerning first=1265 second=243 amount=-1 -kerning first=254 second=170 amount=-2 -kerning first=89 second=1181 amount=-3 -kerning first=915 second=363 amount=-5 -kerning first=1258 second=1061 amount=-1 -kerning first=8217 second=1209 amount=-4 -kerning first=301 second=299 amount=3 -kerning first=354 second=380 amount=-3 -kerning first=260 second=87 amount=-4 -kerning first=1226 second=1252 amount=1 -kerning first=227 second=1185 amount=-2 -kerning first=70 second=1259 amount=-3 -kerning first=239 second=1045 amount=3 -kerning first=910 second=271 amount=-6 -kerning first=54 second=8218 amount=-3 -kerning first=1205 second=204 amount=1 -kerning first=1141 second=258 amount=-4 -kerning first=88 second=235 amount=-2 -kerning first=1128 second=299 amount=3 -kerning first=295 second=1059 amount=-5 -kerning first=1184 second=79 amount=-2 -kerning first=1012 second=8216 amount=-2 -kerning first=34 second=1236 amount=-5 -kerning first=252 second=8220 amount=-3 -kerning first=1143 second=1113 amount=-3 -kerning first=84 second=95 amount=-4 -kerning first=210 second=195 amount=-2 -kerning first=1090 second=273 amount=-2 -kerning first=358 second=216 amount=-2 -kerning first=1271 second=291 amount=-2 -kerning first=1265 second=8221 amount=2 -kerning first=1244 second=1104 amount=-2 -kerning first=243 second=1279 amount=-1 -kerning first=327 second=300 amount=1 -kerning first=65 second=1254 amount=-2 -kerning first=101 second=118 amount=-1 -kerning first=1170 second=250 amount=-5 -kerning first=372 second=193 amount=-4 -kerning first=240 second=967 amount=-1 -kerning first=221 second=226 amount=-5 -kerning first=313 second=354 amount=-6 -kerning first=299 second=1188 amount=3 -kerning first=65 second=1144 amount=-2 -kerning first=256 second=8244 amount=-7 -kerning first=101 second=1201 amount=-1 -kerning first=902 second=63 amount=-4 -kerning first=1066 second=1197 amount=-2 -kerning first=1091 second=100 amount=-1 -kerning first=1141 second=283 amount=-1 -kerning first=374 second=285 amount=-6 -kerning first=933 second=1017 amount=-2 -kerning first=915 second=229 amount=-5 -kerning first=301 second=1049 amount=3 -kerning first=271 second=1111 amount=2 -kerning first=260 second=268 amount=-2 -kerning first=333 second=198 amount=-2 -kerning first=256 second=84 amount=-6 -kerning first=372 second=233 amount=-3 -kerning first=75 second=216 amount=-2 -kerning first=87 second=1195 amount=-3 -kerning first=8221 second=253 amount=1 -kerning first=1074 second=221 amount=-5 -kerning first=8250 second=1200 amount=-6 -kerning first=1119 second=49 amount=-3 -kerning first=1113 second=1061 amount=-2 -kerning first=1093 second=1257 amount=-1 -kerning first=1205 second=60 amount=-2 -kerning first=255 second=1196 amount=-2 -kerning first=1178 second=1017 amount=-2 -kerning first=372 second=1241 amount=-3 -kerning first=374 second=162 amount=-6 -kerning first=346 second=1111 amount=3 -kerning first=1075 second=8363 amount=-2 -kerning first=195 second=1213 amount=-2 -kerning first=354 second=1078 amount=-3 -kerning first=1199 second=111 amount=-1 -kerning first=1170 second=261 amount=-5 -kerning first=1096 second=1098 amount=-2 -kerning first=173 second=354 amount=-4 -kerning first=935 second=211 amount=-1 -kerning first=349 second=89 amount=-5 -kerning first=1126 second=333 amount=-1 -kerning first=313 second=913 amount=2 -kerning first=376 second=44 amount=-3 -kerning first=268 second=299 amount=2 -kerning first=910 second=113 amount=-6 -kerning first=377 second=67 amount=-2 -kerning first=1171 second=8230 amount=-6 -kerning first=1180 second=266 amount=-2 -kerning first=43 second=356 amount=-4 -kerning first=932 second=244 amount=-5 -kerning first=1181 second=172 amount=-2 -kerning first=1153 second=1197 amount=-1 -kerning first=1097 second=8216 amount=-3 -kerning first=286 second=301 amount=2 -kerning first=1164 second=373 amount=-1 -kerning first=372 second=1230 amount=-2 -kerning first=1202 second=291 amount=-2 -kerning first=1027 second=1207 amount=-5 -kerning first=380 second=1058 amount=-2 -kerning first=239 second=358 amount=6 -kerning first=1080 second=1200 amount=-5 -kerning first=1234 second=288 amount=-2 -kerning first=1103 second=375 amount=-1 -kerning first=245 second=1236 amount=-2 -kerning first=1178 second=303 amount=2 -kerning first=337 second=255 amount=-1 -kerning first=321 second=8220 amount=-5 -kerning first=1222 second=310 amount=1 -kerning first=187 second=1141 amount=-2 -kerning first=1099 second=302 amount=2 -kerning first=109 second=372 amount=-3 -kerning first=1198 second=259 amount=-5 -kerning first=324 second=1118 amount=-1 -kerning first=1032 second=44 amount=-2 -kerning first=99 second=933 amount=-4 -kerning first=1166 second=38 amount=-2 -kerning first=377 second=297 amount=5 -kerning first=1169 second=45 amount=-1 -kerning first=118 second=196 amount=-4 -kerning first=1180 second=237 amount=2 -kerning first=932 second=8222 amount=-8 -kerning first=1088 second=1263 amount=-1 -kerning first=1259 second=373 amount=-1 -kerning first=1232 second=233 amount=-1 -kerning first=170 second=197 amount=-5 -kerning first=1205 second=1067 amount=1 -kerning first=1191 second=1277 amount=-1 -kerning first=1040 second=1195 amount=-1 -kerning first=88 second=169 amount=-1 -kerning first=929 second=256 amount=-5 -kerning first=1186 second=1034 amount=1 -kerning first=111 second=1058 amount=-3 -kerning first=270 second=1026 amount=-2 -kerning first=1107 second=1259 amount=-2 -kerning first=1111 second=1190 amount=3 -kerning first=1226 second=1186 amount=1 -kerning first=957 second=65 amount=-4 -kerning first=1237 second=1196 amount=-3 -kerning first=1267 second=245 amount=-1 -kerning first=1232 second=1241 amount=-1 -kerning first=8220 second=1033 amount=-4 -kerning first=68 second=8220 amount=-2 -kerning first=1036 second=1057 amount=-2 -kerning first=256 second=1239 amount=-1 -kerning first=1201 second=1233 amount=-1 -kerning first=1050 second=963 amount=-3 -kerning first=1059 second=248 amount=-6 -kerning first=255 second=271 amount=-1 -kerning first=1270 second=1258 amount=-2 -kerning first=253 second=354 amount=-2 -kerning first=1140 second=224 amount=-3 -kerning first=923 second=211 amount=-2 -kerning first=1188 second=38 amount=-2 -kerning first=1043 second=1097 amount=-4 -kerning first=920 second=1066 amount=-2 -kerning first=1163 second=1024 amount=1 -kerning first=1081 second=49 amount=-3 -kerning first=258 second=244 amount=-1 -kerning first=213 second=1234 amount=-2 -kerning first=118 second=235 amount=-1 -kerning first=124 second=303 amount=2 -kerning first=170 second=275 amount=-2 -kerning first=1200 second=1108 amount=-6 -kerning first=8220 second=923 amount=-6 -kerning first=231 second=1035 amount=-5 -kerning first=237 second=125 amount=2 -kerning first=361 second=8217 amount=1 -kerning first=1170 second=331 amount=-4 -kerning first=913 second=1069 amount=-2 -kerning first=957 second=101 amount=-1 -kerning first=169 second=198 amount=-2 -kerning first=341 second=375 amount=1 -kerning first=241 second=1267 amount=-1 -kerning first=1254 second=1236 amount=-2 -kerning first=1114 second=1279 amount=-1 -kerning first=221 second=1254 amount=-2 -kerning first=1274 second=301 amount=6 -kerning first=903 second=46 amount=-5 -kerning first=1200 second=1032 amount=-2 -kerning first=254 second=120 amount=-1 -kerning first=923 second=119 amount=-4 -kerning first=1186 second=293 amount=1 -kerning first=301 second=294 amount=3 -kerning first=221 second=1144 amount=-2 -kerning first=335 second=1066 amount=-3 -kerning first=1090 second=240 amount=-2 -kerning first=118 second=1222 amount=-3 -kerning first=174 second=229 amount=-1 -kerning first=1072 second=1198 amount=-5 -kerning first=345 second=1277 amount=1 -kerning first=1118 second=269 amount=-1 -kerning first=910 second=268 amount=-2 -kerning first=98 second=253 amount=-1 -kerning first=359 second=52 amount=-1 -kerning first=1230 second=1250 amount=1 -kerning first=1168 second=944 amount=-4 -kerning first=1050 second=243 amount=-3 -kerning first=334 second=932 amount=-2 -kerning first=1226 second=8221 amount=2 -kerning first=1102 second=198 amount=-2 -kerning first=1105 second=375 amount=-1 -kerning first=253 second=913 amount=-4 -kerning first=957 second=1083 amount=-3 -kerning first=1068 second=1279 amount=-1 -kerning first=1125 second=1066 amount=-5 -kerning first=87 second=1194 amount=-2 -kerning first=1188 second=255 amount=-4 -kerning first=193 second=337 amount=-1 -kerning first=1220 second=1046 amount=-2 -kerning first=229 second=92 amount=-3 -kerning first=1091 second=1026 amount=-2 -kerning first=372 second=1125 amount=-2 -kerning first=359 second=1037 amount=1 -kerning first=8222 second=121 amount=-3 -kerning first=101 second=356 amount=-3 -kerning first=79 second=196 amount=-2 -kerning first=171 second=1196 amount=-3 -kerning first=8224 second=1236 amount=-5 -kerning first=1126 second=1077 amount=-1 -kerning first=39 second=260 amount=-5 -kerning first=246 second=1278 amount=-2 -kerning first=1052 second=298 amount=1 -kerning first=8244 second=252 amount=-3 -kerning first=8218 second=947 amount=-3 -kerning first=356 second=1075 amount=-4 -kerning first=1034 second=198 amount=-2 -kerning first=902 second=959 amount=-1 -kerning first=1207 second=247 amount=-1 -kerning first=1235 second=1249 amount=-2 -kerning first=1191 second=933 amount=-11 -kerning first=1205 second=77 amount=1 -kerning first=255 second=113 amount=-1 -kerning first=89 second=213 amount=-2 -kerning first=1217 second=267 amount=-2 -kerning first=8221 second=171 amount=-5 -kerning first=303 second=1140 amount=2 -kerning first=1111 second=78 amount=3 -kerning first=212 second=92 amount=-2 -kerning first=86 second=286 amount=-2 -kerning first=288 second=236 amount=2 -kerning first=70 second=1193 amount=-3 -kerning first=375 second=333 amount=-1 -kerning first=110 second=1026 amount=-3 -kerning first=297 second=918 amount=6 -kerning first=273 second=1110 amount=2 -kerning first=59 second=932 amount=-2 -kerning first=197 second=266 amount=-2 -kerning first=1168 second=335 amount=-5 -kerning first=1046 second=100 amount=-2 -kerning first=1163 second=1196 amount=-2 -kerning first=1199 second=1209 amount=-1 -kerning first=1175 second=1257 amount=-1 -kerning first=913 second=8373 amount=-2 -kerning first=1117 second=174 amount=-1 -kerning first=248 second=923 amount=-2 -kerning first=308 second=95 amount=-3 -kerning first=910 second=52 amount=-4 -kerning first=355 second=254 amount=1 -kerning first=1243 second=1204 amount=-3 -kerning first=1116 second=43 amount=-2 -kerning first=102 second=257 amount=-1 -kerning first=902 second=60 amount=-1 -kerning first=1232 second=374 amount=-5 -kerning first=1270 second=1080 amount=-4 -kerning first=1091 second=297 amount=3 -kerning first=1040 second=1194 amount=-2 -kerning first=1128 second=34 amount=-5 -kerning first=116 second=1252 amount=1 -kerning first=915 second=279 amount=-5 -kerning first=243 second=186 amount=-2 -kerning first=354 second=301 amount=6 -kerning first=1170 second=197 amount=-6 -kerning first=1234 second=101 amount=-1 -kerning first=1100 second=1058 amount=-7 -kerning first=186 second=195 amount=-5 -kerning first=1213 second=1035 amount=-3 -kerning first=375 second=8218 amount=-5 -kerning first=102 second=1153 amount=-1 -kerning first=1118 second=1086 amount=-1 -kerning first=1225 second=1066 amount=-2 -kerning first=1243 second=1232 amount=-2 -kerning first=52 second=49 amount=-1 -kerning first=216 second=1059 amount=-2 -kerning first=253 second=308 amount=-4 -kerning first=1140 second=81 amount=-2 -kerning first=88 second=210 amount=-1 -kerning first=1196 second=971 amount=-4 -kerning first=1054 second=1278 amount=-1 -kerning first=84 second=944 amount=-4 -kerning first=118 second=89 amount=-2 -kerning first=1201 second=1058 amount=-2 -kerning first=1115 second=174 amount=-1 -kerning first=176 second=208 amount=2 -kerning first=933 second=244 amount=-6 -kerning first=1058 second=1069 amount=-2 -kerning first=915 second=1224 amount=-4 -kerning first=194 second=963 amount=-1 -kerning first=260 second=248 amount=-1 -kerning first=1170 second=275 amount=-5 -kerning first=1210 second=1058 amount=-3 -kerning first=1026 second=1143 amount=-1 -kerning first=242 second=121 amount=-1 -kerning first=317 second=34 amount=-6 -kerning first=8244 second=912 amount=-4 -kerning first=918 second=1069 amount=-2 -kerning first=1078 second=103 amount=-1 -kerning first=932 second=349 amount=-5 -kerning first=1145 second=1255 amount=-1 -kerning first=1277 second=263 amount=-1 -kerning first=1059 second=1100 amount=-3 -kerning first=961 second=84 amount=-3 -kerning first=343 second=255 amount=1 -kerning first=1093 second=1108 amount=-1 -kerning first=246 second=260 amount=-2 -kerning first=1184 second=1239 amount=-3 -kerning first=972 second=372 amount=-3 -kerning first=1179 second=354 amount=-4 -kerning first=112 second=1118 amount=-1 -kerning first=336 second=44 amount=-3 -kerning first=95 second=326 amount=3 -kerning first=1103 second=1066 amount=-3 -kerning first=376 second=225 amount=-5 -kerning first=1178 second=244 amount=-3 -kerning first=933 second=8222 amount=-7 -kerning first=46 second=1059 amount=-3 -kerning first=65 second=301 amount=3 -kerning first=1230 second=1223 amount=1 -kerning first=260 second=39 amount=-5 -kerning first=211 second=1202 amount=-1 -kerning first=1170 second=1187 amount=-4 -kerning first=1094 second=115 amount=-1 -kerning first=1066 second=253 amount=-1 -kerning first=1140 second=195 amount=-5 -kerning first=1233 second=358 amount=-3 -kerning first=290 second=1026 amount=-2 -kerning first=372 second=332 amount=-2 -kerning first=1196 second=337 amount=-5 -kerning first=1198 second=273 amount=-6 -kerning first=1263 second=231 amount=-1 -kerning first=111 second=939 amount=-6 -kerning first=939 second=199 amount=-2 -kerning first=299 second=379 amount=6 -kerning first=193 second=1105 amount=-1 -kerning first=84 second=335 amount=-5 -kerning first=1180 second=245 amount=-3 -kerning first=1063 second=300 amount=1 -kerning first=1145 second=126 amount=-2 -kerning first=1237 second=87 amount=-3 -kerning first=1239 second=255 amount=-1 -kerning first=1232 second=1111 amount=3 -kerning first=1270 second=172 amount=-4 -kerning first=1217 second=177 amount=-3 -kerning first=194 second=243 amount=-1 -kerning first=71 second=86 amount=-1 -kerning first=1069 second=1066 amount=-2 -kerning first=86 second=920 amount=-2 -kerning first=358 second=1191 amount=-4 -kerning first=294 second=186 amount=3 -kerning first=1061 second=959 amount=-2 -kerning first=916 second=936 amount=-4 -kerning first=225 second=910 amount=-5 -kerning first=356 second=940 amount=-5 -kerning first=1189 second=269 amount=-2 -kerning first=1059 second=115 amount=-4 -kerning first=953 second=173 amount=-2 -kerning first=8225 second=923 amount=-5 -kerning first=1016 second=1185 amount=-2 -kerning first=255 second=238 amount=3 -kerning first=913 second=1153 amount=-1 -kerning first=1098 second=1278 amount=-2 -kerning first=1202 second=1054 amount=-1 -kerning first=922 second=199 amount=-2 -kerning first=966 second=1203 amount=-1 -kerning first=1107 second=1193 amount=-2 -kerning first=333 second=1244 amount=-2 -kerning first=1139 second=1267 amount=-1 -kerning first=1090 second=230 amount=-2 -kerning first=375 second=1077 amount=-1 -kerning first=1054 second=260 amount=-2 -kerning first=310 second=337 amount=-3 -kerning first=88 second=1259 amount=-2 -kerning first=246 second=1090 amount=-2 -kerning first=1058 second=8373 amount=-2 -kerning first=356 second=264 amount=-2 -kerning first=194 second=8221 amount=-7 -kerning first=79 second=89 amount=-2 -kerning first=1168 second=1104 amount=-5 -kerning first=1187 second=1026 amount=-2 -kerning first=1226 second=347 amount=-1 -kerning first=1207 second=209 amount=1 -kerning first=341 second=1066 amount=-4 -kerning first=290 second=297 amount=2 -kerning first=1234 second=174 amount=-5 -kerning first=239 second=237 amount=6 -kerning first=1061 second=60 amount=-4 -kerning first=918 second=8373 amount=-2 -kerning first=1269 second=84 amount=-3 -kerning first=1274 second=242 amount=-5 -kerning first=8250 second=55 amount=-3 -kerning first=1230 second=8220 amount=-3 -kerning first=1232 second=332 amount=-2 -kerning first=1164 second=1141 amount=-1 -kerning first=1200 second=908 amount=-2 -kerning first=1091 second=1235 amount=-1 -kerning first=1195 second=376 amount=-4 -kerning first=116 second=1186 amount=1 -kerning first=195 second=100 amount=-1 -kerning first=1083 second=86 amount=-3 -kerning first=234 second=1267 amount=-1 -kerning first=174 second=279 amount=-2 -kerning first=86 second=8363 amount=-3 -kerning first=1114 second=186 amount=-3 -kerning first=375 second=1113 amount=-3 -kerning first=1271 second=1076 amount=-3 -kerning first=333 second=193 amount=-2 -kerning first=915 second=1195 amount=-5 -kerning first=1181 second=333 amount=-1 -kerning first=183 second=358 amount=-4 -kerning first=1168 second=1114 amount=-4 -kerning first=1105 second=1066 amount=-3 -kerning first=47 second=74 amount=-4 -kerning first=92 second=199 amount=-2 -kerning first=1198 second=1167 amount=-3 -kerning first=81 second=196 amount=-2 -kerning first=1043 second=375 amount=-4 -kerning first=357 second=1042 amount=1 -kerning first=313 second=1263 amount=-4 -kerning first=8221 second=117 amount=-3 -kerning first=196 second=940 amount=-1 -kerning first=1259 second=1141 amount=-1 -kerning first=1205 second=8226 amount=-1 -kerning first=374 second=1075 amount=-3 -kerning first=1058 second=249 amount=-5 -kerning first=1046 second=67 amount=-1 -kerning first=311 second=232 amount=-1 -kerning first=121 second=244 amount=-1 -kerning first=1068 second=186 amount=-2 -kerning first=87 second=1138 amount=-2 -kerning first=239 second=1048 amount=3 -kerning first=910 second=248 amount=-6 -kerning first=196 second=264 amount=-2 -kerning first=256 second=1118 amount=-4 -kerning first=1189 second=1086 amount=-2 -kerning first=102 second=194 amount=-2 -kerning first=1113 second=121 amount=-2 -kerning first=89 second=356 amount=3 -kerning first=981 second=258 amount=-2 -kerning first=1186 second=340 amount=1 -kerning first=1278 second=1242 amount=-1 -kerning first=265 second=1059 amount=-4 -kerning first=1112 second=8361 amount=2 -kerning first=1224 second=1091 amount=-1 -kerning first=212 second=95 amount=-3 -kerning first=246 second=170 amount=-2 -kerning first=8244 second=65 amount=-9 -kerning first=116 second=8221 amount=2 -kerning first=270 second=1061 amount=-1 -kerning first=192 second=927 amount=-2 -kerning first=1222 second=921 amount=1 -kerning first=1168 second=353 amount=-5 -kerning first=1094 second=108 amount=1 -kerning first=1016 second=1276 amount=-2 -kerning first=121 second=8222 amount=-5 -kerning first=1196 second=1105 amount=-5 -kerning first=966 second=910 amount=-6 -kerning first=1122 second=197 amount=-2 -kerning first=84 second=1104 amount=-5 -kerning first=233 second=1026 amount=-3 -kerning first=1100 second=939 amount=-11 -kerning first=102 second=234 amount=-1 -kerning first=286 second=1099 amount=2 -kerning first=1205 second=928 amount=1 -kerning first=92 second=49 amount=-2 -kerning first=1265 second=99 amount=-1 -kerning first=169 second=1244 amount=-1 -kerning first=1058 second=257 amount=-5 -kerning first=237 second=239 amount=3 -kerning first=342 second=1059 amount=-2 -kerning first=8249 second=84 amount=-3 -kerning first=354 second=242 amount=-5 -kerning first=1175 second=1108 amount=-1 -kerning first=193 second=1171 amount=-2 -kerning first=87 second=287 amount=-3 -kerning first=102 second=1243 amount=-1 -kerning first=1244 second=43 amount=-4 -kerning first=8244 second=101 amount=-4 -kerning first=1058 second=1153 amount=-5 -kerning first=363 second=933 amount=-4 -kerning first=197 second=245 amount=-1 -kerning first=256 second=263 amount=-1 -kerning first=192 second=1267 amount=-4 -kerning first=1201 second=939 amount=-2 -kerning first=1040 second=1138 amount=-2 -kerning first=89 second=902 amount=-5 -kerning first=1198 second=240 amount=-6 -kerning first=111 second=967 amount=-1 -kerning first=99 second=1204 amount=-5 -kerning first=8221 second=953 amount=-4 -kerning first=84 second=1114 amount=-4 -kerning first=1197 second=337 amount=-2 -kerning first=1220 second=125 amount=-1 -kerning first=1210 second=939 amount=-5 -kerning first=1102 second=1244 amount=-2 -kerning first=310 second=1105 amount=-3 -kerning first=8220 second=192 amount=-6 -kerning first=933 second=349 amount=-4 -kerning first=209 second=207 amount=1 -kerning first=1250 second=1111 amount=5 -kerning first=114 second=260 amount=-3 -kerning first=169 second=193 amount=-2 -kerning first=118 second=1259 amount=-1 -kerning first=1098 second=1090 amount=-4 -kerning first=1193 second=376 amount=-6 -kerning first=8370 second=354 amount=-2 -kerning first=920 second=65 amount=-2 -kerning first=1276 second=1242 amount=-1 -kerning first=8244 second=1083 amount=-4 -kerning first=107 second=966 amount=-1 -kerning first=1094 second=1134 amount=1 -kerning first=957 second=1257 amount=-1 -kerning first=1257 second=1196 amount=-3 -kerning first=944 second=8216 amount=-3 -kerning first=372 second=46 amount=-6 -kerning first=1027 second=8249 amount=-8 -kerning first=371 second=1035 amount=-3 -kerning first=1034 second=1244 amount=-2 -kerning first=1118 second=227 amount=-1 -kerning first=376 second=100 amount=-6 -kerning first=8373 second=299 amount=2 -kerning first=915 second=1194 amount=-2 -kerning first=65 second=242 amount=-1 -kerning first=192 second=269 amount=-1 -kerning first=356 second=1237 amount=-5 -kerning first=1181 second=1077 amount=-1 -kerning first=275 second=1091 amount=-1 -kerning first=902 second=290 amount=-2 -kerning first=1102 second=193 amount=-2 -kerning first=1035 second=1090 amount=-2 -kerning first=1040 second=287 amount=-1 -kerning first=240 second=92 amount=-3 -kerning first=174 second=1195 amount=-2 -kerning first=295 second=372 amount=-3 -kerning first=335 second=65 amount=-2 -kerning first=84 second=353 amount=-5 -kerning first=70 second=1010 amount=-3 -kerning first=1141 second=1059 amount=-2 -kerning first=1200 second=1255 amount=-6 -kerning first=89 second=1173 amount=-3 -kerning first=374 second=940 amount=-6 -kerning first=248 second=1217 amount=-2 -kerning first=301 second=322 amount=3 -kerning first=195 second=1026 amount=-6 -kerning first=1163 second=52 amount=-1 -kerning first=1170 second=336 amount=-2 -kerning first=913 second=234 amount=-1 -kerning first=289 second=932 amount=-3 -kerning first=8370 second=913 amount=-1 -kerning first=262 second=239 amount=2 -kerning first=333 second=374 amount=-6 -kerning first=8244 second=341 amount=-1 -kerning first=65 second=8220 amount=-8 -kerning first=356 second=961 amount=-4 -kerning first=1034 second=193 amount=-2 -kerning first=120 second=963 amount=-1 -kerning first=255 second=248 amount=-1 -kerning first=253 second=265 amount=-1 -kerning first=913 second=1243 amount=-1 -kerning first=109 second=1098 amount=-2 -kerning first=374 second=264 amount=-2 -kerning first=351 second=354 amount=-5 -kerning first=81 second=89 amount=-2 -kerning first=1043 second=187 amount=-3 -kerning first=8360 second=1026 amount=-5 -kerning first=313 second=247 amount=-4 -kerning first=195 second=67 amount=-2 -kerning first=355 second=1036 amount=1 -kerning first=250 second=1066 amount=-3 -kerning first=1163 second=1037 amount=1 -kerning first=302 second=297 amount=5 -kerning first=1243 second=1200 amount=-6 -kerning first=358 second=927 amount=-2 -kerning first=1200 second=126 amount=-4 -kerning first=1225 second=929 amount=1 -kerning first=359 second=115 amount=-1 -kerning first=97 second=1035 amount=-3 -kerning first=226 second=221 amount=-5 -kerning first=1222 second=914 amount=1 -kerning first=101 second=1265 amount=-1 -kerning first=8224 second=277 amount=-2 -kerning first=1098 second=170 amount=-3 -kerning first=248 second=192 amount=-2 -kerning first=1211 second=1267 amount=-1 -kerning first=910 second=1100 amount=-3 -kerning first=208 second=196 amount=-2 -kerning first=102 second=376 amount=1 -kerning first=1191 second=1204 amount=-7 -kerning first=1141 second=291 amount=-1 -kerning first=1270 second=965 amount=-4 -kerning first=88 second=1193 amount=-2 -kerning first=1184 second=1118 amount=-3 -kerning first=1188 second=1251 amount=-4 -kerning first=195 second=297 amount=3 -kerning first=1090 second=1095 amount=-2 -kerning first=247 second=1197 amount=-1 -kerning first=95 second=946 amount=3 -kerning first=358 second=1267 amount=-4 -kerning first=376 second=112 amount=-3 -kerning first=179 second=260 amount=-6 -kerning first=315 second=8219 amount=-3 -kerning first=192 second=1086 amount=-1 -kerning first=356 second=246 amount=-5 -kerning first=1241 second=8225 amount=-2 -kerning first=120 second=243 amount=-1 -kerning first=1140 second=211 amount=-2 -kerning first=372 second=103 amount=-3 -kerning first=1196 second=951 amount=-4 -kerning first=1234 second=1257 amount=-1 -kerning first=75 second=927 amount=-2 -kerning first=966 second=1093 amount=-1 -kerning first=313 second=1028 amount=-2 -kerning first=947 second=955 amount=-3 -kerning first=193 second=1091 amount=-4 -kerning first=1197 second=1105 amount=-2 -kerning first=70 second=339 amount=-3 -kerning first=1100 second=967 amount=-2 -kerning first=1026 second=1202 amount=-2 -kerning first=246 second=120 amount=-1 -kerning first=116 second=347 amount=-1 -kerning first=1094 second=204 amount=1 -kerning first=1085 second=1197 amount=-2 -kerning first=222 second=1040 amount=-3 -kerning first=910 second=115 amount=-4 -kerning first=1169 second=337 amount=-2 -kerning first=1078 second=273 amount=-1 -kerning first=921 second=298 amount=1 -kerning first=1205 second=89 amount=-1 -kerning first=253 second=1139 amount=-1 -kerning first=1270 second=333 amount=-5 -kerning first=1279 second=1089 amount=-1 -kerning first=1265 second=198 amount=-4 -kerning first=290 second=1061 amount=-1 -kerning first=1186 second=374 amount=-1 -kerning first=1058 second=194 amount=-6 -kerning first=1184 second=263 amount=-3 -kerning first=75 second=1267 amount=-3 -kerning first=1095 second=910 amount=-5 -kerning first=1210 second=967 amount=-1 -kerning first=95 second=1011 amount=6 -kerning first=224 second=1199 amount=-1 -kerning first=345 second=1204 amount=-4 -kerning first=86 second=216 amount=-2 -kerning first=358 second=269 amount=-5 -kerning first=1061 second=290 amount=-1 -kerning first=297 second=305 amount=6 -kerning first=8217 second=1143 amount=1 -kerning first=934 second=8230 amount=-3 -kerning first=57 second=939 amount=-2 -kerning first=38 second=932 amount=-4 -kerning first=260 second=63 amount=-4 -kerning first=1050 second=99 amount=-3 -kerning first=211 second=356 amount=-2 -kerning first=187 second=49 amount=-3 -kerning first=373 second=335 amount=-1 -kerning first=177 second=1061 amount=-3 -kerning first=169 second=374 amount=-2 -kerning first=1198 second=230 amount=-5 -kerning first=1278 second=945 amount=-2 -kerning first=1263 second=229 amount=-1 -kerning first=243 second=1040 amount=-2 -kerning first=221 second=242 amount=-6 -kerning first=1188 second=109 amount=-4 -kerning first=920 second=935 amount=-1 -kerning first=1166 second=173 amount=-2 -kerning first=1107 second=1010 amount=-2 -kerning first=8221 second=8363 amount=-4 -kerning first=55 second=972 amount=-3 -kerning first=196 second=246 amount=-1 -kerning first=193 second=231 amount=-1 -kerning first=1143 second=261 amount=-1 -kerning first=345 second=1232 amount=-3 -kerning first=1232 second=103 amount=-1 -kerning first=961 second=1118 amount=-1 -kerning first=1270 second=8218 amount=-8 -kerning first=293 second=86 amount=-3 -kerning first=1058 second=234 amount=-5 -kerning first=382 second=966 amount=-1 -kerning first=105 second=41 amount=2 -kerning first=8217 second=952 amount=-4 -kerning first=335 second=174 amount=-1 -kerning first=913 second=376 amount=-5 -kerning first=1278 second=262 amount=-1 -kerning first=971 second=1058 amount=-3 -kerning first=8216 second=195 amount=-6 -kerning first=376 second=1026 amount=3 -kerning first=353 second=8218 amount=-3 -kerning first=1058 second=1243 amount=-5 -kerning first=1116 second=277 amount=-1 -kerning first=1088 second=258 amount=-2 -kerning first=1189 second=227 amount=-2 -kerning first=1059 second=959 amount=-6 -kerning first=902 second=235 amount=-1 -kerning first=8225 second=192 amount=-5 -kerning first=1094 second=60 amount=-2 -kerning first=1097 second=1064 amount=1 -kerning first=1102 second=374 amount=-6 -kerning first=1093 second=1255 amount=-1 -kerning first=1186 second=69 amount=1 -kerning first=75 second=269 amount=-3 -kerning first=335 second=935 amount=-2 -kerning first=1188 second=173 amount=-4 -kerning first=299 second=1070 amount=3 -kerning first=1111 second=274 amount=3 -kerning first=196 second=8217 amount=-7 -kerning first=1069 second=65 amount=-2 -kerning first=224 second=957 amount=-1 -kerning first=376 second=67 amount=-2 -kerning first=297 second=327 amount=3 -kerning first=359 second=108 amount=1 -kerning first=1058 second=1085 amount=-4 -kerning first=58 second=356 amount=-2 -kerning first=183 second=51 amount=-1 -kerning first=211 second=902 amount=-2 -kerning first=1083 second=8216 amount=-3 -kerning first=904 second=301 amount=5 -kerning first=1257 second=87 amount=-3 -kerning first=935 second=1089 amount=-2 -kerning first=104 second=358 amount=-3 -kerning first=122 second=1035 amount=-2 -kerning first=932 second=1069 amount=-2 -kerning first=1087 second=375 amount=-1 -kerning first=232 second=1197 amount=-1 -kerning first=1059 second=60 amount=-7 -kerning first=1034 second=374 amount=-6 -kerning first=8225 second=232 amount=-2 -kerning first=1093 second=126 amount=-1 -kerning first=1279 second=1145 amount=-1 -kerning first=374 second=1237 amount=-5 -kerning first=321 second=923 amount=2 -kerning first=301 second=205 amount=3 -kerning first=939 second=1207 amount=-5 -kerning first=1111 second=309 amount=-4 -kerning first=1251 second=910 amount=-5 -kerning first=1275 second=963 amount=-2 -kerning first=1179 second=265 amount=-1 -kerning first=341 second=65 amount=-3 -kerning first=118 second=1193 amount=-1 -kerning first=87 second=1012 amount=-2 -kerning first=358 second=1086 amount=-5 -kerning first=1276 second=945 amount=-2 -kerning first=79 second=1046 amount=-1 -kerning first=1092 second=1277 amount=-1 -kerning first=1094 second=1067 amount=1 -kerning first=957 second=1108 amount=-1 -kerning first=908 second=256 amount=-2 -kerning first=372 second=259 amount=-3 -kerning first=1196 second=1091 amount=-4 -kerning first=248 second=221 amount=-6 -kerning first=1043 second=252 amount=-5 -kerning first=1027 second=228 amount=-5 -kerning first=1107 second=339 amount=-2 -kerning first=208 second=89 amount=-2 -kerning first=1269 second=1118 amount=-1 -kerning first=356 second=1197 amount=-3 -kerning first=1180 second=375 amount=-3 -kerning first=115 second=84 amount=-5 -kerning first=1276 second=262 amount=-1 -kerning first=374 second=961 amount=-3 -kerning first=68 second=923 amount=-2 -kerning first=915 second=1138 amount=-2 -kerning first=367 second=376 amount=-4 -kerning first=44 second=32 amount=-1 -kerning first=972 second=1098 amount=-2 -kerning first=957 second=1032 amount=-4 -kerning first=341 second=101 amount=-1 -kerning first=1098 second=120 amount=-1 -kerning first=927 second=933 amount=-2 -kerning first=1118 second=1092 amount=-1 -kerning first=1267 second=1066 amount=-2 -kerning first=90 second=171 amount=-2 -kerning first=359 second=1134 amount=1 -kerning first=1169 second=1105 amount=-2 -kerning first=356 second=1096 amount=-4 -kerning first=1270 second=1077 amount=-5 -kerning first=923 second=1089 amount=-1 -kerning first=1128 second=972 amount=-1 -kerning first=75 second=1086 amount=-3 -kerning first=1275 second=243 amount=-2 -kerning first=258 second=1069 amount=-2 -kerning first=1255 second=375 amount=-1 -kerning first=1104 second=374 amount=-6 -kerning first=1231 second=300 amount=1 -kerning first=345 second=357 amount=2 -kerning first=1106 second=84 amount=-3 -kerning first=1026 second=118 amount=-1 -kerning first=310 second=1091 amount=-3 -kerning first=321 second=8370 amount=-2 -kerning first=1222 second=72 amount=1 -kerning first=216 second=372 amount=-1 -kerning first=1226 second=1034 amount=1 -kerning first=1097 second=321 amount=1 -kerning first=373 second=1104 amount=-1 -kerning first=123 second=1089 amount=-1 -kerning first=1040 second=1012 amount=-2 -kerning first=1203 second=1153 amount=-1 -kerning first=1196 second=231 amount=-5 -kerning first=66 second=297 amount=2 -kerning first=935 second=1145 amount=-2 -kerning first=1026 second=1201 amount=-1 -kerning first=299 second=924 amount=3 -kerning first=76 second=1057 amount=-2 -kerning first=1078 second=240 amount=-1 -kerning first=932 second=8373 amount=-2 -kerning first=902 second=169 amount=-2 -kerning first=343 second=173 amount=-2 -kerning first=285 second=95 amount=2 -kerning first=1040 second=358 amount=-6 -kerning first=254 second=1078 amount=-1 -kerning first=374 second=246 amount=-6 -kerning first=915 second=287 amount=-5 -kerning first=8217 second=916 amount=-8 -kerning first=99 second=1200 amount=-4 -kerning first=44 second=56 amount=-2 -kerning first=194 second=99 amount=-1 -kerning first=1179 second=1139 amount=-1 -kerning first=279 second=375 amount=-1 -kerning first=314 second=299 amount=5 -kerning first=913 second=334 amount=-2 -kerning first=227 second=1267 amount=-1 -kerning first=284 second=1236 amount=-1 -kerning first=1103 second=174 amount=-1 -kerning first=98 second=1185 amount=-2 -kerning first=1061 second=235 amount=-2 -kerning first=337 second=8225 amount=-2 -kerning first=8250 second=377 amount=-2 -kerning first=224 second=354 amount=-3 -kerning first=1168 second=43 amount=-4 -kerning first=902 second=89 amount=-5 -kerning first=114 second=120 amount=1 -kerning first=176 second=1054 amount=-1 -kerning first=1188 second=1220 amount=-4 -kerning first=8244 second=1257 amount=-4 -kerning first=283 second=1277 amount=-1 -kerning first=1068 second=1040 amount=-2 -kerning first=310 second=231 amount=-3 -kerning first=301 second=1068 amount=3 -kerning first=260 second=959 amount=-1 -kerning first=1179 second=247 amount=-2 -kerning first=1226 second=293 amount=1 -kerning first=1092 second=933 amount=-6 -kerning first=1094 second=77 amount=1 -kerning first=1207 second=276 amount=1 -kerning first=1139 second=1279 amount=-1 -kerning first=913 second=373 amount=-4 -kerning first=1234 second=1108 amount=-1 -kerning first=87 second=1169 amount=-2 -kerning first=966 second=1234 amount=-2 -kerning first=1043 second=288 amount=-2 -kerning first=1143 second=197 amount=-4 -kerning first=363 second=1204 amount=-3 -kerning first=214 second=354 amount=-2 -kerning first=1138 second=256 amount=-2 -kerning first=932 second=249 amount=-5 -kerning first=1277 second=281 amount=-1 -kerning first=1270 second=351 amount=-5 -kerning first=923 second=1145 amount=-1 -kerning first=89 second=267 amount=-6 -kerning first=259 second=1059 amount=-5 -kerning first=1175 second=1255 amount=-1 -kerning first=258 second=8373 amount=-2 -kerning first=1069 second=935 amount=-1 -kerning first=376 second=1235 amount=-5 -kerning first=1086 second=198 amount=-2 -kerning first=260 second=60 amount=-1 -kerning first=234 second=1279 amount=-1 -kerning first=119 second=945 amount=-1 -kerning first=191 second=8244 amount=-2 -kerning first=123 second=1145 amount=-1 -kerning first=1263 second=279 amount=-1 -kerning first=8218 second=1198 amount=-7 -kerning first=1143 second=275 amount=-1 -kerning first=112 second=256 amount=-2 -kerning first=1222 second=1058 amount=-2 -kerning first=1119 second=1035 amount=-3 -kerning first=124 second=298 amount=1 -kerning first=971 second=939 amount=-4 -kerning first=359 second=204 amount=1 -kerning first=8217 second=1181 amount=-1 -kerning first=34 second=1051 amount=-3 -kerning first=1168 second=1236 amount=-6 -kerning first=1175 second=126 amount=-1 -kerning first=87 second=1088 amount=-2 -kerning first=369 second=89 amount=-4 -kerning first=197 second=375 amount=-4 -kerning first=214 second=913 amount=-2 -kerning first=932 second=257 amount=-5 -kerning first=1145 second=933 amount=1 -kerning first=257 second=86 amount=-3 -kerning first=1050 second=8353 amount=-2 -kerning first=1059 second=361 amount=-3 -kerning first=953 second=8244 amount=2 -kerning first=114 second=966 amount=-1 -kerning first=1105 second=174 amount=-1 -kerning first=88 second=1010 amount=-2 -kerning first=1198 second=1095 amount=-5 -kerning first=75 second=105 amount=2 -kerning first=357 second=910 amount=-1 -kerning first=84 second=43 amount=-4 -kerning first=1085 second=253 amount=-1 -kerning first=336 second=1026 amount=-2 -kerning first=1060 second=1035 amount=-2 -kerning first=932 second=1153 amount=-5 -kerning first=95 second=218 amount=-3 -kerning first=102 second=8230 amount=-4 -kerning first=110 second=121 amount=-1 -kerning first=1191 second=1200 amount=-11 -kerning first=1244 second=277 amount=-2 -kerning first=98 second=1276 amount=-2 -kerning first=1056 second=1232 amount=-5 -kerning first=933 second=1069 amount=-2 -kerning first=339 second=255 amount=-1 -kerning first=373 second=381 amount=-2 -kerning first=332 second=8220 amount=-2 -kerning first=1278 second=111 amount=-2 -kerning first=182 second=301 amount=5 -kerning first=1061 second=169 amount=-1 -kerning first=297 second=1056 amount=3 -kerning first=55 second=224 amount=-3 -kerning first=283 second=933 amount=-6 -kerning first=1189 second=1092 amount=-2 -kerning first=1087 second=1066 amount=-3 -kerning first=923 second=1140 amount=-5 -kerning first=1058 second=334 amount=-2 -kerning first=1184 second=365 amount=-2 -kerning first=81 second=1046 amount=-1 -kerning first=1163 second=115 amount=-1 -kerning first=1124 second=935 amount=-1 -kerning first=43 second=1278 amount=-4 -kerning first=95 second=1060 amount=-3 -kerning first=174 second=287 amount=-2 -kerning first=358 second=371 amount=-5 -kerning first=45 second=1203 amount=-1 -kerning first=1256 second=1276 amount=-1 -kerning first=245 second=932 amount=-3 -kerning first=1178 second=1069 amount=-2 -kerning first=359 second=60 amount=-2 -kerning first=918 second=334 amount=-2 -kerning first=249 second=374 amount=-4 -kerning first=46 second=53 amount=-1 -kerning first=281 second=255 amount=-1 -kerning first=902 second=210 amount=-2 -kerning first=286 second=923 amount=-1 -kerning first=1066 second=1185 amount=-2 -kerning first=1216 second=296 amount=1 -kerning first=372 second=273 amount=-3 -kerning first=1193 second=1141 amount=-1 -kerning first=1213 second=1199 amount=-1 -kerning first=265 second=372 amount=-1 -kerning first=55 second=970 amount=-3 -kerning first=1081 second=1035 amount=-3 -kerning first=1197 second=231 amount=-2 -kerning first=1026 second=356 amount=-3 -kerning first=1141 second=1076 amount=-3 -kerning first=89 second=177 amount=-6 -kerning first=374 second=1096 amount=-3 -kerning first=981 second=1059 amount=-6 -kerning first=1058 second=373 amount=-4 -kerning first=243 second=1198 amount=-6 -kerning first=1241 second=84 amount=-3 -kerning first=1075 second=269 amount=-2 -kerning first=1187 second=311 amount=1 -kerning first=213 second=8218 amount=-3 -kerning first=258 second=1153 amount=-1 -kerning first=1043 second=65 amount=-6 -kerning first=313 second=258 amount=2 -kerning first=910 second=959 amount=-6 -kerning first=355 second=98 amount=1 -kerning first=8220 second=44 amount=-6 -kerning first=8244 second=1044 amount=-3 -kerning first=1058 second=1273 amount=-4 -kerning first=84 second=1236 amount=-6 -kerning first=286 second=295 amount=2 -kerning first=1265 second=193 amount=-4 -kerning first=169 second=46 amount=-3 -kerning first=326 second=376 amount=-5 -kerning first=88 second=339 amount=-2 -kerning first=75 second=371 amount=-2 -kerning first=295 second=1098 amount=-2 -kerning first=111 second=92 amount=-3 -kerning first=357 second=107 amount=1 -kerning first=1027 second=1179 amount=-4 -kerning first=1074 second=1026 amount=-5 -kerning first=1255 second=1066 amount=-3 -kerning first=1203 second=234 amount=-1 -kerning first=358 second=227 amount=-5 -kerning first=87 second=266 amount=-2 -kerning first=1276 second=111 amount=-2 -kerning first=293 second=8216 amount=-3 -kerning first=76 second=910 amount=-3 -kerning first=933 second=8373 amount=-2 -kerning first=359 second=1067 amount=1 -kerning first=232 second=253 amount=-1 -kerning first=1168 second=251 amount=-5 -kerning first=1059 second=290 amount=-2 -kerning first=1153 second=1185 amount=-1 -kerning first=1097 second=1166 amount=1 -kerning first=1203 second=1243 amount=-1 -kerning first=1254 second=932 amount=-2 -kerning first=1213 second=957 amount=-1 -kerning first=1043 second=101 amount=-5 -kerning first=1107 second=1072 amount=-2 -kerning first=299 second=344 amount=3 -kerning first=242 second=8224 amount=-2 -kerning first=333 second=1249 amount=-2 -kerning first=910 second=60 amount=-7 -kerning first=381 second=1194 amount=-2 -kerning first=228 second=84 amount=-3 -kerning first=1026 second=902 amount=-2 -kerning first=1232 second=273 amount=-1 -kerning first=1265 second=233 amount=-1 -kerning first=1186 second=1050 amount=1 -kerning first=1263 second=1195 amount=-1 -kerning first=231 second=354 amount=-5 -kerning first=1036 second=1258 amount=-2 -kerning first=1111 second=1039 amount=3 -kerning first=1167 second=194 amount=-2 -kerning first=279 second=1066 amount=-3 -kerning first=177 second=121 amount=-3 -kerning first=242 second=88 amount=-2 -kerning first=1265 second=1241 amount=-1 -kerning first=1178 second=8373 amount=-2 -kerning first=256 second=281 amount=-1 -kerning first=1274 second=923 amount=-6 -kerning first=356 second=253 amount=-4 -kerning first=1230 second=295 amount=1 -kerning first=1094 second=8226 amount=-1 -kerning first=1140 second=97 amount=-3 -kerning first=372 second=1167 amount=-2 -kerning first=118 second=1010 amount=-1 -kerning first=375 second=261 amount=-1 -kerning first=902 second=1259 amount=-1 -kerning first=45 second=910 amount=-4 -kerning first=933 second=249 amount=-3 -kerning first=116 second=1034 amount=1 -kerning first=90 second=286 amount=-2 -kerning first=209 second=1031 amount=1 -kerning first=1075 second=1086 amount=-2 -kerning first=194 second=8353 amount=-2 -kerning first=1066 second=1276 amount=-2 -kerning first=1040 second=266 amount=-2 -kerning first=1108 second=1196 amount=-5 -kerning first=1188 second=79 amount=-2 -kerning first=8244 second=1108 amount=-4 -kerning first=68 second=1217 amount=-1 -kerning first=197 second=187 amount=-2 -kerning first=915 second=1012 amount=-2 -kerning first=321 second=192 amount=2 -kerning first=243 second=1175 amount=-1 -kerning first=342 second=299 amount=3 -kerning first=1163 second=108 amount=1 -kerning first=1139 second=186 amount=-2 -kerning first=261 second=1140 amount=-3 -kerning first=1234 second=908 amount=-2 -kerning first=358 second=328 amount=-4 -kerning first=1178 second=249 amount=-2 -kerning first=1061 second=210 amount=-1 -kerning first=8244 second=1032 amount=-8 -kerning first=932 second=194 amount=-6 -kerning first=1222 second=939 amount=-1 -kerning first=1094 second=928 amount=1 -kerning first=120 second=99 amount=-1 -kerning first=253 second=258 amount=-4 -kerning first=1196 second=363 amount=-5 -kerning first=1258 second=88 amount=-1 -kerning first=358 second=1279 amount=-3 -kerning first=1043 second=341 amount=-4 -kerning first=196 second=253 amount=-4 -kerning first=84 second=251 amount=-5 -kerning first=1185 second=972 amount=-1 -kerning first=1274 second=8370 amount=-2 -kerning first=1180 second=252 amount=-2 -kerning first=43 second=1090 amount=-1 -kerning first=68 second=192 amount=-2 -kerning first=933 second=257 amount=-5 -kerning first=116 second=293 amount=1 -kerning first=359 second=77 amount=1 -kerning first=1226 second=340 amount=1 -kerning first=210 second=1140 amount=-2 -kerning first=1126 second=275 amount=-1 -kerning first=1118 second=981 amount=-1 -kerning first=1114 second=1198 amount=-11 -kerning first=376 second=1119 amount=-3 -kerning first=55 second=195 amount=-7 -kerning first=1171 second=1207 amount=-2 -kerning first=244 second=358 amount=-3 -kerning first=933 second=1153 amount=-6 -kerning first=1169 second=231 amount=-2 -kerning first=192 second=1092 amount=-1 -kerning first=197 second=1066 amount=-6 -kerning first=932 second=234 amount=-5 -kerning first=1170 second=1242 amount=-2 -kerning first=1205 second=75 amount=1 -kerning first=255 second=959 amount=-1 -kerning first=253 second=283 amount=-1 -kerning first=341 second=1257 amount=-1 -kerning first=372 second=240 amount=-3 -kerning first=1198 second=38 amount=-4 -kerning first=315 second=197 amount=2 -kerning first=313 second=176 amount=-8 -kerning first=354 second=923 amount=-6 -kerning first=208 second=1046 amount=-1 -kerning first=118 second=339 amount=-1 -kerning first=91 second=265 amount=-1 -kerning first=932 second=1243 amount=-5 -kerning first=1100 second=92 amount=-7 -kerning first=1213 second=354 amount=-3 -kerning first=1267 second=65 amount=-4 -kerning first=328 second=89 amount=-5 -kerning first=1279 second=1058 amount=-3 -kerning first=310 second=363 amount=-2 -kerning first=344 second=86 amount=-1 -kerning first=1058 second=8230 amount=-2 -kerning first=273 second=297 amount=3 -kerning first=1059 second=196 amount=-5 -kerning first=1163 second=1134 amount=1 -kerning first=119 second=111 amount=-1 -kerning first=913 second=1141 amount=-4 -kerning first=957 second=1255 amount=-1 -kerning first=8224 second=285 amount=-2 -kerning first=1196 second=229 amount=-5 -kerning first=1068 second=1198 amount=-6 -kerning first=927 second=1204 amount=-2 -kerning first=1012 second=1202 amount=-1 -kerning first=355 second=1035 amount=-2 -kerning first=1178 second=1153 amount=-3 -kerning first=252 second=221 amount=-4 -kerning first=233 second=121 amount=-1 -kerning first=1274 second=181 amount=-5 -kerning first=932 second=1085 amount=-4 -kerning first=1113 second=8224 amount=-3 -kerning first=1102 second=1249 amount=-2 -kerning first=1205 second=1109 amount=-1 -kerning first=255 second=60 amount=-2 -kerning first=1141 second=299 amount=3 -kerning first=1265 second=374 amount=-2 -kerning first=1140 second=64 amount=-2 -kerning first=89 second=369 amount=-3 -kerning first=1217 second=966 amount=-2 -kerning first=8217 second=118 amount=1 -kerning first=939 second=8249 amount=-6 -kerning first=260 second=290 amount=-2 -kerning first=1210 second=92 amount=-3 -kerning first=927 second=1232 amount=-2 -kerning first=1267 second=101 amount=-1 -kerning first=1106 second=1118 amount=-1 -kerning first=90 second=920 amount=-2 -kerning first=8217 second=1201 amount=1 -kerning first=46 second=34 amount=-6 -kerning first=1116 second=932 amount=-4 -kerning first=1059 second=235 amount=-6 -kerning first=114 second=359 amount=2 -kerning first=1207 second=1059 amount=-1 -kerning first=1016 second=1267 amount=-1 -kerning first=1113 second=88 amount=-2 -kerning first=8224 second=162 amount=-2 -kerning first=1128 second=81 amount=-2 -kerning first=1188 second=973 amount=-4 -kerning first=1061 second=1259 amount=-2 -kerning first=258 second=234 amount=-1 -kerning first=363 second=1200 amount=-4 -kerning first=1220 second=1203 amount=-1 -kerning first=1086 second=1244 amount=-2 -kerning first=1034 second=1249 amount=-2 -kerning first=1232 second=240 amount=-1 -kerning first=297 second=282 amount=3 -kerning first=337 second=84 amount=-3 -kerning first=922 second=8249 amount=-3 -kerning first=915 second=1169 amount=-4 -kerning first=354 second=8370 amount=-2 -kerning first=1167 second=376 amount=-6 -kerning first=258 second=1243 amount=-1 -kerning first=913 second=116 amount=-2 -kerning first=186 second=1089 amount=-2 -kerning first=1267 second=1083 amount=-3 -kerning first=910 second=361 amount=-3 -kerning first=1053 second=297 amount=5 -kerning first=377 second=71 amount=-2 -kerning first=192 second=186 amount=-5 -kerning first=356 second=171 amount=-8 -kerning first=1180 second=288 amount=-2 -kerning first=224 second=1263 amount=-1 -kerning first=1184 second=281 amount=-3 -kerning first=939 second=1035 amount=3 -kerning first=1274 second=1116 amount=-4 -kerning first=91 second=1139 amount=-1 -kerning first=86 second=927 amount=-2 -kerning first=1114 second=1175 amount=-1 -kerning first=45 second=1093 amount=-1 -kerning first=170 second=945 amount=-2 -kerning first=317 second=81 amount=-2 -kerning first=1036 second=172 amount=-6 -kerning first=1086 second=193 amount=-2 -kerning first=101 second=1090 amount=-1 -kerning first=1050 second=233 amount=-3 -kerning first=1092 second=1204 amount=-3 -kerning first=1170 second=1074 amount=-4 -kerning first=1027 second=214 amount=-2 -kerning first=239 second=1066 amount=6 -kerning first=193 second=279 amount=-1 -kerning first=1088 second=1059 amount=-6 -kerning first=257 second=8216 amount=-3 -kerning first=1050 second=1241 amount=-3 -kerning first=375 second=197 amount=-4 -kerning first=1071 second=303 amount=2 -kerning first=92 second=8249 amount=-2 -kerning first=1265 second=1111 amount=3 -kerning first=254 second=8220 amount=-4 -kerning first=915 second=1088 amount=-4 -kerning first=321 second=221 amount=-3 -kerning first=195 second=121 amount=-4 -kerning first=1250 second=938 amount=1 -kerning first=354 second=181 amount=-5 -kerning first=1092 second=1232 amount=-2 -kerning first=1233 second=375 amount=-1 -kerning first=336 second=1061 amount=-1 -kerning first=1104 second=1249 amount=-1 -kerning first=121 second=257 amount=-1 -kerning first=1068 second=1175 amount=-1 -kerning first=1234 second=1255 amount=-1 -kerning first=87 second=245 amount=-3 -kerning first=358 second=1092 amount=-5 -kerning first=381 second=1138 amount=-2 -kerning first=65 second=8370 amount=-2 -kerning first=1116 second=285 amount=-1 -kerning first=1215 second=1277 amount=-1 -kerning first=1059 second=343 amount=-3 -kerning first=961 second=256 amount=-2 -kerning first=1140 second=1089 amount=-3 -kerning first=1101 second=358 amount=-3 -kerning first=121 second=1153 amount=-1 -kerning first=8221 second=1191 amount=-1 -kerning first=1111 second=1024 amount=3 -kerning first=377 second=45 amount=-2 -kerning first=1275 second=99 amount=-2 -kerning first=1163 second=204 amount=1 -kerning first=196 second=171 amount=-2 -kerning first=118 second=239 amount=3 -kerning first=95 second=1254 amount=-3 -kerning first=230 second=1277 amount=-1 -kerning first=1108 second=87 amount=-1 -kerning first=375 second=275 amount=-1 -kerning first=1118 second=1040 amount=-4 -kerning first=286 second=1217 amount=-1 -kerning first=923 second=1058 amount=-6 -kerning first=317 second=195 amount=2 -kerning first=246 second=1078 amount=-1 -kerning first=68 second=221 amount=-2 -kerning first=1058 second=1141 amount=-4 -kerning first=1027 second=1199 amount=-4 -kerning first=1168 second=277 amount=-5 -kerning first=1207 second=922 amount=1 -kerning first=1094 second=89 amount=-1 -kerning first=1273 second=358 amount=-3 -kerning first=95 second=1144 amount=-3 -kerning first=186 second=1145 amount=-2 -kerning first=299 second=201 amount=3 -kerning first=179 second=359 amount=2 -kerning first=1220 second=910 amount=-6 -kerning first=1274 second=110 amount=-4 -kerning first=1116 second=162 amount=-1 -kerning first=97 second=1199 amount=-1 -kerning first=1189 second=981 amount=-2 -kerning first=1059 second=169 amount=-2 -kerning first=902 second=1193 amount=-1 -kerning first=1033 second=358 amount=-3 -kerning first=92 second=1035 amount=-6 -kerning first=291 second=1026 amount=-3 -kerning first=89 second=326 amount=-3 -kerning first=933 second=194 amount=-5 -kerning first=1217 second=1060 amount=-1 -kerning first=75 second=1092 amount=-3 -kerning first=1179 second=283 amount=-1 -kerning first=86 second=269 amount=-3 -kerning first=1026 second=93 amount=-1 -kerning first=292 second=95 amount=2 -kerning first=910 second=290 amount=-2 -kerning first=359 second=8226 amount=-1 -kerning first=46 second=1098 amount=-5 -kerning first=1145 second=1232 amount=-2 -kerning first=1230 second=82 amount=1 -kerning first=1168 second=1189 amount=-4 -kerning first=354 second=1116 amount=-4 -kerning first=286 second=192 amount=-1 -kerning first=1040 second=245 amount=-1 -kerning first=960 second=948 amount=-2 -kerning first=372 second=230 amount=-3 -kerning first=299 second=106 amount=-4 -kerning first=258 second=376 amount=-5 -kerning first=1197 second=229 amount=-2 -kerning first=283 second=1204 amount=-3 -kerning first=1222 second=1216 amount=1 -kerning first=1020 second=1035 amount=-3 -kerning first=933 second=234 amount=-6 -kerning first=1027 second=957 amount=-4 -kerning first=1075 second=227 amount=-2 -kerning first=260 second=235 amount=-1 -kerning first=311 second=100 amount=-1 -kerning first=1163 second=60 amount=-2 -kerning first=365 second=1196 amount=-3 -kerning first=1187 second=1115 amount=1 -kerning first=1226 second=374 amount=-1 -kerning first=373 second=1236 amount=-4 -kerning first=221 second=923 amount=-5 -kerning first=933 second=1243 amount=-6 -kerning first=97 second=957 amount=-1 -kerning first=368 second=44 amount=-2 -kerning first=1140 second=1145 amount=-3 -kerning first=1198 second=894 amount=-4 -kerning first=915 second=266 amount=-2 -kerning first=357 second=104 amount=1 -kerning first=280 second=301 amount=5 -kerning first=181 second=47 amount=-2 -kerning first=1077 second=358 amount=-3 -kerning first=1271 second=972 amount=-2 -kerning first=1026 second=1265 amount=-1 -kerning first=1178 second=234 amount=-3 -kerning first=933 second=1085 amount=-3 -kerning first=359 second=928 amount=1 -kerning first=117 second=932 amount=-3 -kerning first=1253 second=89 amount=-5 -kerning first=197 second=288 amount=-2 -kerning first=1241 second=1118 amount=-1 -kerning first=1111 second=1196 amount=6 -kerning first=1215 second=933 amount=-6 -kerning first=1167 second=373 amount=-1 -kerning first=1170 second=945 amount=-5 -kerning first=341 second=1108 amount=-1 -kerning first=1196 second=279 amount=-5 -kerning first=1188 second=1239 amount=-5 -kerning first=1178 second=1243 amount=-3 -kerning first=309 second=372 amount=2 -kerning first=84 second=277 amount=-5 -kerning first=1255 second=65 amount=-2 -kerning first=1180 second=101 amount=-3 -kerning first=1201 second=95 amount=-5 -kerning first=43 second=120 amount=-1 -kerning first=230 second=933 amount=-6 -kerning first=343 second=8244 amount=1 -kerning first=116 second=340 amount=1 -kerning first=321 second=212 amount=-2 -kerning first=1043 second=1257 amount=-5 -kerning first=194 second=233 amount=-1 -kerning first=354 second=110 amount=-4 -kerning first=181 second=1198 amount=-4 -kerning first=1163 second=1067 amount=1 -kerning first=1226 second=69 amount=1 -kerning first=1170 second=262 amount=-2 -kerning first=193 second=1195 amount=-1 -kerning first=1090 second=173 amount=-1 -kerning first=341 second=1032 amount=-4 -kerning first=86 second=1086 amount=-3 -kerning first=1126 second=336 amount=-2 -kerning first=945 second=8217 amount=2 -kerning first=1166 second=74 amount=-6 -kerning first=1274 second=192 amount=-6 -kerning first=356 second=117 amount=-5 -kerning first=932 second=334 amount=-2 -kerning first=1086 second=374 amount=-6 -kerning first=194 second=1241 amount=-1 -kerning first=1235 second=255 amount=-1 -kerning first=343 second=84 amount=-4 -kerning first=1196 second=1224 amount=-4 -kerning first=89 second=260 amount=-5 -kerning first=8217 second=902 amount=-9 -kerning first=221 second=8370 amount=-2 -kerning first=1188 second=1102 amount=-4 -kerning first=939 second=228 amount=-5 -kerning first=357 second=317 amount=1 -kerning first=259 second=372 amount=-3 -kerning first=371 second=354 amount=-3 -kerning first=84 second=1189 amount=-4 -kerning first=228 second=1118 amount=-1 -kerning first=118 second=1072 amount=-1 -kerning first=378 second=356 amount=-2 -kerning first=310 second=279 amount=-3 -kerning first=76 second=1234 amount=2 -kerning first=88 second=1057 amount=-1 -kerning first=374 second=171 amount=-6 -kerning first=195 second=903 amount=-5 -kerning first=1207 second=1025 amount=1 -kerning first=261 second=1058 amount=-3 -kerning first=1098 second=1078 amount=-1 -kerning first=87 second=1097 amount=-2 -kerning first=1188 second=74 amount=-6 -kerning first=1061 second=1193 amount=-2 -kerning first=8218 second=8221 amount=-6 -kerning first=277 second=374 amount=-6 -kerning first=903 second=38 amount=-2 -kerning first=1274 second=232 amount=-5 -kerning first=212 second=1236 amount=-2 -kerning first=320 second=300 amount=1 -kerning first=932 second=373 amount=-4 -kerning first=1222 second=183 amount=-1 -kerning first=1277 second=289 amount=-1 -kerning first=1239 second=84 amount=-3 -kerning first=1270 second=250 amount=-5 -kerning first=1202 second=972 amount=-2 -kerning first=315 second=336 amount=-2 -kerning first=265 second=1098 amount=-1 -kerning first=303 second=92 amount=2 -kerning first=8249 second=256 amount=-2 -kerning first=355 second=1016 amount=1 -kerning first=932 second=1273 amount=-4 -kerning first=121 second=194 amount=-4 -kerning first=910 second=196 amount=-5 -kerning first=1181 second=275 amount=-1 -kerning first=260 second=169 amount=-2 -kerning first=1050 second=1111 amount=5 -kerning first=1059 second=210 amount=-2 -kerning first=210 second=1058 amount=-2 -kerning first=1263 second=287 amount=-1 -kerning first=221 second=181 amount=-3 -kerning first=309 second=299 amount=3 -kerning first=258 second=334 amount=-2 -kerning first=1220 second=1093 amount=-1 -kerning first=1274 second=1084 amount=-4 -kerning first=1087 second=174 amount=-1 -kerning first=923 second=182 amount=-1 -kerning first=326 second=1141 amount=-1 -kerning first=8217 second=1173 amount=-1 -kerning first=97 second=354 amount=-3 -kerning first=1111 second=1275 amount=3 -kerning first=260 second=89 amount=-5 -kerning first=1233 second=1066 amount=-3 -kerning first=341 second=918 amount=-2 -kerning first=121 second=234 amount=-1 -kerning first=8370 second=258 amount=-1 -kerning first=910 second=235 amount=-6 -kerning first=8244 second=1255 amount=-4 -kerning first=959 second=197 amount=-2 -kerning first=1169 second=229 amount=-2 -kerning first=192 second=981 amount=-1 -kerning first=107 second=242 amount=-1 -kerning first=1082 second=8249 amount=-3 -kerning first=362 second=95 amount=-3 -kerning first=114 second=1078 amount=1 -kerning first=343 second=1239 amount=-1 -kerning first=286 second=221 amount=-2 -kerning first=1270 second=261 amount=-5 -kerning first=923 second=939 amount=-5 -kerning first=121 second=1243 amount=-1 -kerning first=927 second=1200 amount=-2 -kerning first=354 second=192 amount=-6 -kerning first=1163 second=77 amount=1 -kerning first=258 second=373 amount=-4 -kerning first=1180 second=174 amount=-1 -kerning first=345 second=244 amount=-1 -kerning first=170 second=111 amount=-2 -kerning first=1265 second=46 amount=-2 -kerning first=1244 second=285 amount=-2 -kerning first=90 second=216 amount=-2 -kerning first=356 second=286 amount=-2 -kerning first=44 second=8219 amount=-9 -kerning first=101 second=120 amount=-1 -kerning first=1050 second=332 amount=-2 -kerning first=215 second=221 amount=-3 -kerning first=311 second=1026 amount=-4 -kerning first=187 second=1035 amount=-8 -kerning first=1012 second=356 amount=-2 -kerning first=380 second=335 amount=-1 -kerning first=1027 second=913 amount=-6 -kerning first=355 second=915 amount=1 -kerning first=8244 second=126 amount=-3 -kerning first=1110 second=303 amount=3 -kerning first=1139 second=1040 amount=-2 -kerning first=1196 second=1195 amount=-5 -kerning first=981 second=372 amount=-3 -kerning first=221 second=1116 amount=-3 -kerning first=1188 second=1107 amount=-4 -kerning first=325 second=299 amount=5 -kerning first=194 second=374 amount=-5 -kerning first=354 second=232 amount=-5 -kerning first=193 second=1194 amount=-2 -kerning first=1255 second=174 amount=-1 -kerning first=345 second=8222 amount=-5 -kerning first=1213 second=1263 amount=-1 -kerning first=1244 second=162 amount=-2 -kerning first=297 second=1204 amount=6 -kerning first=197 second=101 amount=-1 -kerning first=226 second=1026 amount=-3 -kerning first=1082 second=1035 amount=-4 -kerning first=1230 second=221 amount=-1 -kerning first=1083 second=1143 amount=-1 -kerning first=343 second=74 amount=-4 -kerning first=1128 second=211 amount=-2 -kerning first=1188 second=942 amount=-4 -kerning first=1267 second=1257 amount=-1 -kerning first=1122 second=86 amount=-3 -kerning first=313 second=1059 amount=-3 -kerning first=8221 second=1267 amount=1 -kerning first=1255 second=935 amount=-2 -kerning first=1197 second=279 amount=-2 -kerning first=247 second=1185 amount=-1 -kerning first=211 second=1278 amount=-1 -kerning first=1059 second=1259 amount=-6 -kerning first=967 second=309 amount=3 -kerning first=1200 second=1204 amount=3 -kerning first=359 second=89 amount=-1 -kerning first=1058 second=122 amount=-3 -kerning first=1036 second=333 amount=-3 -kerning first=202 second=299 amount=5 -kerning first=183 second=1066 amount=-4 -kerning first=354 second=1084 amount=-4 -kerning first=1046 second=71 amount=-1 -kerning first=1187 second=1231 amount=1 -kerning first=279 second=174 amount=-1 -kerning first=1012 second=902 amount=-2 -kerning first=349 second=910 amount=-5 -kerning first=1118 second=47 amount=-4 -kerning first=239 second=929 amount=3 -kerning first=910 second=343 amount=-3 -kerning first=310 second=1195 amount=-3 -kerning first=1171 second=8249 amount=-3 -kerning first=196 second=286 amount=-2 -kerning first=57 second=95 amount=-3 -kerning first=1092 second=1200 amount=-6 -kerning first=286 second=1110 amount=2 -kerning first=1270 second=331 amount=-4 -kerning first=1200 second=1232 amount=-5 -kerning first=372 second=1095 amount=-3 -kerning first=1128 second=119 amount=-4 -kerning first=324 second=1196 amount=-3 -kerning first=270 second=88 amount=-1 -kerning first=1027 second=1103 amount=-5 -kerning first=73 second=207 amount=1 -kerning first=924 second=303 amount=2 -kerning first=1112 second=93 amount=2 -kerning first=332 second=923 amount=-2 -kerning first=1085 second=1185 amount=-2 -kerning first=1178 second=307 amount=2 -kerning first=317 second=211 amount=-2 -kerning first=337 second=1118 amount=-1 -kerning first=381 second=1012 amount=-2 -kerning first=65 second=232 amount=-1 -kerning first=8250 second=194 amount=-2 -kerning first=1075 second=1092 amount=-2 -kerning first=251 second=8244 amount=1 -kerning first=1187 second=45 amount=-1 -kerning first=1097 second=356 amount=-2 -kerning first=255 second=196 amount=-4 -kerning first=173 second=1059 amount=-4 -kerning first=221 second=110 amount=-3 -kerning first=1118 second=1198 amount=-2 -kerning first=1027 second=308 amount=-6 -kerning first=8221 second=269 amount=-4 -kerning first=910 second=169 amount=-2 -kerning first=932 second=8230 amount=-2 -kerning first=1265 second=103 amount=-1 -kerning first=89 second=946 amount=-3 -kerning first=1198 second=1251 amount=-3 -kerning first=933 second=334 amount=-2 -kerning first=374 second=117 amount=-3 -kerning first=116 second=374 amount=-1 -kerning first=915 second=245 amount=-5 -kerning first=251 second=84 amount=-3 -kerning first=194 second=1111 amount=3 -kerning first=260 second=210 amount=-2 -kerning first=1199 second=356 amount=-2 -kerning first=1187 second=80 amount=1 -kerning first=121 second=376 amount=-2 -kerning first=1119 second=1199 amount=-1 -kerning first=358 second=981 amount=-5 -kerning first=122 second=354 amount=-2 -kerning first=1171 second=1035 amount=-3 -kerning first=68 second=44 amount=-3 -kerning first=256 second=289 amount=-1 -kerning first=356 second=920 amount=-2 -kerning first=1046 second=45 amount=-4 -kerning first=902 second=1010 amount=-1 -kerning first=1097 second=1168 amount=1 -kerning first=1205 second=1042 amount=1 -kerning first=255 second=235 amount=-1 -kerning first=1140 second=1233 amount=-3 -kerning first=1217 second=1254 amount=-1 -kerning first=241 second=1198 amount=-5 -kerning first=1043 second=1108 amount=-5 -kerning first=299 second=1219 amount=3 -kerning first=947 second=173 amount=-2 -kerning first=269 second=1058 amount=-5 -kerning first=972 second=195 amount=-2 -kerning first=106 second=125 amount=2 -kerning first=261 second=939 amount=-5 -kerning first=1145 second=1200 amount=1 -kerning first=288 second=1276 amount=-1 -kerning first=1271 second=224 amount=-2 -kerning first=908 second=1196 amount=-2 -kerning first=1178 second=334 amount=-2 -kerning first=297 second=315 amount=3 -kerning first=1217 second=1144 amount=-1 -kerning first=211 second=260 amount=-2 -kerning first=1170 second=111 amount=-5 -kerning first=1043 second=1032 amount=-6 -kerning first=380 second=1104 amount=-1 -kerning first=933 second=1273 amount=-3 -kerning first=197 second=174 amount=-5 -kerning first=247 second=1276 amount=-4 -kerning first=70 second=1234 amount=-6 -kerning first=8225 second=100 amount=-2 -kerning first=255 second=1222 amount=-3 -kerning first=253 second=1059 amount=-2 -kerning first=923 second=967 amount=-4 -kerning first=1196 second=1194 amount=-2 -kerning first=116 second=69 amount=1 -kerning first=75 second=981 amount=-3 -kerning first=382 second=242 amount=-1 -kerning first=939 second=1179 amount=-3 -kerning first=303 second=95 amount=3 -kerning first=1111 second=238 amount=6 -kerning first=194 second=332 amount=-2 -kerning first=1199 second=902 amount=-4 -kerning first=1228 second=376 amount=-5 -kerning first=210 second=939 amount=-2 -kerning first=913 second=199 amount=-2 -kerning first=283 second=1200 amount=-6 -kerning first=1119 second=957 amount=-1 -kerning first=86 second=227 amount=-3 -kerning first=104 second=375 amount=-1 -kerning first=98 second=1267 amount=-1 -kerning first=1178 second=373 amount=-4 -kerning first=297 second=357 amount=3 -kerning first=356 second=8363 amount=-5 -kerning first=232 second=1185 amount=-1 -kerning first=1167 second=1141 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=1270 second=197 amount=-6 -kerning first=8224 second=940 amount=-2 -kerning first=1198 second=109 amount=-3 -kerning first=1188 second=1118 amount=-4 -kerning first=8221 second=1086 amount=-4 -kerning first=196 second=920 amount=-2 -kerning first=1016 second=1279 amount=-1 -kerning first=120 second=1241 amount=-1 -kerning first=1279 second=183 amount=-1 -kerning first=1036 second=1077 amount=-3 -kerning first=8222 second=1091 amount=-3 -kerning first=1163 second=8226 amount=-1 -kerning first=1081 second=1199 amount=-1 -kerning first=1197 second=1195 amount=-2 -kerning first=284 second=932 amount=-2 -kerning first=182 second=206 amount=1 -kerning first=221 second=192 amount=-5 -kerning first=1225 second=126 amount=-1 -kerning first=310 second=1194 amount=-2 -kerning first=1169 second=279 amount=-2 -kerning first=1220 second=1234 amount=-2 -kerning first=1274 second=212 amount=-2 -kerning first=356 second=1185 amount=-3 -kerning first=1011 second=1140 amount=2 -kerning first=1201 second=335 amount=-1 -kerning first=260 second=1259 amount=-1 -kerning first=902 second=339 amount=-1 -kerning first=1093 second=1204 amount=-3 -kerning first=1270 second=275 amount=-5 -kerning first=253 second=291 amount=-1 -kerning first=1216 second=1111 amount=5 -kerning first=374 second=286 amount=-2 -kerning first=1198 second=173 amount=-4 -kerning first=248 second=1026 amount=-3 -kerning first=1111 second=1037 amount=3 -kerning first=195 second=71 amount=-2 -kerning first=91 second=283 amount=-1 -kerning first=1277 second=1196 amount=-3 -kerning first=76 second=1258 amount=-2 -kerning first=305 second=1111 amount=3 -kerning first=246 second=8220 amount=-4 -kerning first=321 second=1213 amount=-1 -kerning first=65 second=221 amount=-5 -kerning first=1226 second=1050 amount=1 -kerning first=373 second=277 amount=-1 -kerning first=913 second=49 amount=-2 -kerning first=221 second=232 amount=-6 -kerning first=1188 second=263 amount=-5 -kerning first=222 second=90 amount=-3 -kerning first=242 second=41 amount=-1 -kerning first=196 second=8363 amount=-1 -kerning first=171 second=196 amount=-2 -kerning first=932 second=1141 amount=-4 -kerning first=1120 second=207 amount=1 -kerning first=1270 second=1187 amount=-4 -kerning first=1265 second=259 amount=-1 -kerning first=162 second=1058 amount=-5 -kerning first=1263 second=358 amount=-2 -kerning first=8217 second=1265 amount=1 -kerning first=1163 second=928 amount=1 -kerning first=1084 second=932 amount=-3 -kerning first=1081 second=957 amount=-1 -kerning first=1180 second=1257 amount=-3 -kerning first=1138 second=1196 amount=-2 -kerning first=1117 second=933 amount=-5 -kerning first=240 second=1236 amount=-2 -kerning first=174 second=245 amount=-2 -kerning first=910 second=210 amount=-2 -kerning first=1061 second=1010 amount=-2 -kerning first=192 second=355 amount=-2 -kerning first=8250 second=376 amount=-6 -kerning first=1215 second=1204 amount=-3 -kerning first=1168 second=58 amount=-2 -kerning first=255 second=89 amount=-2 -kerning first=1040 second=375 amount=-4 -kerning first=935 second=183 amount=-4 -kerning first=221 second=1084 amount=-3 -kerning first=193 second=1138 amount=-2 -kerning first=118 second=910 amount=-2 -kerning first=230 second=1204 amount=-3 -kerning first=345 second=377 amount=-2 -kerning first=358 second=1040 amount=-6 -kerning first=915 second=1097 amount=-4 -kerning first=1094 second=75 amount=1 -kerning first=943 second=60 amount=-3 -kerning first=112 second=1196 amount=-3 -kerning first=957 second=933 amount=-2 -kerning first=341 second=1255 amount=-1 -kerning first=290 second=88 amount=-1 -kerning first=324 second=87 amount=-3 -kerning first=1267 second=1108 amount=-1 -kerning first=1054 second=8220 amount=-2 -kerning first=242 second=1091 amount=-1 -kerning first=1056 second=8222 amount=-9 -kerning first=1080 second=376 amount=-5 -kerning first=1116 second=940 amount=-1 -kerning first=1088 second=372 amount=-3 -kerning first=1277 second=271 amount=-1 -kerning first=1119 second=354 amount=-3 -kerning first=1059 second=1193 amount=-6 -kerning first=343 second=1118 amount=1 -kerning first=1164 second=1035 amount=-3 -kerning first=1115 second=933 amount=-5 -kerning first=372 second=38 amount=-3 -kerning first=1058 second=199 amount=-2 -kerning first=1184 second=289 amount=-3 -kerning first=8217 second=267 amount=-4 -kerning first=354 second=212 amount=-2 -kerning first=258 second=1141 amount=-4 -kerning first=177 second=88 amount=-3 -kerning first=261 second=967 amount=-1 -kerning first=1267 second=1032 amount=-4 -kerning first=347 second=1035 amount=-5 -kerning first=1171 second=228 amount=-2 -kerning first=933 second=8230 amount=-3 -kerning first=918 second=199 amount=-2 -kerning first=1050 second=103 amount=-3 -kerning first=1170 second=1209 amount=-5 -kerning first=1094 second=1109 amount=-1 -kerning first=1066 second=1267 amount=-1 -kerning first=341 second=126 amount=-2 -kerning first=376 second=1081 amount=-3 -kerning first=193 second=287 amount=-1 -kerning first=1060 second=354 amount=-2 -kerning first=1237 second=89 amount=-6 -kerning first=1239 second=1118 amount=-1 -kerning first=1259 second=1035 amount=-3 -kerning first=92 second=94 amount=-5 -kerning first=923 second=183 amount=-2 -kerning first=89 second=966 amount=-6 -kerning first=374 second=920 amount=-2 -kerning first=357 second=172 amount=-1 -kerning first=1139 second=1198 amount=-6 -kerning first=71 second=1202 amount=-1 -kerning first=1278 second=284 amount=-1 -kerning first=95 second=8220 amount=-3 -kerning first=293 second=1143 amount=-1 -kerning first=1061 second=339 amount=-2 -kerning first=269 second=939 amount=-4 -kerning first=297 second=124 amount=3 -kerning first=235 second=932 amount=-3 -kerning first=214 second=258 amount=-2 -kerning first=1201 second=1104 amount=-1 -kerning first=1059 second=1109 amount=-4 -kerning first=902 second=239 amount=3 -kerning first=343 second=263 amount=-1 -kerning first=908 second=87 amount=-1 -kerning first=1202 second=81 amount=-1 -kerning first=1198 second=1220 amount=-3 -kerning first=1186 second=292 amount=1 -kerning first=1027 second=1263 amount=-4 -kerning first=910 second=1259 amount=-6 -kerning first=1275 second=233 amount=-2 -kerning first=258 second=116 amount=-2 -kerning first=84 second=58 amount=-2 -kerning first=1169 second=1195 amount=-2 -kerning first=376 second=71 amount=-2 -kerning first=1225 second=327 amount=1 -kerning first=378 second=267 amount=-1 -kerning first=381 second=266 amount=-2 -kerning first=65 second=212 amount=-2 -kerning first=97 second=1263 amount=-1 -kerning first=1168 second=285 amount=-5 -kerning first=79 second=910 amount=-2 -kerning first=1275 second=1241 amount=-2 -kerning first=234 second=1198 amount=-6 -kerning first=1207 second=1049 amount=1 -kerning first=1097 second=917 amount=1 -kerning first=1098 second=8220 amount=-5 -kerning first=1026 second=1278 amount=-2 -kerning first=1043 second=908 amount=-2 -kerning first=313 second=1054 amount=-2 -kerning first=55 second=97 amount=-3 -kerning first=1081 second=354 amount=-3 -kerning first=1060 second=913 amount=-2 -kerning first=1086 second=1249 amount=-2 -kerning first=1277 second=113 amount=-1 -kerning first=1072 second=374 amount=-5 -kerning first=1209 second=86 amount=-3 -kerning first=1113 second=41 amount=-2 -kerning first=1200 second=1256 amount=-2 -kerning first=374 second=8363 amount=-6 -kerning first=301 second=310 amount=3 -kerning first=1122 second=8216 amount=-4 -kerning first=259 second=1098 amount=-2 -kerning first=1175 second=1204 amount=-3 -kerning first=1179 second=291 amount=-1 -kerning first=1187 second=270 amount=1 -kerning first=126 second=358 amount=-4 -kerning first=1234 second=933 amount=-5 -kerning first=104 second=1066 amount=-3 -kerning first=1037 second=296 amount=1 -kerning first=1168 second=162 amount=-5 -kerning first=1051 second=303 amount=2 -kerning first=114 second=242 amount=-1 -kerning first=1097 second=318 amount=1 -kerning first=332 second=1217 amount=-1 -kerning first=1035 second=8220 amount=-3 -kerning first=254 second=923 amount=-2 -kerning first=1196 second=1138 amount=-2 -kerning first=939 second=214 amount=-2 -kerning first=357 second=68 amount=1 -kerning first=1027 second=265 amount=-5 -kerning first=8221 second=371 amount=-3 -kerning first=171 second=89 amount=-4 -kerning first=277 second=1249 amount=-1 -kerning first=197 second=1257 amount=-1 -kerning first=256 second=1196 amount=-6 -kerning first=1274 second=44 amount=-2 -kerning first=1232 second=255 amount=-4 -kerning first=1276 second=284 amount=-1 -kerning first=8217 second=177 amount=-4 -kerning first=1224 second=358 amount=-3 -kerning first=86 second=1092 amount=-3 -kerning first=376 second=45 amount=-4 -kerning first=76 second=172 amount=-4 -kerning first=8250 second=373 amount=-2 -kerning first=1113 second=1091 amount=-2 -kerning first=1016 second=186 amount=-2 -kerning first=1040 second=187 amount=-2 -kerning first=922 second=214 amount=-2 -kerning first=183 second=65 amount=-2 -kerning first=181 second=8221 amount=1 -kerning first=1163 second=89 amount=-1 -kerning first=332 second=192 amount=-2 -kerning first=1139 second=1175 amount=-1 -kerning first=310 second=1138 amount=-2 -kerning first=1186 second=1027 amount=1 -kerning first=356 second=216 amount=-2 -kerning first=1075 second=981 amount=-2 -kerning first=260 second=1193 amount=-1 -kerning first=8224 second=246 amount=-2 -kerning first=121 second=8230 amount=-2 -kerning first=1196 second=287 amount=-5 -kerning first=162 second=939 amount=-4 -kerning first=8221 second=227 amount=-4 -kerning first=106 second=239 amount=3 -kerning first=84 second=285 amount=-5 -kerning first=192 second=1198 amount=-5 -kerning first=1138 second=87 amount=-1 -kerning first=1026 second=260 amount=-2 -kerning first=1141 second=972 amount=-1 -kerning first=1091 second=337 amount=-1 -kerning first=1265 second=273 amount=-1 -kerning first=89 second=1060 amount=-2 -kerning first=105 second=165 amount=2 -kerning first=1241 second=256 amount=-2 -kerning first=194 second=103 amount=-1 -kerning first=972 second=119 amount=-1 -kerning first=234 second=1175 amount=-1 -kerning first=95 second=1099 amount=2 -kerning first=1178 second=1141 amount=-3 -kerning first=922 second=1199 amount=-3 -kerning first=256 second=271 amount=-1 -kerning first=38 second=253 amount=-2 -kerning first=1270 second=336 amount=-2 -kerning first=92 second=214 amount=-2 -kerning first=1040 second=1066 amount=-6 -kerning first=1126 second=1242 amount=-2 -kerning first=1027 second=1139 amount=-5 -kerning first=245 second=1197 amount=-2 -kerning first=1143 second=945 amount=-1 -kerning first=213 second=197 amount=-2 -kerning first=84 second=162 amount=-5 -kerning first=112 second=87 amount=-3 -kerning first=1090 second=84 amount=-3 -kerning first=1180 second=1108 amount=-3 -kerning first=102 second=1207 amount=-1 -kerning first=255 second=1259 amount=-1 -kerning first=310 second=287 amount=-3 -kerning first=981 second=1098 amount=-2 -kerning first=116 second=1050 amount=1 -kerning first=195 second=8224 amount=-5 -kerning first=354 second=44 amount=-2 -kerning first=1207 second=294 amount=1 -kerning first=1233 second=174 amount=-1 -kerning first=1242 second=1276 amount=-1 -kerning first=221 second=212 amount=-2 -kerning first=968 second=8216 amount=-4 -kerning first=196 second=216 amount=-2 -kerning first=256 second=1275 amount=-2 -kerning first=932 second=122 amount=-3 -kerning first=275 second=358 amount=-3 -kerning first=1071 second=298 amount=1 -kerning first=1027 second=247 amount=-4 -kerning first=931 second=60 amount=-4 -kerning first=78 second=239 amount=5 -kerning first=1026 second=1090 amount=-2 -kerning first=92 second=1199 amount=-4 -kerning first=1244 second=940 amount=-2 -kerning first=238 second=372 amount=2 -kerning first=922 second=957 amount=-3 -kerning first=315 second=1242 amount=-2 -kerning first=944 second=356 amount=-3 -kerning first=927 second=8222 amount=-3 -kerning first=1188 second=365 amount=-5 -kerning first=8370 second=1059 amount=-2 -kerning first=1043 second=1255 amount=-5 -kerning first=8221 second=328 amount=-1 -kerning first=1078 second=173 amount=-1 -kerning first=217 second=8218 amount=-5 -kerning first=43 second=1078 amount=-1 -kerning first=1200 second=114 amount=-3 -kerning first=1244 second=264 amount=-1 -kerning first=326 second=49 amount=-3 -kerning first=359 second=75 amount=1 -kerning first=915 second=375 amount=-4 -kerning first=248 second=1061 amount=-2 -kerning first=69 second=239 amount=5 -kerning first=1199 second=267 amount=-1 -kerning first=339 second=84 amount=-3 -kerning first=1083 second=118 amount=-1 -kerning first=1257 second=196 amount=-2 -kerning first=1096 second=1140 amount=-3 -kerning first=358 second=47 amount=-5 -kerning first=1118 second=963 amount=-1 -kerning first=122 second=265 amount=-1 -kerning first=1020 second=1199 amount=-1 -kerning first=376 second=1082 amount=-3 -kerning first=355 second=354 amount=-2 -kerning first=256 second=113 amount=-1 -kerning first=1230 second=223 amount=1 -kerning first=1116 second=246 amount=-1 -kerning first=1083 second=1201 amount=-1 -kerning first=81 second=910 amount=-2 -kerning first=1043 second=126 amount=-4 -kerning first=1027 second=1028 amount=-2 -kerning first=1211 second=1198 amount=-5 -kerning first=1090 second=1239 amount=-2 -kerning first=257 second=1143 amount=-1 -kerning first=92 second=957 amount=-4 -kerning first=244 second=375 amount=-1 -kerning first=359 second=1109 amount=-1 -kerning first=90 second=927 amount=-2 -kerning first=281 second=84 amount=-3 -kerning first=1198 second=79 amount=-2 -kerning first=313 second=372 amount=-1 -kerning first=1225 second=1056 amount=1 -kerning first=910 second=1193 amount=-6 -kerning first=355 second=1041 amount=1 -kerning first=55 second=1089 amount=-3 -kerning first=193 second=1012 amount=-2 -kerning first=1215 second=1200 amount=-6 -kerning first=253 second=1076 amount=-3 -kerning first=1091 second=1105 amount=-1 -kerning first=351 second=1059 amount=-5 -kerning first=8217 second=369 amount=-3 -kerning first=335 second=1277 amount=-1 -kerning first=183 second=935 amount=-4 -kerning first=1187 second=919 amount=1 -kerning first=193 second=358 amount=-6 -kerning first=332 second=221 amount=-2 -kerning first=230 second=1200 amount=-6 -kerning first=358 second=382 amount=-3 -kerning first=1118 second=243 amount=-1 -kerning first=1026 second=170 amount=-2 -kerning first=1020 second=957 amount=-1 -kerning first=238 second=299 amount=3 -kerning first=1243 second=194 amount=-2 -kerning first=256 second=87 amount=-4 -kerning first=1059 second=1010 amount=-6 -kerning first=939 second=354 amount=3 -kerning first=357 second=1188 amount=1 -kerning first=252 second=1026 amount=-3 -kerning first=1197 second=287 amount=-2 -kerning first=902 second=1057 amount=-2 -kerning first=294 second=296 amount=1 -kerning first=1265 second=240 amount=-1 -kerning first=216 second=195 amount=-2 -kerning first=1228 second=1141 amount=-1 -kerning first=1117 second=1204 amount=-3 -kerning first=173 second=372 amount=-3 -kerning first=935 second=338 amount=-1 -kerning first=1118 second=8221 amount=2 -kerning first=122 second=1139 amount=-1 -kerning first=222 second=198 amount=-3 -kerning first=910 second=1109 amount=-4 -kerning first=8244 second=948 amount=-4 -kerning first=323 second=300 amount=1 -kerning first=197 second=1108 amount=-1 -kerning first=1274 second=225 amount=-5 -kerning first=1145 second=244 amount=-1 -kerning first=1205 second=910 amount=-1 -kerning first=1200 second=1017 amount=-2 -kerning first=89 second=226 amount=-5 -kerning first=374 second=216 amount=-2 -kerning first=1217 second=242 amount=-2 -kerning first=1184 second=271 amount=-3 -kerning first=73 second=1031 amount=1 -kerning first=87 second=288 amount=-2 -kerning first=961 second=1196 amount=-3 -kerning first=297 second=303 amount=6 -kerning first=256 second=268 amount=-2 -kerning first=205 second=95 amount=2 -kerning first=1222 second=925 amount=1 -kerning first=101 second=1078 amount=-1 -kerning first=1046 second=337 amount=-2 -kerning first=1050 second=273 amount=-3 -kerning first=1199 second=177 amount=-3 -kerning first=957 second=1204 amount=-2 -kerning first=243 second=198 amount=-2 -kerning first=939 second=913 amount=-5 -kerning first=920 second=933 amount=-2 -kerning first=299 second=86 amount=5 -kerning first=98 second=1279 amount=-1 -kerning first=355 second=1103 amount=-1 -kerning first=55 second=1145 amount=-3 -kerning first=118 second=1234 amount=-4 -kerning first=1145 second=8222 amount=-6 -kerning first=1119 second=1263 amount=-1 -kerning first=1115 second=1204 amount=-3 -kerning first=923 second=92 amount=-5 -kerning first=337 second=256 amount=-2 -kerning first=957 second=1232 amount=-4 -kerning first=71 second=356 amount=-2 -kerning first=358 second=1175 amount=-3 -kerning first=1126 second=86 amount=-5 -kerning first=1267 second=1255 amount=-1 -kerning first=297 second=55 amount=6 -kerning first=65 second=1213 amount=-2 -kerning first=1059 second=339 amount=-6 -kerning first=92 second=354 amount=-6 -kerning first=923 second=338 amount=-2 -kerning first=1202 second=211 amount=-1 -kerning first=1198 second=973 amount=-3 -kerning first=1128 second=1089 amount=-1 -kerning first=221 second=44 amount=-3 -kerning first=264 second=299 amount=2 -kerning first=335 second=933 amount=-6 -kerning first=1027 second=367 amount=-5 -kerning first=8221 second=1092 amount=-4 -kerning first=947 second=8244 amount=2 -kerning first=126 second=51 amount=-1 -kerning first=1209 second=8216 amount=-3 -kerning first=254 second=1217 amount=-2 -kerning first=297 second=1162 amount=3 -kerning first=1058 second=1207 amount=-5 -kerning first=915 second=187 amount=-3 -kerning first=321 second=1026 amount=-6 -kerning first=373 second=932 amount=-3 -kerning first=1257 second=89 amount=-6 -kerning first=1040 second=288 amount=-2 -kerning first=1101 second=375 amount=-1 -kerning first=1196 second=1012 amount=-2 -kerning first=1125 second=933 amount=-4 -kerning first=111 second=1236 amount=-2 -kerning first=1126 second=945 amount=-1 -kerning first=905 second=207 amount=1 -kerning first=333 second=255 amount=-1 -kerning first=8250 second=1141 amount=-2 -kerning first=1180 second=908 amount=-2 -kerning first=1189 second=963 amount=-2 -kerning first=1277 second=248 amount=-1 -kerning first=187 second=1199 amount=-2 -kerning first=1020 second=354 amount=-3 -kerning first=1205 second=107 amount=1 -kerning first=255 second=1193 amount=-1 -kerning first=1141 second=224 amount=-1 -kerning first=1184 second=113 amount=-3 -kerning first=315 second=86 amount=-5 -kerning first=321 second=67 amount=-2 -kerning first=8217 second=326 amount=-1 -kerning first=301 second=921 amount=3 -kerning first=939 second=1103 amount=-4 -kerning first=1111 second=108 amount=3 -kerning first=354 second=225 amount=-5 -kerning first=1083 second=356 amount=-3 -kerning first=1273 second=375 amount=-1 -kerning first=1269 second=1196 amount=-3 -kerning first=71 second=902 amount=-1 -kerning first=1126 second=262 amount=-2 -kerning first=1166 second=256 amount=-5 -kerning first=68 second=1026 amount=-2 -kerning first=50 second=52 amount=-1 -kerning first=932 second=199 amount=-2 -kerning first=226 second=121 amount=-1 -kerning first=1168 second=1075 amount=-4 -kerning first=334 second=1276 amount=-1 -kerning first=1170 second=8250 amount=-3 -kerning first=1097 second=1211 amount=1 -kerning first=120 second=103 amount=-1 -kerning first=1033 second=375 amount=-1 -kerning first=254 second=192 amount=-2 -kerning first=1263 second=245 amount=-1 -kerning first=939 second=308 amount=-2 -kerning first=39 second=1033 amount=-3 -kerning first=1061 second=1057 amount=-1 -kerning first=1081 second=1263 amount=-1 -kerning first=1143 second=111 amount=-1 -kerning first=1080 second=1141 amount=-1 -kerning first=208 second=910 amount=-2 -kerning first=1088 second=1098 amount=-2 -kerning first=1195 second=1035 amount=-5 -kerning first=310 second=1012 amount=-2 -kerning first=372 second=1251 amount=-2 -kerning first=948 second=964 amount=-2 -kerning first=79 second=1234 amount=-2 -kerning first=260 second=1010 amount=-1 -kerning first=1094 second=1042 amount=1 -kerning first=1278 second=213 amount=-1 -kerning first=1234 second=1204 amount=-6 -kerning first=86 second=981 amount=-3 -kerning first=1188 second=256 amount=-6 -kerning first=39 second=923 amount=-5 -kerning first=245 second=253 amount=-1 -kerning first=1089 second=221 amount=-4 -kerning first=1243 second=376 amount=-6 -kerning first=117 second=8217 amount=1 -kerning first=1169 second=287 amount=-2 -kerning first=356 second=1191 amount=-4 -kerning first=1189 second=243 amount=-2 -kerning first=229 second=932 amount=-3 -kerning first=187 second=957 amount=-2 -kerning first=1020 second=913 amount=-2 -kerning first=253 second=299 amount=3 -kerning first=89 second=1254 amount=-2 -kerning first=1128 second=1145 amount=-1 -kerning first=315 second=262 amount=-2 -kerning first=1107 second=172 amount=-1 -kerning first=1041 second=301 amount=2 -kerning first=91 second=291 amount=-1 -kerning first=87 second=65 amount=-4 -kerning first=1026 second=120 amount=-1 -kerning first=1225 second=933 amount=-1 -kerning first=1244 second=246 amount=-2 -kerning first=89 second=1144 amount=-2 -kerning first=244 second=1066 amount=-3 -kerning first=1111 second=1134 amount=3 -kerning first=1046 second=1105 amount=-2 -kerning first=1097 second=323 amount=1 -kerning first=373 second=285 amount=-1 -kerning first=227 second=1198 amount=-5 -kerning first=341 second=1277 amount=1 -kerning first=1198 second=84 amount=3 -kerning first=973 second=8220 amount=-3 -kerning first=1188 second=281 amount=-5 -kerning first=258 second=199 amount=-2 -kerning first=212 second=932 amount=-2 -kerning first=1120 second=1031 amount=1 -kerning first=1077 second=375 amount=-1 -kerning first=1066 second=1279 amount=-1 -kerning first=1265 second=230 amount=-1 -kerning first=1140 second=183 amount=-3 -kerning first=49 second=8222 amount=-3 -kerning first=195 second=337 amount=-1 -kerning first=194 second=273 amount=-1 -kerning first=1275 second=46 amount=-6 -kerning first=261 second=92 amount=-3 -kerning first=87 second=101 amount=-3 -kerning first=8249 second=1196 amount=-3 -kerning first=1050 second=240 amount=-3 -kerning first=902 second=910 amount=-5 -kerning first=373 second=162 amount=-1 -kerning first=1105 second=1277 amount=-1 -kerning first=176 second=81 amount=-1 -kerning first=372 second=109 amount=-2 -kerning first=88 second=1258 amount=-1 -kerning first=1196 second=1169 amount=-4 -kerning first=1184 second=268 amount=-2 -kerning first=8217 second=260 amount=-9 -kerning first=1188 second=1226 amount=-4 -kerning first=1027 second=324 amount=-4 -kerning first=924 second=298 amount=1 -kerning first=84 second=1075 amount=-4 -kerning first=1068 second=198 amount=-2 -kerning first=1072 second=1249 amount=-2 -kerning first=1103 second=933 amount=-5 -kerning first=1276 second=213 amount=-1 -kerning first=1225 second=282 amount=1 -kerning first=293 second=118 amount=-1 -kerning first=297 second=1225 amount=3 -kerning first=1036 second=250 amount=-2 -kerning first=301 second=1140 amount=5 -kerning first=1027 second=1271 amount=-4 -kerning first=271 second=8225 amount=3 -kerning first=260 second=339 amount=-1 -kerning first=1016 second=1040 amount=-2 -kerning first=210 second=92 amount=-2 -kerning first=284 second=236 amount=2 -kerning first=345 second=1153 amount=-1 -kerning first=239 second=918 amount=6 -kerning first=355 second=316 amount=1 -kerning first=293 second=1201 amount=-1 -kerning first=8244 second=968 amount=-3 -kerning first=193 second=266 amount=-2 -kerning first=1274 second=100 amount=-5 -kerning first=1145 second=349 amount=-1 -kerning first=224 second=1059 amount=-5 -kerning first=961 second=87 amount=-3 -kerning first=1102 second=255 amount=-1 -kerning first=372 second=173 amount=-3 -kerning first=246 second=923 amount=-2 -kerning first=1128 second=1140 amount=-5 -kerning first=1184 second=238 amount=2 -kerning first=301 second=914 amount=3 -kerning first=357 second=351 amount=-1 -kerning first=258 second=49 amount=-2 -kerning first=63 second=65 amount=-4 -kerning first=1069 second=933 amount=-2 -kerning first=375 second=945 amount=-1 -kerning first=197 second=908 amount=-2 -kerning first=1201 second=1236 amount=-4 -kerning first=1168 second=940 amount=-5 -kerning first=1207 second=322 amount=1 -kerning first=343 second=256 amount=-3 -kerning first=1040 second=101 amount=-1 -kerning first=1096 second=1058 amount=-3 -kerning first=1193 second=1035 amount=-3 -kerning first=1196 second=1088 amount=-4 -kerning first=1198 second=1239 amount=-6 -kerning first=176 second=195 amount=-5 -kerning first=214 second=1059 amount=-2 -kerning first=1180 second=1255 amount=-3 -kerning first=336 second=88 amount=-1 -kerning first=1034 second=255 amount=-1 -kerning first=1200 second=244 amount=-6 -kerning first=1012 second=1278 amount=-1 -kerning first=915 second=252 amount=-5 -kerning first=1168 second=264 amount=-2 -kerning first=187 second=354 amount=-8 -kerning first=1197 second=358 amount=-3 -kerning first=1234 second=357 amount=-2 -kerning first=87 second=341 amount=-2 -kerning first=104 second=174 amount=-1 -kerning first=376 second=971 amount=-3 -kerning first=910 second=1010 amount=-6 -kerning first=98 second=186 amount=-2 -kerning first=317 second=1140 amount=-5 -kerning first=8218 second=936 amount=-7 -kerning first=369 second=910 amount=-4 -kerning first=192 second=963 amount=-1 -kerning first=256 second=248 amount=-1 -kerning first=343 second=281 amount=-1 -kerning first=1141 second=195 amount=-4 -kerning first=254 second=221 amount=-6 -kerning first=1198 second=1102 amount=-3 -kerning first=1186 second=73 amount=1 -kerning first=248 second=121 amount=-1 -kerning first=313 second=34 amount=-6 -kerning first=1111 second=204 amount=3 -kerning first=1275 second=103 amount=-2 -kerning first=1163 second=75 amount=1 -kerning first=1143 second=1209 amount=-1 -kerning first=1085 second=1267 amount=-1 -kerning first=1090 second=263 amount=-2 -kerning first=1180 second=126 amount=-6 -kerning first=86 second=1040 amount=-5 -kerning first=102 second=8249 amount=-3 -kerning first=110 second=1091 amount=-1 -kerning first=1054 second=923 amount=-2 -kerning first=1200 second=8222 amount=-7 -kerning first=1082 second=354 amount=-4 -kerning first=339 second=1118 amount=-1 -kerning first=332 second=44 amount=-3 -kerning first=1105 second=933 amount=-6 -kerning first=1101 second=1066 amount=-3 -kerning first=1198 second=74 amount=-2 -kerning first=221 second=225 amount=-5 -kerning first=1027 second=258 amount=-6 -kerning first=55 second=1233 amount=-3 -kerning first=1243 second=373 amount=-1 -kerning first=1269 second=87 amount=-3 -kerning first=256 second=39 amount=-5 -kerning first=1274 second=112 amount=-4 -kerning first=286 second=1026 amount=-2 -kerning first=1091 second=231 amount=-1 -kerning first=933 second=199 amount=-2 -kerning first=195 second=1105 amount=-1 -kerning first=354 second=100 amount=-5 -kerning first=187 second=913 amount=-2 -kerning first=1163 second=1109 amount=-1 -kerning first=906 second=239 amount=5 -kerning first=1273 second=1066 amount=-3 -kerning first=1104 second=255 amount=-1 -kerning first=376 second=337 amount=-6 -kerning first=192 second=243 amount=-1 -kerning first=281 second=1118 amount=-1 -kerning first=1059 second=1072 amount=-5 -kerning first=215 second=1026 amount=-4 -kerning first=1033 second=1066 amount=-3 -kerning first=1216 second=938 amount=1 -kerning first=1117 second=1200 amount=-5 -kerning first=940 second=45 amount=-2 -kerning first=81 second=1234 amount=-2 -kerning first=1027 second=283 amount=-5 -kerning first=222 second=936 amount=-4 -kerning first=84 second=940 amount=-5 -kerning first=43 second=8220 amount=-3 -kerning first=70 second=333 amount=-3 -kerning first=1178 second=199 amount=-2 -kerning first=374 second=1191 amount=-3 -kerning first=915 second=912 amount=-8 -kerning first=1010 second=932 amount=-5 -kerning first=243 second=1244 amount=-2 -kerning first=194 second=240 amount=-1 -kerning first=260 second=239 amount=3 -kerning first=1187 second=320 amount=1 -kerning first=1196 second=266 amount=-2 -kerning first=1012 second=260 amount=-2 -kerning first=1126 second=111 amount=-1 -kerning first=222 second=193 amount=-3 -kerning first=910 second=339 amount=-6 -kerning first=84 second=264 amount=-2 -kerning first=192 second=8221 amount=-7 -kerning first=1230 second=1026 amount=-2 -kerning first=1170 second=1143 amount=-4 -kerning first=286 second=297 amount=2 -kerning first=957 second=1200 amount=-2 -kerning first=1040 second=174 amount=-5 -kerning first=372 second=1220 amount=-2 -kerning first=915 second=288 amount=-2 -kerning first=1027 second=1087 amount=-4 -kerning first=318 second=95 amount=2 -kerning first=70 second=8218 amount=-8 -kerning first=170 second=916 amount=-5 -kerning first=1164 second=1199 amount=-1 -kerning first=1115 second=1200 amount=-5 -kerning first=1171 second=354 amount=-3 -kerning first=8244 second=1232 amount=-9 -kerning first=65 second=100 amount=-1 -kerning first=356 second=927 amount=-2 -kerning first=232 second=1267 amount=-1 -kerning first=1235 second=84 amount=-3 -kerning first=913 second=8249 amount=-2 -kerning first=243 second=193 amount=-2 -kerning first=1126 second=8216 amount=-8 -kerning first=99 second=376 amount=-4 -kerning first=303 second=302 amount=2 -kerning first=1185 second=1089 amount=-1 -kerning first=1180 second=305 amount=2 -kerning first=345 second=194 amount=-3 -kerning first=1077 second=1066 amount=-3 -kerning first=1097 second=1043 amount=1 -kerning first=310 second=266 amount=-2 -kerning first=293 second=356 amount=-3 -kerning first=88 second=172 amount=-4 -kerning first=929 second=196 amount=-5 -kerning first=1198 second=1107 amount=-3 -kerning first=1186 second=1210 amount=1 -kerning first=359 second=1042 amount=1 -kerning first=922 second=1263 amount=-3 -kerning first=8217 second=946 amount=-1 -kerning first=77 second=296 amount=1 -kerning first=1111 second=1067 amount=3 -kerning first=354 second=112 amount=-4 -kerning first=1226 second=292 amount=1 -kerning first=1170 second=284 amount=-2 -kerning first=177 second=1091 amount=-3 -kerning first=95 second=8370 amount=-3 -kerning first=358 second=963 amount=-5 -kerning first=1259 second=1199 amount=-1 -kerning first=197 second=1255 amount=-1 -kerning first=1274 second=67 amount=-2 -kerning first=356 second=1267 amount=-4 -kerning first=107 second=232 amount=-1 -kerning first=1181 second=945 amount=-1 -kerning first=1222 second=353 amount=-1 -kerning first=1093 second=244 amount=-1 -kerning first=255 second=1010 amount=-1 -kerning first=1066 second=186 amount=-2 -kerning first=109 second=1140 amount=-3 -kerning first=1198 second=942 amount=-3 -kerning first=939 second=265 amount=-6 -kerning first=1043 second=1277 amount=-3 -kerning first=920 second=1204 amount=-2 -kerning first=8221 second=981 amount=-4 -kerning first=1275 second=259 amount=-2 -kerning first=1169 second=358 amount=-3 -kerning first=345 second=234 amount=-1 -kerning first=1271 second=97 amount=-2 -kerning first=1164 second=957 amount=-1 -kerning first=1270 second=1242 amount=-2 -kerning first=1265 second=1095 amount=-1 -kerning first=310 second=237 amount=2 -kerning first=231 second=1059 amount=-4 -kerning first=315 second=8216 amount=-5 -kerning first=1168 second=1237 amount=-5 -kerning first=114 second=923 amount=-3 -kerning first=1207 second=205 amount=1 -kerning first=210 second=95 amount=-3 -kerning first=913 second=1035 amount=-6 -kerning first=345 second=1243 amount=-1 -kerning first=380 second=277 amount=-1 -kerning first=920 second=1232 amount=-2 -kerning first=68 second=1061 amount=-1 -kerning first=196 second=927 amount=-2 -kerning first=959 second=86 amount=-3 -kerning first=1274 second=297 amount=6 -kerning first=257 second=118 amount=-1 -kerning first=1205 second=104 amount=1 -kerning first=1279 second=335 amount=-1 -kerning first=92 second=1263 amount=-4 -kerning first=1186 second=1106 amount=1 -kerning first=75 second=963 amount=-3 -kerning first=1184 second=248 amount=-3 -kerning first=922 second=265 amount=-3 -kerning first=301 second=72 amount=3 -kerning first=335 second=1204 amount=-3 -kerning first=183 second=1032 amount=-3 -kerning first=1199 second=260 amount=-4 -kerning first=1096 second=939 amount=-5 -kerning first=257 second=1201 amount=-1 -kerning first=1234 second=1256 amount=-2 -kerning first=358 second=243 amount=-5 -kerning first=1118 second=99 amount=-1 -kerning first=1259 second=957 amount=-1 -kerning first=376 second=1105 amount=-6 -kerning first=82 second=1059 amount=-2 -kerning first=8218 second=374 amount=-7 -kerning first=356 second=269 amount=-5 -kerning first=195 second=1171 amount=-2 -kerning first=1168 second=961 amount=-4 -kerning first=120 second=273 amount=-1 -kerning first=1257 second=1046 amount=-2 -kerning first=173 second=1098 amount=-1 -kerning first=1125 second=1204 amount=-5 -kerning first=1234 second=1200 amount=-5 -kerning first=335 second=1232 amount=-2 -kerning first=1107 second=333 amount=-2 -kerning first=355 second=247 amount=-1 -kerning first=250 second=933 amount=-4 -kerning first=193 second=245 amount=-1 -kerning first=196 second=1267 amount=-4 -kerning first=1185 second=1145 amount=-1 -kerning first=70 second=1077 amount=-3 -kerning first=1059 second=1057 amount=-2 -kerning first=1020 second=1263 amount=-1 -kerning first=1200 second=349 amount=-4 -kerning first=1036 second=275 amount=-3 -kerning first=1083 second=1265 amount=-1 -kerning first=240 second=932 amount=-3 -kerning first=1114 second=1244 amount=-2 -kerning first=122 second=283 amount=-1 -kerning first=39 second=192 amount=-5 -kerning first=115 second=1196 amount=-5 -kerning first=1052 second=207 amount=1 -kerning first=8244 second=357 amount=1 -kerning first=1078 second=84 amount=-3 -kerning first=1037 second=1111 amount=5 -kerning first=1226 second=1027 amount=1 -kerning first=1205 second=317 amount=1 -kerning first=255 second=339 amount=-1 -kerning first=1191 second=376 amount=-11 -kerning first=92 second=265 amount=-1 -kerning first=351 second=372 amount=-2 -kerning first=75 second=243 amount=-3 -kerning first=915 second=65 amount=-6 -kerning first=939 second=1139 amount=-6 -kerning first=1107 second=8218 amount=-8 -kerning first=1111 second=77 amount=3 -kerning first=354 second=67 amount=-2 -kerning first=288 second=105 amount=2 -kerning first=375 second=111 amount=-1 -kerning first=1232 second=8225 amount=-5 -kerning first=964 second=8216 amount=-3 -kerning first=328 second=910 amount=-5 -kerning first=198 second=301 amount=5 -kerning first=297 second=377 amount=6 -kerning first=1058 second=8249 amount=-8 -kerning first=367 second=1035 amount=-3 -kerning first=1168 second=246 amount=-5 -kerning first=1046 second=231 amount=-2 -kerning first=1051 second=298 amount=1 -kerning first=1068 second=1244 amount=-2 -kerning first=95 second=1116 amount=3 -kerning first=935 second=335 amount=-2 -kerning first=221 second=100 amount=-6 -kerning first=1106 second=1196 amount=-3 -kerning first=8370 second=299 amount=2 -kerning first=196 second=269 amount=-1 -kerning first=84 second=1237 amount=-5 -kerning first=918 second=8249 amount=-2 -kerning first=208 second=1234 amount=-2 -kerning first=233 second=1091 amount=-1 -kerning first=1116 second=171 amount=-3 -kerning first=932 second=1207 amount=-5 -kerning first=102 second=228 amount=-1 -kerning first=1016 second=1198 amount=-6 -kerning first=1270 second=1074 amount=-4 -kerning first=244 second=65 amount=-2 -kerning first=922 second=1139 amount=-3 -kerning first=915 second=101 amount=-5 -kerning first=939 second=247 amount=-4 -kerning first=354 second=297 amount=6 -kerning first=1187 second=304 amount=1 -kerning first=118 second=172 amount=-3 -kerning first=1213 second=1059 amount=-6 -kerning first=1225 second=1204 amount=-2 -kerning first=246 second=1217 amount=-2 -kerning first=179 second=923 amount=-6 -kerning first=301 second=1058 amount=6 -kerning first=65 second=1026 amount=-6 -kerning first=356 second=1086 amount=-5 -kerning first=1207 second=1068 amount=1 -kerning first=1164 second=354 amount=-3 -kerning first=285 second=932 amount=-3 -kerning first=176 second=211 amount=-1 -kerning first=1140 second=338 amount=-2 -kerning first=87 second=1257 amount=-3 -kerning first=243 second=374 amount=-6 -kerning first=84 second=961 amount=-4 -kerning first=1068 second=193 amount=-2 -kerning first=347 second=354 amount=-5 -kerning first=1128 second=1058 amount=-6 -kerning first=922 second=247 amount=-6 -kerning first=65 second=67 amount=-2 -kerning first=379 second=8353 amount=-2 -kerning first=1122 second=1143 amount=-1 -kerning first=1228 second=49 amount=-3 -kerning first=119 second=356 amount=-3 -kerning first=86 second=47 amount=-5 -kerning first=966 second=197 amount=-2 -kerning first=8221 second=1040 amount=-9 -kerning first=1078 second=1239 amount=-1 -kerning first=1274 second=1235 amount=-5 -kerning first=1259 second=354 amount=-3 -kerning first=1279 second=1104 amount=-1 -kerning first=92 second=1139 amount=-1 -kerning first=923 second=335 amount=-1 -kerning first=246 second=192 amount=-2 -kerning first=374 second=927 amount=-2 -kerning first=382 second=232 amount=-1 -kerning first=939 second=1028 amount=-2 -kerning first=271 second=84 amount=3 -kerning first=1175 second=244 amount=-1 -kerning first=95 second=110 amount=3 -kerning first=1103 second=1204 amount=-3 -kerning first=80 second=65 amount=-5 -kerning first=65 second=297 amount=3 -kerning first=903 second=74 amount=-11 -kerning first=311 second=45 amount=-2 -kerning first=1170 second=1181 amount=-4 -kerning first=123 second=335 amount=-1 -kerning first=1164 second=913 amount=-2 -kerning first=372 second=79 amount=-2 -kerning first=1196 second=245 amount=-5 -kerning first=1198 second=263 amount=-6 -kerning first=221 second=112 amount=-3 -kerning first=1054 second=1217 amount=-1 -kerning first=1107 second=1077 amount=-2 -kerning first=76 second=8219 amount=-3 -kerning first=317 second=1058 amount=-6 -kerning first=196 second=1086 amount=-1 -kerning first=84 second=246 amount=-5 -kerning first=1243 second=1141 amount=-1 -kerning first=1040 second=1257 amount=-1 -kerning first=922 second=1028 amount=-2 -kerning first=915 second=341 amount=-4 -kerning first=8217 second=966 amount=-4 -kerning first=195 second=1091 amount=-4 -kerning first=972 second=1140 amount=-3 -kerning first=119 second=902 amount=-4 -kerning first=1096 second=967 amount=-1 -kerning first=1069 second=1204 amount=-2 -kerning first=376 second=951 amount=-3 -kerning first=910 second=1072 amount=-5 -kerning first=355 second=209 amount=1 -kerning first=1201 second=277 amount=-1 -kerning first=1189 second=99 amount=-2 -kerning first=257 second=356 amount=-3 -kerning first=260 second=1057 amount=-2 -kerning first=1084 second=1197 amount=-2 -kerning first=1259 second=913 amount=-2 -kerning first=1016 second=1175 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=255 second=239 amount=3 -kerning first=1107 second=1113 amount=-3 -kerning first=1275 second=273 amount=-2 -kerning first=1069 second=1232 amount=-2 -kerning first=174 second=65 amount=-5 -kerning first=1108 second=89 amount=-4 -kerning first=1271 second=1089 amount=-2 -kerning first=1118 second=198 amount=-4 -kerning first=1054 second=192 amount=-2 -kerning first=286 second=1061 amount=-1 -kerning first=353 second=86 amount=-3 -kerning first=1225 second=315 amount=1 -kerning first=310 second=245 amount=-3 -kerning first=1056 second=194 amount=-5 -kerning first=187 second=1263 amount=-2 -kerning first=1187 second=1172 amount=1 -kerning first=37 second=8216 amount=-4 -kerning first=1094 second=910 amount=-1 -kerning first=1097 second=278 amount=1 -kerning first=341 second=1204 amount=-4 -kerning first=935 second=1104 amount=-2 -kerning first=905 second=1031 amount=1 -kerning first=239 second=305 amount=6 -kerning first=256 second=63 amount=-4 -kerning first=8250 second=49 amount=-3 -kerning first=1060 second=258 amount=-2 -kerning first=1277 second=959 amount=-1 -kerning first=1168 second=1197 amount=-3 -kerning first=1232 second=79 amount=-2 -kerning first=1270 second=945 amount=-5 -kerning first=1091 second=229 amount=-1 -kerning first=92 second=1028 amount=-2 -kerning first=1191 second=373 amount=-2 -kerning first=89 second=242 amount=-6 -kerning first=374 second=269 amount=-6 -kerning first=116 second=292 amount=1 -kerning first=357 second=1070 amount=1 -kerning first=195 second=231 amount=-1 -kerning first=354 second=1235 amount=-5 -kerning first=1187 second=66 amount=1 -kerning first=341 second=1232 amount=-3 -kerning first=1101 second=65 amount=-2 -kerning first=95 second=934 amount=-3 -kerning first=358 second=347 amount=-5 -kerning first=375 second=1209 amount=-1 -kerning first=174 second=101 amount=-2 -kerning first=1267 second=933 amount=-2 -kerning first=378 second=966 amount=-1 -kerning first=244 second=174 amount=-1 -kerning first=1181 second=111 amount=-1 -kerning first=1168 second=1096 amount=-4 -kerning first=373 second=940 amount=-1 -kerning first=1105 second=1204 amount=-3 -kerning first=1270 second=262 amount=-2 -kerning first=1098 second=1217 amount=-2 -kerning first=965 second=1058 amount=-3 -kerning first=221 second=1026 amount=3 -kerning first=349 second=8218 amount=-3 -kerning first=8221 second=355 amount=1 -kerning first=55 second=941 amount=-3 -kerning first=1080 second=49 amount=-3 -kerning first=1114 second=374 amount=-11 -kerning first=955 second=126 amount=-2 -kerning first=115 second=87 amount=-2 -kerning first=98 second=1040 amount=-2 -kerning first=338 second=1111 amount=5 -kerning first=244 second=935 amount=-2 -kerning first=1186 second=173 amount=-1 -kerning first=1033 second=65 amount=-2 -kerning first=221 second=67 amount=-2 -kerning first=239 second=327 amount=3 -kerning first=8230 second=356 amount=-2 -kerning first=1241 second=1196 amount=-3 -kerning first=923 second=1104 amount=-1 -kerning first=372 second=973 amount=-2 -kerning first=88 second=333 amount=-2 -kerning first=1202 second=1089 amount=-2 -kerning first=1198 second=215 amount=-3 -kerning first=981 second=195 amount=-2 -kerning first=939 second=367 amount=-3 -kerning first=1224 second=375 amount=-1 -kerning first=235 second=1197 amount=-1 -kerning first=1068 second=374 amount=-6 -kerning first=1234 second=1017 amount=-2 -kerning first=345 second=373 amount=1 -kerning first=1271 second=1145 amount=-2 -kerning first=1106 second=87 amount=-3 -kerning first=1256 second=1040 amount=-2 -kerning first=294 second=1111 amount=5 -kerning first=933 second=1207 amount=-5 -kerning first=1253 second=910 amount=-5 -kerning first=1075 second=963 amount=-2 -kerning first=1082 second=265 amount=-1 -kerning first=1222 second=302 amount=1 -kerning first=1094 second=107 amount=1 -kerning first=123 second=1104 amount=-1 -kerning first=1188 second=289 amount=-5 -kerning first=936 second=172 amount=-4 -kerning first=1140 second=95 amount=-5 -kerning first=109 second=1058 amount=-3 -kerning first=326 second=1035 amount=-3 -kerning first=246 second=221 amount=-6 -kerning first=374 second=1086 amount=-6 -kerning first=1128 second=182 amount=-1 -kerning first=1186 second=222 amount=1 -kerning first=1217 second=8370 amount=-1 -kerning first=1058 second=228 amount=-5 -kerning first=1036 second=336 amount=-2 -kerning first=922 second=367 amount=-2 -kerning first=920 second=1200 amount=-2 -kerning first=1111 second=928 amount=3 -kerning first=1187 second=1052 amount=1 -kerning first=84 second=1197 amount=-3 -kerning first=228 second=1196 amount=-3 -kerning first=1025 second=239 amount=5 -kerning first=247 second=1279 amount=-1 -kerning first=95 second=1084 amount=3 -kerning first=1244 second=171 amount=-3 -kerning first=116 second=1027 amount=1 -kerning first=363 second=376 amount=-4 -kerning first=356 second=371 amount=-5 -kerning first=224 second=372 amount=-3 -kerning first=1235 second=1118 amount=-1 -kerning first=255 second=1072 amount=-1 -kerning first=1257 second=125 amount=-1 -kerning first=1196 second=1097 amount=-4 -kerning first=1128 second=939 amount=-5 -kerning first=1263 second=1066 amount=-2 -kerning first=357 second=924 amount=1 -kerning first=910 second=1057 amount=-2 -kerning first=1163 second=1042 amount=1 -kerning first=84 second=1096 amount=-4 -kerning first=959 second=8216 amount=-4 -kerning first=1197 second=245 amount=-2 -kerning first=94 second=1040 amount=-5 -kerning first=125 second=8220 amount=-2 -kerning first=293 second=1265 amount=-1 -kerning first=321 second=121 amount=-4 -kerning first=335 second=1200 amount=-6 -kerning first=1075 second=243 amount=-2 -kerning first=114 second=192 amount=-3 -kerning first=341 second=357 amount=2 -kerning first=1278 second=267 amount=-2 -kerning first=87 second=1108 amount=-3 -kerning first=245 second=1185 amount=-2 -kerning first=916 second=8225 amount=-5 -kerning first=1011 second=92 amount=2 -kerning first=214 second=372 amount=-1 -kerning first=1222 second=43 amount=-1 -kerning first=1202 second=1145 amount=-2 -kerning first=1125 second=1200 amount=-4 -kerning first=1027 second=59 amount=-2 -kerning first=1275 second=240 amount=-2 -kerning first=371 second=1059 amount=-4 -kerning first=1255 second=1277 amount=-1 -kerning first=87 second=1032 amount=-4 -kerning first=1026 second=1078 amount=-1 -kerning first=1054 second=221 amount=-2 -kerning first=376 second=231 amount=-6 -kerning first=317 second=939 amount=-3 -kerning first=1171 second=265 amount=-2 -kerning first=192 second=99 amount=-1 -kerning first=356 second=227 amount=-5 -kerning first=1082 second=1139 amount=-1 -kerning first=275 second=375 amount=-1 -kerning first=114 second=232 amount=-1 -kerning first=1101 second=174 amount=-1 -kerning first=333 second=8225 amount=-2 -kerning first=1274 second=1119 amount=-4 -kerning first=161 second=358 amount=-4 -kerning first=267 second=356 amount=-5 -kerning first=304 second=296 amount=1 -kerning first=260 second=910 amount=-5 -kerning first=1170 second=213 amount=-2 -kerning first=279 second=1277 amount=-1 -kerning first=191 second=87 amount=-1 -kerning first=1273 second=174 amount=-1 -kerning first=1066 second=1040 amount=-2 -kerning first=1203 second=8249 amount=-2 -kerning first=1101 second=935 amount=-2 -kerning first=968 second=916 amount=-2 -kerning first=1225 second=124 amount=1 -kerning first=8244 second=114 amount=-1 -kerning first=256 second=959 amount=-1 -kerning first=1082 second=247 amount=-2 -kerning first=1145 second=257 amount=-1 -kerning first=1087 second=933 amount=-5 -kerning first=343 second=289 amount=-1 -kerning first=1033 second=174 amount=-1 -kerning first=1040 second=1108 amount=-1 -kerning first=88 second=1077 amount=-2 -kerning first=1186 second=1030 amount=1 -kerning first=295 second=1140 amount=-3 -kerning first=939 second=324 amount=-3 -kerning first=222 second=46 amount=-7 -kerning first=8221 second=47 amount=-9 -kerning first=250 second=1204 amount=-3 -kerning first=1090 second=281 amount=-2 -kerning first=118 second=333 amount=-1 -kerning first=1145 second=1153 amount=-1 -kerning first=1232 second=8244 amount=-7 -kerning first=1276 second=267 amount=-2 -kerning first=381 second=288 amount=-2 -kerning first=939 second=1271 amount=-3 -kerning first=97 second=1059 amount=-5 -kerning first=108 second=303 amount=2 -kerning first=1199 second=966 amount=-1 -kerning first=1170 second=118 amount=-4 -kerning first=1033 second=935 amount=-2 -kerning first=957 second=244 amount=-1 -kerning first=8224 second=8363 amount=-2 -kerning first=121 second=1207 amount=-1 -kerning first=221 second=1235 amount=-5 -kerning first=1225 second=1200 amount=-1 -kerning first=1139 second=198 amount=-2 -kerning first=256 second=60 amount=-1 -kerning first=232 second=1279 amount=-1 -kerning first=1232 second=84 amount=-6 -kerning first=1170 second=1201 amount=-4 -kerning first=1091 second=279 amount=-1 -kerning first=8217 second=359 amount=1 -kerning first=1185 second=1058 amount=-4 -kerning first=118 second=8218 amount=-5 -kerning first=1203 second=1035 amount=-3 -kerning first=1098 second=221 amount=-11 -kerning first=927 second=194 amount=-2 -kerning first=1209 second=1143 amount=-1 -kerning first=965 second=939 amount=-4 -kerning first=345 second=8230 amount=-4 -kerning first=245 second=1276 amount=-2 -kerning first=1171 second=1139 amount=-2 -kerning first=179 second=192 amount=-6 -kerning first=915 second=1257 amount=-5 -kerning first=356 second=328 amount=-4 -kerning first=1050 second=255 amount=-3 -kerning first=902 second=1258 amount=-2 -kerning first=957 second=8222 amount=-5 -kerning first=372 second=1239 amount=-3 -kerning first=1198 second=365 amount=-3 -kerning first=1278 second=177 amount=-3 -kerning first=1027 second=291 amount=-5 -kerning first=1122 second=1202 amount=-2 -kerning first=55 second=974 amount=-3 -kerning first=365 second=89 amount=-4 -kerning first=193 second=375 amount=-4 -kerning first=1255 second=933 amount=-6 -kerning first=356 second=1279 amount=-3 -kerning first=126 second=1066 amount=-4 -kerning first=1077 second=174 amount=-1 -kerning first=1205 second=172 amount=-1 -kerning first=1200 second=1069 amount=-2 -kerning first=359 second=910 amount=-1 -kerning first=1241 second=87 amount=-3 -kerning first=354 second=1119 amount=-4 -kerning first=1084 second=253 amount=-1 -kerning first=332 second=1026 amount=-2 -kerning first=1035 second=221 amount=-5 -kerning first=1103 second=1200 amount=-5 -kerning first=1043 second=1232 amount=-6 -kerning first=380 second=932 amount=-2 -kerning first=1171 second=247 amount=-1 -kerning first=337 second=1196 amount=-3 -kerning first=1169 second=245 amount=-2 -kerning first=1078 second=263 amount=-1 -kerning first=921 second=207 amount=1 -kerning first=1252 second=303 amount=2 -kerning first=1086 second=255 amount=-1 -kerning first=211 second=8220 amount=-2 -kerning first=1164 second=1263 amount=-1 -kerning first=1270 second=111 amount=-5 -kerning first=253 second=972 amount=-1 -kerning first=71 second=1278 amount=-1 -kerning first=372 second=1102 amount=-2 -kerning first=1128 second=967 amount=-4 -kerning first=8217 second=226 amount=-4 -kerning first=239 second=1056 amount=3 -kerning first=279 second=933 amount=-6 -kerning first=213 second=86 amount=-2 -kerning first=1224 second=1066 amount=-3 -kerning first=95 second=1110 amount=2 -kerning first=358 second=99 amount=-5 -kerning first=321 second=903 amount=-6 -kerning first=1222 second=1018 amount=1 -kerning first=1168 second=253 amount=-4 -kerning first=972 second=1058 amount=-3 -kerning first=1167 second=1035 amount=-3 -kerning first=373 second=246 amount=-1 -kerning first=913 second=94 amount=-5 -kerning first=109 second=939 amount=-5 -kerning first=372 second=74 amount=-4 -kerning first=1069 second=1200 amount=-2 -kerning first=1254 second=1276 amount=-1 -kerning first=111 second=932 amount=-3 -kerning first=1126 second=8250 amount=-2 -kerning first=939 second=258 amount=-5 -kerning first=181 second=374 amount=-4 -kerning first=228 second=87 amount=-3 -kerning first=277 second=255 amount=-1 -kerning first=932 second=8249 amount=-8 -kerning first=1259 second=1263 amount=-1 -kerning first=1232 second=1239 amount=-1 -kerning first=170 second=902 amount=-5 -kerning first=1102 second=8225 amount=-2 -kerning first=1191 second=1141 amount=-2 -kerning first=1193 second=1199 amount=-1 -kerning first=374 second=371 amount=-3 -kerning first=231 second=372 amount=-1 -kerning first=1226 second=73 amount=1 -kerning first=1092 second=194 amount=-2 -kerning first=1234 second=244 amount=-1 -kerning first=1276 second=177 amount=-3 -kerning first=353 second=8216 amount=-3 -kerning first=317 second=967 amount=-4 -kerning first=301 second=1216 amount=3 -kerning first=58 second=8220 amount=-3 -kerning first=1116 second=8363 amount=-1 -kerning first=1088 second=195 amount=-2 -kerning first=1230 second=311 amount=1 -kerning first=79 second=8218 amount=-3 -kerning first=373 second=8217 amount=3 -kerning first=1205 second=68 amount=1 -kerning first=75 second=99 amount=-3 -kerning first=939 second=283 amount=-6 -kerning first=357 second=344 amount=1 -kerning first=39 second=44 amount=-5 -kerning first=299 second=1064 amount=3 -kerning first=1275 second=230 amount=-2 -kerning first=118 second=1077 amount=-1 -kerning first=95 second=212 amount=-3 -kerning first=1271 second=1233 amount=-2 -kerning first=1034 second=8225 amount=-2 -kerning first=1118 second=193 amount=-4 -kerning first=1200 second=8373 amount=-2 -kerning first=297 second=1229 amount=3 -kerning first=359 second=107 amount=1 -kerning first=1058 second=1179 amount=-4 -kerning first=904 second=297 amount=5 -kerning first=119 second=267 amount=-1 -kerning first=186 second=335 amount=-2 -kerning first=380 second=285 amount=-1 -kerning first=1256 second=47 amount=-3 -kerning first=98 second=1198 amount=-6 -kerning first=235 second=253 amount=-1 -kerning first=1011 second=95 amount=3 -kerning first=257 second=1265 amount=-1 -kerning first=1105 second=1200 amount=-6 -kerning first=1141 second=97 amount=-1 -kerning first=1195 second=354 amount=-5 -kerning first=1193 second=957 amount=-1 -kerning first=374 second=227 amount=-5 -kerning first=1184 second=959 amount=-3 -kerning first=922 second=283 amount=-3 -kerning first=248 second=8224 amount=-2 -kerning first=243 second=1249 amount=-2 -kerning first=939 second=1087 amount=-3 -kerning first=377 second=1194 amount=-2 -kerning first=258 second=8249 amount=-2 -kerning first=118 second=1113 amount=-3 -kerning first=71 second=260 amount=-1 -kerning first=345 second=1141 amount=1 -kerning first=87 second=908 amount=-2 -kerning first=1118 second=233 amount=-1 -kerning first=1091 second=1195 amount=-1 -kerning first=1061 second=1258 amount=-1 -kerning first=8222 second=358 amount=-6 -kerning first=197 second=933 amount=-5 -kerning first=1145 second=194 amount=-2 -kerning first=275 second=1066 amount=-3 -kerning first=103 second=356 amount=-3 -kerning first=908 second=196 amount=-2 -kerning first=1196 second=375 amount=-4 -kerning first=174 second=1257 amount=-2 -kerning first=248 second=88 amount=-2 -kerning first=1118 second=1241 amount=-1 -kerning first=380 second=162 amount=-1 -kerning first=1256 second=1198 amount=-2 -kerning first=84 second=253 amount=-4 -kerning first=1200 second=249 amount=-3 -kerning first=1279 second=43 amount=-1 -kerning first=1244 second=286 amount=-1 -kerning first=372 second=1107 amount=-2 -kerning first=981 second=119 amount=-1 -kerning first=1184 second=60 amount=-4 -kerning first=194 second=255 amount=-4 -kerning first=927 second=376 amount=-2 -kerning first=86 second=963 amount=-3 -kerning first=1267 second=1204 amount=-2 -kerning first=122 second=291 amount=-1 -kerning first=1052 second=1031 amount=1 -kerning first=192 second=8353 amount=-2 -kerning first=356 second=1092 amount=-5 -kerning first=1145 second=234 amount=-1 -kerning first=1020 second=258 amount=-2 -kerning first=92 second=283 amount=-1 -kerning first=1140 second=335 amount=-3 -kerning first=372 second=942 amount=-2 -kerning first=1217 second=232 amount=-2 -kerning first=1122 second=118 amount=-1 -kerning first=193 second=187 amount=-2 -kerning first=258 second=1035 amount=-6 -kerning first=1145 second=1243 amount=-1 -kerning first=1237 second=1203 amount=-1 -kerning first=345 second=116 amount=2 -kerning first=288 second=1112 amount=2 -kerning first=1213 second=372 amount=-3 -kerning first=1267 second=1232 amount=-4 -kerning first=310 second=375 amount=-3 -kerning first=82 second=299 amount=3 -kerning first=1122 second=1201 amount=-1 -kerning first=1046 second=279 amount=-2 -kerning first=1059 second=1234 amount=-5 -kerning first=1226 second=1210 amount=1 -kerning first=1094 second=104 amount=1 -kerning first=1097 second=76 amount=1 -kerning first=1040 second=908 amount=-2 -kerning first=1188 second=271 amount=-5 -kerning first=299 second=321 amount=3 -kerning first=1089 second=1026 amount=-5 -kerning first=936 second=8218 amount=-8 -kerning first=1274 second=121 amount=-4 -kerning first=1100 second=932 amount=-7 -kerning first=1270 second=1209 amount=-5 -kerning first=1200 second=257 amount=-5 -kerning first=374 second=328 amount=-3 -kerning first=1128 second=183 amount=-2 -kerning first=379 second=1111 amount=5 -kerning first=1179 second=972 amount=-1 -kerning first=1170 second=902 amount=-6 -kerning first=913 second=214 amount=-2 -kerning first=86 second=243 amount=-3 -kerning first=1200 second=1153 amount=-6 -kerning first=376 second=363 amount=-3 -kerning first=98 second=1175 amount=-1 -kerning first=355 second=276 amount=1 -kerning first=1201 second=932 amount=-2 -kerning first=1168 second=171 amount=-8 -kerning first=216 second=1140 amount=-2 -kerning first=255 second=910 amount=-2 -kerning first=109 second=967 amount=-1 -kerning first=935 second=43 amount=-4 -kerning first=221 second=1119 amount=-3 -kerning first=242 second=358 amount=-3 -kerning first=196 second=1092 amount=-1 -kerning first=193 second=1066 amount=-6 -kerning first=1210 second=932 amount=-3 -kerning first=70 second=250 amount=-2 -kerning first=358 second=198 amount=-6 -kerning first=343 second=1196 amount=-4 -kerning first=76 second=197 amount=2 -kerning first=337 second=87 amount=-3 -kerning first=915 second=1108 amount=-5 -kerning first=77 second=1111 amount=5 -kerning first=311 second=337 amount=-1 -kerning first=1083 second=1090 amount=-2 -kerning first=1194 second=1046 amount=-1 -kerning first=1226 second=1106 amount=1 -kerning first=1092 second=376 amount=-6 -kerning first=1094 second=317 amount=1 -kerning first=40 second=265 amount=-1 -kerning first=1096 second=92 amount=-3 -kerning first=1193 second=354 amount=-3 -kerning first=1198 second=256 amount=-5 -kerning first=1263 second=65 amount=-4 -kerning first=186 second=1104 amount=-2 -kerning first=324 second=89 amount=-5 -kerning first=1271 second=1058 amount=-3 -kerning first=1054 second=44 amount=-3 -kerning first=340 second=86 amount=-1 -kerning first=1056 second=8230 amount=-3 -kerning first=317 second=183 amount=-4 -kerning first=916 second=8244 amount=-6 -kerning first=1138 second=196 amount=-2 -kerning first=1277 second=235 amount=-1 -kerning first=1066 second=1198 amount=-6 -kerning first=913 second=1199 amount=-4 -kerning first=915 second=1032 amount=-6 -kerning first=379 second=332 amount=-2 -kerning first=972 second=939 amount=-6 -kerning first=229 second=1197 amount=-2 -kerning first=1114 second=1249 amount=-4 -kerning first=1239 second=1196 amount=-3 -kerning first=1118 second=374 amount=-2 -kerning first=376 second=229 amount=-5 -kerning first=1244 second=920 amount=-1 -kerning first=933 second=8249 amount=-6 -kerning first=256 second=290 amount=-2 -kerning first=1170 second=1173 amount=-4 -kerning first=1198 second=281 amount=-6 -kerning first=1263 second=101 amount=-1 -kerning first=1188 second=113 amount=-5 -kerning first=1027 second=1054 amount=-2 -kerning first=112 second=196 amount=-2 -kerning first=1119 second=1059 amount=-5 -kerning first=1237 second=910 amount=-6 -kerning first=124 second=207 amount=1 -kerning first=92 second=176 amount=-5 -kerning first=295 second=1058 amount=-3 -kerning first=1258 second=358 amount=-2 -kerning first=81 second=8218 amount=-3 -kerning first=354 second=121 amount=-4 -kerning first=1199 second=226 amount=-1 -kerning first=250 second=1200 amount=-4 -kerning first=1139 second=1244 amount=-2 -kerning first=1068 second=1249 amount=-2 -kerning first=241 second=374 amount=-5 -kerning first=87 second=1255 amount=-3 -kerning first=358 second=8353 amount=-2 -kerning first=239 second=282 amount=3 -kerning first=333 second=84 amount=-3 -kerning first=1178 second=8249 amount=-3 -kerning first=8244 second=244 amount=-4 -kerning first=1201 second=285 amount=-1 -kerning first=932 second=228 amount=-5 -kerning first=1145 second=376 amount=1 -kerning first=1189 second=233 amount=-2 -kerning first=1153 second=1198 amount=-4 -kerning first=343 second=271 amount=-1 -kerning first=1205 second=1188 amount=1 -kerning first=253 second=224 amount=-1 -kerning first=913 second=957 amount=-4 -kerning first=1140 second=1104 amount=-3 -kerning first=908 second=89 amount=-2 -kerning first=1196 second=187 amount=-3 -kerning first=1198 second=1226 amount=-3 -kerning first=1186 second=905 amount=1 -kerning first=1263 second=1083 amount=-3 -kerning first=1126 second=1143 amount=-4 -kerning first=1027 second=378 amount=-3 -kerning first=8221 second=54 amount=-3 -kerning first=196 second=186 amount=-5 -kerning first=84 second=171 amount=-8 -kerning first=1060 second=1059 amount=-2 -kerning first=370 second=47 amount=-4 -kerning first=1189 second=1241 amount=-2 -kerning first=1225 second=1162 amount=1 -kerning first=1244 second=8363 amount=-2 -kerning first=297 second=342 amount=3 -kerning first=933 second=1035 amount=3 -kerning first=1097 second=1238 amount=1 -kerning first=40 second=1139 amount=-1 -kerning first=87 second=126 amount=-3 -kerning first=182 second=297 amount=5 -kerning first=1043 second=1256 amount=-2 -kerning first=313 second=81 amount=-2 -kerning first=1061 second=172 amount=-4 -kerning first=8244 second=8222 amount=-12 -kerning first=1139 second=193 amount=-2 -kerning first=283 second=376 amount=-6 -kerning first=1201 second=162 amount=-1 -kerning first=224 second=1098 amount=-2 -kerning first=1087 second=1204 amount=-3 -kerning first=1046 second=1195 amount=-2 -kerning first=343 second=1275 amount=2 -kerning first=1141 second=1089 amount=-1 -kerning first=254 second=1026 amount=-3 -kerning first=116 second=73 amount=1 -kerning first=75 second=8353 amount=-2 -kerning first=1058 second=214 amount=-2 -kerning first=1184 second=361 amount=-2 -kerning first=321 second=71 amount=-2 -kerning first=195 second=279 amount=-1 -kerning first=187 second=258 amount=-2 -kerning first=1275 second=1095 amount=-2 -kerning first=1187 second=203 amount=1 -kerning first=1126 second=284 amount=-2 -kerning first=1118 second=1111 amount=3 -kerning first=1026 second=8220 amount=-4 -kerning first=80 second=1032 amount=-6 -kerning first=918 second=214 amount=-2 -kerning first=315 second=1143 amount=-4 -kerning first=65 second=121 amount=-4 -kerning first=1037 second=938 amount=1 -kerning first=332 second=1061 amount=-1 -kerning first=1066 second=1175 amount=-1 -kerning first=1040 second=1255 amount=-1 -kerning first=372 second=263 amount=-3 -kerning first=357 second=201 amount=1 -kerning first=1122 second=356 amount=-3 -kerning first=377 second=1138 amount=-2 -kerning first=1081 second=1059 amount=-5 -kerning first=1112 second=301 amount=3 -kerning first=171 second=910 amount=-4 -kerning first=1232 second=1118 amount=-4 -kerning first=1113 second=358 amount=-7 -kerning first=1093 second=1153 amount=-1 -kerning first=374 second=1092 amount=-6 -kerning first=1186 second=8244 amount=2 -kerning first=1075 second=99 amount=-2 -kerning first=311 second=1105 amount=-1 -kerning first=213 second=8216 amount=-2 -kerning first=71 second=1011 amount=2 -kerning first=174 second=1108 amount=-2 -kerning first=1188 second=268 amount=-2 -kerning first=313 second=195 amount=2 -kerning first=1058 second=1199 amount=-4 -kerning first=102 second=913 amount=-2 -kerning first=970 second=247 amount=-2 -kerning first=114 second=44 amount=-4 -kerning first=343 second=113 amount=-1 -kerning first=1200 second=194 amount=-5 -kerning first=1140 second=353 amount=-3 -kerning first=1186 second=84 amount=-2 -kerning first=315 second=284 amount=-2 -kerning first=920 second=8222 amount=-3 -kerning first=1163 second=910 amount=-1 -kerning first=1255 second=1204 amount=-3 -kerning first=43 second=1217 amount=-4 -kerning first=174 second=1032 amount=-5 -kerning first=287 second=1026 amount=-3 -kerning first=321 second=45 amount=-4 -kerning first=1082 second=283 amount=-1 -kerning first=1168 second=117 amount=-5 -kerning first=1092 second=373 amount=-1 -kerning first=169 second=84 amount=-2 -kerning first=121 second=8249 amount=-3 -kerning first=72 second=95 amount=2 -kerning first=1122 second=902 amount=-2 -kerning first=1107 second=261 amount=-2 -kerning first=299 second=1166 amount=3 -kerning first=1255 second=1232 amount=-2 -kerning first=1138 second=89 amount=-2 -kerning first=1088 second=119 amount=-1 -kerning first=955 second=948 amount=-3 -kerning first=1232 second=263 amount=-1 -kerning first=1141 second=1145 amount=-1 -kerning first=1200 second=234 amount=-6 -kerning first=342 second=1140 amount=-1 -kerning first=972 second=967 amount=-1 -kerning first=279 second=1204 amount=-3 -kerning first=913 second=354 amount=-6 -kerning first=973 second=221 amount=-4 -kerning first=86 second=347 amount=-3 -kerning first=1200 second=1243 amount=-6 -kerning first=1058 second=957 amount=-4 -kerning first=1036 second=1242 amount=-2 -kerning first=256 second=235 amount=-1 -kerning first=251 second=1196 amount=-3 -kerning first=107 second=100 amount=-1 -kerning first=1230 second=1115 amount=1 -kerning first=38 second=1267 amount=-2 -kerning first=1102 second=84 amount=-3 -kerning first=89 second=923 amount=-5 -kerning first=1217 second=212 amount=-1 -kerning first=1184 second=290 amount=-2 -kerning first=1188 second=52 amount=-4 -kerning first=1057 second=1046 amount=-1 -kerning first=8221 second=963 amount=-4 -kerning first=112 second=89 amount=-6 -kerning first=364 second=44 amount=-2 -kerning first=1237 second=1093 amount=-1 -kerning first=102 second=1103 amount=-1 -kerning first=170 second=267 amount=-2 -kerning first=165 second=1099 amount=2 -kerning first=1200 second=1085 amount=-3 -kerning first=1225 second=1225 amount=1 -kerning first=116 second=1210 amount=1 -kerning first=359 second=104 amount=1 -kerning first=276 second=301 amount=5 -kerning first=183 second=1277 amount=-1 -kerning first=121 second=1035 amount=-2 -kerning first=193 second=288 amount=-2 -kerning first=1010 second=1197 amount=-1 -kerning first=925 second=239 amount=5 -kerning first=70 second=197 amount=-6 -kerning first=1046 second=1194 amount=-1 -kerning first=1239 second=87 amount=-3 -kerning first=102 second=308 amount=-4 -kerning first=1034 second=84 amount=-3 -kerning first=915 second=908 amount=-2 -kerning first=1163 second=107 amount=1 -kerning first=208 second=8218 amount=-3 -kerning first=1233 second=933 amount=-5 -kerning first=358 second=241 amount=-4 -kerning first=376 second=279 amount=-6 -kerning first=910 second=1234 amount=-5 -kerning first=1171 second=283 amount=-2 -kerning first=192 second=233 amount=-1 -kerning first=361 second=1198 amount=-4 -kerning first=195 second=1195 amount=-1 -kerning first=1059 second=1258 amount=-2 -kerning first=1226 second=173 amount=-1 -kerning first=253 second=195 amount=-4 -kerning first=1196 second=252 amount=-5 -kerning first=927 second=8230 amount=-3 -kerning first=295 second=939 amount=-5 -kerning first=1267 second=1200 amount=-2 -kerning first=1043 second=114 amount=-4 -kerning first=8221 second=243 amount=-4 -kerning first=84 second=117 amount=-5 -kerning first=179 second=44 amount=-7 -kerning first=1139 second=374 amount=-6 -kerning first=192 second=1241 amount=-1 -kerning first=70 second=275 amount=-3 -kerning first=1072 second=255 amount=-1 -kerning first=1209 second=118 amount=-1 -kerning first=288 second=1040 amount=-1 -kerning first=89 second=8370 amount=-2 -kerning first=933 second=228 amount=-5 -kerning first=116 second=1106 amount=1 -kerning first=359 second=317 amount=1 -kerning first=97 second=372 amount=-3 -kerning first=367 second=354 amount=-3 -kerning first=1168 second=286 amount=-2 -kerning first=1228 second=1035 amount=-3 -kerning first=1209 second=1201 amount=-1 -kerning first=376 second=1224 amount=-3 -kerning first=8244 second=349 amount=-5 -kerning first=1220 second=197 amount=-2 -kerning first=65 second=903 amount=-5 -kerning first=197 second=1204 amount=-6 -kerning first=356 second=981 amount=-5 -kerning first=1050 second=173 amount=-6 -kerning first=902 second=333 amount=-1 -kerning first=114 second=1213 amount=2 -kerning first=1017 second=1276 amount=-1 -kerning first=1111 second=75 amount=3 -kerning first=234 second=374 amount=-6 -kerning first=210 second=1236 amount=-2 -kerning first=1197 second=1066 amount=-3 -kerning first=1185 second=183 amount=-2 -kerning first=1090 second=289 amount=-2 -kerning first=1104 second=84 amount=-3 -kerning first=310 second=252 amount=-2 -kerning first=293 second=1090 amount=-2 -kerning first=76 second=336 amount=-2 -kerning first=231 second=1098 amount=-1 -kerning first=301 second=92 amount=5 -kerning first=903 second=256 amount=-5 -kerning first=1222 second=202 amount=1 -kerning first=1175 second=1153 amount=-1 -kerning first=1226 second=222 amount=1 -kerning first=1170 second=1265 amount=-4 -kerning first=355 second=1059 amount=-1 -kerning first=256 second=169 amount=-2 -kerning first=932 second=1179 amount=-4 -kerning first=126 second=935 amount=-4 -kerning first=229 second=253 amount=-1 -kerning first=216 second=1058 amount=-2 -kerning first=8225 second=337 amount=-2 -kerning first=1205 second=351 amount=-1 -kerning first=1091 second=287 amount=-1 -kerning first=89 second=181 amount=-3 -kerning first=1128 second=92 amount=-5 -kerning first=939 second=59 amount=-4 -kerning first=183 second=933 amount=-4 -kerning first=1224 second=174 amount=-1 -kerning first=326 second=1199 amount=-1 -kerning first=256 second=89 amount=-5 -kerning first=1093 second=234 amount=-1 -kerning first=1257 second=1203 amount=-1 -kerning first=1128 second=338 amount=-2 -kerning first=1027 second=299 amount=6 -kerning first=196 second=981 amount=-1 -kerning first=220 second=95 amount=-3 -kerning first=358 second=193 amount=-6 -kerning first=1093 second=1243 amount=-1 -kerning first=294 second=938 amount=1 -kerning first=1244 second=216 amount=-1 -kerning first=297 second=200 amount=3 -kerning first=1170 second=267 amount=-5 -kerning first=341 second=244 amount=-1 -kerning first=1196 second=288 amount=-2 -kerning first=1069 second=8222 amount=-3 -kerning first=86 second=191 amount=-1 -kerning first=1118 second=46 amount=-2 -kerning first=1043 second=1017 amount=-2 -kerning first=317 second=92 amount=-5 -kerning first=84 second=286 amount=-2 -kerning first=1078 second=281 amount=-1 -kerning first=921 second=1031 amount=1 -kerning first=46 second=1058 amount=-2 -kerning first=107 second=1026 amount=-4 -kerning first=43 second=221 amount=-4 -kerning first=8250 second=1035 amount=-8 -kerning first=1059 second=1080 amount=-3 -kerning first=1279 second=277 amount=-1 -kerning first=240 second=1197 amount=-2 -kerning first=1058 second=913 amount=-6 -kerning first=382 second=100 amount=-1 -kerning first=1184 second=235 amount=-3 -kerning first=1274 second=1081 amount=-4 -kerning first=91 second=972 amount=-1 -kerning first=1277 second=1259 amount=-1 -kerning first=358 second=233 amount=-5 -kerning first=317 second=338 amount=-2 -kerning first=297 second=307 amount=6 -kerning first=326 second=957 amount=-1 -kerning first=89 second=1116 amount=-3 -kerning first=321 second=8224 amount=-6 -kerning first=209 second=299 amount=5 -kerning first=192 second=374 amount=-5 -kerning first=195 second=1194 amount=-2 -kerning first=1168 second=920 amount=-2 -kerning first=1164 second=258 amount=-2 -kerning first=255 second=1234 amount=-4 -kerning first=341 second=8222 amount=-5 -kerning first=1193 second=1263 amount=-1 -kerning first=358 second=1241 amount=-5 -kerning first=1126 second=42 amount=-5 -kerning first=1188 second=248 amount=-5 -kerning first=380 second=940 amount=-1 -kerning first=239 second=1204 amount=6 -kerning first=1107 second=275 amount=-2 -kerning first=376 second=1195 amount=-6 -kerning first=193 second=101 amount=-1 -kerning first=179 second=1213 amount=2 -kerning first=1080 second=1035 amount=-3 -kerning first=1145 second=8230 amount=-4 -kerning first=955 second=968 amount=-2 -kerning first=971 second=932 amount=-3 -kerning first=1270 second=8250 amount=-3 -kerning first=310 second=288 amount=-2 -kerning first=1263 second=1257 amount=-1 -kerning first=915 second=1255 amount=-5 -kerning first=8217 second=962 amount=-4 -kerning first=260 second=1258 amount=-2 -kerning first=1226 second=1030 amount=1 -kerning first=119 second=260 amount=-4 -kerning first=121 second=228 amount=-1 -kerning first=1213 second=1098 amount=-1 -kerning first=358 second=1230 amount=-4 -kerning first=355 second=922 amount=1 -kerning first=1061 second=333 amount=-2 -kerning first=200 second=299 amount=5 -kerning first=225 second=86 amount=-3 -kerning first=197 second=357 amount=-2 -kerning first=1274 second=71 amount=-2 -kerning first=1230 second=1231 amount=1 -kerning first=275 second=174 amount=-1 -kerning first=902 second=1077 amount=-1 -kerning first=1259 second=258 amount=-2 -kerning first=1094 second=172 amount=-1 -kerning first=961 second=196 amount=-2 -kerning first=373 second=171 amount=-2 -kerning first=75 second=233 amount=-3 -kerning first=295 second=967 amount=-1 -kerning first=939 second=291 amount=-6 -kerning first=55 second=95 amount=-10 -kerning first=1087 second=1200 amount=-5 -kerning first=254 second=1061 amount=-2 -kerning first=68 second=88 amount=-1 -kerning first=1058 second=1103 amount=-5 -kerning first=75 second=1241 amount=-3 -kerning first=315 second=42 amount=-8 -kerning first=915 second=126 amount=-4 -kerning first=1036 second=945 amount=-3 -kerning first=356 second=1040 amount=-6 -kerning first=304 second=1111 amount=5 -kerning first=1168 second=8363 amount=-5 -kerning first=211 second=923 amount=-2 -kerning first=1084 second=1185 amount=-2 -kerning first=1207 second=310 amount=1 -kerning first=1257 second=910 amount=-6 -kerning first=935 second=277 amount=-2 -kerning first=313 second=211 amount=-2 -kerning first=333 second=1118 amount=-1 -kerning first=377 second=1012 amount=-2 -kerning first=297 second=1124 amount=3 -kerning first=1169 second=1066 amount=-3 -kerning first=249 second=8244 amount=1 -kerning first=1180 second=1256 amount=-2 -kerning first=1230 second=45 amount=-1 -kerning first=1209 second=356 amount=-3 -kerning first=1059 second=172 amount=-4 -kerning first=8225 second=1105 amount=-2 -kerning first=1141 second=1233 amount=-1 -kerning first=1200 second=334 amount=-2 -kerning first=92 second=1059 amount=-5 -kerning first=908 second=1046 amount=-1 -kerning first=89 second=110 amount=-3 -kerning first=1186 second=314 amount=1 -kerning first=1058 second=308 amount=-6 -kerning first=1036 second=262 amount=-2 -kerning first=922 second=291 amount=-3 -kerning first=8217 second=242 amount=-4 -kerning first=357 second=1219 amount=1 -kerning first=1122 second=93 amount=-1 -kerning first=258 second=94 amount=-5 -kerning first=959 second=1143 amount=-1 -kerning first=86 second=99 amount=-3 -kerning first=1118 second=103 amount=-1 -kerning first=1225 second=349 amount=-1 -kerning first=919 second=239 amount=5 -kerning first=249 second=84 amount=-3 -kerning first=192 second=1111 amount=3 -kerning first=256 second=210 amount=-2 -kerning first=226 second=1091 amount=-1 -kerning first=1230 second=80 amount=1 -kerning first=1168 second=1185 amount=-3 -kerning first=1046 second=1138 amount=-1 -kerning first=354 second=1081 amount=-4 -kerning first=1092 second=1141 amount=-1 -kerning first=8221 second=347 amount=-5 -kerning first=84 second=920 amount=-2 -kerning first=1274 second=45 amount=-4 -kerning first=1020 second=1059 amount=-6 -kerning first=374 second=981 amount=-6 -kerning first=266 second=1202 amount=-1 -kerning first=1184 second=169 amount=-2 -kerning first=265 second=1058 amount=-5 -kerning first=101 second=221 amount=-6 -kerning first=108 second=298 amount=1 -kerning first=1199 second=301 amount=3 -kerning first=311 second=231 amount=-1 -kerning first=1094 second=68 amount=1 -kerning first=1255 second=1200 amount=-6 -kerning first=284 second=1276 amount=-1 -kerning first=1196 second=65 amount=-6 -kerning first=1234 second=1069 amount=-2 -kerning first=1211 second=374 amount=-5 -kerning first=239 second=315 amount=3 -kerning first=245 second=1267 amount=-1 -kerning first=1200 second=1273 amount=-3 -kerning first=343 second=248 amount=-1 -kerning first=92 second=291 amount=-1 -kerning first=109 second=92 amount=-3 -kerning first=923 second=277 amount=-1 -kerning first=326 second=354 amount=-3 -kerning first=1027 second=1020 amount=-4 -kerning first=1122 second=1265 amount=-1 -kerning first=280 second=297 amount=5 -kerning first=354 second=71 amount=-2 -kerning first=1175 second=234 amount=-1 -kerning first=193 second=174 amount=-5 -kerning first=113 second=356 amount=-3 -kerning first=378 second=242 amount=-1 -kerning first=1186 second=1120 amount=1 -kerning first=933 second=1179 amount=-3 -kerning first=116 second=173 amount=-1 -kerning first=974 second=8220 amount=-4 -kerning first=270 second=358 amount=-2 -kerning first=192 second=332 amount=-2 -kerning first=1222 second=1053 amount=1 -kerning first=1215 second=376 amount=-6 -kerning first=1046 second=287 amount=-2 -kerning first=216 second=939 amount=-2 -kerning first=1175 second=1243 amount=-1 -kerning first=279 second=1200 amount=-6 -kerning first=1097 second=1250 amount=1 -kerning first=123 second=277 amount=-1 -kerning first=1196 second=101 amount=-5 -kerning first=241 second=1249 amount=-2 -kerning first=358 second=1125 amount=-4 -kerning first=966 second=86 amount=-3 -kerning first=80 second=126 amount=-2 -kerning first=239 second=357 amount=3 -kerning first=376 second=1194 amount=-2 -kerning first=1143 second=356 amount=-2 -kerning first=171 second=1234 amount=-2 -kerning first=84 second=8363 amount=-5 -kerning first=235 second=1185 amount=-1 -kerning first=1086 second=8225 amount=-2 -kerning first=1189 second=46 amount=-6 -kerning first=257 second=1090 amount=-2 -kerning first=230 second=376 amount=-6 -kerning first=102 second=265 amount=-1 -kerning first=1167 second=1199 amount=-1 -kerning first=1140 second=43 amount=-3 -kerning first=382 second=1026 amount=-2 -kerning first=49 second=8230 amount=-3 -kerning first=1187 second=1178 amount=1 -kerning first=174 second=1255 amount=-2 -kerning first=186 second=1236 amount=-5 -kerning first=1271 second=183 amount=-1 -kerning first=1126 second=213 amount=-2 -kerning first=910 second=1258 amount=-2 -kerning first=223 second=1111 amount=2 -kerning first=355 second=1025 amount=1 -kerning first=1061 second=1077 amount=-2 -kerning first=46 second=182 amount=-3 -kerning first=1252 second=298 amount=1 -kerning first=932 second=214 amount=-2 -kerning first=89 second=192 amount=-5 -kerning first=1188 second=1100 amount=-4 -kerning first=55 second=57 amount=-1 -kerning first=309 second=1140 amount=2 -kerning first=84 second=1185 amount=-3 -kerning first=283 second=1141 amount=-1 -kerning first=118 second=261 amount=-1 -kerning first=256 second=1259 amount=-1 -kerning first=1138 second=1046 amount=-1 -kerning first=310 second=101 amount=-3 -kerning first=246 second=1026 amount=-3 -kerning first=116 second=222 amount=1 -kerning first=46 second=939 amount=-3 -kerning first=65 second=71 amount=-2 -kerning first=354 second=45 amount=-4 -kerning first=1016 second=198 amount=-2 -kerning first=40 second=283 amount=-1 -kerning first=913 second=1263 amount=-4 -kerning first=957 second=257 amount=-1 -kerning first=1090 second=1196 amount=-3 -kerning first=1234 second=8373 amount=-2 -kerning first=288 second=1198 amount=-2 -kerning first=1126 second=118 amount=-4 -kerning first=1143 second=902 amount=-4 -kerning first=1201 second=940 amount=-1 -kerning first=1119 second=372 amount=-3 -kerning first=1167 second=957 amount=-1 -kerning first=961 second=89 amount=-6 -kerning first=1102 second=1118 amount=-1 -kerning first=957 second=1153 amount=-1 -kerning first=89 second=232 amount=-6 -kerning first=315 second=213 amount=-2 -kerning first=248 second=41 amount=-1 -kerning first=1126 second=1201 amount=-4 -kerning first=8249 second=196 amount=-2 -kerning first=259 second=1140 amount=-3 -kerning first=1163 second=104 amount=1 -kerning first=112 second=1046 amount=-2 -kerning first=932 second=1199 amount=-4 -kerning first=247 second=1198 amount=-4 -kerning first=95 second=112 amount=3 -kerning first=358 second=1111 amount=6 -kerning first=1118 second=259 amount=-1 -kerning first=1141 second=1058 amount=-2 -kerning first=1091 second=358 amount=-2 -kerning first=197 second=1256 amount=-2 -kerning first=1222 second=932 amount=-2 -kerning first=114 second=100 amount=-1 -kerning first=1257 second=1093 amount=-1 -kerning first=1140 second=1236 amount=-5 -kerning first=1196 second=341 amount=-4 -kerning first=1198 second=289 amount=-6 -kerning first=1278 second=966 amount=-2 -kerning first=1188 second=115 amount=-5 -kerning first=1043 second=244 amount=-5 -kerning first=268 second=95 amount=-3 -kerning first=8230 second=1090 amount=-5 -kerning first=196 second=355 amount=-2 -kerning first=258 second=214 amount=-2 -kerning first=197 second=1200 amount=-5 -kerning first=1274 second=1082 amount=-4 -kerning first=1060 second=372 amount=-1 -kerning first=1277 second=1193 amount=-1 -kerning first=102 second=1139 amount=-1 -kerning first=1034 second=1118 amount=-1 -kerning first=124 second=1031 amount=1 -kerning first=1202 second=183 amount=-4 -kerning first=89 second=1084 amount=-3 -kerning first=315 second=118 amount=-4 -kerning first=195 second=1138 amount=-2 -kerning first=1194 second=239 amount=2 -kerning first=913 second=265 amount=-1 -kerning first=1085 second=1198 amount=-5 -kerning first=1233 second=1204 amount=-3 -kerning first=341 second=377 amount=-2 -kerning first=1242 second=1040 amount=-2 -kerning first=8370 second=195 amount=-1 -kerning first=110 second=358 amount=-3 -kerning first=1054 second=1026 amount=-2 -kerning first=315 second=1201 amount=-4 -kerning first=1189 second=103 amount=-2 -kerning first=953 second=60 amount=-3 -kerning first=339 second=1196 amount=-3 -kerning first=286 second=88 amount=-1 -kerning first=88 second=275 amount=-2 -kerning first=374 second=1040 amount=-5 -kerning first=1263 second=1108 amount=-1 -kerning first=75 second=1111 amount=5 -kerning first=1184 second=210 amount=-2 -kerning first=1012 second=8220 amount=-2 -kerning first=248 second=1091 amount=-1 -kerning first=1043 second=8222 amount=-8 -kerning first=8221 second=191 amount=-4 -kerning first=1163 second=317 amount=1 -kerning first=1090 second=271 amount=-2 -kerning first=1203 second=354 amount=-3 -kerning first=932 second=957 amount=-4 -kerning first=86 second=198 amount=-5 -kerning first=358 second=332 amount=-2 -kerning first=102 second=247 amount=-2 -kerning first=104 second=933 amount=-5 -kerning first=1200 second=8230 amount=-3 -kerning first=1270 second=1143 amount=-4 -kerning first=1265 second=8244 amount=2 -kerning first=194 second=8225 amount=-5 -kerning first=1050 second=79 amount=-2 -kerning first=187 second=1059 amount=-6 -kerning first=1170 second=369 amount=-5 -kerning first=258 second=1199 amount=-4 -kerning first=1097 second=1223 amount=1 -kerning first=8224 second=269 amount=-2 -kerning first=372 second=256 amount=-4 -kerning first=1263 second=1032 amount=-4 -kerning first=240 second=253 amount=-1 -kerning first=380 second=246 amount=-1 -kerning first=910 second=1080 amount=-3 -kerning first=1081 second=372 amount=-3 -kerning first=1269 second=89 amount=-5 -kerning first=281 second=1196 amount=-3 -kerning first=319 second=933 amount=-2 -kerning first=1265 second=84 amount=-2 -kerning first=116 second=1030 amount=1 -kerning first=221 second=1081 amount=-3 -kerning first=301 second=925 amount=3 -kerning first=271 second=309 amount=2 -kerning first=195 second=287 amount=-1 -kerning first=1187 second=1045 amount=1 -kerning first=1104 second=1118 amount=-1 -kerning first=95 second=1026 amount=-4 -kerning first=1276 second=966 amount=-2 -kerning first=310 second=174 amount=-1 -kerning first=297 second=1180 amount=3 -kerning first=359 second=172 amount=-1 -kerning first=1270 second=284 amount=-2 -kerning first=372 second=281 amount=-3 -kerning first=1234 second=1153 amount=-1 -kerning first=75 second=332 amount=-2 -kerning first=939 second=1054 amount=-2 -kerning first=265 second=939 amount=-4 -kerning first=239 second=124 amount=3 -kerning first=1197 second=101 amount=-2 -kerning first=247 second=1175 amount=-1 -kerning first=95 second=67 amount=-3 -kerning first=981 second=1140 amount=-3 -kerning first=1186 second=215 amount=-1 -kerning first=1058 second=1263 amount=-4 -kerning first=1036 second=111 amount=-3 -kerning first=1075 second=233 amount=-2 -kerning first=183 second=1204 amount=-4 -kerning first=354 second=1082 amount=-4 -kerning first=1168 second=216 amount=-2 -kerning first=972 second=92 amount=-3 -kerning first=1199 second=242 amount=-1 -kerning first=1167 second=354 amount=-3 -kerning first=1094 second=1188 amount=1 -kerning first=258 second=957 amount=-4 -kerning first=913 second=1139 amount=-1 -kerning first=1098 second=1026 amount=-7 -kerning first=86 second=8353 amount=-2 -kerning first=221 second=71 amount=-2 -kerning first=377 second=266 amount=-2 -kerning first=8218 second=1095 amount=-2 -kerning first=356 second=47 amount=-5 -kerning first=1180 second=1017 amount=-2 -kerning first=1075 second=1241 amount=-2 -kerning first=232 second=1198 amount=-6 -kerning first=1059 second=965 amount=-3 -kerning first=1097 second=8220 amount=-3 -kerning first=120 second=173 amount=-1 -kerning first=290 second=358 amount=-2 -kerning first=372 second=1226 amount=-2 -kerning first=922 second=1054 amount=-2 -kerning first=342 second=939 amount=-2 -kerning first=1027 second=1098 amount=-3 -kerning first=183 second=1232 amount=-2 -kerning first=1139 second=1249 amount=-2 -kerning first=1197 second=1083 amount=-3 -kerning first=1090 second=113 amount=-2 -kerning first=227 second=374 amount=-5 -kerning first=1095 second=86 amount=-3 -kerning first=381 second=908 amount=-2 -kerning first=1184 second=1259 amount=-3 -kerning first=267 second=1090 amount=-1 -kerning first=1011 second=302 amount=2 -kerning first=97 second=1098 amount=-2 -kerning first=1082 second=291 amount=-1 -kerning first=1222 second=1184 amount=1 -kerning first=1230 second=270 amount=1 -kerning first=1035 second=1026 amount=-3 -kerning first=8224 second=1086 amount=-2 -kerning first=1040 second=933 amount=-5 -kerning first=1278 second=1060 amount=-1 -kerning first=299 second=356 amount=6 -kerning first=8221 second=99 amount=-4 -kerning first=910 second=172 amount=-4 -kerning first=55 second=335 amount=-3 -kerning first=330 second=296 amount=1 -kerning first=225 second=8216 amount=-3 -kerning first=118 second=197 amount=-4 -kerning first=1180 second=303 amount=2 -kerning first=43 second=1047 amount=-3 -kerning first=211 second=1217 amount=-1 -kerning first=1026 second=923 amount=-2 -kerning first=1232 second=281 amount=-1 -kerning first=170 second=260 amount=-5 -kerning first=1205 second=1070 amount=1 -kerning first=1265 second=1239 amount=-1 -kerning first=1186 second=1190 amount=1 -kerning first=933 second=214 amount=-2 -kerning first=359 second=68 amount=1 -kerning first=1058 second=265 amount=-5 -kerning first=77 second=938 amount=1 -kerning first=8249 second=89 amount=-4 -kerning first=1167 second=913 amount=-2 -kerning first=234 second=1249 amount=-1 -kerning first=1226 second=905 amount=1 -kerning first=193 second=1257 amount=-1 -kerning first=957 second=194 amount=-4 -kerning first=1126 second=356 amount=-6 -kerning first=1267 second=244 amount=-1 -kerning first=376 second=1138 amount=-2 -kerning first=356 second=382 amount=-3 -kerning first=1201 second=1237 amount=-1 -kerning first=1116 second=269 amount=-1 -kerning first=1189 second=259 amount=-2 -kerning first=1059 second=333 amount=-6 -kerning first=1187 second=358 amount=-2 -kerning first=114 second=1026 amount=-4 -kerning first=92 second=1054 amount=-2 -kerning first=221 second=45 amount=-4 -kerning first=299 second=1168 amount=3 -kerning first=1111 second=1042 amount=3 -kerning first=118 second=275 amount=-1 -kerning first=1178 second=214 amount=-2 -kerning first=361 second=8221 amount=1 -kerning first=1046 second=1012 amount=-1 -kerning first=211 second=192 amount=-2 -kerning first=1170 second=326 amount=-4 -kerning first=1207 second=921 amount=1 -kerning first=913 second=1028 amount=-2 -kerning first=957 second=234 amount=-1 -kerning first=1267 second=8222 amount=-5 -kerning first=84 second=216 amount=-2 -kerning first=959 second=1202 amount=-2 -kerning first=256 second=1193 amount=-1 -kerning first=1059 second=8218 amount=-7 -kerning first=8225 second=231 amount=-2 -kerning first=1141 second=939 amount=-2 -kerning first=957 second=1243 amount=-1 -kerning first=1265 second=74 amount=-4 -kerning first=254 second=121 amount=-1 -kerning first=315 second=356 amount=-6 -kerning first=1111 second=239 amount=3 -kerning first=1251 second=86 amount=-3 -kerning first=194 second=79 amount=-2 -kerning first=196 second=1198 amount=-5 -kerning first=1118 second=273 amount=-1 -kerning first=1276 second=1060 amount=-1 -kerning first=376 second=287 amount=-6 -kerning first=1171 second=291 amount=-2 -kerning first=297 second=116 amount=3 -kerning first=192 second=103 amount=-1 -kerning first=932 second=913 amount=-6 -kerning first=232 second=1175 amount=-1 -kerning first=1226 second=8244 amount=2 -kerning first=119 second=966 amount=-1 -kerning first=1043 second=349 amount=-5 -kerning first=1057 second=239 amount=2 -kerning first=1178 second=1199 amount=-3 -kerning first=258 second=354 amount=-6 -kerning first=1209 second=1265 amount=-1 -kerning first=1058 second=1139 amount=-5 -kerning first=111 second=1197 amount=-2 -kerning first=8222 second=375 amount=-3 -kerning first=79 second=197 amount=-2 -kerning first=339 second=87 amount=-3 -kerning first=1226 second=84 amount=-2 -kerning first=1257 second=1234 amount=-2 -kerning first=358 second=46 amount=-2 -kerning first=8244 second=249 amount=-3 -kerning first=1169 second=101 amount=-2 -kerning first=65 second=8224 amount=-5 -kerning first=1116 second=1086 amount=-1 -kerning first=356 second=1175 amount=-3 -kerning first=1201 second=246 amount=-1 -kerning first=161 second=1066 amount=-4 -kerning first=1205 second=924 amount=1 -kerning first=1279 second=932 amount=-3 -kerning first=89 second=212 amount=-2 -kerning first=1186 second=78 amount=1 -kerning first=1128 second=335 amount=-1 -kerning first=1217 second=100 amount=-2 -kerning first=315 second=902 amount=2 -kerning first=966 second=8216 amount=-4 -kerning first=233 second=358 amount=-3 -kerning first=1058 second=247 amount=-4 -kerning first=1018 second=239 amount=5 -kerning first=197 second=1017 amount=-2 -kerning first=281 second=87 amount=-3 -kerning first=334 second=1040 amount=-2 -kerning first=373 second=8363 amount=-1 -kerning first=236 second=372 amount=2 -kerning first=1178 second=957 amount=-3 -kerning first=76 second=1242 amount=-2 -kerning first=55 second=1104 amount=-3 -kerning first=1243 second=1035 amount=-3 -kerning first=918 second=247 amount=-2 -kerning first=1169 second=1083 amount=-3 -kerning first=932 second=1103 amount=-5 -kerning first=1201 second=8217 amount=2 -kerning first=1016 second=1244 amount=-2 -kerning first=255 second=172 amount=-3 -kerning first=1270 second=1181 amount=-4 -kerning first=326 second=1263 amount=-1 -kerning first=1196 second=1257 amount=-5 -kerning first=1198 second=1196 amount=3 -kerning first=1109 second=1198 amount=-5 -kerning first=1275 second=173 amount=-1 -kerning first=1170 second=260 amount=-6 -kerning first=85 second=8218 amount=-5 -kerning first=112 second=125 amount=-1 -kerning first=1117 second=376 amount=-5 -kerning first=1234 second=234 amount=-1 -kerning first=246 second=1061 amount=-2 -kerning first=8244 second=257 amount=-4 -kerning first=932 second=308 amount=-6 -kerning first=1086 second=84 amount=-3 -kerning first=1059 second=1077 amount=-6 -kerning first=88 second=336 amount=-1 -kerning first=1242 second=47 amount=-3 -kerning first=1234 second=1243 amount=-1 -kerning first=221 second=1082 amount=-3 -kerning first=8244 second=1153 amount=-4 -kerning first=375 second=356 amount=-2 -kerning first=1244 second=927 amount=-1 -kerning first=1058 second=1028 amount=-2 -kerning first=915 second=1277 amount=-3 -kerning first=260 second=333 amount=-1 -kerning first=259 second=1058 amount=-3 -kerning first=1207 second=914 amount=1 -kerning first=1016 second=193 amount=-2 -kerning first=957 second=376 amount=-2 -kerning first=186 second=277 amount=-2 -kerning first=8221 second=198 amount=-9 -kerning first=242 second=375 amount=-1 -kerning first=310 second=1257 amount=-3 -kerning first=381 second=126 amount=-2 -kerning first=918 second=1028 amount=-2 -kerning first=1078 second=289 amount=-1 -kerning first=277 second=84 amount=-3 -kerning first=1277 second=1010 amount=-1 -kerning first=38 second=186 amount=-3 -kerning first=1164 second=1059 amount=-6 -kerning first=1279 second=285 amount=-1 -kerning first=1115 second=376 amount=-5 -kerning first=1242 second=1198 amount=-2 -kerning first=8353 second=1202 amount=-1 -kerning first=295 second=92 amount=-3 -kerning first=195 second=1012 amount=-2 -kerning first=358 second=103 amount=-5 -kerning first=347 second=1059 amount=-5 -kerning first=244 second=1277 amount=-1 -kerning first=1230 second=919 amount=1 -kerning first=195 second=358 amount=-6 -kerning first=1050 second=1239 amount=-3 -kerning first=211 second=221 amount=-2 -kerning first=1170 second=1090 amount=-3 -kerning first=1094 second=351 amount=-1 -kerning first=1233 second=1200 amount=-5 -kerning first=1198 second=271 amount=-6 -kerning first=1188 second=959 amount=-5 -kerning first=1211 second=1249 amount=-2 -kerning first=1054 second=1061 amount=-1 -kerning first=236 second=299 amount=3 -kerning first=55 second=353 amount=-3 -kerning first=1143 second=267 amount=-1 -kerning first=959 second=118 amount=-1 -kerning first=1274 second=971 amount=-4 -kerning first=1180 second=244 amount=-3 -kerning first=1088 second=1140 amount=-3 -kerning first=229 second=1185 amount=-2 -kerning first=375 second=902 amount=-4 -kerning first=1259 second=1059 amount=-6 -kerning first=961 second=1046 amount=-2 -kerning first=1279 second=162 amount=-1 -kerning first=933 second=354 amount=3 -kerning first=359 second=1188 amount=1 -kerning first=1184 second=1193 amount=-3 -kerning first=8360 second=358 amount=-5 -kerning first=51 second=8218 amount=-3 -kerning first=959 second=1201 amount=-1 -kerning first=1100 second=1197 amount=-4 -kerning first=358 second=1249 amount=-3 -kerning first=1118 second=240 amount=-1 -kerning first=8216 second=1236 amount=-6 -kerning first=355 second=1049 amount=1 -kerning first=8218 second=255 amount=-3 -kerning first=321 second=1171 amount=-1 -kerning first=214 second=195 amount=-2 -kerning first=1189 second=273 amount=-2 -kerning first=1215 second=1141 amount=-1 -kerning first=1059 second=351 amount=-4 -kerning first=1228 second=1199 amount=-1 -kerning first=253 second=97 amount=-1 -kerning first=92 second=372 amount=-4 -kerning first=1140 second=277 amount=-3 -kerning first=923 second=932 amount=-6 -kerning first=1202 second=338 amount=-1 -kerning first=1128 second=1104 amount=-1 -kerning first=75 second=103 amount=-3 -kerning first=1188 second=60 amount=-5 -kerning first=245 second=1279 amount=-1 -kerning first=78 second=300 amount=1 -kerning first=193 second=1108 amount=-1 -kerning first=230 second=1141 amount=-1 -kerning first=86 second=193 amount=-5 -kerning first=1108 second=910 amount=-4 -kerning first=1225 second=1229 amount=1 -kerning first=1244 second=269 amount=-2 -kerning first=1122 second=1278 amount=-2 -kerning first=194 second=8244 amount=-7 -kerning first=290 second=237 amount=2 -kerning first=1210 second=1197 amount=-2 -kerning first=935 second=285 amount=-2 -kerning first=239 second=303 amount=6 -kerning first=299 second=917 amount=3 -kerning first=910 second=965 amount=-3 -kerning first=1274 second=337 amount=-5 -kerning first=1277 second=339 amount=-1 -kerning first=1020 second=372 amount=-3 -kerning first=933 second=913 amount=-5 -kerning first=116 second=905 amount=1 -kerning first=922 second=299 amount=5 -kerning first=237 second=86 amount=2 -kerning first=194 second=84 amount=-6 -kerning first=1234 second=376 amount=-5 -kerning first=86 second=233 amount=-3 -kerning first=104 second=1204 amount=-3 -kerning first=333 second=256 amount=-2 -kerning first=981 second=1058 amount=-3 -kerning first=183 second=1200 amount=-4 -kerning first=1168 second=1191 amount=-4 -kerning first=1228 second=957 amount=-1 -kerning first=1098 second=1061 amount=-2 -kerning first=1198 second=113 amount=-6 -kerning first=1263 second=1255 amount=-1 -kerning first=1217 second=67 amount=-1 -kerning first=86 second=1241 amount=-3 -kerning first=81 second=197 amount=-2 -kerning first=935 second=162 amount=-2 -kerning first=239 second=55 amount=6 -kerning first=299 second=318 amount=3 -kerning first=55 second=950 amount=-3 -kerning first=1112 second=295 amount=3 -kerning first=1119 second=1098 amount=-2 -kerning first=115 second=89 amount=-5 -kerning first=98 second=198 amount=-2 -kerning first=89 second=44 amount=-3 -kerning first=199 second=299 amount=2 -kerning first=244 second=933 amount=-6 -kerning first=1058 second=367 amount=-5 -kerning first=915 second=948 amount=-4 -kerning first=8222 second=1066 amount=-6 -kerning first=260 second=1077 amount=-1 -kerning first=354 second=971 amount=-4 -kerning first=1046 second=266 amount=-1 -kerning first=311 second=279 amount=-1 -kerning first=1163 second=172 amount=-1 -kerning first=1197 second=1257 amount=-2 -kerning first=1095 second=8216 amount=-3 -kerning first=71 second=301 amount=2 -kerning first=1278 second=1254 amount=-1 -kerning first=1026 second=1217 amount=-2 -kerning first=239 second=1162 amount=3 -kerning first=910 second=333 amount=-6 -kerning first=8373 second=95 amount=-3 -kerning first=102 second=258 amount=-2 -kerning first=343 second=959 amount=-1 -kerning first=1205 second=344 amount=1 -kerning first=1113 second=375 amount=-2 -kerning first=92 second=299 amount=3 -kerning first=923 second=285 amount=-1 -kerning first=1278 second=1144 amount=-1 -kerning first=243 second=255 amount=-1 -kerning first=1143 second=177 amount=-3 -kerning first=1090 second=248 amount=-2 -kerning first=1203 second=265 amount=-1 -kerning first=8250 second=1199 amount=-2 -kerning first=87 second=1232 amount=-4 -kerning first=358 second=259 amount=-5 -kerning first=1106 second=89 amount=-5 -kerning first=1256 second=198 amount=-2 -kerning first=376 second=1012 amount=-2 -kerning first=74 second=44 amount=-2 -kerning first=1244 second=1086 amount=-2 -kerning first=76 second=86 amount=-5 -kerning first=8244 second=194 amount=-9 -kerning first=933 second=1103 amount=-4 -kerning first=116 second=8244 amount=2 -kerning first=1181 second=356 amount=-4 -kerning first=1167 second=1263 amount=-1 -kerning first=1170 second=946 amount=-4 -kerning first=1016 second=374 amount=-6 -kerning first=123 second=285 amount=-1 -kerning first=1101 second=1277 amount=-1 -kerning first=1122 second=260 amount=-2 -kerning first=376 second=358 amount=3 -kerning first=910 second=8218 amount=-7 -kerning first=212 second=1276 amount=-1 -kerning first=102 second=283 amount=-1 -kerning first=1026 second=192 amount=-2 -kerning first=343 second=60 amount=-3 -kerning first=1235 second=1196 amount=-3 -kerning first=1091 second=245 amount=-1 -kerning first=1265 second=263 amount=-1 -kerning first=923 second=162 amount=-1 -kerning first=933 second=308 amount=-2 -kerning first=116 second=84 amount=-2 -kerning first=8217 second=1033 amount=-3 -kerning first=301 second=381 amount=6 -kerning first=1241 second=196 amount=-2 -kerning first=194 second=1239 amount=-1 -kerning first=354 second=337 amount=-5 -kerning first=1187 second=1048 amount=1 -kerning first=1080 second=1199 amount=-1 -kerning first=121 second=354 amount=-2 -kerning first=95 second=1119 amount=3 -kerning first=1271 second=95 amount=-3 -kerning first=355 second=294 amount=1 -kerning first=8244 second=234 amount=-4 -kerning first=197 second=244 amount=-1 -kerning first=256 second=1010 amount=-1 -kerning first=123 second=162 amount=-1 -kerning first=1270 second=213 amount=-2 -kerning first=1033 second=1277 amount=-1 -kerning first=1040 second=1204 amount=-6 -kerning first=1196 second=1108 amount=-5 -kerning first=8217 second=923 amount=-9 -kerning first=111 second=253 amount=-1 -kerning first=99 second=1035 amount=-5 -kerning first=1027 second=972 amount=-5 -kerning first=259 second=939 amount=-5 -kerning first=1163 second=68 amount=1 -kerning first=8244 second=1243 amount=-4 -kerning first=1081 second=1098 amount=-2 -kerning first=84 second=1191 amount=-4 -kerning first=261 second=932 amount=-3 -kerning first=8250 second=957 amount=-2 -kerning first=94 second=198 amount=-5 -kerning first=45 second=86 amount=-3 -kerning first=1276 second=1254 amount=-1 -kerning first=76 second=262 amount=-2 -kerning first=321 second=1091 amount=-4 -kerning first=1251 second=8216 amount=-3 -kerning first=1226 second=314 amount=1 -kerning first=1207 second=72 amount=1 -kerning first=40 second=291 amount=-1 -kerning first=169 second=256 amount=-2 -kerning first=1196 second=1032 amount=-6 -kerning first=1198 second=268 amount=-2 -kerning first=973 second=1026 amount=-3 -kerning first=1126 second=1265 amount=-4 -kerning first=920 second=194 amount=-2 -kerning first=1276 second=1144 amount=-1 -kerning first=242 second=1066 amount=-3 -kerning first=8244 second=1085 amount=-1 -kerning first=959 second=356 amount=-3 -kerning first=1274 second=1105 amount=-5 -kerning first=932 second=1263 amount=-4 -kerning first=1189 second=240 amount=-2 -kerning first=334 second=47 amount=-3 -kerning first=1071 second=207 amount=1 -kerning first=1270 second=118 amount=-4 -kerning first=944 second=8220 amount=-3 -kerning first=939 second=1020 amount=-3 -kerning first=1122 second=1090 amount=-2 -kerning first=1228 second=354 amount=-3 -kerning first=63 second=1232 amount=-4 -kerning first=210 second=932 amount=-2 -kerning first=1080 second=957 amount=-1 -kerning first=1203 second=1139 amount=-1 -kerning first=121 second=913 amount=-4 -kerning first=174 second=933 amount=-1 -kerning first=1234 second=334 amount=-2 -kerning first=1118 second=230 amount=-1 -kerning first=170 second=966 amount=-2 -kerning first=1270 second=1201 amount=-4 -kerning first=310 second=1108 amount=-3 -kerning first=1010 second=1185 amount=-1 -kerning first=65 second=337 amount=-1 -kerning first=192 second=273 amount=-1 -kerning first=1075 second=46 amount=-6 -kerning first=1102 second=256 amount=-2 -kerning first=335 second=194 amount=-2 -kerning first=1188 second=361 amount=-5 -kerning first=8221 second=241 amount=-1 -kerning first=1185 second=335 amount=-1 -kerning first=334 second=1198 amount=-2 -kerning first=1077 second=1277 amount=-1 -kerning first=1058 second=324 amount=-4 -kerning first=315 second=1265 amount=-4 -kerning first=304 second=938 amount=1 -kerning first=187 second=372 amount=-4 -kerning first=1066 second=198 amount=-2 -kerning first=913 second=283 amount=-1 -kerning first=1203 second=247 amount=-1 -kerning first=227 second=1249 amount=-2 -kerning first=1101 second=933 amount=-6 -kerning first=1234 second=373 amount=-4 -kerning first=1126 second=267 amount=-1 -kerning first=239 second=1225 amount=3 -kerning first=376 second=1169 amount=-3 -kerning first=910 second=1077 amount=-6 -kerning first=1171 second=1076 amount=-3 -kerning first=238 second=1140 amount=2 -kerning first=1058 second=1271 amount=-4 -kerning first=959 second=902 amount=-2 -kerning first=256 second=339 amount=-1 -kerning first=356 second=963 amount=-5 -kerning first=932 second=265 amount=-5 -kerning first=311 second=1195 amount=-1 -kerning first=216 second=92 amount=-2 -kerning first=1034 second=256 amount=-2 -kerning first=1226 second=1120 amount=1 -kerning first=255 second=333 amount=-1 -kerning first=253 second=1089 amount=-1 -kerning first=341 second=1153 amount=-1 -kerning first=1198 second=52 amount=-4 -kerning first=1258 second=1066 amount=-2 -kerning first=195 second=266 amount=-2 -kerning first=258 second=1263 amount=-4 -kerning first=1273 second=933 amount=-5 -kerning first=1169 second=1257 amount=-2 -kerning first=1078 second=1196 amount=-3 -kerning first=1114 second=255 amount=-2 -kerning first=1225 second=342 amount=1 -kerning first=359 second=351 amount=-1 -kerning first=1170 second=120 amount=-3 -kerning first=1033 second=933 amount=-6 -kerning first=245 second=186 amount=-2 -kerning first=193 second=908 amount=-2 -kerning first=1029 second=301 amount=3 -kerning first=208 second=197 amount=-2 -kerning first=1207 second=1058 amount=-2 -kerning first=255 second=8218 amount=-5 -kerning first=1191 second=1035 amount=-7 -kerning first=981 second=939 amount=-6 -kerning first=8217 second=181 amount=-3 -kerning first=1122 second=170 amount=-2 -kerning first=354 second=1105 amount=-5 -kerning first=332 second=88 amount=-1 -kerning first=121 second=308 amount=-4 -kerning first=1068 second=255 amount=-1 -kerning first=86 second=1111 amount=5 -kerning first=45 second=50 amount=-2 -kerning first=376 second=1088 amount=-3 -kerning first=297 second=254 amount=3 -kerning first=8250 second=354 amount=-8 -kerning first=356 second=243 amount=-5 -kerning first=1050 second=1118 amount=-3 -kerning first=1238 second=299 amount=5 -kerning first=957 second=8230 amount=-2 -kerning first=8224 second=1092 amount=-2 -kerning first=1040 second=357 amount=-2 -kerning first=372 second=289 amount=-3 -kerning first=221 second=971 amount=-3 -kerning first=1043 second=1069 amount=-2 -kerning first=313 second=1140 amount=-5 -kerning first=204 second=301 amount=5 -kerning first=365 second=910 amount=-4 -kerning first=196 second=963 amount=-1 -kerning first=258 second=265 amount=-1 -kerning first=1100 second=253 amount=-2 -kerning first=1026 second=221 amount=-6 -kerning first=961 second=125 amount=-1 -kerning first=246 second=121 amount=-1 -kerning first=915 second=968 amount=-8 -kerning first=1241 second=89 amount=-6 -kerning first=1075 second=103 amount=-2 -kerning first=1168 second=927 amount=-2 -kerning first=1084 second=1267 amount=-1 -kerning first=1012 second=923 amount=-2 -kerning first=1188 second=290 amount=-2 -kerning first=122 second=972 amount=-1 -kerning first=8221 second=193 amount=-9 -kerning first=910 second=351 amount=-4 -kerning first=1080 second=354 amount=-3 -kerning first=1078 second=271 amount=-1 -kerning first=932 second=1139 amount=-5 -kerning first=1086 second=1118 amount=-1 -kerning first=211 second=44 amount=-3 -kerning first=1077 second=933 amount=-6 -kerning first=1113 second=1066 amount=-7 -kerning first=1200 second=199 amount=-2 -kerning first=253 second=1145 amount=-1 -kerning first=89 second=225 amount=-5 -kerning first=1058 second=258 amount=-6 -kerning first=1184 second=1010 amount=-3 -kerning first=259 second=967 amount=-1 -kerning first=213 second=1202 amount=-1 -kerning first=1197 second=1108 amount=-2 -kerning first=1210 second=253 amount=-1 -kerning first=1088 second=1058 amount=-3 -kerning first=345 second=1035 amount=-4 -kerning first=86 second=332 amount=-2 -kerning first=358 second=273 amount=-5 -kerning first=971 second=8217 amount=1 -kerning first=8217 second=1116 amount=-1 -kerning first=65 second=1105 amount=-1 -kerning first=8250 second=913 amount=-2 -kerning first=271 second=1196 amount=3 -kerning first=1222 second=330 amount=1 -kerning first=1168 second=1267 amount=-4 -kerning first=1046 second=245 amount=-2 -kerning first=1050 second=263 amount=-3 -kerning first=1170 second=966 amount=-5 -kerning first=1235 second=87 amount=-3 -kerning first=120 second=84 amount=-3 -kerning first=913 second=176 amount=-5 -kerning first=173 second=1140 amount=-3 -kerning first=240 second=1185 amount=-2 -kerning first=221 second=337 amount=-6 -kerning first=1126 second=177 amount=-3 -kerning first=920 second=376 amount=-2 -kerning first=8221 second=233 amount=-4 -kerning first=196 second=243 amount=-1 -kerning first=1185 second=1104 amount=-1 -kerning first=228 second=89 amount=-5 -kerning first=277 second=1118 amount=-1 -kerning first=1274 second=951 amount=-4 -kerning first=43 second=1026 amount=-4 -kerning first=932 second=247 amount=-4 -kerning first=1232 second=289 amount=-1 -kerning first=955 second=964 amount=-6 -kerning first=165 second=1110 amount=2 -kerning first=92 second=34 amount=-5 -kerning first=929 second=1234 amount=-5 -kerning first=337 second=196 amount=-2 -kerning first=1058 second=283 amount=-5 -kerning first=357 second=8216 amount=-3 -kerning first=8221 second=1241 amount=-4 -kerning first=336 second=358 amount=-2 -kerning first=269 second=932 amount=-5 -kerning first=297 second=49 amount=3 -kerning first=192 second=240 amount=-1 -kerning first=256 second=239 amount=3 -kerning first=1230 second=320 amount=1 -kerning first=1189 second=230 amount=-2 -kerning first=902 second=275 amount=-1 -kerning first=1205 second=201 amount=1 -kerning first=255 second=1077 amount=-1 -kerning first=1186 second=274 amount=1 -kerning first=75 second=273 amount=-3 -kerning first=335 second=376 amount=-6 -kerning first=1043 second=8373 amount=-2 -kerning first=8221 second=1230 amount=-1 -kerning first=1163 second=1188 amount=1 -kerning first=196 second=8221 amount=-7 -kerning first=258 second=1139 amount=-1 -kerning first=1069 second=194 amount=-2 -kerning first=70 second=945 amount=-3 -kerning first=375 second=267 amount=-1 -kerning first=376 second=266 amount=-2 -kerning first=353 second=356 amount=-5 -kerning first=1058 second=1087 amount=-4 -kerning first=183 second=55 amount=-2 -kerning first=1168 second=269 amount=-5 -kerning first=1083 second=8220 amount=-3 -kerning first=314 second=95 amount=2 -kerning first=1117 second=1141 amount=-1 -kerning first=1196 second=908 amount=-2 -kerning first=1125 second=376 amount=-4 -kerning first=104 second=1200 amount=-5 -kerning first=98 second=1244 amount=-2 -kerning first=84 second=927 amount=-2 -kerning first=1078 second=113 amount=-1 -kerning first=1220 second=86 amount=-3 -kerning first=235 second=1267 amount=-1 -kerning first=1116 second=1092 amount=-1 -kerning first=932 second=1028 amount=-2 -kerning first=1072 second=84 amount=-3 -kerning first=8225 second=279 amount=-2 -kerning first=255 second=1113 amount=-3 -kerning first=1184 second=339 amount=-3 -kerning first=8217 second=110 amount=-1 -kerning first=301 second=302 amount=3 -kerning first=1111 second=107 amount=3 -kerning first=1199 second=923 amount=-4 -kerning first=1179 second=1089 amount=-1 -kerning first=341 second=194 amount=-3 -kerning first=95 second=121 amount=-5 -kerning first=319 second=1200 amount=-2 -kerning first=87 second=1256 amount=-2 -kerning first=358 second=1167 amount=-4 -kerning first=1166 second=196 amount=-5 -kerning first=376 second=237 amount=-2 -kerning first=1178 second=1263 amount=-3 -kerning first=1226 second=215 amount=-1 -kerning first=1094 second=1070 amount=1 -kerning first=1097 second=295 amount=1 -kerning first=120 second=1239 amount=-1 -kerning first=1270 second=902 amount=-6 -kerning first=1198 second=248 amount=-6 -kerning first=1043 second=249 amount=-5 -kerning first=1027 second=224 amount=-5 -kerning first=1256 second=1244 amount=-1 -kerning first=299 second=1211 amount=3 -kerning first=193 second=1255 amount=-1 -kerning first=84 second=1267 amount=-4 -kerning first=1115 second=1141 amount=-1 -kerning first=98 second=193 amount=-2 -kerning first=1195 second=1059 amount=-4 -kerning first=310 second=908 amount=-2 -kerning first=374 second=963 amount=-6 -kerning first=981 second=967 amount=-1 -kerning first=933 second=265 amount=-6 -kerning first=116 second=314 amount=1 -kerning first=342 second=92 amount=-1 -kerning first=1075 second=259 amount=-2 -kerning first=194 second=1118 amount=-4 -kerning first=354 second=951 amount=-4 -kerning first=1199 second=295 amount=3 -kerning first=1074 second=358 amount=-5 -kerning first=341 second=234 amount=-1 -kerning first=1098 second=121 amount=-2 -kerning first=240 second=1276 amount=-2 -kerning first=1188 second=196 amount=-6 -kerning first=1118 second=1095 amount=-1 -kerning first=76 second=8216 amount=-5 -kerning first=55 second=1236 amount=-7 -kerning first=216 second=95 amount=-3 -kerning first=341 second=1243 amount=-1 -kerning first=915 second=1232 amount=-6 -kerning first=1122 second=120 amount=-1 -kerning first=8244 second=1273 amount=-1 -kerning first=906 second=300 amount=1 -kerning first=1041 second=297 amount=2 -kerning first=258 second=1028 amount=-2 -kerning first=1271 second=335 amount=-2 -kerning first=1256 second=193 amount=-2 -kerning first=1225 second=376 amount=-1 -kerning first=1178 second=265 amount=-3 -kerning first=244 second=1204 amount=-3 -kerning first=101 second=1026 amount=-3 -kerning first=1168 second=1086 amount=-5 -kerning first=1226 second=1190 amount=1 -kerning first=1170 second=1060 amount=-2 -kerning first=1207 second=939 amount=-1 -kerning first=1035 second=121 amount=-1 -kerning first=1040 second=1256 amount=-2 -kerning first=71 second=1099 amount=2 -kerning first=162 second=932 amount=-5 -kerning first=221 second=1105 amount=-6 -kerning first=1188 second=235 amount=-5 -kerning first=1043 second=257 amount=-5 -kerning first=299 second=323 amount=3 -kerning first=84 second=269 amount=-5 -kerning first=1169 second=1108 amount=-2 -kerning first=65 second=1171 amount=-2 -kerning first=1274 second=1091 amount=-4 -kerning first=1201 second=171 amount=-3 -kerning first=1145 second=1207 amount=-1 -kerning first=1270 second=1173 amount=-4 -kerning first=1279 second=940 amount=-1 -kerning first=1040 second=1200 amount=-5 -kerning first=1140 second=58 amount=-4 -kerning first=374 second=243 amount=-6 -kerning first=244 second=1232 amount=-2 -kerning first=1043 second=1153 amount=-5 -kerning first=73 second=299 amount=5 -kerning first=8221 second=1125 amount=-1 -kerning first=195 second=245 amount=-1 -kerning first=194 second=263 amount=-1 -kerning first=1179 second=1145 amount=-1 -kerning first=358 second=240 amount=-5 -kerning first=375 second=177 amount=-3 -kerning first=45 second=8216 amount=-3 -kerning first=945 second=47 amount=-2 -kerning first=1061 second=275 amount=-2 -kerning first=116 second=1120 amount=1 -kerning first=356 second=347 amount=-5 -kerning first=114 second=121 amount=1 -kerning first=1164 second=372 amount=-3 -kerning first=176 second=338 amount=-1 -kerning first=8217 second=192 amount=-9 -kerning first=1107 second=945 amount=-2 -kerning first=924 second=207 amount=1 -kerning first=1275 second=84 amount=-3 -kerning first=330 second=1111 amount=5 -kerning first=959 second=93 amount=-1 -kerning first=94 second=193 amount=-5 -kerning first=1209 second=1090 amount=-2 -kerning first=1103 second=376 amount=-5 -kerning first=1020 second=1098 amount=-2 -kerning first=347 second=372 amount=-2 -kerning first=1225 second=200 amount=1 -kerning first=88 second=1242 amount=-1 -kerning first=337 second=89 amount=-6 -kerning first=933 second=1139 amount=-6 -kerning first=1027 second=1117 amount=-4 -kerning first=1094 second=924 amount=1 -kerning first=943 second=172 amount=-2 -kerning first=284 second=105 amount=2 -kerning first=1234 second=1141 amount=-4 -kerning first=86 second=46 amount=-6 -kerning first=324 second=910 amount=-5 -kerning first=186 second=285 amount=-2 -kerning first=239 second=377 amount=6 -kerning first=355 second=322 amount=1 -kerning first=317 second=43 amount=-4 -kerning first=1143 second=260 amount=-4 -kerning first=363 second=1035 amount=-3 -kerning first=903 second=52 amount=-4 -kerning first=1274 second=231 amount=-5 -kerning first=932 second=367 amount=-5 -kerning first=1222 second=8217 amount=2 -kerning first=1088 second=939 amount=-6 -kerning first=1259 second=372 amount=-3 -kerning first=1066 second=1244 amount=-2 -kerning first=1202 second=335 amount=-2 -kerning first=89 second=100 amount=-6 -kerning first=75 second=240 amount=-3 -kerning first=1184 second=239 amount=5 -kerning first=8217 second=232 amount=-4 -kerning first=335 second=373 amount=-1 -kerning first=1069 second=376 amount=-2 -kerning first=8225 second=1195 amount=-2 -kerning first=80 second=1232 amount=-5 -kerning first=242 second=65 amount=-2 -kerning first=1178 second=1139 amount=-3 -kerning first=933 second=247 amount=-4 -kerning first=1181 second=267 amount=-1 -kerning first=1230 second=304 amount=1 -kerning first=343 second=196 amount=-3 -kerning first=1193 second=1059 amount=-6 -kerning first=1196 second=1255 amount=-5 -kerning first=186 second=162 amount=-2 -kerning first=935 second=940 amount=-2 -kerning first=1188 second=343 amount=-4 -kerning first=1027 second=81 amount=-2 -kerning first=84 second=1086 amount=-5 -kerning first=959 second=1265 amount=-1 -kerning first=254 second=8224 amount=-2 -kerning first=914 second=239 amount=2 -kerning first=8217 second=1084 amount=-1 -kerning first=354 second=1091 amount=-4 -kerning first=1226 second=78 amount=1 -kerning first=1228 second=1263 amount=-1 -kerning first=1066 second=193 amount=-2 -kerning first=121 second=265 amount=-1 -kerning first=1234 second=116 amount=-2 -kerning first=87 second=114 amount=-2 -kerning first=935 second=264 amount=-1 -kerning first=1178 second=247 amount=-6 -kerning first=90 second=8353 amount=-2 -kerning first=1036 second=1143 amount=-3 -kerning first=1059 second=250 amount=-3 -kerning first=343 second=235 amount=-1 -kerning first=1016 second=1249 amount=-2 -kerning first=253 second=1233 amount=-1 -kerning first=1140 second=285 amount=-3 -kerning first=254 second=88 amount=-2 -kerning first=908 second=910 amount=-2 -kerning first=1196 second=126 amount=-4 -kerning first=1198 second=1100 amount=-3 -kerning first=34 second=1040 amount=-5 -kerning first=1188 second=169 amount=-2 -kerning first=1275 second=1239 amount=-2 -kerning first=225 second=1143 amount=-1 -kerning first=95 second=364 amount=-3 -kerning first=174 second=1232 amount=-5 -kerning first=1271 second=1104 amount=-2 -kerning first=110 second=375 amount=-1 -kerning first=98 second=374 amount=-6 -kerning first=378 second=232 amount=-1 -kerning first=310 second=1255 amount=-3 -kerning first=317 second=1236 amount=2 -kerning first=933 second=1028 amount=-2 -kerning first=1105 second=376 amount=-6 -kerning first=1101 second=1204 amount=-3 -kerning first=1278 second=242 amount=-2 -kerning first=1258 second=65 amount=-2 -kerning first=1027 second=195 amount=-6 -kerning first=1225 second=1124 amount=1 -kerning first=297 second=1036 amount=3 -kerning first=8244 second=8230 amount=-7 -kerning first=107 second=45 amount=-2 -kerning first=1189 second=1095 amount=-2 -kerning first=1140 second=162 amount=-3 -kerning first=923 second=940 amount=-1 -kerning first=89 second=112 amount=-3 -kerning first=1012 second=1217 amount=-1 -kerning first=1036 second=284 amount=-2 -kerning first=301 second=1018 amount=3 -kerning first=313 second=1058 amount=-6 -kerning first=271 second=238 amount=3 -kerning first=354 second=231 amount=-5 -kerning first=1163 second=351 amount=-1 -kerning first=1243 second=1199 amount=-1 -kerning first=1273 second=1204 amount=-3 -kerning first=112 second=1203 amount=-1 -kerning first=1101 second=1232 amount=-2 -kerning first=86 second=103 amount=-3 -kerning first=1267 second=257 amount=-1 -kerning first=1232 second=1196 amount=-6 -kerning first=1256 second=374 amount=-2 -kerning first=376 second=245 amount=-6 -kerning first=1244 second=1092 amount=-2 -kerning first=310 second=126 amount=-6 -kerning first=1178 second=1028 amount=-2 -kerning first=46 second=57 amount=-1 -kerning first=65 second=1091 amount=-4 -kerning first=1059 second=261 amount=-5 -kerning first=1050 second=365 amount=-2 -kerning first=316 second=301 amount=5 -kerning first=902 second=336 amount=-2 -kerning first=123 second=940 amount=-1 -kerning first=1033 second=1204 amount=-3 -kerning first=8224 second=981 amount=-2 -kerning first=923 second=264 amount=-2 -kerning first=372 second=271 amount=-3 -kerning first=1198 second=115 amount=-4 -kerning first=221 second=951 amount=-3 -kerning first=1267 second=1153 amount=-1 -kerning first=256 second=1057 amount=-2 -kerning first=1180 second=1069 amount=-2 -kerning first=70 second=111 amount=-3 -kerning first=1120 second=299 amount=5 -kerning first=102 second=1059 amount=1 -kerning first=1075 second=273 amount=-2 -kerning first=311 second=287 amount=-1 -kerning first=1170 second=226 amount=-5 -kerning first=1033 second=1232 amount=-2 -kerning first=42 second=65 amount=-5 -kerning first=121 second=1139 amount=-1 -kerning first=1012 second=192 amount=-2 -kerning first=349 second=86 amount=-3 -kerning first=1043 second=194 amount=-6 -kerning first=8250 second=1263 amount=-2 -kerning first=932 second=324 amount=-4 -kerning first=1230 second=1172 amount=1 -kerning first=1265 second=256 amount=-4 -kerning first=1202 second=1104 amount=-2 -kerning first=173 second=1058 amount=-4 -kerning first=920 second=8230 amount=-3 -kerning first=213 second=356 amount=-2 -kerning first=1243 second=957 amount=-1 -kerning first=1090 second=959 amount=-2 -kerning first=1203 second=283 amount=-1 -kerning first=43 second=1061 amount=-4 -kerning first=932 second=1271 amount=-4 -kerning first=87 second=1017 amount=-2 -kerning first=358 second=230 amount=-5 -kerning first=1276 second=242 amount=-2 -kerning first=245 second=1040 amount=-2 -kerning first=293 second=8220 amount=-3 -kerning first=116 second=215 amount=-1 -kerning first=359 second=1070 amount=1 -kerning first=65 second=231 amount=-1 -kerning first=1241 second=1046 amount=-2 -kerning first=1230 second=66 amount=1 -kerning first=1168 second=371 amount=-5 -kerning first=1097 second=82 amount=1 -kerning first=1263 second=933 amount=-2 -kerning first=1043 second=234 amount=-5 -kerning first=242 second=174 amount=-1 -kerning first=1080 second=1263 amount=-1 -kerning first=1138 second=910 amount=-2 -kerning first=1088 second=967 amount=-1 -kerning first=38 second=1198 amount=-5 -kerning first=1077 second=1204 amount=-3 -kerning first=102 second=291 amount=-1 -kerning first=1232 second=271 amount=-1 -kerning first=1207 second=1216 amount=1 -kerning first=1205 second=1219 amount=1 -kerning first=1265 second=281 amount=-1 -kerning first=176 second=95 amount=-4 -kerning first=89 second=1026 amount=3 -kerning first=374 second=347 amount=-4 -kerning first=1186 second=1039 amount=1 -kerning first=966 second=1143 amount=-1 -kerning first=270 second=1066 amount=-2 -kerning first=1043 second=1243 amount=-5 -kerning first=299 second=1043 amount=3 -kerning first=1167 second=258 amount=-2 -kerning first=177 second=375 amount=-3 -kerning first=242 second=935 amount=-2 -kerning first=355 second=205 amount=1 -kerning first=1059 second=331 amount=-3 -kerning first=372 second=113 amount=-3 -kerning first=89 second=67 amount=-2 -kerning first=1043 second=1085 amount=-4 -kerning first=1027 second=345 amount=-4 -kerning first=44 second=356 amount=-2 -kerning first=213 second=902 amount=-2 -kerning first=1220 second=8216 amount=-4 -kerning first=112 second=910 amount=-6 -kerning first=1197 second=1255 amount=-2 -kerning first=1180 second=8373 amount=-2 -kerning first=126 second=1277 amount=-1 -kerning first=1232 second=1275 amount=-2 -kerning first=1141 second=95 amount=-5 -kerning first=253 second=1058 amount=-2 -kerning first=1200 second=1207 amount=-5 -kerning first=291 second=358 amount=-3 -kerning first=310 second=305 amount=2 -kerning first=933 second=367 amount=-3 -kerning first=116 second=1190 amount=1 -kerning first=1168 second=227 amount=-5 -kerning first=1094 second=344 amount=1 -kerning first=1066 second=374 amount=-6 -kerning first=913 second=1059 amount=-5 -kerning first=1040 second=1017 amount=-2 -kerning first=341 second=373 amount=1 -kerning first=241 second=255 amount=-1 -kerning first=1254 second=1040 amount=-2 -kerning first=1188 second=210 amount=-2 -kerning first=380 second=8363 amount=-1 -kerning first=8244 second=1141 amount=1 -kerning first=266 second=1278 amount=-1 -kerning first=1078 second=248 amount=-1 -kerning first=1116 second=981 amount=-1 -kerning first=1239 second=89 amount=-6 -kerning first=1071 second=1031 amount=1 -kerning first=1270 second=1265 amount=-4 -kerning first=1279 second=246 amount=-1 -kerning first=88 second=945 amount=-2 -kerning first=915 second=1256 amount=-2 -kerning first=931 second=172 amount=-2 -kerning first=1111 second=104 amount=3 -kerning first=1199 second=192 amount=-4 -kerning first=1197 second=126 amount=-1 -kerning first=86 second=259 amount=-3 -kerning first=1178 second=367 amount=-2 -kerning first=1061 second=336 amount=-1 -kerning first=950 second=912 amount=-2 -kerning first=356 second=99 amount=-5 -kerning first=932 second=258 amount=-6 -kerning first=1230 second=1052 amount=1 -kerning first=1045 second=239 amount=5 -kerning first=120 second=263 amount=-1 -kerning first=88 second=262 amount=-1 -kerning first=1258 second=935 amount=-1 -kerning first=8370 second=1140 amount=-1 -kerning first=1107 second=111 amount=-2 -kerning first=250 second=376 amount=-4 -kerning first=84 second=371 amount=-5 -kerning first=1180 second=249 amount=-2 -kerning first=1072 second=1118 amount=-1 -kerning first=288 second=198 amount=-1 -kerning first=1232 second=113 amount=-1 -kerning first=1091 second=1066 amount=-2 -kerning first=359 second=924 amount=1 -kerning first=1153 second=374 amount=-4 -kerning first=1199 second=232 amount=-1 -kerning first=1170 second=1254 amount=-2 -kerning first=913 second=291 amount=-1 -kerning first=8224 second=1040 amount=-5 -kerning first=376 second=1097 amount=-3 -kerning first=244 second=1200 amount=-6 -kerning first=8244 second=116 amount=1 -kerning first=1243 second=354 amount=-3 -kerning first=197 second=1069 amount=-2 -kerning first=932 second=283 amount=-5 -kerning first=1170 second=1144 amount=-2 -kerning first=1207 second=183 amount=-1 -kerning first=1270 second=267 amount=-5 -kerning first=315 second=260 amount=2 -kerning first=111 second=1185 amount=-2 -kerning first=939 second=972 amount=-6 -kerning first=8221 second=46 amount=-7 -kerning first=1111 second=317 amount=3 -kerning first=309 second=92 amount=2 -kerning first=1185 second=43 amount=-2 -kerning first=91 second=1089 amount=-1 -kerning first=1267 second=194 amount=-4 -kerning first=110 second=1066 amount=-3 -kerning first=198 second=297 amount=5 -kerning first=1058 second=59 amount=-2 -kerning first=1184 second=1057 amount=-2 -kerning first=273 second=237 amount=2 -kerning first=1075 second=240 amount=-2 -kerning first=367 second=1059 amount=-4 -kerning first=1168 second=328 amount=-4 -kerning first=1051 second=207 amount=1 -kerning first=1059 second=197 amount=-5 -kerning first=1170 second=380 amount=-3 -kerning first=119 second=242 amount=-1 -kerning first=373 second=269 amount=-1 -kerning first=372 second=268 amount=-2 -kerning first=95 second=1081 amount=3 -kerning first=927 second=1035 amount=-2 -kerning first=1012 second=221 amount=-2 -kerning first=935 second=246 amount=-2 -kerning first=221 second=231 amount=-6 -kerning first=313 second=939 amount=-3 -kerning first=355 second=1068 amount=1 -kerning first=55 second=277 amount=-3 -kerning first=196 second=99 amount=-1 -kerning first=84 second=227 amount=-5 -kerning first=233 second=375 amount=-1 -kerning first=1274 second=363 amount=-5 -kerning first=932 second=1087 amount=-4 -kerning first=126 second=933 amount=-4 -kerning first=229 second=1267 amount=-1 -kerning first=1168 second=1279 amount=-3 -kerning first=1232 second=87 amount=-4 -kerning first=351 second=1140 amount=-3 -kerning first=116 second=78 amount=1 -kerning first=922 second=972 amount=-3 -kerning first=243 second=8225 amount=-2 -kerning first=335 second=1141 amount=-1 -kerning first=1188 second=1259 amount=-5 -kerning first=259 second=92 amount=-3 -kerning first=1180 second=1153 amount=-3 -kerning first=1267 second=234 amount=-1 -kerning first=1225 second=1180 amount=1 -kerning first=263 second=356 amount=-5 -kerning first=929 second=172 amount=-2 -kerning first=1243 second=913 amount=-2 -kerning first=256 second=910 amount=-5 -kerning first=275 second=1277 amount=-1 -kerning first=1059 second=275 amount=-6 -kerning first=1113 second=935 amount=-2 -kerning first=173 second=182 amount=-1 -kerning first=1267 second=1243 amount=-1 -kerning first=258 second=283 amount=-1 -kerning first=1224 second=933 amount=-5 -kerning first=95 second=71 amount=-3 -kerning first=933 second=324 amount=-3 -kerning first=271 second=39 amount=2 -kerning first=1069 second=8230 amount=-3 -kerning first=173 second=939 amount=-4 -kerning first=910 second=250 amount=-3 -kerning first=377 second=288 amount=-2 -kerning first=933 second=1271 amount=-3 -kerning first=1169 second=1255 amount=-2 -kerning first=197 second=8373 amount=-2 -kerning first=1274 second=229 amount=-5 -kerning first=1059 second=1187 amount=-3 -kerning first=1232 second=268 amount=-2 -kerning first=92 second=972 amount=-1 -kerning first=923 second=246 amount=-1 -kerning first=372 second=52 amount=-2 -kerning first=89 second=1235 amount=-5 -kerning first=112 second=1093 amount=-1 -kerning first=235 second=1279 amount=-1 -kerning first=118 second=945 amount=-1 -kerning first=91 second=1145 amount=-1 -kerning first=344 second=301 amount=3 -kerning first=337 second=1046 amount=-2 -kerning first=1086 second=256 amount=-2 -kerning first=1050 second=281 amount=-3 -kerning first=1179 second=1058 amount=-4 -kerning first=1170 second=1078 amount=-3 -kerning first=1092 second=1035 amount=-3 -kerning first=1097 second=221 amount=-1 -kerning first=373 second=1086 amount=-1 -kerning first=123 second=246 amount=-1 -kerning first=1095 second=1143 amount=-1 -kerning first=341 second=8230 amount=-4 -kerning first=290 second=1066 amount=-2 -kerning first=174 second=1200 amount=-1 -kerning first=111 second=1276 amount=-2 -kerning first=1126 second=170 amount=-5 -kerning first=1027 second=211 amount=-2 -kerning first=8216 second=1051 amount=-4 -kerning first=8221 second=103 amount=-4 -kerning first=84 second=328 amount=-4 -kerning first=1169 second=126 amount=-1 -kerning first=1145 second=8249 amount=-3 -kerning first=257 second=8220 amount=-3 -kerning first=375 second=260 amount=-4 -kerning first=923 second=8217 amount=-7 -kerning first=1058 second=291 amount=-5 -kerning first=915 second=114 amount=-4 -kerning first=251 second=89 amount=-4 -kerning first=195 second=375 amount=-4 -kerning first=354 second=363 amount=-5 -kerning first=1199 second=221 amount=-2 -kerning first=84 second=1279 amount=-3 -kerning first=177 second=1066 amount=-3 -kerning first=87 second=244 amount=-3 -kerning first=358 second=1095 amount=-5 -kerning first=294 second=8225 amount=3 -kerning first=910 second=261 amount=-5 -kerning first=1201 second=8363 amount=-1 -kerning first=211 second=1026 amount=-2 -kerning first=311 second=358 amount=-4 -kerning first=253 second=939 amount=-2 -kerning first=1101 second=1200 amount=-6 -kerning first=1186 second=1024 amount=1 -kerning first=1128 second=277 amount=-1 -kerning first=1027 second=119 amount=-4 -kerning first=1107 second=1209 amount=-2 -kerning first=947 second=60 amount=-3 -kerning first=333 second=1196 amount=-3 -kerning first=350 second=239 amount=3 -kerning first=972 second=1236 amount=-2 -kerning first=1275 second=263 amount=-2 -kerning first=1049 second=303 amount=2 -kerning first=1143 second=966 amount=-1 -kerning first=1139 second=255 amount=-1 -kerning first=1100 second=1185 amount=-4 -kerning first=343 second=1259 amount=-1 -kerning first=981 second=92 amount=-3 -kerning first=315 second=170 amount=-6 -kerning first=356 second=198 amount=-6 -kerning first=275 second=933 amount=-6 -kerning first=79 second=86 amount=-2 -kerning first=1187 second=1066 amount=-2 -kerning first=1273 second=1200 amount=-5 -kerning first=1117 second=49 amount=-3 -kerning first=87 second=8222 amount=-7 -kerning first=1043 second=334 amount=-2 -kerning first=1256 second=46 amount=-3 -kerning first=299 second=278 amount=3 -kerning first=1060 second=195 amount=-2 -kerning first=226 second=358 amount=-3 -kerning first=8225 second=287 amount=-2 -kerning first=1164 second=1098 amount=-2 -kerning first=1033 second=1200 amount=-6 -kerning first=1195 second=372 amount=-1 -kerning first=374 second=99 amount=-6 -kerning first=933 second=258 amount=-5 -kerning first=357 second=1064 amount=1 -kerning first=361 second=374 amount=-4 -kerning first=354 second=229 amount=-5 -kerning first=234 second=255 amount=-1 -kerning first=258 second=176 amount=-5 -kerning first=71 second=923 amount=-1 -kerning first=1210 second=1185 amount=-2 -kerning first=86 second=273 amount=-3 -kerning first=1114 second=8225 amount=-3 -kerning first=1103 second=1141 amount=-1 -kerning first=36 second=301 amount=3 -kerning first=1267 second=376 amount=-2 -kerning first=1191 second=1199 amount=-2 -kerning first=1244 second=981 amount=-2 -kerning first=58 second=1026 amount=-2 -kerning first=1241 second=125 amount=-1 -kerning first=1251 second=1143 amount=-1 -kerning first=1168 second=1092 amount=-5 -kerning first=1046 second=1066 amount=-3 -kerning first=1040 second=244 amount=-1 -kerning first=908 second=1234 amount=-2 -kerning first=1198 second=959 amount=-6 -kerning first=349 second=8216 amount=-3 -kerning first=1043 second=373 amount=-4 -kerning first=313 second=967 amount=-4 -kerning first=299 second=1011 amount=-4 -kerning first=245 second=1198 amount=-6 -kerning first=283 second=1035 amount=-3 -kerning first=197 second=1153 amount=-1 -kerning first=1259 second=1098 amount=-2 -kerning first=961 second=1203 amount=-1 -kerning first=1115 second=49 amount=-3 -kerning first=933 second=283 amount=-6 -kerning first=359 second=344 amount=1 -kerning first=8217 second=44 amount=-7 -kerning first=8222 second=1044 amount=3 -kerning first=1043 second=1273 amount=-4 -kerning first=1075 second=230 amount=-2 -kerning first=260 second=275 amount=-1 -kerning first=1094 second=201 amount=1 -kerning first=71 second=295 amount=2 -kerning first=1068 second=8225 amount=-2 -kerning first=94 second=46 amount=-9 -kerning first=239 second=1229 amount=3 -kerning first=910 second=331 amount=-3 -kerning first=356 second=8353 amount=-2 -kerning first=114 second=45 amount=-2 -kerning first=88 second=111 amount=-2 -kerning first=1198 second=60 amount=-7 -kerning first=1254 second=47 amount=-3 -kerning first=915 second=1017 amount=-2 -kerning first=181 second=173 amount=-2 -kerning first=309 second=95 amount=3 -kerning first=1234 second=199 amount=-2 -kerning first=1077 second=1200 amount=-6 -kerning first=1191 second=957 amount=-2 -kerning first=1178 second=283 amount=-3 -kerning first=246 second=8224 amount=-2 -kerning first=297 second=98 amount=3 -kerning first=1186 second=1196 amount=-2 -kerning first=933 second=1087 amount=-3 -kerning first=341 second=1141 amount=1 -kerning first=345 second=1199 amount=1 -kerning first=186 second=940 amount=-2 -kerning first=966 second=1202 amount=-2 -kerning first=99 second=354 amount=-5 -kerning first=8221 second=259 amount=-4 -kerning first=204 second=206 amount=1 -kerning first=193 second=933 amount=-5 -kerning first=1255 second=194 amount=-2 -kerning first=233 second=1066 amount=-3 -kerning first=1180 second=234 amount=-3 -kerning first=1100 second=1276 amount=-2 -kerning first=1141 second=335 amount=-1 -kerning first=169 second=1196 amount=-2 -kerning first=326 second=1059 amount=-5 -kerning first=246 second=88 amount=-2 -kerning first=1036 second=213 amount=-2 -kerning first=1254 second=1198 amount=-2 -kerning first=194 second=281 amount=-1 -kerning first=1163 second=1070 amount=1 -kerning first=1226 second=274 amount=1 -kerning first=959 second=1278 amount=-2 -kerning first=913 second=1054 amount=-2 -kerning first=1180 second=1243 amount=-3 -kerning first=95 second=1082 amount=3 -kerning first=1271 second=43 amount=-1 -kerning first=945 second=8221 amount=2 -kerning first=98 second=1249 amount=-2 -kerning first=321 second=1194 amount=-2 -kerning first=192 second=255 amount=-4 -kerning first=1105 second=1141 amount=-1 -kerning first=255 second=261 amount=-1 -kerning first=372 second=248 amount=-3 -kerning first=1196 second=1277 amount=-3 -kerning first=1263 second=1204 amount=-2 -kerning first=270 second=65 amount=-2 -kerning first=1188 second=1193 amount=-5 -kerning first=939 second=224 amount=-5 -kerning first=357 second=321 amount=1 -kerning first=924 second=1031 amount=1 -kerning first=196 second=8353 amount=-2 -kerning first=84 second=1092 amount=-5 -kerning first=1102 second=1196 amount=-3 -kerning first=1036 second=118 amount=-3 -kerning first=237 second=8361 amount=2 -kerning first=379 second=173 amount=-2 -kerning first=325 second=95 amount=2 -kerning first=195 second=187 amount=-2 -kerning first=1170 second=301 amount=6 -kerning first=341 second=116 amount=2 -kerning first=284 second=1112 amount=2 -kerning first=1193 second=372 amount=-3 -kerning first=1263 second=1232 amount=-4 -kerning first=1234 second=49 amount=-2 -kerning first=345 second=957 amount=1 -kerning first=288 second=1244 amount=-1 -kerning first=245 second=1175 amount=-1 -kerning first=8218 second=8244 amount=-6 -kerning first=8244 second=1073 amount=-3 -kerning first=1036 second=1201 amount=-3 -kerning first=225 second=118 amount=-1 -kerning first=1274 second=279 amount=-5 -kerning first=1138 second=1234 amount=-2 -kerning first=224 second=1140 amount=-3 -kerning first=961 second=910 amount=-6 -kerning first=1270 second=369 amount=-5 -kerning first=1140 second=940 amount=-3 -kerning first=301 second=202 amount=3 -kerning first=8370 second=1058 amount=-2 -kerning first=1122 second=1078 amount=-1 -kerning first=225 second=1201 amount=-1 -kerning first=1096 second=932 amount=-3 -kerning first=121 second=258 amount=-4 -kerning first=247 second=1244 amount=-4 -kerning first=1034 second=1196 amount=-3 -kerning first=1054 second=88 amount=-1 -kerning first=910 second=197 amount=-5 -kerning first=8218 second=84 amount=-6 -kerning first=90 second=1111 amount=5 -kerning first=1082 second=972 amount=-1 -kerning first=1059 second=336 amount=-2 -kerning first=1140 second=264 amount=-2 -kerning first=221 second=363 amount=-3 -kerning first=1188 second=1109 amount=-5 -kerning first=905 second=299 amount=5 -kerning first=112 second=1234 amount=-2 -kerning first=1274 second=1224 amount=-4 -kerning first=214 second=1140 amount=-2 -kerning first=247 second=936 amount=-4 -kerning first=288 second=193 amount=-1 -kerning first=41 second=8216 amount=-2 -kerning first=1232 second=248 amount=-1 -kerning first=1202 second=43 amount=-4 -kerning first=89 second=1119 amount=-3 -kerning first=8217 second=1213 amount=1 -kerning first=248 second=358 amount=-3 -kerning first=195 second=1066 amount=-6 -kerning first=1242 second=198 amount=-2 -kerning first=121 second=283 amount=-1 -kerning first=86 second=240 amount=-3 -kerning first=87 second=349 amount=-2 -kerning first=358 second=38 amount=-2 -kerning first=333 second=87 amount=-3 -kerning first=910 second=275 amount=-6 -kerning first=959 second=260 amount=-2 -kerning first=107 second=337 amount=-1 -kerning first=1145 second=228 amount=-1 -kerning first=1222 second=1065 amount=1 -kerning first=1087 second=376 amount=-5 -kerning first=1191 second=354 amount=-7 -kerning first=1091 second=65 amount=-4 -kerning first=374 second=198 amount=-5 -kerning first=1012 second=44 amount=-3 -kerning first=81 second=86 amount=-2 -kerning first=1043 second=8230 amount=-2 -kerning first=8360 second=1066 amount=-5 -kerning first=313 second=183 amount=-4 -kerning first=1163 second=924 amount=1 -kerning first=1090 second=235 amount=-2 -kerning first=118 second=111 amount=-1 -kerning first=370 second=46 amount=-2 -kerning first=1232 second=39 amount=-5 -kerning first=170 second=242 amount=-2 -kerning first=1200 second=8249 amount=-6 -kerning first=351 second=1058 amount=-5 -kerning first=90 second=332 amount=-2 -kerning first=939 second=1117 amount=-3 -kerning first=101 second=121 amount=-1 -kerning first=261 second=1197 amount=-2 -kerning first=1098 second=8224 amount=-3 -kerning first=1104 second=1196 amount=-3 -kerning first=240 second=1267 amount=-1 -kerning first=221 second=229 amount=-5 -kerning first=1223 second=303 amount=2 -kerning first=1126 second=966 amount=-1 -kerning first=222 second=84 amount=-4 -kerning first=1211 second=255 amount=-1 -kerning first=910 second=1187 amount=-3 -kerning first=1243 second=1263 amount=-1 -kerning first=1269 second=910 amount=-5 -kerning first=343 second=1193 amount=-1 -kerning first=1141 second=1104 amount=-1 -kerning first=1091 second=101 amount=-1 -kerning first=1058 second=1054 amount=-2 -kerning first=354 second=279 amount=-5 -kerning first=1090 second=1222 amount=-3 -kerning first=1098 second=88 amount=-2 -kerning first=358 second=255 amount=-4 -kerning first=297 second=1035 amount=6 -kerning first=1171 second=972 amount=-2 -kerning first=929 second=8218 amount=-9 -kerning first=337 second=125 amount=-1 -kerning first=8353 second=1278 amount=-1 -kerning first=918 second=1054 amount=-2 -kerning first=197 second=234 amount=-1 -kerning first=356 second=241 amount=-4 -kerning first=1066 second=1249 amount=-2 -kerning first=1198 second=361 amount=-3 -kerning first=1217 second=71 amount=-1 -kerning first=243 second=84 amount=-3 -kerning first=966 second=118 amount=-1 -kerning first=939 second=81 amount=-2 -kerning first=959 second=1090 amount=-2 -kerning first=1255 second=376 amount=-6 -kerning first=197 second=1243 amount=-1 -kerning first=126 second=1204 amount=-4 -kerning first=1088 second=92 amount=-3 -kerning first=345 second=354 amount=-4 -kerning first=902 second=1242 amount=-2 -kerning first=1200 second=1035 amount=3 -kerning first=1091 second=1083 amount=-3 -kerning first=374 second=8353 amount=-2 -kerning first=915 second=964 amount=-7 -kerning first=1058 second=378 amount=-3 -kerning first=966 second=1201 amount=-1 -kerning first=354 second=1224 amount=-4 -kerning first=1046 second=288 amount=-1 -kerning first=366 second=47 amount=-4 -kerning first=239 second=342 amount=3 -kerning first=376 second=187 amount=-4 -kerning first=1270 second=326 amount=-4 -kerning first=372 second=1100 amount=-2 -kerning first=922 second=81 amount=-2 -kerning first=75 second=255 amount=-3 -kerning first=8217 second=225 amount=-4 -kerning first=270 second=935 amount=-1 -kerning first=279 second=376 amount=-6 -kerning first=1224 second=1204 amount=-3 -kerning first=1203 second=291 amount=-1 -kerning first=1274 second=1195 amount=-5 -kerning first=1026 second=1026 amount=-3 -kerning first=381 second=1256 amount=-2 -kerning first=65 second=279 amount=-1 -kerning first=8250 second=258 amount=-2 -kerning first=1075 second=1095 amount=-2 -kerning first=1230 second=203 amount=1 -kerning first=1153 second=1249 amount=-1 -kerning first=1199 second=44 amount=-2 -kerning first=1167 second=1059 amount=-6 -kerning first=255 second=197 amount=-4 -kerning first=169 second=87 amount=-1 -kerning first=939 second=195 amount=-5 -kerning first=8221 second=273 amount=-4 -kerning first=76 second=1143 amount=-4 -kerning first=330 second=938 amount=1 -kerning first=1143 second=226 amount=-1 -kerning first=1185 second=277 amount=-1 -kerning first=1180 second=307 amount=2 -kerning first=932 second=59 amount=-2 -kerning first=345 second=913 amount=-3 -kerning first=211 second=1061 amount=-1 -kerning first=102 second=299 amount=7 -kerning first=961 second=1093 amount=-1 -kerning first=1265 second=289 amount=-1 -kerning first=254 second=41 amount=-1 -kerning first=359 second=201 amount=1 -kerning first=1217 second=45 amount=-4 -kerning first=915 second=244 amount=-5 -kerning first=260 second=336 amount=-2 -kerning first=8249 second=910 amount=-4 -kerning first=1187 second=929 amount=1 -kerning first=913 second=372 amount=-4 -kerning first=290 second=65 amount=-1 -kerning first=376 second=1066 amount=3 -kerning first=225 second=356 amount=-3 -kerning first=107 second=1105 amount=-1 -kerning first=79 second=8216 amount=-2 -kerning first=1102 second=87 amount=-3 -kerning first=255 second=275 amount=-1 -kerning first=92 second=81 amount=-2 -kerning first=1140 second=1237 amount=-3 -kerning first=71 second=1217 amount=-1 -kerning first=372 second=115 amount=-2 -kerning first=1043 second=1141 amount=-4 -kerning first=357 second=1166 amount=1 -kerning first=1111 second=68 amount=3 -kerning first=55 second=58 amount=-2 -kerning first=959 second=170 amount=-2 -kerning first=177 second=65 amount=-3 -kerning first=912 second=247 amount=-2 -kerning first=288 second=374 amount=-2 -kerning first=76 second=284 amount=-2 -kerning first=915 second=8222 amount=-8 -kerning first=321 second=1138 amount=-2 -kerning first=356 second=193 amount=-6 -kerning first=1170 second=242 amount=-5 -kerning first=42 second=1032 amount=-6 -kerning first=1198 second=290 amount=-2 -kerning first=186 second=246 amount=-2 -kerning first=1126 second=1060 amount=-2 -kerning first=1267 second=8230 amount=-2 -kerning first=8370 second=939 amount=-2 -kerning first=222 second=74 amount=-3 -kerning first=1078 second=959 amount=-1 -kerning first=1180 second=334 amount=-2 -kerning first=322 second=239 amount=5 -kerning first=247 second=374 amount=-4 -kerning first=1034 second=87 amount=-3 -kerning first=1093 second=8249 amount=-2 -kerning first=254 second=1091 amount=-1 -kerning first=923 second=253 amount=-4 -kerning first=116 second=274 amount=1 -kerning first=382 second=337 amount=-1 -kerning first=301 second=1053 amount=3 -kerning first=118 second=1209 amount=-1 -kerning first=71 second=192 amount=-1 -kerning first=86 second=230 amount=-3 -kerning first=375 second=966 amount=-1 -kerning first=110 second=174 amount=-1 -kerning first=82 second=1140 amount=-1 -kerning first=327 second=301 amount=5 -kerning first=197 second=376 amount=-5 -kerning first=356 second=233 amount=-5 -kerning first=275 second=1204 amount=-3 -kerning first=1168 second=981 amount=-5 -kerning first=354 second=1195 amount=-5 -kerning first=1094 second=1219 amount=1 -kerning first=120 second=281 amount=-1 -kerning first=1270 second=260 amount=-6 -kerning first=957 second=1207 amount=-1 -kerning first=944 second=221 amount=-4 -kerning first=1278 second=8370 amount=-1 -kerning first=1027 second=97 amount=-5 -kerning first=8221 second=1167 amount=-1 -kerning first=1061 second=1242 amount=-1 -kerning first=249 second=1196 amount=-3 -kerning first=1085 second=374 amount=-5 -kerning first=208 second=86 amount=-2 -kerning first=356 second=1241 amount=-5 -kerning first=1180 second=373 amount=-4 -kerning first=345 second=308 amount=-4 -kerning first=1114 second=84 amount=-7 -kerning first=1279 second=171 amount=-2 -kerning first=1186 second=52 amount=-1 -kerning first=315 second=1060 amount=-2 -kerning first=339 second=89 amount=-6 -kerning first=913 second=299 amount=3 -kerning first=360 second=44 amount=-2 -kerning first=203 second=301 amount=5 -kerning first=356 second=1230 amount=-4 -kerning first=932 second=291 amount=-5 -kerning first=1020 second=195 amount=-2 -kerning first=1093 second=1035 amount=-3 -kerning first=1140 second=246 amount=-3 -kerning first=351 second=939 amount=-5 -kerning first=1186 second=1037 amount=1 -kerning first=939 second=345 amount=-3 -kerning first=195 second=288 amount=-2 -kerning first=269 second=1197 amount=-1 -kerning first=1163 second=344 amount=1 -kerning first=1162 second=239 amount=5 -kerning first=258 second=1059 amount=-5 -kerning first=1255 second=373 amount=-1 -kerning first=1030 second=303 amount=2 -kerning first=1274 second=1194 amount=-2 -kerning first=1104 second=87 amount=-3 -kerning first=1068 second=84 amount=-3 -kerning first=288 second=1111 amount=2 -kerning first=305 second=309 amount=3 -kerning first=307 second=372 amount=2 -kerning first=281 second=89 amount=-6 -kerning first=1046 second=101 amount=-2 -kerning first=1051 second=1031 amount=1 -kerning first=334 second=198 amount=-2 -kerning first=316 second=206 amount=1 -kerning first=1226 second=1039 amount=1 -kerning first=221 second=279 amount=-6 -kerning first=966 second=356 amount=-3 -kerning first=1188 second=1010 amount=-5 -kerning first=80 second=8222 amount=-9 -kerning first=299 second=76 amount=3 -kerning first=55 second=285 amount=-3 -kerning first=196 second=233 amount=-1 -kerning first=171 second=197 amount=-2 -kerning first=117 second=1198 amount=-4 -kerning first=65 second=1195 amount=-1 -kerning first=1189 second=173 amount=-1 -kerning first=1270 second=1090 amount=-3 -kerning first=1200 second=228 amount=-5 -kerning first=374 second=241 amount=-3 -kerning first=1263 second=1200 amount=-2 -kerning first=301 second=932 amount=6 -kerning first=196 second=1241 amount=-1 -kerning first=227 second=255 amount=-1 -kerning first=1095 second=118 amount=-1 -kerning first=284 second=1040 amount=-1 -kerning first=95 second=971 amount=3 -kerning first=174 second=244 amount=-2 -kerning first=1213 second=1140 amount=-3 -kerning first=1276 second=8370 amount=-1 -kerning first=376 second=252 amount=-3 -kerning first=1225 second=254 amount=1 -kerning first=910 second=336 amount=-2 -kerning first=363 second=354 amount=-3 -kerning first=1215 second=1035 amount=-3 -kerning first=902 second=86 amount=-5 -kerning first=1097 second=223 amount=1 -kerning first=373 second=1092 amount=-1 -kerning first=1095 second=1201 amount=-1 -kerning first=1128 second=932 amount=-6 -kerning first=935 second=171 amount=-3 -kerning first=221 second=1224 amount=-3 -kerning first=100 second=296 amount=1 -kerning first=8221 second=240 amount=-4 -kerning first=299 second=359 amount=3 -kerning first=55 second=162 amount=-3 -kerning first=193 second=1204 amount=-6 -kerning first=258 second=291 amount=-1 -kerning first=84 second=981 amount=-5 -kerning first=224 second=1058 amount=-3 -kerning first=230 second=1035 amount=-3 -kerning first=1195 second=1098 amount=-1 -kerning first=56 second=44 amount=-1 -kerning first=232 second=374 amount=-6 -kerning first=216 second=1236 amount=-2 -kerning first=311 second=245 amount=-1 -kerning first=1179 second=183 amount=-2 -kerning first=290 second=935 amount=-1 -kerning first=1198 second=196 amount=-5 -kerning first=966 second=902 amount=-2 -kerning first=1126 second=359 amount=-2 -kerning first=916 second=39 amount=-6 -kerning first=238 second=92 amount=2 -kerning first=8244 second=958 amount=-4 -kerning first=902 second=945 amount=-1 -kerning first=1242 second=1244 amount=-1 -kerning first=382 second=1105 amount=-1 -kerning first=8217 second=100 amount=-4 -kerning first=379 second=79 amount=-2 -kerning first=177 second=935 amount=-3 -kerning first=261 second=253 amount=-1 -kerning first=214 second=1058 amount=-2 -kerning first=317 second=932 amount=-6 -kerning first=1171 second=224 amount=-2 -kerning first=933 second=59 amount=-4 -kerning first=307 second=299 amount=3 -kerning first=197 second=334 amount=-2 -kerning first=354 second=1194 amount=-2 -kerning first=1050 second=289 amount=-3 -kerning first=902 second=262 amount=-2 -kerning first=1198 second=235 amount=-6 -kerning first=1188 second=339 amount=-5 -kerning first=297 second=1016 amount=3 -kerning first=959 second=120 amount=-1 -kerning first=356 second=1125 amount=-4 -kerning first=923 second=171 amount=-2 -kerning first=162 second=1197 amount=-1 -kerning first=1058 second=299 amount=6 -kerning first=915 second=349 amount=-5 -kerning first=315 second=359 amount=-1 -kerning first=81 second=8216 amount=-2 -kerning first=1251 second=118 amount=-1 -kerning first=1168 second=1040 amount=-6 -kerning first=1199 second=225 amount=-1 -kerning first=1175 second=8249 amount=-2 -kerning first=119 second=923 amount=-4 -kerning first=218 second=95 amount=-3 -kerning first=71 second=221 amount=-2 -kerning first=1242 second=193 amount=-2 -kerning first=70 second=1143 amount=-2 -kerning first=239 second=200 amount=3 -kerning first=48 second=89 amount=-2 -kerning first=8218 second=1118 amount=-3 -kerning first=918 second=299 amount=5 -kerning first=197 second=373 amount=-4 -kerning first=925 second=300 amount=1 -kerning first=1181 second=966 amount=-1 -kerning first=1251 second=1201 amount=-1 -kerning first=961 second=1234 amount=-2 -kerning first=343 second=1010 amount=-1 -kerning first=374 second=193 amount=-5 -kerning first=1128 second=285 amount=-1 -kerning first=313 second=92 amount=-5 -kerning first=8221 second=48 amount=-3 -kerning first=1111 second=1188 amount=3 -kerning first=1275 second=281 amount=-2 -kerning first=336 second=1066 amount=-2 -kerning first=1271 second=277 amount=-2 -kerning first=1232 second=63 amount=-4 -kerning first=376 second=288 amount=-2 -kerning first=378 second=100 amount=-1 -kerning first=1056 second=913 amount=-5 -kerning first=381 second=1017 amount=-2 -kerning first=1207 second=925 amount=1 -kerning first=40 second=972 amount=-1 -kerning first=1090 second=1259 amount=-2 -kerning first=313 second=338 amount=-2 -kerning first=239 second=307 amount=6 -kerning first=299 second=1238 amount=3 -kerning first=1052 second=299 amount=5 -kerning first=196 second=374 amount=-5 -kerning first=106 second=86 amount=2 -kerning first=65 second=1194 amount=-2 -kerning first=1191 second=1263 amount=-2 -kerning first=1270 second=946 amount=-4 -kerning first=374 second=233 amount=-6 -kerning first=1128 second=162 amount=-1 -kerning first=8217 second=112 amount=-1 -kerning first=301 second=1184 amount=3 -kerning first=221 second=1195 amount=-6 -kerning first=1122 second=8220 amount=-4 -kerning first=195 second=101 amount=-1 -kerning first=187 second=195 amount=-2 -kerning first=252 second=358 amount=-3 -kerning first=1175 second=1035 amount=-3 -kerning first=1083 second=221 amount=-5 -kerning first=1220 second=1143 amount=-1 -kerning first=126 second=1200 amount=-4 -kerning first=965 second=932 amount=-3 -kerning first=1103 second=49 amount=-3 -kerning first=1091 second=1257 amount=-1 -kerning first=1265 second=1196 amount=-2 -kerning first=1176 second=44 amount=-1 -kerning first=297 second=915 amount=3 -kerning first=374 second=1241 amount=-6 -kerning first=256 second=1258 amount=-2 -kerning first=356 second=1111 amount=6 -kerning first=114 second=337 amount=-1 -kerning first=213 second=1278 amount=-1 -kerning first=8224 second=963 amount=-2 -kerning first=1193 second=1098 amount=-1 -kerning first=1198 second=343 amount=-3 -kerning first=173 second=92 amount=-3 -kerning first=939 second=211 amount=-2 -kerning first=1027 second=1089 amount=-5 -kerning first=1043 second=122 amount=-3 -kerning first=193 second=357 amount=-2 -kerning first=1112 second=297 amount=3 -kerning first=233 second=174 amount=-1 -kerning first=1277 second=172 amount=-1 -kerning first=1205 second=8216 amount=-3 -kerning first=115 second=910 amount=-5 -kerning first=374 second=1230 amount=-3 -kerning first=933 second=291 amount=-6 -kerning first=1224 second=1200 amount=-5 -kerning first=71 second=1110 amount=2 -kerning first=1196 second=1232 amount=-6 -kerning first=86 second=1095 amount=-3 -kerning first=87 second=1069 amount=-2 -kerning first=1026 second=1061 amount=-2 -kerning first=1061 second=945 amount=-2 -kerning first=76 second=42 amount=-8 -kerning first=84 second=1040 amount=-6 -kerning first=343 second=339 amount=-1 -kerning first=326 second=372 amount=-3 -kerning first=1202 second=277 amount=-2 -kerning first=1198 second=169 amount=-2 -kerning first=922 second=211 amount=-2 -kerning first=243 second=1118 amount=-1 -kerning first=239 second=1124 amount=3 -kerning first=183 second=194 amount=-2 -kerning first=1074 second=1066 amount=-5 -kerning first=181 second=8244 amount=1 -kerning first=1095 second=356 amount=-3 -kerning first=345 second=1263 amount=1 -kerning first=1106 second=910 amount=-5 -kerning first=1056 second=308 amount=-6 -kerning first=1061 second=262 amount=-1 -kerning first=1178 second=291 amount=-3 -kerning first=359 second=1219 amount=1 -kerning first=356 second=332 amount=-2 -kerning first=913 second=34 amount=-5 -kerning first=109 second=932 amount=-3 -kerning first=8224 second=243 amount=-2 -kerning first=358 second=1251 amount=-4 -kerning first=1188 second=239 amount=6 -kerning first=1109 second=374 amount=-5 -kerning first=8221 second=230 amount=-4 -kerning first=181 second=84 amount=-3 -kerning first=196 second=1111 amount=3 -kerning first=1274 second=1138 amount=-2 -kerning first=1087 second=1141 amount=-1 -kerning first=1092 second=1199 amount=-1 -kerning first=1265 second=271 amount=-1 -kerning first=922 second=119 amount=-4 -kerning first=321 second=1012 amount=-2 -kerning first=194 second=289 amount=-1 -kerning first=1226 second=1024 amount=1 -kerning first=174 second=349 amount=-1 -kerning first=1126 second=1254 amount=-2 -kerning first=262 second=1202 amount=-1 -kerning first=231 second=1058 amount=-5 -kerning first=321 second=358 amount=-6 -kerning first=107 second=231 amount=-1 -kerning first=932 second=1054 amount=-2 -kerning first=224 second=939 amount=-5 -kerning first=92 second=211 amount=-2 -kerning first=1040 second=1069 amount=-2 -kerning first=372 second=959 amount=-3 -kerning first=111 second=1267 amount=-1 -kerning first=1126 second=1144 amount=-2 -kerning first=1027 second=1145 amount=-5 -kerning first=1163 second=201 amount=1 -kerning first=213 second=260 amount=-2 -kerning first=1180 second=1141 amount=-3 -kerning first=1063 second=301 amount=5 -kerning first=345 second=265 amount=-1 -kerning first=375 second=226 amount=-1 -kerning first=45 second=1202 amount=-4 -kerning first=1200 second=1179 amount=-3 -kerning first=376 second=65 amount=-5 -kerning first=116 second=1039 amount=1 -kerning first=1058 second=1020 amount=-4 -kerning first=1036 second=1265 amount=-3 -kerning first=276 second=297 amount=5 -kerning first=195 second=174 amount=-5 -kerning first=1242 second=374 amount=-2 -kerning first=121 second=1059 amount=-2 -kerning first=1278 second=232 amount=-2 -kerning first=87 second=8373 amount=-2 -kerning first=380 second=269 amount=-1 -kerning first=968 second=8220 amount=-4 -kerning first=238 second=95 amount=3 -kerning first=8244 second=1207 amount=-4 -kerning first=68 second=358 amount=-2 -kerning first=196 second=332 amount=-2 -kerning first=225 second=1265 amount=-1 -kerning first=1274 second=287 amount=-5 -kerning first=214 second=939 amount=-2 -kerning first=932 second=378 amount=-3 -kerning first=1116 second=963 amount=-1 -kerning first=275 second=1200 amount=-6 -kerning first=1092 second=957 amount=-1 -kerning first=1270 second=120 amount=-3 -kerning first=92 second=119 amount=-4 -kerning first=372 second=60 amount=-5 -kerning first=240 second=1279 amount=-1 -kerning first=315 second=1254 amount=-2 -kerning first=221 second=1194 amount=-2 -kerning first=8360 second=174 amount=-1 -kerning first=1251 second=356 amount=-3 -kerning first=8249 second=1234 amount=-2 -kerning first=1255 second=1141 amount=-1 -kerning first=1139 second=8225 amount=-2 -kerning first=208 second=8216 amount=-2 -kerning first=1233 second=376 amount=-5 -kerning first=358 second=109 amount=-4 -kerning first=376 second=101 amount=-6 -kerning first=378 second=1026 amount=-2 -kerning first=374 second=1125 amount=-3 -kerning first=315 second=1144 amount=-2 -kerning first=1241 second=1203 amount=-1 -kerning first=1230 second=1178 amount=1 -kerning first=114 second=1105 amount=-1 -kerning first=176 second=1236 amount=-5 -kerning first=1049 second=298 amount=1 -kerning first=258 second=1054 amount=-2 -kerning first=1143 second=301 amount=3 -kerning first=334 second=1244 amount=-1 -kerning first=1059 second=1242 amount=-2 -kerning first=1232 second=959 amount=-1 -kerning first=1020 second=119 amount=-1 -kerning first=1265 second=113 amount=-1 -kerning first=1036 second=267 amount=-3 -kerning first=354 second=1138 amount=-2 -kerning first=1199 second=100 amount=-1 -kerning first=279 second=1141 amount=-1 -kerning first=1228 second=1059 amount=-5 -kerning first=1257 second=197 amount=-2 -kerning first=283 second=1199 amount=-1 -kerning first=121 second=291 amount=-1 -kerning first=927 second=354 amount=-2 -kerning first=358 second=173 amount=-4 -kerning first=935 second=286 amount=-1 -kerning first=122 second=1089 amount=-1 -kerning first=1116 second=243 amount=-1 -kerning first=902 second=111 amount=-1 -kerning first=1226 second=1196 amount=-2 -kerning first=1141 second=1236 amount=-4 -kerning first=1040 second=8373 amount=-2 -kerning first=284 second=1198 amount=-2 -kerning first=1184 second=1258 amount=-2 -kerning first=966 second=93 amount=-1 -kerning first=1197 second=1204 amount=-3 -kerning first=345 second=1139 amount=-1 -kerning first=1114 second=1118 amount=-2 -kerning first=1232 second=60 amount=-1 -kerning first=328 second=86 amount=-3 -kerning first=1276 second=232 amount=-2 -kerning first=919 second=300 amount=1 -kerning first=76 second=213 amount=-2 -kerning first=246 second=41 amount=-1 -kerning first=903 second=196 amount=-5 -kerning first=97 second=1140 amount=-3 -kerning first=334 second=193 amount=-2 -kerning first=1198 second=210 amount=-2 -kerning first=1213 second=1058 amount=-3 -kerning first=1188 second=1072 amount=-5 -kerning first=380 second=1086 amount=-1 -kerning first=1225 second=1036 amount=1 -kerning first=193 second=1256 amount=-2 -kerning first=1185 second=932 amount=-4 -kerning first=1046 second=1257 amount=-2 -kerning first=902 second=8216 amount=-8 -kerning first=8225 second=245 amount=-2 -kerning first=1270 second=966 amount=-5 -kerning first=1186 second=115 amount=-1 -kerning first=75 second=173 amount=-6 -kerning first=264 second=95 amount=-3 -kerning first=44 second=1090 amount=-5 -kerning first=183 second=376 amount=-4 -kerning first=354 second=287 amount=-5 -kerning first=193 second=1200 amount=-5 -kerning first=1090 second=1193 amount=-2 -kerning first=283 second=957 amount=-1 -kerning first=1068 second=1118 amount=-1 -kerning first=95 second=951 amount=3 -kerning first=927 second=913 amount=-2 -kerning first=345 second=247 amount=-2 -kerning first=87 second=257 amount=-3 -kerning first=376 second=341 amount=-3 -kerning first=76 second=118 amount=-4 -kerning first=1243 second=258 amount=-2 -kerning first=65 second=1138 amount=-2 -kerning first=59 second=936 amount=-4 -kerning first=1168 second=47 amount=-5 -kerning first=1084 second=1198 amount=-5 -kerning first=373 second=981 amount=-1 -kerning first=1016 second=255 amount=-1 -kerning first=957 second=8249 amount=-3 -kerning first=923 second=286 amount=-2 -kerning first=1012 second=1026 amount=-2 -kerning first=87 second=1153 amount=-3 -kerning first=966 second=1265 amount=-1 -kerning first=76 second=1201 amount=-4 -kerning first=247 second=1249 amount=-1 -kerning first=1086 second=1196 amount=-3 -kerning first=1100 second=1267 amount=-2 -kerning first=1091 second=1108 amount=-1 -kerning first=246 second=1091 amount=-1 -kerning first=1241 second=910 amount=-6 -kerning first=1167 second=372 amount=-3 -kerning first=1092 second=354 amount=-3 -kerning first=1117 second=1035 amount=-3 -kerning first=86 second=38 amount=-3 -kerning first=1118 second=8244 amount=2 -kerning first=1043 second=199 amount=-2 -kerning first=122 second=1145 amount=-1 -kerning first=376 second=174 amount=-1 -kerning first=916 second=63 amount=-4 -kerning first=1078 second=235 amount=-1 -kerning first=192 second=8225 amount=-5 -kerning first=197 second=1141 amount=-4 -kerning first=356 second=46 amount=-2 -kerning first=43 second=88 amount=-4 -kerning first=8250 second=1059 amount=-6 -kerning first=224 second=967 amount=-1 -kerning first=1059 second=1074 amount=-3 -kerning first=1279 second=8363 amount=-1 -kerning first=1091 second=1032 amount=-4 -kerning first=374 second=332 amount=-2 -kerning first=1217 second=337 amount=-2 -kerning first=382 second=231 amount=-1 -kerning first=8217 second=1235 amount=-4 -kerning first=1111 second=379 amount=6 -kerning first=972 second=932 amount=-3 -kerning first=1085 second=1249 amount=-2 -kerning first=277 second=1196 amount=-3 -kerning first=1210 second=1267 amount=-1 -kerning first=1118 second=84 amount=-2 -kerning first=1236 second=1111 amount=5 -kerning first=89 second=1081 amount=-3 -kerning first=1036 second=177 amount=-2 -kerning first=65 second=287 amount=-1 -kerning first=1230 second=1045 amount=1 -kerning first=1168 second=382 amount=-3 -kerning first=1050 second=271 amount=-3 -kerning first=1235 second=89 amount=-5 -kerning first=1164 second=195 amount=-2 -kerning first=957 second=1035 amount=-2 -kerning first=935 second=920 amount=-1 -kerning first=239 second=1180 amount=3 -kerning first=1080 second=1059 amount=-5 -kerning first=228 second=910 amount=-5 -kerning first=369 second=8216 amount=-3 -kerning first=1185 second=285 amount=-1 -kerning first=114 second=1171 amount=2 -kerning first=253 second=95 amount=-5 -kerning first=170 second=923 amount=-5 -kerning first=1265 second=238 amount=3 -kerning first=1115 second=1035 amount=-3 -kerning first=908 second=8218 amount=-3 -kerning first=1040 second=1153 amount=-1 -kerning first=293 second=221 amount=-5 -kerning first=1198 second=1259 amount=-6 -kerning first=933 second=1054 amount=-2 -kerning first=231 second=939 amount=-4 -kerning first=1092 second=913 amount=-2 -kerning first=119 second=192 amount=-4 -kerning first=241 second=84 amount=-3 -kerning first=358 second=1220 amount=-4 -kerning first=355 second=310 amount=1 -kerning first=1061 second=111 amount=-2 -kerning first=197 second=116 amount=-2 -kerning first=1201 second=269 amount=-1 -kerning first=260 second=1242 amount=-2 -kerning first=1259 second=195 amount=-2 -kerning first=1097 second=1026 amount=-2 -kerning first=89 second=71 amount=-2 -kerning first=357 second=356 amount=-2 -kerning first=8221 second=1095 amount=-4 -kerning first=84 second=47 amount=-5 -kerning first=1185 second=162 amount=-1 -kerning first=235 second=1198 amount=-6 -kerning first=126 second=55 amount=-2 -kerning first=1209 second=8220 amount=-3 -kerning first=286 second=358 amount=-2 -kerning first=1178 second=1054 amount=-2 -kerning first=82 second=939 amount=-2 -kerning first=1058 second=1098 amount=-3 -kerning first=187 second=119 amount=-2 -kerning first=1199 second=1026 amount=-2 -kerning first=119 second=232 amount=-1 -kerning first=1098 second=41 amount=-2 -kerning first=1196 second=1256 amount=-2 -kerning first=1234 second=8249 amount=-2 -kerning first=935 second=8363 amount=-2 -kerning first=263 second=1090 amount=-1 -kerning first=377 second=908 amount=-2 -kerning first=309 second=302 amount=2 -kerning first=1169 second=1204 amount=-3 -kerning first=1220 second=1202 amount=-2 -kerning first=283 second=354 amount=-3 -kerning first=336 second=65 amount=-2 -kerning first=1277 second=333 amount=-1 -kerning first=215 second=358 amount=-4 -kerning first=1270 second=1060 amount=-2 -kerning first=1200 second=214 amount=-2 -kerning first=291 second=1066 amount=-3 -kerning first=923 second=920 amount=-2 -kerning first=1186 second=108 amount=1 -kerning first=116 second=1024 amount=1 -kerning first=321 second=266 amount=-2 -kerning first=1188 second=1057 amount=-2 -kerning first=357 second=1168 amount=1 -kerning first=95 second=1091 amount=-5 -kerning first=1118 second=1239 amount=-1 -kerning first=1244 second=963 amount=-2 -kerning first=337 second=1203 amount=-1 -kerning first=356 second=103 amount=-5 -kerning first=226 second=375 amount=-1 -kerning first=1145 second=913 amount=-2 -kerning first=232 second=1249 amount=-1 -kerning first=195 second=1257 amount=-1 -kerning first=194 second=1196 amount=-6 -kerning first=1168 second=1175 amount=-3 -kerning first=161 second=933 amount=-4 -kerning first=1050 second=113 amount=-3 -kerning first=334 second=374 amount=-2 -kerning first=1207 second=353 amount=-1 -kerning first=120 second=289 amount=-1 -kerning first=88 second=284 amount=-1 -kerning first=1263 second=244 amount=-1 -kerning first=240 second=186 amount=-2 -kerning first=221 second=1138 amount=-2 -kerning first=1027 second=1233 amount=-5 -kerning first=299 second=301 amount=3 -kerning first=55 second=940 amount=-3 -kerning first=1143 second=242 amount=-1 -kerning first=258 second=372 amount=-4 -kerning first=84 second=382 amount=-3 -kerning first=1230 second=358 amount=-2 -kerning first=310 second=1256 amount=-2 -kerning first=89 second=45 amount=-4 -kerning first=1184 second=172 amount=-6 -kerning first=915 second=1069 amount=-2 -kerning first=108 second=207 amount=1 -kerning first=1199 second=297 amount=3 -kerning first=373 second=1040 amount=-4 -kerning first=1098 second=1091 amount=-2 -kerning first=1278 second=212 amount=-1 -kerning first=1234 second=1035 amount=-6 -kerning first=1223 second=298 amount=1 -kerning first=1126 second=301 amount=3 -kerning first=117 second=8221 amount=1 -kerning first=1274 second=1012 amount=-2 -kerning first=932 second=299 amount=6 -kerning first=356 second=1249 amount=-3 -kerning first=1201 second=1086 amount=-1 -kerning first=1059 second=945 amount=-6 -kerning first=923 second=8363 amount=-1 -kerning first=1263 second=8222 amount=-5 -kerning first=1217 second=1105 amount=-2 -kerning first=179 second=1171 amount=2 -kerning first=1138 second=8218 amount=-3 -kerning first=87 second=194 amount=-4 -kerning first=1213 second=939 amount=-6 -kerning first=1118 second=74 amount=-4 -kerning first=1026 second=121 amount=-1 -kerning first=1244 second=243 amount=-2 -kerning first=76 second=356 amount=-6 -kerning first=1186 second=1134 amount=1 -kerning first=1253 second=86 amount=-3 -kerning first=192 second=79 amount=-2 -kerning first=1241 second=1093 amount=-1 -kerning first=1059 second=262 amount=-2 -kerning first=123 second=8363 amount=-1 -kerning first=1035 second=1091 amount=-1 -kerning first=372 second=290 amount=-2 -kerning first=221 second=287 amount=-6 -kerning first=239 second=116 amount=3 -kerning first=299 second=1250 amount=3 -kerning first=936 second=8250 amount=-1 -kerning first=196 second=103 amount=-1 -kerning first=921 second=299 amount=5 -kerning first=235 second=1175 amount=-1 -kerning first=1145 second=1103 amount=-1 -kerning first=1140 second=171 amount=-4 -kerning first=1055 second=239 amount=5 -kerning first=194 second=271 amount=-1 -kerning first=1163 second=1219 amount=1 -kerning first=1170 second=923 amount=-6 -kerning first=1095 second=1265 amount=-1 -kerning first=87 second=234 amount=-3 -kerning first=116 second=1196 amount=-2 -kerning first=1252 second=207 amount=1 -kerning first=1086 second=87 amount=-3 -kerning first=1145 second=308 amount=-4 -kerning first=1189 second=84 amount=-3 -kerning first=1046 second=1108 amount=-2 -kerning first=114 second=1091 amount=1 -kerning first=1242 second=46 amount=-3 -kerning first=87 second=1243 amount=-3 -kerning first=1188 second=1203 amount=-3 -kerning first=939 second=97 amount=-5 -kerning first=8370 second=92 amount=-1 -kerning first=910 second=1242 amount=-2 -kerning first=258 second=299 amount=3 -kerning first=84 second=1175 amount=-3 -kerning first=70 second=118 amount=-2 -kerning first=1271 second=932 amount=-3 -kerning first=45 second=356 amount=-4 -kerning first=1276 second=212 amount=-1 -kerning first=76 second=902 amount=2 -kerning first=374 second=46 amount=-3 -kerning first=337 second=910 amount=-6 -kerning first=266 second=301 amount=2 -kerning first=1036 second=369 amount=-2 -kerning first=915 second=8373 amount=-2 -kerning first=194 second=1275 amount=-2 -kerning first=1050 second=268 amount=-2 -kerning first=371 second=1058 amount=-3 -kerning first=957 second=228 amount=-1 -kerning first=70 second=1201 amount=-2 -kerning first=87 second=1085 amount=-2 -kerning first=1056 second=247 amount=-2 -kerning first=1229 second=239 amount=5 -kerning first=193 second=1017 amount=-2 -kerning first=277 second=87 amount=-3 -kerning first=212 second=1040 amount=-2 -kerning first=1277 second=1077 amount=-1 -kerning first=1232 second=290 amount=-2 -kerning first=1128 second=940 amount=-1 -kerning first=354 second=1012 amount=-2 -kerning first=63 second=194 amount=-4 -kerning first=356 second=259 amount=-5 -kerning first=1075 second=173 amount=-1 -kerning first=1050 second=238 amount=2 -kerning first=1226 second=52 amount=-1 -kerning first=1170 second=8370 amount=-2 -kerning first=114 second=231 amount=-1 -kerning first=1040 second=234 amount=-1 -kerning first=1196 second=114 amount=-4 -kerning first=1128 second=264 amount=-2 -kerning first=295 second=932 amount=-3 -kerning first=376 second=1257 amount=-6 -kerning first=1139 second=84 amount=-3 -kerning first=1220 second=118 amount=-1 -kerning first=1274 second=1169 amount=-4 -kerning first=336 second=935 amount=-1 -kerning first=1119 second=1140 amount=-3 -kerning first=102 second=972 amount=-1 -kerning first=1265 second=248 amount=-1 -kerning first=1040 second=1243 amount=-1 -kerning first=326 second=1098 amount=-2 -kerning first=89 second=1082 amount=-3 -kerning first=351 second=92 amount=-3 -kerning first=915 second=249 amount=-5 -kerning first=8217 second=1119 amount=-1 -kerning first=301 second=236 amount=6 -kerning first=1251 second=1265 amount=-1 -kerning first=194 second=113 amount=-1 -kerning first=260 second=86 amount=-5 -kerning first=1199 second=1235 amount=-1 -kerning first=1226 second=1037 amount=1 -kerning first=1220 second=1201 amount=-1 -kerning first=328 second=8216 amount=-3 -kerning first=256 second=333 amount=-1 -kerning first=97 second=1058 amount=-3 -kerning first=1189 second=1239 amount=-2 -kerning first=257 second=221 amount=-5 -kerning first=1270 second=226 amount=-5 -kerning first=1198 second=1193 amount=-6 -kerning first=1186 second=204 amount=1 -kerning first=34 second=198 amount=-5 -kerning first=248 second=375 amount=-1 -kerning first=8221 second=38 amount=-4 -kerning first=377 second=126 amount=-2 -kerning first=1275 second=289 amount=-2 -kerning first=234 second=84 amount=-3 -kerning first=1090 second=1010 amount=-2 -kerning first=1060 second=1140 amount=-2 -kerning first=358 second=79 amount=-2 -kerning first=375 second=301 amount=3 -kerning first=1271 second=285 amount=-2 -kerning first=104 second=376 amount=-5 -kerning first=317 second=264 amount=-2 -kerning first=297 second=354 amount=6 -kerning first=327 second=206 amount=1 -kerning first=65 second=1012 amount=-2 -kerning first=260 second=945 amount=-1 -kerning first=311 second=1066 amount=-4 -kerning first=1170 second=181 amount=-5 -kerning first=8224 second=99 amount=-2 -kerning first=372 second=196 amount=-4 -kerning first=121 second=1076 amount=-3 -kerning first=308 second=47 amount=-4 -kerning first=299 second=1223 amount=3 -kerning first=242 second=1277 amount=-1 -kerning first=910 second=1074 amount=-3 -kerning first=55 second=1237 amount=-3 -kerning first=8244 second=8249 amount=-5 -kerning first=65 second=358 amount=-6 -kerning first=1274 second=1088 amount=-4 -kerning first=932 second=1020 amount=-4 -kerning first=319 second=376 amount=-2 -kerning first=343 second=1203 amount=1 -kerning first=1141 second=277 amount=-1 -kerning first=1200 second=354 amount=3 -kerning first=374 second=103 amount=-6 -kerning first=1012 second=1061 amount=-1 -kerning first=915 second=257 amount=-5 -kerning first=301 second=330 amount=3 -kerning first=8222 second=933 amount=-7 -kerning first=194 second=87 amount=-4 -kerning first=260 second=262 amount=-2 -kerning first=1074 second=174 amount=-1 -kerning first=261 second=1185 amount=-2 -kerning first=1231 second=301 amount=5 -kerning first=1213 second=967 amount=-1 -kerning first=1271 second=162 amount=-2 -kerning first=297 second=1041 amount=3 -kerning first=915 second=1153 amount=-5 -kerning first=226 second=1066 amount=-3 -kerning first=1096 second=1197 amount=-2 -kerning first=372 second=235 amount=-3 -kerning first=1198 second=1109 amount=-4 -kerning first=75 second=79 amount=-2 -kerning first=357 second=917 amount=1 -kerning first=8221 second=255 amount=1 -kerning first=55 second=961 amount=-3 -kerning first=1081 second=1140 amount=-3 -kerning first=959 second=1078 amount=-1 -kerning first=1030 second=298 amount=1 -kerning first=1215 second=1199 amount=-1 -kerning first=1239 second=1203 amount=-1 -kerning first=1186 second=60 amount=-2 -kerning first=111 second=1279 amount=-1 -kerning first=1018 second=300 amount=1 -kerning first=195 second=1108 amount=-1 -kerning first=354 second=1169 amount=-4 -kerning first=913 second=972 amount=-1 -kerning first=1233 second=1141 amount=-1 -kerning first=1196 second=1017 amount=-2 -kerning first=230 second=1199 amount=-1 -kerning first=935 second=216 amount=-1 -kerning first=1126 second=242 amount=-1 -kerning first=222 second=256 amount=-3 -kerning first=8230 second=221 amount=-3 -kerning first=192 second=8244 amount=-7 -kerning first=1180 second=199 amount=-2 -kerning first=1170 second=1116 amount=-4 -kerning first=286 second=237 amount=2 -kerning first=1164 second=119 amount=-1 -kerning first=1200 second=913 amount=-5 -kerning first=253 second=335 amount=-1 -kerning first=1202 second=285 amount=-2 -kerning first=981 second=1236 amount=-2 -kerning first=105 second=303 amount=3 -kerning first=357 second=318 amount=1 -kerning first=1027 second=1094 amount=-4 -kerning first=100 second=1111 amount=5 -kerning first=194 second=268 amount=-2 -kerning first=1078 second=1259 amount=-1 -kerning first=1090 second=339 amount=-2 -kerning first=245 second=198 amount=-2 -kerning first=1225 second=98 amount=1 -kerning first=1178 second=299 amount=5 -kerning first=337 second=1093 amount=-1 -kerning first=192 second=84 amount=-6 -kerning first=1092 second=1263 amount=-1 -kerning first=1040 second=376 amount=-5 -kerning first=243 second=256 amount=-2 -kerning first=1126 second=8220 amount=-8 -kerning first=1122 second=923 amount=-2 -kerning first=55 second=246 amount=-3 -kerning first=1087 second=49 amount=-3 -kerning first=1215 second=957 amount=-1 -kerning first=345 second=258 amount=-3 -kerning first=1259 second=119 amount=-1 -kerning first=1232 second=235 amount=-1 -kerning first=170 second=192 amount=-5 -kerning first=120 second=1196 amount=-3 -kerning first=1205 second=1064 amount=1 -kerning first=1091 second=1255 amount=-1 -kerning first=310 second=1017 amount=-2 -kerning first=1202 second=162 amount=-2 -kerning first=929 second=197 amount=-5 -kerning first=1186 second=1067 amount=1 -kerning first=1241 second=1234 amount=-2 -kerning first=1111 second=1070 amount=3 -kerning first=354 second=1088 amount=-4 -kerning first=230 second=957 amount=-1 -kerning first=358 second=973 amount=-4 -kerning first=67 second=299 amount=2 -kerning first=242 second=933 amount=-6 -kerning first=355 second=921 amount=1 -kerning first=256 second=1077 amount=-1 -kerning first=1274 second=266 amount=-2 -kerning first=1201 second=227 amount=-1 -kerning first=107 second=279 amount=-1 -kerning first=1116 second=99 amount=-1 -kerning first=38 second=936 amount=-5 -kerning first=1059 second=111 amount=-6 -kerning first=1064 second=296 amount=1 -kerning first=1094 second=8216 amount=-3 -kerning first=1270 second=1254 amount=-2 -kerning first=923 second=216 amount=-2 -kerning first=372 second=343 amount=-2 -kerning first=939 second=1089 amount=-6 -kerning first=1043 second=1207 amount=-5 -kerning first=122 second=1058 amount=-2 -kerning first=920 second=1035 amount=-2 -kerning first=371 second=939 amount=-4 -kerning first=345 second=283 amount=-1 -kerning first=124 second=299 amount=5 -kerning first=964 second=962 amount=-3 -kerning first=170 second=232 amount=-2 -kerning first=1270 second=1144 amount=-2 -kerning first=1200 second=1103 amount=-4 -kerning first=310 second=303 amount=2 -kerning first=305 second=87 amount=2 -kerning first=315 second=8220 amount=-5 -kerning first=237 second=93 amount=2 -kerning first=1046 second=908 amount=-1 -kerning first=1170 second=110 amount=-4 -kerning first=1207 second=302 amount=1 -kerning first=241 second=1118 amount=-1 -kerning first=1254 second=198 amount=-2 -kerning first=221 second=1012 amount=-2 -kerning first=910 second=945 amount=-6 -kerning first=1220 second=356 amount=-3 -kerning first=70 second=902 amount=-6 -kerning first=334 second=46 amount=-3 -kerning first=1239 second=910 amount=-6 -kerning first=1113 second=1277 amount=-1 -kerning first=1270 second=380 amount=-3 -kerning first=1200 second=308 amount=-2 -kerning first=372 second=169 amount=-2 -kerning first=374 second=259 amount=-5 -kerning first=1184 second=333 amount=-3 -kerning first=922 second=1089 amount=-3 -kerning first=221 second=358 amount=3 -kerning first=335 second=1035 amount=-3 -kerning first=1228 second=372 amount=-3 -kerning first=258 second=34 amount=-5 -kerning first=210 second=1276 amount=-1 -kerning first=1072 second=1196 amount=-3 -kerning first=87 second=334 amount=-2 -kerning first=174 second=257 amount=-1 -kerning first=1118 second=263 amount=-1 -kerning first=910 second=262 amount=-2 -kerning first=98 second=255 amount=-1 -kerning first=192 second=1239 amount=-1 -kerning first=356 second=273 amount=-5 -kerning first=1230 second=1048 amount=1 -kerning first=1168 second=963 amount=-5 -kerning first=1050 second=248 amount=-3 -kerning first=1167 second=1098 amount=-2 -kerning first=120 second=271 amount=-1 -kerning first=1093 second=354 amount=-3 -kerning first=1140 second=286 amount=-2 -kerning first=1125 second=1035 amount=-5 -kerning first=174 second=1153 amount=-2 -kerning first=1258 second=933 amount=-2 -kerning first=1188 second=1093 amount=-3 -kerning first=380 second=1092 amount=-1 -kerning first=193 second=244 amount=-1 -kerning first=283 second=1263 amount=-1 -kerning first=1058 second=972 amount=-5 -kerning first=267 second=221 amount=-4 -kerning first=915 second=937 amount=-2 -kerning first=966 second=1278 amount=-2 -kerning first=97 second=939 amount=-5 -kerning first=8224 second=198 amount=-5 -kerning first=121 second=299 amount=3 -kerning first=94 second=38 amount=-2 -kerning first=1100 second=1279 amount=-1 -kerning first=1211 second=84 amount=-3 -kerning first=376 second=1108 amount=-6 -kerning first=1220 second=902 amount=-2 -kerning first=1253 second=8216 amount=-3 -kerning first=1145 second=265 amount=-1 -kerning first=161 second=1204 amount=-4 -kerning first=1207 second=43 amount=-1 -kerning first=1205 second=321 amount=1 -kerning first=253 second=1104 amount=-1 -kerning first=92 second=1089 amount=-1 -kerning first=944 second=1026 amount=-3 -kerning first=1186 second=77 amount=1 -kerning first=1128 second=246 amount=-1 -kerning first=1217 second=231 amount=-2 -kerning first=915 second=194 amount=-6 -kerning first=87 second=1273 amount=-2 -kerning first=248 second=1066 amount=-3 -kerning first=939 second=1145 amount=-6 -kerning first=299 second=1099 amount=6 -kerning first=1111 second=924 amount=3 -kerning first=354 second=266 amount=-2 -kerning first=212 second=47 amount=-3 -kerning first=229 second=1198 amount=-5 -kerning first=375 second=242 amount=-1 -kerning first=1232 second=169 amount=-2 -kerning first=964 second=8220 amount=-3 -kerning first=376 second=1032 amount=-2 -kerning first=344 second=221 amount=-2 -kerning first=933 second=1020 amount=-3 -kerning first=116 second=52 amount=-1 -kerning first=197 second=199 amount=-2 -kerning first=1215 second=354 amount=-3 -kerning first=1168 second=243 amount=-5 -kerning first=216 second=932 amount=-2 -kerning first=1040 second=334 amount=-2 -kerning first=1107 second=356 amount=-3 -kerning first=269 second=1185 amount=-1 -kerning first=196 second=273 amount=-1 -kerning first=1243 second=1059 amount=-6 -kerning first=225 second=1090 amount=-2 -kerning first=932 second=1098 amount=-3 -kerning first=224 second=92 amount=-3 -kerning first=230 second=354 amount=-3 -kerning first=102 second=224 amount=-1 -kerning first=902 second=8250 amount=-2 -kerning first=1232 second=89 amount=-5 -kerning first=1270 second=1078 amount=-3 -kerning first=244 second=194 amount=-2 -kerning first=1128 second=8217 amount=-7 -kerning first=116 second=1037 amount=1 -kerning first=922 second=1145 amount=-3 -kerning first=915 second=234 amount=-5 -kerning first=8217 second=121 amount=1 -kerning first=1179 second=335 amount=-1 -kerning first=1170 second=192 amount=-6 -kerning first=1219 second=239 amount=2 -kerning first=212 second=1198 amount=-2 -kerning first=240 second=1040 amount=-2 -kerning first=1225 second=1035 amount=-2 -kerning first=355 second=914 amount=1 -kerning first=76 second=1265 amount=-4 -kerning first=8244 second=228 amount=-4 -kerning first=915 second=1243 amount=-5 -kerning first=8250 second=372 amount=-4 -kerning first=356 second=1167 amount=-4 -kerning first=119 second=44 amount=-5 -kerning first=1113 second=933 amount=-11 -kerning first=120 second=113 amount=-1 -kerning first=1040 second=373 amount=-4 -kerning first=88 second=213 amount=-1 -kerning first=221 second=1169 amount=-3 -kerning first=236 second=1140 amount=2 -kerning first=84 second=963 amount=-5 -kerning first=1185 second=940 amount=-1 -kerning first=214 second=92 amount=-2 -kerning first=107 second=1195 amount=-1 -kerning first=1068 second=256 amount=-2 -kerning first=915 second=1085 amount=-4 -kerning first=46 second=932 amount=-2 -kerning first=65 second=266 amount=-2 -kerning first=260 second=111 amount=-1 -kerning first=1275 second=1196 amount=-3 -kerning first=1170 second=232 amount=-5 -kerning first=86 second=173 amount=-3 -kerning first=186 second=8363 amount=-2 -kerning first=966 second=260 amount=-2 -kerning first=1267 second=1207 amount=-1 -kerning first=317 second=8217 amount=-3 -kerning first=936 second=916 amount=-4 -kerning first=1080 second=372 amount=-3 -kerning first=197 second=49 amount=-2 -kerning first=1145 second=1139 amount=-1 -kerning first=1059 second=1209 amount=-5 -kerning first=343 second=1093 amount=1 -kerning first=255 second=945 amount=-1 -kerning first=92 second=1145 amount=-1 -kerning first=1140 second=920 amount=-2 -kerning first=382 second=279 amount=-1 -kerning first=1184 second=1077 amount=-3 -kerning first=111 second=186 amount=-2 -kerning first=195 second=908 amount=-2 -kerning first=1119 second=1058 amount=-3 -kerning first=1103 second=1035 amount=-3 -kerning first=358 second=1239 amount=-5 -kerning first=80 second=194 amount=-5 -kerning first=1171 second=97 amount=-2 -kerning first=297 second=316 amount=3 -kerning first=38 second=374 amount=-5 -kerning first=1046 second=1255 amount=-2 -kerning first=260 second=8216 amount=-8 -kerning first=211 second=88 amount=-1 -kerning first=1187 second=126 amount=-1 -kerning first=1170 second=1084 amount=-4 -kerning first=1066 second=255 amount=-1 -kerning first=372 second=210 amount=-2 -kerning first=1196 second=244 amount=-5 -kerning first=1198 second=1010 amount=-6 -kerning first=221 second=1088 amount=-3 -kerning first=239 second=254 amount=3 -kerning first=84 second=243 amount=-5 -kerning first=1078 second=1193 amount=-1 -kerning first=1063 second=206 amount=1 -kerning first=1145 second=247 amount=-2 -kerning first=1024 second=299 amount=5 -kerning first=1237 second=86 amount=-3 -kerning first=1239 second=1093 amount=-1 -kerning first=89 second=971 amount=-3 -kerning first=337 second=1234 amount=-2 -kerning first=251 second=910 amount=-4 -kerning first=194 second=248 amount=-1 -kerning first=1096 second=253 amount=-1 -kerning first=1060 second=1058 amount=-2 -kerning first=1069 second=1035 amount=-2 -kerning first=358 second=1102 amount=-4 -kerning first=381 second=1069 amount=-2 -kerning first=356 second=240 amount=-5 -kerning first=1088 second=1236 amount=-2 -kerning first=1189 second=263 amount=-2 -kerning first=1046 second=126 amount=-4 -kerning first=1140 second=8363 amount=-3 -kerning first=1196 second=8222 amount=-8 -kerning first=162 second=1185 amount=-1 -kerning first=75 second=1239 amount=-3 -kerning first=34 second=193 amount=-5 -kerning first=966 second=1090 amount=-2 -kerning first=1027 second=967 amount=-4 -kerning first=1275 second=271 amount=-2 -kerning first=1175 second=354 amount=-3 -kerning first=1139 second=1118 amount=-1 -kerning first=1090 second=1072 amount=-2 -kerning first=174 second=194 amount=-5 -kerning first=358 second=74 amount=-6 -kerning first=1244 second=99 amount=-2 -kerning first=310 second=244 amount=-3 -kerning first=1056 second=258 amount=-5 -kerning first=97 second=967 amount=-1 -kerning first=194 second=39 amount=-5 -kerning first=79 second=1202 amount=-1 -kerning first=1226 second=115 amount=-1 -kerning first=37 second=8220 amount=-4 -kerning first=1207 second=1018 amount=1 -kerning first=341 second=1035 amount=-4 -kerning first=71 second=1026 amount=-2 -kerning first=290 second=305 amount=2 -kerning first=1234 second=94 amount=-5 -kerning first=965 second=8217 amount=1 -kerning first=87 second=8230 amount=-6 -kerning first=1274 second=245 amount=-5 -kerning first=1201 second=1092 amount=-1 -kerning first=1072 second=87 amount=-3 -kerning first=1232 second=210 amount=-2 -kerning first=92 second=1140 amount=-5 -kerning first=89 second=337 amount=-6 -kerning first=374 second=273 amount=-6 -kerning first=8353 second=301 amount=2 -kerning first=1179 second=1104 amount=-1 -kerning first=234 second=1118 amount=-1 -kerning first=1081 second=1058 amount=-3 -kerning first=1101 second=194 amount=-2 -kerning first=174 second=234 amount=-2 -kerning first=1166 second=1234 amount=-5 -kerning first=333 second=196 amount=-2 -kerning first=359 second=8216 amount=-3 -kerning first=1181 second=242 amount=-1 -kerning first=1097 second=311 amount=1 -kerning first=332 second=358 amount=-2 -kerning first=1105 second=1035 amount=-3 -kerning first=1198 second=339 amount=-6 -kerning first=174 second=1243 amount=-2 -kerning first=265 second=932 amount=-5 -kerning first=239 second=49 amount=3 -kerning first=245 second=1244 amount=-2 -kerning first=196 second=240 amount=-1 -kerning first=1020 second=1140 amount=-3 -kerning first=372 second=1259 amount=-3 -kerning first=244 second=376 amount=-6 -kerning first=1186 second=8226 amount=-1 -kerning first=8222 second=1204 amount=-6 -kerning first=1122 second=1217 amount=-2 -kerning first=108 second=1031 amount=1 -kerning first=311 second=101 amount=-1 -kerning first=1083 second=1026 amount=-3 -kerning first=1033 second=194 amount=-2 -kerning first=71 second=297 amount=2 -kerning first=221 second=266 amount=-2 -kerning first=349 second=356 amount=-5 -kerning first=1188 second=1234 amount=-6 -kerning first=910 second=111 amount=-6 -kerning first=381 second=8373 amount=-2 -kerning first=1010 second=1198 amount=-4 -kerning first=102 second=195 amount=-2 -kerning first=1016 second=8225 amount=-2 -kerning first=1205 second=1166 amount=1 -kerning first=1270 second=301 amount=6 -kerning first=1117 second=1199 amount=-1 -kerning first=966 second=170 amount=-2 -kerning first=357 second=1211 amount=1 -kerning first=1111 second=344 amount=3 -kerning first=1275 second=113 amount=-2 -kerning first=227 second=84 amount=-3 -kerning first=1100 second=186 amount=-3 -kerning first=245 second=193 amount=-2 -kerning first=376 second=908 amount=-2 -kerning first=238 second=302 amount=2 -kerning first=382 second=1195 amount=-1 -kerning first=1082 second=1089 amount=-1 -kerning first=1168 second=347 amount=-5 -kerning first=358 second=1107 amount=-4 -kerning first=221 second=237 amount=-2 -kerning first=1122 second=192 amount=-2 -kerning first=1200 second=265 amount=-6 -kerning first=374 second=1167 amount=-3 -kerning first=1186 second=928 amount=1 -kerning first=1058 second=224 amount=-5 -kerning first=1254 second=1244 amount=-1 -kerning first=8221 second=1251 amount=-1 -kerning first=195 second=1255 amount=-1 -kerning first=354 second=245 amount=-5 -kerning first=1187 second=327 amount=1 -kerning first=913 second=81 amount=-2 -kerning first=95 second=1224 amount=3 -kerning first=358 second=942 amount=-4 -kerning first=104 second=1141 amount=-1 -kerning first=1232 second=1259 amount=-1 -kerning first=1115 second=1199 amount=-1 -kerning first=355 second=72 amount=1 -kerning first=82 second=92 amount=-1 -kerning first=192 second=1118 amount=-4 -kerning first=1252 second=1031 amount=1 -kerning first=1079 second=8218 amount=-3 -kerning first=1117 second=957 amount=-1 -kerning first=939 second=1233 amount=-5 -kerning first=99 second=1059 amount=-4 -kerning first=357 second=323 amount=1 -kerning first=106 second=8361 amount=2 -kerning first=959 second=8220 amount=-4 -kerning first=1220 second=93 amount=-1 -kerning first=1197 second=244 amount=-2 -kerning first=214 second=95 amount=-3 -kerning first=70 second=1265 amount=-2 -kerning first=902 second=1143 amount=-4 -kerning first=8220 second=65 amount=-6 -kerning first=321 second=375 amount=-4 -kerning first=352 second=299 amount=3 -kerning first=1226 second=108 amount=1 -kerning first=169 second=196 amount=-2 -kerning first=1278 second=100 amount=-2 -kerning first=1254 second=193 amount=-2 -kerning first=242 second=1204 amount=-3 -kerning first=8244 second=1179 amount=-1 -kerning first=1143 second=923 amount=-4 -kerning first=1119 second=939 amount=-5 -kerning first=1141 second=932 amount=-2 -kerning first=176 second=1051 amount=-2 -kerning first=89 second=1105 amount=-6 -kerning first=915 second=334 amount=-2 -kerning first=1027 second=183 amount=-4 -kerning first=1197 second=8222 amount=-8 -kerning first=1203 second=972 amount=-1 -kerning first=1234 second=214 amount=-2 -kerning first=174 second=376 amount=-1 -kerning first=1271 second=940 amount=-2 -kerning first=242 second=1232 amount=-2 -kerning first=1115 second=957 amount=-1 -kerning first=1171 second=1089 amount=-2 -kerning first=65 second=245 amount=-1 -kerning first=192 second=263 amount=-1 -kerning first=356 second=230 amount=-5 -kerning first=1082 second=1145 amount=-1 -kerning first=902 second=284 amount=-2 -kerning first=114 second=279 amount=-1 -kerning first=343 second=1234 amount=-3 -kerning first=1102 second=196 amount=-2 -kerning first=1196 second=349 amount=-5 -kerning first=380 second=981 amount=-1 -kerning first=8221 second=109 amount=-1 -kerning first=1225 second=1016 amount=1 -kerning first=1143 second=295 amount=3 -kerning first=84 second=347 amount=-5 -kerning first=1220 second=1265 amount=-1 -kerning first=1185 second=246 amount=-1 -kerning first=1274 second=1097 amount=-4 -kerning first=1060 second=939 amount=-2 -kerning first=70 second=267 amount=-3 -kerning first=161 second=1200 amount=-4 -kerning first=955 second=49 amount=-4 -kerning first=1200 second=1139 amount=-6 -kerning first=1265 second=959 amount=-1 -kerning first=109 second=1197 amount=-2 -kerning first=374 second=240 amount=-6 -kerning first=915 second=373 amount=-4 -kerning first=1075 second=84 amount=-3 -kerning first=1170 second=212 amount=-2 -kerning first=8224 second=193 amount=-5 -kerning first=1095 second=1090 amount=-2 -kerning first=1101 second=376 amount=-6 -kerning first=1213 second=92 amount=-3 -kerning first=333 second=89 amount=-6 -kerning first=8220 second=1083 amount=-5 -kerning first=1058 second=1117 amount=-4 -kerning first=915 second=1273 amount=-4 -kerning first=226 second=174 amount=-1 -kerning first=953 second=172 amount=-2 -kerning first=1034 second=196 amount=-2 -kerning first=1226 second=1134 amount=1 -kerning first=255 second=111 amount=-1 -kerning first=1040 second=1141 amount=-4 -kerning first=240 second=1198 amount=-6 -kerning first=1234 second=1199 amount=-4 -kerning first=1258 second=1204 amount=-2 -kerning first=81 second=1202 amount=-1 -kerning first=1043 second=8249 amount=-8 -kerning first=313 second=43 amount=-4 -kerning first=8221 second=173 amount=-3 -kerning first=355 second=1058 amount=-2 -kerning first=1089 second=358 amount=-5 -kerning first=250 second=1035 amount=-3 -kerning first=1273 second=376 amount=-5 -kerning first=1276 second=100 amount=-2 -kerning first=1200 second=247 amount=-4 -kerning first=1265 second=60 amount=-2 -kerning first=244 second=373 amount=-1 -kerning first=1036 second=966 amount=-3 -kerning first=282 second=1111 amount=5 -kerning first=101 second=1091 amount=-1 -kerning first=187 second=1140 amount=-4 -kerning first=1033 second=376 amount=-6 -kerning first=8224 second=233 amount=-2 -kerning first=1258 second=1232 amount=-2 -kerning first=248 second=65 amount=-2 -kerning first=1211 second=1118 amount=-1 -kerning first=910 second=1209 amount=-5 -kerning first=1081 second=939 amount=-5 -kerning first=1029 second=297 amount=3 -kerning first=1191 second=1059 amount=-11 -kerning first=1141 second=285 amount=-1 -kerning first=8224 second=1241 amount=-2 -kerning first=1202 second=940 amount=-2 -kerning first=1058 second=81 amount=-2 -kerning first=1117 second=354 amount=-3 -kerning first=927 second=258 amount=-2 -kerning first=358 second=1118 amount=-4 -kerning first=1026 second=8224 amount=-2 -kerning first=245 second=374 amount=-6 -kerning first=376 second=1255 amount=-6 -kerning first=1225 second=915 amount=1 -kerning first=1244 second=8353 amount=-1 -kerning first=1171 second=1145 amount=-2 -kerning first=918 second=81 amount=-2 -kerning first=1215 second=1263 amount=-1 -kerning first=373 second=963 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=1093 second=265 amount=-1 -kerning first=1040 second=116 amount=-2 -kerning first=1140 second=216 amount=-2 -kerning first=1202 second=264 amount=-1 -kerning first=1234 second=957 amount=-4 -kerning first=966 second=120 amount=-1 -kerning first=1122 second=221 amount=-6 -kerning first=252 second=1066 amount=-3 -kerning first=204 second=297 amount=5 -kerning first=118 second=356 amount=-2 -kerning first=230 second=1263 amount=-1 -kerning first=1026 second=88 amount=-2 -kerning first=1200 second=1028 amount=-2 -kerning first=1141 second=162 amount=-1 -kerning first=116 second=115 amount=-1 -kerning first=939 second=1058 amount=3 -kerning first=1075 second=1239 amount=-2 -kerning first=271 second=125 amount=1 -kerning first=1251 second=1090 amount=-2 -kerning first=354 second=1097 amount=-4 -kerning first=1228 second=1098 amount=-2 -kerning first=957 second=354 amount=-2 -kerning first=42 second=1232 amount=-5 -kerning first=1233 second=49 amount=-3 -kerning first=935 second=927 amount=-1 -kerning first=313 second=1236 amount=2 -kerning first=376 second=126 amount=-4 -kerning first=1169 second=244 amount=-2 -kerning first=1078 second=1010 amount=-1 -kerning first=932 second=972 amount=-5 -kerning first=1222 second=8360 amount=1 -kerning first=1077 second=376 amount=-6 -kerning first=1113 second=1204 amount=-7 -kerning first=1270 second=242 amount=-5 -kerning first=1279 second=269 amount=-1 -kerning first=1115 second=354 amount=-3 -kerning first=372 second=1193 amount=-3 -kerning first=1186 second=89 amount=-1 -kerning first=1128 second=253 amount=-4 -kerning first=75 second=1118 amount=-3 -kerning first=1058 second=195 amount=-6 -kerning first=270 second=933 amount=-2 -kerning first=239 second=1036 amount=3 -kerning first=91 second=335 amount=-1 -kerning first=86 second=79 amount=-2 -kerning first=358 second=263 amount=-5 -kerning first=1061 second=284 amount=-1 -kerning first=8217 second=1081 amount=-1 -kerning first=1222 second=325 amount=1 -kerning first=339 second=1203 amount=-1 -kerning first=373 second=243 amount=-1 -kerning first=169 second=89 amount=-2 -kerning first=1198 second=1072 amount=-5 -kerning first=1263 second=257 amount=-1 -kerning first=240 second=1175 amount=-1 -kerning first=1248 second=44 amount=-1 -kerning first=1254 second=374 amount=-2 -kerning first=221 second=245 amount=-6 -kerning first=1107 second=267 amount=-2 -kerning first=1169 second=8222 amount=-8 -kerning first=118 second=902 amount=-4 -kerning first=320 second=301 amount=5 -kerning first=1119 second=967 amount=-1 -kerning first=114 second=1195 amount=-1 -kerning first=89 second=951 amount=-3 -kerning first=1263 second=1153 amount=-1 -kerning first=1226 second=204 amount=1 -kerning first=1092 second=258 amount=-2 -kerning first=957 second=913 amount=-4 -kerning first=1278 second=67 amount=-1 -kerning first=353 second=8220 amount=-3 -kerning first=317 second=253 amount=-4 -kerning first=107 second=287 amount=-1 -kerning first=1116 second=233 amount=-1 -kerning first=281 second=1203 amount=-1 -kerning first=1187 second=1056 amount=1 -kerning first=8225 second=65 amount=-5 -kerning first=373 second=8221 amount=3 -kerning first=1102 second=89 amount=-6 -kerning first=1093 second=1139 amount=-1 -kerning first=923 second=927 amount=-2 -kerning first=71 second=1061 amount=-1 -kerning first=372 second=1109 amount=-2 -kerning first=75 second=263 amount=-3 -kerning first=8221 second=1220 amount=-1 -kerning first=1111 second=201 amount=3 -kerning first=55 second=171 amount=-4 -kerning first=258 second=972 amount=-1 -kerning first=1116 second=1241 amount=-1 -kerning first=345 second=291 amount=-1 -kerning first=1271 second=1237 amount=-2 -kerning first=1118 second=256 amount=-4 -kerning first=1232 second=1193 amount=-1 -kerning first=92 second=1058 amount=-6 -kerning first=254 second=358 amount=-3 -kerning first=293 second=1026 amount=-3 -kerning first=297 second=209 amount=3 -kerning first=1036 second=1060 amount=-2 -kerning first=915 second=8230 amount=-2 -kerning first=321 second=1066 amount=-6 -kerning first=357 second=1043 amount=1 -kerning first=194 second=63 amount=-4 -kerning first=1168 second=99 amount=-5 -kerning first=79 second=356 amount=-2 -kerning first=119 second=100 amount=-1 -kerning first=1257 second=86 amount=-3 -kerning first=1101 second=373 amount=-1 -kerning first=95 second=1194 amount=-3 -kerning first=111 second=1040 amount=-2 -kerning first=935 second=269 amount=-2 -kerning first=1188 second=1258 amount=-2 -kerning first=1267 second=8249 amount=-3 -kerning first=1078 second=339 amount=-1 -kerning first=1201 second=981 amount=-1 -kerning first=1059 second=8250 amount=-4 -kerning first=1034 second=89 amount=-6 -kerning first=8225 second=101 amount=-2 -kerning first=1093 second=247 amount=-1 -kerning first=255 second=1209 amount=-1 -kerning first=1279 second=1086 amount=-1 -kerning first=1091 second=933 amount=-2 -kerning first=923 second=1267 amount=-4 -kerning first=374 second=230 amount=-5 -kerning first=248 second=174 amount=-1 -kerning first=939 second=1094 amount=-3 -kerning first=1111 second=106 amount=-4 -kerning first=1234 second=354 amount=-6 -kerning first=1118 second=281 amount=-1 -kerning first=1020 second=1058 amount=-3 -kerning first=115 second=8218 amount=-3 -kerning first=68 second=1066 amount=-2 -kerning first=8222 second=1200 amount=-7 -kerning first=1145 second=258 amount=-2 -kerning first=1050 second=959 amount=-3 -kerning first=972 second=1197 amount=-2 -kerning first=1226 second=60 amount=-2 -kerning first=1170 second=44 amount=-2 -kerning first=1094 second=1064 amount=1 -kerning first=1097 second=1115 amount=1 -kerning first=253 second=1236 amount=-4 -kerning first=1033 second=373 amount=-1 -kerning first=908 second=197 amount=-2 -kerning first=248 second=935 amount=-2 -kerning first=299 second=295 amount=3 -kerning first=1081 second=967 amount=-1 -kerning first=1080 second=1098 amount=-2 -kerning first=208 second=1202 amount=-1 -kerning first=110 second=933 amount=-5 -kerning first=1200 second=367 amount=-3 -kerning first=1276 second=67 amount=-1 -kerning first=116 second=108 amount=1 -kerning first=1058 second=345 amount=-4 -kerning first=8217 second=45 amount=-3 -kerning first=1027 second=1253 amount=-4 -kerning first=79 second=902 amount=-2 -kerning first=1163 second=8216 amount=-3 -kerning first=339 second=910 amount=-6 -kerning first=177 second=1277 amount=-2 -kerning first=957 second=308 amount=-4 -kerning first=287 second=358 amount=-3 -kerning first=1267 second=1035 amount=-2 -kerning first=355 second=939 amount=-1 -kerning first=1243 second=372 amount=-3 -kerning first=356 second=1095 amount=-5 -kerning first=1145 second=283 amount=-1 -kerning first=311 second=1257 amount=-1 -kerning first=1050 second=60 amount=-4 -kerning first=923 second=269 amount=-1 -kerning first=1217 second=279 amount=-2 -kerning first=315 second=923 amount=2 -kerning first=262 second=1278 amount=-1 -kerning first=1275 second=248 amount=-2 -kerning first=1175 second=265 amount=-1 -kerning first=8244 second=1199 amount=1 -kerning first=91 second=1104 amount=-1 -kerning first=1104 second=89 amount=-6 -kerning first=1231 second=206 amount=1 -kerning first=1271 second=246 amount=-2 -kerning first=281 second=910 amount=-6 -kerning first=1226 second=1067 amount=1 -kerning first=1016 second=84 amount=-3 -kerning first=123 second=269 amount=-1 -kerning first=935 second=1086 amount=-2 -kerning first=1126 second=8370 amount=-2 -kerning first=1043 second=228 amount=-5 -kerning first=45 second=1278 amount=-4 -kerning first=328 second=1143 amount=-1 -kerning first=80 second=8230 amount=-3 -kerning first=84 second=99 amount=-5 -kerning first=1274 second=375 amount=-4 -kerning first=902 second=42 amount=-5 -kerning first=1198 second=1057 amount=-2 -kerning first=1128 second=171 amount=-2 -kerning first=913 second=211 amount=-2 -kerning first=227 second=1118 amount=-1 -kerning first=284 second=198 amount=-1 -kerning first=116 second=1134 amount=1 -kerning first=1099 second=1111 amount=3 -kerning first=109 second=253 amount=-1 -kerning first=221 second=1097 amount=-3 -kerning first=1188 second=1080 amount=-4 -kerning first=100 second=938 amount=1 -kerning first=242 second=1200 amount=-6 -kerning first=259 second=932 amount=-3 -kerning first=8244 second=957 amount=1 -kerning first=193 second=1069 amount=-2 -kerning first=70 second=369 amount=-2 -kerning first=76 second=260 amount=2 -kerning first=933 second=972 amount=-6 -kerning first=915 second=1141 amount=-4 -kerning first=315 second=8370 amount=-2 -kerning first=34 second=46 amount=-5 -kerning first=301 second=1065 amount=3 -kerning first=1179 second=43 amount=-2 -kerning first=1094 second=321 amount=1 -kerning first=1207 second=202 amount=1 -kerning first=40 second=1089 amount=-1 -kerning first=913 second=119 amount=-4 -kerning first=290 second=933 amount=-2 -kerning first=1263 second=194 amount=-4 -kerning first=317 second=171 amount=-4 -kerning first=1143 second=192 amount=-4 -kerning first=363 second=1059 amount=-4 -kerning first=1138 second=197 amount=-2 -kerning first=1277 second=275 amount=-1 -kerning first=1064 second=1111 amount=5 -kerning first=1164 second=1140 amount=-3 -kerning first=923 second=1086 amount=-1 -kerning first=1202 second=246 amount=-2 -kerning first=89 second=231 amount=-6 -kerning first=382 second=287 amount=-1 -kerning first=1175 second=1139 amount=-1 -kerning first=177 second=933 amount=-6 -kerning first=261 second=1267 amount=-1 -kerning first=347 second=1140 amount=-3 -kerning first=1178 second=972 amount=-3 -kerning first=1171 second=1233 amount=-2 -kerning first=244 second=1141 amount=-1 -kerning first=335 second=1199 amount=-1 -kerning first=97 second=92 amount=-3 -kerning first=1201 second=1040 amount=-4 -kerning first=260 second=8250 amount=-2 -kerning first=119 second=1026 amount=-3 -kerning first=123 second=1086 amount=-1 -kerning first=1263 second=234 amount=-1 -kerning first=1027 second=338 amount=-2 -kerning first=1166 second=172 amount=-2 -kerning first=8218 second=1196 amount=-6 -kerning first=1143 second=232 amount=-1 -kerning first=112 second=197 amount=-2 -kerning first=233 second=1277 amount=-1 -kerning first=1222 second=1055 amount=1 -kerning first=375 second=923 amount=-4 -kerning first=1259 second=1140 amount=-3 -kerning first=1200 second=324 amount=-3 -kerning first=92 second=182 amount=-1 -kerning first=1263 second=1243 amount=-1 -kerning first=1258 second=1200 amount=-2 -kerning first=8217 second=1082 amount=-1 -kerning first=194 second=959 amount=-1 -kerning first=1168 second=198 amount=-6 -kerning first=354 second=375 amount=-4 -kerning first=1175 second=247 amount=-1 -kerning first=1187 second=933 amount=-1 -kerning first=1226 second=77 amount=1 -kerning first=1200 second=1271 amount=-3 -kerning first=98 second=8225 amount=-2 -kerning first=48 second=910 amount=-2 -kerning first=932 second=224 amount=-5 -kerning first=1189 second=281 amount=-2 -kerning first=187 second=1058 amount=-8 -kerning first=92 second=939 amount=-5 -kerning first=88 second=267 amount=-2 -kerning first=81 second=356 amount=-2 -kerning first=1188 second=172 amount=-4 -kerning first=193 second=8373 amount=-2 -kerning first=1085 second=255 amount=-1 -kerning first=1180 second=8249 amount=-3 -kerning first=95 second=85 amount=-3 -kerning first=375 second=295 amount=3 -kerning first=1244 second=233 amount=-2 -kerning first=1217 second=1195 amount=-2 -kerning first=335 second=957 amount=-1 -kerning first=1017 second=1244 amount=-1 -kerning first=194 second=60 amount=-1 -kerning first=339 second=1093 amount=-1 -kerning first=373 second=90 amount=-2 -kerning first=40 second=1145 amount=-1 -kerning first=340 second=301 amount=3 -kerning first=333 second=1046 amount=-2 -kerning first=1244 second=1241 amount=-2 -kerning first=1139 second=256 amount=-2 -kerning first=1082 second=1058 amount=-4 -kerning first=257 second=1026 amount=-3 -kerning first=1087 second=1035 amount=-3 -kerning first=1209 second=221 amount=-5 -kerning first=1020 second=939 amount=-6 -kerning first=286 second=1066 amount=-2 -kerning first=981 second=932 amount=-3 -kerning first=116 second=204 amount=1 -kerning first=1058 second=211 amount=-2 -kerning first=1184 second=250 amount=-2 -kerning first=321 second=288 amount=-2 -kerning first=222 second=1196 amount=-4 -kerning first=271 second=239 amount=2 -kerning first=1187 second=282 amount=1 -kerning first=95 second=1138 amount=-3 -kerning first=86 second=1239 amount=-3 -kerning first=358 second=365 amount=-5 -kerning first=1267 second=228 amount=-1 -kerning first=45 second=1090 amount=-1 -kerning first=918 second=211 amount=-2 -kerning first=249 second=89 amount=-4 -kerning first=65 second=375 amount=-4 -kerning first=281 second=1093 amount=-1 -kerning first=1168 second=8353 amount=-2 -kerning first=1050 second=361 amount=-2 -kerning first=215 second=1066 amount=-5 -kerning first=316 second=297 amount=5 -kerning first=902 second=213 amount=-2 -kerning first=1097 second=1231 amount=1 -kerning first=372 second=1010 amount=-3 -kerning first=1196 second=1069 amount=-2 -kerning first=81 second=902 amount=-2 -kerning first=357 second=278 amount=1 -kerning first=55 second=953 amount=-3 -kerning first=1274 second=187 amount=-3 -kerning first=107 second=358 amount=-4 -kerning first=1113 second=1200 amount=-11 -kerning first=374 second=1095 amount=-5 -kerning first=295 second=1197 amount=-2 -kerning first=1058 second=119 amount=-4 -kerning first=243 second=1196 amount=-3 -kerning first=346 second=239 amount=3 -kerning first=1075 second=263 amount=-2 -kerning first=1048 second=303 amount=2 -kerning first=1170 second=225 amount=-5 -kerning first=213 second=8220 amount=-2 -kerning first=1096 second=1185 amount=-2 -kerning first=1117 second=1263 amount=-1 -kerning first=121 second=972 amount=-1 -kerning first=76 second=170 amount=-6 -kerning first=84 second=198 amount=-6 -kerning first=233 second=933 amount=-6 -kerning first=356 second=38 amount=-2 -kerning first=1230 second=1066 amount=-2 -kerning first=902 second=118 amount=-4 -kerning first=1097 second=45 amount=-1 -kerning first=1205 second=356 amount=-2 -kerning first=1200 second=258 amount=-5 -kerning first=1265 second=196 amount=-4 -kerning first=75 second=365 amount=-2 -kerning first=1254 second=46 amount=-3 -kerning first=1027 second=1163 amount=-4 -kerning first=355 second=1216 amount=1 -kerning first=1255 second=1035 amount=-3 -kerning first=932 second=1117 amount=-4 -kerning first=86 second=74 amount=-6 -kerning first=87 second=199 amount=-2 -kerning first=902 second=1201 amount=-4 -kerning first=310 second=1069 amount=-2 -kerning first=8244 second=913 amount=-9 -kerning first=116 second=60 amount=-2 -kerning first=359 second=1064 amount=1 -kerning first=381 second=334 amount=-2 -kerning first=117 second=374 amount=-4 -kerning first=232 second=255 amount=-1 -kerning first=311 second=1108 amount=-1 -kerning first=1059 second=284 amount=-2 -kerning first=1097 second=80 amount=1 -kerning first=1101 second=1141 amount=-1 -kerning first=1263 second=376 amount=-2 -kerning first=1103 second=1199 amount=-1 -kerning first=99 second=372 amount=-1 -kerning first=920 second=354 amount=-2 -kerning first=299 second=82 amount=3 -kerning first=910 second=8250 amount=-4 -kerning first=1171 second=1058 amount=-3 -kerning first=8230 second=1026 amount=-2 -kerning first=1143 second=221 amount=-2 -kerning first=1253 second=1143 amount=-1 -kerning first=343 second=172 amount=-2 -kerning first=1232 second=1010 amount=-1 -kerning first=1205 second=1168 amount=1 -kerning first=1200 second=283 amount=-6 -kerning first=1265 second=235 amount=-1 -kerning first=1115 second=1263 amount=-1 -kerning first=88 second=177 amount=-3 -kerning first=1036 second=1254 amount=-2 -kerning first=922 second=967 amount=-3 -kerning first=111 second=1198 amount=-6 -kerning first=270 second=1204 amount=-2 -kerning first=1111 second=1219 amount=3 -kerning first=972 second=253 amount=-1 -kerning first=1167 second=195 amount=-2 -kerning first=279 second=1035 amount=-3 -kerning first=193 second=1153 amount=-1 -kerning first=1273 second=1141 amount=-1 -kerning first=1220 second=1278 amount=-2 -kerning first=104 second=49 amount=-3 -kerning first=8220 second=1044 amount=-3 -kerning first=1036 second=1144 amount=-2 -kerning first=256 second=275 amount=-1 -kerning first=356 second=255 amount=-4 -kerning first=932 second=81 amount=-2 -kerning first=1033 second=1141 amount=-1 -kerning first=1066 second=8225 amount=-2 -kerning first=1257 second=8216 amount=-4 -kerning first=169 second=1046 amount=-1 -kerning first=372 second=339 amount=-3 -kerning first=1196 second=8373 amount=-2 -kerning first=335 second=354 amount=-3 -kerning first=270 second=1232 amount=-2 -kerning first=1043 second=1179 amount=-4 -kerning first=8221 second=973 amount=-1 -kerning first=84 second=8353 amount=-2 -kerning first=118 second=267 amount=-1 -kerning first=170 second=100 amount=-2 -kerning first=1200 second=1087 amount=-3 -kerning first=1265 second=1222 amount=-3 -kerning first=116 second=1067 amount=1 -kerning first=1217 second=1194 amount=-1 -kerning first=354 second=187 amount=-3 -kerning first=1050 second=290 amount=-2 -kerning first=1094 second=1166 amount=1 -kerning first=1207 second=1053 amount=1 -kerning first=957 second=265 amount=-1 -kerning first=1040 second=199 amount=-2 -kerning first=1125 second=354 amount=-5 -kerning first=1103 second=957 amount=-1 -kerning first=920 second=913 amount=-2 -kerning first=239 second=98 amount=3 -kerning first=245 second=1249 amount=-2 -kerning first=8244 second=1103 amount=-5 -kerning first=197 second=8249 amount=-2 -kerning first=70 second=260 amount=-6 -kerning first=1102 second=1046 amount=-2 -kerning first=92 second=967 amount=-4 -kerning first=341 second=1199 amount=1 -kerning first=321 second=65 amount=2 -kerning first=1027 second=95 amount=-4 -kerning first=195 second=933 amount=-5 -kerning first=8225 second=1257 amount=-2 -kerning first=310 second=8373 amount=-2 -kerning first=1061 second=213 amount=-1 -kerning first=8244 second=308 amount=-8 -kerning first=8218 second=87 amount=-4 -kerning first=192 second=281 amount=-1 -kerning first=932 second=195 amount=-6 -kerning first=1226 second=8226 amount=-1 -kerning first=114 second=287 amount=-1 -kerning first=176 second=264 amount=-1 -kerning first=1196 second=249 amount=-5 -kerning first=1128 second=286 amount=-2 -kerning first=335 second=913 amount=-2 -kerning first=8360 second=933 amount=-5 -kerning first=355 second=183 amount=-1 -kerning first=196 second=255 amount=-4 -kerning first=258 second=81 amount=-2 -kerning first=208 second=356 amount=-2 -kerning first=1077 second=1141 amount=-1 -kerning first=1034 second=1046 amount=-2 -kerning first=1232 second=339 amount=-1 -kerning first=1020 second=967 amount=-1 -kerning first=1105 second=1199 amount=-1 -kerning first=1141 second=940 amount=-1 -kerning first=1091 second=1204 amount=-2 -kerning first=68 second=65 amount=-2 -kerning first=933 second=224 amount=-5 -kerning first=359 second=321 amount=1 -kerning first=915 second=122 amount=-3 -kerning first=187 second=939 amount=-6 -kerning first=1083 second=121 amount=-1 -kerning first=1234 second=1263 amount=-4 -kerning first=1114 second=1196 amount=-7 -kerning first=1126 second=232 amount=-1 -kerning first=8370 second=1236 amount=-1 -kerning first=266 second=1217 amount=-1 -kerning first=90 second=173 amount=-2 -kerning first=959 second=923 amount=-2 -kerning first=1220 second=260 amount=-2 -kerning first=209 second=95 amount=2 -kerning first=65 second=187 amount=-2 -kerning first=197 second=1035 amount=-6 -kerning first=260 second=1143 amount=-4 -kerning first=253 second=277 amount=-1 -kerning first=1091 second=1232 amount=-4 -kerning first=1040 second=49 amount=-2 -kerning first=341 second=957 amount=1 -kerning first=284 second=1244 amount=-1 -kerning first=1186 second=75 amount=1 -kerning first=315 second=192 amount=2 -kerning first=111 second=1175 amount=-1 -kerning first=1185 second=171 amount=-3 -kerning first=110 second=1204 amount=-3 -kerning first=1225 second=354 amount=-2 -kerning first=310 second=249 amount=-2 -kerning first=317 second=286 amount=-2 -kerning first=8220 second=1032 amount=-9 -kerning first=382 second=358 amount=-2 -kerning first=267 second=1026 amount=-5 -kerning first=273 second=305 amount=2 -kerning first=1222 second=280 amount=1 -kerning first=1168 second=241 amount=-4 -kerning first=1226 second=928 amount=1 -kerning first=1207 second=932 amount=-2 -kerning first=373 second=99 amount=-1 -kerning first=957 second=1139 amount=-1 -kerning first=8224 second=103 amount=-2 -kerning first=1196 second=257 amount=-5 -kerning first=1068 second=1196 amount=-3 -kerning first=927 second=1059 amount=-2 -kerning first=1012 second=88 amount=-1 -kerning first=55 second=8363 amount=-3 -kerning first=208 second=902 amount=-2 -kerning first=1274 second=252 amount=-5 -kerning first=1201 second=47 amount=-4 -kerning first=126 second=376 amount=-4 -kerning first=102 second=97 amount=-1 -kerning first=1105 second=957 amount=-1 -kerning first=1265 second=89 amount=-2 -kerning first=1196 second=1153 amount=-5 -kerning first=89 second=363 amount=-3 -kerning first=1186 second=1109 amount=-1 -kerning first=116 second=77 amount=1 -kerning first=939 second=183 amount=-4 -kerning first=260 second=284 amount=-2 -kerning first=118 second=177 amount=-3 -kerning first=284 second=193 amount=-1 -kerning first=1234 second=265 amount=-1 -kerning first=1100 second=1198 amount=-11 -kerning first=1225 second=1041 amount=1 -kerning first=246 second=358 amount=-3 -kerning first=46 second=8217 amount=-5 -kerning first=65 second=1066 amount=-6 -kerning first=902 second=356 amount=-6 -kerning first=1016 second=1118 amount=-1 -kerning first=120 second=959 amount=-1 -kerning first=1093 second=283 amount=-1 -kerning first=1140 second=927 amount=-2 -kerning first=940 second=126 amount=-2 -kerning first=243 second=87 amount=-3 -kerning first=1188 second=965 amount=-4 -kerning first=1220 second=1090 amount=-2 -kerning first=1224 second=376 amount=-5 -kerning first=1201 second=1198 amount=-2 -kerning first=1119 second=92 amount=-3 -kerning first=1103 second=354 amount=-3 -kerning first=358 second=256 amount=-6 -kerning first=1164 second=1058 amount=-3 -kerning first=1244 second=332 amount=-1 -kerning first=297 second=276 amount=3 -kerning first=374 second=38 amount=-4 -kerning first=922 second=183 amount=-6 -kerning first=915 second=1073 amount=-2 -kerning first=1170 second=100 amount=-5 -kerning first=366 second=46 amount=-2 -kerning first=943 second=8216 amount=-3 -kerning first=1210 second=1198 amount=-5 -kerning first=186 second=269 amount=-2 -kerning first=347 second=1058 amount=-5 -kerning first=310 second=1153 amount=-3 -kerning first=933 second=1117 amount=-3 -kerning first=932 second=345 amount=-4 -kerning first=1088 second=932 amount=-3 -kerning first=1059 second=1181 amount=-3 -kerning first=89 second=229 amount=-5 -kerning first=1128 second=920 amount=-2 -kerning first=1184 second=275 amount=-3 -kerning first=1017 second=1111 amount=2 -kerning first=194 second=290 amount=-2 -kerning first=1060 second=92 amount=-2 -kerning first=1069 second=354 amount=-2 -kerning first=358 second=281 amount=-5 -kerning first=45 second=120 amount=-1 -kerning first=1259 second=1058 amount=-3 -kerning first=344 second=297 amount=3 -kerning first=321 second=174 amount=-5 -kerning first=1086 second=196 amount=-2 -kerning first=1050 second=235 amount=-3 -kerning first=1092 second=1059 amount=-6 -kerning first=1235 second=910 amount=-5 -kerning first=290 second=1204 amount=-2 -kerning first=1188 second=333 amount=-5 -kerning first=1054 second=358 amount=-2 -kerning first=239 second=1035 amount=6 -kerning first=1166 second=8218 amount=-9 -kerning first=333 second=125 amount=-1 -kerning first=8221 second=1239 amount=-4 -kerning first=193 second=234 amount=-1 -kerning first=84 second=241 amount=-4 -kerning first=1243 second=1098 amount=-2 -kerning first=375 second=192 amount=-4 -kerning first=1071 second=299 amount=5 -kerning first=1232 second=239 amount=3 -kerning first=1279 second=1092 amount=-1 -kerning first=92 second=183 amount=-2 -kerning first=933 second=81 amount=-2 -kerning first=8217 second=971 amount=-1 -kerning first=1168 second=193 amount=-6 -kerning first=354 second=252 amount=-5 -kerning first=193 second=1243 amount=-1 -kerning first=341 second=354 amount=-4 -kerning first=290 second=1232 amount=-1 -kerning first=121 second=224 amount=-1 -kerning first=1234 second=1139 amount=-1 -kerning first=358 second=1226 amount=-4 -kerning first=1126 second=221 amount=-5 -kerning first=1225 second=1103 amount=-1 -kerning first=317 second=920 amount=-2 -kerning first=369 second=356 amount=-3 -kerning first=1274 second=288 amount=-2 -kerning first=1116 second=103 amount=-1 -kerning first=362 second=47 amount=-4 -kerning first=961 second=197 amount=-2 -kerning first=1205 second=917 amount=1 -kerning first=1140 second=269 amount=-3 -kerning first=1128 second=8363 amount=-1 -kerning first=295 second=253 amount=-1 -kerning first=75 second=281 amount=-3 -kerning first=221 second=187 amount=-4 -kerning first=966 second=1078 amount=-1 -kerning first=1188 second=8218 amount=-8 -kerning first=8221 second=1102 amount=-1 -kerning first=1081 second=92 amount=-3 -kerning first=177 second=1232 amount=-3 -kerning first=1220 second=170 amount=-2 -kerning first=1069 second=913 amount=-2 -kerning first=95 second=1012 amount=-3 -kerning first=1100 second=1175 amount=-1 -kerning first=375 second=232 amount=-1 -kerning first=98 second=84 amount=-3 -kerning first=1178 second=81 amount=-2 -kerning first=68 second=935 amount=-1 -kerning first=275 second=376 amount=-6 -kerning first=1168 second=233 amount=-5 -kerning first=187 second=967 amount=-2 -kerning first=1187 second=1204 amount=-2 -kerning first=1170 second=112 amount=-4 -kerning first=1207 second=1184 amount=1 -kerning first=1097 second=270 amount=1 -kerning first=1105 second=354 amount=-3 -kerning first=95 second=358 amount=-4 -kerning first=186 second=1086 amount=-2 -kerning first=1043 second=214 amount=-2 -kerning first=8221 second=74 amount=-8 -kerning first=377 second=1256 amount=-2 -kerning first=46 second=1197 amount=-5 -kerning first=1145 second=1059 amount=1 -kerning first=1168 second=1241 amount=-5 -kerning first=1067 second=303 amount=2 -kerning first=1205 second=318 amount=1 -kerning first=1141 second=1237 amount=-1 -kerning first=933 second=195 amount=-5 -kerning first=1217 second=1138 amount=-1 -kerning first=315 second=221 amount=-3 -kerning first=8217 second=337 amount=-4 -kerning first=1179 second=277 amount=-1 -kerning first=341 second=913 amount=-3 -kerning first=1065 second=1044 amount=2 -kerning first=86 second=263 amount=-3 -kerning first=36 second=297 amount=3 -kerning first=1118 second=289 amount=-1 -kerning first=1026 second=41 amount=-1 -kerning first=1256 second=84 amount=-2 -kerning first=328 second=118 amount=-1 -kerning first=910 second=284 amount=-2 -kerning first=256 second=336 amount=-2 -kerning first=1230 second=929 amount=1 -kerning first=1168 second=1230 amount=-4 -kerning first=286 second=65 amount=-1 -kerning first=1270 second=923 amount=-6 -kerning first=372 second=1072 amount=-3 -kerning first=1098 second=358 amount=-7 -kerning first=935 second=1092 amount=-2 -kerning first=221 second=1066 amount=3 -kerning first=328 second=1201 amount=-1 -kerning first=299 second=1110 amount=6 -kerning first=1197 second=257 amount=-2 -kerning first=283 second=1059 amount=-6 -kerning first=8225 second=1108 amount=-2 -kerning first=359 second=1166 amount=1 -kerning first=1036 second=301 amount=5 -kerning first=1043 second=1199 amount=-4 -kerning first=1226 second=89 amount=-1 -kerning first=373 second=198 amount=-4 -kerning first=1197 second=1153 amount=-2 -kerning first=284 second=374 amount=-2 -kerning first=1196 second=194 amount=-6 -kerning first=1234 second=1028 amount=-2 -kerning first=8244 second=1263 amount=1 -kerning first=84 second=193 amount=-6 -kerning first=1145 second=291 amount=-1 -kerning first=1050 second=169 amount=-2 -kerning first=8225 second=1032 amount=-5 -kerning first=343 second=333 amount=-1 -kerning first=1035 second=358 amount=-3 -kerning first=103 second=1026 amount=-3 -kerning first=1070 second=8218 amount=-2 -kerning first=1140 second=1086 amount=-3 -kerning first=1263 second=8230 amount=-2 -kerning first=1217 second=287 amount=-2 -kerning first=915 second=199 amount=-2 -kerning first=1027 second=944 amount=-4 -kerning first=931 second=960 amount=-2 -kerning first=354 second=288 amount=-2 -kerning first=1275 second=959 amount=-2 -kerning first=1175 second=283 amount=-1 -kerning first=1143 second=44 amount=-2 -kerning first=1068 second=87 amount=-3 -kerning first=1026 second=1091 amount=-1 -kerning first=378 second=337 amount=-1 -kerning first=116 second=8226 amount=-1 -kerning first=270 second=1200 amount=-2 -kerning first=1167 second=119 amount=-1 -kerning first=1196 second=234 amount=-5 -kerning first=1188 second=1077 amount=-5 -kerning first=323 second=301 amount=5 -kerning first=193 second=376 amount=-5 -kerning first=84 second=233 amount=-5 -kerning first=57 second=1198 amount=-2 -kerning first=233 second=1204 amount=-3 -kerning first=102 second=1089 amount=-1 -kerning first=114 second=358 amount=-4 -kerning first=343 second=8218 amount=-5 -kerning first=1102 second=125 amount=-1 -kerning first=1141 second=246 amount=-1 -kerning first=1270 second=8370 amount=-2 -kerning first=923 second=1092 amount=-1 -kerning first=1196 second=1243 amount=-5 -kerning first=1058 second=97 amount=-5 -kerning first=1043 second=957 amount=-4 -kerning first=8221 second=1107 amount=-1 -kerning first=194 second=235 amount=-1 -kerning first=181 second=1196 amount=-3 -kerning first=1163 second=1064 amount=1 -kerning first=1084 second=374 amount=-5 -kerning first=1187 second=315 amount=1 -kerning first=1170 second=67 amount=-2 -kerning first=84 second=1241 amount=-5 -kerning first=341 second=308 amount=-4 -kerning first=95 second=1169 amount=3 -kerning first=1271 second=171 amount=-3 -kerning first=1126 second=212 amount=-2 -kerning first=1265 second=1259 amount=-1 -kerning first=76 second=1060 amount=-2 -kerning first=8244 second=265 amount=-4 -kerning first=1274 second=65 amount=-6 -kerning first=932 second=211 amount=-2 -kerning first=1086 second=89 amount=-6 -kerning first=219 second=44 amount=-2 -kerning first=1164 second=939 amount=-6 -kerning first=123 second=1092 amount=-1 -kerning first=1196 second=1085 amount=-4 -kerning first=357 second=76 amount=1 -kerning first=1027 second=335 amount=-5 -kerning first=8221 second=942 amount=-1 -kerning first=201 second=301 amount=5 -kerning first=84 second=1230 amount=-4 -kerning first=375 second=221 amount=-2 -kerning first=1034 second=125 amount=-1 -kerning first=1141 second=8217 amount=2 -kerning first=347 second=939 amount=-5 -kerning first=310 second=234 amount=-3 -kerning first=293 second=121 amount=-1 -kerning first=374 second=894 amount=-4 -kerning first=933 second=345 amount=-3 -kerning first=116 second=928 amount=1 -kerning first=65 second=288 amount=-2 -kerning first=939 second=1253 amount=-3 -kerning first=265 second=1197 amount=-1 -kerning first=1250 second=239 amount=5 -kerning first=311 second=1255 amount=-1 -kerning first=1170 second=297 amount=6 -kerning first=1066 second=84 amount=-3 -kerning first=284 second=1111 amount=2 -kerning first=1198 second=1234 amount=-5 -kerning first=86 second=215 amount=-3 -kerning first=87 second=1207 amount=-3 -kerning first=310 second=1243 amount=-3 -kerning first=1110 second=372 amount=2 -kerning first=277 second=89 amount=-6 -kerning first=1274 second=101 amount=-5 -kerning first=212 second=198 amount=-2 -kerning first=320 second=206 amount=1 -kerning first=932 second=119 amount=-4 -kerning first=1168 second=1125 amount=-4 -kerning first=1259 second=939 amount=-6 -kerning first=1270 second=181 amount=-5 -kerning first=89 second=279 amount=-6 -kerning first=315 second=212 amount=-2 -kerning first=1258 second=8222 amount=-3 -kerning first=8217 second=1105 amount=-4 -kerning first=335 second=1263 amount=-1 -kerning first=8249 second=197 amount=-2 -kerning first=959 second=1217 amount=-2 -kerning first=1060 second=95 amount=-3 -kerning first=121 second=195 amount=-4 -kerning first=95 second=1088 amount=3 -kerning first=1225 second=316 amount=1 -kerning first=1091 second=1200 amount=-2 -kerning first=1181 second=232 amount=-1 -kerning first=260 second=42 amount=-5 -kerning first=311 second=126 amount=-2 -kerning first=1059 second=213 amount=-2 -kerning first=1193 second=1140 amount=-3 -kerning first=221 second=252 amount=-3 -kerning first=1188 second=351 amount=-5 -kerning first=380 second=963 amount=-1 -kerning first=250 second=354 amount=-3 -kerning first=309 second=236 amount=3 -kerning first=258 second=211 amount=-2 -kerning first=1220 second=120 amount=-1 -kerning first=356 second=1251 amount=-4 -kerning first=336 second=933 amount=-2 -kerning first=102 second=1145 amount=-1 -kerning first=923 second=186 amount=-5 -kerning first=372 second=1057 amount=-2 -kerning first=1202 second=171 amount=-3 -kerning first=89 second=1224 amount=-3 -kerning first=195 second=1204 amount=-6 -kerning first=1153 second=84 amount=-5 -kerning first=913 second=1089 amount=-1 -kerning first=1233 second=1035 amount=-3 -kerning first=1237 second=1143 amount=-1 -kerning first=110 second=1200 amount=-5 -kerning first=268 second=1276 amount=-1 -kerning first=8244 second=1139 amount=-4 -kerning first=959 second=192 amount=-2 -kerning first=1169 second=257 amount=-2 -kerning first=54 second=44 amount=-2 -kerning first=235 second=374 amount=-6 -kerning first=214 second=1236 amount=-2 -kerning first=322 second=300 amount=1 -kerning first=107 second=245 amount=-1 -kerning first=1222 second=1062 amount=1 -kerning first=1082 second=183 amount=-2 -kerning first=1189 second=289 amount=-2 -kerning first=343 second=1077 amount=-1 -kerning first=286 second=935 amount=-1 -kerning first=109 second=1185 amount=-2 -kerning first=1184 second=336 amount=-2 -kerning first=99 second=1098 amount=-1 -kerning first=8360 second=1204 amount=-5 -kerning first=236 second=92 amount=2 -kerning first=354 second=65 amount=-6 -kerning first=1163 second=321 amount=1 -kerning first=258 second=119 amount=-4 -kerning first=1169 second=1153 amount=-2 -kerning first=94 second=74 amount=-6 -kerning first=70 second=966 amount=-3 -kerning first=328 second=356 amount=-3 -kerning first=1270 second=1116 amount=-4 -kerning first=1200 second=59 amount=-4 -kerning first=1244 second=103 amount=-2 -kerning first=378 second=1105 amount=-1 -kerning first=90 second=79 amount=-2 -kerning first=194 second=169 amount=-2 -kerning first=1168 second=1111 amount=6 -kerning first=1050 second=210 amount=-2 -kerning first=1097 second=919 amount=1 -kerning first=8224 second=273 amount=-2 -kerning first=380 second=243 amount=-1 -kerning first=313 second=932 amount=-6 -kerning first=910 second=1181 amount=-3 -kerning first=8244 second=247 amount=-3 -kerning first=1110 second=299 amount=3 -kerning first=193 second=334 amount=-2 -kerning first=1274 second=341 amount=-4 -kerning first=239 second=1016 amount=3 -kerning first=194 second=89 amount=-5 -kerning first=354 second=101 amount=-5 -kerning first=84 second=1125 amount=-4 -kerning first=1232 second=1057 amount=-2 -kerning first=76 second=359 amount=-1 -kerning first=1253 second=118 amount=-1 -kerning first=356 second=109 amount=-4 -kerning first=1128 second=216 amount=-2 -kerning first=939 second=338 amount=-2 -kerning first=357 second=1238 amount=1 -kerning first=1027 second=1104 amount=-5 -kerning first=8221 second=1118 amount=1 -kerning first=1074 second=933 amount=-5 -kerning first=193 second=373 amount=-4 -kerning first=1162 second=300 amount=1 -kerning first=1197 second=234 amount=-2 -kerning first=1253 second=1201 amount=-1 -kerning first=95 second=266 amount=-3 -kerning first=967 second=106 amount=3 -kerning first=915 second=958 amount=-4 -kerning first=1036 second=242 amount=-3 -kerning first=1075 second=281 amount=-2 -kerning first=183 second=1035 amount=-4 -kerning first=1168 second=332 amount=-2 -kerning first=1199 second=337 amount=-1 -kerning first=1170 second=1235 amount=-5 -kerning first=332 second=1066 amount=-2 -kerning first=913 second=1145 amount=-1 -kerning first=1197 second=1243 amount=-2 -kerning first=173 second=932 amount=-4 -kerning first=221 second=288 amount=-2 -kerning first=122 second=335 amount=-1 -kerning first=1043 second=913 amount=-6 -kerning first=377 second=1017 amount=-2 -kerning first=1171 second=183 amount=-1 -kerning first=356 second=173 amount=-4 -kerning first=902 second=1265 amount=-4 -kerning first=1164 second=967 amount=-1 -kerning first=1270 second=110 amount=-4 -kerning first=290 second=1200 amount=-2 -kerning first=922 second=338 amount=-2 -kerning first=1027 second=1114 amount=-4 -kerning first=1122 second=1026 amount=-3 -kerning first=924 second=299 amount=5 -kerning first=1111 second=86 amount=5 -kerning first=1112 second=41 amount=2 -kerning first=95 second=237 amount=2 -kerning first=1103 second=1263 amount=-1 -kerning first=317 second=216 amount=-2 -kerning first=89 second=1195 amount=-6 -kerning first=8353 second=1217 amount=-1 -kerning first=8217 second=1171 amount=1 -kerning first=65 second=101 amount=-1 -kerning first=8250 second=195 amount=-2 -kerning first=1222 second=313 amount=1 -kerning first=1187 second=124 amount=1 -kerning first=177 second=1200 amount=-6 -kerning first=123 second=1112 amount=1 -kerning first=1118 second=1196 amount=-2 -kerning first=239 second=915 amount=3 -kerning first=8221 second=263 amount=-4 -kerning first=1143 second=225 amount=-1 -kerning first=84 second=1111 amount=6 -kerning first=225 second=8220 amount=-3 -kerning first=1185 second=8363 amount=-1 -kerning first=118 second=260 amount=-4 -kerning first=79 second=1278 amount=-1 -kerning first=1050 second=1259 amount=-3 -kerning first=1259 second=967 amount=-1 -kerning first=1191 second=1098 amount=-4 -kerning first=1200 second=291 amount=-6 -kerning first=1279 second=981 amount=-1 -kerning first=92 second=92 amount=-5 -kerning first=933 second=211 amount=-2 -kerning first=116 second=89 amount=-1 -kerning first=1058 second=1089 amount=-5 -kerning first=8217 second=951 amount=-1 -kerning first=195 second=357 amount=-2 -kerning first=260 second=213 amount=-2 -kerning first=354 second=341 amount=-4 -kerning first=1273 second=49 amount=-3 -kerning first=957 second=258 amount=-4 -kerning first=1090 second=172 amount=-1 -kerning first=95 second=51 amount=-3 -kerning first=971 second=1198 amount=-4 -kerning first=376 second=1204 amount=3 -kerning first=1116 second=273 amount=-1 -kerning first=1064 second=938 amount=1 -kerning first=902 second=267 amount=-1 -kerning first=1187 second=1200 amount=-1 -kerning first=343 second=379 amount=-2 -kerning first=253 second=932 amount=-2 -kerning first=92 second=338 amount=-2 -kerning first=1140 second=227 amount=-3 -kerning first=1186 second=1042 amount=1 -kerning first=1217 second=1012 amount=-1 -kerning first=241 second=1196 amount=-3 -kerning first=1043 second=1103 amount=-5 -kerning first=1027 second=353 amount=-5 -kerning first=1107 second=966 amount=-2 -kerning first=106 second=93 amount=2 -kerning first=213 second=923 amount=-2 -kerning first=1020 second=92 amount=-3 -kerning first=376 second=1232 amount=-5 -kerning first=1265 second=1193 amount=-1 -kerning first=310 second=307 amount=2 -kerning first=1178 second=211 amount=-2 -kerning first=297 second=922 amount=3 -kerning first=361 second=8244 amount=1 -kerning first=260 second=118 amount=-4 -kerning first=1046 second=1256 amount=-1 -kerning first=1094 second=356 amount=-2 -kerning first=913 second=1140 amount=-5 -kerning first=957 second=283 amount=-1 -kerning first=341 second=1263 amount=1 -kerning first=1196 second=334 amount=-2 -kerning first=1043 second=308 amount=-6 -kerning first=84 second=332 amount=-2 -kerning first=959 second=221 amount=-6 -kerning first=197 second=94 amount=-5 -kerning first=1201 second=963 amount=-1 -kerning first=1180 second=214 amount=-2 -kerning first=257 second=121 amount=-1 -kerning first=260 second=1201 amount=-4 -kerning first=1205 second=1211 amount=1 -kerning first=254 second=375 amount=-1 -kerning first=382 second=245 amount=-1 -kerning first=939 second=1163 amount=-3 -kerning first=361 second=84 amount=-3 -kerning first=194 second=210 amount=-2 -kerning first=1224 second=1141 amount=-1 -kerning first=1087 second=1199 amount=-1 -kerning first=1118 second=271 amount=-1 -kerning first=1267 second=354 amount=-2 -kerning first=98 second=1118 amount=-1 -kerning first=1195 second=1058 amount=-5 -kerning first=1178 second=119 amount=-4 -kerning first=374 second=1251 amount=-3 -kerning first=327 second=297 amount=5 -kerning first=192 second=289 amount=-1 -kerning first=1059 second=356 amount=3 -kerning first=1094 second=1168 amount=1 -kerning first=120 second=235 amount=-1 -kerning first=1105 second=1263 amount=-1 -kerning first=1270 second=192 amount=-6 -kerning first=8224 second=240 amount=-2 -kerning first=1196 second=373 amount=-4 -kerning first=935 second=981 amount=-2 -kerning first=310 second=334 amount=-2 -kerning first=1196 second=1273 amount=-4 -kerning first=1058 second=1145 amount=-5 -kerning first=79 second=260 amount=-2 -kerning first=972 second=1185 amount=-2 -kerning first=1199 second=1105 amount=-1 -kerning first=373 second=193 amount=-4 -kerning first=341 second=265 amount=-1 -kerning first=1180 second=1199 amount=-3 -kerning first=927 second=372 amount=-1 -kerning first=221 second=65 amount=-5 -kerning first=122 second=1104 amount=-1 -kerning first=1225 second=247 amount=-1 -kerning first=8244 second=367 amount=-3 -kerning first=203 second=297 amount=5 -kerning first=1169 second=234 amount=-2 -kerning first=65 second=174 amount=-5 -kerning first=356 second=1220 amount=-4 -kerning first=1201 second=243 amount=-1 -kerning first=1205 second=323 amount=1 -kerning first=253 second=285 amount=-1 -kerning first=1270 second=232 amount=-5 -kerning first=966 second=8220 amount=-4 -kerning first=379 second=268 amount=-2 -kerning first=236 second=95 amount=3 -kerning first=299 second=1213 amount=3 -kerning first=1163 second=1166 amount=1 -kerning first=1169 second=1243 amount=-2 -kerning first=233 second=1200 amount=-6 -kerning first=91 second=277 amount=-1 -kerning first=1087 second=957 amount=-1 -kerning first=1267 second=913 amount=-4 -kerning first=310 second=373 amount=-4 -kerning first=76 second=1254 amount=-2 -kerning first=89 second=1194 amount=-2 -kerning first=1036 second=1099 amount=2 -kerning first=1253 second=356 amount=-3 -kerning first=903 second=1234 amount=-5 -kerning first=1222 second=70 amount=1 -kerning first=1059 second=902 amount=-5 -kerning first=373 second=233 amount=-1 -kerning first=1255 second=1199 amount=-1 -kerning first=1198 second=1258 amount=-2 -kerning first=221 second=101 amount=-6 -kerning first=1126 second=1213 amount=-2 -kerning first=76 second=1144 amount=-2 -kerning first=1089 second=1066 amount=-5 -kerning first=1201 second=8221 amount=2 -kerning first=102 second=1233 amount=-1 -kerning first=902 second=177 amount=-3 -kerning first=8225 second=1255 amount=-2 -kerning first=1232 second=910 amount=-5 -kerning first=373 second=1241 amount=-1 -kerning first=1270 second=1084 amount=-4 -kerning first=253 second=162 amount=-1 -kerning first=923 second=981 amount=-1 -kerning first=374 second=109 amount=-3 -kerning first=8217 second=1091 amount=1 -kerning first=1048 second=298 amount=1 -kerning first=1180 second=957 amount=-3 -kerning first=212 second=1244 amount=-1 -kerning first=240 second=198 amount=-2 -kerning first=1234 second=283 amount=-1 -kerning first=375 second=44 amount=-2 -kerning first=1118 second=113 amount=-1 -kerning first=910 second=213 amount=-2 -kerning first=1061 second=267 amount=-2 -kerning first=307 second=1140 amount=2 -kerning first=275 second=1141 amount=-1 -kerning first=1215 second=1059 amount=-6 -kerning first=194 second=1259 amount=-1 -kerning first=1168 second=46 amount=-2 -kerning first=1046 second=1079 amount=-2 -kerning first=279 second=1199 amount=-1 -kerning first=1093 second=291 amount=-1 -kerning first=123 second=981 amount=-1 -kerning first=1202 second=286 amount=-1 -kerning first=973 second=358 amount=-3 -kerning first=299 second=223 amount=3 -kerning first=1189 second=1196 amount=-3 -kerning first=230 second=1059 amount=-6 -kerning first=297 second=1025 amount=3 -kerning first=374 second=173 amount=-4 -kerning first=915 second=1207 amount=-5 -kerning first=315 second=1213 amount=-1 -kerning first=1092 second=372 amount=-3 -kerning first=1016 second=256 amount=-2 -kerning first=1255 second=957 amount=-1 -kerning first=341 second=1139 amount=-1 -kerning first=324 second=86 amount=-3 -kerning first=1116 second=240 amount=-1 -kerning first=212 second=193 amount=-2 -kerning first=1086 second=1046 amount=-2 -kerning first=1059 second=1173 amount=-3 -kerning first=1193 second=1058 amount=-3 -kerning first=8217 second=231 amount=-4 -kerning first=195 second=1256 amount=-2 -kerning first=972 second=1276 amount=-2 -kerning first=1179 second=932 amount=-4 -kerning first=1274 second=1257 amount=-5 -kerning first=358 second=289 amount=-5 -kerning first=1267 second=308 amount=-4 -kerning first=199 second=95 amount=-3 -kerning first=81 second=1278 amount=-1 -kerning first=197 second=214 amount=-2 -kerning first=195 second=1200 amount=-5 -kerning first=187 second=92 amount=-4 -kerning first=1170 second=1119 amount=-4 -kerning first=279 second=957 amount=-1 -kerning first=1066 second=1118 amount=-1 -kerning first=341 second=247 amount=-2 -kerning first=186 second=1092 amount=-2 -kerning first=221 second=341 amount=-3 -kerning first=1143 second=100 amount=-1 -kerning first=1222 second=1198 amount=-1 -kerning first=301 second=102 amount=3 -kerning first=8360 second=1200 amount=-5 -kerning first=260 second=356 amount=-6 -kerning first=1226 second=75 amount=1 -kerning first=1139 second=1196 amount=-3 -kerning first=1096 second=1267 amount=-1 -kerning first=71 second=88 amount=-1 -kerning first=1278 second=71 amount=-1 -kerning first=241 second=87 amount=-3 -kerning first=355 second=925 amount=1 -kerning first=8244 second=324 amount=-1 -kerning first=932 second=97 amount=-5 -kerning first=1189 second=271 amount=-2 -kerning first=1087 second=354 amount=-3 -kerning first=1050 second=1193 amount=-3 -kerning first=908 second=86 amount=-2 -kerning first=1196 second=8230 amount=-2 -kerning first=1198 second=1080 amount=-3 -kerning first=75 second=289 amount=-3 -kerning first=221 second=174 amount=-1 -kerning first=947 second=172 amount=-2 -kerning first=1275 second=235 amount=-2 -kerning first=8244 second=1271 amount=-1 -kerning first=196 second=8225 amount=-5 -kerning first=193 second=1141 amount=-4 -kerning first=84 second=46 amount=-2 -kerning first=197 second=1199 amount=-4 -kerning first=336 second=1204 amount=-2 -kerning first=86 second=256 amount=-5 -kerning first=1271 second=8363 amount=-2 -kerning first=353 second=221 amount=-5 -kerning first=1225 second=209 amount=1 -kerning first=1244 second=273 amount=-2 -kerning first=378 second=231 amount=-1 -kerning first=381 second=199 amount=-2 -kerning first=1168 second=103 amount=-5 -kerning first=259 second=1197 amount=-2 -kerning first=1084 second=1249 amount=-2 -kerning first=1226 second=1109 amount=-1 -kerning first=234 second=1196 amount=-3 -kerning first=1207 second=330 amount=1 -kerning first=290 second=303 amount=2 -kerning first=1234 second=176 amount=-5 -kerning first=87 second=8249 amount=-4 -kerning first=1061 second=177 amount=-3 -kerning first=283 second=372 amount=-3 -kerning first=336 second=1232 amount=-2 -kerning first=1072 second=89 amount=-5 -kerning first=1200 second=1054 amount=-2 -kerning first=1257 second=1143 amount=-1 -kerning first=1140 second=1092 amount=-3 -kerning first=254 second=1066 amount=-3 -kerning first=1195 second=939 amount=-4 -kerning first=88 second=966 amount=-2 -kerning first=1202 second=920 amount=-1 -kerning first=1275 second=1222 amount=-3 -kerning first=365 second=8216 amount=-3 -kerning first=1179 second=285 amount=-1 -kerning first=86 second=281 amount=-3 -kerning first=1118 second=238 amount=3 -kerning first=104 second=1035 amount=-3 -kerning first=45 second=1078 amount=-1 -kerning first=328 second=1265 amount=-1 -kerning first=1168 second=1249 amount=-3 -kerning first=354 second=1257 amount=-5 -kerning first=1051 second=299 amount=5 -kerning first=114 second=245 amount=-1 -kerning first=1097 second=320 amount=1 -kerning first=1278 second=45 amount=-4 -kerning first=1217 second=266 amount=-1 -kerning first=81 second=260 amount=-2 -kerning first=1043 second=1263 amount=-4 -kerning first=8221 second=365 amount=-3 -kerning first=8230 second=903 amount=-6 -kerning first=193 second=116 amount=-2 -kerning first=1255 second=354 amount=-3 -kerning first=197 second=957 amount=-4 -kerning first=256 second=1242 amount=-2 -kerning first=1209 second=1026 amount=-3 -kerning first=1276 second=71 amount=-1 -kerning first=374 second=1220 amount=-3 -kerning first=359 second=356 amount=-2 -kerning first=270 second=8222 amount=-3 -kerning first=1122 second=1061 amount=-2 -kerning first=1046 second=1017 amount=-1 -kerning first=1179 second=162 amount=-1 -kerning first=1094 second=917 amount=1 -kerning first=1095 second=8220 amount=-3 -kerning first=174 second=1207 amount=-1 -kerning first=8250 second=119 amount=-2 -kerning first=1145 second=299 amount=7 -kerning first=1189 second=113 amount=-2 -kerning first=229 second=374 amount=-5 -kerning first=970 second=183 amount=-2 -kerning first=1040 second=8249 amount=-2 -kerning first=1202 second=8363 amount=-2 -kerning first=1198 second=172 amount=-4 -kerning first=295 second=1185 amount=-2 -kerning first=1074 second=1204 amount=-5 -kerning first=1175 second=291 amount=-1 -kerning first=279 second=354 amount=-3 -kerning first=332 second=65 amount=-2 -kerning first=1090 second=333 amount=-2 -kerning first=1203 second=1089 amount=-1 -kerning first=43 second=358 amount=-4 -kerning first=287 second=1066 amount=-3 -kerning first=1205 second=1043 amount=1 -kerning first=376 second=1256 amount=-2 -kerning first=8373 second=1276 amount=-1 -kerning first=8244 second=258 amount=-9 -kerning first=359 second=1168 amount=1 -kerning first=356 second=79 amount=-2 -kerning first=1094 second=318 amount=1 -kerning first=213 second=1217 amount=-1 -kerning first=1043 second=265 amount=-5 -kerning first=1107 second=226 amount=-2 -kerning first=333 second=1203 amount=-1 -kerning first=84 second=103 amount=-5 -kerning first=1255 second=913 amount=-2 -kerning first=235 second=1249 amount=-1 -kerning first=65 second=1257 amount=-1 -kerning first=192 second=1196 amount=-6 -kerning first=212 second=374 amount=-2 -kerning first=1138 second=86 amount=-2 -kerning first=1277 second=945 amount=-1 -kerning first=1091 second=244 amount=-1 -kerning first=1265 second=1010 amount=-1 -kerning first=326 second=1140 amount=-3 -kerning first=89 second=1138 amount=-2 -kerning first=1058 second=1233 amount=-5 -kerning first=321 second=908 amount=-2 -kerning first=237 second=301 amount=3 -kerning first=1241 second=197 amount=-2 -kerning first=1187 second=1162 amount=1 -kerning first=113 second=1026 amount=-3 -kerning first=1090 second=8218 amount=-8 -kerning first=95 second=1097 amount=3 -kerning first=1276 second=45 amount=-4 -kerning first=910 second=356 amount=3 -kerning first=8244 second=283 amount=-4 -kerning first=981 second=1197 amount=-2 -kerning first=38 second=255 amount=-2 -kerning first=1270 second=212 amount=-2 -kerning first=913 second=1058 amount=-6 -kerning first=1040 second=1035 amount=-6 -kerning first=1196 second=1141 amount=-4 -kerning first=357 second=1250 amount=1 -kerning first=1143 second=1026 amount=-2 -kerning first=213 second=192 amount=-2 -kerning first=84 second=1249 amount=-3 -kerning first=112 second=86 amount=-3 -kerning first=1063 second=297 amount=5 -kerning first=70 second=380 amount=-2 -kerning first=288 second=84 amount=-2 -kerning first=1237 second=118 amount=-1 -kerning first=375 second=225 amount=-1 -kerning first=1141 second=171 amount=-3 -kerning first=1091 second=8222 amount=-5 -kerning first=1251 second=8220 amount=-3 -kerning first=194 second=1193 amount=-1 -kerning first=1168 second=259 amount=-5 -kerning first=208 second=1278 amount=-1 -kerning first=1193 second=939 amount=-6 -kerning first=1237 second=1201 amount=-1 -kerning first=8370 second=932 amount=-2 -kerning first=380 second=99 amount=-1 -kerning first=920 second=258 amount=-2 -kerning first=8244 second=1087 amount=-1 -kerning first=196 second=79 amount=-2 -kerning first=247 second=84 amount=-4 -kerning first=923 second=355 amount=-2 -kerning first=89 second=287 amount=-6 -kerning first=88 second=1060 amount=-1 -kerning first=939 second=944 amount=-3 -kerning first=1027 second=43 amount=-4 -kerning first=1197 second=8230 amount=-6 -kerning first=1203 second=1145 amount=-1 -kerning first=118 second=966 amount=-1 -kerning first=910 second=902 amount=-5 -kerning first=1244 second=240 amount=-2 -kerning first=310 second=1141 amount=-3 -kerning first=192 second=271 amount=-1 -kerning first=197 second=354 amount=-6 -kerning first=335 second=258 amount=-2 -kerning first=1188 second=250 amount=-5 -kerning first=1043 second=1139 amount=-5 -kerning first=1049 second=207 amount=1 -kerning first=1143 second=297 amount=3 -kerning first=1139 second=87 amount=-3 -kerning first=1085 second=84 amount=-3 -kerning first=1274 second=1108 amount=-5 -kerning first=120 second=1259 amount=-1 -kerning first=1265 second=339 amount=-1 -kerning first=933 second=97 amount=-5 -kerning first=1199 second=231 amount=-1 -kerning first=1126 second=100 amount=-1 -kerning first=333 second=910 amount=-6 -kerning first=262 second=301 amount=2 -kerning first=192 second=1275 amount=-2 -kerning first=1274 second=1032 amount=-6 -kerning first=356 second=973 amount=-4 -kerning first=932 second=1089 amount=-5 -kerning first=367 second=1058 amount=-3 -kerning first=101 second=358 amount=-3 -kerning first=1067 second=298 amount=1 -kerning first=1207 second=8217 amount=2 -kerning first=351 second=932 amount=-5 -kerning first=240 second=1244 amount=-2 -kerning first=939 second=335 amount=-6 -kerning first=1043 second=247 amount=-4 -kerning first=1211 second=1196 amount=-3 -kerning first=195 second=1017 amount=-2 -kerning first=302 second=303 amount=2 -kerning first=234 second=87 amount=-3 -kerning first=210 second=1040 amount=-2 -kerning first=917 second=1111 amount=5 -kerning first=1090 second=1077 amount=-2 -kerning first=345 second=972 amount=-1 -kerning first=1184 second=1242 amount=-2 -kerning first=226 second=933 amount=-5 -kerning first=1170 second=121 amount=-4 -kerning first=1097 second=304 amount=1 -kerning first=372 second=1234 amount=-4 -kerning first=1188 second=261 amount=-5 -kerning first=308 second=46 amount=-2 -kerning first=1027 second=1236 amount=-6 -kerning first=910 second=1173 amount=-3 -kerning first=55 second=269 amount=-3 -kerning first=84 second=259 amount=-5 -kerning first=208 second=260 amount=-2 -kerning first=1086 second=125 amount=-1 -kerning first=102 second=939 amount=1 -kerning first=1102 second=1203 amount=-1 -kerning first=1164 second=92 amount=-3 -kerning first=116 second=75 amount=1 -kerning first=922 second=335 amount=-3 -kerning first=8217 second=363 amount=-3 -kerning first=221 second=1257 amount=-6 -kerning first=1187 second=1225 amount=1 -kerning first=332 second=935 amount=-1 -kerning first=1090 second=1113 amount=-3 -kerning first=240 second=193 amount=-2 -kerning first=87 second=228 amount=-3 -kerning first=1118 second=248 amount=-1 -kerning first=1267 second=265 amount=-1 -kerning first=376 second=114 amount=-3 -kerning first=347 second=92 amount=-3 -kerning first=1243 second=195 amount=-2 -kerning first=1253 second=1265 amount=-1 -kerning first=192 second=113 amount=-1 -kerning first=256 second=86 amount=-5 -kerning first=1059 second=267 amount=-6 -kerning first=255 second=356 amount=-2 -kerning first=1128 second=927 amount=-2 -kerning first=324 second=8216 amount=-3 -kerning first=1043 second=1028 amount=-2 -kerning first=357 second=1223 amount=1 -kerning first=258 second=1089 amount=-1 -kerning first=1220 second=1078 amount=-1 -kerning first=1034 second=1203 amount=-1 -kerning first=1259 second=92 amount=-3 -kerning first=246 second=375 amount=-1 -kerning first=116 second=1109 amount=-1 -kerning first=1010 second=374 amount=-4 -kerning first=34 second=38 amount=-2 -kerning first=1075 second=289 amount=-2 -kerning first=232 second=84 amount=-3 -kerning first=354 second=1108 amount=-5 -kerning first=1117 second=1059 amount=-5 -kerning first=313 second=264 amount=-2 -kerning first=239 second=354 amount=6 -kerning first=8221 second=256 amount=-9 -kerning first=1171 second=95 amount=-3 -kerning first=323 second=206 amount=1 -kerning first=256 second=945 amount=-1 -kerning first=107 second=1066 amount=-4 -kerning first=932 second=1145 amount=-5 -kerning first=92 second=335 amount=-1 -kerning first=374 second=79 amount=-2 -kerning first=1186 second=910 amount=-1 -kerning first=1128 second=1267 amount=-4 -kerning first=1217 second=245 amount=-2 -kerning first=1055 second=300 amount=1 -kerning first=8217 second=229 amount=-4 -kerning first=248 second=1277 amount=-1 -kerning first=354 second=1032 amount=-6 -kerning first=259 second=253 amount=-1 -kerning first=213 second=221 amount=-2 -kerning first=358 second=271 amount=-5 -kerning first=971 second=8221 amount=1 -kerning first=317 second=927 amount=-2 -kerning first=297 second=299 amount=3 -kerning first=321 second=126 amount=-4 -kerning first=192 second=87 amount=-4 -kerning first=256 second=262 amount=-2 -kerning first=1222 second=1252 amount=1 -kerning first=1046 second=244 amount=-2 -kerning first=1050 second=1010 amount=-3 -kerning first=1167 second=1140 amount=-3 -kerning first=255 second=902 amount=-4 -kerning first=913 second=182 amount=-1 -kerning first=957 second=1059 amount=-2 -kerning first=169 second=910 amount=-2 -kerning first=1193 second=967 amount=-1 -kerning first=186 second=981 amount=-2 -kerning first=1188 second=331 amount=-4 -kerning first=239 second=1041 amount=3 -kerning first=8221 second=281 amount=-4 -kerning first=48 second=8218 amount=-3 -kerning first=55 second=1086 amount=-3 -kerning first=1143 second=1235 amount=-1 -kerning first=1169 second=8230 amount=-6 -kerning first=1237 second=356 amount=-3 -kerning first=292 second=296 amount=1 -kerning first=1270 second=44 amount=-2 -kerning first=1265 second=239 amount=3 -kerning first=1115 second=1059 amount=-5 -kerning first=908 second=8216 amount=-2 -kerning first=337 second=197 amount=-2 -kerning first=359 second=917 amount=1 -kerning first=357 second=8220 amount=-3 -kerning first=913 second=939 amount=-5 -kerning first=943 second=916 amount=-3 -kerning first=336 second=1200 amount=-2 -kerning first=1104 second=1203 amount=-1 -kerning first=121 second=97 amount=-1 -kerning first=1267 second=1139 amount=-1 -kerning first=317 second=1267 amount=-4 -kerning first=1229 second=300 amount=1 -kerning first=65 second=1108 amount=-1 -kerning first=1201 second=99 amount=-1 -kerning first=1097 second=1172 amount=1 -kerning first=373 second=46 amount=-5 -kerning first=1102 second=910 amount=-6 -kerning first=1205 second=278 amount=1 -kerning first=1233 second=1199 amount=-1 -kerning first=1202 second=216 amount=-1 -kerning first=1198 second=965 amount=-3 -kerning first=1128 second=269 amount=-1 -kerning first=75 second=271 amount=-3 -kerning first=939 second=1104 amount=-6 -kerning first=1027 second=251 amount=-5 -kerning first=8221 second=1226 amount=-1 -kerning first=299 second=1026 amount=6 -kerning first=947 second=8218 amount=-5 -kerning first=44 second=221 amount=-3 -kerning first=196 second=8244 amount=-7 -kerning first=258 second=1145 amount=-1 -kerning first=1069 second=258 amount=-2 -kerning first=375 second=100 amount=-1 -kerning first=376 second=1017 amount=-2 -kerning first=923 second=1198 amount=-5 -kerning first=297 second=1049 amount=3 -kerning first=359 second=318 amount=1 -kerning first=1058 second=1094 amount=-4 -kerning first=915 second=8249 amount=-8 -kerning first=192 second=268 amount=-2 -kerning first=73 second=95 amount=2 -kerning first=1168 second=273 amount=-5 -kerning first=260 second=1265 amount=-4 -kerning first=1275 second=1259 amount=-2 -kerning first=1097 second=66 amount=1 -kerning first=957 second=291 amount=-1 -kerning first=1257 second=1202 amount=-2 -kerning first=111 second=198 amount=-2 -kerning first=1126 second=1026 amount=-6 -kerning first=333 second=1093 amount=-1 -kerning first=355 second=353 amount=-1 -kerning first=196 second=84 amount=-6 -kerning first=1087 second=1263 amount=-1 -kerning first=1277 second=111 amount=-1 -kerning first=1059 second=177 amount=-6 -kerning first=1034 second=910 amount=-6 -kerning first=253 second=940 amount=-1 -kerning first=291 second=1204 amount=-3 -kerning first=1140 second=981 amount=-3 -kerning first=1186 second=107 amount=1 -kerning first=922 second=1104 amount=-3 -kerning first=939 second=1114 amount=-3 -kerning first=1224 second=49 amount=-3 -kerning first=341 second=258 amount=-3 -kerning first=95 second=375 amount=-5 -kerning first=1088 second=1197 amount=-2 -kerning first=358 second=113 amount=-5 -kerning first=1126 second=67 amount=-2 -kerning first=1166 second=197 amount=-5 -kerning first=46 second=1185 amount=-5 -kerning first=356 second=1239 amount=-5 -kerning first=161 second=376 amount=-4 -kerning first=1050 second=339 amount=-3 -kerning first=1092 second=1098 amount=-2 -kerning first=254 second=65 amount=-2 -kerning first=1233 second=957 amount=-1 -kerning first=176 second=286 amount=-1 -kerning first=1196 second=122 amount=-3 -kerning first=1198 second=333 amount=-6 -kerning first=1042 second=299 amount=2 -kerning first=248 second=933 amount=-6 -kerning first=1043 second=367 amount=-5 -kerning first=299 second=297 amount=3 -kerning first=171 second=356 amount=-3 -kerning first=1078 second=172 amount=-1 -kerning first=1180 second=1263 amount=-3 -kerning first=43 second=51 amount=-1 -kerning first=98 second=256 amount=-2 -kerning first=374 second=973 amount=-3 -kerning first=981 second=253 amount=-1 -kerning first=933 second=1089 amount=-6 -kerning first=315 second=1026 amount=-6 -kerning first=367 second=939 amount=-4 -kerning first=260 second=267 amount=-1 -kerning first=1074 second=1200 amount=-5 -kerning first=341 second=283 amount=-1 -kerning first=1098 second=375 amount=-2 -kerning first=240 second=374 amount=-6 -kerning first=1234 second=1059 amount=-5 -kerning first=1223 second=207 amount=1 -kerning first=1126 second=297 amount=3 -kerning first=1188 second=197 amount=-6 -kerning first=1211 second=87 amount=-3 -kerning first=245 second=255 amount=-1 -kerning first=76 second=8220 amount=-5 -kerning first=916 second=969 amount=-2 -kerning first=1274 second=908 amount=-2 -kerning first=356 second=1102 amount=-4 -kerning first=1189 second=248 amount=-2 -kerning first=120 second=1193 amount=-1 -kerning first=92 second=1104 amount=-1 -kerning first=89 second=1012 amount=-2 -kerning first=1198 second=8218 amount=-7 -kerning first=1128 second=1086 amount=-1 -kerning first=75 second=113 amount=-3 -kerning first=315 second=67 amount=-2 -kerning first=939 second=353 amount=-4 -kerning first=1122 second=121 amount=-1 -kerning first=1163 second=356 amount=-2 -kerning first=258 second=1140 amount=-5 -kerning first=1255 second=1263 amount=-1 -kerning first=212 second=46 amount=-3 -kerning first=1138 second=8216 amount=-2 -kerning first=1104 second=910 amount=-6 -kerning first=91 second=285 amount=-1 -kerning first=1256 second=256 amount=-2 -kerning first=1178 second=1089 amount=-3 -kerning first=326 second=1058 amount=-3 -kerning first=89 second=358 amount=3 -kerning first=244 second=1035 amount=-3 -kerning first=1036 second=8370 amount=-2 -kerning first=356 second=74 amount=-6 -kerning first=1222 second=1186 amount=1 -kerning first=1215 second=372 amount=-3 -kerning first=1168 second=1167 amount=-4 -kerning first=216 second=1276 amount=-1 -kerning first=1094 second=1211 amount=1 -kerning first=1097 second=1052 amount=1 -kerning first=373 second=103 amount=-1 -kerning first=1035 second=375 amount=-1 -kerning first=227 second=1196 amount=-3 -kerning first=1188 second=275 amount=-5 -kerning first=1109 second=84 amount=-5 -kerning first=196 second=1239 amount=-1 -kerning first=171 second=902 amount=-2 -kerning first=84 second=273 amount=-5 -kerning first=1180 second=265 amount=-3 -kerning first=230 second=372 amount=-3 -kerning first=902 second=170 amount=-5 -kerning first=1265 second=1072 amount=-1 -kerning first=382 second=1066 amount=-2 -kerning first=1184 second=945 amount=-3 -kerning first=195 second=244 amount=-1 -kerning first=194 second=1010 amount=-1 -kerning first=1163 second=1168 amount=1 -kerning first=1226 second=1042 amount=1 -kerning first=279 second=1263 amount=-1 -kerning first=112 second=8216 amount=-4 -kerning first=91 second=162 amount=-1 -kerning first=1234 second=291 amount=-1 -kerning first=186 second=1040 amount=-5 -kerning first=45 second=8220 amount=-3 -kerning first=945 second=173 amount=-2 -kerning first=263 second=221 amount=-4 -kerning first=305 second=125 amount=2 -kerning first=224 second=932 amount=-3 -kerning first=114 second=375 amount=1 -kerning first=8224 second=38 amount=-3 -kerning first=109 second=1267 amount=-1 -kerning first=88 second=1254 amount=-1 -kerning first=1184 second=262 amount=-2 -kerning first=221 second=1108 amount=-6 -kerning first=1188 second=1187 amount=-4 -kerning first=283 second=1098 amount=-1 -kerning first=118 second=226 amount=-1 -kerning first=94 second=256 amount=-5 -kerning first=358 second=268 amount=-2 -kerning first=1200 second=1020 amount=-3 -kerning first=1225 second=276 amount=1 -kerning first=297 second=294 amount=3 -kerning first=88 second=1144 amount=-1 -kerning first=246 second=1066 amount=-3 -kerning first=266 second=297 amount=2 -kerning first=933 second=1145 amount=-6 -kerning first=1036 second=181 amount=-2 -kerning first=1187 second=349 amount=-1 -kerning first=1094 second=323 amount=1 -kerning first=210 second=47 amount=-3 -kerning first=913 second=967 amount=-4 -kerning first=261 second=1198 amount=-5 -kerning first=1242 second=84 amount=-2 -kerning first=87 second=1179 amount=-2 -kerning first=221 second=1032 amount=-2 -kerning first=966 second=923 amount=-2 -kerning first=340 second=221 amount=-2 -kerning first=193 second=199 amount=-2 -kerning first=214 second=932 amount=-2 -kerning first=1222 second=8221 amount=2 -kerning first=961 second=86 amount=-3 -kerning first=1102 second=1093 amount=-1 -kerning first=176 second=920 amount=-1 -kerning first=374 second=84 amount=3 -kerning first=8217 second=279 amount=-4 -kerning first=8360 second=8222 amount=-3 -kerning first=265 second=1185 amount=-1 -kerning first=354 second=908 amount=-2 -kerning first=1233 second=354 amount=-3 -kerning first=1120 second=95 amount=2 -kerning first=375 second=1026 amount=-2 -kerning first=242 second=194 amount=-2 -kerning first=1178 second=1145 amount=-3 -kerning first=1201 second=198 amount=-4 -kerning first=1082 second=335 amount=-1 -kerning first=1181 second=100 amount=-1 -kerning first=1168 second=240 amount=-5 -kerning first=260 second=177 amount=-3 -kerning first=1050 second=239 amount=5 -kerning first=343 second=197 amount=-3 -kerning first=210 second=1198 amount=-2 -kerning first=1257 second=118 amount=-1 -kerning first=1140 second=1040 amount=-5 -kerning first=372 second=1258 amount=-2 -kerning first=1198 second=1077 amount=-6 -kerning first=75 second=268 amount=-2 -kerning first=1043 second=324 amount=-4 -kerning first=84 second=1167 amount=-4 -kerning first=356 second=1107 amount=-4 -kerning first=1180 second=1139 amount=-3 -kerning first=229 second=1249 amount=-2 -kerning first=1034 second=1093 amount=-1 -kerning first=1257 second=1201 amount=-1 -kerning first=254 second=174 amount=-1 -kerning first=89 second=1169 amount=-3 -kerning first=8217 second=1224 amount=-1 -kerning first=301 second=105 amount=6 -kerning first=1043 second=1271 amount=-4 -kerning first=194 second=339 amount=-1 -kerning first=1199 second=229 amount=-1 -kerning first=1179 second=940 amount=-1 -kerning first=1066 second=256 amount=-2 -kerning first=121 second=1089 amount=-1 -kerning first=358 second=52 amount=-4 -kerning first=1054 second=1066 amount=-2 -kerning first=910 second=267 amount=-6 -kerning first=197 second=1263 amount=-4 -kerning first=256 second=111 amount=-1 -kerning first=356 second=942 amount=-4 -kerning first=932 second=1233 amount=-5 -kerning first=1075 second=1196 amount=-3 -kerning first=1059 second=369 amount=-3 -kerning first=343 second=275 amount=-1 -kerning first=1270 second=225 amount=-5 -kerning first=253 second=1237 amount=-1 -kerning first=254 second=935 amount=-2 -kerning first=1263 second=1207 amount=-1 -kerning first=75 second=238 amount=2 -kerning first=313 second=8217 amount=-3 -kerning first=193 second=49 amount=-2 -kerning first=1085 second=1118 amount=-1 -kerning first=1180 second=247 amount=-6 -kerning first=375 second=297 amount=3 -kerning first=102 second=183 amount=-2 -kerning first=378 second=279 amount=-1 -kerning first=301 second=8360 amount=3 -kerning first=65 second=908 amount=-2 -kerning first=311 second=1204 amount=-4 -kerning first=1203 second=1058 amount=-3 -kerning first=1101 second=1035 amount=-3 -kerning first=1278 second=337 amount=-2 -kerning first=1258 second=194 amount=-2 -kerning first=239 second=316 amount=3 -kerning first=55 second=227 amount=-3 -kerning first=8244 second=59 amount=-4 -kerning first=1243 second=119 amount=-1 -kerning first=1269 second=86 amount=-3 -kerning first=1274 second=1255 amount=-5 -kerning first=256 second=8216 amount=-8 -kerning first=1060 second=1236 amount=-2 -kerning first=1230 second=126 amount=-1 -kerning first=1232 second=1258 amount=-2 -kerning first=1141 second=8363 amount=-1 -kerning first=89 second=1088 amount=-3 -kerning first=374 second=1239 amount=-6 -kerning first=915 second=228 amount=-5 -kerning first=8222 second=376 amount=-7 -kerning first=301 second=325 amount=3 -kerning first=183 second=354 amount=-4 -kerning first=1275 second=1193 amount=-2 -kerning first=1273 second=1035 amount=-3 -kerning first=1104 second=1093 amount=-1 -kerning first=95 second=1066 amount=-3 -kerning first=1231 second=297 amount=5 -kerning first=86 second=289 amount=-3 -kerning first=333 second=1234 amount=-2 -kerning first=376 second=244 amount=-6 -kerning first=1171 second=335 amount=-2 -kerning first=249 second=910 amount=-4 -kerning first=192 second=248 amount=-1 -kerning first=197 second=265 amount=-1 -kerning first=226 second=1204 amount=-3 -kerning first=1033 second=1035 amount=-3 -kerning first=1198 second=351 amount=-4 -kerning first=1027 second=277 amount=-5 -kerning first=377 second=1069 amount=-2 -kerning first=84 second=240 amount=-5 -kerning first=1030 second=207 amount=1 -kerning first=1274 second=126 amount=-4 -kerning first=1180 second=1028 amount=-2 -kerning first=70 second=242 amount=-3 -kerning first=374 second=1102 amount=-3 -kerning first=1058 second=967 amount=-4 -kerning first=1075 second=271 amount=-2 -kerning first=213 second=44 amount=-3 -kerning first=42 second=194 amount=-5 -kerning first=1098 second=1066 amount=-7 -kerning first=121 second=1145 amount=-1 -kerning first=1196 second=199 amount=-2 -kerning first=1043 second=258 amount=-6 -kerning first=222 second=196 amount=-3 -kerning first=376 second=8222 amount=-7 -kerning first=192 second=39 amount=-5 -kerning first=970 second=95 amount=-2 -kerning first=1167 second=1058 amount=-3 -kerning first=1170 second=1081 amount=-4 -kerning first=286 second=305 amount=2 -kerning first=253 second=246 amount=-1 -kerning first=1040 second=94 amount=-5 -kerning first=372 second=1080 amount=-2 -kerning first=326 second=939 amount=-5 -kerning first=374 second=74 amount=-2 -kerning first=1027 second=1189 amount=-4 -kerning first=183 second=913 amount=-2 -kerning first=181 second=60 amount=-3 -kerning first=227 second=87 amount=-3 -kerning first=1276 second=337 amount=-2 -kerning first=8217 second=1195 amount=-4 -kerning first=1082 second=1104 amount=-1 -kerning first=232 second=1118 amount=-1 -kerning first=1035 second=1066 amount=-3 -kerning first=913 second=183 amount=-2 -kerning first=243 second=196 amount=-2 -kerning first=1032 second=8222 amount=-5 -kerning first=1043 second=283 amount=-5 -kerning first=910 second=177 amount=-6 -kerning first=1185 second=269 amount=-1 -kerning first=1088 second=253 amount=-1 -kerning first=345 second=195 amount=-3 -kerning first=211 second=358 amount=-2 -kerning first=1077 second=1035 amount=-3 -kerning first=253 second=8217 amount=2 -kerning first=1279 second=963 amount=-1 -kerning first=310 second=199 amount=-2 -kerning first=231 second=932 amount=-5 -kerning first=111 second=1244 amount=-2 -kerning first=1111 second=1064 amount=3 -kerning first=194 second=239 amount=3 -kerning first=354 second=1255 amount=-5 -kerning first=972 second=1267 amount=-1 -kerning first=1170 second=71 amount=-2 -kerning first=328 second=1090 amount=-2 -kerning first=242 second=376 amount=-6 -kerning first=355 second=302 amount=1 -kerning first=8244 second=291 amount=-4 -kerning first=197 second=1139 amount=-1 -kerning first=356 second=1118 amount=-4 -kerning first=107 second=101 amount=-1 -kerning first=1181 second=1026 amount=-4 -kerning first=1222 second=347 amount=-1 -kerning first=1059 second=326 amount=-3 -kerning first=114 second=1066 amount=-4 -kerning first=255 second=267 amount=-1 -kerning first=89 second=266 amount=-2 -kerning first=1043 second=1087 amount=-4 -kerning first=920 second=1059 amount=-2 -kerning first=377 second=8373 amount=-2 -kerning first=269 second=1198 amount=-4 -kerning first=1163 second=917 amount=1 -kerning first=1220 second=8220 amount=-4 -kerning first=1237 second=1265 amount=-1 -kerning first=375 second=1235 amount=-1 -kerning first=8220 second=1232 amount=-6 -kerning first=359 second=1211 amount=1 -kerning first=379 second=60 amount=-4 -kerning first=1075 second=113 amount=-2 -kerning first=1168 second=230 amount=-5 -kerning first=354 second=126 amount=-4 -kerning first=1257 second=356 amount=-3 -kerning first=169 second=1234 amount=-2 -kerning first=1278 second=1105 amount=-2 -kerning first=111 second=193 amount=-2 -kerning first=221 second=908 amount=-2 -kerning first=1188 second=336 amount=-2 -kerning first=380 second=233 amount=-1 -kerning first=236 second=302 amount=2 -kerning first=378 second=1195 amount=-1 -kerning first=1078 second=333 amount=-1 -kerning first=58 second=358 amount=-2 -kerning first=902 second=966 amount=-1 -kerning first=1094 second=1043 amount=1 -kerning first=1279 second=243 amount=-1 -kerning first=372 second=172 amount=-3 -kerning first=89 second=237 amount=-2 -kerning first=1186 second=104 amount=1 -kerning first=173 second=1197 amount=-1 -kerning first=116 second=1042 amount=1 -kerning first=1184 second=111 amount=-3 -kerning first=335 second=1059 amount=-6 -kerning first=380 second=1241 amount=-1 -kerning first=183 second=308 amount=-3 -kerning first=1163 second=318 amount=1 -kerning first=1234 second=1054 amount=-2 -kerning first=174 second=228 amount=-1 -kerning first=87 second=214 amount=-2 -kerning first=358 second=248 amount=-5 -kerning first=1171 second=1104 amount=-2 -kerning first=374 second=1107 amount=-3 -kerning first=8218 second=89 amount=-7 -kerning first=1010 second=1249 amount=-1 -kerning first=65 second=1255 amount=-1 -kerning first=356 second=263 amount=-5 -kerning first=1230 second=327 amount=1 -kerning first=334 second=84 amount=-2 -kerning first=1170 second=45 amount=-4 -kerning first=1102 second=1234 amount=-2 -kerning first=120 second=1010 amount=-1 -kerning first=957 second=1076 amount=-3 -kerning first=1125 second=1059 amount=-4 -kerning first=1258 second=376 amount=-2 -kerning first=935 second=963 amount=-2 -kerning first=104 second=1199 amount=-1 -kerning first=1107 second=242 amount=-2 -kerning first=355 second=43 amount=-1 -kerning first=196 second=1118 amount=-4 -kerning first=1049 second=1031 amount=1 -kerning first=959 second=1026 amount=-3 -kerning first=1185 second=1086 amount=-1 -kerning first=1180 second=367 amount=-2 -kerning first=1209 second=121 amount=-1 -kerning first=374 second=942 amount=-3 -kerning first=933 second=1233 amount=-5 -kerning first=359 second=323 amount=1 -kerning first=1036 second=232 amount=-3 -kerning first=1199 second=279 amount=-1 -kerning first=187 second=381 amount=-2 -kerning first=1083 second=1091 amount=-1 -kerning first=1228 second=1140 amount=-3 -kerning first=258 second=1058 amount=-6 -kerning first=1257 second=902 amount=-2 -kerning first=122 second=277 amount=-1 -kerning first=39 second=65 amount=-5 -kerning first=266 second=1061 amount=-1 -kerning first=348 second=299 amount=3 -kerning first=197 second=1028 amount=-2 -kerning first=1034 second=1234 amount=-2 -kerning first=1205 second=76 amount=1 -kerning first=1270 second=100 amount=-5 -kerning first=1216 second=239 amount=5 -kerning first=1186 second=317 amount=1 -kerning first=75 second=248 amount=-3 -kerning first=248 second=1204 amount=-3 -kerning first=1111 second=321 amount=3 -kerning first=1213 second=932 amount=-3 -kerning first=1267 second=258 amount=-4 -kerning first=1276 second=1105 amount=-2 -kerning first=305 second=239 amount=3 -kerning first=1058 second=183 amount=-4 -kerning first=273 second=303 amount=2 -kerning first=59 second=84 amount=-2 -kerning first=1059 second=260 amount=-5 -kerning first=119 second=337 amount=-1 -kerning first=373 second=273 amount=-1 -kerning first=1040 second=214 amount=-2 -kerning first=935 second=243 amount=-2 -kerning first=248 second=1232 amount=-2 -kerning first=104 second=957 amount=-1 -kerning first=8370 second=236 amount=2 -kerning first=252 second=933 amount=-4 -kerning first=196 second=263 amount=-1 -kerning first=84 second=230 amount=-5 -kerning first=918 second=183 amount=-2 -kerning first=932 second=1094 amount=-4 -kerning first=1050 second=1057 amount=-2 -kerning first=1016 second=1196 amount=-3 -kerning first=255 second=177 amount=-3 -kerning first=1265 second=910 amount=-2 -kerning first=1140 second=47 amount=-5 -kerning first=923 second=963 amount=-1 -kerning first=326 second=967 amount=-1 -kerning first=162 second=1198 amount=-4 -kerning first=966 second=1217 amount=-2 -kerning first=939 second=43 amount=-4 -kerning first=1179 second=246 amount=-1 -kerning first=1117 second=372 amount=-3 -kerning first=1100 second=1244 amount=-2 -kerning first=1118 second=959 amount=-1 -kerning first=1267 second=283 amount=-1 -kerning first=376 second=349 amount=-4 -kerning first=1225 second=1059 amount=-1 -kerning first=301 second=1055 amount=3 -kerning first=1207 second=1065 amount=1 -kerning first=1113 second=376 amount=-11 -kerning first=120 second=339 amount=-1 -kerning first=123 second=963 amount=-1 -kerning first=176 second=216 amount=-1 -kerning first=1193 second=92 amount=-3 -kerning first=243 second=89 amount=-6 -kerning first=55 second=1092 amount=-3 -kerning first=1068 second=196 amount=-2 -kerning first=95 second=288 amount=-3 -kerning first=961 second=8216 amount=-4 -kerning first=1040 second=1199 amount=-4 -kerning first=922 second=43 amount=-6 -kerning first=915 second=1179 amount=-4 -kerning first=1167 second=939 amount=-6 -kerning first=966 second=192 amount=-2 -kerning first=1118 second=60 amount=-2 -kerning first=242 second=373 amount=-1 -kerning first=910 second=369 amount=-3 -kerning first=1053 second=303 amount=2 -kerning first=1061 second=966 amount=-2 -kerning first=381 second=8249 amount=-2 -kerning first=278 second=1111 amount=5 -kerning first=1078 second=1077 amount=-1 -kerning first=8250 second=1140 amount=-4 -kerning first=1145 second=972 amount=-1 -kerning first=38 second=8225 amount=-3 -kerning first=902 second=1060 amount=-2 -kerning first=1270 second=112 amount=-4 -kerning first=1115 second=372 amount=-3 -kerning first=923 second=243 amount=-1 -kerning first=246 second=65 amount=-2 -kerning first=382 second=101 amount=-1 -kerning first=336 second=8222 amount=-3 -kerning first=1103 second=1059 amount=-5 -kerning first=297 second=322 amount=3 -kerning first=934 second=95 amount=-3 -kerning first=1201 second=193 amount=-4 -kerning first=1170 second=1082 amount=-4 -kerning first=123 second=243 amount=-1 -kerning first=240 second=1249 amount=-2 -kerning first=111 second=374 amount=-6 -kerning first=221 second=1255 amount=-6 -kerning first=939 second=1236 amount=-5 -kerning first=8221 second=289 amount=-4 -kerning first=1080 second=1140 amount=-3 -kerning first=1040 second=957 amount=-4 -kerning first=923 second=8221 amount=-7 -kerning first=321 second=933 amount=-3 -kerning first=1233 second=1263 amount=-1 -kerning first=121 second=1233 amount=-1 -kerning first=1069 second=1059 amount=-2 -kerning first=358 second=1100 amount=-4 -kerning first=8216 second=1040 amount=-6 -kerning first=355 second=1018 amount=1 -kerning first=933 second=1058 amount=3 -kerning first=225 second=221 amount=-5 -kerning first=1253 second=1090 amount=-2 -kerning first=1201 second=233 amount=-1 -kerning first=1215 second=1098 amount=-1 -kerning first=1199 second=1195 amount=-1 -kerning first=8225 second=1232 amount=-5 -kerning first=1205 second=1238 amount=1 -kerning first=1202 second=927 amount=-1 -kerning first=295 second=1267 amount=-1 -kerning first=221 second=126 amount=-4 -kerning first=1275 second=1010 amount=-2 -kerning first=1090 second=261 amount=-2 -kerning first=1269 second=8216 amount=-3 -kerning first=118 second=301 amount=3 -kerning first=1201 second=1241 amount=-1 -kerning first=230 second=1098 amount=-1 -kerning first=1271 second=269 amount=-2 -kerning first=104 second=354 amount=-3 -kerning first=1054 second=65 amount=-2 -kerning first=1225 second=922 amount=1 -kerning first=1056 second=195 amount=-5 -kerning first=68 second=933 amount=-2 -kerning first=1097 second=203 amount=1 -kerning first=119 second=1105 amount=-1 -kerning first=40 second=335 amount=-1 -kerning first=957 second=299 amount=3 -kerning first=8244 second=35 amount=-8 -kerning first=226 second=1200 amount=-5 -kerning first=1086 second=1203 amount=-1 -kerning first=1191 second=119 amount=-2 -kerning first=1091 second=257 amount=-1 -kerning first=89 second=245 amount=-6 -kerning first=374 second=263 amount=-6 -kerning first=1128 second=1092 amount=-1 -kerning first=8353 second=297 amount=2 -kerning first=1074 second=8222 amount=-3 -kerning first=259 second=1185 amount=-2 -kerning first=258 second=182 amount=-1 -kerning first=91 second=940 amount=-1 -kerning first=1234 second=372 amount=-4 -kerning first=86 second=271 amount=-3 -kerning first=358 second=115 amount=-5 -kerning first=1091 second=1153 amount=-1 -kerning first=353 second=1026 amount=-5 -kerning first=194 second=1057 amount=-2 -kerning first=1168 second=1095 amount=-5 -kerning first=1046 second=1069 amount=-1 -kerning first=373 second=240 amount=-1 -kerning first=1105 second=1059 amount=-6 -kerning first=1270 second=67 amount=-2 -kerning first=349 second=8220 amount=-3 -kerning first=313 second=253 amount=-4 -kerning first=299 second=311 amount=3 -kerning first=302 second=298 amount=1 -kerning first=258 second=939 amount=-5 -kerning first=277 second=1203 amount=-1 -kerning first=1230 second=1056 amount=1 -kerning first=1114 second=89 amount=-11 -kerning first=955 second=247 amount=-2 -kerning first=115 second=86 amount=-3 -kerning first=1036 second=1110 amount=2 -kerning first=1226 second=910 amount=-1 -kerning first=1094 second=278 amount=1 -kerning first=341 second=291 amount=-1 -kerning first=1223 second=1031 amount=1 -kerning first=1026 second=358 amount=-3 -kerning first=239 second=209 amount=3 -kerning first=910 second=326 amount=-3 -kerning first=1061 second=1060 amount=-1 -kerning first=359 second=1043 amount=1 -kerning first=192 second=63 amount=-4 -kerning first=1189 second=959 amount=-2 -kerning first=1059 second=946 amount=-3 -kerning first=902 second=359 amount=-2 -kerning first=1020 second=1236 amount=-2 -kerning first=1113 second=373 amount=-2 -kerning first=1270 second=297 amount=6 -kerning first=372 second=965 amount=-2 -kerning first=88 second=242 amount=-2 -kerning first=1202 second=269 amount=-2 -kerning first=1263 second=8249 amount=-3 -kerning first=905 second=95 amount=2 -kerning first=939 second=251 amount=-3 -kerning first=357 second=295 amount=1 -kerning first=379 second=290 amount=-2 -kerning first=1111 second=1166 amount=3 -kerning first=1275 second=339 amount=-2 -kerning first=1112 second=165 amount=2 -kerning first=1068 second=89 amount=-6 -kerning first=345 second=119 amount=1 -kerning first=87 second=913 amount=-4 -kerning first=1271 second=1086 amount=-2 -kerning first=1106 second=86 amount=-3 -kerning first=246 second=174 amount=-1 -kerning first=933 second=1094 amount=-3 -kerning first=1167 second=967 amount=-1 -kerning first=1016 second=87 amount=-3 -kerning first=913 second=92 amount=-5 -kerning first=1040 second=354 amount=-6 -kerning first=966 second=221 amount=-6 -kerning first=1255 second=258 amount=-2 -kerning first=1180 second=283 amount=-3 -kerning first=1100 second=374 amount=-11 -kerning first=246 second=935 amount=-2 -kerning first=1128 second=186 amount=-5 -kerning first=1036 second=212 amount=-2 -kerning first=922 second=251 amount=-2 -kerning first=237 second=295 amount=3 -kerning first=1194 second=1202 amount=-1 -kerning first=1187 second=1229 amount=1 -kerning first=913 second=338 amount=-2 -kerning first=1234 second=299 amount=3 -kerning first=86 second=113 amount=-3 -kerning first=945 second=8244 amount=2 -kerning first=1058 second=1253 amount=-4 -kerning first=57 second=936 amount=-2 -kerning first=356 second=365 amount=-5 -kerning first=1201 second=374 amount=-2 -kerning first=1086 second=910 amount=-6 -kerning first=1046 second=8373 amount=-1 -kerning first=1257 second=93 amount=-1 -kerning first=372 second=333 amount=-3 -kerning first=121 second=1058 amount=-2 -kerning first=1196 second=1207 amount=-5 -kerning first=1263 second=1035 amount=-2 -kerning first=270 second=194 amount=-2 -kerning first=371 second=932 amount=-3 -kerning first=84 second=1095 amount=-5 -kerning first=107 second=1257 amount=-1 -kerning first=1210 second=374 amount=-5 -kerning first=292 second=1111 amount=5 -kerning first=1225 second=1025 amount=1 -kerning first=293 second=1091 amount=-1 -kerning first=76 second=923 amount=2 -kerning first=297 second=205 amount=3 -kerning first=374 second=215 amount=-3 -kerning first=981 second=1185 amount=-2 -kerning first=8222 second=1141 amount=-3 -kerning first=1075 second=248 amount=-2 -kerning first=1226 second=107 amount=1 -kerning first=114 second=65 amount=-3 -kerning first=40 second=1104 amount=-1 -kerning first=1278 second=231 amount=-2 -kerning first=87 second=1103 amount=-2 -kerning first=973 second=1066 amount=-3 -kerning first=1126 second=121 amount=-4 -kerning first=317 second=186 amount=-6 -kerning first=8244 second=1076 amount=-4 -kerning first=277 second=910 amount=-6 -kerning first=932 second=967 amount=-4 -kerning first=372 second=8218 amount=-7 -kerning first=1202 second=1086 amount=-2 -kerning first=324 second=1143 amount=-1 -kerning first=1258 second=8230 amount=-3 -kerning first=915 second=214 amount=-2 -kerning first=301 second=280 amount=3 -kerning first=8217 second=287 amount=-4 -kerning first=1027 second=58 amount=-2 -kerning first=1163 second=1211 amount=1 -kerning first=63 second=913 amount=-4 -kerning first=959 second=1061 amount=-2 -kerning first=95 second=341 amount=3 -kerning first=87 second=308 amount=-4 -kerning first=1054 second=935 amount=-1 -kerning first=910 second=260 amount=-5 -kerning first=260 second=170 amount=-5 -kerning first=114 second=101 amount=-1 -kerning first=1228 second=1058 amount=-3 -kerning first=1257 second=1265 amount=-1 -kerning first=1274 second=1277 amount=-3 -kerning first=288 second=256 amount=-1 -kerning first=41 second=8220 amount=-2 -kerning first=1232 second=333 amount=-1 -kerning first=1200 second=972 amount=-6 -kerning first=89 second=1097 amount=-3 -kerning first=315 second=121 amount=-4 -kerning first=248 second=1200 amount=-6 -kerning first=301 second=1112 amount=-4 -kerning first=97 second=932 amount=-3 -kerning first=195 second=1069 amount=-2 -kerning first=191 second=86 amount=-1 -kerning first=1203 second=183 amount=-1 -kerning first=289 second=84 amount=-3 -kerning first=76 second=8370 amount=-2 -kerning first=915 second=1199 amount=-4 -kerning first=307 second=92 amount=2 -kerning first=1201 second=1111 amount=3 -kerning first=1082 second=43 amount=-2 -kerning first=1222 second=1034 amount=1 -kerning first=1145 second=224 amount=-1 -kerning first=286 second=933 amount=-2 -kerning first=1270 second=1235 amount=-5 -kerning first=1091 second=194 amount=-4 -kerning first=42 second=8230 amount=-9 -kerning first=1043 second=59 amount=-2 -kerning first=313 second=171 amount=-4 -kerning first=250 second=1059 amount=-4 -kerning first=1163 second=323 amount=1 -kerning first=258 second=967 amount=-4 -kerning first=1090 second=275 amount=-2 -kerning first=118 second=242 amount=-1 -kerning first=86 second=268 amount=-2 -kerning first=102 second=95 amount=-1 -kerning first=170 second=337 amount=-2 -kerning first=1276 second=231 amount=-2 -kerning first=378 second=287 amount=-1 -kerning first=101 second=375 amount=-1 -kerning first=108 second=299 amount=5 -kerning first=215 second=933 amount=-3 -kerning first=245 second=8225 amount=-2 -kerning first=242 second=1141 amount=-1 -kerning first=244 second=1199 amount=-1 -kerning first=256 second=8250 amount=-2 -kerning first=1116 second=173 amount=-2 -kerning first=1046 second=1153 amount=-2 -kerning first=1091 second=234 amount=-1 -kerning first=981 second=1276 amount=-2 -kerning first=1058 second=338 amount=-2 -kerning first=1122 second=8224 amount=-2 -kerning first=205 second=296 amount=1 -kerning first=194 second=910 amount=-5 -kerning first=187 second=1236 amount=-2 -kerning first=1098 second=935 amount=-2 -kerning first=927 second=195 amount=-2 -kerning first=1091 second=1243 amount=-1 -kerning first=297 second=1068 amount=3 -kerning first=179 second=65 amount=-6 -kerning first=915 second=957 amount=-4 -kerning first=918 second=338 amount=-2 -kerning first=192 second=959 amount=-1 -kerning first=197 second=283 amount=-1 -kerning first=1222 second=293 amount=1 -kerning first=1230 second=933 amount=-1 -kerning first=1168 second=38 amount=-2 -kerning first=972 second=1279 amount=-1 -kerning first=902 second=1254 amount=-2 -kerning first=1035 second=174 amount=-1 -kerning first=372 second=1077 amount=-3 -kerning first=1198 second=250 amount=-3 -kerning first=1217 second=288 amount=-1 -kerning first=1027 second=285 amount=-5 -kerning first=1122 second=88 amount=-2 -kerning first=8216 second=47 amount=-6 -kerning first=252 second=1204 amount=-3 -kerning first=55 second=981 amount=-3 -kerning first=1030 second=1031 amount=1 -kerning first=8250 second=1058 amount=-8 -kerning first=126 second=1035 amount=-4 -kerning first=902 second=1144 amount=-2 -kerning first=1186 second=172 amount=-1 -kerning first=1241 second=86 amount=-3 -kerning first=195 second=8373 amount=-2 -kerning first=354 second=1277 amount=-3 -kerning first=1084 second=255 amount=-1 -kerning first=86 second=52 amount=-2 -kerning first=1171 second=43 amount=-1 -kerning first=244 second=957 amount=-1 -kerning first=192 second=60 amount=-1 -kerning first=1252 second=299 amount=5 -kerning first=1086 second=1093 amount=-1 -kerning first=1059 second=966 amount=-6 -kerning first=1265 second=1234 amount=-4 -kerning first=1279 second=99 amount=-1 -kerning first=243 second=1046 amount=-2 -kerning first=270 second=376 amount=-2 -kerning first=1027 second=162 amount=-5 -kerning first=1080 second=1058 amount=-3 -kerning first=1197 second=1207 amount=-2 -kerning first=1224 second=1035 amount=-3 -kerning first=1095 second=221 amount=-5 -kerning first=91 second=246 amount=-1 -kerning first=8353 second=1061 amount=-1 -kerning first=382 second=1257 amount=-1 -kerning first=57 second=374 amount=-2 -kerning first=1230 second=282 amount=1 -kerning first=1168 second=255 amount=-4 -kerning first=38 second=84 amount=-4 -kerning first=1170 second=971 amount=-4 -kerning first=255 second=260 amount=-4 -kerning first=1198 second=261 amount=-5 -kerning first=1263 second=228 amount=-1 -kerning first=186 second=963 amount=-2 -kerning first=1126 second=903 amount=-5 -kerning first=1043 second=291 amount=-5 -kerning first=1057 second=1202 amount=-1 -kerning first=920 second=372 amount=-1 -kerning first=8221 second=271 amount=-4 -kerning first=181 second=89 amount=-4 -kerning first=228 second=86 amount=-3 -kerning first=277 second=1093 amount=-1 -kerning first=43 second=1066 amount=-4 -kerning first=932 second=183 amount=-4 -kerning first=320 second=297 amount=5 -kerning first=1232 second=1077 amount=-1 -kerning first=253 second=171 amount=-3 -kerning first=165 second=237 amount=2 -kerning first=929 second=902 amount=-5 -kerning first=374 second=365 amount=-3 -kerning first=116 second=910 amount=-1 -kerning first=359 second=278 amount=1 -kerning first=1187 second=342 amount=1 -kerning first=1092 second=195 amount=-2 -kerning first=213 second=1026 amount=-2 -kerning first=290 second=194 amount=-1 -kerning first=121 second=939 amount=-2 -kerning first=122 second=932 amount=-2 -kerning first=376 second=1069 amount=-2 -kerning first=79 second=8220 amount=-2 -kerning first=1093 second=972 amount=-1 -kerning first=372 second=351 amount=-2 -kerning first=1186 second=68 amount=1 -kerning first=335 second=372 amount=-3 -kerning first=939 second=277 amount=-6 -kerning first=357 second=82 amount=1 -kerning first=8221 second=1275 amount=1 -kerning first=1275 second=1072 amount=-2 -kerning first=84 second=38 amount=-2 -kerning first=177 second=194 amount=-3 -kerning first=1185 second=1092 amount=-1 -kerning first=1108 second=356 amount=-5 -kerning first=1271 second=227 amount=-2 -kerning first=1118 second=196 amount=-4 -kerning first=170 second=1105 amount=-2 -kerning first=1058 second=1163 amount=-4 -kerning first=315 second=903 amount=-6 -kerning first=321 second=1204 amount=-6 -kerning first=379 second=169 amount=-2 -kerning first=356 second=256 amount=-6 -kerning first=1170 second=337 amount=-5 -kerning first=119 second=231 amount=-1 -kerning first=112 second=1143 amount=-1 -kerning first=1117 second=1098 amount=-2 -kerning first=1125 second=372 amount=-1 -kerning first=1234 second=34 amount=-5 -kerning first=186 second=243 amount=-2 -kerning first=935 second=99 amount=-2 -kerning first=380 second=103 amount=-1 -kerning first=910 second=946 amount=-3 -kerning first=98 second=1196 amount=-3 -kerning first=377 second=334 amount=-2 -kerning first=235 second=255 amount=-1 -kerning first=197 second=176 amount=-5 -kerning first=107 second=1108 amount=-1 -kerning first=257 second=1091 amount=-1 -kerning first=70 second=923 amount=-6 -kerning first=1113 second=1141 amount=-2 -kerning first=1091 second=376 amount=-2 -kerning first=1140 second=963 amount=-3 -kerning first=1101 second=1199 amount=-1 -kerning first=1128 second=981 amount=-1 -kerning first=922 second=277 amount=-3 -kerning first=321 second=1232 amount=2 -kerning first=1188 second=1242 amount=-2 -kerning first=939 second=1189 amount=-3 -kerning first=44 second=1026 amount=-2 -kerning first=1251 second=221 amount=-5 -kerning first=1041 second=1066 amount=-4 -kerning first=1228 second=939 amount=-5 -kerning first=258 second=183 amount=-2 -kerning first=358 second=959 amount=-5 -kerning first=1118 second=235 amount=-1 -kerning first=104 second=1263 amount=-1 -kerning first=115 second=8216 amount=-3 -kerning first=1178 second=967 amount=-3 -kerning first=1061 second=1254 amount=-1 -kerning first=68 second=1204 amount=-2 -kerning first=356 second=281 amount=-5 -kerning first=1145 second=195 amount=-2 -kerning first=275 second=1035 amount=-3 -kerning first=195 second=1153 amount=-1 -kerning first=1273 second=1199 amount=-1 -kerning first=1198 second=331 amount=-3 -kerning first=1256 second=1196 amount=-2 -kerning first=299 second=1115 amount=3 -kerning first=8221 second=113 amount=-4 -kerning first=1061 second=1144 amount=-1 -kerning first=84 second=255 amount=-4 -kerning first=1088 second=1185 amount=-2 -kerning first=110 second=376 amount=-5 -kerning first=1033 second=1199 amount=-1 -kerning first=1115 second=1098 amount=-2 -kerning first=326 second=92 amount=-3 -kerning first=244 second=354 amount=-3 -kerning first=68 second=1232 amount=-2 -kerning first=116 second=107 amount=1 -kerning first=1199 second=287 amount=-1 -kerning first=358 second=60 amount=-5 -kerning first=1118 second=1222 amount=-3 -kerning first=1267 second=1059 amount=-2 -kerning first=1106 second=8216 amount=-3 -kerning first=122 second=285 amount=-1 -kerning first=376 second=8373 amount=-2 -kerning first=55 second=1040 amount=-7 -kerning first=1220 second=923 amount=-2 -kerning first=307 second=95 amount=3 -kerning first=356 second=1226 amount=-4 -kerning first=1059 second=1060 amount=-2 -kerning first=1205 second=1250 amount=1 -kerning first=92 second=277 amount=-1 -kerning first=1140 second=243 amount=-3 -kerning first=923 second=99 amount=-1 -kerning first=1101 second=957 amount=-1 -kerning first=1217 second=101 amount=-2 -kerning first=75 second=959 amount=-3 -kerning first=915 second=913 amount=-6 -kerning first=111 second=1249 amount=-2 -kerning first=193 second=8249 amount=-2 -kerning first=1237 second=1090 amount=-1 -kerning first=288 second=309 amount=2 -kerning first=1114 second=1046 amount=-2 -kerning first=1058 second=95 amount=-4 -kerning first=65 second=933 amount=-5 -kerning first=101 second=1066 amount=-3 -kerning first=260 second=966 amount=-1 -kerning first=1163 second=1043 amount=1 -kerning first=1046 second=234 amount=-2 -kerning first=1097 second=1178 amount=1 -kerning first=123 second=99 amount=-1 -kerning first=1273 second=957 amount=-1 -kerning first=122 second=162 amount=-1 -kerning first=196 second=281 amount=-1 -kerning first=171 second=260 amount=-2 -kerning first=1243 second=1140 amount=-3 -kerning first=1169 second=1207 amount=-2 -kerning first=1201 second=46 amount=-2 -kerning first=1046 second=1243 amount=-2 -kerning first=1270 second=1119 amount=-4 -kerning first=1200 second=224 amount=-5 -kerning first=1033 second=957 amount=-1 -kerning first=244 second=913 amount=-2 -kerning first=75 second=60 amount=-4 -kerning first=1068 second=1046 amount=-2 -kerning first=86 second=248 amount=-3 -kerning first=87 second=265 amount=-3 -kerning first=1077 second=1199 amount=-1 -kerning first=1267 second=291 amount=-1 -kerning first=376 second=249 amount=-3 -kerning first=1244 second=173 amount=-4 -kerning first=355 second=202 amount=1 -kerning first=8250 second=939 amount=-6 -kerning first=1040 second=1263 amount=-4 -kerning first=176 second=927 amount=-1 -kerning first=1188 second=1074 amount=-4 -kerning first=303 second=1111 amount=3 -kerning first=262 second=1217 amount=-1 -kerning first=1052 second=95 amount=2 -kerning first=193 second=1035 amount=-6 -kerning first=256 second=1143 amount=-4 -kerning first=70 second=181 amount=-2 -kerning first=1103 second=372 amount=-3 -kerning first=76 second=192 amount=2 -kerning first=337 second=86 amount=-3 -kerning first=915 second=1103 amount=-5 -kerning first=321 second=357 amount=-1 -kerning first=301 second=1062 amount=3 -kerning first=972 second=186 amount=-2 -kerning first=311 second=244 amount=-1 -kerning first=1179 second=171 amount=-3 -kerning first=1226 second=104 amount=1 -kerning first=1094 second=76 amount=1 -kerning first=1170 second=1105 amount=-5 -kerning first=290 second=376 amount=-2 -kerning first=1198 second=197 amount=-5 -kerning first=45 second=1217 amount=-4 -kerning first=313 second=286 amount=-2 -kerning first=39 second=1032 amount=-11 -kerning first=378 second=358 amount=-2 -kerning first=263 second=1026 amount=-5 -kerning first=8244 second=1020 amount=-1 -kerning first=1080 second=939 amount=-5 -kerning first=1088 second=1276 amount=-2 -kerning first=1119 second=932 amount=-3 -kerning first=1066 second=1196 amount=-3 -kerning first=915 second=308 amount=-6 -kerning first=379 second=210 amount=-2 -kerning first=1175 second=972 amount=-1 -kerning first=177 second=376 amount=-6 -kerning first=1069 second=372 amount=-1 -kerning first=1077 second=957 amount=-1 -kerning first=1118 second=89 amount=-2 -kerning first=80 second=913 amount=-5 -kerning first=376 second=257 amount=-5 -kerning first=933 second=183 amount=-4 -kerning first=256 second=284 amount=-2 -kerning first=1086 second=1234 amount=-2 -kerning first=1222 second=340 amount=1 -kerning first=191 second=8216 amount=-4 -kerning first=1164 second=1236 amount=-2 -kerning first=1040 second=265 amount=-1 -kerning first=1096 second=1198 amount=-5 -kerning first=1198 second=275 amount=-6 -kerning first=376 second=1153 amount=-6 -kerning first=959 second=121 amount=-1 -kerning first=1060 second=932 amount=-2 -kerning first=102 second=335 amount=-1 -kerning first=114 second=1257 amount=-1 -kerning first=971 second=374 amount=-4 -kerning first=382 second=1108 amount=-1 -kerning first=81 second=8220 amount=-2 -kerning first=8217 second=1169 amount=-1 -kerning first=1187 second=376 amount=-1 -kerning first=1226 second=317 amount=1 -kerning first=1228 second=967 amount=-1 -kerning first=1101 second=354 amount=-3 -kerning first=1242 second=256 amount=-2 -kerning first=241 second=89 amount=-5 -kerning first=87 second=1139 amount=-3 -kerning first=239 second=276 amount=3 -kerning first=1200 second=1117 amount=-3 -kerning first=1178 second=183 amount=-6 -kerning first=1201 second=103 amount=-1 -kerning first=1189 second=235 amount=-2 -kerning first=1153 second=1196 amount=-5 -kerning first=902 second=301 amount=3 -kerning first=362 second=46 amount=-2 -kerning first=953 second=8216 amount=-3 -kerning first=1259 second=1236 amount=-2 -kerning first=1205 second=1223 amount=1 -kerning first=908 second=1202 amount=-1 -kerning first=1196 second=8249 amount=-8 -kerning first=1198 second=1187 amount=-3 -kerning first=374 second=256 amount=-5 -kerning first=1186 second=1188 amount=1 -kerning first=357 second=221 amount=-1 -kerning first=8221 second=52 amount=-6 -kerning first=1273 second=354 amount=-3 -kerning first=932 second=1253 amount=-4 -kerning first=224 second=1197 amount=-2 -kerning first=174 second=913 amount=-5 -kerning first=1100 second=1249 amount=-4 -kerning first=1225 second=1049 amount=1 -kerning first=98 second=87 amount=-3 -kerning first=317 second=1040 amount=2 -kerning first=192 second=290 amount=-2 -kerning first=260 second=1060 amount=-2 -kerning first=1097 second=1045 amount=1 -kerning first=1105 second=372 amount=-3 -kerning first=1033 second=354 amount=-3 -kerning first=290 second=307 amount=2 -kerning first=87 second=247 amount=-3 -kerning first=1043 second=1054 amount=-2 -kerning first=340 second=297 amount=3 -kerning first=910 second=966 amount=-6 -kerning first=1081 second=932 amount=-3 -kerning first=1139 second=196 amount=-2 -kerning first=318 second=296 amount=1 -kerning first=1189 second=1222 amount=-3 -kerning first=1087 second=1059 amount=-5 -kerning first=1072 second=910 amount=-5 -kerning first=286 second=1204 amount=-2 -kerning first=1141 second=269 amount=-1 -kerning first=1200 second=81 amount=-2 -kerning first=374 second=281 amount=-6 -kerning first=1012 second=358 amount=-2 -kerning first=8217 second=1088 amount=-1 -kerning first=301 second=313 amount=3 -kerning first=243 second=125 amount=-1 -kerning first=195 second=234 amount=-1 -kerning first=252 second=1200 amount=-4 -kerning first=1187 second=200 amount=1 -kerning first=1101 second=913 amount=-2 -kerning first=1210 second=1249 amount=-2 -kerning first=95 second=1044 amount=4 -kerning first=358 second=361 amount=-5 -kerning first=1271 second=1092 amount=-2 -kerning first=1126 second=71 amount=-2 -kerning first=1256 second=87 amount=-1 -kerning first=80 second=308 amount=-6 -kerning first=245 second=84 amount=-3 -kerning first=310 second=8249 amount=-3 -kerning first=1241 second=8216 amount=-4 -kerning first=195 second=1243 amount=-1 -kerning first=215 second=1204 amount=-4 -kerning first=1059 second=226 amount=-5 -kerning first=1167 second=92 amount=-3 -kerning first=286 second=1232 amount=-1 -kerning first=1040 second=1139 amount=-1 -kerning first=935 second=8353 amount=-1 -kerning first=1188 second=945 amount=-5 -kerning first=1043 second=378 amount=-3 -kerning first=313 second=920 amount=-2 -kerning first=299 second=1231 amount=3 -kerning first=365 second=356 amount=-3 -kerning first=220 second=47 amount=-4 -kerning first=1205 second=8220 amount=-3 -kerning first=89 second=187 amount=-4 -kerning first=374 second=1226 amount=-3 -kerning first=301 second=355 amount=3 -kerning first=270 second=8230 amount=-3 -kerning first=1094 second=1238 amount=1 -kerning first=913 second=335 amount=-1 -kerning first=1033 second=913 amount=-2 -kerning first=174 second=1103 amount=-1 -kerning first=87 second=1028 amount=-2 -kerning first=1188 second=262 amount=-2 -kerning first=8220 second=8222 amount=-8 -kerning first=57 second=46 amount=-2 -kerning first=233 second=376 amount=-6 -kerning first=8250 second=967 amount=-2 -kerning first=1230 second=1204 amount=-2 -kerning first=1077 second=354 amount=-3 -kerning first=970 second=43 amount=-2 -kerning first=1200 second=195 amount=-5 -kerning first=1140 second=347 amount=-3 -kerning first=169 second=8218 amount=-3 -kerning first=1128 second=355 amount=-2 -kerning first=75 second=361 amount=-2 -kerning first=315 second=71 amount=-2 -kerning first=34 second=74 amount=-11 -kerning first=1027 second=1075 amount=-4 -kerning first=1111 second=356 amount=6 -kerning first=183 second=258 amount=-2 -kerning first=1255 second=1059 amount=-6 -kerning first=228 second=8216 amount=-3 -kerning first=174 second=308 amount=-5 -kerning first=76 second=221 amount=-3 -kerning first=1184 second=1143 amount=-3 -kerning first=381 second=214 amount=-2 -kerning first=1082 second=277 amount=-1 -kerning first=1092 second=119 amount=-1 -kerning first=1170 second=951 amount=-4 -kerning first=213 second=1061 amount=-1 -kerning first=1254 second=84 amount=-2 -kerning first=324 second=118 amount=-1 -kerning first=299 second=80 amount=3 -kerning first=106 second=301 amount=3 -kerning first=1080 second=967 amount=-1 -kerning first=1180 second=291 amount=-3 -kerning first=1138 second=1202 amount=-1 -kerning first=102 second=1104 amount=-1 -kerning first=1097 second=358 amount=-2 -kerning first=1141 second=1086 amount=-1 -kerning first=1257 second=1278 amount=-2 -kerning first=923 second=8353 amount=-2 -kerning first=1202 second=1092 amount=-2 -kerning first=89 second=1066 amount=3 -kerning first=324 second=1201 amount=-1 -kerning first=321 second=1256 amount=-2 -kerning first=1111 second=1168 amount=3 -kerning first=1124 second=299 amount=2 -kerning first=279 second=1059 amount=-6 -kerning first=86 second=115 amount=-3 -kerning first=1053 second=298 amount=1 -kerning first=355 second=1053 amount=1 -kerning first=317 second=355 amount=-1 -kerning first=321 second=1200 amount=-3 -kerning first=1274 second=1232 amount=-6 -kerning first=932 second=338 amount=-2 -kerning first=1201 second=259 amount=-1 -kerning first=38 second=1118 amount=-2 -kerning first=1199 second=358 amount=-2 -kerning first=1187 second=1124 amount=1 -kerning first=373 second=38 amount=-2 -kerning first=1040 second=1028 amount=-2 -kerning first=1184 second=284 amount=-2 -kerning first=1163 second=278 amount=1 -kerning first=1185 second=981 amount=-1 -kerning first=112 second=1202 amount=-2 -kerning first=1237 second=120 amount=-1 -kerning first=345 second=1089 amount=-1 -kerning first=358 second=290 amount=-2 -kerning first=45 second=221 amount=-4 -kerning first=170 second=231 amount=-2 -kerning first=376 second=194 amount=-5 -kerning first=1091 second=8230 amount=-2 -kerning first=1225 second=294 amount=1 -kerning first=1058 second=944 amount=-4 -kerning first=315 second=45 amount=-4 -kerning first=8222 second=49 amount=-4 -kerning first=1075 second=959 amount=-2 -kerning first=260 second=359 amount=-2 -kerning first=1046 second=334 amount=-1 -kerning first=1066 second=87 amount=-3 -kerning first=1278 second=279 amount=-2 -kerning first=380 second=273 amount=-1 -kerning first=910 second=1060 amount=-2 -kerning first=68 second=1200 amount=-2 -kerning first=70 second=192 amount=-6 -kerning first=1168 second=1251 amount=-4 -kerning first=1239 second=86 amount=-3 -kerning first=343 second=945 amount=-1 -kerning first=255 second=966 amount=-1 -kerning first=1270 second=121 amount=-4 -kerning first=301 second=70 amount=3 -kerning first=78 second=301 amount=5 -kerning first=195 second=376 amount=-5 -kerning first=258 second=92 amount=-5 -kerning first=1220 second=1217 amount=-2 -kerning first=1197 second=8249 amount=-3 -kerning first=208 second=8220 amount=-2 -kerning first=1114 second=125 amount=-2 -kerning first=961 second=1143 amount=-1 -kerning first=376 second=234 amount=-6 -kerning first=1171 second=277 amount=-2 -kerning first=192 second=235 amount=-1 -kerning first=361 second=1196 amount=-3 -kerning first=1222 second=374 amount=-1 -kerning first=1230 second=315 amount=1 -kerning first=1059 second=1254 amount=-2 -kerning first=173 second=1185 amount=-1 -kerning first=75 second=290 amount=-2 -kerning first=1118 second=1259 amount=-1 -kerning first=8360 second=376 amount=-5 -kerning first=8221 second=248 amount=-4 -kerning first=376 second=1243 amount=-6 -kerning first=258 second=338 amount=-2 -kerning first=1139 second=89 amount=-6 -kerning first=217 second=44 amount=-2 -kerning first=70 second=232 amount=-3 -kerning first=1059 second=1144 amount=-2 -kerning first=102 second=353 amount=-1 -kerning first=1200 second=345 amount=-3 -kerning first=116 second=104 amount=1 -kerning first=359 second=76 amount=1 -kerning first=1058 second=335 amount=-5 -kerning first=915 second=1263 amount=-4 -kerning first=1036 second=100 amount=-3 -kerning first=69 second=301 amount=5 -kerning first=1153 second=87 amount=-1 -kerning first=913 second=1104 amount=-1 -kerning first=1257 second=260 amount=-2 -kerning first=1068 second=125 amount=-1 -kerning first=94 second=52 amount=-3 -kerning first=376 second=1085 amount=-3 -kerning first=355 second=932 amount=-2 -kerning first=933 second=1253 amount=-3 -kerning first=231 second=1197 amount=-1 -kerning first=1220 second=192 amount=-2 -kerning first=1037 second=239 amount=5 -kerning first=197 second=1059 amount=-5 -kerning first=107 second=1255 amount=-1 -kerning first=902 second=242 amount=-1 -kerning first=114 second=1108 amount=-1 -kerning first=253 second=8363 amount=-1 -kerning first=1027 second=940 amount=-5 -kerning first=354 second=1232 amount=-6 -kerning first=234 second=89 amount=-6 -kerning first=1243 second=1058 amount=-3 -kerning first=210 second=198 amount=-2 -kerning first=1197 second=1035 amount=-3 -kerning first=345 second=1145 amount=-1 -kerning first=1276 second=279 amount=-2 -kerning first=1265 second=172 amount=-3 -kerning first=76 second=212 amount=-2 -kerning first=244 second=1263 amount=-1 -kerning first=1217 second=1257 amount=-2 -kerning first=903 second=197 amount=-5 -kerning first=1222 second=69 amount=1 -kerning first=1168 second=109 amount=-4 -kerning first=1050 second=1258 amount=-2 -kerning first=334 second=256 amount=-2 -kerning first=1170 second=1091 amount=-4 -kerning first=114 second=1032 amount=-4 -kerning first=957 second=972 amount=-1 -kerning first=8224 second=1239 amount=-2 -kerning first=1196 second=228 amount=-5 -kerning first=1198 second=336 amount=-2 -kerning first=1027 second=264 amount=-2 -kerning first=256 second=42 amount=-5 -kerning first=107 second=126 amount=-2 -kerning first=932 second=1163 amount=-4 -kerning first=229 second=255 amount=-1 -kerning first=902 second=8220 amount=-8 -kerning first=8225 second=244 amount=-2 -kerning first=1191 second=1140 amount=-7 -kerning first=1140 second=191 amount=-1 -kerning first=88 second=8370 amount=-1 -kerning first=89 second=252 amount=-3 -kerning first=1186 second=351 amount=-1 -kerning first=116 second=317 amount=1 -kerning first=915 second=265 amount=-5 -kerning first=335 second=1098 amount=-2 -kerning first=939 second=58 amount=-4 -kerning first=84 second=1251 amount=-4 -kerning first=332 second=933 amount=-2 -kerning first=1269 second=1143 amount=-1 -kerning first=337 second=8216 amount=-4 -kerning first=65 second=1204 amount=-6 -kerning first=197 second=291 amount=-1 -kerning first=1116 second=84 amount=-4 -kerning first=1168 second=173 amount=-4 -kerning first=1257 second=1090 amount=-2 -kerning first=1125 second=1098 amount=-1 -kerning first=264 second=1276 amount=-1 -kerning first=939 second=932 amount=3 -kerning first=53 second=44 amount=-2 -kerning first=358 second=196 amount=-6 -kerning first=1244 second=79 amount=-1 -kerning first=1128 second=1198 amount=-5 -kerning first=1170 second=231 amount=-5 -kerning first=8224 second=74 amount=-5 -kerning first=173 second=1276 amount=-4 -kerning first=324 second=356 amount=-3 -kerning first=186 second=99 amount=-2 -kerning first=1267 second=1076 amount=-3 -kerning first=1078 second=275 amount=-1 -kerning first=192 second=169 amount=-2 -kerning first=43 second=935 amount=-4 -kerning first=224 second=253 amount=-1 -kerning first=1279 second=233 amount=-1 -kerning first=1278 second=1195 amount=-2 -kerning first=195 second=334 amount=-2 -kerning first=259 second=1267 amount=-1 -kerning first=112 second=118 amount=-1 -kerning first=358 second=235 amount=-5 -kerning first=110 second=1141 amount=-1 -kerning first=1279 second=1241 amount=-1 -kerning first=192 second=89 amount=-5 -kerning first=114 second=918 amount=-2 -kerning first=112 second=1201 amount=-1 -kerning first=1213 second=1197 amount=-1 -kerning first=1126 second=8224 amount=-5 -kerning first=1188 second=111 amount=-5 -kerning first=1043 second=299 amount=6 -kerning first=380 second=240 amount=-1 -kerning first=1107 second=232 amount=-2 -kerning first=317 second=1198 amount=-3 -kerning first=84 second=109 amount=-4 -kerning first=1169 second=8249 amount=-3 -kerning first=369 second=8220 amount=-3 -kerning first=118 second=923 amount=-4 -kerning first=932 second=95 amount=-4 -kerning first=292 second=938 amount=1 -kerning first=933 second=338 amount=-2 -kerning first=359 second=1238 amount=1 -kerning first=1058 second=1104 amount=-5 -kerning first=915 second=1139 amount=-5 -kerning first=1250 second=300 amount=1 -kerning first=195 second=373 amount=-4 -kerning first=260 second=1254 amount=-2 -kerning first=1234 second=972 amount=-1 -kerning first=87 second=324 amount=-2 -kerning first=910 second=226 amount=-5 -kerning first=355 second=1184 amount=1 -kerning first=1061 second=242 amount=-2 -kerning first=179 second=1032 amount=-7 -kerning first=1116 second=1239 amount=-1 -kerning first=1201 second=273 amount=-1 -kerning first=260 second=1144 amount=-2 -kerning first=211 second=1066 amount=-2 -kerning first=92 second=932 amount=-6 -kerning first=1257 second=170 amount=-2 -kerning first=908 second=356 amount=-2 -kerning first=1140 second=99 amount=-3 -kerning first=89 second=288 amount=-2 -kerning first=75 second=235 amount=-3 -kerning first=87 second=1271 amount=-2 -kerning first=939 second=285 amount=-6 -kerning first=8221 second=1100 amount=-1 -kerning first=1111 second=917 amount=3 -kerning first=972 second=1040 amount=-2 -kerning first=84 second=173 amount=-4 -kerning first=921 second=95 amount=2 -kerning first=118 second=295 amount=3 -kerning first=95 second=908 amount=-3 -kerning first=1189 second=1259 amount=-2 -kerning first=286 second=1200 amount=-2 -kerning first=1178 second=338 amount=-2 -kerning first=1058 second=1114 amount=-4 -kerning first=915 second=247 amount=-4 -kerning first=315 second=8224 amount=-6 -kerning first=1187 second=1180 amount=1 -kerning first=119 second=279 amount=-1 -kerning first=1101 second=1263 amount=-1 -kerning first=935 second=233 amount=-2 -kerning first=122 second=940 amount=-1 -kerning first=313 second=216 amount=-2 -kerning first=1276 second=1195 amount=-2 -kerning first=299 second=270 amount=3 -kerning first=225 second=1026 amount=-3 -kerning first=1169 second=1035 amount=-3 -kerning first=1220 second=221 amount=-6 -kerning first=1180 second=1054 amount=-2 -kerning first=336 second=194 amount=-2 -kerning first=1230 second=124 amount=1 -kerning first=215 second=1200 amount=-3 -kerning first=1020 second=932 amount=-3 -kerning first=1200 second=211 amount=-2 -kerning first=1141 second=227 amount=-1 -kerning first=382 second=1255 amount=-1 -kerning first=922 second=285 amount=-3 -kerning first=1036 second=67 amount=-2 -kerning first=8217 second=245 amount=-4 -kerning first=321 second=1017 amount=-2 -kerning first=935 second=1241 amount=-2 -kerning first=939 second=162 amount=-6 -kerning first=1122 second=41 amount=-1 -kerning first=1111 second=318 amount=3 -kerning first=194 second=1258 amount=-2 -kerning first=1179 second=8363 amount=-1 -kerning first=1273 second=1263 amount=-1 -kerning first=174 second=265 amount=-2 -kerning first=1103 second=1098 amount=-2 -kerning first=358 second=343 amount=-4 -kerning first=1271 second=981 amount=-2 -kerning first=58 second=1066 amount=-2 -kerning first=65 second=357 amount=-2 -kerning first=256 second=213 amount=-2 -kerning first=356 second=289 amount=-5 -kerning first=101 second=174 amount=-1 -kerning first=1168 second=1220 amount=-4 -kerning first=1226 second=172 amount=-1 -kerning first=1033 second=1263 amount=-1 -kerning first=908 second=902 amount=-2 -kerning first=372 second=261 amount=-3 -kerning first=965 second=1198 amount=-4 -kerning first=221 second=1204 amount=3 -kerning first=1027 second=1237 amount=-5 -kerning first=8221 second=115 amount=-5 -kerning first=1143 second=337 amount=-1 -kerning first=1197 second=228 amount=-2 -kerning first=1230 second=1200 amount=-1 -kerning first=338 second=239 amount=5 -kerning first=266 second=88 amount=-1 -kerning first=981 second=1267 amount=-1 -kerning first=1058 second=353 amount=-5 -kerning first=915 second=1028 amount=-2 -kerning first=922 second=162 amount=-3 -kerning first=1036 second=297 amount=5 -kerning first=205 second=1111 amount=5 -kerning first=79 second=923 amount=-2 -kerning first=177 second=1141 amount=-3 -kerning first=358 second=169 amount=-2 -kerning first=221 second=1232 amount=-5 -kerning first=1118 second=1193 amount=-1 -kerning first=1211 second=89 amount=-5 -kerning first=239 second=922 amount=3 -kerning first=245 second=1118 amount=-1 -kerning first=1089 second=933 amount=-4 -kerning first=1243 second=939 amount=-6 -kerning first=117 second=8244 amount=1 -kerning first=256 second=118 amount=-4 -kerning first=1274 second=1256 amount=-2 -kerning first=1181 second=45 amount=-2 -kerning first=1277 second=356 amount=-3 -kerning first=1050 second=172 amount=-6 -kerning first=368 second=8222 amount=-5 -kerning first=343 second=111 amount=-1 -kerning first=92 second=285 amount=-1 -kerning first=923 second=233 amount=-1 -kerning first=1278 second=1194 amount=-1 -kerning first=1027 second=961 amount=-4 -kerning first=1122 second=1091 amount=-1 -kerning first=193 second=94 amount=-5 -kerning first=256 second=1201 amount=-4 -kerning first=87 second=258 amount=-4 -kerning first=1026 second=375 amount=-1 -kerning first=376 second=334 amount=-2 -kerning first=294 second=239 amount=5 -kerning first=378 second=245 amount=-1 -kerning first=923 second=1241 amount=-1 -kerning first=933 second=1163 amount=-3 -kerning first=117 second=84 amount=-3 -kerning first=192 second=210 amount=-2 -kerning first=1097 second=1048 amount=1 -kerning first=123 second=233 amount=-1 -kerning first=1224 second=1199 amount=-1 -kerning first=1263 second=354 amount=-2 -kerning first=80 second=247 amount=-2 -kerning first=323 second=297 amount=5 -kerning first=196 second=289 amount=-1 -kerning first=1138 second=356 amount=-2 -kerning first=1077 second=1263 amount=-1 -kerning first=123 second=1241 amount=-1 -kerning first=92 second=162 amount=-1 -kerning first=109 second=1198 amount=-5 -kerning first=254 second=1277 amount=-1 -kerning first=1202 second=981 amount=-2 -kerning first=1217 second=1108 amount=-2 -kerning first=75 second=169 amount=-2 -kerning first=99 second=1058 amount=-5 -kerning first=371 second=8217 amount=1 -kerning first=1226 second=68 amount=1 -kerning first=86 second=959 amount=-3 -kerning first=87 second=283 amount=-3 -kerning first=186 second=198 amount=-5 -kerning first=174 second=1139 amount=-2 -kerning first=1267 second=299 amount=3 -kerning first=910 second=1254 amount=-2 -kerning first=1105 second=1098 amount=-1 -kerning first=255 second=226 amount=-1 -kerning first=372 second=331 amount=-2 -kerning first=1196 second=1179 amount=-4 -kerning first=89 second=65 amount=-5 -kerning first=966 second=1026 amount=-3 -kerning first=1188 second=1209 amount=-5 -kerning first=1043 second=1020 amount=-4 -kerning first=1027 second=246 amount=-5 -kerning first=376 second=1273 amount=-3 -kerning first=910 second=1144 amount=-2 -kerning first=201 second=297 amount=5 -kerning first=55 second=54 amount=-1 -kerning first=84 second=1220 amount=-4 -kerning first=112 second=356 amount=-3 -kerning first=90 second=268 amount=-2 -kerning first=1094 second=1250 amount=1 -kerning first=1228 second=92 amount=-3 -kerning first=40 second=277 amount=-1 -kerning first=1224 second=957 amount=-1 -kerning first=957 second=224 amount=-1 -kerning first=1263 second=913 amount=-4 -kerning first=86 second=60 amount=-5 -kerning first=288 second=1196 amount=-2 -kerning first=87 second=1087 amount=-2 -kerning first=1276 second=1194 amount=-1 -kerning first=1138 second=902 amount=-2 -kerning first=1201 second=240 amount=-1 -kerning first=961 second=1202 amount=-2 -kerning first=119 second=1195 amount=-1 -kerning first=89 second=101 amount=-6 -kerning first=357 second=223 amount=1 -kerning first=354 second=1256 amount=-2 -kerning first=63 second=258 amount=-4 -kerning first=1203 second=335 amount=-1 -kerning first=247 second=1196 amount=-4 -kerning first=45 second=1047 amount=-3 -kerning first=1225 second=322 amount=1 -kerning first=197 second=1054 amount=-2 -kerning first=210 second=1244 amount=-1 -kerning first=1257 second=120 amount=-1 -kerning first=1040 second=283 amount=-1 -kerning first=1140 second=198 amount=-5 -kerning first=1110 second=1140 amount=2 -kerning first=309 second=105 amount=3 -kerning first=1143 second=1105 amount=-1 -kerning first=112 second=902 amount=-2 -kerning first=233 second=1141 amount=-1 -kerning first=192 second=1259 amount=-1 -kerning first=336 second=376 amount=-2 -kerning first=275 second=1199 amount=-1 -kerning first=1265 second=333 amount=-1 -kerning first=944 second=358 amount=-3 -kerning first=915 second=367 amount=-5 -kerning first=8217 second=1097 amount=-1 -kerning first=187 second=932 amount=-8 -kerning first=1085 second=1196 amount=-3 -kerning first=1233 second=1059 amount=-5 -kerning first=328 second=8220 amount=-3 -kerning first=239 second=1025 amount=3 -kerning first=76 second=1213 amount=-1 -kerning first=8244 second=972 amount=-4 -kerning first=1169 second=228 amount=-2 -kerning first=1145 second=97 amount=-1 -kerning first=1222 second=1050 amount=1 -kerning first=1087 second=372 amount=-3 -kerning first=254 second=933 amount=-6 -kerning first=923 second=374 amount=-5 -kerning first=88 second=232 amount=-2 -kerning first=1184 second=213 amount=-2 -kerning first=1163 second=76 amount=1 -kerning first=210 second=193 amount=-2 -kerning first=1139 second=1046 amount=-2 -kerning first=358 second=210 amount=-2 -kerning first=102 second=43 amount=-2 -kerning first=1191 second=1058 amount=-7 -kerning first=1270 second=1081 amount=-4 -kerning first=1265 second=8218 amount=-5 -kerning first=1244 second=1239 amount=-2 -kerning first=65 second=1256 amount=-2 -kerning first=1082 second=932 amount=-4 -kerning first=187 second=1051 amount=-2 -kerning first=1170 second=363 amount=-5 -kerning first=8224 second=263 amount=-2 -kerning first=372 second=197 amount=-4 -kerning first=1263 second=308 amount=-4 -kerning first=240 second=255 amount=-1 -kerning first=67 second=95 amount=-3 -kerning first=299 second=919 amount=3 -kerning first=193 second=214 amount=-2 -kerning first=1243 second=967 amount=-1 -kerning first=65 second=1200 amount=-5 -kerning first=1274 second=114 amount=-4 -kerning first=8250 second=92 amount=-4 -kerning first=126 second=354 amount=-4 -kerning first=932 second=944 amount=-4 -kerning first=1189 second=1193 amount=-2 -kerning first=275 second=957 amount=-1 -kerning first=1140 second=8353 amount=-2 -kerning first=89 second=341 amount=-3 -kerning first=374 second=289 amount=-6 -kerning first=1184 second=118 amount=-3 -kerning first=301 second=1252 amount=3 -kerning first=271 second=106 amount=2 -kerning first=906 second=301 amount=5 -kerning first=1213 second=253 amount=-1 -kerning first=124 second=95 amount=2 -kerning first=1184 second=1201 amount=-3 -kerning first=256 second=356 amount=-6 -kerning first=114 second=1255 amount=-1 -kerning first=1270 second=71 amount=-2 -kerning first=372 second=275 amount=-3 -kerning first=75 second=210 amount=-2 -kerning first=81 second=923 amount=-2 -kerning first=8216 second=191 amount=-4 -kerning first=1074 second=376 amount=-5 -kerning first=55 second=963 amount=-3 -kerning first=1080 second=92 amount=-3 -kerning first=1255 second=372 amount=-3 -kerning first=1224 second=354 amount=-3 -kerning first=1141 second=1092 amount=-1 -kerning first=89 second=174 amount=-1 -kerning first=1027 second=1197 amount=-3 -kerning first=1075 second=235 amount=-2 -kerning first=195 second=1141 amount=-4 -kerning first=183 second=1059 amount=-4 -kerning first=1168 second=79 amount=-2 -kerning first=260 second=301 amount=3 -kerning first=1199 second=245 amount=-1 -kerning first=1170 second=229 amount=-5 -kerning first=1094 second=1223 amount=1 -kerning first=193 second=1199 amount=-4 -kerning first=332 second=1204 amount=-2 -kerning first=345 second=1058 amount=-4 -kerning first=935 second=332 amount=-1 -kerning first=349 second=221 amount=-5 -kerning first=1126 second=337 amount=-1 -kerning first=122 second=246 amount=-1 -kerning first=376 second=8230 amount=-3 -kerning first=377 second=199 amount=-2 -kerning first=936 second=181 amount=-4 -kerning first=97 second=1197 amount=-2 -kerning first=932 second=335 amount=-5 -kerning first=232 second=1196 amount=-3 -kerning first=102 second=1236 amount=-2 -kerning first=114 second=126 amount=-2 -kerning first=286 second=303 amount=2 -kerning first=1040 second=176 amount=-5 -kerning first=923 second=1111 amount=3 -kerning first=372 second=1187 amount=-2 -kerning first=1027 second=1096 amount=-4 -kerning first=279 second=372 amount=-3 -kerning first=332 second=1232 amount=-2 -kerning first=1203 second=1104 amount=-1 -kerning first=227 second=89 amount=-5 -kerning first=95 second=305 amount=2 -kerning first=70 second=44 amount=-3 -kerning first=1026 second=1066 amount=-3 -kerning first=1171 second=932 amount=-3 -kerning first=116 second=172 amount=-1 -kerning first=1075 second=1222 amount=-3 -kerning first=251 second=8216 amount=-3 -kerning first=1082 second=285 amount=-1 -kerning first=972 second=1198 amount=-6 -kerning first=121 second=95 amount=-5 -kerning first=1278 second=1138 amount=-1 -kerning first=324 second=1265 amount=-1 -kerning first=358 second=1259 amount=-5 -kerning first=1106 second=1143 amount=-1 -kerning first=1032 second=8230 amount=-2 -kerning first=99 second=939 amount=-4 -kerning first=55 second=243 amount=-3 -kerning first=118 second=192 amount=-4 -kerning first=1180 second=299 amount=5 -kerning first=1088 second=1267 amount=-1 -kerning first=1232 second=275 amount=-1 -kerning first=961 second=118 amount=-1 -kerning first=1270 second=45 amount=-4 -kerning first=1265 second=1077 amount=-1 -kerning first=929 second=260 amount=-5 -kerning first=1186 second=1070 amount=1 -kerning first=915 second=324 amount=-4 -kerning first=44 second=903 amount=-6 -kerning first=195 second=116 amount=-2 -kerning first=354 second=114 amount=-4 -kerning first=1226 second=1188 amount=1 -kerning first=193 second=957 amount=-4 -kerning first=957 second=195 amount=-4 -kerning first=1095 second=1026 amount=-3 -kerning first=961 second=1201 amount=-1 -kerning first=68 second=8222 amount=-3 -kerning first=915 second=1271 amount=-4 -kerning first=1274 second=1017 amount=-2 -kerning first=1201 second=230 amount=-1 -kerning first=1082 second=162 amount=-1 -kerning first=1116 second=263 amount=-1 -kerning first=1059 second=242 amount=-6 -kerning first=1094 second=8220 amount=-3 -kerning first=923 second=332 amount=-2 -kerning first=71 second=358 amount=-2 -kerning first=1217 second=908 amount=-1 -kerning first=1043 second=1098 amount=-3 -kerning first=1163 second=1238 amount=1 -kerning first=258 second=335 amount=-1 -kerning first=959 second=8224 amount=-2 -kerning first=261 second=374 amount=-5 -kerning first=118 second=232 amount=-1 -kerning first=912 second=183 amount=-2 -kerning first=170 second=279 amount=-2 -kerning first=1225 second=205 amount=1 -kerning first=1265 second=1113 amount=-3 -kerning first=297 second=310 amount=3 -kerning first=75 second=1259 amount=-3 -kerning first=307 second=302 amount=2 -kerning first=275 second=354 amount=-3 -kerning first=211 second=65 amount=-2 -kerning first=1196 second=214 amount=-2 -kerning first=1278 second=287 amount=-2 -kerning first=221 second=1256 amount=-2 -kerning first=8370 second=1276 amount=-1 -kerning first=84 second=79 amount=-2 -kerning first=959 second=88 amount=-2 -kerning first=247 second=87 amount=-3 -kerning first=79 second=1217 amount=-1 -kerning first=1205 second=295 amount=1 -kerning first=1128 second=963 amount=-1 -kerning first=116 second=68 amount=1 -kerning first=301 second=1186 amount=3 -kerning first=243 second=1203 amount=-1 -kerning first=939 second=1075 amount=-3 -kerning first=1111 second=1211 amount=3 -kerning first=196 second=1196 amount=-6 -kerning first=210 second=374 amount=-2 -kerning first=1090 second=945 amount=-2 -kerning first=1234 second=81 amount=-2 -kerning first=1118 second=1010 amount=-1 -kerning first=1276 second=1138 amount=-1 -kerning first=1171 second=285 amount=-2 -kerning first=8218 second=910 amount=-7 -kerning first=197 second=372 amount=-4 -kerning first=356 second=271 amount=-5 -kerning first=1230 second=1162 amount=1 -kerning first=1168 second=973 amount=-4 -kerning first=1050 second=333 amount=-3 -kerning first=1083 second=358 amount=-3 -kerning first=8221 second=959 amount=-4 -kerning first=1085 second=87 amount=-3 -kerning first=1269 second=118 amount=-1 -kerning first=318 second=1111 amount=5 -kerning first=1209 second=1091 amount=-1 -kerning first=310 second=214 amount=-2 -kerning first=1196 second=1199 amount=-4 -kerning first=359 second=1250 amount=1 -kerning first=1251 second=1026 amount=-3 -kerning first=79 second=192 amount=-2 -kerning first=972 second=1175 amount=-1 -kerning first=339 second=86 amount=-3 -kerning first=1269 second=1201 amount=-1 -kerning first=284 second=84 amount=-2 -kerning first=1126 second=1105 amount=-1 -kerning first=1171 second=162 amount=-2 -kerning first=1253 second=8220 amount=-3 -kerning first=192 second=1193 amount=-1 -kerning first=932 second=1104 amount=-5 -kerning first=1145 second=1089 amount=-1 -kerning first=161 second=1035 amount=-4 -kerning first=311 second=1153 amount=-1 -kerning first=1194 second=1278 amount=-1 -kerning first=1191 second=939 amount=-11 -kerning first=1186 second=924 amount=1 -kerning first=1128 second=243 amount=-1 -kerning first=915 second=258 amount=-6 -kerning first=8221 second=60 amount=-6 -kerning first=1107 second=44 amount=-6 -kerning first=1111 second=323 amount=3 -kerning first=354 second=1017 amount=-2 -kerning first=91 second=8363 amount=-1 -kerning first=288 second=238 amount=2 -kerning first=1237 second=1078 amount=-1 -kerning first=86 second=290 amount=-2 -kerning first=375 second=337 amount=-1 -kerning first=1276 second=287 amount=-2 -kerning first=933 second=944 amount=-3 -kerning first=1058 second=43 amount=-4 -kerning first=273 second=307 amount=2 -kerning first=281 second=86 amount=-3 -kerning first=927 second=1140 amount=-2 -kerning first=310 second=1199 amount=-3 -kerning first=1089 second=1204 amount=-5 -kerning first=196 second=271 amount=-1 -kerning first=193 second=354 amount=-6 -kerning first=918 second=43 amount=-2 -kerning first=208 second=923 amount=-2 -kerning first=932 second=1114 amount=-4 -kerning first=1270 second=1082 amount=-4 -kerning first=1200 second=97 amount=-5 -kerning first=1196 second=957 amount=-4 -kerning first=1198 second=1242 amount=-2 -kerning first=244 second=258 amount=-2 -kerning first=1128 second=8221 amount=-7 -kerning first=915 second=283 amount=-5 -kerning first=8217 second=375 amount=1 -kerning first=966 second=1061 amount=-2 -kerning first=1109 second=1196 amount=-5 -kerning first=379 second=239 amount=5 -kerning first=1048 second=207 amount=1 -kerning first=1084 second=84 amount=-3 -kerning first=112 second=93 amount=-1 -kerning first=186 second=193 amount=-5 -kerning first=1108 second=1090 amount=-1 -kerning first=1118 second=339 amount=-1 -kerning first=1225 second=1068 amount=1 -kerning first=8244 second=224 amount=-4 -kerning first=197 second=299 amount=3 -kerning first=356 second=113 amount=-5 -kerning first=1164 second=932 amount=-3 -kerning first=88 second=212 amount=-1 -kerning first=243 second=910 amount=-6 -kerning first=196 second=1275 amount=-2 -kerning first=258 second=1104 amount=-1 -kerning first=84 second=973 amount=-4 -kerning first=363 second=1058 amount=-3 -kerning first=118 second=221 amount=-2 -kerning first=347 second=932 amount=-5 -kerning first=933 second=335 amount=-6 -kerning first=915 second=1087 amount=-4 -kerning first=77 second=239 amount=5 -kerning first=65 second=1017 amount=-2 -kerning first=232 second=87 amount=-3 -kerning first=260 second=242 amount=-1 -kerning first=216 second=1040 amount=-2 -kerning first=1170 second=279 amount=-5 -kerning first=1016 second=196 amount=-2 -kerning first=341 second=972 amount=-1 -kerning first=186 second=233 amount=-2 -kerning first=170 second=1195 amount=-2 -kerning first=310 second=957 amount=-3 -kerning first=317 second=8221 amount=-3 -kerning first=8244 second=970 amount=-4 -kerning first=381 second=247 amount=-2 -kerning first=1241 second=1143 amount=-1 -kerning first=932 second=353 amount=-5 -kerning first=1145 second=1145 amount=-1 -kerning first=1277 second=267 amount=-1 -kerning first=1259 second=932 amount=-3 -kerning first=961 second=356 amount=-3 -kerning first=120 second=172 amount=-1 -kerning first=1279 second=103 amount=-1 -kerning first=1242 second=1196 amount=-2 -kerning first=1217 second=1255 amount=-2 -kerning first=8353 second=88 amount=-1 -kerning first=1058 second=1236 amount=-6 -kerning first=186 second=1241 amount=-2 -kerning first=939 second=940 amount=-6 -kerning first=1139 second=125 amount=-1 -kerning first=112 second=1265 amount=-1 -kerning first=336 second=8230 amount=-3 -kerning first=1114 second=1203 amount=-1 -kerning first=110 second=49 amount=-3 -kerning first=80 second=258 amount=-5 -kerning first=1178 second=335 amount=-3 -kerning first=89 second=1257 amount=-6 -kerning first=374 second=1196 amount=3 -kerning first=946 second=299 amount=2 -kerning first=1230 second=1225 amount=1 -kerning first=260 second=8220 amount=-8 -kerning first=211 second=935 amount=-1 -kerning first=1050 second=1077 amount=-3 -kerning first=1092 second=1140 amount=-3 -kerning first=1170 second=1224 amount=-4 -kerning first=1140 second=193 amount=-5 -kerning first=372 second=336 amount=-2 -kerning first=1263 second=265 amount=-1 -kerning first=221 second=114 amount=-3 -kerning first=939 second=264 amount=-2 -kerning first=55 second=347 amount=-3 -kerning first=196 second=113 amount=-1 -kerning first=1143 second=231 amount=-1 -kerning first=1217 second=126 amount=-4 -kerning first=359 second=1223 amount=1 -kerning first=295 second=1198 amount=-5 -kerning first=922 second=940 amount=-3 -kerning first=299 second=1171 amount=3 -kerning first=194 second=333 amount=-1 -kerning first=228 second=1143 amount=-1 -kerning first=1068 second=1203 amount=-1 -kerning first=358 second=1193 amount=-5 -kerning first=8216 second=198 amount=-6 -kerning first=355 second=330 amount=1 -kerning first=269 second=374 amount=-4 -kerning first=981 second=1279 amount=-1 -kerning first=381 second=1028 amount=-2 -kerning first=235 second=84 amount=-3 -kerning first=1189 second=1010 amount=-2 -kerning first=961 second=902 amount=-2 -kerning first=1207 second=8360 amount=1 -kerning first=255 second=301 amount=3 -kerning first=1140 second=233 amount=-3 -kerning first=1198 second=1074 amount=-3 -kerning first=922 second=264 amount=-2 -kerning first=34 second=256 amount=-5 -kerning first=1126 second=1171 amount=-2 -kerning first=1188 second=8250 amount=-3 -kerning first=1027 second=253 amount=-4 -kerning first=78 second=206 amount=1 -kerning first=8244 second=1117 amount=-1 -kerning first=174 second=258 amount=-5 -kerning first=86 second=196 amount=-5 -kerning first=375 second=1105 amount=-1 -kerning first=1244 second=263 amount=-2 -kerning first=1140 second=1241 amount=-3 -kerning first=246 second=1277 amount=-1 -kerning first=81 second=1217 amount=-1 -kerning first=356 second=268 amount=-2 -kerning first=97 second=253 amount=-1 -kerning first=1168 second=1239 amount=-5 -kerning first=79 second=221 amount=-2 -kerning first=1187 second=254 amount=1 -kerning first=1226 second=351 amount=-1 -kerning first=1207 second=325 amount=1 -kerning first=119 second=287 amount=-1 -kerning first=965 second=8221 amount=1 -kerning first=935 second=103 amount=-2 -kerning first=87 second=59 amount=-3 -kerning first=239 second=299 amount=3 -kerning first=313 second=927 amount=-2 -kerning first=196 second=87 amount=-4 -kerning first=1269 second=356 amount=-3 -kerning first=1274 second=244 amount=-5 -kerning first=1201 second=1095 amount=-1 -kerning first=224 second=1185 amount=-2 -kerning first=902 second=8370 amount=-2 -kerning first=1232 second=336 amount=-2 -kerning first=1191 second=967 amount=-2 -kerning first=92 second=940 amount=-1 -kerning first=254 second=1204 amount=-3 -kerning first=374 second=271 amount=-6 -kerning first=116 second=1188 amount=1 -kerning first=75 second=1193 amount=-3 -kerning first=922 second=236 amount=2 -kerning first=357 second=1026 amount=-2 -kerning first=1101 second=258 amount=-2 -kerning first=174 second=283 amount=-2 -kerning first=1119 second=1197 amount=-2 -kerning first=86 second=235 amount=-3 -kerning first=358 second=1109 amount=-5 -kerning first=72 second=296 amount=1 -kerning first=1118 second=239 amount=3 -kerning first=104 second=1059 amount=-5 -kerning first=333 second=197 amount=-2 -kerning first=359 second=8220 amount=-3 -kerning first=315 second=1171 amount=-1 -kerning first=1181 second=337 amount=-1 -kerning first=1168 second=1102 amount=-4 -kerning first=953 second=916 amount=-3 -kerning first=332 second=1200 amount=-2 -kerning first=92 second=264 amount=-2 -kerning first=254 second=1232 amount=-2 -kerning first=1263 second=1139 amount=-1 -kerning first=81 second=192 amount=-2 -kerning first=313 second=1267 amount=-4 -kerning first=299 second=320 amount=3 -kerning first=8221 second=361 amount=-3 -kerning first=283 second=1140 amount=-3 -kerning first=1274 second=8222 amount=-8 -kerning first=1277 second=177 amount=-2 -kerning first=319 second=1059 amount=-2 -kerning first=1114 second=910 amount=-11 -kerning first=1141 second=981 amount=-1 -kerning first=933 second=1104 amount=-6 -kerning first=1058 second=251 amount=-5 -kerning first=8222 second=1035 amount=-6 -kerning first=1057 second=1278 amount=-1 -kerning first=1168 second=74 amount=-6 -kerning first=1046 second=199 amount=-1 -kerning first=311 second=234 amount=-1 -kerning first=1033 second=258 amount=-2 -kerning first=71 second=237 amount=2 -kerning first=121 second=335 amount=-1 -kerning first=1196 second=913 amount=-6 -kerning first=1278 second=1012 amount=-1 -kerning first=221 second=1017 amount=-2 -kerning first=239 second=1049 amount=3 -kerning first=910 second=242 amount=-6 -kerning first=196 second=268 amount=-2 -kerning first=356 second=52 amount=-4 -kerning first=256 second=1265 amount=-4 -kerning first=1075 second=1259 amount=-2 -kerning first=1189 second=339 amount=-2 -kerning first=311 second=1243 amount=-1 -kerning first=1170 second=1195 amount=-5 -kerning first=1205 second=82 amount=1 -kerning first=923 second=103 amount=-1 -kerning first=1186 second=344 amount=1 -kerning first=243 second=1093 amount=-1 -kerning first=1224 second=1263 amount=-1 -kerning first=1090 second=111 amount=-2 -kerning first=1068 second=910 amount=-6 -kerning first=345 second=967 amount=1 -kerning first=287 second=1204 amount=-3 -kerning first=245 second=256 amount=-2 -kerning first=1178 second=1104 amount=-3 -kerning first=8244 second=195 amount=-9 -kerning first=933 second=1114 amount=-3 -kerning first=1111 second=1043 amount=3 -kerning first=1016 second=89 amount=-6 -kerning first=123 second=103 amount=-1 -kerning first=162 second=374 amount=-4 -kerning first=1109 second=87 amount=-2 -kerning first=1107 second=225 amount=-2 -kerning first=106 second=295 amount=3 -kerning first=84 second=1239 amount=-5 -kerning first=1087 second=1098 amount=-2 -kerning first=102 second=277 amount=-1 -kerning first=1026 second=65 amount=-2 -kerning first=1200 second=1089 amount=-6 -kerning first=246 second=933 amount=-6 -kerning first=374 second=113 amount=-6 -kerning first=237 second=297 amount=3 -kerning first=301 second=90 amount=6 -kerning first=194 second=1077 amount=-1 -kerning first=8249 second=356 amount=-3 -kerning first=354 second=244 amount=-5 -kerning first=1275 second=172 amount=-1 -kerning first=1081 second=1197 amount=-2 -kerning first=1025 second=301 amount=5 -kerning first=87 second=291 amount=-3 -kerning first=293 second=358 amount=-3 -kerning first=76 second=1026 amount=-6 -kerning first=363 second=939 amount=-4 -kerning first=256 second=267 amount=-1 -kerning first=1040 second=1059 amount=-5 -kerning first=1196 second=1103 amount=-5 -kerning first=1198 second=945 amount=-6 -kerning first=111 second=255 amount=-1 -kerning first=939 second=1237 amount=-5 -kerning first=8221 second=943 amount=-4 -kerning first=84 second=1102 amount=-4 -kerning first=1185 second=963 amount=-1 -kerning first=1276 second=1012 amount=-1 -kerning first=76 second=67 amount=-2 -kerning first=297 second=921 amount=3 -kerning first=8220 second=194 amount=-6 -kerning first=933 second=353 amount=-4 -kerning first=1036 second=121 amount=-3 -kerning first=354 second=8222 amount=-8 -kerning first=210 second=46 amount=-3 -kerning first=40 second=285 amount=-1 -kerning first=169 second=197 amount=-2 -kerning first=1098 second=1277 amount=-1 -kerning first=1242 second=87 amount=-1 -kerning first=1196 second=308 amount=-6 -kerning first=1198 second=262 amount=-2 -kerning first=86 second=169 amount=-2 -kerning first=1254 second=256 amount=-2 -kerning first=1126 second=1091 amount=-4 -kerning first=920 second=195 amount=-2 -kerning first=242 second=1035 amount=-3 -kerning first=1061 second=8370 amount=-1 -kerning first=337 second=1143 amount=-1 -kerning first=84 second=74 amount=-6 -kerning first=225 second=121 amount=-1 -kerning first=197 second=34 amount=-5 -kerning first=214 second=1276 amount=-1 -kerning first=1168 second=1107 amount=-4 -kerning first=939 second=961 amount=-3 -kerning first=1027 second=171 amount=-8 -kerning first=8249 second=902 amount=-2 -kerning first=1255 second=1098 amount=-2 -kerning first=1233 second=372 amount=-3 -kerning first=1234 second=211 amount=-2 -kerning first=1118 second=1072 amount=-1 -kerning first=45 second=1026 amount=-4 -kerning first=8225 second=1153 amount=-2 -kerning first=1054 second=933 amount=-2 -kerning first=378 second=1066 amount=-2 -kerning first=65 second=244 amount=-1 -kerning first=192 second=1010 amount=-1 -kerning first=379 second=1057 amount=-2 -kerning first=1181 second=1105 amount=-1 -kerning first=275 second=1263 amount=-1 -kerning first=1168 second=942 amount=-4 -kerning first=1102 second=197 amount=-2 -kerning first=40 second=162 amount=-1 -kerning first=1040 second=291 amount=-1 -kerning first=176 second=1040 amount=-5 -kerning first=335 second=195 amount=-2 -kerning first=1043 second=972 amount=-5 -kerning first=355 second=8217 amount=2 -kerning first=309 second=1112 amount=3 -kerning first=1243 second=92 amount=-3 -kerning first=1185 second=243 amount=-1 -kerning first=1197 second=354 amount=-3 -kerning first=70 second=100 amount=-3 -kerning first=334 second=1196 amount=-2 -kerning first=1200 second=1145 amount=-6 -kerning first=89 second=1108 amount=-6 -kerning first=315 second=1091 amount=-4 -kerning first=279 second=1098 amount=-1 -kerning first=913 second=277 amount=-1 -kerning first=208 second=1217 amount=-1 -kerning first=8224 second=256 amount=-5 -kerning first=1203 second=43 amount=-1 -kerning first=121 second=1104 amount=-1 -kerning first=1234 second=119 amount=-4 -kerning first=1126 second=231 amount=-1 -kerning first=239 second=294 amount=3 -kerning first=262 second=297 amount=2 -kerning first=8218 second=1063 amount=-4 -kerning first=8244 second=345 amount=-1 -kerning first=321 second=8223 amount=-3 -kerning first=1145 second=1233 amount=-1 -kerning first=1230 second=349 amount=-1 -kerning first=216 second=47 amount=-3 -kerning first=1067 second=207 amount=1 -kerning first=1034 second=197 amount=-2 -kerning first=114 second=1277 amount=1 -kerning first=1170 second=1194 amount=-2 -kerning first=255 second=242 amount=-1 -kerning first=1141 second=1040 amount=-4 -kerning first=253 second=269 amount=-1 -kerning first=1140 second=1111 amount=5 -kerning first=89 second=1032 amount=-2 -kerning first=374 second=268 amount=-2 -kerning first=927 second=1058 amount=-2 -kerning first=1258 second=1035 amount=-2 -kerning first=81 second=221 amount=-2 -kerning first=939 second=246 amount=-6 -kerning first=195 second=199 amount=-2 -kerning first=1089 second=1200 amount=-4 -kerning first=1163 second=1250 amount=1 -kerning first=1114 second=1093 amount=-1 -kerning first=981 second=186 amount=-2 -kerning first=231 second=1185 amount=-1 -kerning first=226 second=376 amount=-5 -kerning first=8224 second=281 amount=-2 -kerning first=248 second=194 amount=-2 -kerning first=299 second=304 amount=3 -kerning first=55 second=99 amount=-3 -kerning first=208 second=192 amount=-2 -kerning first=59 second=1196 amount=-2 -kerning first=256 second=177 amount=-3 -kerning first=1274 second=349 amount=-5 -kerning first=216 second=1198 amount=-2 -kerning first=1207 second=1055 amount=1 -kerning first=1270 second=971 amount=-4 -kerning first=1184 second=1265 amount=-3 -kerning first=922 second=246 amount=-3 -kerning first=8217 second=252 amount=-3 -kerning first=1188 second=1143 amount=-4 -kerning first=205 second=938 amount=1 -kerning first=183 second=372 amount=-3 -kerning first=84 second=1107 amount=-4 -kerning first=261 second=1249 amount=-2 -kerning first=1090 second=1209 amount=-2 -kerning first=118 second=44 amount=-2 -kerning first=1098 second=933 amount=-11 -kerning first=1068 second=1093 amount=-1 -kerning first=1088 second=1279 amount=-1 -kerning first=345 second=183 amount=-2 -kerning first=1106 second=118 amount=-1 -kerning first=1026 second=174 amount=-1 -kerning first=297 second=1140 amount=5 -kerning first=192 second=339 amount=-1 -kerning first=356 second=248 amount=-5 -kerning first=1082 second=940 amount=-1 -kerning first=120 second=333 amount=-1 -kerning first=1093 second=1089 amount=-1 -kerning first=1257 second=1078 amount=-1 -kerning first=1140 second=332 amount=-2 -kerning first=1012 second=1066 amount=-2 -kerning first=966 second=121 amount=-1 -kerning first=1106 second=1201 amount=-1 -kerning first=193 second=1263 amount=-4 -kerning first=84 second=942 amount=-4 -kerning first=1100 second=255 amount=-2 -kerning first=1026 second=935 amount=-2 -kerning first=961 second=93 amount=-1 -kerning first=1091 second=1207 amount=-1 -kerning first=297 second=914 amount=3 -kerning first=374 second=52 amount=-4 -kerning first=116 second=351 amount=-1 -kerning first=1241 second=1202 amount=-2 -kerning first=195 second=49 amount=-2 -kerning first=1084 second=1118 amount=-1 -kerning first=1035 second=933 amount=-5 -kerning first=1188 second=284 amount=-2 -kerning first=222 second=1234 amount=-3 -kerning first=8221 second=196 amount=-9 -kerning first=46 second=1198 amount=-3 -kerning first=107 second=1204 amount=-4 -kerning first=1092 second=1058 amount=-3 -kerning first=119 second=358 amount=-3 -kerning first=1113 second=1035 amount=-7 -kerning first=1205 second=221 amount=-1 -kerning first=1270 second=337 amount=-5 -kerning first=253 second=1086 amount=-1 -kerning first=1279 second=273 amount=-1 -kerning first=92 second=246 amount=-1 -kerning first=1184 second=267 amount=-3 -kerning first=213 second=88 amount=-1 -kerning first=1210 second=255 amount=-1 -kerning first=86 second=210 amount=-2 -kerning first=358 second=1010 amount=-5 -kerning first=908 second=1278 amount=-1 -kerning first=1075 second=1193 amount=-2 -kerning first=1168 second=1118 amount=-4 -kerning first=1235 second=86 amount=-3 -kerning first=243 second=1234 amount=-2 -kerning first=221 second=244 amount=-6 -kerning first=8221 second=235 amount=-4 -kerning first=1107 second=100 amount=-2 -kerning first=181 second=910 amount=-4 -kerning first=48 second=8216 amount=-3 -kerning first=196 second=248 amount=-1 -kerning first=193 second=265 amount=-1 -kerning first=1143 second=229 amount=-1 -kerning first=932 second=43 amount=-4 -kerning first=1119 second=253 amount=-1 -kerning first=961 second=1265 amount=-1 -kerning first=92 second=8217 amount=-7 -kerning first=1058 second=277 amount=-5 -kerning first=8217 second=912 amount=-4 -kerning first=354 second=349 amount=-5 -kerning first=1167 second=1236 amount=-2 -kerning first=1278 second=266 amount=-1 -kerning first=1213 second=1185 amount=-1 -kerning first=1267 second=972 amount=-1 -kerning first=8216 second=193 amount=-6 -kerning first=1171 second=940 amount=-2 -kerning first=1169 second=354 amount=-3 -kerning first=1116 second=281 amount=-1 -kerning first=1189 second=1072 amount=-2 -kerning first=79 second=44 amount=-3 -kerning first=902 second=232 amount=-1 -kerning first=1187 second=1036 amount=1 -kerning first=8225 second=194 amount=-5 -kerning first=1097 second=1066 amount=-2 -kerning first=373 second=8244 amount=3 -kerning first=1093 second=1145 amount=-1 -kerning first=1186 second=201 amount=1 -kerning first=1128 second=99 amount=-1 -kerning first=75 second=1010 amount=-3 -kerning first=221 second=8222 amount=-7 -kerning first=969 second=936 amount=-5 -kerning first=1027 second=117 amount=-5 -kerning first=8221 second=1222 amount=-4 -kerning first=299 second=1172 amount=3 -kerning first=947 second=8216 amount=-4 -kerning first=1111 second=278 amount=3 -kerning first=1163 second=1223 amount=1 -kerning first=196 second=39 amount=-5 -kerning first=912 second=95 amount=-2 -kerning first=1069 second=195 amount=-2 -kerning first=257 second=358 amount=-3 -kerning first=375 second=231 amount=-1 -kerning first=343 second=1143 amount=1 -kerning first=170 second=287 amount=-2 -kerning first=376 second=199 amount=-2 -kerning first=254 second=1200 amount=-6 -kerning first=1058 second=1189 amount=-4 -kerning first=915 second=59 amount=-2 -kerning first=321 second=1069 amount=-2 -kerning first=304 second=239 amount=5 -kerning first=1168 second=263 amount=-5 -kerning first=1199 second=1066 amount=-2 -kerning first=373 second=84 amount=-3 -kerning first=935 second=273 amount=-2 -kerning first=299 second=66 amount=3 -kerning first=235 second=1118 amount=-1 -kerning first=8225 second=234 amount=-2 -kerning first=1195 second=932 amount=-5 -kerning first=939 second=1096 amount=-3 -kerning first=1111 second=1011 amount=-4 -kerning first=1179 second=269 amount=-1 -kerning first=283 second=1058 amount=-3 -kerning first=341 second=195 amount=-3 -kerning first=87 second=1054 amount=-2 -kerning first=1239 second=1143 amount=-1 -kerning first=358 second=339 amount=-5 -kerning first=1271 second=963 amount=-2 -kerning first=8225 second=1243 amount=-2 -kerning first=192 second=239 amount=3 -kerning first=932 second=1236 amount=-6 -kerning first=334 second=87 amount=-1 -kerning first=120 second=1077 amount=-1 -kerning first=908 second=260 amount=-2 -kerning first=1196 second=1263 amount=-4 -kerning first=1198 second=111 amount=-6 -kerning first=240 second=8225 amount=-2 -kerning first=86 second=1259 amount=-3 -kerning first=324 second=1090 amount=-2 -kerning first=248 second=376 amount=-6 -kerning first=8221 second=343 amount=-1 -kerning first=1081 second=253 amount=-1 -kerning first=193 second=1139 amount=-1 -kerning first=84 second=1118 amount=-4 -kerning first=1220 second=1026 amount=-3 -kerning first=208 second=221 amount=-2 -kerning first=1269 second=1265 amount=-1 -kerning first=1276 second=266 amount=-1 -kerning first=115 second=356 amount=-5 -kerning first=98 second=196 amount=-2 -kerning first=1184 second=177 amount=-2 -kerning first=265 second=1198 amount=-4 -kerning first=1163 second=8220 amount=-3 -kerning first=1138 second=1278 amount=-1 -kerning first=927 second=939 amount=-2 -kerning first=39 second=1232 amount=-5 -kerning first=55 second=198 amount=-7 -kerning first=90 second=60 amount=-4 -kerning first=356 second=1100 amount=-4 -kerning first=229 second=84 amount=-3 -kerning first=1270 second=1105 amount=-5 -kerning first=923 second=273 amount=-1 -kerning first=89 second=908 amount=-2 -kerning first=75 second=339 amount=-3 -kerning first=1275 second=333 amount=-2 -kerning first=1175 second=1089 amount=-1 -kerning first=8230 second=358 amount=-2 -kerning first=906 second=206 amount=1 -kerning first=1271 second=243 amount=-2 -kerning first=1106 second=356 amount=-3 -kerning first=1256 second=196 amount=-2 -kerning first=310 second=1263 amount=-3 -kerning first=244 second=1059 amount=-6 -kerning first=321 second=8373 amount=-2 -kerning first=342 second=1198 amount=-2 -kerning first=1241 second=118 amount=-1 -kerning first=1222 second=292 amount=1 -kerning first=1059 second=923 amount=-5 -kerning first=1226 second=1070 amount=1 -kerning first=1170 second=1138 amount=-2 -kerning first=1094 second=295 amount=1 -kerning first=373 second=1239 amount=-1 -kerning first=123 second=273 amount=-1 -kerning first=112 second=1278 amount=-2 -kerning first=1040 second=1054 amount=-2 -kerning first=1196 second=265 amount=-5 -kerning first=1043 second=224 amount=-5 -kerning first=1027 second=286 amount=-2 -kerning first=299 second=1052 amount=3 -kerning first=269 second=1249 amount=-1 -kerning first=936 second=44 amount=-6 -kerning first=84 second=263 amount=-5 -kerning first=1078 second=945 amount=-1 -kerning first=1241 second=1201 amount=-1 -kerning first=212 second=84 amount=-2 -kerning first=1200 second=1233 amount=-5 -kerning first=1279 second=240 amount=-1 -kerning first=1265 second=261 amount=-1 -kerning first=1140 second=46 amount=-6 -kerning first=1202 second=963 amount=-2 -kerning first=374 second=248 amount=-6 -kerning first=382 second=1204 amount=-2 -kerning first=915 second=291 amount=-5 -kerning first=1048 second=1031 amount=1 -kerning first=1275 second=8218 amount=-8 -kerning first=1179 second=1086 amount=-1 -kerning first=1095 second=121 amount=-1 -kerning first=1020 second=1197 amount=-2 -kerning first=223 second=239 amount=2 -kerning first=1061 second=232 amount=-2 -kerning first=1011 second=1111 amount=3 -kerning first=8250 second=381 amount=-2 -kerning first=356 second=115 amount=-5 -kerning first=1215 second=1140 amount=-3 -kerning first=902 second=221 amount=-5 -kerning first=1099 second=309 amount=3 -kerning first=1016 second=1046 amount=-2 -kerning first=8217 second=65 amount=-9 -kerning first=1188 second=1181 amount=-4 -kerning first=1107 second=1026 amount=-3 -kerning first=262 second=1061 amount=-1 -kerning first=83 second=299 amount=3 -kerning first=193 second=1028 amount=-2 -kerning first=959 second=41 amount=-1 -kerning first=228 second=118 amount=-1 -kerning first=118 second=225 amount=-1 -kerning first=1068 second=1234 amount=-2 -kerning first=1088 second=186 amount=-2 -kerning first=94 second=196 amount=-5 -kerning first=230 second=1140 amount=-3 -kerning first=1141 second=47 amount=-4 -kerning first=310 second=265 amount=-3 -kerning first=297 second=72 amount=3 -kerning first=246 second=1204 amount=-3 -kerning first=337 second=1202 amount=-2 -kerning first=301 second=1034 amount=3 -kerning first=1092 second=939 amount=-6 -kerning first=1170 second=287 amount=-5 -kerning first=1207 second=280 amount=1 -kerning first=373 second=74 amount=-4 -kerning first=228 second=1201 amount=-1 -kerning first=957 second=97 amount=-1 -kerning first=1193 second=932 amount=-3 -kerning first=1263 second=258 amount=-4 -kerning first=186 second=103 amount=-2 -kerning first=45 second=1061 amount=-4 -kerning first=1056 second=183 amount=-2 -kerning first=1138 second=260 amount=-2 -kerning first=932 second=251 amount=-5 -kerning first=1059 second=8370 amount=-2 -kerning first=1202 second=243 amount=-2 -kerning first=246 second=1232 amount=-2 -kerning first=8217 second=101 amount=-4 -kerning first=335 second=119 amount=-1 -kerning first=1175 second=1145 amount=-1 -kerning first=358 second=239 amount=6 -kerning first=1118 second=910 amount=-2 -kerning first=1141 second=1198 amount=-2 -kerning first=1171 second=1237 amount=-2 -kerning first=933 second=43 amount=-4 -kerning first=1082 second=246 amount=-1 -kerning first=1181 second=231 amount=-1 -kerning first=1196 second=1139 amount=-5 -kerning first=1263 second=283 amount=-1 -kerning first=935 second=240 amount=-2 -kerning first=221 second=349 amount=-4 -kerning first=1143 second=279 amount=-1 -kerning first=959 second=1091 amount=-1 -kerning first=112 second=260 amount=-2 -kerning first=1180 second=972 amount=-3 -kerning first=1222 second=1027 amount=1 -kerning first=1191 second=92 amount=-7 -kerning first=372 second=1242 amount=-2 -kerning first=8217 second=1083 amount=-4 -kerning first=81 second=44 amount=-3 -kerning first=301 second=293 amount=3 -kerning first=1043 second=1117 amount=-4 -kerning first=1251 second=121 amount=-1 -kerning first=1226 second=924 amount=1 -kerning first=1066 second=196 amount=-2 -kerning first=174 second=1059 amount=-1 -kerning first=241 second=910 amount=-5 -kerning first=1054 second=1204 amount=-2 -kerning first=1178 second=43 amount=-6 -kerning first=267 second=358 amount=-5 -kerning first=369 second=221 amount=-4 -kerning first=1145 second=939 amount=1 -kerning first=1059 second=181 amount=-3 -kerning first=253 second=227 amount=-1 -kerning first=1140 second=103 amount=-3 -kerning first=88 second=100 amount=-2 -kerning first=1196 second=247 amount=-4 -kerning first=1198 second=1209 amount=-5 -kerning first=162 second=1249 amount=-1 -kerning first=289 second=1196 amount=-3 -kerning first=75 second=239 amount=5 -kerning first=248 second=373 amount=-1 -kerning first=1027 second=920 amount=-2 -kerning first=377 second=8249 amount=-2 -kerning first=274 second=1111 amount=5 -kerning first=1275 second=1077 amount=-2 -kerning first=95 second=220 amount=-3 -kerning first=104 second=372 amount=-3 -kerning first=1054 second=1232 amount=-2 -kerning first=1244 second=281 amount=-2 -kerning first=98 second=89 amount=-6 -kerning first=310 second=1139 amount=-3 -kerning first=378 second=101 amount=-1 -kerning first=317 second=198 amount=2 -kerning first=332 second=8222 amount=-3 -kerning first=1101 second=1059 amount=-6 -kerning first=1278 second=245 amount=-2 -kerning first=182 second=303 amount=2 -kerning first=1043 second=81 amount=-2 -kerning first=239 second=322 amount=3 -kerning first=297 second=1058 amount=6 -kerning first=283 second=939 amount=-6 -kerning first=318 second=938 amount=1 -kerning first=1270 second=951 amount=-4 -kerning first=923 second=240 amount=-1 -kerning first=89 second=1255 amount=-6 -kerning first=933 second=1236 amount=-5 -kerning first=1128 second=8353 amount=-2 -kerning first=173 second=1279 amount=-1 -kerning first=1184 second=369 amount=-2 -kerning first=1036 second=71 amount=-2 -kerning first=8217 second=341 amount=-1 -kerning first=1275 second=1113 amount=-3 -kerning first=1273 second=1059 amount=-5 -kerning first=112 second=1090 amount=-2 -kerning first=95 second=1204 amount=-4 -kerning first=174 second=291 amount=-2 -kerning first=1267 second=224 amount=-1 -kerning first=1232 second=1242 amount=-2 -kerning first=1256 second=89 amount=-2 -kerning first=1200 second=1058 amount=3 -kerning first=310 second=247 amount=-6 -kerning first=1171 second=246 amount=-2 -kerning first=46 second=54 amount=-2 -kerning first=902 second=212 amount=-2 -kerning first=1050 second=250 amount=-2 -kerning first=123 second=240 amount=-1 -kerning first=1033 second=1059 amount=-6 -kerning first=1216 second=300 amount=1 -kerning first=1196 second=1028 amount=-2 -kerning first=1027 second=8363 amount=-5 -kerning first=1197 second=265 amount=-2 -kerning first=1059 second=1116 amount=-3 -kerning first=89 second=126 amount=-4 -kerning first=374 second=1100 amount=-3 -kerning first=1010 second=84 amount=-5 -kerning first=1241 second=356 amount=-3 -kerning first=1075 second=1010 amount=-2 -kerning first=1233 second=1098 amount=-2 -kerning first=1098 second=1204 amount=-7 -kerning first=1012 second=65 amount=-2 -kerning first=86 second=1193 amount=-3 -kerning first=1043 second=195 amount=-6 -kerning first=317 second=8353 amount=-2 -kerning first=8220 second=8230 amount=-6 -kerning first=1235 second=8216 amount=-3 -kerning first=1265 second=197 amount=-4 -kerning first=372 second=1074 amount=-2 -kerning first=981 second=1040 amount=-2 -kerning first=357 second=311 amount=1 -kerning first=1027 second=1185 amount=-3 -kerning first=1139 second=1203 amount=-1 -kerning first=1203 second=277 amount=-1 -kerning first=358 second=1072 amount=-5 -kerning first=1028 second=44 amount=-3 -kerning first=1276 second=245 amount=-2 -kerning first=310 second=1028 amount=-2 -kerning first=337 second=118 amount=-1 -kerning first=1036 second=45 amount=-6 -kerning first=97 second=1185 amount=-2 -kerning first=260 second=8370 amount=-2 -kerning first=1168 second=365 amount=-5 -kerning first=1092 second=967 amount=-1 -kerning first=1097 second=929 amount=1 -kerning first=40 second=940 amount=-1 -kerning first=1035 second=1204 amount=-3 -kerning first=1040 second=372 amount=-4 -kerning first=349 second=1026 amount=-5 -kerning first=1107 second=1235 amount=-2 -kerning first=337 second=1201 amount=-1 -kerning first=228 second=356 amount=-3 -kerning first=1185 second=99 amount=-1 -kerning first=192 second=1057 amount=-2 -kerning first=1274 second=1069 amount=-2 -kerning first=38 second=1196 amount=-4 -kerning first=1077 second=1059 amount=-6 -kerning first=102 second=285 amount=-1 -kerning first=1265 second=275 amount=-1 -kerning first=374 second=115 amount=-4 -kerning first=1186 second=1219 amount=1 -kerning first=922 second=253 amount=-3 -kerning first=270 second=1035 amount=-2 -kerning first=1241 second=902 amount=-2 -kerning first=8221 second=1259 amount=-4 -kerning first=234 second=1203 amount=-1 -kerning first=1143 second=1195 amount=-1 -kerning first=913 second=932 amount=-6 -kerning first=112 second=170 amount=-2 -kerning first=973 second=933 amount=-4 -kerning first=86 second=1109 amount=-3 -kerning first=197 second=972 amount=-1 -kerning first=226 second=1141 amount=-1 -kerning first=1059 second=110 amount=-3 -kerning first=114 second=1204 amount=-4 -kerning first=1257 second=8220 amount=-4 -kerning first=1140 second=259 amount=-3 -kerning first=196 second=63 amount=-4 -kerning first=1197 second=1139 amount=-2 -kerning first=118 second=100 amount=-1 -kerning first=375 second=229 amount=-1 -kerning first=102 second=162 amount=-1 -kerning first=1200 second=1094 amount=-3 -kerning first=1091 second=8249 amount=-3 -kerning first=933 second=251 amount=-3 -kerning first=116 second=1070 amount=1 -kerning first=359 second=295 amount=1 -kerning first=90 second=290 amount=-2 -kerning first=1075 second=339 amount=-2 -kerning first=183 second=1098 amount=-1 -kerning first=114 second=1232 amount=-3 -kerning first=1094 second=82 amount=1 -kerning first=1066 second=89 amount=-6 -kerning first=957 second=1089 amount=-1 -kerning first=341 second=119 amount=1 -kerning first=1188 second=213 amount=-2 -kerning first=1078 second=111 amount=-1 -kerning first=925 second=301 amount=5 -kerning first=1270 second=1091 amount=-4 -kerning first=92 second=253 amount=-4 -kerning first=915 second=1054 amount=-2 -kerning first=321 second=194 amount=2 -kerning first=1199 second=65 amount=-4 -kerning first=1220 second=1061 amount=-2 -kerning first=1197 second=247 amount=-1 -kerning first=208 second=44 amount=-3 -kerning first=1096 second=374 amount=-5 -kerning first=121 second=1236 amount=-4 -kerning first=910 second=923 amount=-5 -kerning first=1178 second=251 amount=-2 -kerning first=1061 second=212 amount=-1 -kerning first=1230 second=1229 amount=1 -kerning first=161 second=354 amount=-4 -kerning first=1040 second=299 amount=3 -kerning first=88 second=67 amount=-1 -kerning first=1196 second=367 amount=-5 -kerning first=1188 second=118 amount=-4 -kerning first=1043 second=345 amount=-4 -kerning first=8230 second=51 amount=-2 -kerning first=84 second=365 amount=-5 -kerning first=1139 second=910 amount=-6 -kerning first=283 second=967 amount=-1 -kerning first=1274 second=8373 amount=-2 -kerning first=43 second=1277 amount=-1 -kerning first=1020 second=253 amount=-1 -kerning first=1093 second=1058 amount=-3 -kerning first=103 second=358 amount=-3 -kerning first=1091 second=1035 amount=-2 -kerning first=68 second=194 amount=-2 -kerning first=915 second=378 amount=-3 -kerning first=1188 second=1201 amount=-4 -kerning first=367 second=932 amount=-3 -kerning first=1153 second=89 amount=-4 -kerning first=354 second=1069 amount=-2 -kerning first=1199 second=101 amount=-1 -kerning first=1083 second=375 amount=-1 -kerning first=1187 second=98 amount=1 -kerning first=1226 second=344 amount=1 -kerning first=1170 second=1012 amount=-2 -kerning first=913 second=285 amount=-1 -kerning first=240 second=84 amount=-3 -kerning first=72 second=1111 amount=5 -kerning first=1126 second=279 amount=-1 -kerning first=122 second=8363 amount=-1 -kerning first=239 second=205 amount=3 -kerning first=376 second=1207 amount=-5 -kerning first=55 second=193 amount=-7 -kerning first=1169 second=265 amount=-2 -kerning first=8222 second=1199 amount=-3 -kerning first=932 second=277 amount=-5 -kerning first=1067 second=1031 amount=1 -kerning first=1016 second=125 amount=-1 -kerning first=1270 second=231 amount=-5 -kerning first=944 second=1066 amount=-3 -kerning first=372 second=945 amount=-3 -kerning first=313 second=186 amount=-6 -kerning first=1111 second=76 amount=3 -kerning first=234 second=910 amount=-6 -kerning first=91 second=269 amount=-1 -kerning first=1071 second=95 amount=2 -kerning first=1267 second=195 amount=-4 -kerning first=110 second=1035 amount=-3 -kerning first=328 second=221 amount=-5 -kerning first=310 second=367 amount=-2 -kerning first=1058 second=58 amount=-2 -kerning first=1059 second=192 amount=-5 -kerning first=1199 second=1083 amount=-3 -kerning first=119 second=245 amount=-1 -kerning first=373 second=263 amount=-1 -kerning first=913 second=162 amount=-1 -kerning first=957 second=1145 amount=-1 -kerning first=8224 second=289 amount=-2 -kerning first=372 second=262 amount=-2 -kerning first=1012 second=935 amount=-1 -kerning first=358 second=1057 amount=-2 -kerning first=8370 second=105 amount=2 -kerning first=910 second=8370 amount=-2 -kerning first=355 second=1065 amount=1 -kerning first=252 second=376 amount=-4 -kerning first=55 second=233 amount=-3 -kerning first=1274 second=249 amount=-5 -kerning first=256 second=170 amount=-5 -kerning first=932 second=1189 amount=-4 -kerning first=229 second=1118 amount=-1 -kerning first=1215 second=1058 amount=-3 -kerning first=1232 second=86 amount=-5 -kerning first=1205 second=223 amount=1 -kerning first=253 second=1092 amount=-1 -kerning first=116 second=924 amount=1 -kerning first=301 second=340 amount=3 -kerning first=939 second=171 amount=-6 -kerning first=1111 second=359 amount=3 -kerning first=55 second=1241 amount=-3 -kerning first=284 second=256 amount=-1 -kerning first=1234 second=1089 amount=-1 -kerning first=230 second=1058 amount=-3 -kerning first=1106 second=1265 amount=-1 -kerning first=961 second=1278 amount=-2 -kerning first=76 second=121 amount=-4 -kerning first=238 second=1112 amount=3 -kerning first=246 second=1200 amount=-6 -kerning first=8244 second=97 amount=-4 -kerning first=179 second=1232 amount=-6 -kerning first=8222 second=957 amount=-3 -kerning first=46 second=8221 amount=-5 -kerning first=65 second=1069 amount=-2 -kerning first=356 second=959 amount=-5 -kerning first=1059 second=232 amount=-6 -kerning first=114 second=357 amount=2 -kerning first=1207 second=1062 amount=1 -kerning first=285 second=84 amount=-3 -kerning first=8216 second=46 amount=-6 -kerning first=1110 second=92 amount=2 -kerning first=258 second=277 amount=-1 -kerning first=1232 second=945 amount=-1 -kerning first=337 second=356 amount=-3 -kerning first=75 second=1057 amount=-2 -kerning first=922 second=171 amount=-3 -kerning first=271 second=8216 amount=2 -kerning first=354 second=8373 amount=-2 -kerning first=259 second=1198 amount=-5 -kerning first=943 second=8220 amount=-3 -kerning first=1117 second=1140 amount=-3 -kerning first=87 second=1020 amount=-2 -kerning first=186 second=273 amount=-2 -kerning first=910 second=181 amount=-3 -kerning first=1169 second=1139 amount=-2 -kerning first=1274 second=257 amount=-5 -kerning first=356 second=60 amount=-5 -kerning first=43 second=933 amount=-4 -kerning first=224 second=1267 amount=-1 -kerning first=1059 second=1084 amount=-3 -kerning first=1232 second=262 amount=-2 -kerning first=343 second=118 amount=1 -kerning first=111 second=8225 amount=-2 -kerning first=248 second=1141 amount=-1 -kerning first=242 second=1199 amount=-1 -kerning first=112 second=120 amount=-1 -kerning first=118 second=1026 amount=-2 -kerning first=1274 second=1153 amount=-5 -kerning first=91 second=1086 amount=-1 -kerning first=343 second=1201 amount=1 -kerning first=8217 second=1257 amount=-4 -kerning first=192 second=910 amount=-5 -kerning first=8250 second=1236 amount=-2 -kerning first=1086 second=197 amount=-2 -kerning first=101 second=1277 amount=-1 -kerning first=38 second=87 amount=-3 -kerning first=1050 second=275 amount=-3 -kerning first=1170 second=1169 amount=-4 -kerning first=255 second=923 amount=-4 -kerning first=290 second=1035 amount=-2 -kerning first=1196 second=324 amount=-4 -kerning first=1027 second=216 amount=-2 -kerning first=1054 second=1200 amount=-2 -kerning first=239 second=1068 amount=3 -kerning first=196 second=959 amount=-1 -kerning first=193 second=283 amount=-1 -kerning first=1169 second=247 amount=-1 -kerning first=1145 second=183 amount=-2 -kerning first=1277 second=966 amount=-1 -kerning first=1239 second=118 amount=-1 -kerning first=92 second=171 amount=-2 -kerning first=1115 second=1140 amount=-3 -kerning first=1196 second=1271 amount=-4 -kerning first=337 second=902 amount=-2 -kerning first=1058 second=285 amount=-5 -kerning first=321 second=376 amount=-3 -kerning first=1168 second=256 amount=-6 -kerning first=354 second=249 amount=-5 -kerning first=1234 second=1145 amount=-1 -kerning first=1239 second=1201 amount=-1 -kerning first=358 second=1203 amount=-3 -kerning first=65 second=8373 amount=-2 -kerning first=1116 second=289 amount=-1 -kerning first=1088 second=1040 amount=-2 -kerning first=1046 second=8249 amount=-3 -kerning first=961 second=260 amount=-2 -kerning first=255 second=295 amount=3 -kerning first=1140 second=273 amount=-3 -kerning first=1128 second=233 amount=-1 -kerning first=1126 second=1195 amount=-1 -kerning first=8221 second=1193 amount=-4 -kerning first=242 second=957 amount=-1 -kerning first=268 second=1244 amount=-1 -kerning first=910 second=1116 amount=-3 -kerning first=1111 second=1238 amount=3 -kerning first=972 second=198 amount=-2 -kerning first=196 second=60 amount=-1 -kerning first=1049 second=299 amount=5 -kerning first=1139 second=1093 amount=-1 -kerning first=118 second=297 amount=3 -kerning first=95 second=1256 amount=-3 -kerning first=375 second=279 amount=-1 -kerning first=1271 second=99 amount=-2 -kerning first=1118 second=1234 amount=-4 -kerning first=1164 second=1197 amount=-2 -kerning first=1225 second=310 amount=1 -kerning first=317 second=193 amount=2 -kerning first=68 second=376 amount=-2 -kerning first=1128 second=1241 amount=-1 -kerning first=1058 second=162 amount=-5 -kerning first=1168 second=281 amount=-5 -kerning first=187 second=253 amount=-2 -kerning first=1175 second=1058 amount=-3 -kerning first=1187 second=1035 amount=-2 -kerning first=1170 second=1088 amount=-4 -kerning first=1094 second=221 amount=-1 -kerning first=1207 second=313 amount=1 -kerning first=40 second=246 amount=-1 -kerning first=71 second=1066 amount=-2 -kerning first=1043 second=211 amount=-2 -kerning first=299 second=203 amount=3 -kerning first=378 second=1257 amount=-1 -kerning first=8244 second=64 amount=-4 -kerning first=179 second=357 amount=2 -kerning first=1180 second=81 amount=-2 -kerning first=902 second=1213 amount=-2 -kerning first=1091 second=228 amount=-1 -kerning first=8222 second=354 amount=-6 -kerning first=361 second=89 amount=-4 -kerning first=354 second=257 amount=-5 -kerning first=234 second=1093 amount=-1 -kerning first=86 second=1010 amount=-3 -kerning first=1259 second=1197 amount=-2 -kerning first=1166 second=902 amount=-5 -kerning first=919 second=301 amount=5 -kerning first=98 second=1046 amount=-2 -kerning first=981 second=1198 amount=-6 -kerning first=1241 second=93 amount=-1 -kerning first=1230 second=342 amount=1 -kerning first=1168 second=1226 amount=-4 -kerning first=79 second=1026 amount=-2 -kerning first=354 second=1153 amount=-5 -kerning first=286 second=194 amount=-1 -kerning first=1098 second=1200 amount=-11 -kerning first=221 second=1069 amount=-2 -kerning first=1043 second=119 amount=-4 -kerning first=245 second=1196 amount=-3 -kerning first=8221 second=1109 amount=-5 -kerning first=302 second=207 amount=1 -kerning first=1119 second=1185 amount=-2 -kerning first=961 second=1090 amount=-2 -kerning first=1141 second=963 amount=-1 -kerning first=244 second=372 amount=-3 -kerning first=933 second=277 amount=-6 -kerning first=359 second=82 amount=1 -kerning first=1122 second=358 amount=-3 -kerning first=1075 second=1072 amount=-2 -kerning first=101 second=933 amount=-6 -kerning first=260 second=232 amount=-1 -kerning first=1179 second=1092 amount=-1 -kerning first=1083 second=1066 amount=-3 -kerning first=1196 second=258 amount=-6 -kerning first=1234 second=1140 amount=-5 -kerning first=1188 second=902 amount=-6 -kerning first=1211 second=910 amount=-5 -kerning first=1256 second=1046 amount=-1 -kerning first=910 second=110 amount=-3 -kerning first=76 second=903 amount=-6 -kerning first=90 second=169 amount=-2 -kerning first=84 second=256 amount=-6 -kerning first=339 second=1143 amount=-1 -kerning first=368 second=8230 amount=-2 -kerning first=970 second=8217 amount=2 -kerning first=1035 second=1200 amount=-5 -kerning first=1040 second=34 amount=-5 -kerning first=326 second=932 amount=-3 -kerning first=1202 second=99 amount=-2 -kerning first=1198 second=8250 amount=-4 -kerning first=966 second=8224 amount=-2 -kerning first=939 second=117 amount=-3 -kerning first=357 second=1115 amount=1 -kerning first=193 second=176 amount=-5 -kerning first=1100 second=8225 amount=-3 -kerning first=1113 second=1199 amount=-2 -kerning first=1178 second=277 amount=-3 -kerning first=933 second=1189 amount=-3 -kerning first=1253 second=221 amount=-5 -kerning first=1241 second=1265 amount=-1 -kerning first=1222 second=73 amount=1 -kerning first=1215 second=939 amount=-6 -kerning first=1196 second=283 amount=-5 -kerning first=186 second=240 amount=-2 -kerning first=966 second=88 amount=-2 -kerning first=297 second=1216 amount=3 -kerning first=55 second=1111 amount=6 -kerning first=171 second=923 amount=-2 -kerning first=84 second=281 amount=-5 -kerning first=1255 second=195 amount=-2 -kerning first=233 second=1035 amount=-3 -kerning first=65 second=1153 amount=-1 -kerning first=281 second=1143 amount=-1 -kerning first=230 second=939 amount=-6 -kerning first=1141 second=243 amount=-1 -kerning first=374 second=959 amount=-6 -kerning first=116 second=344 amount=1 -kerning first=1254 second=1196 amount=-2 -kerning first=915 second=299 amount=6 -kerning first=8217 second=1044 amount=-3 -kerning first=922 second=117 amount=-2 -kerning first=321 second=334 amount=-2 -kerning first=194 second=275 amount=-1 -kerning first=1226 second=201 amount=1 -kerning first=1170 second=266 amount=-2 -kerning first=86 second=339 amount=-3 -kerning first=104 second=1098 amount=-2 -kerning first=242 second=354 amount=-3 -kerning first=8244 second=1089 amount=-4 -kerning first=1274 second=194 amount=-6 -kerning first=356 second=361 amount=-5 -kerning first=343 second=356 amount=-4 -kerning first=372 second=111 amount=-3 -kerning first=1196 second=1087 amount=-4 -kerning first=1128 second=374 amount=-5 -kerning first=1263 second=1059 amount=-2 -kerning first=221 second=8373 amount=-2 -kerning first=1126 second=1194 amount=-2 -kerning first=1188 second=1173 amount=-4 -kerning first=1110 second=95 amount=3 -kerning first=1081 second=1185 amount=-2 -kerning first=84 second=1226 amount=-4 -kerning first=228 second=1265 amount=-1 -kerning first=1269 second=1090 amount=-2 -kerning first=118 second=1235 amount=-1 -kerning first=70 second=121 amount=-2 -kerning first=961 second=170 amount=-2 -kerning first=1113 second=957 amount=-2 -kerning first=1141 second=8221 amount=2 -kerning first=293 second=375 amount=-1 -kerning first=310 second=283 amount=-3 -kerning first=374 second=60 amount=-7 -kerning first=981 second=1175 amount=-1 -kerning first=195 second=8249 amount=-2 -kerning first=1207 second=70 amount=1 -kerning first=957 second=1233 amount=-1 -kerning first=284 second=309 amount=2 -kerning first=973 second=1204 amount=-3 -kerning first=375 second=1195 amount=-1 -kerning first=256 second=966 amount=-1 -kerning first=1274 second=234 amount=-5 -kerning first=1239 second=356 amount=-3 -kerning first=1270 second=363 amount=-5 -kerning first=1140 second=240 amount=-3 -kerning first=301 second=69 amount=3 -kerning first=379 second=1258 amount=-2 -kerning first=8249 second=260 amount=-2 -kerning first=1163 second=295 amount=1 -kerning first=1274 second=1243 amount=-5 -kerning first=95 second=114 amount=3 -kerning first=242 second=913 amount=-2 -kerning first=910 second=192 amount=-5 -kerning first=317 second=374 amount=-3 -kerning first=315 second=1194 amount=-2 -kerning first=197 second=81 amount=-2 -kerning first=1181 second=279 amount=-1 -kerning first=1059 second=212 amount=-2 -kerning first=343 second=902 amount=-3 -kerning first=1066 second=1046 amount=-2 -kerning first=1263 second=291 amount=-1 -kerning first=927 second=92 amount=-2 -kerning first=1258 second=354 amount=-2 -kerning first=221 second=249 amount=-3 -kerning first=939 second=286 amount=-2 -kerning first=1143 second=287 amount=-1 -kerning first=1220 second=121 amount=-1 -kerning first=1274 second=1085 amount=-4 -kerning first=1060 second=1276 amount=-1 -kerning first=288 second=196 amount=-1 -kerning first=1232 second=111 amount=-1 -kerning first=8217 second=1108 amount=-4 -kerning first=301 second=1111 amount=3 -kerning first=924 second=95 amount=2 -kerning first=195 second=1035 amount=-6 -kerning first=260 second=221 amount=-5 -kerning first=1194 second=301 amount=2 -kerning first=1101 second=372 amount=-3 -kerning first=121 second=277 amount=-1 -kerning first=333 second=86 amount=-3 -kerning first=910 second=232 amount=-6 -kerning first=8244 second=1145 amount=-4 -kerning first=107 second=244 amount=-1 -kerning first=1082 second=171 amount=-3 -kerning first=1222 second=1210 amount=1 -kerning first=1199 second=1257 amount=-1 -kerning first=286 second=376 amount=-2 -kerning first=1270 second=229 amount=-5 -kerning first=1128 second=1111 amount=3 -kerning first=922 second=286 amount=-2 -kerning first=8217 second=1032 amount=-8 -kerning first=222 second=8218 amount=-8 -kerning first=8360 second=1035 amount=-5 -kerning first=354 second=194 amount=-6 -kerning first=1273 second=372 amount=-3 -kerning first=1203 second=932 amount=-3 -kerning first=345 second=335 amount=-1 -kerning first=1232 second=8216 amount=-8 -kerning first=170 second=245 amount=-2 -kerning first=1200 second=183 amount=-4 -kerning first=1244 second=289 amount=-2 -kerning first=90 second=210 amount=-2 -kerning first=356 second=290 amount=-2 -kerning first=1050 second=336 amount=-2 -kerning first=215 second=376 amount=-3 -kerning first=1033 second=372 amount=-3 -kerning first=8224 second=271 amount=-2 -kerning first=240 second=1118 amount=-1 -kerning first=1258 second=913 amount=-2 -kerning first=221 second=257 amount=-5 -kerning first=1223 second=299 amount=5 -kerning first=910 second=1084 amount=-3 -kerning first=1139 second=1234 amount=-2 -kerning first=1207 second=1198 amount=-1 -kerning first=253 second=981 amount=-1 -kerning first=81 second=1026 amount=-2 -kerning first=221 second=1153 amount=-6 -kerning first=354 second=234 amount=-5 -kerning first=965 second=374 amount=-4 -kerning first=1213 second=1267 amount=-1 -kerning first=358 second=1093 amount=-3 -kerning first=86 second=239 amount=5 -kerning first=245 second=87 amount=-3 -kerning first=378 second=1108 amount=-1 -kerning first=337 second=93 amount=-1 -kerning first=1222 second=1106 amount=1 -kerning first=1230 second=376 amount=-1 -kerning first=1215 second=967 amount=-1 -kerning first=354 second=1243 amount=-5 -kerning first=1092 second=92 amount=-3 -kerning first=1113 second=354 amount=-7 -kerning first=92 second=286 amount=-2 -kerning first=1117 second=1058 amount=-3 -kerning first=1128 second=332 amount=-2 -kerning first=1197 second=283 amount=-2 -kerning first=1116 second=1196 amount=-4 -kerning first=126 second=1059 amount=-4 -kerning first=220 second=46 amount=-2 -kerning first=95 second=1017 amount=-3 -kerning first=230 second=967 amount=-1 -kerning first=967 second=1011 amount=3 -kerning first=102 second=940 amount=-1 -kerning first=359 second=221 amount=-1 -kerning first=915 second=1020 amount=-4 -kerning first=1036 second=337 amount=-3 -kerning first=34 second=52 amount=-4 -kerning first=354 second=1085 amount=-4 -kerning first=1167 second=932 amount=-3 -kerning first=42 second=913 amount=-5 -kerning first=1096 second=1249 amount=-2 -kerning first=380 second=84 amount=-2 -kerning first=313 second=1040 amount=2 -kerning first=376 second=8249 amount=-6 -kerning first=268 second=1111 amount=2 -kerning first=1171 second=171 amount=-3 -kerning first=196 second=290 amount=-2 -kerning first=256 second=1060 amount=-2 -kerning first=38 second=39 amount=-2 -kerning first=1077 second=372 amount=-3 -kerning first=1187 second=1016 amount=1 -kerning first=286 second=307 amount=2 -kerning first=1164 second=253 amount=-1 -kerning first=957 second=1058 amount=-2 -kerning first=372 second=1209 amount=-3 -kerning first=939 second=920 amount=-2 -kerning first=357 second=1231 amount=1 -kerning first=1027 second=1191 amount=-4 -kerning first=181 second=172 amount=-2 -kerning first=314 second=296 amount=1 -kerning first=1224 second=1059 amount=-5 -kerning first=1203 second=285 amount=-1 -kerning first=227 second=910 amount=-5 -kerning first=95 second=303 amount=2 -kerning first=1088 second=1198 amount=-6 -kerning first=1115 second=1058 amount=-3 -kerning first=317 second=332 amount=-2 -kerning first=337 second=1265 amount=-1 -kerning first=381 second=1054 amount=-2 -kerning first=65 second=234 amount=-1 -kerning first=1230 second=200 amount=1 -kerning first=972 second=1244 amount=-2 -kerning first=255 second=192 amount=-4 -kerning first=109 second=374 amount=-5 -kerning first=169 second=86 amount=-2 -kerning first=8224 second=113 amount=-2 -kerning first=1254 second=87 amount=-1 -kerning first=111 second=84 amount=-3 -kerning first=8221 second=1010 amount=-4 -kerning first=1185 second=233 amount=-1 -kerning first=65 second=1243 amount=-1 -kerning first=932 second=58 amount=-2 -kerning first=43 second=1204 amount=-4 -kerning first=1181 second=1195 amount=-1 -kerning first=1259 second=253 amount=-1 -kerning first=961 second=120 amount=-1 -kerning first=1205 second=1026 amount=-2 -kerning first=165 second=305 amount=2 -kerning first=1202 second=8353 amount=-1 -kerning first=374 second=361 amount=-3 -kerning first=1184 second=966 amount=-3 -kerning first=922 second=920 amount=-2 -kerning first=357 second=45 amount=-1 -kerning first=251 second=356 amount=-3 -kerning first=260 second=212 amount=-2 -kerning first=218 second=47 amount=-4 -kerning first=1185 second=1241 amount=-1 -kerning first=1203 second=162 amount=-1 -kerning first=376 second=1035 amount=3 -kerning first=98 second=125 amount=-1 -kerning first=68 second=8230 amount=-3 -kerning first=1116 second=271 amount=-1 -kerning first=226 second=49 amount=-3 -kerning first=902 second=100 amount=-1 -kerning first=1102 second=86 amount=-3 -kerning first=255 second=232 amount=-1 -kerning first=1140 second=230 amount=-3 -kerning first=1217 second=1256 amount=-1 -kerning first=939 second=8363 amount=-6 -kerning first=357 second=80 amount=1 -kerning first=920 second=1140 amount=-2 -kerning first=972 second=193 amount=-2 -kerning first=1275 second=261 amount=-2 -kerning first=55 second=46 amount=-8 -kerning first=283 second=92 amount=-3 -kerning first=912 second=43 amount=-2 -kerning first=345 second=1104 amount=-1 -kerning first=288 second=89 amount=-2 -kerning first=1225 second=921 amount=1 -kerning first=293 second=1066 amount=-3 -kerning first=76 second=71 amount=-2 -kerning first=1058 second=1075 amount=-4 -kerning first=379 second=172 amount=-2 -kerning first=356 second=196 amount=-6 -kerning first=1187 second=915 amount=1 -kerning first=1170 second=245 amount=-5 -kerning first=913 second=940 amount=-1 -kerning first=42 second=308 amount=-6 -kerning first=1198 second=284 amount=-2 -kerning first=1126 second=1138 amount=-2 -kerning first=380 second=1239 amount=-1 -kerning first=377 second=214 amount=-2 -kerning first=247 second=89 amount=-4 -kerning first=1180 second=211 amount=-2 -kerning first=257 second=375 amount=-1 -kerning first=79 second=1061 amount=-1 -kerning first=1059 second=44 amount=-3 -kerning first=1034 second=86 amount=-3 -kerning first=1093 second=183 amount=-1 -kerning first=92 second=920 amount=-2 -kerning first=923 second=255 amount=-4 -kerning first=116 second=201 amount=1 -kerning first=382 second=244 amount=-1 -kerning first=922 second=8363 amount=-3 -kerning first=335 second=1140 amount=-3 -kerning first=1111 second=301 amount=3 -kerning first=194 second=336 amount=-2 -kerning first=913 second=264 amount=-2 -kerning first=71 second=65 amount=-1 -kerning first=1209 second=358 amount=-3 -kerning first=86 second=1072 amount=-3 -kerning first=356 second=235 amount=-5 -kerning first=275 second=1059 amount=-6 -kerning first=1099 second=87 amount=2 -kerning first=120 second=275 amount=-1 -kerning first=253 second=1040 amount=-4 -kerning first=927 second=95 amount=-3 -kerning first=1234 second=1058 amount=-6 -kerning first=1188 second=1265 amount=-4 -kerning first=1057 second=301 amount=2 -kerning first=313 second=355 amount=-1 -kerning first=8221 second=339 amount=-4 -kerning first=947 second=916 amount=-4 -kerning first=258 second=932 amount=-6 -kerning first=1085 second=89 amount=-5 -kerning first=1180 second=119 amount=-4 -kerning first=1088 second=1175 amount=-1 -kerning first=1230 second=1124 amount=1 -kerning first=1036 second=1105 amount=-3 -kerning first=315 second=1138 amount=-2 -kerning first=8222 second=1263 amount=-3 -kerning first=1179 second=981 amount=-1 -kerning first=373 second=256 amount=-4 -kerning first=1257 second=923 amount=-2 -kerning first=341 second=1089 amount=-1 -kerning first=182 second=298 amount=1 -kerning first=221 second=194 amount=-5 -kerning first=1126 second=287 amount=-1 -kerning first=76 second=45 amount=-4 -kerning first=1169 second=283 amount=-2 -kerning first=256 second=359 amount=-2 -kerning first=1274 second=334 amount=-2 -kerning first=932 second=285 amount=-5 -kerning first=1116 second=113 amount=-1 -kerning first=1270 second=279 amount=-5 -kerning first=92 second=8363 amount=-1 -kerning first=374 second=290 amount=-2 -kerning first=1111 second=1250 amount=3 -kerning first=1163 second=82 amount=1 -kerning first=1255 second=119 amount=-1 -kerning first=208 second=1026 amount=-2 -kerning first=1030 second=299 amount=5 -kerning first=1104 second=86 amount=-3 -kerning first=321 second=1141 amount=-4 -kerning first=1018 second=301 amount=5 -kerning first=65 second=376 amount=-5 -kerning first=101 second=1204 amount=-3 -kerning first=1199 second=1108 amount=-1 -kerning first=1226 second=1219 amount=1 -kerning first=373 second=281 amount=-1 -kerning first=113 second=358 amount=-3 -kerning first=221 second=234 amount=-6 -kerning first=1188 second=267 amount=-5 -kerning first=8370 second=1112 amount=2 -kerning first=1043 second=97 amount=-5 -kerning first=222 second=379 amount=-3 -kerning first=299 second=1178 amount=3 -kerning first=8373 second=1244 amount=-1 -kerning first=55 second=103 amount=-3 -kerning first=196 second=235 amount=-1 -kerning first=171 second=192 amount=-2 -kerning first=117 second=1196 amount=-3 -kerning first=1274 second=373 amount=-4 -kerning first=1201 second=8244 amount=2 -kerning first=932 second=162 amount=-5 -kerning first=1100 second=84 amount=-7 -kerning first=102 second=1237 amount=-1 -kerning first=1270 second=1224 amount=-4 -kerning first=1184 second=1060 amount=-2 -kerning first=221 second=1243 amount=-6 -kerning first=1199 second=1032 amount=-4 -kerning first=1143 second=358 amount=-2 -kerning first=85 second=44 amount=-2 -kerning first=1274 second=1273 amount=-4 -kerning first=91 second=1092 amount=-1 -kerning first=1117 second=939 amount=-5 -kerning first=1200 second=1253 amount=-3 -kerning first=910 second=212 amount=-2 -kerning first=1195 second=1197 amount=-1 -kerning first=1061 second=100 amount=-2 -kerning first=8244 second=1233 amount=-4 -kerning first=1243 second=1236 amount=-2 -kerning first=356 second=343 amount=-4 -kerning first=1201 second=84 amount=-2 -kerning first=255 second=221 amount=-2 -kerning first=1066 second=125 amount=-1 -kerning first=973 second=1200 amount=-4 -kerning first=221 second=1085 amount=-3 -kerning first=330 second=239 amount=5 -kerning first=193 second=1059 amount=-5 -kerning first=258 second=285 amount=-1 -kerning first=1210 second=84 amount=-3 -kerning first=345 second=381 amount=-2 -kerning first=358 second=1234 amount=-6 -kerning first=1020 second=1185 amount=-2 -kerning first=1225 second=914 amount=1 -kerning first=1058 second=940 amount=-5 -kerning first=915 second=1098 amount=-3 -kerning first=321 second=116 amount=-1 -kerning first=301 second=1050 amount=3 -kerning first=232 second=89 amount=-6 -kerning first=216 second=198 amount=-2 -kerning first=957 second=939 amount=-2 -kerning first=341 second=1145 amount=-1 -kerning first=1118 second=172 amount=-3 -kerning first=1054 second=8222 amount=-3 -kerning first=242 second=1263 amount=-1 -kerning first=916 second=8216 amount=-9 -kerning first=356 second=169 amount=-2 -kerning first=212 second=256 amount=-2 -kerning first=1222 second=173 amount=-1 -kerning first=1051 second=95 amount=2 -kerning first=902 second=1026 amount=-6 -kerning first=343 second=1265 amount=1 -kerning first=1115 second=939 amount=-5 -kerning first=1058 second=264 amount=-2 -kerning first=354 second=334 amount=-2 -kerning first=972 second=374 amount=-6 -kerning first=258 second=162 amount=-1 -kerning first=261 second=255 amount=-1 -kerning first=1103 second=1140 amount=-3 -kerning first=376 second=228 amount=-5 -kerning first=244 second=1098 amount=-2 -kerning first=933 second=58 amount=-4 -kerning first=918 second=264 amount=-2 -kerning first=197 second=211 amount=-2 -kerning first=211 second=933 amount=-2 -kerning first=902 second=67 amount=-2 -kerning first=1170 second=1097 amount=-4 -kerning first=1094 second=223 amount=1 -kerning first=119 second=1066 amount=-3 -kerning first=86 second=1057 amount=-2 -kerning first=1027 second=927 amount=-2 -kerning first=333 second=8216 amount=-4 -kerning first=193 second=291 amount=-1 -kerning first=1145 second=95 amount=-1 -kerning first=1237 second=221 amount=-6 -kerning first=1239 second=1265 amount=-1 -kerning first=102 second=246 amount=-1 -kerning first=1235 second=1143 amount=-1 -kerning first=199 second=1276 amount=-1 -kerning first=933 second=932 amount=3 -kerning first=51 second=44 amount=-1 -kerning first=354 second=373 amount=-4 -kerning first=1175 second=183 amount=-1 -kerning first=71 second=935 amount=-1 -kerning first=1242 second=196 amount=-2 -kerning first=1278 second=288 amount=-1 -kerning first=1069 second=1140 amount=-2 -kerning first=87 second=972 amount=-3 -kerning first=1106 second=1090 amount=-2 -kerning first=297 second=92 amount=5 -kerning first=925 second=206 amount=1 -kerning first=197 second=119 amount=-4 -kerning first=1201 second=1239 amount=-1 -kerning first=1222 second=222 amount=1 -kerning first=354 second=1273 amount=-4 -kerning first=902 second=297 amount=3 -kerning first=343 second=267 amount=-1 -kerning first=1016 second=1203 amount=-1 -kerning first=1196 second=59 amount=-2 -kerning first=374 second=196 amount=-5 -kerning first=1198 second=1181 amount=-3 -kerning first=1128 second=103 amount=-1 -kerning first=1263 second=1076 amount=-3 -kerning first=1027 second=1267 amount=-4 -kerning first=1111 second=1223 amount=3 -kerning first=1275 second=275 amount=-2 -kerning first=196 second=169 amount=-2 -kerning first=336 second=1035 amount=-2 -kerning first=375 second=287 amount=-1 -kerning first=1271 second=233 amount=-2 -kerning first=1270 second=1195 amount=-5 -kerning first=1244 second=271 amount=-2 -kerning first=81 second=1061 amount=-1 -kerning first=65 second=334 amount=-2 -kerning first=97 second=1267 amount=-1 -kerning first=1168 second=289 amount=-5 -kerning first=339 second=118 amount=-1 -kerning first=1083 second=174 amount=-1 -kerning first=1207 second=1252 amount=1 -kerning first=1234 second=182 amount=-1 -kerning first=1271 second=1241 amount=-2 -kerning first=110 second=1199 amount=-1 -kerning first=299 second=1045 amount=3 -kerning first=55 second=259 amount=-3 -kerning first=196 second=89 amount=-5 -kerning first=369 second=1026 amount=-3 -kerning first=1116 second=52 amount=-3 -kerning first=1241 second=1278 amount=-2 -kerning first=257 second=1066 amount=-3 -kerning first=339 second=1201 amount=-1 -kerning first=1020 second=1276 amount=-2 -kerning first=1200 second=338 amount=-2 -kerning first=1141 second=99 amount=-1 -kerning first=1140 second=1095 amount=-3 -kerning first=1193 second=1197 amount=-1 -kerning first=374 second=235 amount=-6 -kerning first=8217 second=1255 amount=-4 -kerning first=313 second=1198 amount=-3 -kerning first=365 second=8220 amount=-3 -kerning first=112 second=1078 amount=-1 -kerning first=1234 second=939 amount=-5 -kerning first=72 second=938 amount=1 -kerning first=1267 second=97 amount=-1 -kerning first=381 second=299 amount=5 -kerning first=1037 second=300 amount=1 -kerning first=65 second=373 amount=-4 -kerning first=256 second=1254 amount=-2 -kerning first=1201 second=74 amount=-4 -kerning first=281 second=118 amount=-1 -kerning first=1059 second=225 amount=-5 -kerning first=114 second=244 amount=-1 -kerning first=1105 second=1140 amount=-3 -kerning first=1040 second=972 amount=-1 -kerning first=1217 second=1017 amount=-1 -kerning first=939 second=216 amount=-2 -kerning first=357 second=270 amount=1 -kerning first=1027 second=269 amount=-5 -kerning first=302 second=1031 amount=1 -kerning first=171 second=221 amount=-4 -kerning first=1274 second=8230 amount=-2 -kerning first=256 second=1144 amount=-2 -kerning first=281 second=1201 amount=-1 -kerning first=1276 second=288 amount=-1 -kerning first=1186 second=8216 amount=-3 -kerning first=933 second=285 amount=-6 -kerning first=8217 second=126 amount=-3 -kerning first=913 second=246 amount=-1 -kerning first=1117 second=967 amount=-1 -kerning first=110 second=957 amount=-1 -kerning first=76 second=8224 amount=-6 -kerning first=1230 second=1180 amount=1 -kerning first=114 second=8222 amount=-5 -kerning first=1113 second=1263 amount=-2 -kerning first=169 second=8216 amount=-2 -kerning first=963 second=47 amount=-2 -kerning first=1202 second=233 amount=-2 -kerning first=173 second=1198 amount=-4 -kerning first=922 second=216 amount=-2 -kerning first=270 second=354 amount=-2 -kerning first=183 second=195 amount=-2 -kerning first=1074 second=1035 amount=-5 -kerning first=1163 second=221 amount=-1 -kerning first=332 second=194 amount=-2 -kerning first=43 second=1200 amount=-4 -kerning first=91 second=1112 amount=1 -kerning first=1244 second=113 amount=-2 -kerning first=378 second=1255 amount=-1 -kerning first=1178 second=285 amount=-3 -kerning first=1061 second=67 amount=-1 -kerning first=1202 second=1241 amount=-2 -kerning first=933 second=162 amount=-6 -kerning first=192 second=1258 amount=-2 -kerning first=356 second=210 amount=-2 -kerning first=1082 second=8363 amount=-1 -kerning first=1222 second=1030 amount=1 -kerning first=260 second=1213 amount=-2 -kerning first=1016 second=910 amount=-6 -kerning first=913 second=8217 amount=-7 -kerning first=8224 second=248 amount=-2 -kerning first=1101 second=1098 amount=-2 -kerning first=1196 second=291 amount=-5 -kerning first=1109 second=89 amount=-5 -kerning first=1043 second=1089 amount=-5 -kerning first=8221 second=1072 amount=-4 -kerning first=910 second=44 amount=-3 -kerning first=8230 second=1066 amount=-2 -kerning first=106 second=297 amount=3 -kerning first=84 second=289 amount=-5 -kerning first=179 second=964 amount=2 -kerning first=1189 second=172 amount=-1 -kerning first=1102 second=8216 amount=-4 -kerning first=253 second=47 amount=-4 -kerning first=1115 second=967 amount=-1 -kerning first=89 second=1204 amount=3 -kerning first=374 second=343 amount=-3 -kerning first=1058 second=1237 amount=-5 -kerning first=1241 second=260 amount=-2 -kerning first=920 second=1058 amount=-2 -kerning first=299 second=358 amount=6 -kerning first=1273 second=1098 amount=-2 -kerning first=121 second=932 amount=-2 -kerning first=1126 second=1012 amount=-2 -kerning first=945 second=60 amount=-3 -kerning first=262 second=88 amount=-1 -kerning first=1053 second=207 amount=1 -kerning first=1178 second=162 amount=-3 -kerning first=177 second=1199 amount=-3 -kerning first=1033 second=1098 amount=-2 -kerning first=92 second=216 amount=-2 -kerning first=89 second=1232 amount=-5 -kerning first=111 second=1118 amount=-1 -kerning first=1126 second=358 amount=-6 -kerning first=270 second=913 amount=-2 -kerning first=1027 second=1086 amount=-5 -kerning first=1090 second=356 amount=-3 -kerning first=364 second=8222 amount=-5 -kerning first=1034 second=8216 amount=-4 -kerning first=45 second=88 amount=-4 -kerning first=1270 second=1194 amount=-2 -kerning first=1200 second=1163 amount=-3 -kerning first=1225 second=72 amount=1 -kerning first=253 second=1198 amount=-2 -kerning first=310 second=291 amount=-3 -kerning first=374 second=169 amount=-2 -kerning first=116 second=1219 amount=1 -kerning first=1058 second=961 amount=-4 -kerning first=1036 second=1091 amount=-3 -kerning first=335 second=1058 amount=-3 -kerning first=195 second=94 amount=-5 -kerning first=354 second=8230 amount=-2 -kerning first=1046 second=214 amount=-1 -kerning first=1207 second=1186 amount=1 -kerning first=1242 second=89 amount=-2 -kerning first=1278 second=101 amount=-2 -kerning first=221 second=334 amount=-2 -kerning first=380 second=263 amount=-1 -kerning first=8244 second=1094 amount=-1 -kerning first=196 second=210 amount=-2 -kerning first=225 second=1091 amount=-1 -kerning first=1091 second=354 amount=-2 -kerning first=1257 second=1217 amount=-2 -kerning first=1125 second=1058 amount=-5 -kerning first=315 second=1012 amount=-2 -kerning first=78 second=297 amount=5 -kerning first=1228 second=932 amount=-3 -kerning first=288 second=1046 amount=-1 -kerning first=1026 second=1277 amount=-1 -kerning first=8373 second=1111 amount=2 -kerning first=1171 second=8363 amount=-2 -kerning first=315 second=358 amount=-6 -kerning first=1241 second=1090 amount=-2 -kerning first=367 second=8217 amount=1 -kerning first=1181 second=287 amount=-1 -kerning first=177 second=957 amount=-3 -kerning first=176 second=198 amount=-5 -kerning first=1263 second=299 amount=3 -kerning first=173 second=1175 amount=-1 -kerning first=295 second=374 amount=-5 -kerning first=186 second=38 amount=-3 -kerning first=1213 second=1279 amount=-1 -kerning first=1188 second=369 amount=-5 -kerning first=1043 second=1145 amount=-5 -kerning first=179 second=8222 amount=-9 -kerning first=1274 second=1141 amount=-4 -kerning first=356 second=1259 amount=-5 -kerning first=247 second=1046 amount=-4 -kerning first=1077 second=1098 amount=-1 -kerning first=110 second=354 amount=-3 -kerning first=1279 second=173 amount=-1 -kerning first=1244 second=268 amount=-1 -kerning first=1058 second=246 amount=-5 -kerning first=1036 second=231 amount=-3 -kerning first=221 second=1273 amount=-3 -kerning first=69 second=297 amount=5 -kerning first=1111 second=1099 amount=6 -kerning first=187 second=1276 amount=-3 -kerning first=339 second=356 amount=-3 -kerning first=208 second=1061 amount=-1 -kerning first=1257 second=192 amount=-2 -kerning first=121 second=285 amount=-1 -kerning first=1234 second=967 amount=-4 -kerning first=122 second=269 amount=-1 -kerning first=8370 second=1040 amount=-1 -kerning first=376 second=1179 amount=-3 -kerning first=903 second=916 amount=-5 -kerning first=1116 second=248 amount=-1 -kerning first=101 second=1200 amount=-6 -kerning first=1215 second=92 amount=-3 -kerning first=1207 second=8221 amount=2 -kerning first=1141 second=198 amount=-4 -kerning first=1091 second=913 amount=-4 -kerning first=109 second=1249 amount=-2 -kerning first=284 second=1196 amount=-2 -kerning first=1184 second=1254 amount=-2 -kerning first=966 second=41 amount=-1 -kerning first=1107 second=45 amount=-1 -kerning first=228 second=1090 amount=-2 -kerning first=230 second=92 amount=-3 -kerning first=358 second=1258 amount=-2 -kerning first=1232 second=8250 amount=-2 -kerning first=1276 second=101 amount=-2 -kerning first=919 second=206 amount=1 -kerning first=359 second=223 amount=1 -kerning first=1184 second=1144 amount=-2 -kerning first=267 second=1066 amount=-5 -kerning first=281 second=356 amount=-3 -kerning first=334 second=196 amount=-2 -kerning first=1170 second=375 amount=-4 -kerning first=1198 second=213 amount=-2 -kerning first=121 second=162 amount=-1 -kerning first=1225 second=1058 amount=-2 -kerning first=55 second=273 amount=-3 -kerning first=8244 second=182 amount=-1 -kerning first=337 second=1278 amount=-2 -kerning first=193 second=1054 amount=-2 -kerning first=932 second=1075 amount=-4 -kerning first=126 second=372 amount=-3 -kerning first=216 second=1244 amount=-1 -kerning first=1050 second=1242 amount=-2 -kerning first=255 second=44 amount=-2 -kerning first=1140 second=38 amount=-3 -kerning first=176 second=8353 amount=-1 -kerning first=196 second=1259 amount=-1 -kerning first=332 second=376 amount=-2 -kerning first=233 second=1199 amount=-1 -kerning first=1203 second=940 amount=-1 -kerning first=91 second=981 amount=-1 -kerning first=240 second=256 amount=-2 -kerning first=345 second=43 amount=-2 -kerning first=87 second=224 amount=-3 -kerning first=1118 second=333 amount=-1 -kerning first=1267 second=1089 amount=-1 -kerning first=328 second=1026 amount=-3 -kerning first=8250 second=932 amount=-8 -kerning first=1241 second=170 amount=-2 -kerning first=1059 second=100 amount=-6 -kerning first=1084 second=1196 amount=-3 -kerning first=1016 second=1093 amount=-1 -kerning first=75 second=1258 amount=-2 -kerning first=324 second=8220 amount=-3 -kerning first=935 second=173 amount=-4 -kerning first=966 second=1091 amount=-1 -kerning first=357 second=919 amount=1 -kerning first=1197 second=291 amount=-2 -kerning first=1224 second=372 amount=-3 -kerning first=1100 second=1118 amount=-2 -kerning first=1026 second=933 amount=-6 -kerning first=294 second=300 amount=1 -kerning first=1265 second=945 amount=-1 -kerning first=216 second=193 amount=-2 -kerning first=354 second=1141 amount=-4 -kerning first=1199 second=1255 amount=-1 -kerning first=290 second=354 amount=-2 -kerning first=1103 second=1058 amount=-3 -kerning first=375 second=358 amount=-2 -kerning first=1118 second=8218 amount=-5 -kerning first=122 second=1086 amount=-1 -kerning first=8244 second=941 amount=-4 -kerning first=1080 second=932 amount=-3 -kerning first=8250 second=1051 amount=-2 -kerning first=1145 second=335 amount=-1 -kerning first=1097 second=126 amount=-1 -kerning first=1091 second=308 amount=-4 -kerning first=374 second=210 amount=-2 -kerning first=1217 second=244 amount=-2 -kerning first=195 second=214 amount=-2 -kerning first=233 second=957 amount=-1 -kerning first=1210 second=1118 amount=-1 -kerning first=971 second=8244 amount=1 -kerning first=293 second=174 amount=-1 -kerning first=114 second=377 amount=-2 -kerning first=1193 second=253 amount=-1 -kerning first=1069 second=1058 amount=-2 -kerning first=1188 second=326 amount=-4 -kerning first=920 second=939 amount=-2 -kerning first=1185 second=103 amount=-1 -kerning first=1119 second=1267 amount=-1 -kerning first=345 second=1236 amount=-3 -kerning first=971 second=84 amount=-3 -kerning first=908 second=8220 amount=-2 -kerning first=929 second=923 amount=-5 -kerning first=337 second=260 amount=-2 -kerning first=915 second=972 amount=-5 -kerning first=1187 second=354 amount=-2 -kerning first=119 second=65 amount=-4 -kerning first=290 second=913 amount=-1 -kerning first=358 second=1080 amount=-4 -kerning first=1267 second=1145 amount=-1 -kerning first=910 second=225 amount=-5 -kerning first=1058 second=1197 amount=-3 -kerning first=65 second=1141 amount=-4 -kerning first=256 second=301 amount=3 -kerning first=1201 second=263 amount=-1 -kerning first=195 second=1199 amount=-4 -kerning first=211 second=1204 amount=-2 -kerning first=1059 second=112 amount=-3 -kerning first=341 second=1058 amount=-4 -kerning first=1202 second=332 amount=-1 -kerning first=1128 second=273 amount=-1 -kerning first=87 second=1117 amount=-2 -kerning first=221 second=8230 amount=-3 -kerning first=335 second=939 amount=-6 -kerning first=1027 second=371 amount=-5 -kerning first=177 second=913 amount=-3 -kerning first=1220 second=8224 amount=-2 -kerning first=235 second=1196 amount=-3 -kerning first=297 second=925 amount=3 -kerning first=1058 second=1096 amount=-4 -kerning first=275 second=372 amount=-3 -kerning first=1168 second=271 amount=-5 -kerning first=211 second=1232 amount=-2 -kerning first=1187 second=1041 amount=1 -kerning first=119 second=101 amount=-1 -kerning first=1257 second=221 amount=-6 -kerning first=1196 second=1054 amount=-2 -kerning first=1125 second=939 amount=-4 -kerning first=1234 second=183 amount=-2 -kerning first=249 second=8216 amount=-3 -kerning first=1220 second=88 amount=-2 -kerning first=932 second=940 amount=-5 -kerning first=1277 second=242 amount=-1 -kerning first=1164 second=1185 amount=-2 -kerning first=1105 second=1058 amount=-3 -kerning first=1205 second=311 amount=1 -kerning first=1270 second=1138 amount=-2 -kerning first=291 second=1035 amount=-3 -kerning first=321 second=199 amount=-2 -kerning first=939 second=1191 amount=-3 -kerning first=87 second=81 amount=-2 -kerning first=1126 second=266 amount=-2 -kerning first=1118 second=1077 amount=-1 -kerning first=1166 second=260 amount=-5 -kerning first=374 second=1259 amount=-6 -kerning first=337 second=1090 amount=-2 -kerning first=58 second=1204 amount=-2 -kerning first=65 second=116 amount=-2 -kerning first=932 second=264 amount=-2 -kerning first=195 second=957 amount=-4 -kerning first=194 second=1242 amount=-2 -kerning first=334 second=89 amount=-2 -kerning first=1170 second=187 amount=-3 -kerning first=1094 second=1026 amount=-2 -kerning first=1207 second=347 amount=-1 -kerning first=254 second=194 amount=-2 -kerning first=88 second=71 amount=-1 -kerning first=1196 second=378 amount=-3 -kerning first=1027 second=227 amount=-5 -kerning first=299 second=237 amount=6 -kerning first=55 second=240 amount=-3 -kerning first=1081 second=1267 amount=-1 -kerning first=1143 second=245 amount=-1 -kerning first=43 second=55 amount=-2 -kerning first=1259 second=1185 amount=-2 -kerning first=961 second=1078 amount=-1 -kerning first=310 second=1054 amount=-2 -kerning first=260 second=100 amount=-1 -kerning first=972 second=1249 amount=-2 -kerning first=358 second=172 amount=-4 -kerning first=1188 second=260 amount=-6 -kerning first=1118 second=1113 amount=-3 -kerning first=239 second=310 amount=3 -kerning first=1089 second=376 amount=-4 -kerning first=8244 second=967 amount=1 -kerning first=1110 second=302 amount=2 -kerning first=1169 second=291 amount=-2 -kerning first=233 second=354 amount=-3 -kerning first=356 second=1193 amount=-5 -kerning first=1145 second=1104 amount=-1 -kerning first=1189 second=333 amount=-2 -kerning first=1059 second=1026 amount=3 -kerning first=1270 second=287 amount=-5 -kerning first=103 second=1066 amount=-3 -kerning first=89 second=1256 amount=-2 -kerning first=315 second=266 amount=-2 -kerning first=1122 second=375 amount=-1 -kerning first=325 second=296 amount=1 -kerning first=258 second=940 amount=-1 -kerning first=1138 second=8220 amount=-2 -kerning first=87 second=195 amount=-4 -kerning first=376 second=214 amount=-2 -kerning first=1225 second=939 amount=-1 -kerning first=1244 second=248 amount=-2 -kerning first=933 second=1075 amount=-3 -kerning first=321 second=49 amount=-3 -kerning first=1241 second=120 amount=-1 -kerning first=1222 second=905 amount=1 -kerning first=1168 second=113 amount=-5 -kerning first=216 second=374 amount=-2 -kerning first=1059 second=67 amount=-2 -kerning first=1187 second=1103 amount=-1 -kerning first=1097 second=327 amount=1 -kerning first=373 second=289 amount=-1 -kerning first=1040 second=81 amount=-2 -kerning first=372 second=284 amount=-2 -kerning first=1198 second=356 amount=3 -kerning first=1043 second=1233 amount=-5 -kerning first=299 second=1048 amount=3 -kerning first=193 second=372 amount=-4 -kerning first=258 second=264 amount=-2 -kerning first=84 second=271 amount=-5 -kerning first=1274 second=122 amount=-3 -kerning first=1180 second=1089 amount=-3 -kerning first=1181 second=358 amount=-4 -kerning first=1189 second=8218 amount=-8 -kerning first=88 second=45 amount=-4 -kerning first=75 second=172 amount=-6 -kerning first=1084 second=87 amount=-3 -kerning first=314 second=1111 amount=5 -kerning first=112 second=8220 amount=-4 -kerning first=1095 second=1091 amount=-1 -kerning first=174 second=972 amount=-2 -kerning first=1271 second=46 amount=-6 -kerning first=1232 second=1143 amount=-4 -kerning first=98 second=1203 amount=-1 -kerning first=337 second=170 amount=-2 -kerning first=1253 second=1026 amount=-3 -kerning first=356 second=1109 amount=-5 -kerning first=1086 second=86 amount=-3 -kerning first=1050 second=945 amount=-3 -kerning first=1235 second=118 amount=-1 -kerning first=255 second=225 amount=-1 -kerning first=1164 second=1276 amount=-2 -kerning first=1188 second=1090 amount=-3 -kerning first=1027 second=328 amount=-4 -kerning first=8221 second=949 amount=-4 -kerning first=55 second=48 amount=-1 -kerning first=196 second=1193 amount=-1 -kerning first=107 second=1153 amount=-1 -kerning first=1103 second=939 amount=-5 -kerning first=1235 second=1201 amount=-1 -kerning first=1200 second=944 amount=-3 -kerning first=1036 second=363 amount=-2 -kerning first=46 second=374 amount=-3 -kerning first=1027 second=1279 amount=-3 -kerning first=271 second=42 amount=4 -kerning first=1050 second=262 amount=-2 -kerning first=1016 second=1234 amount=-2 -kerning first=40 second=8363 amount=-1 -kerning first=913 second=253 amount=-4 -kerning first=284 second=238 amount=2 -kerning first=1198 second=902 amount=-5 -kerning first=1056 second=43 amount=-2 -kerning first=916 second=8250 amount=-2 -kerning first=8244 second=974 amount=-4 -kerning first=277 second=86 amount=-3 -kerning first=1222 second=8244 amount=2 -kerning first=1145 second=353 amount=-1 -kerning first=1259 second=1276 amount=-2 -kerning first=1232 second=284 amount=-2 -kerning first=1278 second=1257 amount=-2 -kerning first=1128 second=240 amount=-1 -kerning first=1184 second=301 amount=5 -kerning first=335 second=967 amount=-1 -kerning first=8370 second=1198 amount=-2 -kerning first=195 second=354 amount=-6 -kerning first=63 second=195 amount=-4 -kerning first=959 second=358 amount=-3 -kerning first=1203 second=246 amount=-1 -kerning first=1069 second=939 amount=-2 -kerning first=242 second=258 amount=-2 -kerning first=326 second=1197 amount=-2 -kerning first=90 second=239 amount=5 -kerning first=1222 second=84 amount=-2 -kerning first=311 second=8249 amount=-3 -kerning first=343 second=260 amount=-3 -kerning first=176 second=193 amount=-5 -kerning first=1242 second=1046 amount=-1 -kerning first=8360 second=354 amount=-5 -kerning first=193 second=299 amount=3 -kerning first=84 second=113 amount=-5 -kerning first=1180 second=1145 amount=-3 -kerning first=257 second=174 amount=-1 -kerning first=1200 second=335 amount=-6 -kerning first=1265 second=111 amount=-1 -kerning first=923 second=8225 amount=-5 -kerning first=914 second=301 amount=2 -kerning first=1251 second=1091 amount=-1 -kerning first=1168 second=268 amount=-2 -kerning first=354 second=122 amount=-3 -kerning first=250 second=1058 amount=-3 -kerning first=87 second=345 amount=-2 -kerning first=910 second=100 amount=-6 -kerning first=235 second=87 amount=-3 -kerning first=256 second=242 amount=-1 -kerning first=214 second=1040 amount=-2 -kerning first=932 second=1237 amount=-5 -kerning first=1189 second=1077 amount=-2 -kerning first=1141 second=193 amount=-4 -kerning first=254 second=376 amount=-6 -kerning first=1198 second=1173 amount=-3 -kerning first=105 second=372 amount=2 -kerning first=313 second=8221 amount=-3 -kerning first=931 second=934 amount=-3 -kerning first=377 second=247 amount=-2 -kerning first=1090 second=267 amount=-2 -kerning first=86 second=1234 amount=-5 -kerning first=102 second=171 amount=-3 -kerning first=1271 second=103 amount=-2 -kerning first=110 second=1263 amount=-1 -kerning first=98 second=910 amount=-6 -kerning first=1056 second=1236 amount=-5 -kerning first=933 second=940 amount=-6 -kerning first=351 second=1198 amount=-5 -kerning first=260 second=1026 amount=-6 -kerning first=311 second=1035 amount=-4 -kerning first=339 second=1265 amount=-1 -kerning first=1170 second=252 amount=-5 -kerning first=332 second=8230 amount=-3 -kerning first=1105 second=939 amount=-6 -kerning first=1117 second=92 amount=-3 -kerning first=1258 second=258 amount=-2 -kerning first=1276 second=1257 amount=-2 -kerning first=55 second=230 amount=-3 -kerning first=8244 second=183 amount=-3 -kerning first=256 second=8220 amount=-8 -kerning first=932 second=961 amount=-4 -kerning first=1189 second=1113 amount=-3 -kerning first=1087 second=1140 amount=-3 -kerning first=253 second=963 amount=-1 -kerning first=1141 second=233 amount=-1 -kerning first=1091 second=265 amount=-1 -kerning first=89 second=114 amount=-3 -kerning first=933 second=264 amount=-2 -kerning first=915 second=224 amount=-5 -kerning first=194 second=86 amount=-5 -kerning first=260 second=67 amount=-2 -kerning first=1163 second=223 amount=1 -kerning first=906 second=297 amount=5 -kerning first=95 second=1069 amount=-3 -kerning first=1267 second=1233 amount=-1 -kerning first=1256 second=910 amount=-2 -kerning first=1141 second=1241 amount=-1 -kerning first=1178 second=940 amount=-3 -kerning first=192 second=333 amount=-1 -kerning first=197 second=1089 amount=-1 -kerning first=226 second=1035 amount=-3 -kerning first=281 second=1265 amount=-1 -kerning first=1168 second=52 amount=-4 -kerning first=1059 second=1235 amount=-5 -kerning first=1066 second=1203 amount=-1 -kerning first=1188 second=946 amount=-4 -kerning first=939 second=927 amount=-2 -kerning first=265 second=374 amount=-4 -kerning first=8216 second=38 amount=-4 -kerning first=377 second=1028 amount=-2 -kerning first=70 second=337 amount=-3 -kerning first=1239 second=1090 amount=-1 -kerning first=1115 second=92 amount=-3 -kerning first=1178 second=264 amount=-2 -kerning first=374 second=1193 amount=-6 -kerning first=1058 second=253 amount=-4 -kerning first=915 second=970 amount=-8 -kerning first=1018 second=206 amount=1 -kerning first=194 second=945 amount=-1 -kerning first=260 second=297 amount=3 -kerning first=1187 second=316 amount=1 -kerning first=42 second=258 amount=-5 -kerning first=935 second=79 amount=-1 -kerning first=1126 second=245 amount=-1 -kerning first=222 second=197 amount=-3 -kerning first=910 second=112 amount=-3 -kerning first=84 second=268 amount=-2 -kerning first=932 second=246 amount=-5 -kerning first=1230 second=254 amount=1 -kerning first=902 second=121 amount=-4 -kerning first=253 second=243 amount=-1 -kerning first=372 second=1181 amount=-2 -kerning first=1202 second=103 amount=-2 -kerning first=981 second=198 amount=-2 -kerning first=295 second=1249 amount=-2 -kerning first=105 second=299 amount=3 -kerning first=922 second=927 amount=-2 -kerning first=342 second=374 amount=-2 -kerning first=357 second=320 amount=1 -kerning first=1027 second=1092 amount=-5 -kerning first=1122 second=1066 amount=-3 -kerning first=194 second=262 amount=-2 -kerning first=1197 second=1076 amount=-3 -kerning first=1255 second=1140 amount=-3 -kerning first=1103 second=967 amount=-1 -kerning first=1026 second=1204 amount=-3 -kerning first=376 second=354 amount=3 -kerning first=1178 second=236 amount=2 -kerning first=337 second=120 amount=-1 -kerning first=359 second=1026 amount=-2 -kerning first=382 second=1153 amount=-1 -kerning first=1235 second=356 amount=-3 -kerning first=913 second=171 amount=-2 -kerning first=8224 second=959 amount=-2 -kerning first=1196 second=299 amount=6 -kerning first=243 second=197 amount=-2 -kerning first=1225 second=1216 amount=1 -kerning first=76 second=1171 amount=-1 -kerning first=1185 second=273 amount=-1 -kerning first=211 second=1200 amount=-2 -kerning first=1026 second=1232 amount=-2 -kerning first=1097 second=1056 amount=1 -kerning first=170 second=65 amount=-5 -kerning first=1200 second=1104 amount=-6 -kerning first=253 second=8221 amount=2 -kerning first=1091 second=1139 amount=-1 -kerning first=929 second=192 amount=-5 -kerning first=374 second=1109 amount=-4 -kerning first=1186 second=1064 amount=1 -kerning first=922 second=1267 amount=-3 -kerning first=8217 second=948 amount=-4 -kerning first=77 second=300 amount=1 -kerning first=1170 second=288 amount=-2 -kerning first=279 second=1140 amount=-3 -kerning first=177 second=1263 amount=-3 -kerning first=95 second=8373 amount=-3 -kerning first=358 second=965 amount=-4 -kerning first=1053 second=1031 amount=1 -kerning first=915 second=1117 amount=-4 -kerning first=197 second=1145 amount=-1 -kerning first=1274 second=199 amount=-2 -kerning first=107 second=234 amount=-1 -kerning first=1093 second=335 amount=-1 -kerning first=255 second=100 amount=-1 -kerning first=1270 second=1012 amount=-2 -kerning first=92 second=927 amount=-2 -kerning first=923 second=79 amount=-2 -kerning first=89 second=1017 amount=-2 -kerning first=939 second=269 amount=-6 -kerning first=1043 second=1094 amount=-4 -kerning first=8221 second=969 amount=-4 -kerning first=258 second=246 amount=-1 -kerning first=84 second=52 amount=-4 -kerning first=107 second=1243 amount=-1 -kerning first=126 second=1098 amount=-1 -kerning first=345 second=277 amount=-1 -kerning first=1271 second=259 amount=-2 -kerning first=170 second=101 amount=-2 -kerning first=1200 second=1114 amount=-3 -kerning first=376 second=913 amount=-5 -kerning first=1265 second=1209 amount=-1 -kerning first=310 second=299 amount=5 -kerning first=305 second=86 amount=2 -kerning first=237 second=41 amount=2 -kerning first=1066 second=910 amount=-6 -kerning first=341 second=967 amount=1 -kerning first=121 second=940 amount=-1 -kerning first=1234 second=92 amount=-5 -kerning first=111 second=256 amount=-2 -kerning first=380 second=281 amount=-1 -kerning first=910 second=1026 amount=3 -kerning first=353 second=358 amount=-5 -kerning first=1167 second=1197 amount=-2 -kerning first=119 second=1257 amount=-1 -kerning first=373 second=1196 amount=-3 -kerning first=1205 second=1115 amount=1 -kerning first=1141 second=374 amount=-2 -kerning first=92 second=1267 amount=-4 -kerning first=254 second=373 amount=-1 -kerning first=1184 second=242 amount=-3 -kerning first=915 second=81 amount=-2 -kerning first=922 second=269 amount=-3 -kerning first=301 second=292 amount=3 -kerning first=342 second=1111 amount=3 -kerning first=1111 second=295 amount=3 -kerning first=258 second=8217 amount=-7 -kerning first=1224 second=1098 amount=-2 -kerning first=1234 second=338 amount=-2 -kerning first=87 second=211 amount=-2 -kerning first=174 second=224 amount=-1 -kerning first=358 second=333 amount=-5 -kerning first=910 second=67 amount=-2 -kerning first=98 second=1093 amount=-1 -kerning first=192 second=1077 amount=-1 -kerning first=356 second=1010 amount=-5 -kerning first=1075 second=172 amount=-1 -kerning first=1050 second=111 amount=-3 -kerning first=1045 second=301 amount=5 -kerning first=1226 second=8216 amount=-3 -kerning first=1105 second=967 amount=-1 -kerning first=1278 second=1108 amount=-2 -kerning first=1188 second=120 amount=-3 -kerning first=1267 second=1058 amount=-2 -kerning first=1107 second=337 amount=-2 -kerning first=250 second=939 amount=-4 -kerning first=70 second=1105 amount=-3 -kerning first=1209 second=375 amount=-1 -kerning first=1020 second=1267 amount=-1 -kerning first=1200 second=353 amount=-4 -kerning first=933 second=1237 amount=-5 -kerning first=1036 second=279 amount=-3 -kerning first=1153 second=910 amount=-4 -kerning first=1179 second=963 amount=-1 -kerning first=358 second=8218 amount=-8 -kerning first=239 second=921 amount=3 -kerning first=39 second=194 amount=-5 -kerning first=376 second=1103 amount=-4 -kerning first=1225 second=183 amount=-1 -kerning first=916 second=952 amount=-3 -kerning first=1243 second=932 amount=-3 -kerning first=1078 second=356 amount=-3 -kerning first=197 second=1140 amount=-5 -kerning first=1116 second=959 amount=-1 -kerning first=161 second=1059 amount=-4 -kerning first=216 second=46 amount=-3 -kerning first=334 second=1046 amount=-1 -kerning first=1279 second=84 amount=-3 -kerning first=92 second=269 amount=-1 -kerning first=1186 second=321 amount=1 -kerning first=75 second=333 amount=-3 -kerning first=915 second=195 amount=-6 -kerning first=248 second=1035 amount=-3 -kerning first=939 second=1086 amount=-6 -kerning first=333 second=1143 amount=-1 -kerning first=354 second=199 amount=-2 -kerning first=193 second=34 amount=-5 -kerning first=932 second=1197 amount=-3 -kerning first=229 second=1196 amount=-3 -kerning first=288 second=239 amount=2 -kerning first=375 second=245 amount=-1 -kerning first=1232 second=42 amount=-5 -kerning first=376 second=308 amount=-2 -kerning first=297 second=381 amount=6 -kerning first=933 second=961 amount=-3 -kerning first=1058 second=171 amount=-8 -kerning first=903 second=902 amount=-5 -kerning first=1168 second=248 amount=-5 -kerning first=1046 second=265 amount=-2 -kerning first=373 second=271 amount=-1 -kerning first=1040 second=211 amount=-2 -kerning first=1012 second=933 amount=-2 -kerning first=122 second=1092 amount=-1 -kerning first=936 second=45 amount=-4 -kerning first=196 second=1010 amount=-1 -kerning first=90 second=1057 amount=-2 -kerning first=918 second=171 amount=-2 -kerning first=1169 second=1076 amount=-3 -kerning first=233 second=1263 amount=-1 -kerning first=1116 second=60 amount=-5 -kerning first=932 second=1096 amount=-4 -kerning first=1086 second=8216 amount=-4 -kerning first=902 second=903 amount=-5 -kerning first=1270 second=1169 amount=-4 -kerning first=1141 second=1111 amount=3 -kerning first=1140 second=173 amount=-3 -kerning first=326 second=253 amount=-1 -kerning first=244 second=195 amount=-2 -kerning first=922 second=1086 amount=-3 -kerning first=1179 second=243 amount=-1 -kerning first=1170 second=65 amount=-6 -kerning first=212 second=1196 amount=-2 -kerning first=927 second=1236 amount=-2 -kerning first=1276 second=1108 amount=-2 -kerning first=76 second=1091 amount=-4 -kerning first=301 second=1027 amount=3 -kerning first=356 second=339 amount=-5 -kerning first=1222 second=314 amount=1 -kerning first=275 second=1098 amount=-1 -kerning first=1194 second=1217 amount=-1 -kerning first=1207 second=1034 amount=1 -kerning first=1093 second=1104 amount=-1 -kerning first=957 second=95 amount=-5 -kerning first=1040 second=119 amount=-4 -kerning first=176 second=332 amount=-1 -kerning first=1196 second=1020 amount=-4 -kerning first=1188 second=966 amount=-5 -kerning first=357 second=304 amount=1 -kerning first=55 second=1095 amount=-3 -kerning first=8244 second=1253 amount=-1 -kerning first=1185 second=240 amount=-1 -kerning first=214 second=47 amount=-3 -kerning first=1068 second=197 amount=-2 -kerning first=224 second=1198 amount=-5 -kerning first=961 second=8220 amount=-4 -kerning first=1195 second=1185 amount=-1 -kerning first=933 second=246 amount=-6 -kerning first=65 second=199 amount=-2 -kerning first=1170 second=101 amount=-5 -kerning first=8221 second=1234 amount=-9 -kerning first=1059 second=1119 amount=-3 -kerning first=343 second=120 amount=1 -kerning first=255 second=1026 amount=-2 -kerning first=1270 second=1088 amount=-4 -kerning first=1279 second=1239 amount=-1 -kerning first=92 second=1086 amount=-1 -kerning first=246 second=194 amount=-2 -kerning first=382 second=234 amount=-1 -kerning first=271 second=356 amount=3 -kerning first=1175 second=335 amount=-1 -kerning first=214 second=1198 amount=-2 -kerning first=86 second=1258 amount=-2 -kerning first=358 second=1077 amount=-5 -kerning first=80 second=195 amount=-5 -kerning first=1178 second=246 amount=-3 -kerning first=382 second=1243 amount=-1 -kerning first=1201 second=256 amount=-4 -kerning first=38 second=89 amount=-5 -kerning first=1046 second=1139 amount=-2 -kerning first=1187 second=247 amount=-1 -kerning first=1207 second=293 amount=1 -kerning first=1097 second=933 amount=-1 -kerning first=373 second=113 amount=-1 -kerning first=1066 second=1093 amount=-1 -kerning first=341 second=183 amount=-2 -kerning first=372 second=213 amount=-2 -kerning first=1198 second=267 amount=-6 -kerning first=239 second=1140 amount=5 -kerning first=1107 second=1105 amount=-2 -kerning first=355 second=8360 amount=1 -kerning first=196 second=339 amount=-1 -kerning first=84 second=248 amount=-5 -kerning first=336 second=354 amount=-2 -kerning first=1145 second=43 amount=-2 -kerning first=1222 second=1120 amount=1 -kerning first=1239 second=120 amount=-1 -kerning first=114 second=1153 amount=-1 -kerning first=923 second=8244 amount=-7 -kerning first=1184 second=1099 amount=2 -kerning first=915 second=345 amount=-4 -kerning first=8217 second=968 amount=-3 -kerning first=195 second=1263 amount=-4 -kerning first=194 second=111 amount=-1 -kerning first=1199 second=933 amount=-2 -kerning first=1092 second=1236 amount=-2 -kerning first=1096 second=255 amount=-1 -kerning first=121 second=1237 amount=-1 -kerning first=239 second=914 amount=3 -kerning first=910 second=1235 amount=-5 -kerning first=355 second=325 amount=1 -kerning first=1036 second=1195 amount=-3 -kerning first=65 second=49 amount=-2 -kerning first=1201 second=281 amount=-1 -kerning first=1088 second=198 amount=-2 -kerning first=1046 second=247 amount=-4 -kerning first=120 second=945 amount=-1 -kerning first=255 second=297 amount=3 -kerning first=923 second=84 amount=-6 -kerning first=75 second=1077 amount=-3 -kerning first=34 second=196 amount=-5 -kerning first=350 second=301 amount=3 -kerning first=1269 second=8220 amount=-3 -kerning first=1087 second=1058 amount=-3 -kerning first=174 second=195 amount=-5 -kerning first=1237 second=1026 amount=-3 -kerning first=1108 second=221 amount=-4 -kerning first=1271 second=273 amount=-2 -kerning first=1054 second=194 amount=-2 -kerning first=1102 second=1143 amount=-1 -kerning first=194 second=8216 amount=-8 -kerning first=79 second=88 amount=-1 -kerning first=187 second=1267 amount=-2 -kerning first=1170 second=341 amount=-4 -kerning first=1097 second=282 amount=1 -kerning first=935 second=1239 amount=-2 -kerning first=336 second=913 amount=-2 -kerning first=1072 second=86 amount=-3 -kerning first=1232 second=213 amount=-2 -kerning first=343 second=966 amount=-1 -kerning first=1205 second=1231 amount=1 -kerning first=42 second=208 amount=2 -kerning first=89 second=244 amount=-6 -kerning first=374 second=1010 amount=-6 -kerning first=1217 second=1069 amount=-1 -kerning first=922 second=105 amount=2 -kerning first=357 second=1172 amount=1 -kerning first=361 second=910 amount=-4 -kerning first=195 second=265 amount=-1 -kerning first=913 second=286 amount=-2 -kerning first=1101 second=195 amount=-2 -kerning first=358 second=351 amount=-5 -kerning first=1034 second=1143 amount=-1 -kerning first=1267 second=939 amount=-2 -kerning first=328 second=121 amount=-1 -kerning first=981 second=1244 amount=-2 -kerning first=46 second=1249 amount=-5 -kerning first=356 second=239 amount=6 -kerning first=1181 second=245 amount=-1 -kerning first=1145 second=1236 amount=-2 -kerning first=1168 second=1100 amount=-4 -kerning first=1046 second=1028 amount=-1 -kerning first=119 second=1108 amount=-1 -kerning first=1270 second=266 amount=-2 -kerning first=908 second=923 amount=-2 -kerning first=1193 second=1185 amount=-1 -kerning first=1263 second=972 amount=-1 -kerning first=1188 second=1060 amount=-2 -kerning first=1043 second=967 amount=-4 -kerning first=357 second=66 amount=1 -kerning first=1074 second=354 amount=-5 -kerning first=1230 second=1036 amount=1 -kerning first=1209 second=1066 amount=-3 -kerning first=1232 second=118 amount=-4 -kerning first=1205 second=45 amount=-1 -kerning first=98 second=1234 amount=-2 -kerning first=89 second=8222 amount=-7 -kerning first=1058 second=117 amount=-5 -kerning first=8222 second=1059 amount=-7 -kerning first=119 second=1032 amount=-4 -kerning first=1033 second=195 amount=-2 -kerning first=1255 second=1058 amount=-3 -kerning first=71 second=305 amount=2 -kerning first=121 second=246 amount=-1 -kerning first=1278 second=908 amount=-1 -kerning first=221 second=199 amount=-2 -kerning first=1026 second=1200 amount=-6 -kerning first=1232 second=1201 amount=-4 -kerning first=1010 second=1196 amount=-5 -kerning first=229 second=87 amount=-3 -kerning first=1205 second=80 amount=1 -kerning first=923 second=1239 amount=-1 -kerning first=88 second=337 amount=-2 -kerning first=1202 second=273 amount=-2 -kerning first=1198 second=177 amount=-6 -kerning first=981 second=193 amount=-2 -kerning first=1186 second=1166 amount=1 -kerning first=939 second=371 amount=-3 -kerning first=1027 second=981 amount=-5 -kerning first=920 second=92 amount=-2 -kerning first=1111 second=82 amount=3 -kerning first=1175 second=1104 amount=-1 -kerning first=171 second=1026 amount=-3 -kerning first=1256 second=1234 amount=-2 -kerning first=245 second=196 amount=-2 -kerning first=1244 second=959 amount=-2 -kerning first=74 second=8222 amount=-5 -kerning first=933 second=1096 amount=-3 -kerning first=116 second=8216 amount=-3 -kerning first=1082 second=269 amount=-1 -kerning first=1168 second=115 amount=-5 -kerning first=1167 second=253 amount=-1 -kerning first=279 second=1058 amount=-3 -kerning first=1094 second=311 amount=1 -kerning first=213 second=358 amount=-2 -kerning first=123 second=1239 amount=-1 -kerning first=1104 second=1143 amount=-1 -kerning first=121 second=8217 amount=2 -kerning first=99 second=932 amount=-5 -kerning first=1122 second=65 amount=-2 -kerning first=196 second=239 amount=3 -kerning first=212 second=87 amount=-1 -kerning first=102 second=8363 amount=-1 -kerning first=254 second=1141 amount=-1 -kerning first=176 second=46 amount=-9 -kerning first=246 second=376 amount=-6 -kerning first=374 second=339 amount=-6 -kerning first=1217 second=8373 amount=-1 -kerning first=922 second=371 amount=-2 -kerning first=335 second=92 amount=-3 -kerning first=1057 second=1217 amount=-1 -kerning first=195 second=1139 amount=-1 -kerning first=1163 second=1026 amount=-2 -kerning first=1187 second=209 amount=1 -kerning first=113 second=1066 amount=-3 -kerning first=1025 second=297 amount=5 -kerning first=95 second=1085 amount=3 -kerning first=1244 second=60 amount=-4 -kerning first=231 second=1198 amount=-4 -kerning first=1036 second=1194 amount=-2 -kerning first=108 second=95 amount=2 -kerning first=1235 second=1265 amount=-1 -kerning first=255 second=1235 amount=-1 -kerning first=1196 second=1098 amount=-3 -kerning first=8217 second=1232 amount=-9 -kerning first=270 second=258 amount=-2 -kerning first=939 second=227 amount=-5 -kerning first=357 second=1052 amount=1 -kerning first=259 second=374 amount=-5 -kerning first=55 second=38 amount=-3 -kerning first=1143 second=1066 amount=-2 -kerning first=84 second=1100 amount=-4 -kerning first=1220 second=41 amount=-1 -kerning first=261 second=84 amount=-3 -kerning first=94 second=1234 amount=-5 -kerning first=70 second=1091 amount=-2 -kerning first=1141 second=46 amount=-2 -kerning first=1276 second=908 amount=-1 -kerning first=297 second=302 amount=3 -kerning first=1075 second=333 amount=-2 -kerning first=44 second=358 amount=-2 -kerning first=114 second=194 amount=-3 -kerning first=119 second=918 amount=-2 -kerning first=913 second=920 amount=-2 -kerning first=86 second=172 amount=-3 -kerning first=1254 second=196 amount=-2 -kerning first=1126 second=375 amount=-4 -kerning first=170 second=1257 amount=-2 -kerning first=242 second=1059 amount=-6 -kerning first=916 second=42 amount=-5 -kerning first=82 second=1198 amount=-2 -kerning first=8244 second=1163 amount=-1 -kerning first=1138 second=923 amount=-2 -kerning first=932 second=253 amount=-4 -kerning first=1222 second=215 amount=-1 -kerning first=1058 second=286 amount=-2 -kerning first=915 second=211 amount=-2 -kerning first=265 second=1249 amount=-1 -kerning first=1275 second=945 amount=-2 -kerning first=210 second=84 amount=-2 -kerning first=1271 second=240 amount=-2 -kerning first=1118 second=261 amount=-1 -kerning first=1054 second=376 amount=-2 -kerning first=376 second=265 amount=-6 -kerning first=378 second=1204 amount=-2 -kerning first=1171 second=269 amount=-2 -kerning first=918 second=286 amount=-2 -kerning first=1241 second=1078 amount=-1 -kerning first=356 second=1072 amount=-5 -kerning first=1075 second=8218 amount=-8 -kerning first=1082 second=1086 amount=-1 -kerning first=902 second=71 amount=-2 -kerning first=114 second=234 amount=-1 -kerning first=309 second=1111 amount=3 -kerning first=84 second=115 amount=-5 -kerning first=1220 second=1091 amount=-1 -kerning first=112 second=923 amount=-2 -kerning first=1252 second=95 amount=2 -kerning first=197 second=1058 amount=-6 -kerning first=1274 second=1207 amount=-5 -kerning first=70 second=231 amount=-3 -kerning first=114 second=1243 amount=-1 -kerning first=915 second=119 amount=-4 -kerning first=315 second=375 amount=-4 -kerning first=304 second=300 amount=1 -kerning first=195 second=1028 amount=-2 -kerning first=1066 second=1234 amount=-2 -kerning first=913 second=8363 amount=-1 -kerning first=8224 second=196 amount=-5 -kerning first=1203 second=171 amount=-2 -kerning first=1233 second=1140 amount=-3 -kerning first=239 second=72 amount=3 -kerning first=333 second=1202 amount=-2 -kerning first=1222 second=1190 amount=1 -kerning first=1087 second=939 amount=-5 -kerning first=1191 second=932 amount=-7 -kerning first=253 second=99 amount=-1 -kerning first=1091 second=258 amount=-4 -kerning first=88 second=1105 amount=-2 -kerning first=240 second=1196 amount=-3 -kerning first=1258 second=1059 amount=-2 -kerning first=81 second=88 amount=-1 -kerning first=939 second=328 amount=-3 -kerning first=1043 second=183 amount=-4 -kerning first=355 second=1055 amount=1 -kerning first=258 second=253 amount=-4 -kerning first=118 second=337 amount=-1 -kerning first=1200 second=43 amount=-4 -kerning first=244 second=119 amount=-1 -kerning first=1217 second=1153 amount=-2 -kerning first=1207 second=340 amount=1 -kerning first=957 second=335 amount=-1 -kerning first=372 second=902 amount=-4 -kerning first=8224 second=235 amount=-2 -kerning first=1278 second=1255 amount=-2 -kerning first=1213 second=1198 amount=-6 -kerning first=1188 second=226 amount=-5 -kerning first=122 second=981 amount=-1 -kerning first=1027 second=1040 amount=-6 -kerning first=910 second=1119 amount=-3 -kerning first=8244 second=95 amount=-3 -kerning first=1232 second=356 amount=-6 -kerning first=1141 second=103 amount=-1 -kerning first=1091 second=283 amount=-1 -kerning first=1202 second=240 amount=-2 -kerning first=89 second=349 amount=-4 -kerning first=981 second=374 amount=-6 -kerning first=8217 second=357 amount=1 -kerning first=1122 second=174 amount=-1 -kerning first=325 second=1111 amount=5 -kerning first=1098 second=376 amount=-11 -kerning first=91 second=963 amount=-1 -kerning first=87 second=97 amount=-3 -kerning first=1103 second=92 amount=-3 -kerning first=245 second=89 amount=-6 -kerning first=376 second=1139 amount=-6 -kerning first=1171 second=1086 amount=-2 -kerning first=929 second=44 amount=-3 -kerning first=179 second=194 amount=-6 -kerning first=1253 second=121 amount=-1 -kerning first=1228 second=1197 amount=-2 -kerning first=120 second=111 amount=-1 -kerning first=1198 second=369 amount=-3 -kerning first=1278 second=126 amount=-4 -kerning first=1140 second=79 amount=-2 -kerning first=1012 second=1204 amount=-2 -kerning first=1122 second=935 amount=-2 -kerning first=263 second=358 amount=-5 -kerning first=252 second=1035 amount=-3 -kerning first=365 second=221 amount=-4 -kerning first=1255 second=939 amount=-6 -kerning first=247 second=1203 amount=-1 -kerning first=345 second=932 amount=-4 -kerning first=285 second=1196 amount=-3 -kerning first=246 second=373 amount=-1 -kerning first=1058 second=920 amount=-2 -kerning first=1010 second=87 amount=-1 -kerning first=202 second=1111 amount=5 -kerning first=1075 second=1077 amount=-2 -kerning first=271 second=93 amount=1 -kerning first=183 second=1140 amount=-3 -kerning first=354 second=1207 amount=-5 -kerning first=1035 second=376 amount=-5 -kerning first=1069 second=92 amount=-2 -kerning first=1012 second=1232 amount=-2 -kerning first=313 second=198 amount=2 -kerning first=376 second=247 amount=-4 -kerning first=918 second=920 amount=-2 -kerning first=1078 second=267 amount=-1 -kerning first=211 second=8222 amount=-3 -kerning first=1170 second=1257 amount=-5 -kerning first=343 second=359 amount=2 -kerning first=1113 second=1059 amount=-11 -kerning first=1164 second=1267 amount=-1 -kerning first=1270 second=245 amount=-5 -kerning first=1200 second=1236 amount=-5 -kerning first=1279 second=263 amount=-1 -kerning first=372 second=1173 amount=-2 -kerning first=1128 second=255 amount=-4 -kerning first=920 second=95 amount=-3 -kerning first=239 second=1058 amount=6 -kerning first=279 second=939 amount=-6 -kerning first=314 second=938 amount=1 -kerning first=91 second=243 amount=-1 -kerning first=95 second=307 amount=2 -kerning first=1088 second=1244 amount=-2 -kerning first=1236 second=239 amount=5 -kerning first=1276 second=1255 amount=-2 -kerning first=1061 second=71 amount=-1 -kerning first=381 second=81 amount=-2 -kerning first=321 second=8249 amount=-4 -kerning first=1075 second=1113 amount=-3 -kerning first=1222 second=78 amount=1 -kerning first=339 second=1090 amount=-1 -kerning first=373 second=248 amount=-1 -kerning first=169 second=1202 amount=-1 -kerning first=1263 second=224 amount=-1 -kerning first=1254 second=89 amount=-2 -kerning first=1126 second=187 amount=-2 -kerning first=1107 second=231 amount=-2 -kerning first=356 second=1057 amount=-2 -kerning first=932 second=171 amount=-8 -kerning first=1259 second=1267 amount=-1 -kerning first=165 second=303 amount=2 -kerning first=1058 second=8363 amount=-5 -kerning first=290 second=258 amount=-1 -kerning first=1234 second=335 amount=-1 -kerning first=1213 second=1175 amount=-1 -kerning first=1020 second=1279 amount=-1 -kerning first=1276 second=126 amount=-4 -kerning first=376 second=1028 amount=-2 -kerning first=269 second=84 amount=-5 -kerning first=317 second=255 amount=-4 -kerning first=1116 second=235 amount=-1 -kerning first=1088 second=193 amount=-2 -kerning first=1189 second=261 amount=-2 -kerning first=281 second=1090 amount=-1 -kerning first=1097 second=1204 amount=-2 -kerning first=1102 second=1202 amount=-2 -kerning first=1105 second=92 amount=-3 -kerning first=1205 second=270 amount=1 -kerning first=291 second=354 amount=-3 -kerning first=313 second=8353 amount=-2 -kerning first=39 second=8230 amount=-5 -kerning first=8221 second=1080 amount=-1 -kerning first=299 second=1066 amount=6 -kerning first=177 second=258 amount=-3 -kerning first=118 second=1105 amount=-1 -kerning first=95 second=334 amount=-3 -kerning first=1072 second=8216 amount=-3 -kerning first=345 second=285 amount=-1 -kerning first=288 second=910 amount=-2 -kerning first=1271 second=230 amount=-2 -kerning first=1118 second=197 amount=-4 -kerning first=908 second=1217 amount=-1 -kerning first=297 second=1018 amount=3 -kerning first=359 second=311 amount=1 -kerning first=1058 second=1185 amount=-3 -kerning first=1036 second=1138 amount=-2 -kerning first=321 second=1035 amount=-6 -kerning first=260 second=121 amount=-4 -kerning first=1199 second=1204 amount=-2 -kerning first=957 second=1104 amount=-1 -kerning first=1101 second=119 amount=-1 -kerning first=935 second=263 amount=-2 -kerning first=1126 second=1066 amount=-6 -kerning first=1188 second=1254 amount=-2 -kerning first=380 second=289 amount=-1 -kerning first=333 second=118 amount=-1 -kerning first=1061 second=45 amount=-4 -kerning first=197 second=182 amount=-1 -kerning first=256 second=8370 amount=-2 -kerning first=322 second=301 amount=5 -kerning first=247 second=910 amount=-4 -kerning first=1087 second=967 amount=-1 -kerning first=1034 second=1202 amount=-2 -kerning first=1093 second=43 amount=-1 -kerning first=1141 second=259 amount=-1 -kerning first=923 second=1118 amount=-4 -kerning first=374 second=1072 amount=-5 -kerning first=301 second=73 amount=3 -kerning first=1188 second=1144 amount=-2 -kerning first=939 second=1092 amount=-6 -kerning first=333 second=1201 amount=-1 -kerning first=1111 second=1110 amount=6 -kerning first=1199 second=1232 amount=-4 -kerning first=1179 second=99 amount=-1 -kerning first=196 second=1057 amount=-2 -kerning first=258 second=171 amount=-2 -kerning first=1080 second=1197 amount=-2 -kerning first=1134 second=299 amount=2 -kerning first=345 second=162 amount=-1 -kerning first=1118 second=275 amount=-1 -kerning first=170 second=1108 amount=-2 -kerning first=115 second=8220 amount=-3 -kerning first=1178 second=253 amount=-3 -kerning first=337 second=1078 amount=-1 -kerning first=68 second=1035 amount=-2 -kerning first=197 second=939 amount=-5 -kerning first=232 second=1203 amount=-1 -kerning first=253 second=198 amount=-4 -kerning first=1033 second=119 amount=-1 -kerning first=1257 second=1026 amount=-3 -kerning first=908 second=192 amount=-2 -kerning first=944 second=933 amount=-4 -kerning first=1198 second=326 amount=-3 -kerning first=95 second=1273 amount=3 -kerning first=1188 second=380 amount=-3 -kerning first=193 second=972 amount=-1 -kerning first=1078 second=177 amount=-2 -kerning first=1085 second=910 amount=-5 -kerning first=208 second=88 amount=-1 -kerning first=1180 second=967 amount=-3 -kerning first=226 second=1199 amount=-1 -kerning first=170 second=1032 amount=-5 -kerning first=1200 second=251 amount=-3 -kerning first=1244 second=290 amount=-1 -kerning first=922 second=1092 amount=-3 -kerning first=1036 second=287 amount=-3 -kerning first=315 second=1066 amount=-6 -kerning first=1098 second=373 amount=-2 -kerning first=240 second=87 amount=-3 -kerning first=1106 second=8220 amount=-3 -kerning first=356 second=1203 amount=-3 -kerning first=1145 second=277 amount=-1 -kerning first=923 second=263 amount=-1 -kerning first=1217 second=234 amount=-2 -kerning first=8221 second=172 amount=-3 -kerning first=1275 second=111 amount=-2 -kerning first=1162 second=301 amount=5 -kerning first=1255 second=967 amount=-1 -kerning first=1217 second=1243 amount=-2 -kerning first=1168 second=959 amount=-5 -kerning first=1046 second=283 amount=-2 -kerning first=1226 second=1064 amount=1 -kerning first=1094 second=1115 amount=1 -kerning first=1207 second=374 amount=-1 -kerning first=1097 second=315 amount=1 -kerning first=119 second=1255 amount=-1 -kerning first=123 second=263 amount=-1 -kerning first=162 second=84 amount=-5 -kerning first=226 second=957 amount=-1 -kerning first=902 second=8224 amount=-5 -kerning first=1270 second=1097 amount=-4 -kerning first=92 second=1092 amount=-1 -kerning first=1043 second=1253 amount=-4 -kerning first=44 second=51 amount=-2 -kerning first=279 second=967 amount=-1 -kerning first=913 second=216 amount=-2 -kerning first=1138 second=1217 amount=-1 -kerning first=1234 second=1104 amount=-1 -kerning first=86 second=333 amount=-3 -kerning first=87 second=1089 amount=-3 -kerning first=376 second=367 amount=-3 -kerning first=355 second=280 amount=1 -kerning first=363 second=932 amount=-3 -kerning first=1230 second=98 amount=1 -kerning first=1168 second=60 amount=-5 -kerning first=114 second=373 amount=1 -kerning first=109 second=255 amount=-1 -kerning first=221 second=1207 amount=-5 -kerning first=1188 second=1078 amount=-3 -kerning first=303 second=309 amount=3 -kerning first=70 second=363 amount=-2 -kerning first=8222 second=1076 amount=4 -kerning first=301 second=1210 amount=3 -kerning first=232 second=910 amount=-6 -kerning first=371 second=1198 amount=-4 -kerning first=1207 second=69 amount=1 -kerning first=40 second=269 amount=-1 -kerning first=112 second=1217 amount=-2 -kerning first=1198 second=260 amount=-5 -kerning first=1069 second=95 amount=-3 -kerning first=1263 second=195 amount=-4 -kerning first=324 second=221 amount=-5 -kerning first=86 second=8218 amount=-7 -kerning first=186 second=1239 amount=-2 -kerning first=1054 second=8230 amount=-3 -kerning first=8244 second=944 amount=-1 -kerning first=1143 second=65 amount=-4 -kerning first=1138 second=192 amount=-2 -kerning first=932 second=117 amount=-5 -kerning first=1088 second=374 amount=-6 -kerning first=1277 second=232 amount=-1 -kerning first=187 second=1279 amount=-2 -kerning first=1102 second=118 amount=-1 -kerning first=1027 second=47 amount=-5 -kerning first=379 second=336 amount=-2 -kerning first=261 second=1118 amount=-1 -kerning first=375 second=1066 amount=-2 -kerning first=1102 second=1201 amount=-1 -kerning first=1171 second=227 amount=-2 -kerning first=374 second=1057 amount=-2 -kerning first=933 second=171 amount=-6 -kerning first=260 second=903 amount=-5 -kerning first=1170 second=1108 amount=-5 -kerning first=191 second=8220 amount=-4 -kerning first=1040 second=1089 amount=-1 -kerning first=1233 second=1058 amount=-3 -kerning first=1196 second=972 amount=-5 -kerning first=84 second=959 amount=-5 -kerning first=959 second=375 amount=-1 -kerning first=1143 second=101 amount=-1 -kerning first=112 second=192 amount=-2 -kerning first=247 second=1093 amount=-1 -kerning first=1034 second=118 amount=-1 -kerning first=92 second=186 amount=-5 -kerning first=326 second=1185 amount=-2 -kerning first=1184 second=8370 amount=-2 -kerning first=301 second=1106 amount=3 -kerning first=311 second=354 amount=-4 -kerning first=1175 second=43 amount=-1 -kerning first=1226 second=321 amount=1 -kerning first=1170 second=1032 amount=-6 -kerning first=1228 second=253 amount=-1 -kerning first=71 second=933 amount=-2 -kerning first=87 second=1145 amount=-3 -kerning first=186 second=74 amount=-5 -kerning first=1034 second=1201 amount=-1 -kerning first=333 second=356 amount=-3 -kerning first=1178 second=171 amount=-3 -kerning first=8244 second=335 amount=-4 -kerning first=197 second=967 amount=-4 -kerning first=97 second=1198 amount=-5 -kerning first=1201 second=289 amount=-1 -kerning first=1189 second=275 amount=-2 -kerning first=953 second=8220 amount=-3 -kerning first=961 second=923 amount=-2 -kerning first=1205 second=919 amount=1 -kerning first=1140 second=1239 amount=-3 -kerning first=908 second=221 amount=-2 -kerning first=88 second=231 amount=-2 -kerning first=1027 second=382 amount=-3 -kerning first=8221 second=56 amount=-3 -kerning first=1143 second=1083 amount=-3 -kerning first=84 second=60 amount=-5 -kerning first=1180 second=183 amount=-6 -kerning first=1209 second=174 amount=-1 -kerning first=1020 second=186 amount=-2 -kerning first=1225 second=925 amount=1 -kerning first=1244 second=235 amount=-2 -kerning first=310 second=972 amount=-3 -kerning first=246 second=1141 amount=-1 -kerning first=248 second=1199 amount=-1 -kerning first=226 second=354 amount=-3 -kerning first=194 second=8250 amount=-2 -kerning first=339 second=120 amount=-1 -kerning first=1124 second=95 amount=-3 -kerning first=40 second=1086 amount=-1 -kerning first=1043 second=338 amount=-2 -kerning first=196 second=910 amount=-5 -kerning first=1139 second=197 amount=-2 -kerning first=1060 second=1040 amount=-2 -kerning first=343 second=1078 amount=1 -kerning first=286 second=1035 amount=-2 -kerning first=1141 second=273 amount=-1 -kerning first=92 second=947 amount=-3 -kerning first=8224 second=1259 amount=-2 -kerning first=1058 second=216 amount=-2 -kerning first=1012 second=1200 amount=-2 -kerning first=1184 second=181 amount=-2 -kerning first=915 second=97 amount=-5 -kerning first=8217 second=114 amount=-1 -kerning first=8222 second=372 amount=-4 -kerning first=195 second=283 amount=-1 -kerning first=259 second=1249 amount=-2 -kerning first=1275 second=1209 amount=-2 -kerning first=1083 second=933 amount=-5 -kerning first=1187 second=276 amount=1 -kerning first=1090 second=966 amount=-2 -kerning first=1104 second=118 amount=-1 -kerning first=86 second=1077 amount=-3 -kerning first=358 second=250 amount=-5 -kerning first=1271 second=1095 amount=-2 -kerning first=1126 second=288 amount=-2 -kerning first=104 second=1140 amount=-3 -kerning first=333 second=902 amount=-2 -kerning first=376 second=324 amount=-3 -kerning first=918 second=216 amount=-2 -kerning first=46 second=48 amount=-2 -kerning first=1241 second=8220 amount=-4 -kerning first=932 second=286 amount=-2 -kerning first=281 second=120 amount=-1 -kerning first=183 second=1058 amount=-4 -kerning first=215 second=1035 amount=-4 -kerning first=1040 second=1145 amount=-1 -kerning first=1140 second=74 amount=-6 -kerning first=372 second=267 amount=-3 -kerning first=1104 second=1201 amount=-1 -kerning first=357 second=203 amount=1 -kerning first=376 second=1271 amount=-3 -kerning first=1112 second=303 amount=3 -kerning first=1274 second=8249 amount=-8 -kerning first=1059 second=1081 amount=-3 -kerning first=1239 second=1078 amount=-1 -kerning first=1232 second=1265 amount=-4 -kerning first=248 second=957 amount=-1 -kerning first=264 second=1244 amount=-1 -kerning first=1048 second=299 amount=5 -kerning first=313 second=193 amount=2 -kerning first=245 second=1046 amount=-2 -kerning first=8250 second=253 amount=-2 -kerning first=1230 second=1035 amount=-2 -kerning first=114 second=8230 amount=-4 -kerning first=1097 second=124 amount=1 -kerning first=1186 second=356 amount=-2 -kerning first=173 second=1244 amount=-4 -kerning first=75 second=250 amount=-2 -kerning first=315 second=288 amount=-2 -kerning first=1027 second=1175 amount=-3 -kerning first=380 second=1196 amount=-2 -kerning first=100 second=239 amount=5 -kerning first=228 second=8220 amount=-3 -kerning first=1203 second=8363 amount=-1 -kerning first=358 second=261 amount=-5 -kerning first=381 second=211 amount=-2 -kerning first=117 second=89 amount=-4 -kerning first=232 second=1093 amount=-1 -kerning first=1168 second=361 amount=-5 -kerning first=1059 second=71 amount=-2 -kerning first=1094 second=1231 amount=1 -kerning first=169 second=356 amount=-2 -kerning first=121 second=171 amount=-3 -kerning first=173 second=936 amount=-4 -kerning first=1188 second=301 amount=6 -kerning first=1109 second=910 amount=-5 -kerning first=1107 second=229 amount=-2 -kerning first=299 second=929 amount=3 -kerning first=258 second=286 amount=-2 -kerning first=1080 second=253 amount=-1 -kerning first=1138 second=221 amount=-2 -kerning first=1050 second=1143 amount=-3 -kerning first=955 second=941 amount=-2 -kerning first=1232 second=267 amount=-1 -kerning first=1097 second=1200 amount=-1 -kerning first=1200 second=277 amount=-6 -kerning first=89 second=1069 amount=-2 -kerning first=1186 second=1168 amount=1 -kerning first=1036 second=1012 amount=-2 -kerning first=111 second=1196 amount=-3 -kerning first=270 second=1059 amount=-2 -kerning first=972 second=255 amount=-1 -kerning first=95 second=1141 amount=-5 -kerning first=973 second=376 amount=-4 -kerning first=86 second=351 amount=-3 -kerning first=242 second=372 amount=-3 -kerning first=1244 second=169 amount=-1 -kerning first=8244 second=1104 amount=-4 -kerning first=256 second=232 amount=-1 -kerning first=356 second=1093 amount=-3 -kerning first=1082 second=1092 amount=-1 -kerning first=1181 second=1066 amount=-4 -kerning first=1199 second=1200 amount=-2 -kerning first=1094 second=45 amount=-1 -kerning first=1102 second=356 amount=-3 -kerning first=1040 second=1140 amount=-5 -kerning first=1198 second=946 amount=-3 -kerning first=1217 second=334 amount=-1 -kerning first=1254 second=1046 amount=-1 -kerning first=1043 second=1163 amount=-4 -kerning first=8221 second=965 amount=-1 -kerning first=225 second=358 amount=-3 -kerning first=1197 second=972 amount=-2 -kerning first=112 second=221 amount=-6 -kerning first=118 second=231 amount=-1 -kerning first=1116 second=1259 amount=-1 -kerning first=1086 second=1143 amount=-1 -kerning first=364 second=8230 amount=-2 -kerning first=912 second=8217 amount=2 -kerning first=1237 second=121 amount=-1 -kerning first=1200 second=1189 amount=-3 -kerning first=376 second=258 amount=-5 -kerning first=8220 second=913 amount=-6 -kerning first=981 second=1249 amount=-2 -kerning first=933 second=117 amount=-3 -kerning first=116 second=1064 amount=1 -kerning first=359 second=1115 amount=1 -kerning first=195 second=176 amount=-5 -kerning first=354 second=8249 amount=-8 -kerning first=1050 second=284 amount=-2 -kerning first=1094 second=80 amount=1 -kerning first=169 second=902 amount=-2 -kerning first=1098 second=1141 amount=-2 -kerning first=1242 second=910 amount=-2 -kerning first=380 second=271 amount=-1 -kerning first=8244 second=1114 amount=-1 -kerning first=197 second=183 amount=-2 -kerning first=925 second=297 amount=5 -kerning first=932 second=920 amount=-2 -kerning first=1059 second=45 amount=-4 -kerning first=1034 second=356 amount=-3 -kerning first=1270 second=375 amount=-4 -kerning first=1257 second=1061 amount=-2 -kerning first=372 second=177 amount=-4 -kerning first=939 second=981 amount=-6 -kerning first=239 second=1216 amount=3 -kerning first=8249 second=923 amount=-2 -kerning first=1163 second=311 amount=1 -kerning first=277 second=1143 amount=-1 -kerning first=1233 second=939 amount=-5 -kerning first=174 second=97 amount=-1 -kerning first=358 second=331 amount=-4 -kerning first=376 second=283 amount=-6 -kerning first=1178 second=117 amount=-2 -kerning first=8218 second=86 amount=-6 -kerning first=192 second=275 amount=-1 -kerning first=1167 second=1185 amount=-2 -kerning first=1102 second=902 amount=-2 -kerning first=1035 second=1141 amount=-1 -kerning first=253 second=193 amount=-4 -kerning first=1258 second=372 amount=-1 -kerning first=248 second=354 amount=-3 -kerning first=8221 second=333 amount=-4 -kerning first=84 second=361 amount=-5 -kerning first=179 second=8230 amount=-7 -kerning first=959 second=1066 amount=-3 -kerning first=70 second=279 amount=-3 -kerning first=288 second=1234 amount=-1 -kerning first=1141 second=240 amount=-1 -kerning first=1091 second=1059 amount=-2 -kerning first=89 second=8373 amount=-2 -kerning first=922 second=981 amount=-3 -kerning first=1111 second=1213 amount=3 -kerning first=1168 second=290 amount=-2 -kerning first=1226 second=1166 amount=1 -kerning first=1170 second=908 amount=-2 -kerning first=927 second=932 amount=-2 -kerning first=1126 second=101 amount=-1 -kerning first=8370 second=198 amount=-1 -kerning first=376 second=1087 amount=-3 -kerning first=1171 second=1092 amount=-2 -kerning first=8244 second=353 amount=-5 -kerning first=65 second=8249 amount=-2 -kerning first=932 second=8363 amount=-5 -kerning first=1034 second=902 amount=-2 -kerning first=902 second=337 amount=-1 -kerning first=114 second=1141 amount=1 -kerning first=1235 second=1090 amount=-2 -kerning first=253 second=233 amount=-1 -kerning first=944 second=1204 amount=-3 -kerning first=315 second=65 amount=2 -kerning first=1043 second=95 amount=-4 -kerning first=8221 second=8218 amount=-12 -kerning first=258 second=920 amount=-2 -kerning first=91 second=99 amount=-1 -kerning first=1104 second=356 amount=-3 -kerning first=1232 second=177 amount=-3 -kerning first=110 second=1059 amount=-5 -kerning first=170 second=1255 amount=-2 -kerning first=1164 second=1279 amount=-1 -kerning first=253 second=1241 amount=-1 -kerning first=8220 second=308 amount=-9 -kerning first=90 second=1258 amount=-2 -kerning first=903 second=260 amount=-5 -kerning first=1222 second=274 amount=1 -kerning first=183 second=182 amount=-1 -kerning first=187 second=947 amount=-2 -kerning first=1196 second=224 amount=-5 -kerning first=248 second=913 amount=-2 -kerning first=380 second=113 amount=-1 -kerning first=222 second=86 amount=-3 -kerning first=313 second=374 amount=-3 -kerning first=355 second=1062 amount=1 -kerning first=76 second=1194 amount=-2 -kerning first=193 second=81 amount=-2 -kerning first=932 second=1185 amount=-3 -kerning first=92 second=981 amount=-1 -kerning first=1091 second=291 amount=-1 -kerning first=89 second=249 amount=-3 -kerning first=933 second=286 amount=-2 -kerning first=116 second=321 amount=1 -kerning first=915 second=1089 amount=-5 -kerning first=966 second=358 amount=-3 -kerning first=1111 second=223 amount=3 -kerning first=183 second=939 amount=-4 -kerning first=260 second=71 amount=-2 -kerning first=284 second=196 amount=-1 -kerning first=87 second=1233 amount=-3 -kerning first=1100 second=1196 amount=-7 -kerning first=1259 second=1279 amount=-1 -kerning first=305 second=8361 amount=2 -kerning first=238 second=1111 amount=3 -kerning first=337 second=8220 amount=-4 -kerning first=65 second=1035 amount=-6 -kerning first=256 second=221 amount=-5 -kerning first=194 second=1143 amount=-4 -kerning first=114 second=116 amount=2 -kerning first=1207 second=1050 amount=1 -kerning first=1093 second=277 amount=-1 -kerning first=8224 second=1193 amount=-2 -kerning first=940 second=247 amount=-2 -kerning first=243 second=86 amount=-3 -kerning first=258 second=8363 amount=-1 -kerning first=1201 second=1196 amount=-2 -kerning first=358 second=197 amount=-6 -kerning first=1244 second=210 amount=-1 -kerning first=1178 second=286 amount=-2 -kerning first=297 second=202 amount=3 -kerning first=301 second=222 amount=3 -kerning first=1167 second=1276 amount=-2 -kerning first=1092 second=932 amount=-3 -kerning first=341 second=335 amount=-1 -kerning first=1210 second=1196 amount=-3 -kerning first=173 second=374 amount=-4 -kerning first=186 second=263 amount=-2 -kerning first=317 second=173 amount=-4 -kerning first=8244 second=950 amount=-4 -kerning first=84 second=290 amount=-2 -kerning first=1169 second=972 amount=-2 -kerning first=1274 second=228 amount=-5 -kerning first=43 second=376 amount=-4 -kerning first=1059 second=1082 amount=-3 -kerning first=1279 second=281 amount=-1 -kerning first=89 second=257 amount=-5 -kerning first=1184 second=232 amount=-3 -kerning first=194 second=284 amount=-2 -kerning first=1243 second=1197 amount=-2 -kerning first=1060 second=47 amount=-3 -kerning first=1119 second=1198 amount=-5 -kerning first=345 second=940 amount=-1 -kerning first=358 second=275 amount=-5 -kerning first=961 second=1217 amount=-2 -kerning first=89 second=1153 amount=-6 -kerning first=321 second=94 amount=-8 -kerning first=373 second=959 amount=-1 -kerning first=290 second=1059 amount=-2 -kerning first=1193 second=1267 amount=-1 -kerning first=111 second=87 amount=-3 -kerning first=1126 second=174 amount=-5 -kerning first=1188 second=242 amount=-5 -kerning first=939 second=1040 amount=-5 -kerning first=1107 second=279 amount=-2 -kerning first=8221 second=1077 amount=-4 -kerning first=333 second=93 amount=-1 -kerning first=1087 second=92 amount=-3 -kerning first=375 second=65 amount=-4 -kerning first=955 second=974 amount=-3 -kerning first=1270 second=187 amount=-3 -kerning first=908 second=44 amount=-3 -kerning first=293 second=933 amount=-5 -kerning first=1196 second=1117 amount=-4 -kerning first=915 second=1145 amount=-5 -kerning first=1168 second=196 amount=-6 -kerning first=1143 second=1257 amount=-1 -kerning first=218 second=46 amount=-2 -kerning first=177 second=1059 amount=-6 -kerning first=957 second=1236 amount=-4 -kerning first=1233 second=967 amount=-1 -kerning first=1060 second=1198 amount=-2 -kerning first=70 second=1195 amount=-3 -kerning first=358 second=1187 amount=-4 -kerning first=355 second=313 amount=1 -kerning first=1061 second=337 amount=-2 -kerning first=1201 second=271 amount=-1 -kerning first=902 second=1105 amount=-1 -kerning first=8225 second=913 amount=-5 -kerning first=961 second=192 amount=-2 -kerning first=253 second=374 amount=-2 -kerning first=1140 second=263 amount=-3 -kerning first=1198 second=966 amount=-6 -kerning first=1186 second=917 amount=1 -kerning first=75 second=275 amount=-3 -kerning first=295 second=255 amount=-1 -kerning first=221 second=8249 amount=-6 -kerning first=264 second=1111 amount=2 -kerning first=8221 second=1113 amount=-4 -kerning first=910 second=1081 amount=-3 -kerning first=1090 second=226 amount=-2 -kerning first=1230 second=1016 amount=1 -kerning first=375 second=101 amount=-1 -kerning first=933 second=920 amount=-2 -kerning first=359 second=1231 amount=1 -kerning first=1058 second=1191 amount=-4 -kerning first=315 second=174 amount=-5 -kerning first=356 second=1234 amount=-6 -kerning first=1168 second=235 amount=-5 -kerning first=1187 second=1059 amount=-1 -kerning first=1170 second=1255 amount=-5 -kerning first=71 second=1204 amount=-2 -kerning first=1196 second=81 amount=-2 -kerning first=935 second=281 amount=-2 -kerning first=1267 second=95 amount=-5 -kerning first=104 second=1058 amount=-3 -kerning first=313 second=332 amount=-2 -kerning first=1256 second=8218 amount=-3 -kerning first=245 second=125 amount=-1 -kerning first=333 second=1265 amount=-1 -kerning first=1244 second=1259 amount=-2 -kerning first=377 second=1054 amount=-2 -kerning first=179 second=116 amount=2 -kerning first=283 second=932 amount=-3 -kerning first=1116 second=1193 amount=-1 -kerning first=336 second=258 amount=-2 -kerning first=1180 second=338 amount=-2 -kerning first=1067 second=299 amount=5 -kerning first=1205 second=320 amount=1 -kerning first=1141 second=230 amount=-1 -kerning first=1186 second=318 amount=1 -kerning first=1036 second=266 amount=-2 -kerning first=8217 second=244 amount=-4 -kerning first=301 second=1030 amount=3 -kerning first=354 second=228 amount=-5 -kerning first=1179 second=233 amount=-1 -kerning first=1081 second=1198 amount=-5 -kerning first=1255 second=92 amount=-3 -kerning first=71 second=1232 amount=-1 -kerning first=174 second=1089 amount=-2 -kerning first=1108 second=1026 amount=-5 -kerning first=375 second=1083 amount=-3 -kerning first=1225 second=353 amount=-1 -kerning first=919 second=297 amount=5 -kerning first=910 second=71 amount=-2 -kerning first=353 second=1066 amount=-5 -kerning first=1178 second=920 amount=-2 -kerning first=359 second=45 amount=-1 -kerning first=249 second=356 amount=-3 -kerning first=256 second=212 amount=-2 -kerning first=226 second=1263 amount=-1 -kerning first=334 second=910 amount=-2 -kerning first=1179 second=1241 amount=-1 -kerning first=1170 second=126 amount=-4 -kerning first=221 second=1035 amount=3 -kerning first=8221 second=351 amount=-5 -kerning first=1197 second=224 amount=-2 -kerning first=1088 second=1249 amount=-2 -kerning first=1114 second=86 amount=-7 -kerning first=955 second=183 amount=-2 -kerning first=310 second=81 amount=-2 -kerning first=266 second=935 amount=-1 -kerning first=933 second=8363 amount=-6 -kerning first=359 second=80 amount=1 -kerning first=1036 second=237 amount=2 -kerning first=8217 second=8222 amount=-12 -kerning first=1075 second=261 amount=-2 -kerning first=101 second=376 amount=-6 -kerning first=311 second=265 amount=-1 -kerning first=1083 second=1204 amount=-3 -kerning first=279 second=92 amount=-3 -kerning first=1094 second=270 amount=1 -kerning first=341 second=1104 amount=-1 -kerning first=284 second=89 amount=-2 -kerning first=1196 second=195 amount=-6 -kerning first=8216 second=74 amount=-9 -kerning first=90 second=172 amount=-2 -kerning first=84 second=196 amount=-6 -kerning first=1201 second=113 amount=-1 -kerning first=1145 second=285 amount=-1 -kerning first=1230 second=915 amount=1 -kerning first=8225 second=308 amount=-5 -kerning first=1020 second=1040 amount=-2 -kerning first=343 second=242 amount=-1 -kerning first=253 second=1111 amount=3 -kerning first=923 second=281 amount=-1 -kerning first=1027 second=963 amount=-5 -kerning first=325 second=938 amount=1 -kerning first=1175 second=277 amount=-1 -kerning first=1138 second=44 amount=-3 -kerning first=1068 second=86 amount=-3 -kerning first=378 second=244 amount=-1 -kerning first=1178 second=8363 amount=-3 -kerning first=244 second=1140 amount=-3 -kerning first=192 second=336 amount=-2 -kerning first=1168 second=343 amount=-4 -kerning first=1046 second=291 amount=-2 -kerning first=1097 second=1162 amount=1 -kerning first=123 second=281 amount=-1 -kerning first=1095 second=358 amount=-3 -kerning first=910 second=45 amount=-4 -kerning first=84 second=235 amount=-5 -kerning first=233 second=1059 amount=-6 -kerning first=1145 second=162 amount=-1 -kerning first=102 second=269 amount=-1 -kerning first=1102 second=93 amount=-1 -kerning first=1164 second=186 amount=-2 -kerning first=1140 second=215 amount=-3 -kerning first=1040 second=1058 amount=-6 -kerning first=1128 second=8225 amount=-5 -kerning first=116 second=1166 amount=1 -kerning first=1055 second=301 amount=5 -kerning first=321 second=214 amount=-2 -kerning first=1107 second=1195 amount=-2 -kerning first=371 second=8221 amount=1 -kerning first=1084 second=89 amount=-5 -kerning first=1187 second=922 amount=1 -kerning first=913 second=927 amount=-2 -kerning first=95 second=1073 amount=-3 -kerning first=174 second=1145 amount=-2 -kerning first=355 second=70 amount=1 -kerning first=1061 second=1105 amount=-2 -kerning first=76 second=1138 amount=-2 -kerning first=932 second=216 amount=-2 -kerning first=1082 second=981 amount=-1 -kerning first=1086 second=1202 amount=-2 -kerning first=1168 second=169 amount=-2 -kerning first=372 second=326 amount=-2 -kerning first=89 second=194 amount=-5 -kerning first=1198 second=1060 amount=-2 -kerning first=1043 second=944 amount=-4 -kerning first=357 second=1178 amount=1 -kerning first=1027 second=243 amount=-5 -kerning first=118 second=229 amount=-1 -kerning first=1210 second=87 amount=-3 -kerning first=902 second=1171 amount=-2 -kerning first=1034 second=93 amount=-1 -kerning first=1259 second=186 amount=-2 -kerning first=297 second=1053 amount=3 -kerning first=237 second=165 amount=2 -kerning first=8222 second=1098 amount=-3 -kerning first=271 second=170 amount=3 -kerning first=311 second=1139 amount=-1 -kerning first=913 second=1267 amount=-4 -kerning first=87 second=1094 amount=-2 -kerning first=317 second=8225 amount=-6 -kerning first=1229 second=301 amount=5 -kerning first=8218 second=8216 amount=-8 -kerning first=321 second=1199 amount=-4 -kerning first=197 second=92 amount=-5 -kerning first=961 second=221 amount=-6 -kerning first=1099 second=125 amount=2 -kerning first=1102 second=1265 amount=-1 -kerning first=1270 second=252 amount=-5 -kerning first=92 second=355 amount=-2 -kerning first=89 second=234 amount=-6 -kerning first=1184 second=1110 amount=2 -kerning first=8370 second=1244 amount=-1 -kerning first=8249 second=192 amount=-2 -kerning first=1163 second=1115 amount=1 -kerning first=1096 second=84 amount=-3 -kerning first=89 second=1243 amount=-6 -kerning first=197 second=338 amount=-2 -kerning first=379 second=1242 amount=-2 -kerning first=1181 second=101 amount=-1 -kerning first=1251 second=358 amount=-3 -kerning first=260 second=8224 amount=-5 -kerning first=311 second=247 amount=-2 -kerning first=40 second=1092 amount=-1 -kerning first=1257 second=121 amount=-1 -kerning first=1196 second=345 amount=-4 -kerning first=1043 second=335 amount=-5 -kerning first=258 second=216 amount=-2 -kerning first=84 second=343 amount=-4 -kerning first=1274 second=1179 amount=-4 -kerning first=102 second=1086 amount=-1 -kerning first=1034 second=1265 amount=-1 -kerning first=944 second=1200 amount=-4 -kerning first=89 second=1085 amount=-3 -kerning first=99 second=1197 amount=-1 -kerning first=195 second=1059 amount=-5 -kerning first=1194 second=297 amount=2 -kerning first=913 second=269 amount=-1 -kerning first=341 second=381 amount=-2 -kerning first=1242 second=1234 amount=-2 -kerning first=121 second=8363 amount=-1 -kerning first=8370 second=193 amount=-1 -kerning first=1171 second=981 amount=-2 -kerning first=959 second=65 amount=-2 -kerning first=1169 second=224 amount=-2 -kerning first=321 second=957 amount=-4 -kerning first=235 second=89 amount=-6 -kerning first=214 second=198 amount=-2 -kerning first=322 second=206 amount=1 -kerning first=1201 second=238 amount=3 -kerning first=1222 second=1039 amount=1 -kerning first=257 second=933 amount=-5 -kerning first=1205 second=304 amount=1 -kerning first=88 second=279 amount=-2 -kerning first=374 second=1234 amount=-5 -kerning first=1184 second=212 amount=-2 -kerning first=1012 second=8222 amount=-3 -kerning first=248 second=1263 amount=-1 -kerning first=1126 second=1257 amount=-1 -kerning first=8360 second=1059 amount=-5 -kerning first=222 second=8216 amount=-4 -kerning first=355 second=1198 amount=-1 -kerning first=1143 second=1108 amount=-1 -kerning first=84 second=169 amount=-2 -kerning first=210 second=256 amount=-2 -kerning first=1185 second=173 amount=-2 -kerning first=370 second=8218 amount=-5 -kerning first=345 second=246 amount=-1 -kerning first=358 second=336 amount=-2 -kerning first=104 second=939 amount=-5 -kerning first=1200 second=58 amount=-4 -kerning first=297 second=932 amount=6 -kerning first=282 second=239 amount=5 -kerning first=194 second=42 amount=-5 -kerning first=1050 second=213 amount=-2 -kerning first=1097 second=1225 amount=1 -kerning first=8224 second=1010 amount=-2 -kerning first=1101 second=1140 amount=-3 -kerning first=372 second=260 amount=-4 -kerning first=221 second=228 amount=-5 -kerning first=122 second=963 amount=-1 -kerning first=380 second=248 amount=-1 -kerning first=242 second=1098 amount=-2 -kerning first=910 second=1082 amount=-3 -kerning first=252 second=354 amount=-3 -kerning first=8244 second=43 amount=-3 -kerning first=193 second=211 amount=-2 -kerning first=1143 second=1032 amount=-4 -kerning first=1243 second=253 amount=-1 -kerning first=1269 second=221 amount=-5 -kerning first=319 second=939 amount=-2 -kerning first=1200 second=932 amount=3 -kerning first=1265 second=356 amount=-2 -kerning first=1058 second=927 amount=-2 -kerning first=915 second=1233 amount=-5 -kerning first=8217 second=349 amount=-5 -kerning first=243 second=8216 amount=-4 -kerning first=1017 second=1046 amount=-1 -kerning first=271 second=1011 amount=2 -kerning first=195 second=291 amount=-1 -kerning first=187 second=1040 amount=-2 -kerning first=1187 second=1025 amount=1 -kerning first=1273 second=1140 amount=-3 -kerning first=1104 second=1265 amount=-1 -kerning first=1072 second=1143 amount=-1 -kerning first=345 second=8217 amount=1 -kerning first=67 second=1276 amount=-1 -kerning first=1244 second=1193 amount=-2 -kerning first=918 second=927 amount=-2 -kerning first=1050 second=118 amount=-3 -kerning first=1270 second=288 amount=-2 -kerning first=1033 second=1140 amount=-3 -kerning first=1128 second=79 amount=-2 -kerning first=75 second=336 amount=-2 -kerning first=357 second=1045 amount=1 -kerning first=239 second=92 amount=5 -kerning first=1162 second=206 amount=1 -kerning first=193 second=119 amount=-4 -kerning first=95 second=199 amount=-3 -kerning first=1050 second=1201 amount=-3 -kerning first=1141 second=1095 amount=-1 -kerning first=1091 second=1076 amount=-3 -kerning first=1058 second=1267 amount=-4 -kerning first=1036 second=245 amount=-3 -kerning first=1075 second=275 amount=-2 -kerning first=1168 second=210 amount=-2 -kerning first=354 second=1179 amount=-4 -kerning first=1199 second=244 amount=-1 -kerning first=1228 second=1185 amount=-2 -kerning first=1094 second=919 amount=1 -kerning first=332 second=1035 amount=-2 -kerning first=913 second=1086 amount=-1 -kerning first=122 second=243 amount=-1 -kerning first=376 second=59 amount=-4 -kerning first=8230 second=933 amount=-3 -kerning first=1086 second=118 amount=-1 -kerning first=1059 second=971 amount=-3 -kerning first=902 second=1091 amount=-4 -kerning first=1265 second=902 amount=-4 -kerning first=1040 second=182 amount=-1 -kerning first=963 second=46 amount=-5 -kerning first=270 second=372 amount=-1 -kerning first=365 second=1026 amount=-3 -kerning first=1086 second=1201 amount=-1 -kerning first=1191 second=1197 amount=-4 -kerning first=317 second=79 amount=-2 -kerning first=8244 second=1236 amount=-9 -kerning first=356 second=1258 amount=-2 -kerning first=251 second=8220 amount=-3 -kerning first=339 second=1078 amount=-1 -kerning first=1199 second=8222 amount=-5 -kerning first=123 second=309 amount=1 -kerning first=8224 second=339 amount=-2 -kerning first=1040 second=939 amount=-5 -kerning first=1198 second=226 amount=-5 -kerning first=1263 second=97 amount=-1 -kerning first=1043 second=1104 amount=-5 -kerning first=377 second=299 amount=5 -kerning first=330 second=300 amount=1 -kerning first=1078 second=966 amount=-1 -kerning first=277 second=118 amount=-1 -kerning first=1077 second=1140 amount=-3 -kerning first=1205 second=1172 amount=1 -kerning first=253 second=46 amount=-2 -kerning first=1200 second=285 amount=-6 -kerning first=933 second=216 amount=-2 -kerning first=359 second=270 amount=1 -kerning first=1058 second=269 amount=-5 -kerning first=321 second=354 amount=-6 -kerning first=1241 second=923 amount=-2 -kerning first=1111 second=1026 amount=6 -kerning first=8249 second=221 amount=-4 -kerning first=213 second=1066 amount=-2 -kerning first=277 second=1201 amount=-1 -kerning first=95 second=49 amount=-7 -kerning first=1267 second=335 amount=-1 -kerning first=971 second=1196 amount=-3 -kerning first=1116 second=1010 amount=-1 -kerning first=281 second=1078 amount=-1 -kerning first=1059 second=337 amount=-6 -kerning first=902 second=231 amount=-1 -kerning first=1205 second=66 amount=1 -kerning first=71 second=1200 amount=-2 -kerning first=1043 second=1114 amount=-4 -kerning first=1027 second=347 amount=-5 -kerning first=106 second=41 amount=2 -kerning first=959 second=174 amount=-1 -kerning first=118 second=279 amount=-1 -kerning first=1200 second=162 amount=-6 -kerning first=1225 second=302 amount=1 -kerning first=92 second=1198 amount=-5 -kerning first=293 second=1204 amount=-3 -kerning first=1178 second=216 amount=-2 -kerning first=297 second=1184 amount=3 -kerning first=88 second=1195 amount=-2 -kerning first=68 second=354 amount=-2 -kerning first=357 second=358 amount=-2 -kerning first=1046 second=1054 amount=-1 -kerning first=211 second=194 amount=-2 -kerning first=40 second=1112 amount=1 -kerning first=957 second=277 amount=-1 -kerning first=1196 second=211 amount=-2 -kerning first=375 second=1257 amount=-1 -kerning first=8370 second=374 amount=-2 -kerning first=920 second=1236 amount=-2 -kerning first=196 second=1258 amount=-2 -kerning first=84 second=210 amount=-2 -kerning first=959 second=935 amount=-2 -kerning first=256 second=1213 amount=-2 -kerning first=1168 second=1259 amount=-5 -kerning first=8225 second=265 amount=-2 -kerning first=1113 second=1098 amount=-4 -kerning first=1186 second=1211 amount=1 -kerning first=321 second=913 amount=2 -kerning first=301 second=905 amount=3 -kerning first=44 second=1066 amount=-2 -kerning first=1111 second=297 amount=3 -kerning first=194 second=213 amount=-2 -kerning first=1163 second=1231 amount=1 -kerning first=174 second=1233 amount=-1 -kerning first=86 second=261 amount=-3 -kerning first=1114 second=8216 amount=-5 -kerning first=104 second=967 amount=-1 -kerning first=1020 second=1198 amount=-6 -kerning first=376 second=291 amount=-6 -kerning first=1083 second=1200 amount=-5 -kerning first=1093 second=932 amount=-3 -kerning first=1035 second=49 amount=-3 -kerning first=1270 second=65 amount=-6 -kerning first=1196 second=119 amount=-4 -kerning first=173 second=1249 amount=-1 -kerning first=335 second=1236 amount=-2 -kerning first=1043 second=353 amount=-5 -kerning first=1057 second=297 amount=2 -kerning first=303 second=87 amount=2 -kerning first=1080 second=1185 amount=-2 -kerning first=70 second=287 amount=-3 -kerning first=110 second=372 amount=-3 -kerning first=310 second=211 amount=-2 -kerning first=68 second=913 amount=-2 -kerning first=1058 second=1086 amount=-5 -kerning first=267 second=933 amount=-4 -kerning first=194 second=118 amount=-4 -kerning first=1163 second=45 amount=-1 -kerning first=1226 second=356 amount=-2 -kerning first=373 second=196 amount=-4 -kerning first=360 second=8222 amount=-5 -kerning first=1068 second=8216 amount=-4 -kerning first=182 second=207 amount=1 -kerning first=1225 second=43 amount=-1 -kerning first=8244 second=251 amount=-3 -kerning first=244 second=1058 amount=-3 -kerning first=65 second=94 amount=-5 -kerning first=1274 second=214 amount=-2 -kerning first=356 second=1080 amount=-4 -kerning first=1116 second=339 amount=-1 -kerning first=1201 second=248 amount=-1 -kerning first=194 second=1201 amount=-4 -kerning first=1205 second=1052 amount=1 -kerning first=1270 second=101 amount=-5 -kerning first=253 second=103 amount=-1 -kerning first=372 second=946 amount=-2 -kerning first=89 second=334 amount=-2 -kerning first=351 second=374 amount=-5 -kerning first=1186 second=323 amount=1 -kerning first=379 second=262 amount=-2 -kerning first=1163 second=80 amount=1 -kerning first=91 second=233 amount=-1 -kerning first=1232 second=170 amount=-5 -kerning first=310 second=119 amount=-4 -kerning first=76 second=1012 amount=-2 -kerning first=344 second=933 amount=-2 -kerning first=1018 second=297 amount=5 -kerning first=1222 second=1024 amount=1 -kerning first=1215 second=932 amount=-3 -kerning first=334 second=1234 amount=-2 -kerning first=1226 second=1168 amount=1 -kerning first=373 second=235 amount=-1 -kerning first=284 second=1046 amount=-1 -kerning first=91 second=1241 amount=-1 -kerning first=1198 second=1254 amount=-2 -kerning first=1126 second=1108 amount=-1 -kerning first=8370 second=1111 amount=2 -kerning first=1089 second=1035 amount=-5 -kerning first=76 second=358 amount=-6 -kerning first=55 second=1239 amount=-3 -kerning first=363 second=8217 amount=1 -kerning first=932 second=1191 amount=-4 -kerning first=230 second=932 amount=-3 -kerning first=102 second=227 amount=-1 -kerning first=8225 second=1139 amount=-2 -kerning first=47 second=44 amount=-3 -kerning first=1091 second=299 amount=3 -kerning first=176 second=38 amount=-2 -kerning first=326 second=1267 amount=-1 -kerning first=1193 second=1279 amount=-1 -kerning first=1198 second=1144 amount=-2 -kerning first=1128 second=8244 amount=-7 -kerning first=301 second=84 amount=6 -kerning first=84 second=1259 amount=-5 -kerning first=1219 second=301 amount=2 -kerning first=1274 second=1199 amount=-4 -kerning first=1234 second=277 amount=-1 -kerning first=186 second=256 amount=-5 -kerning first=1271 second=173 amount=-1 -kerning first=1267 second=1104 amount=-1 -kerning first=1061 second=231 amount=-2 -kerning first=89 second=1273 amount=-3 -kerning first=8250 second=1276 amount=-3 -kerning first=1086 second=356 amount=-3 -kerning first=1059 second=1105 amount=-6 -kerning first=1194 second=1061 amount=-1 -kerning first=1097 second=349 amount=-1 -kerning first=1099 second=239 amount=3 -kerning first=1093 second=285 amount=-1 -kerning first=1040 second=967 amount=-4 -kerning first=1128 second=84 amount=-6 -kerning first=221 second=1179 amount=-3 -kerning first=1020 second=1175 amount=-1 -kerning first=88 second=1194 amount=-1 -kerning first=915 second=1094 amount=-4 -kerning first=56 second=8222 amount=-3 -kerning first=260 second=337 amount=-1 -kerning first=972 second=8225 amount=-2 -kerning first=1016 second=197 amount=-2 -kerning first=1233 second=92 amount=-3 -kerning first=118 second=1195 amount=-1 -kerning first=186 second=281 amount=-2 -kerning first=45 second=358 amount=-4 -kerning first=317 second=8244 amount=-3 -kerning first=263 second=1066 amount=-5 -kerning first=55 second=74 amount=-6 -kerning first=277 second=356 amount=-3 -kerning first=356 second=172 amount=-4 -kerning first=212 second=196 amount=-2 -kerning first=1277 second=100 amount=-1 -kerning first=1064 second=239 amount=5 -kerning first=1270 second=341 amount=-4 -kerning first=1093 second=162 amount=-1 -kerning first=1279 second=289 amount=-1 -kerning first=374 second=1258 amount=-2 -kerning first=8353 second=935 amount=-1 -kerning first=333 second=1278 amount=-2 -kerning first=195 second=1054 amount=-2 -kerning first=354 second=214 amount=-2 -kerning first=177 second=372 amount=-4 -kerning first=1274 second=957 amount=-4 -kerning first=214 second=1244 amount=-1 -kerning first=317 second=84 amount=-6 -kerning first=1086 second=902 amount=-2 -kerning first=101 second=1141 amount=-1 -kerning first=38 second=910 amount=-5 -kerning first=211 second=376 amount=-2 -kerning first=1170 second=1277 amount=-3 -kerning first=119 second=1204 amount=-3 -kerning first=40 second=981 amount=-1 -kerning first=1164 second=1040 amount=-2 -kerning first=341 second=43 amount=-2 -kerning first=1140 second=256 amount=-5 -kerning first=1263 second=1089 amount=-1 -kerning first=324 second=1026 amount=-3 -kerning first=1107 second=287 amount=-2 -kerning first=299 second=918 amount=6 -kerning first=1180 second=335 amount=-3 -kerning first=1222 second=1196 amount=-2 -kerning first=1181 second=1257 amount=-1 -kerning first=1202 second=173 amount=-4 -kerning first=337 second=923 amount=-2 -kerning first=359 second=919 amount=1 -kerning first=119 second=1232 amount=-4 -kerning first=1096 second=1118 amount=-1 -kerning first=241 second=86 amount=-3 -kerning first=1118 second=945 amount=-1 -kerning first=353 second=174 amount=-1 -kerning first=355 second=1252 amount=1 -kerning first=214 second=193 amount=-2 -kerning first=354 second=1199 amount=-4 -kerning first=187 second=1198 amount=-6 -kerning first=1259 second=1040 amount=-2 -kerning first=286 second=354 amount=-2 -kerning first=253 second=259 amount=-1 -kerning first=1140 second=281 amount=-3 -kerning first=1101 second=1058 amount=-3 -kerning first=1128 second=1239 amount=-1 -kerning first=1175 second=932 amount=-3 -kerning first=336 second=1059 amount=-2 -kerning first=1069 second=1236 amount=-2 -kerning first=86 second=197 amount=-5 -kerning first=1225 second=1018 amount=1 -kerning first=1244 second=1010 amount=-2 -kerning first=65 second=214 amount=-2 -kerning first=183 second=92 amount=-3 -kerning first=215 second=354 amount=-4 -kerning first=1273 second=1058 amount=-3 -kerning first=290 second=299 amount=2 -kerning first=87 second=183 amount=-3 -kerning first=965 second=8244 amount=1 -kerning first=935 second=289 amount=-2 -kerning first=910 second=971 amount=-3 -kerning first=1145 second=940 amount=-1 -kerning first=257 second=1204 amount=-3 -kerning first=1191 second=253 amount=-2 -kerning first=1033 second=1058 amount=-3 -kerning first=254 second=1035 amount=-3 -kerning first=908 second=1026 amount=-2 -kerning first=194 second=356 amount=-6 -kerning first=1179 second=103 amount=-1 -kerning first=341 second=1236 amount=-3 -kerning first=86 second=275 amount=-3 -kerning first=965 second=84 amount=-3 -kerning first=375 second=1108 amount=-1 -kerning first=328 second=1091 amount=-1 -kerning first=1166 second=923 amount=-5 -kerning first=333 second=260 amount=-2 -kerning first=1176 second=8222 amount=-3 -kerning first=1230 second=354 amount=-2 -kerning first=1168 second=1193 amount=-5 -kerning first=354 second=957 amount=-4 -kerning first=286 second=913 amount=-1 -kerning first=1263 second=1145 amount=-1 -kerning first=1217 second=199 amount=-1 -kerning first=1027 second=99 amount=-5 -kerning first=8221 second=250 amount=-3 -kerning first=1143 second=1255 amount=-1 -kerning first=65 second=1199 amount=-4 -kerning first=375 second=1032 amount=-4 -kerning first=115 second=221 amount=-5 -kerning first=169 second=1278 amount=-1 -kerning first=89 second=8230 amount=-3 -kerning first=244 second=939 amount=-6 -kerning first=374 second=1080 amount=-3 -kerning first=1058 second=371 amount=-5 -kerning first=915 second=941 amount=-8 -kerning first=260 second=1105 amount=-1 -kerning first=311 second=283 amount=-1 -kerning first=71 second=303 amount=2 -kerning first=1278 second=1256 amount=-1 -kerning first=1188 second=923 amount=-6 -kerning first=239 second=925 amount=3 -kerning first=910 second=337 amount=-6 -kerning first=233 second=372 amount=-3 -kerning first=1241 second=1217 amount=-2 -kerning first=1230 second=1041 amount=1 -kerning first=229 second=89 amount=-5 -kerning first=1059 second=951 amount=-3 -kerning first=1040 second=183 amount=-2 -kerning first=923 second=289 amount=-1 -kerning first=372 second=966 amount=-3 -kerning first=1074 second=1059 amount=-5 -kerning first=181 second=8216 amount=-3 -kerning first=1175 second=285 amount=-1 -kerning first=1090 second=242 amount=-2 -kerning first=1203 second=269 amount=-1 -kerning first=345 second=253 amount=1 -kerning first=1077 second=1058 amount=-3 -kerning first=287 second=1035 amount=-3 -kerning first=1106 second=221 amount=-5 -kerning first=1102 second=1278 amount=-2 -kerning first=376 second=1054 amount=-2 -kerning first=74 second=8230 amount=-2 -kerning first=1244 second=339 amount=-2 -kerning first=1186 second=1043 amount=1 -kerning first=933 second=1191 amount=-3 -kerning first=1168 second=1109 amount=-5 -kerning first=187 second=1175 amount=-2 -kerning first=1167 second=1267 amount=-1 -kerning first=1094 second=320 amount=1 -kerning first=123 second=289 amount=-1 -kerning first=109 second=84 amount=-3 -kerning first=8221 second=261 amount=-4 -kerning first=333 second=1090 amount=-2 -kerning first=8230 second=1204 amount=-2 -kerning first=65 second=957 amount=-4 -kerning first=192 second=1242 amount=-2 -kerning first=1180 second=1104 amount=-3 -kerning first=212 second=89 amount=-2 -kerning first=1277 second=1026 amount=-3 -kerning first=1026 second=194 amount=-2 -kerning first=1265 second=267 amount=-1 -kerning first=116 second=356 amount=-2 -kerning first=1058 second=227 amount=-5 -kerning first=1241 second=192 amount=-2 -kerning first=1057 second=1061 amount=-1 -kerning first=1175 second=162 amount=-1 -kerning first=1187 second=1049 amount=1 -kerning first=1226 second=917 amount=1 -kerning first=1034 second=1278 amount=-2 -kerning first=1126 second=908 amount=-2 -kerning first=355 second=1186 amount=1 -kerning first=293 second=1200 amount=-5 -kerning first=8244 second=277 amount=-4 -kerning first=197 second=335 amount=-1 -kerning first=256 second=100 amount=-1 -kerning first=1274 second=913 amount=-6 -kerning first=932 second=927 amount=-2 -kerning first=224 second=374 amount=-5 -kerning first=1188 second=8370 amount=-2 -kerning first=357 second=1048 amount=1 -kerning first=1163 second=270 amount=1 -kerning first=213 second=65 amount=-2 -kerning first=84 second=1193 amount=-5 -kerning first=1138 second=1026 amount=-2 -kerning first=102 second=1092 amount=-1 -kerning first=1232 second=966 amount=-1 -kerning first=1276 second=1256 amount=-1 -kerning first=1200 second=1075 amount=-3 -kerning first=76 second=266 amount=-2 -kerning first=8220 second=258 amount=-6 -kerning first=374 second=172 amount=-4 -kerning first=116 second=1168 amount=1 -kerning first=1036 second=375 amount=-3 -kerning first=321 second=1263 amount=-4 -kerning first=209 second=296 amount=1 -kerning first=1226 second=318 amount=1 -kerning first=1207 second=292 amount=1 -kerning first=169 second=260 amount=-2 -kerning first=221 second=214 amount=-2 -kerning first=245 second=1203 amount=-1 -kerning first=916 second=170 amount=-5 -kerning first=8244 second=1189 amount=-1 -kerning first=225 second=375 amount=-1 -kerning first=214 second=374 amount=-2 -kerning first=932 second=1267 amount=-4 -kerning first=1230 second=1103 amount=-1 -kerning first=1189 second=945 amount=-2 -kerning first=88 second=1138 amount=-1 -kerning first=315 second=908 amount=-2 -kerning first=939 second=963 amount=-6 -kerning first=1122 second=1277 amount=-1 -kerning first=195 second=372 amount=-4 -kerning first=1220 second=358 amount=-3 -kerning first=112 second=1026 amount=-3 -kerning first=1203 second=1086 amount=-1 -kerning first=174 second=939 amount=-1 -kerning first=343 second=923 amount=-3 -kerning first=1102 second=260 amount=-2 -kerning first=1188 second=181 amount=-5 -kerning first=8360 second=372 amount=-2 -kerning first=8221 second=331 amount=-1 -kerning first=333 second=170 amount=-2 -kerning first=355 second=8221 amount=2 -kerning first=258 second=927 amount=-2 -kerning first=84 second=1109 amount=-5 -kerning first=1139 second=86 amount=-3 -kerning first=1274 second=1103 amount=-5 -kerning first=1072 second=118 amount=-1 -kerning first=1058 second=328 amount=-4 -kerning first=922 second=963 amount=-3 -kerning first=915 second=967 amount=-4 -kerning first=301 second=314 amount=3 -kerning first=1101 second=939 amount=-6 -kerning first=1072 second=1201 amount=-1 -kerning first=122 second=99 amount=-1 -kerning first=910 second=1105 amount=-6 -kerning first=1058 second=1279 amount=-3 -kerning first=1274 second=308 amount=-6 -kerning first=356 second=965 amount=-4 -kerning first=932 second=269 amount=-5 -kerning first=1181 second=1108 amount=-1 -kerning first=1145 second=1237 amount=-1 -kerning first=260 second=1171 amount=-2 -kerning first=1034 second=260 amount=-2 -kerning first=255 second=337 amount=-1 -kerning first=253 second=273 amount=-1 -kerning first=88 second=287 amount=-2 -kerning first=372 second=1060 amount=-2 -kerning first=939 second=243 amount=-6 -kerning first=1043 second=43 amount=-4 -kerning first=354 second=913 amount=-6 -kerning first=302 second=299 amount=5 -kerning first=234 second=86 amount=-3 -kerning first=258 second=1267 amount=-4 -kerning first=1273 second=939 amount=-5 -kerning first=1270 second=1257 amount=-5 -kerning first=1265 second=177 amount=-3 -kerning first=1279 second=1196 amount=-3 -kerning first=244 second=967 amount=-1 -kerning first=267 second=1204 amount=-5 -kerning first=65 second=354 amount=-6 -kerning first=913 second=1092 amount=-1 -kerning first=1033 second=939 amount=-6 -kerning first=1196 second=97 amount=-5 -kerning first=358 second=1242 amount=-2 -kerning first=248 second=258 amount=-2 -kerning first=1027 second=198 amount=-6 -kerning first=380 second=959 amount=-1 -kerning first=55 second=263 amount=-3 -kerning first=1185 second=84 amount=-4 -kerning first=107 second=8249 amount=-3 -kerning first=1086 second=93 amount=-1 -kerning first=1207 second=1027 amount=1 -kerning first=373 second=1259 amount=-1 -kerning first=1102 second=1090 amount=-2 -kerning first=92 second=963 amount=-1 -kerning first=922 second=243 amount=-3 -kerning first=8217 second=249 amount=-3 -kerning first=1188 second=1116 amount=-4 -kerning first=1107 second=358 amount=-3 -kerning first=195 second=299 amount=3 -kerning first=1187 second=294 amount=1 -kerning first=1117 second=932 amount=-3 -kerning first=240 second=196 amount=-2 -kerning first=1118 second=111 amount=-1 -kerning first=45 second=51 amount=-1 -kerning first=245 second=910 amount=-6 -kerning first=301 second=1120 amount=3 -kerning first=1253 second=1091 amount=-1 -kerning first=197 second=1104 amount=-1 -kerning first=356 second=333 amount=-5 -kerning first=1076 second=95 amount=3 -kerning first=1050 second=1265 amount=-3 -kerning first=1059 second=231 amount=-6 -kerning first=87 second=1253 amount=-2 -kerning first=966 second=375 amount=-1 -kerning first=1122 second=933 amount=-6 -kerning first=204 second=303 amount=2 -kerning first=258 second=269 amount=-1 -kerning first=126 second=1140 amount=-3 -kerning first=1034 second=1090 amount=-2 -kerning first=1026 second=376 amount=-6 -kerning first=1232 second=1060 amount=-2 -kerning first=1164 second=1198 amount=-6 -kerning first=1200 second=940 amount=-6 -kerning first=75 second=1242 amount=-2 -kerning first=915 second=974 amount=-8 -kerning first=1010 second=89 amount=-4 -kerning first=1241 second=221 amount=-6 -kerning first=354 second=1103 amount=-5 -kerning first=1094 second=304 amount=1 -kerning first=943 second=45 amount=-2 -kerning first=957 second=932 amount=-2 -kerning first=1126 second=1255 amount=-1 -kerning first=1043 second=1236 amount=-6 -kerning first=8221 second=197 amount=-9 -kerning first=347 second=1198 amount=-5 -kerning first=337 second=1217 amount=-2 -kerning first=256 second=1026 amount=-6 -kerning first=107 second=1035 amount=-4 -kerning first=356 second=8218 amount=-8 -kerning first=932 second=1086 amount=-5 -kerning first=1086 second=1265 amount=-1 -kerning first=1145 second=246 amount=-1 -kerning first=1222 second=52 amount=-1 -kerning first=211 second=8230 amount=-3 -kerning first=1077 second=939 amount=-6 -kerning first=1200 second=264 amount=-2 -kerning first=1279 second=271 amount=-1 -kerning first=92 second=243 amount=-1 -kerning first=1115 second=932 amount=-3 -kerning first=1128 second=1118 amount=-4 -kerning first=1055 second=206 amount=1 -kerning first=1184 second=100 amount=-3 -kerning first=8217 second=257 amount=-4 -kerning first=1017 second=239 amount=2 -kerning first=1027 second=8353 amount=-2 -kerning first=354 second=308 amount=-6 -kerning first=972 second=84 amount=-3 -kerning first=259 second=255 amount=-1 -kerning first=213 second=935 amount=-1 -kerning first=1224 second=1140 amount=-3 -kerning first=86 second=336 amount=-2 -kerning first=1259 second=1198 amount=-6 -kerning first=110 second=1098 amount=-2 -kerning first=297 second=236 amount=6 -kerning first=321 second=247 amount=-4 -kerning first=8217 second=1153 amount=-4 -kerning first=192 second=86 amount=-5 -kerning first=256 second=67 amount=-2 -kerning first=1222 second=1037 amount=1 -kerning first=1050 second=267 amount=-3 -kerning first=120 second=356 amount=-3 -kerning first=913 second=186 amount=-5 -kerning first=1263 second=1233 amount=-1 -kerning first=241 second=8216 amount=-3 -kerning first=1254 second=910 amount=-2 -kerning first=1188 second=110 amount=-4 -kerning first=8221 second=275 amount=-4 -kerning first=48 second=8220 amount=-3 -kerning first=196 second=333 amount=-1 -kerning first=193 second=1089 amount=-1 -kerning first=1243 second=1185 amount=-2 -kerning first=1185 second=1239 amount=-1 -kerning first=228 second=221 amount=-5 -kerning first=277 second=1265 amount=-1 -kerning first=170 second=1232 amount=-5 -kerning first=1102 second=170 amount=-2 -kerning first=165 second=307 amount=2 -kerning first=92 second=8221 amount=-7 -kerning first=337 second=192 amount=-2 -kerning first=933 second=927 amount=-2 -kerning first=231 second=374 amount=-4 -kerning first=1104 second=1090 amount=-1 -kerning first=1278 second=1017 amount=-1 -kerning first=358 second=1074 amount=-4 -kerning first=104 second=92 amount=-3 -kerning first=8216 second=256 amount=-6 -kerning first=317 second=1118 amount=-4 -kerning first=1229 second=206 amount=1 -kerning first=192 second=945 amount=-1 -kerning first=256 second=297 amount=3 -kerning first=1230 second=316 amount=1 -kerning first=902 second=279 amount=-1 -kerning first=8225 second=258 amount=-5 -kerning first=1205 second=203 amount=1 -kerning first=255 second=1105 amount=-1 -kerning first=1257 second=8224 amount=-2 -kerning first=1202 second=79 amount=-1 -kerning first=1186 second=278 amount=1 -kerning first=1128 second=263 amount=-1 -kerning first=8221 second=1187 amount=-1 -kerning first=947 second=8220 amount=-4 -kerning first=1163 second=919 amount=1 -kerning first=258 second=1086 amount=-1 -kerning first=118 second=287 amount=-1 -kerning first=257 second=1200 amount=-5 -kerning first=1034 second=170 amount=-2 -kerning first=908 second=1061 amount=-1 -kerning first=923 second=1196 amount=-6 -kerning first=1178 second=927 amount=-2 -kerning first=297 second=330 amount=3 -kerning first=82 second=374 amount=-2 -kerning first=359 second=320 amount=1 -kerning first=1058 second=1092 amount=-5 -kerning first=315 second=126 amount=-4 -kerning first=915 second=183 amount=-4 -kerning first=321 second=1028 amount=-2 -kerning first=192 second=262 amount=-2 -kerning first=1168 second=1010 amount=-5 -kerning first=260 second=1091 amount=-4 -kerning first=1257 second=88 amount=-2 -kerning first=957 second=285 amount=-1 -kerning first=1101 second=967 amount=-1 -kerning first=935 second=271 amount=-2 -kerning first=221 second=354 amount=3 -kerning first=333 second=120 amount=-1 -kerning first=910 second=951 amount=-3 -kerning first=355 second=347 amount=-1 -kerning first=378 second=1153 amount=-1 -kerning first=225 second=1066 amount=-3 -kerning first=1072 second=356 amount=-3 -kerning first=1092 second=1197 amount=-2 -kerning first=8225 second=283 amount=-2 -kerning first=1164 second=1175 amount=-1 -kerning first=253 second=240 amount=-1 -kerning first=1279 second=113 amount=-1 -kerning first=116 second=917 amount=1 -kerning first=1111 second=311 amount=3 -kerning first=1179 second=273 amount=-1 -kerning first=1273 second=967 amount=-1 -kerning first=1234 second=932 amount=-6 -kerning first=87 second=338 amount=-2 -kerning first=1166 second=192 amount=-5 -kerning first=1178 second=1267 amount=-3 -kerning first=356 second=1077 amount=-5 -kerning first=275 second=1140 amount=-3 -kerning first=1094 second=1172 amount=1 -kerning first=1033 second=967 amount=-1 -kerning first=957 second=162 amount=-1 -kerning first=1198 second=242 amount=-6 -kerning first=372 second=226 amount=-3 -kerning first=1043 second=251 amount=-5 -kerning first=299 second=305 amount=6 -kerning first=8218 second=1143 amount=-3 -kerning first=193 second=1145 amount=-1 -kerning first=1197 second=97 amount=-2 -kerning first=1259 second=1175 amount=-1 -kerning first=1232 second=359 amount=-2 -kerning first=1276 second=1017 amount=-1 -kerning first=98 second=197 amount=-2 -kerning first=374 second=965 amount=-3 -kerning first=981 second=255 amount=-1 -kerning first=933 second=269 amount=-6 -kerning first=116 second=318 amount=1 -kerning first=260 second=231 amount=-1 -kerning first=194 second=1265 amount=-4 -kerning first=1094 second=66 amount=1 -kerning first=341 second=277 amount=-1 -kerning first=240 second=89 amount=-6 -kerning first=182 second=1031 amount=1 -kerning first=221 second=913 amount=-5 -kerning first=1188 second=192 amount=-6 -kerning first=1118 second=1209 amount=-1 -kerning first=1211 second=86 amount=-3 -kerning first=245 second=1093 amount=-1 -kerning first=1243 second=1276 amount=-2 -kerning first=1201 second=959 amount=-1 -kerning first=1189 second=111 amount=-2 -kerning first=1050 second=177 amount=-2 -kerning first=970 second=47 amount=-2 -kerning first=1093 second=940 amount=-1 -kerning first=103 second=1204 amount=-3 -kerning first=1040 second=92 amount=-5 -kerning first=923 second=271 amount=-1 -kerning first=939 second=347 amount=-4 -kerning first=349 second=358 amount=-5 -kerning first=1109 second=8218 amount=-3 -kerning first=8230 second=1200 amount=-3 -kerning first=91 second=103 amount=-1 -kerning first=1213 second=374 amount=-6 -kerning first=375 second=1255 amount=-1 -kerning first=1267 second=1236 amount=-4 -kerning first=1026 second=373 amount=-1 -kerning first=1256 second=197 amount=-2 -kerning first=1178 second=269 amount=-3 -kerning first=82 second=1111 amount=3 -kerning first=1168 second=339 amount=-5 -kerning first=1097 second=1229 amount=1 -kerning first=123 second=271 amount=-1 -kerning first=1040 second=338 amount=-2 -kerning first=1196 second=1089 amount=-5 -kerning first=66 second=299 amount=2 -kerning first=935 second=113 amount=-2 -kerning first=1188 second=232 amount=-5 -kerning first=80 second=183 amount=-2 -kerning first=299 second=327 amount=3 -kerning first=196 second=1077 amount=-1 -kerning first=84 second=1010 amount=-5 -kerning first=1274 second=1263 amount=-4 -kerning first=1201 second=60 amount=-2 -kerning first=1077 second=967 amount=-1 -kerning first=1270 second=1108 amount=-5 -kerning first=1200 second=1237 amount=-5 -kerning first=923 second=1275 amount=-2 -kerning first=374 second=333 amount=-6 -kerning first=1263 second=1058 amount=-2 -kerning first=382 second=1035 amount=-2 -kerning first=194 second=267 amount=-1 -kerning first=1170 second=1232 amount=-6 -kerning first=1095 second=375 amount=-1 -kerning first=283 second=1197 amount=-1 -kerning first=1138 second=1061 amount=-1 -kerning first=1234 second=285 amount=-1 -kerning first=358 second=945 amount=-5 -kerning first=1061 second=279 amount=-2 -kerning first=305 second=93 amount=2 -kerning first=1011 second=309 amount=3 -kerning first=356 second=351 amount=-5 -kerning first=1082 second=963 amount=-1 -kerning first=1046 second=1098 amount=-3 -kerning first=373 second=1193 amount=-1 -kerning first=1270 second=1032 amount=-6 -kerning first=109 second=1118 amount=-1 -kerning first=1242 second=8218 amount=-3 -kerning first=88 second=1012 amount=-1 -kerning first=1184 second=67 amount=-2 -kerning first=8217 second=194 amount=-9 -kerning first=221 second=1103 amount=-4 -kerning first=966 second=1066 amount=-3 -kerning first=1188 second=1084 amount=-4 -kerning first=1027 second=241 amount=-4 -kerning first=1275 second=356 amount=-3 -kerning first=193 second=1140 amount=-5 -kerning first=214 second=46 amount=-3 -kerning first=212 second=1046 amount=-1 -kerning first=94 second=197 amount=-5 -kerning first=358 second=262 amount=-2 -kerning first=102 second=981 amount=-1 -kerning first=1271 second=84 amount=-3 -kerning first=902 second=1195 amount=-1 -kerning first=1200 second=961 amount=-3 -kerning first=1225 second=202 amount=1 -kerning first=310 second=1089 amount=-3 -kerning first=246 second=1035 amount=-3 -kerning first=374 second=8218 amount=-7 -kerning first=337 second=221 amount=-6 -kerning first=933 second=1086 amount=-6 -kerning first=1036 second=252 amount=-2 -kerning first=301 second=1190 amount=3 -kerning first=243 second=1143 amount=-1 -kerning first=195 second=34 amount=-5 -kerning first=1226 second=1211 amount=1 -kerning first=1094 second=1052 amount=1 -kerning first=112 second=1061 amount=-2 -kerning first=261 second=1196 amount=-3 -kerning first=284 second=239 amount=2 -kerning first=1234 second=162 amount=-1 -kerning first=87 second=1163 amount=-2 -kerning first=186 second=289 amount=-2 -kerning first=221 second=308 amount=-2 -kerning first=239 second=381 amount=6 -kerning first=1244 second=1057 amount=-1 -kerning first=1274 second=265 amount=-5 -kerning first=932 second=371 amount=-5 -kerning first=1102 second=120 amount=-1 -kerning first=923 second=113 amount=-1 -kerning first=75 second=945 amount=-3 -kerning first=1184 second=297 amount=5 -kerning first=8217 second=234 amount=-4 -kerning first=931 second=45 amount=-2 -kerning first=1139 second=8216 amount=-4 -kerning first=242 second=195 amount=-2 -kerning first=1178 second=1086 amount=-3 -kerning first=8217 second=1243 amount=-4 -kerning first=1082 second=243 amount=-1 -kerning first=343 second=192 amount=-3 -kerning first=210 second=1196 amount=-2 -kerning first=123 second=113 amount=-1 -kerning first=372 second=1254 amount=-2 -kerning first=1196 second=1145 amount=-5 -kerning first=75 second=262 amount=-2 -kerning first=295 second=84 amount=-3 -kerning first=84 second=339 amount=-5 -kerning first=233 second=1098 amount=-1 -kerning first=336 second=372 amount=-1 -kerning first=1034 second=120 amount=-1 -kerning first=961 second=1026 amount=-3 -kerning first=1200 second=246 amount=-6 -kerning first=372 second=1144 amount=-2 -kerning first=914 second=297 amount=2 -kerning first=359 second=304 amount=1 -kerning first=8217 second=1085 amount=-1 -kerning first=1251 second=375 amount=-1 -kerning first=354 second=1263 amount=-4 -kerning first=1199 second=257 amount=-1 -kerning first=1179 second=240 amount=-1 -kerning first=1226 second=323 amount=1 -kerning first=1228 second=1267 amount=-1 -kerning first=1066 second=197 amount=-2 -kerning first=121 second=269 amount=-1 -kerning first=935 second=268 amount=-1 -kerning first=1054 second=1035 amount=-2 -kerning first=376 second=1020 amount=-3 -kerning first=910 second=231 amount=-6 -kerning first=1171 second=963 amount=-2 -kerning first=267 second=1200 amount=-4 -kerning first=1169 second=97 amount=-2 -kerning first=932 second=227 amount=-5 -kerning first=1059 second=363 amount=-3 -kerning first=1199 second=1153 amount=-1 -kerning first=343 second=232 amount=-1 -kerning first=253 second=230 amount=-1 -kerning first=1140 second=289 amount=-3 -kerning first=963 second=955 amount=-4 -kerning first=923 second=87 amount=-4 -kerning first=34 second=1234 amount=-5 -kerning first=99 second=1185 amount=-1 -kerning first=1180 second=43 amount=-6 -kerning first=95 second=368 amount=-3 -kerning first=1271 second=1239 amount=-2 -kerning first=378 second=234 amount=-1 -kerning first=310 second=1145 amount=-3 -kerning first=194 second=177 amount=-3 -kerning first=1168 second=239 amount=6 -kerning first=913 second=981 amount=-1 -kerning first=1278 second=244 amount=-2 -kerning first=1258 second=195 amount=-2 -kerning first=1027 second=193 amount=-6 -kerning first=378 second=1243 amount=-1 -kerning first=344 second=1200 amount=-2 -kerning first=8244 second=58 amount=-4 -kerning first=1274 second=1139 amount=-5 -kerning first=1060 second=198 amount=-2 -kerning first=1230 second=247 amount=-1 -kerning first=224 second=1249 amount=-2 -kerning first=1189 second=1209 amount=-2 -kerning first=1209 second=933 amount=-5 -kerning first=1167 second=1279 amount=-1 -kerning first=1232 second=1254 amount=-2 -kerning first=374 second=1077 amount=-6 -kerning first=1036 second=288 amount=-2 -kerning first=105 second=1140 amount=2 -kerning first=301 second=78 amount=3 -kerning first=271 second=301 amount=2 -kerning first=354 second=265 amount=-5 -kerning first=1175 second=940 amount=-1 -kerning first=332 second=354 amount=-2 -kerning first=1104 second=120 amount=-1 -kerning first=126 second=1058 amount=-4 -kerning first=95 second=1035 amount=-4 -kerning first=1232 second=1144 amount=-2 -kerning first=1171 second=243 amount=-2 -kerning first=929 second=45 amount=-2 -kerning first=915 second=1253 amount=-4 -kerning first=65 second=1263 amount=-4 -kerning first=192 second=111 amount=-1 -kerning first=226 second=1059 amount=-5 -kerning first=1181 second=1255 amount=-1 -kerning first=1050 second=369 amount=-2 -kerning first=1059 second=229 amount=-5 -kerning first=316 second=303 amount=2 -kerning first=923 second=268 amount=-2 -kerning first=1027 second=233 amount=-5 -kerning first=1061 second=1195 amount=-2 -kerning first=1074 second=372 amount=-2 -kerning first=1197 second=1089 amount=-2 -kerning first=1269 second=1026 amount=-3 -kerning first=1274 second=247 amount=-4 -kerning first=70 second=245 amount=-3 -kerning first=902 second=1194 amount=-2 -kerning first=346 second=301 amount=3 -kerning first=1027 second=1241 amount=-5 -kerning first=311 second=291 amount=-1 -kerning first=1187 second=322 amount=1 -kerning first=1224 second=1058 amount=-3 -kerning first=42 second=195 amount=-5 -kerning first=118 second=358 amount=-2 -kerning first=1098 second=1035 amount=-7 -kerning first=121 second=1086 amount=-1 -kerning first=1012 second=194 amount=-2 -kerning first=1114 second=1143 amount=-2 -kerning first=8244 second=1051 amount=-3 -kerning first=192 second=8216 amount=-8 -kerning first=8250 second=1267 amount=-2 -kerning first=932 second=328 amount=-4 -kerning first=1181 second=126 amount=-2 -kerning first=102 second=1040 amount=-2 -kerning first=1235 second=8220 amount=-3 -kerning first=1265 second=260 amount=-4 -kerning first=1202 second=1239 amount=-2 -kerning first=1027 second=1230 amount=-4 -kerning first=1122 second=1204 amount=-3 -kerning first=332 second=913 amount=-2 -kerning first=227 second=86 amount=-3 -kerning first=932 second=1279 amount=-3 -kerning first=245 second=1234 amount=-2 -kerning first=1276 second=244 amount=-2 -kerning first=1178 second=105 amount=2 -kerning first=359 second=1172 amount=1 -kerning first=117 second=910 amount=-4 -kerning first=934 second=47 amount=-3 -kerning first=65 second=265 amount=-1 -kerning first=1092 second=253 amount=-1 -kerning first=1097 second=342 amount=1 -kerning first=1035 second=1035 amount=-3 -kerning first=1068 second=1143 amount=-1 -kerning first=1263 second=939 amount=-2 -kerning first=324 second=121 amount=-1 -kerning first=1043 second=277 amount=-5 -kerning first=1122 second=1232 amount=-2 -kerning first=920 second=932 amount=-2 -kerning first=1143 second=933 amount=-2 -kerning first=84 second=239 amount=6 -kerning first=1080 second=1267 amount=-1 -kerning first=1255 second=1236 amount=-2 -kerning first=1185 second=263 amount=-1 -kerning first=1274 second=1028 amount=-2 -kerning first=1088 second=255 amount=-1 -kerning first=1191 second=1185 amount=-4 -kerning first=1091 second=972 amount=-1 -kerning first=374 second=351 amount=-4 -kerning first=359 second=66 amount=1 -kerning first=299 second=1056 amount=3 -kerning first=354 second=1139 amount=-5 -kerning first=972 second=1118 amount=-1 -kerning first=1203 second=1092 amount=-1 -kerning first=1095 second=1066 amount=-3 -kerning first=945 second=172 amount=-2 -kerning first=8244 second=285 amount=-4 -kerning first=1222 second=115 amount=-1 -kerning first=114 second=1035 amount=-4 -kerning first=1093 second=246 amount=-1 -kerning first=255 second=231 amount=-1 -kerning first=1270 second=908 amount=-2 -kerning first=89 second=199 amount=-2 -kerning first=335 second=932 amount=-3 -kerning first=939 second=99 amount=-6 -kerning first=1043 second=1189 amount=-4 -kerning first=269 second=1196 amount=-5 -kerning first=371 second=374 amount=-4 -kerning first=1197 second=1145 amount=-2 -kerning first=261 second=87 amount=-3 -kerning first=345 second=8363 amount=-1 -kerning first=1237 second=1091 amount=-1 -kerning first=1200 second=1096 amount=-3 -kerning first=1225 second=1053 amount=1 -kerning first=933 second=371 amount=-3 -kerning first=1058 second=981 amount=-5 -kerning first=1168 second=1072 amount=-5 -kerning first=354 second=247 amount=-4 -kerning first=8249 second=1026 amount=-3 -kerning first=1207 second=73 amount=1 -kerning first=1125 second=932 amount=-5 -kerning first=1254 second=1234 amount=-2 -kerning first=111 second=196 amount=-2 -kerning first=1188 second=212 amount=-2 -kerning first=380 second=235 amount=-1 -kerning first=223 second=8216 amount=-4 -kerning first=8244 second=162 amount=-4 -kerning first=1078 second=242 amount=-1 -kerning first=275 second=1058 amount=-3 -kerning first=79 second=358 amount=-2 -kerning first=334 second=8218 amount=-3 -kerning first=1239 second=221 amount=-6 -kerning first=1279 second=248 amount=-1 -kerning first=915 second=338 amount=-2 -kerning first=922 second=99 amount=-3 -kerning first=321 second=258 amount=2 -kerning first=1111 second=1115 amount=3 -kerning first=1199 second=194 amount=-4 -kerning first=1163 second=320 amount=1 -kerning first=210 second=87 amount=-1 -kerning first=358 second=111 amount=-5 -kerning first=1026 second=1141 amount=-1 -kerning first=254 second=1199 amount=-1 -kerning first=1195 second=1198 amount=-4 -kerning first=1178 second=371 amount=-2 -kerning first=244 second=92 amount=-3 -kerning first=65 second=1139 amount=-1 -kerning first=950 second=970 amount=-2 -kerning first=1230 second=209 amount=1 -kerning first=1045 second=297 amount=5 -kerning first=120 second=267 amount=-1 -kerning first=88 second=266 amount=-1 -kerning first=1211 second=8216 amount=-3 -kerning first=1107 second=245 amount=-2 -kerning first=1061 second=1194 amount=-1 -kerning first=8230 second=55 amount=-1 -kerning first=179 second=8249 amount=-2 -kerning first=283 second=253 amount=-1 -kerning first=1180 second=251 amount=-2 -kerning first=1072 second=1265 amount=-1 -kerning first=68 second=258 amount=-2 -kerning first=933 second=227 amount=-5 -kerning first=116 second=1211 amount=1 -kerning first=359 second=1052 amount=1 -kerning first=1036 second=101 amount=-3 -kerning first=1027 second=1125 amount=-4 -kerning first=97 second=374 amount=-5 -kerning first=1251 second=1066 amount=-3 -kerning first=354 second=1028 amount=-2 -kerning first=1199 second=234 amount=-1 -kerning first=187 second=90 amount=-2 -kerning first=1170 second=1256 amount=-2 -kerning first=8224 second=1234 amount=-5 -kerning first=122 second=233 amount=-1 -kerning first=239 second=302 amount=3 -kerning first=1089 second=354 amount=-5 -kerning first=55 second=256 amount=-7 -kerning first=1169 second=1089 amount=-2 -kerning first=1199 second=1243 amount=-1 -kerning first=1226 second=1043 amount=1 -kerning first=1191 second=1276 amount=-2 -kerning first=1205 second=1178 amount=1 -kerning first=92 second=99 amount=-1 -kerning first=1186 second=76 amount=1 -kerning first=75 second=111 amount=-3 -kerning first=248 second=1059 amount=-6 -kerning first=122 second=1241 amount=-1 -kerning first=91 second=273 amount=-1 -kerning first=126 second=182 amount=-1 -kerning first=1086 second=1278 amount=-2 -kerning first=1225 second=932 amount=-2 -kerning first=254 second=957 amount=-1 -kerning first=231 second=1249 amount=-1 -kerning first=273 second=299 amount=3 -kerning first=1075 second=945 amount=-2 -kerning first=216 second=84 amount=-2 -kerning first=119 second=244 amount=-1 -kerning first=373 second=1010 amount=-1 -kerning first=1196 second=1233 amount=-5 -kerning first=240 second=1046 amount=-2 -kerning first=1012 second=376 amount=-2 -kerning first=221 second=265 amount=-6 -kerning first=935 second=248 amount=-2 -kerning first=355 second=1034 amount=1 -kerning first=55 second=281 amount=-3 -kerning first=84 second=1072 amount=-5 -kerning first=1274 second=367 amount=-5 -kerning first=932 second=1092 amount=-5 -kerning first=126 second=939 amount=-4 -kerning first=253 second=1095 amount=-1 -kerning first=162 second=1196 amount=-5 -kerning first=116 second=323 amount=1 -kerning first=1187 second=205 amount=1 -kerning first=1049 second=95 amount=2 -kerning first=193 second=1058 amount=-6 -kerning first=1267 second=277 amount=-1 -kerning first=76 second=375 amount=-4 -kerning first=8217 second=1273 amount=-1 -kerning first=46 second=8244 amount=-5 -kerning first=65 second=1028 amount=-2 -kerning first=1222 second=108 amount=1 -kerning first=1059 second=279 amount=-6 -kerning first=1167 second=186 amount=-2 -kerning first=1207 second=1210 amount=1 -kerning first=119 second=8222 amount=-5 -kerning first=176 second=79 amount=-1 -kerning first=243 second=1202 amount=-2 -kerning first=1027 second=1111 amount=6 -kerning first=1224 second=939 amount=-5 -kerning first=1103 second=932 amount=-3 -kerning first=933 second=328 amount=-3 -kerning first=915 second=1163 amount=-4 -kerning first=46 second=84 amount=-2 -kerning first=271 second=8220 amount=2 -kerning first=913 second=355 amount=-2 -kerning first=87 second=944 amount=-2 -kerning first=186 second=271 amount=-2 -kerning first=966 second=65 amount=-2 -kerning first=242 second=119 amount=-1 -kerning first=910 second=363 amount=-3 -kerning first=1053 second=299 amount=5 -kerning first=355 second=293 amount=1 -kerning first=381 second=183 amount=-2 -kerning first=1169 second=1145 amount=-2 -kerning first=1168 second=1057 amount=-2 -kerning first=1059 second=1224 amount=-3 -kerning first=902 second=1138 amount=-2 -kerning first=120 second=177 amount=-2 -kerning first=1270 second=1255 amount=-5 -kerning first=923 second=248 amount=-1 -kerning first=1193 second=1198 amount=-6 -kerning first=1058 second=1040 amount=-6 -kerning first=1175 second=246 amount=-1 -kerning first=258 second=1092 amount=-1 -kerning first=112 second=121 amount=-1 -kerning first=1069 second=932 amount=-2 -kerning first=961 second=1061 amount=-2 -kerning first=1036 second=174 amount=-1 -kerning first=321 second=176 amount=-8 -kerning first=209 second=1111 amount=5 -kerning first=1201 second=196 amount=-4 -kerning first=1086 second=260 amount=-2 -kerning first=1046 second=972 amount=-2 -kerning first=1207 second=1106 amount=1 -kerning first=1097 second=376 amount=-1 -kerning first=373 second=339 amount=-1 -kerning first=40 second=963 amount=-1 -kerning first=123 second=248 amount=-1 -kerning first=957 second=940 amount=-1 -kerning first=1101 second=92 amount=-3 -kerning first=86 second=1242 amount=-2 -kerning first=111 second=89 amount=-6 -kerning first=221 second=1139 amount=-6 -kerning first=939 second=198 amount=-5 -kerning first=1027 second=332 amount=-2 -kerning first=1166 second=44 amount=-3 -kerning first=225 second=174 amount=-1 -kerning first=1222 second=1134 amount=1 -kerning first=1145 second=171 amount=-3 -kerning first=1215 second=1197 amount=-1 -kerning first=1232 second=301 amount=3 -kerning first=1270 second=126 amount=-4 -kerning first=923 second=39 amount=-5 -kerning first=1217 second=8249 amount=-3 -kerning first=251 second=221 amount=-4 -kerning first=354 second=367 amount=-5 -kerning first=1199 second=376 amount=-2 -kerning first=1273 second=92 amount=-3 -kerning first=341 second=932 amount=-4 -kerning first=1060 second=1244 amount=-1 -kerning first=121 second=227 amount=-1 -kerning first=230 second=1197 amount=-1 -kerning first=87 second=335 amount=-3 -kerning first=1213 second=1249 amount=-1 -kerning first=358 second=1209 amount=-5 -kerning first=1126 second=933 amount=-5 -kerning first=910 second=229 amount=-5 -kerning first=269 second=87 amount=-1 -kerning first=8218 second=118 amount=-3 -kerning first=200 second=1111 amount=5 -kerning first=1201 second=235 amount=-1 -kerning first=902 second=287 amount=-1 -kerning first=1205 second=1045 amount=1 -kerning first=1033 second=92 amount=-3 -kerning first=1140 second=271 amount=-3 -kerning first=254 second=354 amount=-3 -kerning first=1186 second=1238 amount=1 -kerning first=1128 second=281 amount=-1 -kerning first=295 second=1118 amount=-1 -kerning first=221 second=247 amount=-4 -kerning first=1188 second=44 amount=-2 -kerning first=350 second=297 amount=3 -kerning first=1275 second=267 amount=-2 -kerning first=1163 second=304 amount=1 -kerning first=8218 second=1201 amount=-3 -kerning first=1271 second=263 amount=-2 -kerning first=102 second=47 amount=-1 -kerning first=1225 second=1184 amount=1 -kerning first=317 second=256 amount=2 -kerning first=915 second=95 amount=-4 -kerning first=81 second=358 amount=-2 -kerning first=275 second=939 amount=-6 -kerning first=1187 second=1068 amount=1 -kerning first=1170 second=114 amount=-4 -kerning first=1097 second=200 amount=1 -kerning first=40 second=243 amount=-1 -kerning first=1105 second=932 amount=-3 -kerning first=186 second=113 amount=-2 -kerning first=299 second=282 amount=3 -kerning first=377 second=81 amount=-2 -kerning first=1274 second=324 amount=-4 -kerning first=1060 second=193 amount=-2 -kerning first=1086 second=1090 amount=-2 -kerning first=1201 second=1222 amount=-3 -kerning first=8225 second=291 amount=-2 -kerning first=1091 second=224 amount=-1 -kerning first=315 second=933 amount=-3 -kerning first=939 second=8353 amount=-2 -kerning first=357 second=1066 amount=-2 -kerning first=1111 second=1231 amount=3 -kerning first=258 second=186 amount=-5 -kerning first=84 second=1057 amount=-2 -kerning first=1274 second=1271 amount=-4 -kerning first=91 second=240 amount=-1 -kerning first=102 second=1198 amount=1 -kerning first=1168 second=1203 amount=-3 -kerning first=286 second=258 amount=-1 -kerning first=254 second=913 amount=-2 -kerning first=1040 second=335 amount=-1 -kerning first=1193 second=1175 amount=-1 -kerning first=221 second=1028 amount=-2 -kerning first=265 second=84 amount=-5 -kerning first=313 second=255 amount=-4 -kerning first=1197 second=1233 amount=-2 -kerning first=277 second=1090 amount=-1 -kerning first=1209 second=1204 amount=-3 -kerning first=1114 second=1202 amount=-2 -kerning first=1059 second=1195 amount=-6 -kerning first=1077 second=92 amount=-3 -kerning first=287 second=354 amount=-3 -kerning first=955 second=43 amount=-2 -kerning first=922 second=8353 amount=-2 -kerning first=8217 second=8230 amount=-7 -kerning first=1122 second=1200 amount=-6 -kerning first=271 second=1099 amount=3 -kerning first=260 second=279 amount=-1 -kerning first=1094 second=203 amount=1 -kerning first=227 second=8216 amount=-3 -kerning first=341 second=285 amount=-1 -kerning first=284 second=910 amount=-2 -kerning first=1234 second=940 amount=-1 -kerning first=239 second=1018 amount=3 -kerning first=1061 second=1138 amount=-1 -kerning first=256 second=121 amount=-4 -kerning first=970 second=8221 amount=2 -kerning first=1020 second=198 amount=-2 -kerning first=1113 second=119 amount=-2 -kerning first=1070 second=44 amount=-3 -kerning first=1140 second=113 amount=-3 -kerning first=88 second=245 amount=-2 -kerning first=1202 second=263 amount=-2 -kerning first=243 second=118 amount=-1 -kerning first=966 second=174 amount=-1 -kerning first=379 second=284 amount=-2 -kerning first=1111 second=80 amount=3 -kerning first=193 second=182 amount=-1 -kerning first=1224 second=967 amount=-1 -kerning first=1068 second=1202 amount=-2 -kerning first=1234 second=264 amount=-2 -kerning first=1205 second=358 amount=-2 -kerning first=115 second=1026 amount=-5 -kerning first=933 second=1092 amount=-6 -kerning first=243 second=1201 amount=-1 -kerning first=1082 second=99 amount=-1 -kerning first=1222 second=204 amount=1 -kerning first=1016 second=86 amount=-3 -kerning first=341 second=162 amount=-1 -kerning first=162 second=87 amount=-1 -kerning first=966 second=935 amount=-2 -kerning first=333 second=1078 amount=-1 -kerning first=204 second=298 amount=1 -kerning first=193 second=939 amount=-5 -kerning first=235 second=1203 amount=-1 -kerning first=1180 second=277 amount=-3 -kerning first=1086 second=170 amount=-2 -kerning first=1100 second=89 amount=-11 -kerning first=1097 second=1124 amount=1 -kerning first=343 second=44 amount=-4 -kerning first=92 second=8353 amount=-2 -kerning first=195 second=972 amount=-1 -kerning first=354 second=324 amount=-4 -kerning first=1163 second=1172 amount=1 -kerning first=1084 second=910 amount=-5 -kerning first=1226 second=278 amount=1 -kerning first=1170 second=1017 amount=-2 -kerning first=1194 second=88 amount=-1 -kerning first=113 second=1204 amount=-3 -kerning first=1203 second=981 amount=-1 -kerning first=95 second=1179 amount=3 -kerning first=87 second=1104 amount=-3 -kerning first=1106 second=1026 amount=-3 -kerning first=1178 second=1092 amount=-3 -kerning first=1061 second=287 amount=-2 -kerning first=76 second=1066 amount=-6 -kerning first=116 second=1043 amount=1 -kerning first=1274 second=258 amount=-6 -kerning first=356 second=250 amount=-5 -kerning first=1201 second=89 amount=-2 -kerning first=354 second=1271 amount=-4 -kerning first=255 second=229 amount=-1 -kerning first=913 second=1198 amount=-5 -kerning first=1257 second=41 amount=-1 -kerning first=372 second=242 amount=-3 -kerning first=1196 second=1094 amount=-4 -kerning first=1223 second=95 amount=2 -kerning first=270 second=195 amount=-2 -kerning first=181 second=916 amount=-3 -kerning first=1163 second=66 amount=1 -kerning first=106 second=165 amount=2 -kerning first=1143 second=1204 amount=-2 -kerning first=84 second=1203 amount=-3 -kerning first=1210 second=89 amount=-5 -kerning first=70 second=375 amount=-2 -kerning first=375 second=933 amount=-2 -kerning first=964 second=948 amount=-3 -kerning first=1141 second=8244 amount=2 -kerning first=1265 second=966 amount=-1 -kerning first=1075 second=111 amount=-2 -kerning first=1250 second=301 amount=5 -kerning first=119 second=377 amount=-2 -kerning first=957 second=1237 amount=-1 -kerning first=1198 second=923 amount=-5 -kerning first=87 second=1114 amount=-2 -kerning first=973 second=1035 amount=-3 -kerning first=8244 second=1075 amount=-1 -kerning first=1143 second=1232 amount=-4 -kerning first=1274 second=283 amount=-5 -kerning first=1222 second=60 amount=-2 -kerning first=1119 second=374 amount=-5 -kerning first=1141 second=84 amount=-2 -kerning first=301 second=274 amount=3 -kerning first=380 second=1259 amount=-1 -kerning first=1027 second=46 amount=-2 -kerning first=45 second=1066 amount=-4 -kerning first=1171 second=99 amount=-2 -kerning first=8218 second=356 amount=-6 -kerning first=356 second=261 amount=-5 -kerning first=275 second=967 amount=-1 -kerning first=1257 second=1091 amount=-1 -kerning first=1040 second=1104 amount=-1 -kerning first=1140 second=268 amount=-2 -kerning first=240 second=125 amount=-1 -kerning first=221 second=367 amount=-3 -kerning first=250 second=932 amount=-3 -kerning first=1220 second=375 amount=-1 -kerning first=1274 second=1087 amount=-4 -kerning first=1060 second=374 amount=-2 -kerning first=288 second=197 amount=-1 -kerning first=1059 second=1194 amount=-2 -kerning first=1232 second=242 amount=-1 -kerning first=89 second=1207 amount=-5 -kerning first=8217 second=1141 amount=1 -kerning first=301 second=309 amount=-4 -kerning first=208 second=358 amount=-2 -kerning first=1197 second=1058 amount=-3 -kerning first=95 second=94 amount=-4 -kerning first=86 second=945 amount=-3 -kerning first=87 second=353 amount=-2 -kerning first=910 second=279 amount=-6 -kerning first=355 second=340 amount=1 -kerning first=8220 second=1076 amount=-5 -kerning first=1036 second=1257 amount=-3 -kerning first=1169 second=1233 amount=-2 -kerning first=235 second=910 amount=-6 -kerning first=367 second=1198 amount=-4 -kerning first=1222 second=1067 amount=1 -kerning first=260 second=1195 amount=-1 -kerning first=1207 second=173 amount=-1 -kerning first=1091 second=195 amount=-4 -kerning first=1198 second=8370 amount=-2 -kerning first=241 second=1143 amount=-1 -kerning first=1012 second=8230 amount=-3 -kerning first=939 second=241 amount=-3 -kerning first=1043 second=58 amount=-2 -kerning first=354 second=258 amount=-6 -kerning first=1163 second=1052 amount=1 -kerning first=917 second=239 amount=5 -kerning first=1090 second=232 amount=-2 -kerning first=118 second=245 amount=-1 -kerning first=8250 second=1279 amount=-2 -kerning first=86 second=262 amount=-2 -kerning first=1114 second=118 amount=-2 -kerning first=1232 second=8220 amount=-8 -kerning first=170 second=244 amount=-2 -kerning first=1200 second=171 amount=-6 -kerning first=981 second=8225 amount=-2 -kerning first=1058 second=47 amount=-5 -kerning first=90 second=336 amount=-2 -kerning first=226 second=372 amount=-3 -kerning first=194 second=170 amount=-5 -kerning first=957 second=246 amount=-1 -kerning first=121 second=1092 amount=-1 -kerning first=1114 second=1201 amount=-2 -kerning first=1188 second=225 amount=-5 -kerning first=222 second=356 amount=-4 -kerning first=910 second=1224 amount=-3 -kerning first=1081 second=374 amount=-5 -kerning first=1243 second=1267 amount=-1 -kerning first=256 second=903 amount=-5 -kerning first=932 second=981 amount=-5 -kerning first=343 second=1213 amount=2 -kerning first=1102 second=1078 amount=-1 -kerning first=1141 second=1239 amount=-1 -kerning first=1140 second=52 amount=-2 -kerning first=1184 second=121 amount=-3 -kerning first=8217 second=116 amount=1 -kerning first=354 second=283 amount=-5 -kerning first=187 second=198 amount=-2 -kerning first=1068 second=118 amount=-1 -kerning first=376 second=972 amount=-6 -kerning first=297 second=1065 amount=3 -kerning first=197 second=277 amount=-1 -kerning first=107 second=354 amount=-4 -kerning first=356 second=331 amount=-4 -kerning first=1215 second=253 amount=-1 -kerning first=902 second=1012 amount=-2 -kerning first=1207 second=222 amount=1 -kerning first=957 second=8217 amount=2 -kerning first=176 second=74 amount=-6 -kerning first=1068 second=1201 amount=-1 -kerning first=1198 second=181 amount=-3 -kerning first=243 second=356 amount=-3 -kerning first=1027 second=103 amount=-5 -kerning first=252 second=1059 amount=-4 -kerning first=193 second=967 amount=-4 -kerning first=959 second=1277 amount=-1 -kerning first=230 second=253 amount=-1 -kerning first=902 second=358 amount=-6 -kerning first=1034 second=1078 amount=-1 -kerning first=1058 second=382 amount=-3 -kerning first=915 second=944 amount=-4 -kerning first=354 second=1087 amount=-4 -kerning first=1095 second=174 amount=-1 -kerning first=222 second=902 amount=-3 -kerning first=246 second=1199 amount=-1 -kerning first=8244 second=940 amount=-4 -kerning first=192 second=8250 amount=-2 -kerning first=1086 second=120 amount=-1 -kerning first=1141 second=74 amount=-4 -kerning first=1027 second=1249 amount=-3 -kerning first=73 second=296 amount=1 -kerning first=183 second=1236 amount=-2 -kerning first=258 second=981 amount=-1 -kerning first=381 second=338 amount=-2 -kerning first=57 second=89 amount=-2 -kerning first=65 second=283 amount=-1 -kerning first=1241 second=1026 amount=-3 -kerning first=97 second=1249 amount=-2 -kerning first=1075 second=1209 amount=-2 -kerning first=1222 second=77 amount=1 -kerning first=1230 second=276 amount=1 -kerning first=1168 second=1093 amount=-3 -kerning first=1199 second=8230 amount=-2 -kerning first=1278 second=1069 amount=-1 -kerning first=1248 second=8222 amount=-3 -kerning first=221 second=324 amount=-3 -kerning first=243 second=902 amount=-2 -kerning first=939 second=193 amount=-5 -kerning first=1043 second=285 amount=-5 -kerning first=1057 second=88 amount=-1 -kerning first=1185 second=281 amount=-1 -kerning first=277 second=120 amount=-1 -kerning first=43 second=1035 amount=-4 -kerning first=961 second=121 amount=-1 -kerning first=923 second=63 amount=-4 -kerning first=374 second=250 amount=-3 -kerning first=1198 second=1116 amount=-3 -kerning first=359 second=203 amount=1 -kerning first=915 second=335 amount=-5 -kerning first=221 second=1271 amount=-3 -kerning first=1167 second=1040 amount=-2 -kerning first=1030 second=95 amount=2 -kerning first=290 second=195 amount=-1 -kerning first=1104 second=1078 amount=-1 -kerning first=1234 second=246 amount=-1 -kerning first=246 second=957 amount=-1 -kerning first=199 second=1244 amount=-1 -kerning first=260 second=1194 amount=-2 -kerning first=1050 second=966 amount=-3 -kerning first=1097 second=1180 amount=1 -kerning first=255 second=279 amount=-1 -kerning first=1117 second=1197 amount=-2 -kerning first=111 second=1046 amount=-2 -kerning first=939 second=233 amount=-6 -kerning first=1043 second=162 amount=-5 -kerning first=357 second=929 amount=1 -kerning first=8221 second=1074 amount=-1 -kerning first=299 second=1204 amount=6 -kerning first=910 second=1195 amount=-6 -kerning first=1111 second=270 amount=3 -kerning first=972 second=256 amount=-2 -kerning first=177 second=195 amount=-3 -kerning first=369 second=358 amount=-3 -kerning first=228 second=1026 amount=-3 -kerning first=1169 second=1058 amount=-3 -kerning first=1201 second=1259 amount=-1 -kerning first=95 second=214 amount=-3 -kerning first=345 second=102 amount=2 -kerning first=76 second=288 amount=-2 -kerning first=1058 second=1175 amount=-3 -kerning first=321 second=1059 amount=-3 -kerning first=939 second=1241 amount=-6 -kerning first=356 second=197 amount=-6 -kerning first=1251 second=174 amount=-1 -kerning first=1046 second=81 amount=-1 -kerning first=1170 second=244 amount=-5 -kerning first=1207 second=1030 amount=1 -kerning first=1234 second=8217 amount=-7 -kerning first=186 second=248 amount=-2 -kerning first=1126 second=1204 amount=-6 -kerning first=377 second=211 amount=-2 -kerning first=959 second=933 amount=-6 -kerning first=235 second=1093 amount=-1 -kerning first=322 second=297 amount=5 -kerning first=1093 second=171 amount=-2 -kerning first=1279 second=959 amount=-1 -kerning first=92 second=936 amount=-3 -kerning first=254 second=1263 amount=-1 -kerning first=374 second=261 amount=-5 -kerning first=116 second=278 amount=1 -kerning first=922 second=233 amount=-3 -kerning first=939 second=1230 amount=-3 -kerning first=71 second=194 amount=-1 -kerning first=1209 second=1200 amount=-5 -kerning first=1267 second=932 amount=-2 -kerning first=1026 second=49 amount=-2 -kerning first=1020 second=1244 amount=-2 -kerning first=1276 second=1069 amount=-1 -kerning first=1115 second=1197 amount=-2 -kerning first=1061 second=1012 amount=-1 -kerning first=68 second=1059 amount=-2 -kerning first=922 second=1241 amount=-3 -kerning first=327 second=303 amount=2 -kerning first=1011 second=87 amount=2 -kerning first=356 second=275 amount=-5 -kerning first=932 second=1040 amount=-6 -kerning first=1170 second=8222 amount=-8 -kerning first=1092 second=1185 amount=-2 -kerning first=944 second=376 amount=-4 -kerning first=1196 second=967 amount=-4 -kerning first=1198 second=110 amount=-3 -kerning first=1278 second=8373 amount=-1 -kerning first=95 second=1199 amount=-5 -kerning first=248 second=372 amount=-3 -kerning first=1027 second=259 amount=-5 -kerning first=380 second=1193 amount=-1 -kerning first=84 second=1093 amount=-3 -kerning first=1220 second=1066 amount=-3 -kerning first=1269 second=121 amount=-1 -kerning first=1277 second=45 amount=-1 -kerning first=1114 second=356 amount=-7 -kerning first=1200 second=117 amount=-3 -kerning first=315 second=1204 amount=-6 -kerning first=339 second=221 amount=-6 -kerning first=1139 second=1143 amount=-1 -kerning first=360 second=8230 amount=-2 -kerning first=927 second=1276 amount=-1 -kerning first=358 second=8250 amount=-3 -kerning first=221 second=258 amount=-5 -kerning first=122 second=103 amount=-1 -kerning first=39 second=913 amount=-5 -kerning first=355 second=374 amount=-1 -kerning first=916 second=962 amount=-2 -kerning first=65 second=176 amount=-5 -kerning first=356 second=1187 amount=-4 -kerning first=1145 second=8363 amount=-1 -kerning first=903 second=1033 amount=-3 -kerning first=161 second=1140 amount=-2 -kerning first=1059 second=1138 amount=-2 -kerning first=1020 second=193 amount=-2 -kerning first=1016 second=8216 amount=-4 -kerning first=1205 second=1048 amount=1 -kerning first=92 second=233 amount=-1 -kerning first=1140 second=248 amount=-3 -kerning first=1098 second=1199 amount=-2 -kerning first=1186 second=1250 amount=1 -kerning first=382 second=354 amount=-2 -kerning first=315 second=1232 amount=2 -kerning first=193 second=183 amount=-2 -kerning first=1162 second=297 amount=5 -kerning first=1068 second=356 amount=-3 -kerning first=288 second=106 amount=2 -kerning first=92 second=1241 amount=-1 -kerning first=310 second=967 amount=-3 -kerning first=326 second=1198 amount=-5 -kerning first=933 second=981 amount=-6 -kerning first=1036 second=1108 amount=-3 -kerning first=903 second=923 amount=-5 -kerning first=101 second=1035 amount=-3 -kerning first=281 second=221 amount=-6 -kerning first=316 second=298 amount=1 -kerning first=234 second=1143 amount=-1 -kerning first=95 second=957 amount=-5 -kerning first=935 second=959 amount=-2 -kerning first=221 second=283 amount=-6 -kerning first=1188 second=100 amount=-5 -kerning first=299 second=315 amount=3 -kerning first=55 second=289 amount=-3 -kerning first=196 second=275 amount=-1 -kerning first=1116 second=172 amount=-2 -kerning first=1120 second=296 amount=1 -kerning first=1035 second=1199 amount=-1 -kerning first=1270 second=1277 amount=-3 -kerning first=1265 second=226 amount=-1 -kerning first=246 second=354 amount=-3 -kerning first=374 second=331 amount=-3 -kerning first=915 second=1104 amount=-5 -kerning first=1143 second=1200 amount=-2 -kerning first=284 second=1234 amount=-1 -kerning first=86 second=111 amount=-3 -kerning first=174 second=335 amount=-2 -kerning first=1267 second=285 amount=-1 -kerning first=1276 second=8373 amount=-1 -kerning first=355 second=69 amount=1 -kerning first=1178 second=981 amount=-3 -kerning first=8244 second=1237 amount=-4 -kerning first=1059 second=287 amount=-6 -kerning first=1050 second=1060 amount=-2 -kerning first=1098 second=957 amount=-2 -kerning first=935 second=60 amount=-4 -kerning first=221 second=1087 amount=-3 -kerning first=100 second=300 amount=1 -kerning first=1107 second=1066 amount=-3 -kerning first=299 second=357 amount=3 -kerning first=8221 second=945 amount=-4 -kerning first=910 second=1194 amount=-2 -kerning first=259 second=84 amount=-3 -kerning first=283 second=1185 amount=-1 -kerning first=1068 second=902 amount=-2 -kerning first=1088 second=8225 amount=-2 -kerning first=70 second=252 amount=-2 -kerning first=1072 second=1090 amount=-2 -kerning first=1100 second=1046 amount=-2 -kerning first=102 second=963 amount=-1 -kerning first=114 second=1199 amount=1 -kerning first=255 second=1195 amount=-1 -kerning first=1244 second=1258 amount=-1 -kerning first=76 second=65 amount=2 -kerning first=915 second=1114 amount=-4 -kerning first=301 second=1039 amount=3 -kerning first=939 second=1125 amount=-3 -kerning first=56 second=8230 amount=-1 -kerning first=194 second=966 amount=-1 -kerning first=1092 second=1276 amount=-2 -kerning first=1094 second=1178 amount=1 -kerning first=40 second=99 amount=-1 -kerning first=1198 second=192 amount=-5 -kerning first=1126 second=357 amount=-2 -kerning first=1267 second=162 amount=-1 -kerning first=39 second=308 amount=-11 -kerning first=968 second=55 amount=-2 -kerning first=916 second=8220 amount=-9 -kerning first=8244 second=961 amount=-1 -kerning first=8250 second=947 amount=-2 -kerning first=1222 second=8226 amount=-1 -kerning first=1035 second=957 amount=-1 -kerning first=1200 second=286 amount=-2 -kerning first=923 second=959 amount=-1 -kerning first=246 second=913 amount=-2 -kerning first=1278 second=1153 amount=-2 -kerning first=379 second=213 amount=-2 -kerning first=195 second=81 amount=-2 -kerning first=8230 second=8223 amount=-12 -kerning first=1060 second=46 amount=-3 -kerning first=375 second=1204 amount=-2 -kerning first=1054 second=354 amount=-2 -kerning first=376 second=224 amount=-5 -kerning first=337 second=1026 amount=-3 -kerning first=256 second=71 amount=-2 -kerning first=902 second=266 amount=-2 -kerning first=123 second=959 amount=-1 -kerning first=1164 second=198 amount=-2 -kerning first=1096 second=1196 amount=-3 -kerning first=1198 second=232 amount=-6 -kerning first=1188 second=112 amount=-4 -kerning first=236 second=1111 amount=3 -kerning first=333 second=8220 amount=-4 -kerning first=192 second=1143 amount=-4 -kerning first=102 second=243 amount=-1 -kerning first=375 second=1232 amount=-4 -kerning first=114 second=957 amount=1 -kerning first=971 second=89 amount=-4 -kerning first=923 second=60 amount=-1 -kerning first=915 second=353 amount=-5 -kerning first=315 second=357 amount=-1 -kerning first=8217 second=1073 amount=-3 -kerning first=1168 second=1234 amount=-6 -kerning first=1175 second=171 amount=-2 -kerning first=1226 second=76 amount=1 -kerning first=71 second=376 amount=-2 -kerning first=1242 second=197 amount=-2 -kerning first=239 second=202 amount=3 -kerning first=48 second=221 amount=-2 -kerning first=8218 second=1265 amount=-3 -kerning first=8244 second=246 amount=-4 -kerning first=1222 second=928 amount=1 -kerning first=1087 second=932 amount=-3 -kerning first=187 second=1244 amount=-3 -kerning first=1259 second=198 amount=-2 -kerning first=343 second=100 amount=-1 -kerning first=92 second=374 amount=-5 -kerning first=908 second=88 amount=-1 -kerning first=1196 second=183 amount=-4 -kerning first=374 second=197 amount=-5 -kerning first=1198 second=1084 amount=-3 -kerning first=1186 second=1223 amount=1 -kerning first=1128 second=289 amount=-1 -kerning first=313 second=173 amount=-4 -kerning first=1111 second=919 amount=3 -kerning first=258 second=355 amount=-2 -kerning first=126 second=92 amount=-3 -kerning first=95 second=354 amount=-4 -kerning first=1271 second=281 amount=-2 -kerning first=1054 second=913 amount=-2 -kerning first=1225 second=330 amount=1 -kerning first=353 second=933 amount=-5 -kerning first=98 second=86 amount=-3 -kerning first=192 second=284 amount=-2 -kerning first=187 second=936 amount=-6 -kerning first=260 second=1138 amount=-2 -kerning first=1170 second=349 amount=-5 -kerning first=913 second=963 amount=-1 -kerning first=341 second=940 amount=-1 -kerning first=121 second=981 amount=-1 -kerning first=87 second=43 amount=-3 -kerning first=328 second=358 amount=-3 -kerning first=1276 second=1153 amount=-2 -kerning first=1201 second=1193 amount=-1 -kerning first=1020 second=374 amount=-6 -kerning first=286 second=1059 amount=-2 -kerning first=1191 second=1267 amount=-2 -kerning first=1141 second=263 amount=-1 -kerning first=374 second=275 amount=-6 -kerning first=981 second=84 amount=-3 -kerning first=933 second=1040 amount=-5 -kerning first=922 second=1111 amount=5 -kerning first=243 second=93 amount=-1 -kerning first=271 second=295 amount=2 -kerning first=187 second=193 amount=-2 -kerning first=1083 second=376 amount=-5 -kerning first=1224 second=92 amount=-3 -kerning first=1098 second=354 amount=-7 -kerning first=174 second=1104 amount=-2 -kerning first=1256 second=86 amount=-2 -kerning first=1176 second=8230 amount=-1 -kerning first=310 second=183 amount=-6 -kerning first=215 second=1059 amount=-3 -kerning first=939 second=332 amount=-2 -kerning first=1027 second=273 amount=-5 -kerning first=8216 second=52 amount=-4 -kerning first=376 second=1117 amount=-3 -kerning first=1255 second=932 amount=-3 -kerning first=1274 second=59 amount=-2 -kerning first=1119 second=1249 amount=-2 -kerning first=1200 second=920 amount=-2 -kerning first=89 second=8249 amount=-6 -kerning first=374 second=1187 amount=-3 -kerning first=199 second=1111 amount=2 -kerning first=1186 second=8220 amount=-3 -kerning first=915 second=950 amount=-5 -kerning first=8222 second=1140 amount=-6 -kerning first=194 second=1060 amount=-2 -kerning first=260 second=287 amount=-1 -kerning first=1094 second=1045 amount=1 -kerning first=1035 second=354 amount=-3 -kerning first=913 second=243 amount=-1 -kerning first=71 second=307 amount=2 -kerning first=1117 second=253 amount=-1 -kerning first=86 second=1209 amount=-3 -kerning first=1188 second=67 amount=-2 -kerning first=76 second=174 amount=-5 -kerning first=84 second=1234 amount=-6 -kerning first=1241 second=1061 amount=-2 -kerning first=1230 second=1059 amount=-1 -kerning first=229 second=910 amount=-5 -kerning first=1167 second=1198 amount=-6 -kerning first=92 second=1111 amount=3 -kerning first=1140 second=115 amount=-3 -kerning first=169 second=8220 amount=-2 -kerning first=1202 second=281 amount=-2 -kerning first=1263 second=95 amount=-5 -kerning first=1254 second=8218 amount=-3 -kerning first=922 second=332 amount=-2 -kerning first=111 second=125 amount=-1 -kerning first=243 second=1265 amount=-1 -kerning first=1211 second=1143 amount=-1 -kerning first=299 second=124 amount=3 -kerning first=279 second=932 amount=-3 -kerning first=332 second=258 amount=-2 -kerning first=345 second=1267 amount=1 -kerning first=87 second=1236 amount=-4 -kerning first=376 second=81 amount=-2 -kerning first=1061 second=266 amount=-1 -kerning first=356 second=336 amount=-2 -kerning first=1082 second=233 amount=-1 -kerning first=114 second=354 amount=-4 -kerning first=913 second=8221 amount=-7 -kerning first=8224 second=333 amount=-2 -kerning first=358 second=1143 amount=-4 -kerning first=1188 second=297 amount=6 -kerning first=349 second=1066 amount=-5 -kerning first=181 second=356 amount=-3 -kerning first=1180 second=285 amount=-3 -kerning first=212 second=910 amount=-2 -kerning first=1138 second=88 amount=-1 -kerning first=932 second=47 amount=-5 -kerning first=1082 second=1241 amount=-1 -kerning first=1102 second=8220 amount=-4 -kerning first=1200 second=8363 amount=-6 -kerning first=1115 second=253 amount=-1 -kerning first=89 second=1035 amount=3 -kerning first=1036 second=908 amount=-2 -kerning first=321 second=1054 amount=-2 -kerning first=1226 second=1238 amount=1 -kerning first=112 second=8224 amount=-2 -kerning first=1090 second=44 amount=-6 -kerning first=174 second=353 amount=-1 -kerning first=1126 second=1256 amount=-2 -kerning first=262 second=935 amount=-1 -kerning first=1244 second=172 amount=-4 -kerning first=52 second=46 amount=-2 -kerning first=107 second=265 amount=-1 -kerning first=226 second=1098 amount=-2 -kerning first=1181 second=1204 amount=-4 -kerning first=275 second=92 amount=-3 -kerning first=92 second=332 amount=-2 -kerning first=1217 second=214 amount=-1 -kerning first=1184 second=71 amount=-2 -kerning first=1126 second=1200 amount=-5 -kerning first=1043 second=1075 amount=-4 -kerning first=1027 second=1167 amount=-4 -kerning first=1163 second=203 amount=1 -kerning first=1081 second=1249 amount=-2 -kerning first=112 second=88 amount=-2 -kerning first=1180 second=162 amount=-3 -kerning first=1063 second=303 amount=2 -kerning first=345 second=269 amount=-1 -kerning first=358 second=284 amount=-2 -kerning first=1034 second=8220 amount=-4 -kerning first=45 second=935 amount=-4 -kerning first=376 second=195 amount=-5 -kerning first=75 second=1143 amount=-3 -kerning first=1058 second=963 amount=-5 -kerning first=209 second=938 amount=1 -kerning first=354 second=59 amount=-2 -kerning first=1046 second=211 amount=-1 -kerning first=114 second=913 amount=-3 -kerning first=1207 second=905 amount=1 -kerning first=1062 second=1044 amount=2 -kerning first=1066 second=86 amount=-3 -kerning first=1278 second=234 amount=-2 -kerning first=241 second=118 amount=-1 -kerning first=380 second=1010 amount=-1 -kerning first=242 second=1140 amount=-3 -kerning first=910 second=1138 amount=-2 -kerning first=8244 second=1096 amount=-1 -kerning first=196 second=336 amount=-2 -kerning first=1274 second=291 amount=-5 -kerning first=932 second=382 amount=-3 -kerning first=70 second=65 amount=-6 -kerning first=1094 second=358 amount=-2 -kerning first=343 second=1026 amount=-4 -kerning first=119 second=1153 amount=-1 -kerning first=1278 second=1243 amount=-2 -kerning first=241 second=1201 amount=-1 -kerning first=315 second=1256 amount=-2 -kerning first=301 second=1024 amount=3 -kerning first=63 second=1236 amount=-4 -kerning first=1243 second=1279 amount=-1 -kerning first=1197 second=183 amount=-1 -kerning first=1096 second=87 amount=-3 -kerning first=121 second=1040 amount=-4 -kerning first=1114 second=93 amount=-2 -kerning first=1171 second=233 amount=-2 -kerning first=315 second=1200 amount=-3 -kerning first=197 second=932 amount=-6 -kerning first=367 second=8221 amount=1 -kerning first=1222 second=89 amount=-1 -kerning first=1230 second=922 amount=1 -kerning first=1059 second=1012 amount=-2 -kerning first=1167 second=1175 amount=-1 -kerning first=75 second=284 amount=-2 -kerning first=8221 second=111 amount=-4 -kerning first=1171 second=1241 amount=-2 -kerning first=959 second=1204 amount=-3 -kerning first=1139 second=1202 amount=-2 -kerning first=70 second=101 amount=-3 -kerning first=161 second=1058 amount=-4 -kerning first=1059 second=358 amount=3 -kerning first=1239 second=1026 amount=-3 -kerning first=102 second=347 amount=-1 -kerning first=359 second=1178 amount=1 -kerning first=1058 second=243 amount=-5 -kerning first=1184 second=45 amount=-6 -kerning first=194 second=359 amount=-2 -kerning first=187 second=374 amount=-6 -kerning first=258 second=1198 amount=-5 -kerning first=1068 second=93 amount=-1 -kerning first=1234 second=253 amount=-4 -kerning first=935 second=290 amount=-1 -kerning first=122 second=273 amount=-1 -kerning first=239 second=1053 amount=3 -kerning first=1225 second=8217 amount=2 -kerning first=910 second=287 amount=-6 -kerning first=959 second=1232 amount=-2 -kerning first=1220 second=65 amount=-2 -kerning first=107 second=1139 amount=-1 -kerning first=1116 second=333 amount=-1 -kerning first=902 second=245 amount=-1 -kerning first=8225 second=294 amount=3 -kerning first=1207 second=8244 amount=2 -kerning first=120 second=966 amount=-1 -kerning first=1258 second=1140 amount=-2 -kerning first=1027 second=240 amount=-5 -kerning first=313 second=8225 amount=-6 -kerning first=193 second=92 amount=-5 -kerning first=345 second=1086 amount=-1 -kerning first=1100 second=125 amount=-2 -kerning first=1114 second=1265 amount=-2 -kerning first=1276 second=234 amount=-2 -kerning first=335 second=1197 amount=-2 -kerning first=903 second=192 amount=-5 -kerning first=1050 second=1254 amount=-2 -kerning first=334 second=197 amount=-2 -kerning first=114 second=308 amount=-4 -kerning first=1207 second=84 amount=-2 -kerning first=8224 second=1077 amount=-2 -kerning first=372 second=923 amount=-4 -kerning first=1198 second=212 amount=-2 -kerning first=1188 second=1235 amount=-5 -kerning first=380 second=339 amount=-1 -kerning first=1276 second=1243 amount=-2 -kerning first=355 second=1050 amount=1 -kerning first=55 second=271 amount=-3 -kerning first=193 second=338 amount=-2 -kerning first=90 second=1242 amount=-2 -kerning first=1253 second=358 amount=-3 -kerning first=256 second=8224 amount=-5 -kerning first=107 second=247 amount=-2 -kerning first=932 second=1175 amount=-3 -kerning first=1050 second=1144 amount=-2 -kerning first=1196 second=1253 amount=-4 -kerning first=116 second=76 amount=1 -kerning first=1125 second=1197 amount=-1 -kerning first=939 second=46 amount=-3 -kerning first=354 second=291 amount=-5 -kerning first=1068 second=1265 amount=-1 -kerning first=1106 second=121 amount=-1 -kerning first=376 second=345 amount=-3 -kerning first=179 second=913 amount=-6 -kerning first=301 second=1196 amount=6 -kerning first=65 second=1059 amount=-5 -kerning first=197 second=285 amount=-1 -kerning first=1238 second=1111 amount=5 -kerning first=1093 second=8363 amount=-1 -kerning first=957 second=171 amount=-3 -kerning first=923 second=290 amount=-2 -kerning first=1043 second=940 amount=-5 -kerning first=1164 second=1244 amount=-2 -kerning first=246 second=1263 amount=-1 -kerning first=1128 second=1196 amount=-6 -kerning first=1036 second=1255 amount=-3 -kerning first=1010 second=910 amount=-4 -kerning first=1168 second=1258 amount=-2 -kerning first=216 second=256 amount=-2 -kerning first=1179 second=173 amount=-2 -kerning first=366 second=8218 amount=-5 -kerning first=341 second=246 amount=-1 -kerning first=375 second=1200 amount=-2 -kerning first=1043 second=264 amount=-2 -kerning first=239 second=932 amount=6 -kerning first=337 second=1061 amount=-2 -kerning first=278 second=239 amount=5 -kerning first=1078 second=232 amount=-1 -kerning first=192 second=42 amount=-5 -kerning first=197 second=162 amount=-1 -kerning first=224 second=255 amount=-1 -kerning first=1088 second=84 amount=-3 -kerning first=1059 second=1169 amount=-3 -kerning first=1113 second=1140 amount=-7 -kerning first=1279 second=235 amount=-1 -kerning first=372 second=8370 amount=-2 -kerning first=89 second=228 amount=-5 -kerning first=374 second=336 amount=-2 -kerning first=382 second=265 amount=-1 -kerning first=248 second=1098 amount=-2 -kerning first=195 second=211 amount=-2 -kerning first=259 second=1118 amount=-1 -kerning first=213 second=933 amount=-2 -kerning first=118 second=1066 amount=-2 -kerning first=1118 second=356 amount=-2 -kerning first=1259 second=1244 amount=-2 -kerning first=1036 second=126 amount=-6 -kerning first=65 second=291 amount=-1 -kerning first=8250 second=1040 amount=-2 -kerning first=1230 second=1025 amount=1 -kerning first=1111 second=1171 amount=3 -kerning first=1235 second=221 amount=-5 -kerning first=1164 second=193 amount=-2 -kerning first=227 second=1143 amount=-1 -kerning first=341 second=8217 amount=1 -kerning first=240 second=1203 amount=-1 -kerning first=1107 second=101 amount=-2 -kerning first=317 second=1196 amount=-6 -kerning first=48 second=44 amount=-2 -kerning first=55 second=113 amount=-3 -kerning first=1169 second=183 amount=-1 -kerning first=1185 second=289 amount=-1 -kerning first=92 second=46 amount=3 -kerning first=1265 second=301 amount=3 -kerning first=293 second=376 amount=-5 -kerning first=359 second=1045 amount=1 -kerning first=105 second=92 amount=2 -kerning first=8217 second=958 amount=-4 -kerning first=321 second=372 amount=-1 -kerning first=195 second=119 amount=-4 -kerning first=1250 second=206 amount=1 -kerning first=260 second=1012 amount=-2 -kerning first=119 second=194 amount=-4 -kerning first=241 second=356 amount=-3 -kerning first=358 second=1181 amount=-4 -kerning first=98 second=8216 amount=-4 -kerning first=1061 second=245 amount=-2 -kerning first=179 second=308 amount=-7 -kerning first=1116 second=1077 amount=-1 -kerning first=1201 second=1010 amount=-1 -kerning first=1215 second=1185 amount=-1 -kerning first=260 second=358 amount=-6 -kerning first=211 second=1035 amount=-2 -kerning first=1059 second=1088 amount=-3 -kerning first=1259 second=193 amount=-2 -kerning first=1097 second=254 amount=1 -kerning first=255 second=287 amount=-1 -kerning first=1128 second=271 amount=-1 -kerning first=221 second=59 amount=-4 -kerning first=939 second=103 amount=-6 -kerning first=1107 second=1083 amount=-3 -kerning first=8221 second=1209 amount=-4 -kerning first=44 second=933 amount=-3 -kerning first=947 second=44 amount=-5 -kerning first=1139 second=118 amount=-1 -kerning first=1220 second=174 amount=-1 -kerning first=1090 second=225 amount=-2 -kerning first=230 second=1185 amount=-1 -kerning first=1118 second=902 amount=-4 -kerning first=1232 second=8370 amount=-2 -kerning first=68 second=372 amount=-1 -kerning first=915 second=43 amount=-4 -kerning first=301 second=1275 amount=3 -kerning first=251 second=1026 amount=-3 -kerning first=119 second=234 amount=-1 -kerning first=1139 second=1201 amount=-1 -kerning first=1196 second=338 amount=-2 -kerning first=1234 second=171 amount=-2 -kerning first=186 second=959 amount=-2 -kerning first=1103 second=1197 amount=-2 -kerning first=935 second=235 amount=-2 -kerning first=905 second=296 amount=1 -kerning first=122 second=240 amount=-1 -kerning first=313 second=79 amount=-2 -kerning first=1256 second=8216 amount=-2 -kerning first=84 second=1258 amount=-2 -kerning first=249 second=8220 amount=-3 -kerning first=1220 second=935 amount=-2 -kerning first=336 second=195 amount=-2 -kerning first=1086 second=1078 amount=-1 -kerning first=1277 second=337 amount=-1 -kerning first=119 second=1243 amount=-1 -kerning first=1200 second=216 amount=-2 -kerning first=1091 second=97 amount=-1 -kerning first=1128 second=1275 amount=-2 -kerning first=116 second=1238 amount=1 -kerning first=382 second=1139 amount=-1 -kerning first=922 second=103 amount=-3 -kerning first=1111 second=320 amount=3 -kerning first=194 second=1254 amount=-2 -kerning first=1275 second=966 amount=-2 -kerning first=234 second=118 amount=-1 -kerning first=95 second=1263 amount=-5 -kerning first=1126 second=1017 amount=-2 -kerning first=353 second=1204 amount=-5 -kerning first=8222 second=1058 amount=-6 -kerning first=58 second=1035 amount=-2 -kerning first=194 second=1144 amount=-2 -kerning first=161 second=939 amount=-4 -kerning first=79 second=1066 amount=-2 -kerning first=1168 second=1080 amount=-4 -kerning first=234 second=1201 amount=-1 -kerning first=1270 second=1232 amount=-6 -kerning first=254 second=258 amount=-2 -kerning first=88 second=288 amount=-1 -kerning first=1263 second=335 amount=-1 -kerning first=965 second=1196 amount=-3 -kerning first=1027 second=230 amount=-5 -kerning first=299 second=303 amount=6 -kerning first=1143 second=244 amount=-1 -kerning first=1243 second=186 amount=-2 -kerning first=277 second=1078 amount=-1 -kerning first=310 second=338 amount=-2 -kerning first=372 second=1116 amount=-2 -kerning first=981 second=1118 amount=-1 -kerning first=1058 second=347 amount=-5 -kerning first=1036 second=305 amount=2 -kerning first=373 second=1234 amount=-4 -kerning first=1098 second=1263 amount=-2 -kerning first=1278 second=334 amount=-1 -kerning first=240 second=910 amount=-6 -kerning first=1267 second=940 amount=-1 -kerning first=239 second=1184 amount=3 -kerning first=317 second=1275 amount=-1 -kerning first=8244 second=253 amount=1 -kerning first=359 second=358 amount=-2 -kerning first=1274 second=1054 amount=-2 -kerning first=1201 second=339 amount=-1 -kerning first=92 second=103 amount=-1 -kerning first=1140 second=959 amount=-3 -kerning first=923 second=235 amount=-1 -kerning first=1198 second=44 amount=-3 -kerning first=1128 second=113 amount=-1 -kerning first=915 second=1236 amount=-6 -kerning first=315 second=1017 amount=-2 -kerning first=299 second=55 amount=6 -kerning first=1175 second=8363 amount=-1 -kerning first=1143 second=8222 amount=-5 -kerning first=376 second=211 amount=-2 -kerning first=1244 second=333 amount=-2 -kerning first=192 second=213 amount=-2 -kerning first=1241 second=121 amount=-1 -kerning first=1059 second=266 amount=-2 -kerning first=1170 second=1069 amount=-2 -kerning first=123 second=235 amount=-1 -kerning first=1035 second=1263 amount=-1 -kerning first=121 second=47 amount=-4 -kerning first=221 second=291 amount=-6 -kerning first=1043 second=1237 amount=-5 -kerning first=80 second=43 amount=-2 -kerning first=299 second=1162 amount=3 -kerning first=936 second=187 amount=-1 -kerning first=1274 second=378 amount=-3 -kerning first=102 second=99 amount=-1 -kerning first=1105 second=1197 amount=-1 -kerning first=1140 second=60 amount=-5 -kerning first=109 second=1196 amount=-3 -kerning first=244 second=1236 amount=-2 -kerning first=1055 second=297 amount=5 -kerning first=73 second=1111 amount=5 -kerning first=1187 second=310 amount=1 -kerning first=1203 second=963 amount=-1 -kerning first=87 second=277 amount=-3 -kerning first=973 second=354 amount=-3 -kerning first=910 second=1012 amount=-2 -kerning first=263 second=933 amount=-4 -kerning first=192 second=118 amount=-4 -kerning first=1189 second=356 amount=-3 -kerning first=1168 second=172 amount=-4 -kerning first=1059 second=237 amount=-2 -kerning first=219 second=8222 amount=-5 -kerning first=114 second=1263 amount=1 -kerning first=1164 second=374 amount=-6 -kerning first=1066 second=8216 amount=-4 -kerning first=372 second=110 amount=-2 -kerning first=121 second=1198 amount=-2 -kerning first=1196 second=1163 amount=-4 -kerning first=1128 second=87 amount=-4 -kerning first=935 second=169 amount=-1 -kerning first=1188 second=1119 amount=-4 -kerning first=939 second=259 amount=-5 -kerning first=1043 second=961 amount=-4 -kerning first=242 second=1058 amount=-3 -kerning first=910 second=358 amount=3 -kerning first=55 second=52 amount=-4 -kerning first=84 second=1080 amount=-4 -kerning first=228 second=121 amount=-1 -kerning first=192 second=1201 amount=-4 -kerning first=961 second=8224 amount=-2 -kerning first=1020 second=1249 amount=-2 -kerning first=292 second=239 amount=5 -kerning first=347 second=374 amount=-5 -kerning first=1276 second=334 amount=-1 -kerning first=90 second=262 amount=-2 -kerning first=311 second=972 amount=-1 -kerning first=1083 second=1141 amount=-1 -kerning first=1094 second=1048 amount=1 -kerning first=40 second=233 amount=-1 -kerning first=87 second=1189 amount=-2 -kerning first=170 second=1153 amount=-2 -kerning first=340 second=933 amount=-2 -kerning first=1229 second=297 amount=5 -kerning first=212 second=1234 amount=-2 -kerning first=1277 second=1105 amount=-1 -kerning first=1259 second=374 amount=-6 -kerning first=961 second=88 amount=-2 -kerning first=40 second=1241 amount=-1 -kerning first=335 second=253 amount=-1 -kerning first=303 second=125 amount=2 -kerning first=354 second=1054 amount=-2 -kerning first=250 second=8217 amount=1 -kerning first=959 second=1200 amount=-6 -kerning first=1203 second=243 amount=-1 -kerning first=1233 second=932 amount=-3 -kerning first=80 second=1236 amount=-5 -kerning first=1191 second=1279 amount=-1 -kerning first=317 second=87 amount=-1 -kerning first=1050 second=301 amount=5 -kerning first=1170 second=8373 amount=-2 -kerning first=114 second=265 amount=-1 -kerning first=1228 second=1198 amount=-5 -kerning first=1207 second=314 amount=1 -kerning first=1040 second=277 amount=-1 -kerning first=176 second=256 amount=-5 -kerning first=1128 second=268 amount=-2 -kerning first=1263 second=1104 amount=-1 -kerning first=1043 second=246 amount=-5 -kerning first=1139 second=356 amount=-3 -kerning first=1265 second=242 amount=-1 -kerning first=923 second=169 amount=-2 -kerning first=89 second=1179 amount=-3 -kerning first=105 second=95 amount=3 -kerning first=1258 second=1058 amount=-2 -kerning first=915 second=251 amount=-5 -kerning first=8217 second=1207 amount=-4 -kerning first=301 second=238 amount=6 -kerning first=354 second=378 amount=-3 -kerning first=1226 second=1250 amount=1 -kerning first=913 second=99 amount=-1 -kerning first=70 second=1257 amount=-3 -kerning first=54 second=8222 amount=-3 -kerning first=256 second=337 amount=-1 -kerning first=1201 second=239 amount=3 -kerning first=257 second=376 amount=-5 -kerning first=1141 second=256 amount=-4 -kerning first=923 second=89 amount=-5 -kerning first=88 second=101 amount=-2 -kerning first=1196 second=95 amount=-4 -kerning first=313 second=8244 amount=-3 -kerning first=1111 second=304 amount=3 -kerning first=1163 second=1178 amount=1 -kerning first=234 second=356 amount=-3 -kerning first=84 second=172 amount=-4 -kerning first=210 second=196 amount=-2 -kerning first=1090 second=100 amount=-2 -kerning first=174 second=1236 amount=-5 -kerning first=358 second=213 amount=-2 -kerning first=1271 second=289 amount=-2 -kerning first=1244 second=1077 amount=-2 -kerning first=317 second=268 amount=-2 -kerning first=243 second=1278 amount=-2 -kerning first=327 second=298 amount=1 -kerning first=65 second=1054 amount=-2 -kerning first=1170 second=249 amount=-5 -kerning first=372 second=192 amount=-4 -kerning first=240 second=1093 amount=-1 -kerning first=345 second=1279 amount=1 -kerning first=1211 second=118 amount=-1 -kerning first=313 second=84 amount=-6 -kerning first=299 second=1225 amount=3 -kerning first=910 second=1169 amount=-3 -kerning first=8244 second=171 amount=-5 -kerning first=1139 second=902 amount=-2 -kerning first=932 second=963 amount=-5 -kerning first=101 second=1199 amount=-1 -kerning first=1207 second=1120 amount=1 -kerning first=1141 second=281 amount=-1 -kerning first=1091 second=1089 amount=-1 -kerning first=81 second=1066 amount=-2 -kerning first=301 second=1037 amount=3 -kerning first=8222 second=939 amount=-7 -kerning first=1211 second=1201 amount=-1 -kerning first=271 second=1110 amount=3 -kerning first=183 second=932 amount=-4 -kerning first=260 second=266 amount=-2 -kerning first=1185 second=1196 amount=-4 -kerning first=1101 second=1236 amount=-2 -kerning first=95 second=1028 amount=-3 -kerning first=1231 second=303 amount=2 -kerning first=1213 second=255 amount=-1 -kerning first=358 second=118 amount=-4 -kerning first=1267 second=1237 amount=-1 -kerning first=333 second=923 amount=-2 -kerning first=114 second=1139 amount=-1 -kerning first=372 second=232 amount=-3 -kerning first=75 second=213 amount=-2 -kerning first=358 second=1201 amount=-4 -kerning first=349 second=174 amount=-1 -kerning first=1180 second=940 amount=-3 -kerning first=8250 second=1198 amount=-6 -kerning first=1120 second=1111 amount=5 -kerning first=1113 second=1058 amount=-7 -kerning first=255 second=358 amount=-2 -kerning first=1170 second=257 amount=-5 -kerning first=332 second=1059 amount=-2 -kerning first=1033 second=1236 amount=-2 -kerning first=173 second=84 amount=-4 -kerning first=935 second=210 amount=-1 -kerning first=1126 second=244 amount=-1 -kerning first=222 second=260 amount=-3 -kerning first=910 second=1088 amount=-3 -kerning first=8218 second=1090 amount=-3 -kerning first=1171 second=46 amount=-6 -kerning first=8230 second=376 amount=-3 -kerning first=43 second=354 amount=-4 -kerning first=932 second=243 amount=-5 -kerning first=1180 second=264 amount=-2 -kerning first=101 second=957 amount=-1 -kerning first=102 second=198 amount=-2 -kerning first=902 second=375 amount=-4 -kerning first=1170 second=1153 amount=-5 -kerning first=114 second=247 amount=-2 -kerning first=286 second=299 amount=2 -kerning first=372 second=1084 amount=-2 -kerning first=1202 second=289 amount=-2 -kerning first=75 second=118 amount=-3 -kerning first=1027 second=1095 amount=-5 -kerning first=258 second=963 amount=-1 -kerning first=1080 second=1198 amount=-5 -kerning first=1234 second=286 amount=-2 -kerning first=1103 second=253 amount=-1 -kerning first=1026 second=1035 amount=-3 -kerning first=1279 second=1259 amount=-1 -kerning first=297 second=102 amount=3 -kerning first=337 second=121 amount=-1 -kerning first=75 second=1201 amount=-3 -kerning first=321 second=34 amount=-6 -kerning first=192 second=356 amount=-6 -kerning first=1082 second=103 amount=-1 -kerning first=1222 second=75 amount=1 -kerning first=972 second=1196 amount=-3 -kerning first=1092 second=1267 amount=-1 -kerning first=109 second=87 amount=-3 -kerning first=1198 second=225 amount=-5 -kerning first=324 second=1091 amount=-1 -kerning first=243 second=260 amount=-2 -kerning first=55 second=248 amount=-3 -kerning first=1185 second=271 amount=-1 -kerning first=118 second=65 amount=-4 -kerning first=356 second=1242 amount=-2 -kerning first=1180 second=236 amount=2 -kerning first=1088 second=1118 amount=-1 -kerning first=1232 second=232 amount=-1 -kerning first=1097 second=1036 amount=1 -kerning first=1016 second=1143 amount=-1 -kerning first=170 second=194 amount=-5 -kerning first=1205 second=1066 amount=-2 -kerning first=253 second=8244 amount=2 -kerning first=1091 second=1145 amount=-1 -kerning first=1058 second=99 amount=-5 -kerning first=270 second=1140 amount=-2 -kerning first=1043 second=1197 amount=-3 -kerning first=1107 second=1257 amount=-2 -kerning first=1111 second=1172 amount=3 -kerning first=194 second=301 amount=3 -kerning first=1226 second=1223 amount=1 -kerning first=213 second=1204 amount=-2 -kerning first=1237 second=358 amount=-3 -kerning first=1267 second=246 amount=-1 -kerning first=242 second=939 amount=-6 -kerning first=256 second=1105 amount=-1 -kerning first=107 second=283 amount=-1 -kerning first=1201 second=1072 amount=-1 -kerning first=1222 second=1109 amount=-1 -kerning first=1059 second=245 amount=-6 -kerning first=1064 second=300 amount=1 -kerning first=1270 second=1256 amount=-2 -kerning first=253 second=84 amount=-2 -kerning first=923 second=210 amount=-2 -kerning first=939 second=273 amount=-6 -kerning first=1043 second=1096 amount=-4 -kerning first=1111 second=66 amount=3 -kerning first=1275 second=226 amount=-2 -kerning first=1163 second=1045 amount=1 -kerning first=258 second=243 amount=-1 -kerning first=213 second=1232 amount=-2 -kerning first=261 second=89 amount=-5 -kerning first=118 second=101 amount=-1 -kerning first=288 second=86 amount=-1 -kerning first=170 second=234 amount=-2 -kerning first=1200 second=1191 amount=-3 -kerning first=361 second=8216 amount=-3 -kerning first=957 second=8363 amount=-1 -kerning first=169 second=923 amount=-2 -kerning first=341 second=253 amount=1 -kerning first=1117 second=1185 amount=-2 -kerning first=241 second=1265 amount=-1 -kerning first=1114 second=1278 amount=-2 -kerning first=221 second=1054 amount=-2 -kerning first=1267 second=8217 amount=2 -kerning first=170 second=1243 amount=-2 -kerning first=353 second=1200 amount=-5 -kerning first=903 second=44 amount=-5 -kerning first=1274 second=299 amount=6 -kerning first=247 second=86 amount=-3 -kerning first=8250 second=1175 amount=-2 -kerning first=1186 second=295 amount=1 -kerning first=1184 second=337 amount=-3 -kerning first=922 second=273 amount=-3 -kerning first=935 second=1259 amount=-2 -kerning first=243 second=1090 amount=-2 -kerning first=44 second=1204 amount=-2 -kerning first=196 second=1242 amount=-2 -kerning first=258 second=8221 amount=-7 -kerning first=210 second=89 amount=-2 -kerning first=1197 second=95 amount=-3 -kerning first=1090 second=1026 amount=-3 -kerning first=118 second=1083 amount=-3 -kerning first=345 second=1092 amount=-1 -kerning first=1118 second=267 amount=-1 -kerning first=910 second=266 amount=-2 -kerning first=1171 second=103 amount=-2 -kerning first=1230 second=1049 amount=1 -kerning first=1168 second=965 amount=-4 -kerning first=1050 second=242 amount=-3 -kerning first=1226 second=8220 amount=-3 -kerning first=1102 second=923 amount=-2 -kerning first=1105 second=253 amount=-1 -kerning first=1140 second=290 amount=-2 -kerning first=1068 second=1278 amount=-2 -kerning first=1258 second=939 amount=-2 -kerning first=1188 second=121 amount=-4 -kerning first=193 second=335 amount=-1 -kerning first=1185 second=113 amount=-1 -kerning first=1085 second=86 amount=-3 -kerning first=283 second=1267 amount=-1 -kerning first=1191 second=186 amount=-3 -kerning first=1115 second=1185 amount=-2 -kerning first=359 second=1048 amount=1 -kerning first=267 second=376 amount=-4 -kerning first=8222 second=967 amount=-3 -kerning first=101 second=354 amount=-3 -kerning first=79 second=65 amount=-2 -kerning first=171 second=358 amount=-3 -kerning first=1234 second=920 amount=-2 -kerning first=1211 second=356 amount=-3 -kerning first=39 second=258 amount=-5 -kerning first=910 second=237 amount=-2 -kerning first=8244 second=117 amount=-3 -kerning first=1052 second=296 amount=1 -kerning first=197 second=940 amount=-1 -kerning first=356 second=1074 amount=-4 -kerning first=1145 second=269 amount=-1 -kerning first=1034 second=923 amount=-2 -kerning first=1207 second=215 amount=-1 -kerning first=253 second=1239 amount=-1 -kerning first=92 second=273 amount=-1 -kerning first=1216 second=301 amount=5 -kerning first=89 second=214 amount=-2 -kerning first=1128 second=248 amount=-1 -kerning first=1217 second=265 amount=-2 -kerning first=111 second=1203 amount=-1 -kerning first=939 second=1167 amount=-3 -kerning first=1111 second=1052 amount=3 -kerning first=208 second=1066 amount=-2 -kerning first=70 second=1108 amount=-3 -kerning first=86 second=284 amount=-2 -kerning first=375 second=244 amount=-1 -kerning first=110 second=1140 amount=-3 -kerning first=293 second=1141 amount=-1 -kerning first=923 second=1259 amount=-1 -kerning first=305 second=301 amount=3 -kerning first=76 second=908 amount=-2 -kerning first=344 second=376 amount=-2 -kerning first=933 second=963 amount=-6 -kerning first=65 second=372 amount=-4 -kerning first=197 second=264 amount=-2 -kerning first=1168 second=333 amount=-5 -kerning first=1046 second=1089 amount=-2 -kerning first=1163 second=358 amount=-2 -kerning first=339 second=1026 amount=-3 -kerning first=1199 second=1207 amount=-1 -kerning first=913 second=8353 amount=-2 -kerning first=1089 second=1059 amount=-4 -kerning first=1086 second=8220 amount=-4 -kerning first=70 second=1032 amount=-4 -kerning first=902 second=187 amount=-2 -kerning first=8225 second=972 amount=-2 -kerning first=1232 second=221 amount=-5 -kerning first=123 second=1259 amount=-1 -kerning first=1128 second=39 amount=-5 -kerning first=116 second=1250 amount=1 -kerning first=915 second=277 amount=-5 -kerning first=243 second=170 amount=-2 -kerning first=354 second=299 amount=6 -kerning first=1187 second=921 amount=1 -kerning first=1170 second=194 amount=-6 -kerning first=1219 second=297 amount=2 -kerning first=112 second=41 amount=-1 -kerning first=227 second=118 amount=-1 -kerning first=240 second=1234 amount=-2 -kerning first=1234 second=8363 amount=-1 -kerning first=186 second=196 amount=-5 -kerning first=375 second=8222 amount=-5 -kerning first=1225 second=1065 amount=1 -kerning first=1178 second=963 amount=-3 -kerning first=1243 second=1040 amount=-2 -kerning first=281 second=1026 amount=-3 -kerning first=1168 second=8218 amount=-8 -kerning first=1207 second=1190 amount=1 -kerning first=119 second=8230 amount=-5 -kerning first=1113 second=939 amount=-11 -kerning first=253 second=74 amount=-4 -kerning first=227 second=1201 amount=-1 -kerning first=1196 second=944 amount=-4 -kerning first=303 second=239 amount=3 -kerning first=84 second=965 amount=-4 -kerning first=256 second=1171 amount=-2 -kerning first=247 second=50 amount=-2 -kerning first=1068 second=260 amount=-2 -kerning first=358 second=902 amount=-6 -kerning first=933 second=243 amount=-6 -kerning first=915 second=1189 amount=-4 -kerning first=232 second=86 amount=-3 -kerning first=260 second=245 amount=-1 -kerning first=1170 second=234 amount=-5 -kerning first=186 second=235 amount=-2 -kerning first=1271 second=1196 amount=-3 -kerning first=1118 second=177 amount=-3 -kerning first=242 second=967 amount=-1 -kerning first=263 second=1204 amount=-5 -kerning first=317 second=39 amount=-6 -kerning first=8244 second=953 amount=-4 -kerning first=381 second=43 amount=-2 -kerning first=932 second=347 amount=-5 -kerning first=1145 second=1086 amount=-1 -kerning first=1277 second=231 amount=-1 -kerning first=1059 second=1097 amount=-3 -kerning first=902 second=1066 amount=-6 -kerning first=1170 second=1243 amount=-5 -kerning first=343 second=121 amount=1 -kerning first=1270 second=114 amount=-4 -kerning first=246 second=258 amount=-2 -kerning first=1217 second=1139 amount=-2 -kerning first=1058 second=198 amount=-6 -kerning first=382 second=283 amount=-1 -kerning first=1184 second=1105 amount=-3 -kerning first=939 second=240 amount=-6 -kerning first=1027 second=38 amount=-2 -kerning first=972 second=87 amount=-3 -kerning first=1179 second=84 amount=-4 -kerning first=1139 second=93 amount=-1 -kerning first=112 second=1091 amount=-1 -kerning first=95 second=324 amount=3 -kerning first=1114 second=1090 amount=-4 -kerning first=376 second=97 amount=-5 -kerning first=1178 second=243 amount=-3 -kerning first=1171 second=259 amount=-2 -kerning first=374 second=1242 amount=-2 -kerning first=65 second=299 amount=3 -kerning first=1230 second=294 amount=1 -kerning first=1046 second=1145 amount=-2 -kerning first=1170 second=1085 amount=-4 -kerning first=1140 second=196 amount=-5 -kerning first=290 second=1140 amount=-1 -kerning first=372 second=212 amount=-2 -kerning first=1196 second=335 amount=-5 -kerning first=1198 second=100 amount=-6 -kerning first=95 second=1271 amount=3 -kerning first=111 second=910 amount=-6 -kerning first=299 second=377 amount=6 -kerning first=55 second=115 amount=-3 -kerning first=193 second=1104 amount=-1 -kerning first=84 second=333 amount=-5 -kerning first=1169 second=95 amount=-3 -kerning first=1274 second=1020 amount=-4 -kerning first=1180 second=246 amount=-3 -kerning first=1063 second=298 amount=1 -kerning first=1239 second=121 amount=-1 -kerning first=1279 second=1193 amount=-1 -kerning first=1217 second=247 amount=-4 -kerning first=295 second=1196 amount=-3 -kerning first=922 second=240 amount=-3 -kerning first=357 second=126 amount=-1 -kerning first=194 second=242 amount=-1 -kerning first=177 second=1140 amount=-4 -kerning first=1068 second=1090 amount=-2 -kerning first=358 second=1173 amount=-4 -kerning first=294 second=170 amount=3 -kerning first=269 second=89 amount=-4 -kerning first=916 second=934 amount=-2 -kerning first=225 second=933 amount=-5 -kerning first=356 second=945 amount=-5 -kerning first=1189 second=267 amount=-2 -kerning first=1050 second=1099 amount=2 -kerning first=953 second=45 amount=-2 -kerning first=1140 second=235 amount=-3 -kerning first=34 second=197 amount=-5 -kerning first=966 second=1277 amount=-1 -kerning first=1027 second=255 amount=-4 -kerning first=1107 second=1108 amount=-2 -kerning first=333 second=1217 amount=-2 -kerning first=84 second=8218 amount=-8 -kerning first=1139 second=1265 amount=-1 -kerning first=1185 second=52 amount=-3 -kerning first=1090 second=1235 amount=-2 -kerning first=1100 second=1203 amount=-1 -kerning first=1271 second=271 amount=-2 -kerning first=104 second=932 amount=-3 -kerning first=1054 second=258 amount=-2 -kerning first=310 second=335 amount=-3 -kerning first=88 second=1257 amount=-2 -kerning first=1058 second=8353 amount=-2 -kerning first=356 second=262 amount=-2 -kerning first=97 second=255 amount=-1 -kerning first=194 second=8220 amount=-8 -kerning first=1168 second=1077 amount=-5 -kerning first=79 second=935 amount=-1 -kerning first=1207 second=78 amount=1 -kerning first=121 second=963 amount=-1 -kerning first=87 second=58 amount=-3 -kerning first=239 second=236 amount=6 -kerning first=196 second=86 amount=-5 -kerning first=918 second=8353 amount=-2 -kerning first=369 second=1066 amount=-3 -kerning first=1232 second=212 amount=-2 -kerning first=1164 second=1249 amount=-2 -kerning first=1200 second=927 amount=-2 -kerning first=92 second=240 amount=-1 -kerning first=1091 second=1233 amount=-1 -kerning first=254 second=1059 amount=-6 -kerning first=1195 second=374 amount=-4 -kerning first=1217 second=1028 amount=-1 -kerning first=116 second=1223 amount=1 -kerning first=195 second=1089 amount=-1 -kerning first=1179 second=1239 amount=-1 -kerning first=1187 second=914 amount=1 -kerning first=234 second=1265 amount=-1 -kerning first=174 second=277 amount=-2 -kerning first=1114 second=170 amount=-3 -kerning first=328 second=375 amount=-1 -kerning first=333 second=192 amount=-2 -kerning first=1181 second=244 amount=-1 -kerning first=1270 second=1017 amount=-2 -kerning first=1198 second=112 amount=-3 -kerning first=81 second=65 amount=-2 -kerning first=935 second=1193 amount=-2 -kerning first=1043 second=253 amount=-4 -kerning first=313 second=1118 amount=-4 -kerning first=196 second=945 amount=-1 -kerning first=1259 second=1249 amount=-2 -kerning first=374 second=1074 amount=-3 -kerning first=8217 second=8249 amount=-5 -kerning first=354 second=1020 amount=-4 -kerning first=121 second=243 amount=-1 -kerning first=1068 second=170 amount=-2 -kerning first=239 second=330 amount=3 -kerning first=910 second=245 amount=-6 -kerning first=76 second=126 amount=-4 -kerning first=196 second=262 amount=-2 -kerning first=256 second=1091 amount=-4 -kerning first=102 second=193 amount=-2 -kerning first=1113 second=967 amount=-2 -kerning first=1205 second=929 amount=1 -kerning first=1202 second=271 amount=-2 -kerning first=89 second=354 amount=3 -kerning first=981 second=256 amount=-2 -kerning first=1186 second=82 amount=1 -kerning first=243 second=120 amount=-1 -kerning first=1203 second=99 amount=-1 -kerning first=227 second=356 amount=-3 -kerning first=1087 second=1197 amount=-2 -kerning first=1271 second=113 amount=-2 -kerning first=245 second=197 amount=-2 -kerning first=116 second=8220 amount=-3 -kerning first=270 second=1058 amount=-2 -kerning first=1082 second=273 amount=-1 -kerning first=1168 second=351 amount=-5 -kerning first=213 second=1200 amount=-2 -kerning first=1016 second=1202 amount=-2 -kerning first=1040 second=932 amount=-6 -kerning first=1196 second=1104 amount=-5 -kerning first=121 second=8221 amount=2 -kerning first=162 second=89 amount=-4 -kerning first=966 second=933 amount=-6 -kerning first=1109 second=86 amount=-3 -kerning first=1122 second=194 amount=-2 -kerning first=84 second=1077 amount=-5 -kerning first=233 second=1140 amount=-3 -kerning first=257 second=1141 amount=-1 -kerning first=1100 second=910 amount=-11 -kerning first=102 second=233 amount=-1 -kerning first=1200 second=269 amount=-6 -kerning first=169 second=1217 amount=-1 -kerning first=1140 second=169 amount=-2 -kerning first=923 second=1193 amount=-1 -kerning first=8221 second=1143 amount=1 -kerning first=195 second=1145 amount=-1 -kerning first=95 second=1087 amount=3 -kerning first=87 second=285 amount=-3 -kerning first=102 second=1241 amount=-1 -kerning first=355 second=292 amount=1 -kerning first=8244 second=8363 amount=-4 -kerning first=197 second=246 amount=-1 -kerning first=256 second=231 amount=-1 -kerning first=192 second=1265 amount=-4 -kerning first=1201 second=910 amount=-2 -kerning first=123 second=1193 amount=-1 -kerning first=1196 second=1114 amount=-4 -kerning first=89 second=913 amount=-5 -kerning first=1198 second=1026 amount=3 -kerning first=111 second=1093 amount=-1 -kerning first=939 second=230 amount=-5 -kerning first=357 second=327 amount=1 -kerning first=8221 second=952 amount=-4 -kerning first=8230 second=96 amount=-9 -kerning first=1197 second=335 amount=-2 -kerning first=247 second=8216 amount=-3 -kerning first=1210 second=910 amount=-5 -kerning first=912 second=47 amount=-2 -kerning first=1102 second=1217 amount=-2 -kerning first=310 second=1104 amount=-3 -kerning first=8220 second=195 amount=-6 -kerning first=933 second=347 amount=-4 -kerning first=44 second=1200 amount=-3 -kerning first=1083 second=49 amount=-3 -kerning first=114 second=258 amount=-3 -kerning first=40 second=103 amount=-1 -kerning first=1255 second=1197 amount=-2 -kerning first=169 second=192 amount=-2 -kerning first=118 second=1257 amount=-1 -kerning first=1242 second=86 amount=-2 -kerning first=1193 second=374 amount=-6 -kerning first=1198 second=67 amount=-2 -kerning first=1263 second=1236 amount=-4 -kerning first=1254 second=197 amount=-2 -kerning first=87 second=162 amount=-3 -kerning first=8370 second=84 amount=-2 -kerning first=197 second=8217 amount=-7 -kerning first=161 second=92 amount=-2 -kerning first=1257 second=358 amount=-3 -kerning first=372 second=44 amount=-6 -kerning first=1202 second=113 amount=-2 -kerning first=1085 second=8216 amount=-3 -kerning first=1234 second=216 amount=-2 -kerning first=345 second=981 amount=-1 -kerning first=1034 second=1217 amount=-2 -kerning first=376 second=1089 amount=-6 -kerning first=1091 second=1058 amount=-2 -kerning first=378 second=1035 amount=-2 -kerning first=1171 second=273 amount=-2 -kerning first=192 second=267 amount=-1 -kerning first=902 second=288 amount=-2 -kerning first=114 second=283 amount=-1 -kerning first=279 second=1197 amount=-1 -kerning first=1097 second=98 amount=1 -kerning first=1102 second=192 amount=-2 -kerning first=1040 second=285 amount=-1 -kerning first=1196 second=353 amount=-5 -kerning first=295 second=87 amount=-3 -kerning first=905 second=1111 amount=5 -kerning first=309 second=309 amount=3 -kerning first=84 second=351 amount=-5 -kerning first=1185 second=248 amount=-1 -kerning first=1274 second=1098 amount=-3 -kerning first=1200 second=1086 amount=-6 -kerning first=89 second=1103 amount=-4 -kerning first=374 second=945 amount=-6 -kerning first=1058 second=241 amount=-4 -kerning first=301 second=108 amount=3 -kerning first=1075 second=356 amount=-3 -kerning first=195 second=1140 amount=-5 -kerning first=1170 second=334 amount=-2 -kerning first=210 second=1046 amount=-1 -kerning first=913 second=233 amount=-1 -kerning first=8224 second=197 amount=-5 -kerning first=95 second=176 amount=-4 -kerning first=110 second=1058 amount=-3 -kerning first=333 second=221 amount=-6 -kerning first=65 second=34 amount=-5 -kerning first=932 second=99 amount=-5 -kerning first=1145 second=227 amount=-1 -kerning first=1034 second=192 amount=-2 -kerning first=255 second=245 amount=-1 -kerning first=253 second=263 amount=-1 -kerning first=913 second=1241 amount=-1 -kerning first=1040 second=162 amount=-1 -kerning first=89 second=308 amount=-2 -kerning first=374 second=262 amount=-2 -kerning first=351 second=84 amount=-5 -kerning first=81 second=935 amount=-1 -kerning first=1043 second=171 amount=-8 -kerning first=8360 second=1140 amount=-3 -kerning first=355 second=1027 amount=1 -kerning first=1163 second=1048 amount=1 -kerning first=1243 second=1198 amount=-6 -kerning first=1114 second=120 amount=-1 -kerning first=1222 second=1042 amount=1 -kerning first=101 second=1263 amount=-1 -kerning first=1170 second=373 amount=-4 -kerning first=8224 second=275 amount=-2 -kerning first=248 second=195 amount=-2 -kerning first=308 second=8218 amount=-5 -kerning first=1211 second=1265 amount=-1 -kerning first=910 second=1097 amount=-3 -kerning first=98 second=1143 amount=-1 -kerning first=208 second=65 amount=-2 -kerning first=216 second=1196 amount=-2 -kerning first=102 second=374 amount=1 -kerning first=1092 second=1279 amount=-1 -kerning first=1170 second=1273 amount=-4 -kerning first=1141 second=289 amount=-1 -kerning first=88 second=1108 amount=-2 -kerning first=1128 second=63 amount=-4 -kerning first=1184 second=1091 amount=-3 -kerning first=335 second=1185 amount=-2 -kerning first=1188 second=1081 amount=-4 -kerning first=1187 second=72 amount=1 -kerning first=332 second=372 amount=-1 -kerning first=1068 second=120 amount=-1 -kerning first=358 second=1265 amount=-4 -kerning first=328 second=1066 amount=-3 -kerning first=376 second=1145 amount=-6 -kerning first=179 second=258 amount=-6 -kerning first=315 second=8223 amount=-3 -kerning first=301 second=1134 amount=3 -kerning first=1253 second=375 amount=-1 -kerning first=1241 second=8224 amount=-2 -kerning first=356 second=111 amount=-5 -kerning first=1082 second=240 amount=-1 -kerning first=1215 second=1267 amount=-1 -kerning first=1016 second=118 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=1093 second=269 amount=-1 -kerning first=1140 second=210 amount=-2 -kerning first=1202 second=268 amount=-1 -kerning first=1125 second=1185 amount=-1 -kerning first=1012 second=1035 amount=-2 -kerning first=221 second=1020 amount=-3 -kerning first=1122 second=376 amount=-6 -kerning first=8221 second=916 amount=-8 -kerning first=263 second=1200 amount=-4 -kerning first=258 second=99 amount=-1 -kerning first=1197 second=1104 amount=-2 -kerning first=70 second=1255 amount=-3 -kerning first=230 second=1267 amount=-1 -kerning first=1100 second=1093 amount=-1 -kerning first=961 second=41 amount=-1 -kerning first=1016 second=1201 amount=-1 -kerning first=1241 second=88 amount=-2 -kerning first=354 second=1098 amount=-3 -kerning first=1188 second=71 amount=-2 -kerning first=1169 second=335 amount=-2 -kerning first=1078 second=100 amount=-1 -kerning first=921 second=296 amount=1 -kerning first=46 second=1196 amount=-2 -kerning first=192 second=177 amount=-3 -kerning first=1270 second=244 amount=-5 -kerning first=1279 second=1010 amount=-1 -kerning first=1265 second=923 amount=-4 -kerning first=290 second=1058 amount=-2 -kerning first=1186 second=221 amount=-1 -kerning first=1058 second=193 amount=-6 -kerning first=1184 second=231 amount=-3 -kerning first=75 second=1265 amount=-3 -kerning first=186 second=1259 amount=-2 -kerning first=8217 second=228 amount=-4 -kerning first=270 second=939 amount=-2 -kerning first=73 second=938 amount=1 -kerning first=340 second=1200 amount=-2 -kerning first=1095 second=933 amount=-5 -kerning first=86 second=213 amount=-2 -kerning first=358 second=267 amount=-5 -kerning first=1061 second=288 amount=-1 -kerning first=297 second=105 amount=6 -kerning first=934 second=46 amount=-3 -kerning first=57 second=910 amount=-2 -kerning first=211 second=354 amount=-2 -kerning first=1199 second=8249 amount=-3 -kerning first=373 second=333 amount=-1 -kerning first=169 second=221 amount=-2 -kerning first=1198 second=1235 amount=-5 -kerning first=1248 second=8230 amount=-1 -kerning first=920 second=1276 amount=-1 -kerning first=1166 second=45 amount=-2 -kerning first=55 second=959 amount=-3 -kerning first=196 second=111 amount=-1 -kerning first=1143 second=257 amount=-1 -kerning first=1243 second=1175 amount=-1 -kerning first=320 second=303 amount=2 -kerning first=1119 second=255 amount=-1 -kerning first=345 second=1040 amount=-3 -kerning first=102 second=1111 amount=7 -kerning first=961 second=1091 amount=-1 -kerning first=1270 second=8222 amount=-8 -kerning first=1265 second=295 amount=3 -kerning first=1058 second=233 amount=-5 -kerning first=1167 second=198 amount=-2 -kerning first=1143 second=1153 amount=-1 -kerning first=913 second=374 amount=-5 -kerning first=283 second=1279 amount=-1 -kerning first=1278 second=199 amount=-1 -kerning first=8216 second=196 amount=-6 -kerning first=353 second=8222 amount=-3 -kerning first=297 second=8360 amount=3 -kerning first=1171 second=240 amount=-2 -kerning first=1058 second=1241 amount=-5 -kerning first=107 second=291 amount=-1 -kerning first=1116 second=275 amount=-1 -kerning first=1230 second=322 amount=1 -kerning first=1088 second=256 amount=-2 -kerning first=902 second=101 amount=-1 -kerning first=1187 second=1058 amount=-2 -kerning first=8225 second=195 amount=-5 -kerning first=1235 second=1026 amount=-3 -kerning first=1097 second=1035 amount=-2 -kerning first=1102 second=221 amount=-6 -kerning first=373 second=8218 amount=-5 -kerning first=1093 second=1086 amount=-1 -kerning first=75 second=267 amount=-3 -kerning first=335 second=1276 amount=-2 -kerning first=1188 second=45 amount=-4 -kerning first=8221 second=1181 amount=-1 -kerning first=1111 second=203 amount=3 -kerning first=55 second=60 amount=-6 -kerning first=196 second=8216 amount=-8 -kerning first=1072 second=8220 amount=-3 -kerning first=1118 second=260 amount=-4 -kerning first=1232 second=1213 amount=-2 -kerning first=1140 second=1259 amount=-3 -kerning first=297 second=325 amount=3 -kerning first=1058 second=1230 amount=-4 -kerning first=915 second=58 amount=-2 -kerning first=8222 second=92 amount=-6 -kerning first=58 second=354 amount=-2 -kerning first=357 second=1056 amount=1 -kerning first=260 second=375 amount=-4 -kerning first=211 second=913 amount=-2 -kerning first=1199 second=1035 amount=-2 -kerning first=904 second=299 amount=5 -kerning first=111 second=1234 amount=-2 -kerning first=935 second=1010 amount=-2 -kerning first=1126 second=1069 amount=-2 -kerning first=1267 second=171 amount=-3 -kerning first=225 second=1204 amount=-3 -kerning first=1087 second=253 amount=-1 -kerning first=1059 second=187 amount=-4 -kerning first=1034 second=221 amount=-6 -kerning first=1066 second=1143 amount=-1 -kerning first=1279 second=339 amount=-1 -kerning first=1091 second=939 amount=-2 -kerning first=301 second=204 amount=3 -kerning first=939 second=1095 amount=-5 -kerning first=1251 second=933 amount=-5 -kerning first=1179 second=263 amount=-1 -kerning first=118 second=1108 amount=-1 -kerning first=1103 second=1185 amount=-2 -kerning first=932 second=198 amount=-6 -kerning first=334 second=86 amount=-2 -kerning first=1170 second=8230 amount=-2 -kerning first=1094 second=1066 amount=-2 -kerning first=372 second=225 amount=-3 -kerning first=1043 second=117 amount=-5 -kerning first=8216 second=1222 amount=-5 -kerning first=1107 second=1255 amount=-2 -kerning first=1081 second=255 amount=-1 -kerning first=208 second=935 amount=-1 -kerning first=1269 second=1091 amount=-1 -kerning first=118 second=1032 amount=-4 -kerning first=1180 second=253 amount=-3 -kerning first=110 second=939 amount=-5 -kerning first=1276 second=199 amount=-1 -kerning first=1200 second=371 amount=-3 -kerning first=244 second=932 amount=-3 -kerning first=933 second=99 amount=-6 -kerning first=315 second=1069 amount=-2 -kerning first=1027 second=1251 amount=-4 -kerning first=265 second=1196 amount=-5 -kerning first=205 second=239 amount=5 -kerning first=367 second=374 amount=-4 -kerning first=913 second=1111 amount=3 -kerning first=341 second=8363 amount=-1 -kerning first=358 second=177 amount=-2 -kerning first=1089 second=372 amount=-1 -kerning first=1169 second=1104 amount=-2 -kerning first=356 second=1209 amount=-5 -kerning first=1059 second=1066 amount=3 -kerning first=923 second=1010 amount=-1 -kerning first=1128 second=959 amount=-1 -kerning first=1217 second=283 amount=-2 -kerning first=1109 second=8216 amount=-3 -kerning first=1122 second=373 amount=-1 -kerning first=1107 second=126 amount=-1 -kerning first=1275 second=242 amount=-2 -kerning first=1175 second=269 amount=-1 -kerning first=1255 second=253 amount=-1 -kerning first=233 second=1058 amount=-3 -kerning first=212 second=8218 amount=-3 -kerning first=91 second=1239 amount=-1 -kerning first=1104 second=221 amount=-6 -kerning first=1231 second=298 amount=1 -kerning first=345 second=355 amount=2 -kerning first=1271 second=248 amount=-2 -kerning first=293 second=49 amount=-3 -kerning first=1178 second=99 amount=-3 -kerning first=59 second=86 amount=-4 -kerning first=216 second=87 amount=-1 -kerning first=373 second=1077 amount=-1 -kerning first=1016 second=356 amount=-3 -kerning first=123 second=1010 amount=-1 -kerning first=241 second=1090 amount=-2 -kerning first=935 second=339 amount=-2 -kerning first=1126 second=8373 amount=-2 -kerning first=1026 second=1199 amount=-1 -kerning first=299 second=1229 amount=3 -kerning first=242 second=92 amount=-3 -kerning first=1078 second=1026 amount=-3 -kerning first=932 second=8353 amount=-2 -kerning first=1145 second=1092 amount=-1 -kerning first=1120 second=938 amount=1 -kerning first=902 second=174 amount=-5 -kerning first=343 second=45 amount=-2 -kerning first=1200 second=227 amount=-5 -kerning first=374 second=111 amount=-6 -kerning first=1128 second=60 amount=-1 -kerning first=75 second=177 amount=-2 -kerning first=915 second=285 amount=-5 -kerning first=99 second=1198 amount=-4 -kerning first=44 second=55 amount=-1 -kerning first=279 second=253 amount=-1 -kerning first=913 second=332 amount=-2 -kerning first=227 second=1265 amount=-1 -kerning first=94 second=916 amount=-5 -kerning first=1061 second=101 amount=-2 -kerning first=337 second=8224 amount=-2 -kerning first=1058 second=1125 amount=-4 -kerning first=1253 second=1066 amount=-3 -kerning first=8250 second=90 amount=-2 -kerning first=224 second=84 amount=-3 -kerning first=1092 second=186 amount=-2 -kerning first=1105 second=1185 amount=-1 -kerning first=88 second=908 amount=-1 -kerning first=1242 second=8216 amount=-2 -kerning first=105 second=302 amount=2 -kerning first=966 second=1204 amount=-3 -kerning first=1188 second=1082 amount=-4 -kerning first=1027 second=109 amount=-4 -kerning first=1195 second=1249 amount=-1 -kerning first=246 second=1059 amount=-6 -kerning first=337 second=88 amount=-2 -kerning first=915 second=162 amount=-5 -kerning first=315 second=8373 amount=-2 -kerning first=301 second=1067 amount=3 -kerning first=56 second=8249 amount=-2 -kerning first=1226 second=295 amount=1 -kerning first=1207 second=274 amount=1 -kerning first=1016 second=902 amount=-2 -kerning first=40 second=273 amount=-1 -kerning first=1139 second=1278 amount=-2 -kerning first=290 second=939 amount=-2 -kerning first=87 second=1075 amount=-2 -kerning first=966 second=1232 amount=-2 -kerning first=1026 second=957 amount=-1 -kerning first=1043 second=286 amount=-2 -kerning first=1143 second=194 amount=-4 -kerning first=214 second=84 amount=-2 -kerning first=1277 second=279 amount=-1 -kerning first=1270 second=349 amount=-5 -kerning first=923 second=339 amount=-1 -kerning first=89 second=265 amount=-6 -kerning first=1202 second=248 amount=-2 -kerning first=382 second=291 amount=-1 -kerning first=1258 second=92 amount=-2 -kerning first=1027 second=173 amount=-4 -kerning first=1175 second=1086 amount=-1 -kerning first=258 second=8353 amount=-2 -kerning first=177 second=939 amount=-6 -kerning first=1069 second=1276 amount=-1 -kerning first=1141 second=1196 amount=-2 -kerning first=376 second=1233 amount=-5 -kerning first=1171 second=230 amount=-2 -kerning first=307 second=1111 amount=3 -kerning first=1201 second=1234 amount=-4 -kerning first=1086 second=923 amount=-2 -kerning first=1230 second=205 amount=1 -kerning first=1048 second=95 amount=2 -kerning first=195 second=1058 amount=-6 -kerning first=260 second=187 amount=-2 -kerning first=1170 second=1141 amount=-4 -kerning first=123 second=339 amount=-1 -kerning first=1263 second=277 amount=-1 -kerning first=186 second=1193 amount=-2 -kerning first=8230 second=1073 amount=-2 -kerning first=1143 second=234 amount=-1 -kerning first=124 second=296 amount=1 -kerning first=971 second=910 amount=-4 -kerning first=1200 second=328 amount=-3 -kerning first=1058 second=1111 amount=6 -kerning first=8217 second=1179 amount=-1 -kerning first=8360 second=1058 amount=-5 -kerning first=271 second=1026 amount=3 -kerning first=1199 second=228 amount=-1 -kerning first=1187 second=939 amount=-1 -kerning first=1143 second=1243 amount=-1 -kerning first=1101 second=932 amount=-3 -kerning first=121 second=99 amount=-1 -kerning first=1054 second=1059 amount=-2 -kerning first=918 second=1111 amount=5 -kerning first=197 second=253 amount=-4 -kerning first=1050 second=8370 amount=-2 -kerning first=1059 second=252 amount=-3 -kerning first=254 second=372 amount=-3 -kerning first=1196 second=43 amount=-4 -kerning first=1198 second=1119 amount=-3 -kerning first=248 second=119 amount=-1 -kerning first=1126 second=1153 amount=-1 -kerning first=357 second=933 amount=-1 -kerning first=377 second=183 amount=-2 -kerning first=1273 second=932 amount=-3 -kerning first=1180 second=171 amount=-3 -kerning first=336 second=1140 amount=-2 -kerning first=95 second=217 amount=-3 -kerning first=86 second=902 amount=-5 -kerning first=102 second=46 amount=-4 -kerning first=110 second=967 amount=-1 -kerning first=1191 second=1198 amount=-11 -kerning first=1244 second=275 amount=-2 -kerning first=98 second=1202 amount=-2 -kerning first=1056 second=1040 amount=-5 -kerning first=260 second=1066 amount=-6 -kerning first=339 second=121 amount=-1 -kerning first=373 second=379 amount=-2 -kerning first=1033 second=932 amount=-3 -kerning first=182 second=299 amount=5 -kerning first=297 second=1055 amount=3 -kerning first=1052 second=1111 amount=5 -kerning first=1139 second=260 amount=-2 -kerning first=1274 second=972 amount=-5 -kerning first=1209 second=376 amount=-5 -kerning first=1113 second=92 amount=-7 -kerning first=1141 second=271 amount=-1 -kerning first=1140 second=1193 amount=-3 -kerning first=89 second=1139 amount=-6 -kerning first=933 second=198 amount=-5 -kerning first=1058 second=332 amount=-2 -kerning first=1184 second=363 amount=-2 -kerning first=301 second=77 amount=3 -kerning first=939 second=38 amount=-4 -kerning first=271 second=297 amount=2 -kerning first=1124 second=1276 amount=-1 -kerning first=345 second=47 amount=-2 -kerning first=358 second=369 amount=-5 -kerning first=174 second=285 amount=-2 -kerning first=45 second=1277 amount=-1 -kerning first=1256 second=1202 amount=-1 -kerning first=1176 second=8249 amount=-2 -kerning first=310 second=43 amount=-6 -kerning first=918 second=332 amount=-2 -kerning first=249 second=221 amount=-4 -kerning first=281 second=121 amount=-1 -kerning first=1050 second=181 amount=-2 -kerning first=1216 second=206 amount=1 -kerning first=1233 second=1197 amount=-2 -kerning first=372 second=100 amount=-3 -kerning first=1193 second=1249 amount=-1 -kerning first=357 second=282 amount=1 -kerning first=1043 second=920 amount=-2 -kerning first=265 second=87 amount=-1 -kerning first=8221 second=118 amount=1 -kerning first=55 second=943 amount=-3 -kerning first=1026 second=354 amount=-3 -kerning first=1097 second=1016 amount=1 -kerning first=89 second=247 amount=-4 -kerning first=374 second=1209 amount=-5 -kerning first=346 second=297 amount=3 -kerning first=1075 second=267 amount=-2 -kerning first=8221 second=1201 amount=1 -kerning first=213 second=8222 amount=-3 -kerning first=1098 second=1059 amount=-11 -kerning first=1117 second=1267 amount=-1 -kerning first=1196 second=1236 amount=-6 -kerning first=174 second=162 amount=-2 -kerning first=87 second=940 amount=-3 -kerning first=313 second=256 amount=2 -kerning first=233 second=939 amount=-6 -kerning first=932 second=241 amount=-4 -kerning first=1230 second=1068 amount=1 -kerning first=1077 second=932 amount=-3 -kerning first=1167 second=1244 amount=-2 -kerning first=1265 second=192 amount=-4 -kerning first=1140 second=1109 amount=-3 -kerning first=169 second=44 amount=-3 -kerning first=923 second=239 amount=3 -kerning first=326 second=374 amount=-5 -kerning first=88 second=1255 amount=-2 -kerning first=75 second=369 amount=-2 -kerning first=1027 second=1220 amount=-4 -kerning first=1074 second=1140 amount=-3 -kerning first=1139 second=1090 amount=-2 -kerning first=1203 second=233 amount=-1 -kerning first=1277 second=1195 amount=-1 -kerning first=87 second=264 amount=-2 -kerning first=76 second=933 amount=-3 -kerning first=933 second=8353 amount=-2 -kerning first=359 second=1066 amount=-2 -kerning first=1168 second=250 amount=-5 -kerning first=1059 second=288 amount=-2 -kerning first=40 second=240 amount=-1 -kerning first=1035 second=1059 amount=-5 -kerning first=1203 second=1241 amount=-1 -kerning first=1043 second=8363 amount=-5 -kerning first=299 second=342 amount=3 -kerning first=376 second=1058 amount=3 -kerning first=910 second=187 amount=-4 -kerning first=1143 second=376 amount=-2 -kerning first=257 second=49 amount=-3 -kerning first=102 second=103 amount=-1 -kerning first=1026 second=913 amount=-2 -kerning first=1232 second=100 amount=-1 -kerning first=1141 second=113 amount=-1 -kerning first=1265 second=232 amount=-1 -kerning first=1191 second=1175 amount=-1 -kerning first=1115 second=1267 amount=-1 -kerning first=88 second=126 amount=-4 -kerning first=89 second=1028 amount=-2 -kerning first=231 second=84 amount=-5 -kerning first=1036 second=1256 amount=-2 -kerning first=922 second=255 amount=-3 -kerning first=321 second=81 amount=-2 -kerning first=354 second=972 amount=-5 -kerning first=1167 second=193 amount=-2 -kerning first=234 second=1090 amount=-1 -kerning first=177 second=967 amount=-3 -kerning first=1095 second=1204 amount=-3 -kerning first=355 second=73 amount=1 -kerning first=1178 second=8353 amount=-2 -kerning first=256 second=279 amount=-1 -kerning first=183 second=1197 amount=-1 -kerning first=1097 second=915 amount=1 -kerning first=1040 second=940 amount=-1 -kerning first=372 second=112 amount=-2 -kerning first=1043 second=1185 amount=-3 -kerning first=225 second=1200 amount=-5 -kerning first=912 second=8221 amount=2 -kerning first=1237 second=375 amount=-1 -kerning first=375 second=257 amount=-1 -kerning first=902 second=1257 amount=-1 -kerning first=45 second=933 amount=-4 -kerning first=1200 second=1092 amount=-6 -kerning first=90 second=284 amount=-2 -kerning first=195 second=182 amount=-1 -kerning first=194 second=8370 amount=-2 -kerning first=1168 second=261 amount=-5 -kerning first=1094 second=929 amount=1 -kerning first=1066 second=1202 amount=-2 -kerning first=957 second=269 amount=-1 -kerning first=1040 second=264 amount=-2 -kerning first=1108 second=358 amount=-5 -kerning first=375 second=1153 amount=-1 -kerning first=910 second=1066 amount=3 -kerning first=8244 second=1191 amount=-1 -kerning first=197 second=171 amount=-2 -kerning first=334 second=8216 amount=-2 -kerning first=92 second=255 amount=-4 -kerning first=1258 second=95 amount=-3 -kerning first=321 second=195 amount=2 -kerning first=243 second=1078 amount=-1 -kerning first=1122 second=1141 amount=-1 -kerning first=195 second=939 amount=-5 -kerning first=1139 second=170 amount=-2 -kerning first=1197 second=43 amount=-1 -kerning first=1096 second=89 amount=-5 -kerning first=121 second=198 amount=-4 -kerning first=1234 second=927 amount=-2 -kerning first=345 second=1175 amount=1 -kerning first=358 second=326 amount=-4 -kerning first=98 second=118 amount=-1 -kerning first=65 second=972 amount=-1 -kerning first=932 second=193 amount=-6 -kerning first=1222 second=910 amount=-1 -kerning first=114 second=291 amount=-1 -kerning first=253 second=256 amount=-4 -kerning first=176 second=268 amount=-1 -kerning first=1196 second=251 amount=-5 -kerning first=1128 second=290 amount=-2 -kerning first=8360 second=939 amount=-5 -kerning first=98 second=1201 amount=-1 -kerning first=8230 second=49 amount=-6 -kerning first=84 second=250 amount=-5 -kerning first=1185 second=959 amount=-1 -kerning first=1180 second=117 amount=-2 -kerning first=318 second=239 amount=5 -kerning first=1215 second=1279 amount=-1 -kerning first=1020 second=255 amount=-1 -kerning first=68 second=195 amount=-2 -kerning first=116 second=295 amount=1 -kerning first=379 second=1060 amount=-2 -kerning first=1251 second=1204 amount=-3 -kerning first=1226 second=82 amount=1 -kerning first=913 second=103 amount=-1 -kerning first=1234 second=1267 amount=-4 -kerning first=230 second=1279 amount=-1 -kerning first=1126 second=234 amount=-1 -kerning first=1118 second=966 amount=-1 -kerning first=328 second=174 amount=-1 -kerning first=376 second=1094 amount=-3 -kerning first=55 second=196 amount=-7 -kerning first=1171 second=1095 amount=-2 -kerning first=1037 second=301 amount=5 -kerning first=59 second=8216 amount=-3 -kerning first=932 second=233 amount=-5 -kerning first=1187 second=1216 amount=1 -kerning first=1016 second=93 amount=-1 -kerning first=253 second=281 amount=-1 -kerning first=42 second=95 amount=-4 -kerning first=944 second=1035 amount=-3 -kerning first=315 second=194 amount=2 -kerning first=1126 second=1243 amount=-1 -kerning first=1111 second=1178 amount=3 -kerning first=1185 second=60 amount=-5 -kerning first=118 second=1255 amount=-1 -kerning first=91 second=263 amount=-1 -kerning first=932 second=1241 amount=-5 -kerning first=1213 second=84 amount=-3 -kerning first=310 second=251 amount=-2 -kerning first=317 second=290 amount=-2 -kerning first=305 second=295 amount=3 -kerning first=1058 second=46 amount=-2 -kerning first=1168 second=331 amount=-4 -kerning first=1059 second=65 amount=-5 -kerning first=1170 second=122 amount=-3 -kerning first=957 second=1086 amount=-1 -kerning first=372 second=67 amount=-2 -kerning first=355 second=1210 amount=1 -kerning first=55 second=235 amount=-3 -kerning first=84 second=261 amount=-5 -kerning first=233 second=967 amount=-1 -kerning first=932 second=1230 amount=-4 -kerning first=1145 second=981 amount=-1 -kerning first=102 second=259 amount=-1 -kerning first=1141 second=238 amount=3 -kerning first=1265 second=221 amount=-2 -kerning first=176 second=52 amount=-3 -kerning first=89 second=367 amount=-3 -kerning first=1186 second=223 amount=1 -kerning first=966 second=1200 amount=-6 -kerning first=939 second=894 amount=-4 -kerning first=260 second=288 amount=-2 -kerning first=284 second=197 amount=-1 -kerning first=927 second=1040 amount=-2 -kerning first=1234 second=269 amount=-1 -kerning first=87 second=1237 amount=-3 -kerning first=1267 second=8363 amount=-1 -kerning first=1106 second=1091 amount=-1 -kerning first=238 second=309 amount=3 -kerning first=8217 second=1199 amount=1 -kerning first=46 second=39 amount=-6 -kerning first=1222 second=107 amount=1 -kerning first=1059 second=101 amount=-6 -kerning first=1207 second=1039 amount=1 -kerning first=1016 second=1265 amount=-1 -kerning first=1188 second=971 amount=-4 -kerning first=941 second=936 amount=-3 -kerning first=1061 second=1257 amount=-2 -kerning first=258 second=233 amount=-1 -kerning first=1220 second=1277 amount=-1 -kerning first=363 second=1198 amount=-4 -kerning first=256 second=1195 amount=-1 -kerning first=1086 second=1217 amount=-2 -kerning first=358 second=260 amount=-6 -kerning first=1067 second=95 amount=2 -kerning first=1232 second=1026 amount=-6 -kerning first=1244 second=336 amount=-1 -kerning first=297 second=280 amount=3 -kerning first=933 second=241 amount=-3 -kerning first=915 second=1075 amount=-4 -kerning first=301 second=928 amount=3 -kerning first=259 second=1196 amount=-3 -kerning first=1167 second=374 amount=-6 -kerning first=258 second=1241 amount=-1 -kerning first=87 second=961 amount=-2 -kerning first=186 second=1010 amount=-2 -kerning first=8221 second=902 amount=-9 -kerning first=910 second=252 amount=-3 -kerning first=355 second=1106 amount=1 -kerning first=192 second=170 amount=-5 -kerning first=1274 second=224 amount=-5 -kerning first=356 second=8250 amount=-3 -kerning first=1180 second=286 amount=-2 -kerning first=224 second=1118 amount=-1 -kerning first=1232 second=67 amount=-2 -kerning first=1093 second=1092 amount=-1 -kerning first=255 second=1066 amount=-2 -kerning first=1184 second=279 amount=-3 -kerning first=935 second=1057 amount=-1 -kerning first=1114 second=1078 amount=-1 -kerning first=297 second=1112 amount=-4 -kerning first=8217 second=957 amount=1 -kerning first=8250 second=198 amount=-2 -kerning first=1086 second=192 amount=-2 -kerning first=38 second=86 amount=-4 -kerning first=1050 second=232 amount=-3 -kerning first=1187 second=183 amount=-1 -kerning first=1066 second=118 amount=-1 -kerning first=221 second=972 amount=-6 -kerning first=1188 second=337 amount=-5 -kerning first=1027 second=79 amount=-2 -kerning first=1211 second=1090 amount=-2 -kerning first=239 second=1065 amount=3 -kerning first=1089 second=1098 amount=-1 -kerning first=193 second=277 amount=-1 -kerning first=84 second=331 amount=-4 -kerning first=1169 second=43 amount=-1 -kerning first=1181 second=1153 amount=-1 -kerning first=375 second=194 amount=-4 -kerning first=1232 second=297 amount=3 -kerning first=1066 second=1201 amount=-1 -kerning first=1058 second=103 amount=-5 -kerning first=195 second=967 amount=-4 -kerning first=1168 second=197 amount=-6 -kerning first=1092 second=1040 amount=-2 -kerning first=1233 second=253 amount=-1 -kerning first=336 second=1058 amount=-2 -kerning first=1068 second=1078 amount=-1 -kerning first=1234 second=1086 amount=-1 -kerning first=87 second=246 amount=-3 -kerning first=358 second=1090 amount=-3 -kerning first=1126 second=376 amount=-5 -kerning first=1046 second=183 amount=-4 -kerning first=1059 second=341 amount=-3 -kerning first=1140 second=1010 amount=-3 -kerning first=1128 second=235 amount=-1 -kerning first=8221 second=1173 amount=-1 -kerning first=1111 second=1045 amount=3 -kerning first=196 second=8250 amount=-2 -kerning first=1139 second=120 amount=-1 -kerning first=932 second=1125 amount=-4 -kerning first=95 second=1054 amount=-3 -kerning first=1237 second=1066 amount=-3 -kerning first=375 second=234 amount=-1 -kerning first=98 second=356 amount=-3 -kerning first=923 second=1057 amount=-2 -kerning first=317 second=196 amount=2 -kerning first=1058 second=1249 amount=-3 -kerning first=1168 second=275 amount=-5 -kerning first=187 second=255 amount=-2 -kerning first=71 second=1035 amount=-2 -kerning first=186 second=339 amount=-2 -kerning first=375 second=1243 amount=-1 -kerning first=905 second=938 amount=1 -kerning first=1043 second=216 amount=-2 -kerning first=299 second=200 amount=3 -kerning first=377 second=338 amount=-2 -kerning first=1220 second=933 amount=-6 -kerning first=1189 second=966 amount=-2 -kerning first=1059 second=174 amount=-1 -kerning first=902 second=1108 amount=-1 -kerning first=1270 second=1069 amount=-2 -kerning first=89 second=324 amount=-3 -kerning first=933 second=193 amount=-5 -kerning first=1036 second=1017 amount=-2 -kerning first=315 second=376 amount=-3 -kerning first=357 second=1204 amount=-2 -kerning first=354 second=224 amount=-5 -kerning first=1179 second=281 amount=-1 -kerning first=234 second=120 amount=-1 -kerning first=1274 second=1117 amount=-4 -kerning first=86 second=267 amount=-3 -kerning first=1256 second=356 amount=-2 -kerning first=910 second=288 amount=-2 -kerning first=89 second=1271 amount=-3 -kerning first=981 second=1196 amount=-3 -kerning first=1241 second=41 amount=-1 -kerning first=1145 second=1040 amount=-2 -kerning first=1168 second=1187 amount=-4 -kerning first=286 second=195 amount=-1 -kerning first=1040 second=246 amount=-1 -kerning first=372 second=1235 amount=-3 -kerning first=299 second=307 amount=6 -kerning first=67 second=1244 amount=-1 -kerning first=258 second=374 amount=-5 -kerning first=256 second=1194 amount=-2 -kerning first=1180 second=920 amount=-2 -kerning first=98 second=902 amount=-2 -kerning first=338 second=301 amount=5 -kerning first=933 second=233 amount=-6 -kerning first=359 second=929 amount=1 -kerning first=1036 second=303 amount=2 -kerning first=915 second=940 amount=-5 -kerning first=270 second=92 amount=-2 -kerning first=260 second=101 amount=-1 -kerning first=311 second=1089 amount=-1 -kerning first=1074 second=1058 amount=-5 -kerning first=365 second=358 amount=-3 -kerning first=1083 second=1035 amount=-3 -kerning first=1226 second=221 amount=-1 -kerning first=1085 second=1143 amount=-1 -kerning first=341 second=102 amount=2 -kerning first=8244 second=1267 amount=1 -kerning first=933 second=1241 amount=-6 -kerning first=84 second=197 amount=-6 -kerning first=1253 second=174 amount=-1 -kerning first=1274 second=81 amount=-2 -kerning first=932 second=1111 amount=6 -kerning first=343 second=337 amount=-1 -kerning first=1140 second=339 amount=-3 -kerning first=1040 second=8217 amount=-7 -kerning first=1217 second=291 amount=-2 -kerning first=915 second=264 amount=-2 -kerning first=1027 second=973 amount=-4 -kerning first=280 second=299 amount=5 -kerning first=1143 second=8230 amount=-2 -kerning first=171 second=1066 amount=-3 -kerning first=1271 second=959 amount=-2 -kerning first=1026 second=1263 amount=-1 -kerning first=1256 second=902 amount=-2 -kerning first=294 second=301 amount=5 -kerning first=1178 second=233 amount=-3 -kerning first=933 second=1230 amount=-3 -kerning first=1184 second=1195 amount=-3 -kerning first=197 second=286 amount=-2 -kerning first=1241 second=1091 amount=-1 -kerning first=1111 second=358 amount=6 -kerning first=1095 second=1200 amount=-5 -kerning first=1196 second=277 amount=-5 -kerning first=1263 second=932 amount=-2 -kerning first=1188 second=1105 amount=-5 -kerning first=104 second=1197 amount=-2 -kerning first=1178 second=1241 amount=-3 -kerning first=204 second=207 amount=1 -kerning first=936 second=126 amount=-4 -kerning first=323 second=303 amount=2 -kerning first=309 second=87 amount=2 -kerning first=84 second=275 amount=-5 -kerning first=921 second=1111 amount=5 -kerning first=1180 second=8363 amount=-3 -kerning first=1201 second=172 amount=-3 -kerning first=1087 second=1185 amount=-2 -kerning first=102 second=273 amount=-1 -kerning first=1141 second=248 amount=-1 -kerning first=1270 second=8373 amount=-2 -kerning first=254 second=1098 amount=-2 -kerning first=246 second=372 amount=-3 -kerning first=1128 second=169 amount=-2 -kerning first=116 second=82 amount=1 -kerning first=1058 second=259 amount=-5 -kerning first=321 second=211 amount=-2 -kerning first=299 second=1124 amount=3 -kerning first=194 second=232 amount=-1 -kerning first=1175 second=1092 amount=-1 -kerning first=1163 second=1066 amount=-2 -kerning first=371 second=8244 amount=1 -kerning first=1170 second=199 amount=-2 -kerning first=1090 second=45 amount=-1 -kerning first=95 second=1076 amount=3 -kerning first=358 second=946 amount=-4 -kerning first=1126 second=334 amount=-2 -kerning first=945 second=8216 amount=-3 -kerning first=76 second=1204 amount=-6 -kerning first=8244 second=269 amount=-4 -kerning first=950 second=95 amount=4 -kerning first=1274 second=195 amount=-6 -kerning first=932 second=332 amount=-2 -kerning first=1086 second=221 amount=-6 -kerning first=354 second=1117 amount=-4 -kerning first=219 second=8230 amount=-2 -kerning first=1235 second=121 amount=-1 -kerning first=1196 second=1189 amount=-4 -kerning first=89 second=258 amount=-5 -kerning first=1128 second=89 amount=-5 -kerning first=8217 second=913 amount=-9 -kerning first=357 second=315 amount=1 -kerning first=259 second=87 amount=-3 -kerning first=371 second=84 amount=-3 -kerning first=258 second=1111 amount=3 -kerning first=84 second=1187 amount=-4 -kerning first=228 second=1091 amount=-1 -kerning first=94 second=902 amount=-5 -kerning first=1209 second=1141 amount=-1 -kerning first=375 second=376 amount=-2 -kerning first=1200 second=981 amount=-6 -kerning first=378 second=354 amount=-2 -kerning first=310 second=277 amount=-3 -kerning first=76 second=1232 amount=2 -kerning first=374 second=8250 amount=-4 -kerning first=939 second=1251 amount=-3 -kerning first=195 second=183 amount=-2 -kerning first=1250 second=297 amount=5 -kerning first=311 second=1145 amount=-1 -kerning first=1207 second=1024 amount=1 -kerning first=1066 second=356 amount=-3 -kerning first=957 second=227 amount=-1 -kerning first=284 second=106 amount=2 -kerning first=86 second=177 amount=-4 -kerning first=87 second=1096 amount=-2 -kerning first=973 second=1059 amount=-4 -kerning first=1126 second=373 amount=-4 -kerning first=1061 second=1108 amount=-2 -kerning first=317 second=169 amount=-2 -kerning first=8218 second=8220 amount=-8 -kerning first=277 second=221 amount=-6 -kerning first=1011 second=125 amount=2 -kerning first=320 second=298 amount=1 -kerning first=232 second=1143 amount=-1 -kerning first=1277 second=287 amount=-1 -kerning first=1270 second=249 amount=-5 -kerning first=1202 second=959 amount=-2 -kerning first=89 second=283 amount=-6 -kerning first=315 second=334 amount=-2 -kerning first=335 second=1267 amount=-1 -kerning first=379 second=1254 amount=-2 -kerning first=354 second=81 amount=-2 -kerning first=1255 second=1185 amount=-2 -kerning first=121 second=193 amount=-4 -kerning first=345 second=963 amount=-1 -kerning first=1118 second=226 amount=-1 -kerning first=45 second=1204 amount=-4 -kerning first=110 second=92 amount=-3 -kerning first=1054 second=372 amount=-1 -kerning first=910 second=65 amount=-5 -kerning first=317 second=89 amount=-3 -kerning first=379 second=1144 amount=-2 -kerning first=1181 second=234 amount=-1 -kerning first=1251 second=1200 amount=-5 -kerning first=260 second=174 amount=-5 -kerning first=1050 second=1110 amount=2 -kerning first=1257 second=375 amount=-1 -kerning first=1263 second=285 amount=-1 -kerning first=927 second=47 amount=-3 -kerning first=355 second=173 amount=-1 -kerning first=309 second=238 amount=3 -kerning first=258 second=332 amount=-2 -kerning first=356 second=1143 amount=-4 -kerning first=336 second=939 amount=-2 -kerning first=1181 second=1243 amount=-1 -kerning first=326 second=1249 amount=-2 -kerning first=1202 second=60 amount=-4 -kerning first=89 second=1087 amount=-3 -kerning first=8217 second=1103 amount=-5 -kerning first=97 second=84 amount=-3 -kerning first=1153 second=356 amount=-5 -kerning first=279 second=1185 amount=-1 -kerning first=1066 second=902 amount=-2 -kerning first=913 second=273 amount=-1 -kerning first=227 second=1090 amount=-2 -kerning first=121 second=233 amount=-1 -kerning first=174 second=940 amount=-2 -kerning first=8370 second=256 amount=-1 -kerning first=910 second=101 amount=-6 -kerning first=8244 second=1086 amount=-4 -kerning first=933 second=1125 amount=-3 -kerning first=959 second=194 amount=-2 -kerning first=54 second=8230 amount=-2 -kerning first=192 second=966 amount=-1 -kerning first=197 second=920 amount=-2 -kerning first=343 second=1105 amount=-1 -kerning first=1270 second=257 amount=-5 -kerning first=1140 second=239 amount=5 -kerning first=923 second=910 amount=-5 -kerning first=121 second=1241 amount=-1 -kerning first=1263 second=162 amount=-1 -kerning first=927 second=1198 amount=-2 -kerning first=8217 second=308 amount=-8 -kerning first=939 second=109 amount=-3 -kerning first=222 second=8220 amount=-4 -kerning first=354 second=195 amount=-6 -kerning first=345 second=243 amount=-1 -kerning first=1270 second=1153 amount=-5 -kerning first=1265 second=44 amount=-2 -kerning first=90 second=213 amount=-2 -kerning first=1184 second=1194 amount=-2 -kerning first=65 second=81 amount=-2 -kerning first=356 second=284 amount=-2 -kerning first=44 second=8223 amount=-9 -kerning first=1050 second=212 amount=-2 -kerning first=1012 second=354 amount=-2 -kerning first=221 second=224 amount=-5 -kerning first=380 second=333 amount=-1 -kerning first=333 second=1026 amount=-3 -kerning first=355 second=222 amount=1 -kerning first=1274 second=345 amount=-4 -kerning first=126 second=932 amount=-4 -kerning first=1207 second=1196 amount=-2 -kerning first=981 second=87 amount=-3 -kerning first=915 second=1237 amount=-5 -kerning first=243 second=8220 amount=-4 -kerning first=939 second=173 amount=-4 -kerning first=194 second=221 amount=-5 -kerning first=55 second=1259 amount=-3 -kerning first=196 second=1143 amount=-4 -kerning first=965 second=89 amount=-4 -kerning first=345 second=8221 amount=1 -kerning first=1213 second=1118 amount=-1 -kerning first=358 second=120 amount=-3 -kerning first=245 second=86 amount=-3 -kerning first=76 second=357 amount=-1 -kerning first=297 second=1062 amount=3 -kerning first=337 second=41 amount=-1 -kerning first=46 second=63 amount=-6 -kerning first=197 second=8363 amount=-1 -kerning first=226 second=1140 amount=-3 -kerning first=1222 second=104 amount=1 -kerning first=902 second=908 amount=-2 -kerning first=290 second=92 amount=-1 -kerning first=1278 second=8249 amount=-3 -kerning first=1128 second=210 amount=-2 -kerning first=1188 second=951 amount=-4 -kerning first=1027 second=1239 amount=-5 -kerning first=8221 second=1265 amount=1 -kerning first=1074 second=939 amount=-5 -kerning first=1197 second=277 amount=-2 -kerning first=1255 second=1276 amount=-2 -kerning first=1224 second=932 amount=-3 -kerning first=8250 second=1244 amount=-3 -kerning first=1059 second=1257 amount=-6 -kerning first=102 second=240 amount=-1 -kerning first=1205 second=126 amount=-1 -kerning first=915 second=961 amount=-4 -kerning first=1036 second=244 amount=-3 -kerning first=922 second=173 amount=-6 -kerning first=270 second=95 amount=-3 -kerning first=1168 second=336 amount=-2 -kerning first=177 second=92 amount=-4 -kerning first=1035 second=372 amount=-3 -kerning first=1012 second=913 amount=-2 -kerning first=349 second=933 amount=-5 -kerning first=376 second=183 amount=-4 -kerning first=910 second=341 amount=-3 -kerning first=196 second=284 amount=-2 -kerning first=8250 second=936 amount=-6 -kerning first=256 second=1138 amount=-2 -kerning first=38 second=8216 amount=-6 -kerning first=1092 second=1198 amount=-6 -kerning first=1093 second=981 amount=-1 -kerning first=1164 second=255 amount=-1 -kerning first=1200 second=1040 amount=-5 -kerning first=372 second=1119 amount=-2 -kerning first=324 second=358 amount=-3 -kerning first=1027 second=1102 amount=-4 -kerning first=1203 second=103 amount=-1 -kerning first=1088 second=1196 amount=-3 -kerning first=1103 second=1267 amount=-1 -kerning first=1178 second=1111 amount=5 -kerning first=317 second=210 amount=-2 -kerning first=337 second=1091 amount=-1 -kerning first=8250 second=193 amount=-2 -kerning first=1222 second=317 amount=1 -kerning first=1097 second=354 amount=-2 -kerning first=255 second=65 amount=-4 -kerning first=109 second=89 amount=-5 -kerning first=1254 second=86 amount=-2 -kerning first=1027 second=74 amount=-6 -kerning first=8221 second=267 amount=-4 -kerning first=910 second=174 amount=-1 -kerning first=1185 second=235 amount=-1 -kerning first=932 second=46 amount=-2 -kerning first=43 second=1059 amount=-4 -kerning first=1145 second=47 amount=-1 -kerning first=1259 second=255 amount=-1 -kerning first=1198 second=1081 amount=-3 -kerning first=1186 second=1026 amount=-2 -kerning first=933 second=332 amount=-2 -kerning first=116 second=221 amount=-1 -kerning first=1058 second=273 amount=-5 -kerning first=915 second=246 amount=-5 -kerning first=221 second=1117 amount=-3 -kerning first=357 second=124 amount=1 -kerning first=354 second=345 amount=-4 -kerning first=1199 second=354 amount=-2 -kerning first=121 second=374 amount=-2 -kerning first=95 second=53 amount=-3 -kerning first=358 second=966 amount=-5 -kerning first=122 second=84 amount=-2 -kerning first=1276 second=8249 amount=-3 -kerning first=67 second=1111 amount=2 -kerning first=98 second=93 amount=-1 -kerning first=355 second=1030 amount=1 -kerning first=192 second=1060 amount=-2 -kerning first=256 second=287 amount=-1 -kerning first=1189 second=226 amount=-2 -kerning first=1097 second=1041 amount=1 -kerning first=255 second=101 amount=-1 -kerning first=169 second=1026 amount=-2 -kerning first=1140 second=1072 amount=-3 -kerning first=1217 second=1054 amount=-1 -kerning first=1043 second=1191 amount=-4 -kerning first=299 second=1180 amount=3 -kerning first=947 second=45 amount=-2 -kerning first=972 second=196 amount=-2 -kerning first=261 second=910 amount=-5 -kerning first=1145 second=1198 amount=1 -kerning first=288 second=1202 amount=-1 -kerning first=124 second=1111 amount=5 -kerning first=343 second=1171 amount=2 -kerning first=1091 second=95 amount=-5 -kerning first=291 second=1058 amount=-3 -kerning first=908 second=358 amount=-2 -kerning first=293 second=1035 amount=-3 -kerning first=1178 second=332 amount=-2 -kerning first=297 second=313 amount=3 -kerning first=1128 second=1259 amount=-1 -kerning first=357 second=1200 amount=-1 -kerning first=275 second=932 amount=-3 -kerning first=211 second=258 amount=-2 -kerning first=1046 second=338 amount=-1 -kerning first=913 second=240 amount=-1 -kerning first=341 second=1267 amount=1 -kerning first=1198 second=71 amount=-2 -kerning first=221 second=81 amount=-2 -kerning first=380 second=1077 amount=-1 -kerning first=84 second=336 amount=-2 -kerning first=959 second=376 amount=-6 -kerning first=247 second=1202 amount=-4 -kerning first=1180 second=216 amount=-2 -kerning first=70 second=1232 amount=-6 -kerning first=8225 second=1089 amount=-2 -kerning first=1102 second=1026 amount=-3 -kerning first=255 second=1083 amount=-3 -kerning first=75 second=966 amount=-3 -kerning first=939 second=1220 amount=-3 -kerning first=361 second=356 amount=-3 -kerning first=1111 second=237 amount=6 -kerning first=194 second=212 amount=-2 -kerning first=1199 second=913 amount=-4 -kerning first=1228 second=374 amount=-5 -kerning first=210 second=910 amount=-2 -kerning first=283 second=1198 amount=-6 -kerning first=174 second=1237 amount=-1 -kerning first=1114 second=8220 amount=-5 -kerning first=104 second=253 amount=-1 -kerning first=98 second=1265 amount=-1 -kerning first=1061 second=908 amount=-1 -kerning first=297 second=355 amount=3 -kerning first=1167 second=1249 amount=-2 -kerning first=1092 second=1175 amount=-1 -kerning first=1099 second=86 amount=2 -kerning first=120 second=232 amount=-1 -kerning first=1105 second=1267 amount=-1 -kerning first=1270 second=194 amount=-6 -kerning first=957 second=1092 amount=-1 -kerning first=1257 second=1066 amount=-3 -kerning first=8224 second=945 amount=-2 -kerning first=1188 second=1091 amount=-4 -kerning first=1220 second=1204 amount=-3 -kerning first=233 second=92 amount=-3 -kerning first=1034 second=1026 amount=-3 -kerning first=1016 second=1278 amount=-2 -kerning first=1058 second=1167 amount=-4 -kerning first=1027 second=1107 amount=-4 -kerning first=373 second=197 amount=-4 -kerning first=341 second=269 amount=-1 -kerning first=121 second=1111 amount=3 -kerning first=1068 second=8220 amount=-4 -kerning first=221 second=195 amount=-5 -kerning first=122 second=1239 amount=-1 -kerning first=1052 second=938 amount=1 -kerning first=8244 second=371 amount=-3 -kerning first=1169 second=277 amount=-2 -kerning first=1220 second=1232 amount=-2 -kerning first=1274 second=211 amount=-2 -kerning first=356 second=1181 amount=-4 -kerning first=1201 second=333 amount=-1 -kerning first=932 second=103 amount=-5 -kerning first=260 second=1257 amount=-1 -kerning first=902 second=1255 amount=-1 -kerning first=1097 second=1103 amount=-1 -kerning first=1205 second=327 amount=1 -kerning first=1270 second=234 amount=-5 -kerning first=253 second=289 amount=-1 -kerning first=374 second=284 amount=-2 -kerning first=1198 second=45 amount=-4 -kerning first=248 second=1140 amount=-3 -kerning first=1027 second=942 amount=-4 -kerning first=8221 second=177 amount=-4 -kerning first=1111 second=1048 amount=3 -kerning first=1163 second=929 amount=1 -kerning first=91 second=281 amount=-1 -kerning first=1277 second=358 amount=-3 -kerning first=1270 second=1243 amount=-5 -kerning first=76 second=1256 amount=-2 -kerning first=101 second=1059 amount=-6 -kerning first=316 second=207 amount=1 -kerning first=373 second=275 amount=-1 -kerning first=1126 second=1141 amount=-4 -kerning first=1188 second=231 amount=-5 -kerning first=8370 second=309 amount=2 -kerning first=76 second=1200 amount=-3 -kerning first=193 second=932 amount=-6 -kerning first=171 second=65 amount=-2 -kerning first=363 second=8221 amount=1 -kerning first=1274 second=119 amount=-4 -kerning first=1201 second=8218 amount=-5 -kerning first=932 second=1249 amount=-3 -kerning first=102 second=230 amount=-1 -kerning first=8225 second=1145 amount=-2 -kerning first=1270 second=1085 amount=-4 -kerning first=1265 second=225 amount=-1 -kerning first=1184 second=1138 amount=-2 -kerning first=8217 second=1263 amount=1 -kerning first=379 second=301 amount=5 -kerning first=1199 second=308 amount=-4 -kerning first=1175 second=981 amount=-1 -kerning first=1138 second=358 amount=-2 -kerning first=1104 second=1026 amount=-3 -kerning first=95 second=1020 amount=3 -kerning first=174 second=246 amount=-2 -kerning first=358 second=1060 amount=-2 -kerning first=375 second=8230 amount=-2 -kerning first=8244 second=227 amount=-4 -kerning first=1243 second=198 amount=-2 -kerning first=915 second=1197 amount=-3 -kerning first=192 second=359 amount=-2 -kerning first=1011 second=239 amount=3 -kerning first=8250 second=374 amount=-6 -kerning first=119 second=8249 amount=-2 -kerning first=1066 second=93 amount=-1 -kerning first=1040 second=253 amount=-4 -kerning first=1202 second=290 amount=-1 -kerning first=1107 second=1204 amount=-3 -kerning first=299 second=116 amount=3 -kerning first=55 second=1193 amount=-3 -kerning first=258 second=103 amount=-1 -kerning first=283 second=1175 amount=-1 -kerning first=118 second=933 amount=-2 -kerning first=345 second=90 amount=-2 -kerning first=1140 second=1057 amount=-2 -kerning first=297 second=70 amount=3 -kerning first=1058 second=240 amount=-5 -kerning first=915 second=1096 amount=-4 -kerning first=315 second=1141 amount=-4 -kerning first=77 second=301 amount=5 -kerning first=271 second=903 amount=2 -kerning first=195 second=92 amount=-5 -kerning first=1016 second=260 amount=-2 -kerning first=112 second=358 amount=-3 -kerning first=341 second=1086 amount=-1 -kerning first=1234 second=1092 amount=-1 -kerning first=1126 second=116 amount=-2 -kerning first=45 second=1200 amount=-4 -kerning first=1244 second=1242 amount=-1 -kerning first=244 second=1197 amount=-2 -kerning first=1080 second=374 amount=-5 -kerning first=1116 second=945 amount=-1 -kerning first=212 second=197 amount=-2 -kerning first=1088 second=87 amount=-3 -kerning first=1119 second=84 amount=-3 -kerning first=1059 second=1108 amount=-6 -kerning first=343 second=1091 amount=1 -kerning first=75 second=1060 amount=-2 -kerning first=1184 second=287 amount=-3 -kerning first=8217 second=265 amount=-4 -kerning first=8360 second=92 amount=-3 -kerning first=195 second=338 amount=-2 -kerning first=354 second=211 amount=-2 -kerning first=972 second=89 amount=-6 -kerning first=1237 second=174 amount=-1 -kerning first=933 second=46 amount=-3 -kerning first=197 second=216 amount=-2 -kerning first=1059 second=1032 amount=-2 -kerning first=1170 second=1207 amount=-5 -kerning first=119 second=1035 amount=-3 -kerning first=1066 second=1265 amount=-1 -kerning first=221 second=345 amount=-3 -kerning first=376 second=1253 amount=-3 -kerning first=55 second=1109 amount=-3 -kerning first=193 second=285 amount=-1 -kerning first=959 second=373 amount=-1 -kerning first=1060 second=84 amount=-2 -kerning first=1024 second=1111 amount=5 -kerning first=1239 second=1091 amount=-1 -kerning first=92 second=8225 amount=-5 -kerning first=315 second=116 amount=-1 -kerning first=354 second=119 amount=-4 -kerning first=1225 second=8360 amount=1 -kerning first=1061 second=1255 amount=-2 -kerning first=269 second=910 amount=-4 -kerning first=8244 second=328 amount=-1 -kerning first=214 second=256 amount=-2 -kerning first=932 second=259 amount=-5 -kerning first=1201 second=1077 amount=-1 -kerning first=1082 second=173 amount=-2 -kerning first=311 second=1058 amount=-4 -kerning first=362 second=8218 amount=-5 -kerning first=1207 second=52 amount=-1 -kerning first=1016 second=1090 amount=-2 -kerning first=343 second=231 amount=-1 -kerning first=1196 second=58 amount=-2 -kerning first=1198 second=1082 amount=-3 -kerning first=1027 second=1118 amount=-4 -kerning first=333 second=1061 amount=-2 -kerning first=910 second=1257 amount=-6 -kerning first=274 second=239 amount=5 -kerning first=1275 second=232 amount=-2 -kerning first=196 second=42 amount=-5 -kerning first=193 second=162 amount=-1 -kerning first=1085 second=118 amount=-1 -kerning first=86 second=260 amount=-5 -kerning first=1271 second=235 amount=-2 -kerning first=1020 second=8225 amount=-2 -kerning first=353 second=376 amount=-5 -kerning first=1225 second=325 amount=1 -kerning first=378 second=265 amount=-1 -kerning first=246 second=1098 amount=-2 -kerning first=381 second=264 amount=-2 -kerning first=65 second=211 amount=-2 -kerning first=97 second=1118 amount=-1 -kerning first=79 second=933 amount=-2 -kerning first=1226 second=223 amount=1 -kerning first=1207 second=1037 amount=1 -kerning first=1085 second=1201 amount=-1 -kerning first=1234 second=186 amount=-5 -kerning first=87 second=171 amount=-4 -kerning first=1043 second=927 amount=-2 -kerning first=245 second=8216 amount=-4 -kerning first=268 second=1046 amount=-1 -kerning first=1061 second=126 amount=-4 -kerning first=1081 second=84 amount=-3 -kerning first=226 second=1058 amount=-3 -kerning first=1201 second=1113 amount=-3 -kerning first=257 second=1035 amount=-3 -kerning first=1072 second=221 amount=-5 -kerning first=1128 second=1193 amount=-1 -kerning first=8217 second=1139 amount=-4 -kerning first=301 second=75 amount=3 -kerning first=313 second=1196 amount=-6 -kerning first=1179 second=289 amount=-1 -kerning first=1271 second=1222 amount=-3 -kerning first=1118 second=301 amount=3 -kerning first=65 second=119 amount=-4 -kerning first=1037 second=206 amount=1 -kerning first=256 second=1012 amount=-2 -kerning first=1097 second=316 amount=1 -kerning first=939 second=79 amount=-2 -kerning first=1043 second=1267 amount=-4 -kerning first=1027 second=263 amount=-5 -kerning first=8221 second=369 amount=-3 -kerning first=256 second=358 amount=-6 -kerning first=1232 second=121 amount=-4 -kerning first=374 second=1181 amount=-3 -kerning first=89 second=59 amount=-4 -kerning first=933 second=103 amount=-6 -kerning first=8217 second=247 amount=-3 -kerning first=1233 second=1185 amount=-2 -kerning first=1171 second=173 amount=-1 -kerning first=249 second=1026 amount=-3 -kerning first=57 second=8218 amount=-3 -kerning first=1016 second=170 amount=-2 -kerning first=1040 second=171 amount=-2 -kerning first=1101 second=1197 amount=-2 -kerning first=1202 second=235 amount=-2 -kerning first=173 second=1196 amount=-4 -kerning first=922 second=79 amount=-2 -kerning first=1254 second=8216 amount=-2 -kerning first=181 second=8220 amount=-3 -kerning first=332 second=195 amount=-2 -kerning first=1139 second=1078 amount=-1 -kerning first=1090 second=337 amount=-2 -kerning first=1203 second=273 amount=-1 -kerning first=91 second=309 amount=1 -kerning first=358 second=226 amount=-5 -kerning first=1205 second=1056 amount=1 -kerning first=376 second=338 amount=-2 -kerning first=378 second=1139 amount=-1 -kerning first=1178 second=103 amount=-3 -kerning first=335 second=1279 amount=-1 -kerning first=192 second=1254 amount=-2 -kerning first=356 second=213 amount=-2 -kerning first=1075 second=966 amount=-2 -kerning first=232 second=118 amount=-1 -kerning first=260 second=1108 amount=-1 -kerning first=1273 second=1197 amount=-2 -kerning first=8224 second=111 amount=-2 -kerning first=121 second=46 amount=-2 -kerning first=1196 second=285 amount=-5 -kerning first=162 second=910 amount=-4 -kerning first=349 second=1204 amount=-5 -kerning first=1043 second=269 amount=-5 -kerning first=204 second=1031 amount=1 -kerning first=8230 second=1035 amount=-2 -kerning first=192 second=1144 amount=-2 -kerning first=232 second=1201 amount=-1 -kerning first=1026 second=258 amount=-2 -kerning first=1141 second=959 amount=-1 -kerning first=1033 second=1197 amount=-2 -kerning first=1091 second=335 amount=-1 -kerning first=1265 second=100 amount=-1 -kerning first=169 second=1061 amount=-1 -kerning first=1058 second=230 amount=-5 -kerning first=237 second=303 amount=3 -kerning first=302 second=95 amount=2 -kerning first=1187 second=925 amount=1 -kerning first=234 second=1078 amount=-1 -kerning first=1185 second=1259 amount=-1 -kerning first=355 second=905 amount=1 -kerning first=179 second=294 amount=3 -kerning first=356 second=118 amount=-4 -kerning first=1270 second=334 amount=-2 -kerning first=92 second=79 amount=-2 -kerning first=1196 second=162 amount=-5 -kerning first=1263 second=940 amount=-1 -kerning first=357 second=1162 amount=1 -kerning first=313 second=1275 amount=-1 -kerning first=213 second=194 amount=-2 -kerning first=356 second=1201 amount=-4 -kerning first=1209 second=49 amount=-3 -kerning first=345 second=99 amount=-1 -kerning first=288 second=356 amount=-2 -kerning first=102 second=1095 amount=-1 -kerning first=1102 second=1061 amount=-2 -kerning first=255 second=1257 amount=-1 -kerning first=1141 second=60 amount=-2 -kerning first=253 second=1196 amount=-2 -kerning first=310 second=285 amount=-3 -kerning first=76 second=1017 amount=-2 -kerning first=352 second=1111 amount=3 -kerning first=194 second=1213 amount=-2 -kerning first=183 second=1185 amount=-1 -kerning first=1098 second=1098 amount=-4 -kerning first=1242 second=1202 amount=-1 -kerning first=221 second=211 amount=-2 -kerning first=8244 second=1092 amount=-4 -kerning first=196 second=213 amount=-2 -kerning first=247 second=356 amount=-4 -kerning first=1222 second=172 amount=-1 -kerning first=1071 second=296 amount=1 -kerning first=1270 second=373 amount=-4 -kerning first=89 second=291 amount=-6 -kerning first=939 second=973 amount=-3 -kerning first=1220 second=1200 amount=-6 -kerning first=1077 second=1197 amount=-1 -kerning first=1034 second=1061 amount=-2 -kerning first=242 second=1236 amount=-2 -kerning first=1270 second=1273 amount=-4 -kerning first=1244 second=945 amount=-2 -kerning first=310 second=162 amount=-3 -kerning first=238 second=87 amount=2 -kerning first=1230 second=310 amount=1 -kerning first=1059 second=908 amount=-2 -kerning first=1035 second=1098 amount=-2 -kerning first=957 second=981 amount=-1 -kerning first=944 second=354 amount=-3 -kerning first=295 second=89 amount=-5 -kerning first=1188 second=363 amount=-5 -kerning first=1043 second=1086 amount=-5 -kerning first=8221 second=326 amount=-1 -kerning first=355 second=8244 amount=2 -kerning first=196 second=118 amount=-4 -kerning first=1078 second=45 amount=-1 -kerning first=1197 second=932 amount=-3 -kerning first=1085 second=356 amount=-3 -kerning first=217 second=8222 amount=-5 -kerning first=288 second=902 amount=-1 -kerning first=1244 second=262 amount=-1 -kerning first=1202 second=169 amount=-1 -kerning first=933 second=259 amount=-5 -kerning first=915 second=253 amount=-4 -kerning first=248 second=1058 amount=-3 -kerning first=1199 second=265 amount=-1 -kerning first=196 second=1201 amount=-4 -kerning first=1257 second=65 amount=-2 -kerning first=121 second=103 amount=-1 -kerning first=72 second=239 amount=5 -kerning first=122 second=263 amount=-1 -kerning first=376 second=1163 amount=-3 -kerning first=355 second=84 amount=-2 -kerning first=107 second=972 amount=-1 -kerning first=932 second=273 amount=-5 -kerning first=1116 second=111 amount=-1 -kerning first=1083 second=1199 amount=-1 -kerning first=253 second=271 amount=-1 -kerning first=1184 second=1012 amount=-2 -kerning first=81 second=933 amount=-2 -kerning first=1243 second=1244 amount=-2 -kerning first=210 second=1234 amount=-2 -kerning first=1090 second=1105 amount=-2 -kerning first=358 second=1254 amount=-2 -kerning first=1232 second=903 amount=-5 -kerning first=244 second=253 amount=-1 -kerning first=267 second=1035 amount=-5 -kerning first=226 second=939 amount=-5 -kerning first=1222 second=68 amount=1 -kerning first=1258 second=1236 amount=-2 -kerning first=358 second=1144 amount=-2 -kerning first=1188 second=229 amount=-5 -kerning first=313 second=87 amount=-1 -kerning first=1225 second=1055 amount=1 -kerning first=910 second=1108 amount=-6 -kerning first=55 second=1010 amount=-3 -kerning first=1145 second=963 amount=-1 -kerning first=1215 second=1198 amount=-6 -kerning first=1091 second=1104 amount=-1 -kerning first=8217 second=367 amount=-3 -kerning first=183 second=1276 amount=-4 -kerning first=1203 second=240 amount=-1 -kerning first=240 second=197 amount=-2 -kerning first=230 second=1198 amount=-6 -kerning first=358 second=380 amount=-3 -kerning first=1118 second=242 amount=-1 -kerning first=45 second=55 amount=-2 -kerning first=1267 second=269 amount=-1 -kerning first=910 second=1032 amount=-2 -kerning first=1243 second=193 amount=-2 -kerning first=1083 second=957 amount=-1 -kerning first=1016 second=120 amount=-1 -kerning first=75 second=1254 amount=-2 -kerning first=940 second=183 amount=-2 -kerning first=939 second=84 amount=3 -kerning first=357 second=1225 amount=1 -kerning first=258 second=273 amount=-1 -kerning first=959 second=1141 amount=-1 -kerning first=1197 second=285 amount=-2 -kerning first=294 second=206 amount=1 -kerning first=1265 second=1026 amount=-2 -kerning first=116 second=223 amount=1 -kerning first=75 second=1144 amount=-2 -kerning first=232 second=356 amount=-3 -kerning first=216 second=196 amount=-2 -kerning first=1199 second=1139 amount=-1 -kerning first=1228 second=1249 amount=-2 -kerning first=42 second=1236 amount=-5 -kerning first=173 second=87 amount=-3 -kerning first=1234 second=981 amount=-1 -kerning first=935 second=1258 amount=-1 -kerning first=222 second=923 amount=-3 -kerning first=313 second=268 amount=-2 -kerning first=8221 second=260 amount=-9 -kerning first=323 second=298 amount=1 -kerning first=921 second=938 amount=1 -kerning first=1274 second=97 amount=-5 -kerning first=43 second=372 amount=-3 -kerning first=932 second=1167 amount=-4 -kerning first=1145 second=243 amount=-1 -kerning first=1168 second=1242 amount=-2 -kerning first=1097 second=247 amount=-1 -kerning first=1205 second=933 amount=-1 -kerning first=253 second=113 amount=-1 -kerning first=341 second=1279 amount=1 -kerning first=374 second=213 amount=-2 -kerning first=213 second=376 amount=-2 -kerning first=1197 second=162 amount=-2 -kerning first=118 second=1204 amount=-2 -kerning first=336 second=92 amount=-2 -kerning first=87 second=286 amount=-2 -kerning first=961 second=358 amount=-3 -kerning first=256 second=266 amount=-2 -kerning first=1046 second=335 amount=-2 -kerning first=1050 second=100 amount=-3 -kerning first=1179 second=1196 amount=-4 -kerning first=1193 second=255 amount=-1 -kerning first=1263 second=1237 amount=-1 -kerning first=1248 second=8249 amount=-2 -kerning first=241 second=8220 amount=-3 -kerning first=243 second=923 amount=-2 -kerning first=1032 second=95 amount=-3 -kerning first=98 second=1278 amount=-2 -kerning first=55 second=339 amount=-3 -kerning first=118 second=1232 amount=-4 -kerning first=1119 second=1118 amount=-1 -kerning first=345 second=198 amount=-3 -kerning first=1105 second=1279 amount=-1 -kerning first=292 second=300 amount=1 -kerning first=1270 second=8230 amount=-2 -kerning first=92 second=8244 amount=-7 -kerning first=1265 second=297 amount=3 -kerning first=335 second=186 amount=-2 -kerning first=260 second=908 amount=-2 -kerning first=972 second=1046 amount=-2 -kerning first=957 second=1040 amount=-4 -kerning first=71 second=354 amount=-2 -kerning first=121 second=259 amount=-1 -kerning first=358 second=1078 amount=-3 -kerning first=1267 second=1086 amount=-1 -kerning first=1169 second=932 amount=-3 -kerning first=1215 second=1175 amount=-1 -kerning first=211 second=1059 amount=-2 -kerning first=1059 second=1255 amount=-6 -kerning first=1094 second=126 amount=-1 -kerning first=1205 second=282 amount=1 -kerning first=92 second=84 amount=-6 -kerning first=1257 second=174 amount=-1 -kerning first=923 second=1258 amount=-2 -kerning first=1202 second=210 amount=-1 -kerning first=1198 second=971 amount=-3 -kerning first=1128 second=1010 amount=-1 -kerning first=939 second=1239 amount=-6 -kerning first=1027 second=365 amount=-5 -kerning first=1256 second=1278 amount=-1 -kerning first=299 second=254 amount=3 -kerning first=44 second=376 amount=-3 -kerning first=1185 second=1193 amount=-1 -kerning first=230 second=1175 amount=-1 -kerning first=297 second=1252 amount=3 -kerning first=1058 second=1095 amount=-5 -kerning first=1036 second=1069 amount=-2 -kerning first=915 second=171 amount=-8 -kerning first=321 second=1140 amount=-5 -kerning first=356 second=902 amount=-6 -kerning first=304 second=301 amount=5 -kerning first=1257 second=935 amount=-2 -kerning first=1040 second=286 amount=-2 -kerning first=1101 second=253 amount=-1 -kerning first=1271 second=1259 amount=-2 -kerning first=239 second=102 amount=3 -kerning first=333 second=121 amount=-1 -kerning first=196 second=356 amount=-6 -kerning first=1180 second=927 amount=-2 -kerning first=932 second=240 amount=-5 -kerning first=1087 second=1267 amount=-1 -kerning first=1277 second=245 amount=-1 -kerning first=1059 second=126 amount=-4 -kerning first=1020 second=84 amount=-3 -kerning first=255 second=1108 amount=-1 -kerning first=1186 second=311 amount=1 -kerning first=382 second=972 amount=-1 -kerning first=922 second=1239 amount=-3 -kerning first=8217 second=324 amount=-1 -kerning first=939 second=1102 amount=-3 -kerning first=354 second=97 amount=-5 -kerning first=1074 second=92 amount=-3 -kerning first=1179 second=271 amount=-1 -kerning first=1083 second=354 amount=-3 -kerning first=84 second=1242 amount=-2 -kerning first=1273 second=253 amount=-1 -kerning first=1269 second=358 amount=-3 -kerning first=71 second=913 amount=-1 -kerning first=1108 second=1066 amount=-5 -kerning first=1126 second=199 amount=-2 -kerning first=68 second=1140 amount=-2 -kerning first=8217 second=1271 amount=-1 -kerning first=192 second=301 amount=3 -kerning first=226 second=967 amount=-1 -kerning first=1168 second=1074 amount=-4 -kerning first=79 second=1204 amount=-2 -kerning first=334 second=1202 amount=-1 -kerning first=1170 second=8249 amount=-8 -kerning first=1207 second=115 amount=-1 -kerning first=255 second=1032 amount=-4 -kerning first=1033 second=253 amount=-1 -kerning first=254 second=195 amount=-2 -kerning first=176 second=290 amount=-1 -kerning first=1198 second=337 amount=-6 -kerning first=1263 second=246 amount=-1 -kerning first=248 second=939 amount=-6 -kerning first=939 second=74 amount=-2 -kerning first=1043 second=371 amount=-5 -kerning first=1081 second=1118 amount=-1 -kerning first=1080 second=1249 amount=-2 -kerning first=208 second=933 amount=-2 -kerning first=1180 second=1267 amount=-3 -kerning first=1279 second=172 amount=-1 -kerning first=98 second=260 amount=-2 -kerning first=372 second=1081 amount=-2 -kerning first=933 second=273 amount=-6 -kerning first=1075 second=226 amount=-2 -kerning first=101 second=372 amount=-3 -kerning first=79 second=1232 amount=-2 -kerning first=284 second=86 amount=-1 -kerning first=1278 second=214 amount=-1 -kerning first=86 second=966 amount=-3 -kerning first=87 second=920 amount=-2 -kerning first=1243 second=374 amount=-6 -kerning first=117 second=8216 amount=-3 -kerning first=1169 second=285 amount=-2 -kerning first=356 second=1173 amount=-4 -kerning first=1189 second=242 amount=-2 -kerning first=970 second=173 amount=-2 -kerning first=253 second=238 amount=3 -kerning first=92 second=1239 amount=-1 -kerning first=103 second=1035 amount=-3 -kerning first=89 second=1054 amount=-2 -kerning first=1128 second=339 amount=-1 -kerning first=1263 second=8217 amount=2 -kerning first=315 second=199 amount=-2 -kerning first=349 second=1200 amount=-5 -kerning first=299 second=49 amount=3 -kerning first=1041 second=299 amount=2 -kerning first=258 second=240 amount=-1 -kerning first=1255 second=1267 amount=-1 -kerning first=91 second=289 amount=-1 -kerning first=1256 second=260 amount=-2 -kerning first=1244 second=111 amount=-2 -kerning first=1178 second=273 amount=-3 -kerning first=1202 second=1259 amount=-2 -kerning first=1036 second=8373 amount=-2 -kerning first=1222 second=1188 amount=1 -kerning first=216 second=89 amount=-2 -kerning first=1046 second=1104 amount=-2 -kerning first=316 second=1031 amount=1 -kerning first=1226 second=1026 amount=-2 -kerning first=1097 second=209 amount=1 -kerning first=341 second=1092 amount=-1 -kerning first=372 second=71 amount=-2 -kerning first=1126 second=49 amount=-2 -kerning first=1188 second=279 amount=-5 -kerning first=1109 second=356 amount=-5 -kerning first=1043 second=227 amount=-5 -kerning first=55 second=239 amount=6 -kerning first=1169 second=162 amount=-2 -kerning first=1180 second=269 amount=-3 -kerning first=1077 second=253 amount=-1 -kerning first=1164 second=8225 amount=-2 -kerning first=1270 second=1141 amount=-4 -kerning first=1066 second=1278 amount=-2 -kerning first=1265 second=1235 amount=-1 -kerning first=195 second=335 amount=-1 -kerning first=194 second=100 amount=-1 -kerning first=1275 second=44 amount=-6 -kerning first=1179 second=113 amount=-1 -kerning first=1084 second=86 amount=-3 -kerning first=279 second=1267 amount=-1 -kerning first=87 second=8363 amount=-3 -kerning first=186 second=1234 amount=-5 -kerning first=104 second=1185 amount=-2 -kerning first=910 second=908 amount=-2 -kerning first=98 second=1090 amount=-2 -kerning first=223 second=301 amount=2 -kerning first=8373 second=1046 amount=-1 -kerning first=263 second=376 amount=-4 -kerning first=8249 second=358 amount=-3 -kerning first=902 second=933 amount=-5 -kerning first=1040 second=920 amount=-2 -kerning first=88 second=1256 amount=-1 -kerning first=1196 second=1075 amount=-4 -kerning first=1184 second=266 amount=-2 -kerning first=8217 second=258 amount=-9 -kerning first=935 second=172 amount=-4 -kerning first=1188 second=1224 amount=-4 -kerning first=8221 second=946 amount=-1 -kerning first=924 second=296 amount=1 -kerning first=193 second=940 amount=-1 -kerning first=84 second=1074 amount=-4 -kerning first=1068 second=923 amount=-2 -kerning first=94 second=260 amount=-5 -kerning first=1259 second=8225 amount=-2 -kerning first=1276 second=214 amount=-1 -kerning first=1200 second=963 amount=-6 -kerning first=1225 second=280 amount=1 -kerning first=297 second=1186 amount=3 -kerning first=933 second=1167 amount=-3 -kerning first=1036 second=249 amount=-2 -kerning first=315 second=49 amount=-3 -kerning first=46 second=89 amount=-3 -kerning first=939 second=1107 amount=-3 -kerning first=271 second=8224 amount=3 -kerning first=260 second=1255 amount=-1 -kerning first=1050 second=67 amount=-2 -kerning first=1187 second=353 amount=-1 -kerning first=1094 second=327 amount=1 -kerning first=913 second=255 amount=-4 -kerning first=1242 second=356 amount=-2 -kerning first=340 second=376 amount=-2 -kerning first=355 second=314 amount=1 -kerning first=293 second=1199 amount=-1 -kerning first=916 second=903 amount=-6 -kerning first=8244 second=981 amount=-4 -kerning first=193 second=264 amount=-2 -kerning first=1274 second=1089 amount=-5 -kerning first=1086 second=1026 amount=-3 -kerning first=1145 second=347 amount=-1 -kerning first=1232 second=71 amount=-2 -kerning first=1102 second=121 amount=-1 -kerning first=372 second=45 amount=-3 -kerning first=374 second=356 amount=3 -kerning first=1184 second=237 amount=2 -kerning first=8217 second=283 amount=-4 -kerning first=301 second=1042 amount=3 -kerning first=939 second=942 amount=-3 -kerning first=8370 second=1196 amount=-2 -kerning first=357 second=349 amount=-1 -kerning first=1139 second=8220 amount=-4 -kerning first=336 second=95 amount=-3 -kerning first=358 second=301 amount=6 -kerning first=945 second=916 amount=-3 -kerning first=197 second=927 amount=-2 -kerning first=1230 second=921 amount=1 -kerning first=1168 second=945 amount=-5 -kerning first=311 second=183 amount=-2 -kerning first=1050 second=297 amount=5 -kerning first=1207 second=108 amount=1 -kerning first=1040 second=8363 amount=-1 -kerning first=1140 second=1234 amount=-5 -kerning first=176 second=196 amount=-5 -kerning first=1198 second=1105 amount=-6 -kerning first=1043 second=328 amount=-4 -kerning first=277 second=1026 amount=-3 -kerning first=1180 second=1086 amount=-3 -kerning first=38 second=1143 amount=-2 -kerning first=1034 second=121 amount=-1 -kerning first=124 second=938 amount=1 -kerning first=1200 second=243 amount=-6 -kerning first=915 second=117 amount=-5 -kerning first=8217 second=1087 amount=-1 -kerning first=301 second=239 amount=3 -kerning first=1043 second=1279 amount=-3 -kerning first=1168 second=262 amount=-2 -kerning first=187 second=84 amount=-8 -kerning first=1066 second=260 amount=-2 -kerning first=1242 second=902 amount=-2 -kerning first=121 second=273 amount=-1 -kerning first=1234 second=355 amount=-2 -kerning first=86 second=1060 amount=-2 -kerning first=376 second=944 amount=-3 -kerning first=98 second=170 amount=-2 -kerning first=293 second=957 amount=-1 -kerning first=1036 second=1153 amount=-3 -kerning first=369 second=933 amount=-4 -kerning first=235 second=86 amount=-3 -kerning first=256 second=245 amount=-1 -kerning first=197 second=1267 amount=-4 -kerning first=932 second=230 amount=-5 -kerning first=343 second=279 amount=-1 -kerning first=1141 second=196 amount=-4 -kerning first=374 second=902 amount=-5 -kerning first=1128 second=239 amount=3 -kerning first=75 second=301 amount=5 -kerning first=248 second=967 amount=-1 -kerning first=313 second=39 amount=-6 -kerning first=355 second=1120 amount=1 -kerning first=377 second=43 amount=-2 -kerning first=1143 second=1207 amount=-1 -kerning first=1085 second=1265 amount=-1 -kerning first=1090 second=231 amount=-2 -kerning first=1191 second=1244 amount=-2 -kerning first=378 second=283 amount=-1 -kerning first=1056 second=198 amount=-5 -kerning first=351 second=1196 amount=-5 -kerning first=933 second=240 amount=-6 -kerning first=1058 second=38 amount=-2 -kerning first=327 second=207 amount=1 -kerning first=1082 second=84 amount=-4 -kerning first=339 second=1091 amount=-1 -kerning first=221 second=97 amount=-5 -kerning first=1027 second=256 amount=-6 -kerning first=55 second=1072 amount=-3 -kerning first=1274 second=1145 amount=-5 -kerning first=1207 second=1134 amount=1 -kerning first=286 second=1140 amount=-1 -kerning first=1141 second=235 amount=-1 -kerning first=81 second=1204 amount=-2 -kerning first=1188 second=1195 amount=-5 -kerning first=195 second=1104 amount=-1 -kerning first=354 second=1089 amount=-5 -kerning first=252 second=1058 amount=-3 -kerning first=1104 second=121 amount=-1 -kerning first=1271 second=1193 amount=-2 -kerning first=1267 second=227 amount=-1 -kerning first=376 second=335 amount=-6 -kerning first=1178 second=240 amount=-3 -kerning first=359 second=126 amount=-1 -kerning first=192 second=242 amount=-1 -kerning first=197 second=269 amount=-1 -kerning first=281 second=1091 amount=-1 -kerning first=215 second=1140 amount=-3 -kerning first=114 second=972 amount=-1 -kerning first=1066 second=1090 amount=-2 -kerning first=957 second=47 amount=-4 -kerning first=1117 second=1198 amount=-5 -kerning first=1196 second=940 amount=-5 -kerning first=81 second=1232 amount=-2 -kerning first=1027 second=281 amount=-5 -kerning first=265 second=89 amount=-4 -kerning first=84 second=945 amount=-5 -kerning first=70 second=244 amount=-3 -kerning first=1141 second=1222 amount=-3 -kerning first=374 second=1173 amount=-3 -kerning first=1058 second=255 amount=-4 -kerning first=915 second=953 amount=-8 -kerning first=243 second=1217 amount=-2 -kerning first=194 second=1026 amount=-6 -kerning first=972 second=125 amount=-1 -kerning first=1179 second=52 amount=-3 -kerning first=1170 second=228 amount=-5 -kerning first=213 second=8230 amount=-3 -kerning first=118 second=1200 amount=-2 -kerning first=1196 second=264 amount=-2 -kerning first=1012 second=258 amount=-2 -kerning first=222 second=192 amount=-3 -kerning first=268 second=239 amount=2 -kerning first=910 second=1255 amount=-6 -kerning first=84 second=262 amount=-2 -kerning first=192 second=8220 amount=-8 -kerning first=1093 second=963 amount=-1 -kerning first=253 second=248 amount=-1 -kerning first=957 second=1198 amount=-2 -kerning first=372 second=1082 amount=-2 -kerning first=915 second=286 amount=-2 -kerning first=342 second=89 amount=-2 -kerning first=1027 second=1226 amount=-4 -kerning first=1122 second=1035 amount=-3 -kerning first=194 second=67 amount=-2 -kerning first=365 second=1066 amount=-3 -kerning first=70 second=8222 amount=-8 -kerning first=1026 second=1059 amount=-6 -kerning first=1115 second=1198 amount=-5 -kerning first=310 second=940 amount=-3 -kerning first=1171 second=84 amount=-3 -kerning first=8244 second=1040 amount=-9 -kerning first=65 second=1089 amount=-1 -kerning first=1082 second=1239 amount=-1 -kerning first=1230 second=914 amount=1 -kerning first=232 second=1265 amount=-1 -kerning first=1153 second=1090 amount=-1 -kerning first=324 second=375 amount=-1 -kerning first=243 second=192 amount=-2 -kerning first=99 second=374 amount=-4 -kerning first=910 second=126 amount=-4 -kerning first=1185 second=1010 amount=-1 -kerning first=1180 second=105 amount=2 -kerning first=345 second=193 amount=-3 -kerning first=1205 second=1204 amount=-2 -kerning first=310 second=264 amount=-2 -kerning first=293 second=354 amount=-3 -kerning first=176 second=169 amount=-1 -kerning first=1202 second=1193 amount=-2 -kerning first=929 second=65 amount=-5 -kerning first=922 second=1118 amount=-3 -kerning first=77 second=206 amount=1 -kerning first=299 second=1036 amount=3 -kerning first=1111 second=1066 amount=6 -kerning first=194 second=297 amount=3 -kerning first=354 second=1145 amount=-5 -kerning first=126 second=1197 amount=-1 -kerning first=321 second=1058 amount=-6 -kerning first=197 second=1086 amount=-1 -kerning first=356 second=1265 amount=-4 -kerning first=1201 second=261 amount=-1 -kerning first=1222 second=351 amount=-1 -kerning first=1093 second=243 amount=-1 -kerning first=1066 second=170 amount=-2 -kerning first=1198 second=951 amount=-3 -kerning first=270 second=1236 amount=-2 -kerning first=939 second=263 amount=-6 -kerning first=1043 second=1092 amount=-5 -kerning first=8221 second=966 amount=-4 -kerning first=1275 second=225 amount=-2 -kerning first=345 second=233 amount=-1 -kerning first=343 second=1195 amount=-1 -kerning first=310 second=236 amount=2 -kerning first=116 second=1026 amount=-2 -kerning first=1207 second=204 amount=1 -kerning first=1224 second=1197 amount=-2 -kerning first=121 second=240 amount=-1 -kerning first=345 second=1241 amount=-1 -kerning first=111 second=197 amount=-2 -kerning first=380 second=275 amount=-1 -kerning first=920 second=1040 amount=-2 -kerning first=223 second=8220 amount=-4 -kerning first=68 second=1058 amount=-2 -kerning first=1078 second=337 amount=-1 -kerning first=79 second=1200 amount=-2 -kerning first=1094 second=1056 amount=1 -kerning first=1270 second=122 amount=-3 -kerning first=1141 second=89 amount=-2 -kerning first=92 second=1118 amount=-4 -kerning first=1279 second=333 amount=-1 -kerning first=254 second=119 amount=-1 -kerning first=1186 second=1115 amount=1 -kerning first=1184 second=245 amount=-3 -kerning first=922 second=263 amount=-3 -kerning first=1188 second=1194 amount=-2 -kerning first=1199 second=258 amount=-4 -kerning first=1096 second=910 amount=-5 -kerning first=257 second=1199 amount=-1 -kerning first=86 second=226 amount=-3 -kerning first=87 second=216 amount=-2 -kerning first=358 second=242 amount=-5 -kerning first=376 second=1104 amount=-6 -kerning first=98 second=120 amount=-1 -kerning first=1171 second=1239 amount=-2 -kerning first=8218 second=221 amount=-7 -kerning first=65 second=1145 amount=-1 -kerning first=356 second=267 amount=-5 -kerning first=161 second=932 amount=-4 -kerning first=334 second=356 amount=-2 -kerning first=120 second=100 amount=-1 -kerning first=88 second=1017 amount=-1 -kerning first=1234 second=1198 amount=-5 -kerning first=335 second=1040 amount=-2 -kerning first=1211 second=8220 amount=-3 -kerning first=1107 second=244 amount=-2 -kerning first=1053 second=95 amount=2 -kerning first=355 second=215 amount=-1 -kerning first=193 second=246 amount=-1 -kerning first=196 second=1265 amount=-4 -kerning first=1185 second=339 amount=-1 -kerning first=1180 second=371 amount=-2 -kerning first=43 second=1098 amount=-1 -kerning first=1020 second=1118 amount=-1 -kerning first=1200 second=347 amount=-4 -kerning first=933 second=230 amount=-5 -kerning first=359 second=327 amount=1 -kerning first=915 second=920 amount=-2 -kerning first=1036 second=234 amount=-3 -kerning first=44 second=96 amount=-9 -kerning first=1199 second=283 amount=-1 -kerning first=1083 second=1263 amount=-1 -kerning first=1114 second=1217 amount=-2 -kerning first=122 second=281 amount=-1 -kerning first=39 second=195 amount=-5 -kerning first=376 second=1114 amount=-3 -kerning first=115 second=358 amount=-5 -kerning first=8244 second=355 amount=1 -kerning first=1036 second=1243 amount=-3 -kerning first=1145 second=99 amount=-1 -kerning first=1207 second=60 amount=-2 -kerning first=1191 second=374 amount=-11 -kerning first=1205 second=315 amount=1 -kerning first=255 second=1255 amount=-1 -kerning first=92 second=263 amount=-1 -kerning first=1091 second=1236 amount=-4 -kerning first=1216 second=297 amount=5 -kerning first=351 second=87 amount=-2 -kerning first=75 second=242 amount=-3 -kerning first=1107 second=8222 amount=-8 -kerning first=193 second=8217 amount=-7 -kerning first=1197 second=940 amount=-2 -kerning first=208 second=1204 amount=-2 -kerning first=91 second=271 amount=-1 -kerning first=257 second=957 amount=-1 -kerning first=1232 second=8224 amount=-5 -kerning first=198 second=299 amount=5 -kerning first=328 second=933 amount=-5 -kerning first=305 second=297 amount=3 -kerning first=297 second=90 amount=6 -kerning first=59 second=356 amount=-2 -kerning first=1168 second=111 amount=-5 -kerning first=1051 second=296 amount=1 -kerning first=334 second=902 amount=-2 -kerning first=1084 second=8216 amount=-3 -kerning first=1040 second=216 amount=-2 -kerning first=341 second=981 amount=-1 -kerning first=1196 second=1237 amount=-5 -kerning first=1068 second=1217 amount=-2 -kerning first=221 second=1089 amount=-6 -kerning first=935 second=333 amount=-2 -kerning first=1106 second=358 amount=-3 -kerning first=8370 second=238 amount=2 -kerning first=355 second=1190 amount=1 -kerning first=252 second=939 amount=-4 -kerning first=196 second=267 amount=-1 -kerning first=208 second=1232 amount=-2 -kerning first=932 second=1095 amount=-5 -kerning first=275 second=1197 amount=-1 -kerning first=326 second=255 amount=-1 -kerning first=915 second=8363 amount=-5 -kerning first=939 second=215 amount=-3 -kerning first=1175 second=963 amount=-1 -kerning first=1179 second=248 amount=-1 -kerning first=1187 second=302 amount=1 -kerning first=927 second=198 amount=-2 -kerning first=376 second=353 amount=-4 -kerning first=1225 second=1062 amount=1 -kerning first=65 second=1140 amount=-5 -kerning first=216 second=1046 amount=-1 -kerning first=1207 second=1067 amount=1 -kerning first=1164 second=84 amount=-3 -kerning first=1140 second=1258 amount=-2 -kerning first=176 second=210 amount=-1 -kerning first=1196 second=961 amount=-4 -kerning first=243 second=221 amount=-6 -kerning first=245 second=1143 amount=-1 -kerning first=1068 second=192 amount=-2 -kerning first=1086 second=1061 amount=-2 -kerning first=224 second=1196 amount=-3 -kerning first=347 second=84 amount=-5 -kerning first=1128 second=1057 amount=-2 -kerning first=915 second=1185 amount=-3 -kerning first=379 second=8370 amount=-2 -kerning first=119 second=354 amount=-3 -kerning first=966 second=194 amount=-2 -kerning first=1267 second=1092 amount=-1 -kerning first=381 second=171 amount=-2 -kerning first=1078 second=1105 amount=-1 -kerning first=1274 second=1233 amount=-5 -kerning first=902 second=1204 amount=-6 -kerning first=1259 second=84 amount=-3 -kerning first=1099 second=8361 amount=2 -kerning first=1279 second=1077 amount=-1 -kerning first=923 second=333 amount=-1 -kerning first=246 second=195 amount=-2 -kerning first=1217 second=972 amount=-2 -kerning first=1175 second=243 amount=-1 -kerning first=112 second=375 amount=-1 -kerning first=214 second=1196 amount=-2 -kerning first=91 second=113 amount=-1 -kerning first=86 second=1254 amount=-2 -kerning first=244 second=1185 amount=-2 -kerning first=1201 second=197 amount=-4 -kerning first=1230 second=72 amount=1 -kerning first=101 second=1098 amount=-1 -kerning first=211 second=372 amount=-1 -kerning first=1187 second=43 amount=-1 -kerning first=1170 second=1179 amount=-4 -kerning first=123 second=333 amount=-1 -kerning first=1066 second=120 amount=-1 -kerning first=1196 second=246 amount=-5 -kerning first=1198 second=231 amount=-6 -kerning first=95 second=1117 amount=3 -kerning first=86 second=1144 amount=-2 -kerning first=324 second=1066 amount=-3 -kerning first=221 second=1145 amount=-6 -kerning first=76 second=8223 amount=-3 -kerning first=317 second=1057 amount=-2 -kerning first=84 second=111 amount=-5 -kerning first=1243 second=1249 amount=-2 -kerning first=1063 second=207 amount=1 -kerning first=1071 second=1111 amount=5 -kerning first=291 second=95 amount=2 -kerning first=89 second=1020 amount=-3 -kerning first=321 second=939 amount=-3 -kerning first=34 second=916 amount=-5 -kerning first=1092 second=198 amount=-2 -kerning first=119 second=913 amount=-4 -kerning first=1233 second=1267 amount=-1 -kerning first=290 second=1236 amount=-1 -kerning first=121 second=230 amount=-1 -kerning first=8216 second=1234 amount=-6 -kerning first=355 second=78 amount=1 -kerning first=225 second=376 amount=-5 -kerning first=1201 second=275 amount=-1 -kerning first=226 second=92 amount=-3 -kerning first=257 second=354 amount=-3 -kerning first=1046 second=43 amount=-4 -kerning first=191 second=358 amount=-4 -kerning first=1016 second=1078 amount=-1 -kerning first=120 second=1026 amount=-3 -kerning first=1275 second=100 amount=-2 -kerning first=196 second=177 amount=-3 -kerning first=177 second=1236 amount=-3 -kerning first=1090 second=229 amount=-2 -kerning first=1069 second=1040 amount=-2 -kerning first=95 second=81 amount=-3 -kerning first=1271 second=1010 amount=-2 -kerning first=102 second=173 amount=-2 -kerning first=1118 second=923 amount=-4 -kerning first=1054 second=195 amount=-2 -kerning first=286 second=1058 amount=-2 -kerning first=1225 second=313 amount=1 -kerning first=310 second=246 amount=-3 -kerning first=1056 second=193 amount=-5 -kerning first=68 second=939 amount=-2 -kerning first=81 second=1200 amount=-2 -kerning first=187 second=1118 amount=-2 -kerning first=1094 second=933 amount=-1 -kerning first=1207 second=77 amount=1 -kerning first=1097 second=276 amount=1 -kerning first=1255 second=1279 amount=-1 -kerning first=935 second=1077 amount=-2 -kerning first=239 second=105 amount=6 -kerning first=8244 second=47 amount=-9 -kerning first=1169 second=940 amount=-2 -kerning first=369 second=1204 amount=-3 -kerning first=1060 second=256 amount=-2 -kerning first=215 second=1058 amount=-4 -kerning first=908 second=1066 amount=-2 -kerning first=374 second=267 amount=-6 -kerning first=1186 second=1231 amount=1 -kerning first=75 second=1099 amount=2 -kerning first=8222 second=932 amount=-6 -kerning first=354 second=1233 amount=-5 -kerning first=341 second=1040 amount=-3 -kerning first=174 second=8363 amount=-2 -kerning first=375 second=1207 amount=-1 -kerning first=1118 second=295 amount=3 -kerning first=1141 second=1259 amount=-1 -kerning first=1145 second=198 amount=-2 -kerning first=1168 second=1209 amount=-5 -kerning first=279 second=1279 amount=-1 -kerning first=373 second=945 amount=-1 -kerning first=1270 second=199 amount=-2 -kerning first=349 second=8222 amount=-3 -kerning first=1188 second=1138 amount=-2 -kerning first=239 second=8360 amount=3 -kerning first=8221 second=359 amount=1 -kerning first=55 second=949 amount=-3 -kerning first=1197 second=1237 amount=-2 -kerning first=1230 second=1058 amount=-2 -kerning first=1072 second=1026 amount=-3 -kerning first=1209 second=1035 amount=-3 -kerning first=1114 second=221 amount=-11 -kerning first=1205 second=124 amount=1 -kerning first=244 second=1276 amount=-2 -kerning first=1186 second=45 amount=-1 -kerning first=1036 second=307 amount=2 -kerning first=8217 second=59 amount=-4 -kerning first=1163 second=126 amount=-1 -kerning first=1094 second=282 amount=1 -kerning first=119 second=308 amount=-4 -kerning first=227 second=8220 amount=-3 -kerning first=239 second=325 amount=3 -kerning first=8230 second=354 amount=-2 -kerning first=359 second=1056 amount=1 -kerning first=256 second=375 amount=-4 -kerning first=1241 second=358 amount=-3 -kerning first=229 second=86 amount=-3 -kerning first=902 second=357 amount=-2 -kerning first=970 second=8244 amount=2 -kerning first=923 second=1077 amount=-1 -kerning first=372 second=971 amount=-2 -kerning first=88 second=244 amount=-2 -kerning first=1202 second=1010 amount=-2 -kerning first=981 second=196 amount=-2 -kerning first=1186 second=80 amount=1 -kerning first=1263 second=171 amount=-3 -kerning first=939 second=365 amount=-3 -kerning first=920 second=47 amount=-3 -kerning first=1111 second=929 amount=3 -kerning first=1143 second=8249 amount=-3 -kerning first=1224 second=253 amount=-1 -kerning first=1068 second=221 amount=-6 -kerning first=1271 second=339 amount=-2 -kerning first=1205 second=1200 amount=-1 -kerning first=933 second=1095 amount=-5 -kerning first=1253 second=933 amount=-5 -kerning first=1082 second=263 amount=-1 -kerning first=1167 second=255 amount=-1 -kerning first=123 second=1077 amount=-1 -kerning first=1101 second=1185 amount=-2 -kerning first=288 second=1278 amount=-1 -kerning first=966 second=376 amount=-6 -kerning first=1188 second=287 amount=-5 -kerning first=8221 second=226 amount=-4 -kerning first=212 second=86 amount=-2 -kerning first=932 second=38 amount=-2 -kerning first=1277 second=1066 amount=-3 -kerning first=1200 second=99 amount=-6 -kerning first=1140 second=172 amount=-3 -kerning first=1196 second=1197 amount=-3 -kerning first=1036 second=334 amount=-2 -kerning first=922 second=365 amount=-2 -kerning first=920 second=1198 amount=-2 -kerning first=1194 second=935 amount=-1 -kerning first=1187 second=1018 amount=1 -kerning first=1273 second=1185 amount=-2 -kerning first=228 second=358 amount=-3 -kerning first=113 second=1035 amount=-3 -kerning first=247 second=1278 amount=-4 -kerning first=242 second=932 amount=-3 -kerning first=76 second=1069 amount=-2 -kerning first=1058 second=1251 amount=-4 -kerning first=231 second=1196 amount=-5 -kerning first=363 second=374 amount=-4 -kerning first=356 second=369 amount=-5 -kerning first=224 second=87 amount=-3 -kerning first=38 second=118 amount=-2 -kerning first=1235 second=1091 amount=-1 -kerning first=1033 second=1185 amount=-2 -kerning first=372 second=337 amount=-3 -kerning first=1196 second=1096 amount=-4 -kerning first=1128 second=910 amount=-5 -kerning first=1043 second=981 amount=-5 -kerning first=357 second=1229 amount=1 -kerning first=259 second=89 amount=-5 -kerning first=1143 second=1035 amount=-2 -kerning first=84 second=1209 amount=-5 -kerning first=1197 second=246 amount=-2 -kerning first=1180 second=1092 amount=-3 -kerning first=1138 second=1066 amount=-2 -kerning first=38 second=1201 amount=-2 -kerning first=1225 second=70 amount=1 -kerning first=293 second=1263 amount=-1 -kerning first=374 second=177 amount=-6 -kerning first=1036 second=373 amount=-4 -kerning first=321 second=967 amount=-4 -kerning first=335 second=1198 amount=-6 -kerning first=1075 second=242 amount=-2 -kerning first=1226 second=311 amount=1 -kerning first=114 second=195 amount=-3 -kerning first=210 second=8218 amount=-3 -kerning first=40 second=1239 amount=-1 -kerning first=341 second=355 amount=2 -kerning first=1278 second=265 amount=-2 -kerning first=87 second=1191 amount=-2 -kerning first=916 second=8224 amount=-5 -kerning first=214 second=87 amount=-1 -kerning first=932 second=255 amount=-4 -kerning first=1202 second=339 amount=-2 -kerning first=1125 second=1198 amount=-4 -kerning first=915 second=216 amount=-2 -kerning first=8217 second=291 amount=-4 -kerning first=248 second=92 amount=-3 -kerning first=1275 second=1026 amount=-3 -kerning first=112 second=1066 amount=-3 -kerning first=95 second=345 amount=3 -kerning first=8373 second=239 amount=2 -kerning first=317 second=910 amount=-3 -kerning first=1171 second=263 amount=-2 -kerning first=275 second=253 amount=-1 -kerning first=957 second=963 amount=-1 -kerning first=8224 second=916 amount=-5 -kerning first=1258 second=932 amount=-2 -kerning first=299 second=98 amount=3 -kerning first=333 second=8224 amount=-2 -kerning first=1274 second=1094 amount=-4 -kerning first=288 second=260 amount=-1 -kerning first=1077 second=1185 amount=-1 -kerning first=1232 second=337 amount=-1 -kerning first=1058 second=109 amount=-4 -kerning first=267 second=354 amount=-5 -kerning first=301 second=107 amount=3 -kerning first=304 second=206 amount=1 -kerning first=260 second=933 amount=-5 -kerning first=1170 second=214 amount=-2 -kerning first=208 second=1200 amount=-2 -kerning first=1101 second=1276 amount=-2 -kerning first=289 second=356 amount=-3 -kerning first=333 second=88 amount=-2 -kerning first=76 second=8373 amount=-2 -kerning first=1169 second=1237 amount=-2 -kerning first=1222 second=1070 amount=1 -kerning first=1207 second=8226 amount=-1 -kerning first=343 second=287 amount=-1 -kerning first=286 second=939 amount=-2 -kerning first=927 second=1244 amount=-1 -kerning first=99 second=1249 amount=-1 -kerning first=222 second=44 amount=-7 -kerning first=1163 second=327 amount=1 -kerning first=258 second=255 amount=-4 -kerning first=1090 second=279 amount=-2 -kerning first=118 second=244 amount=-1 -kerning first=1276 second=265 amount=-2 -kerning first=378 second=291 amount=-1 -kerning first=1058 second=173 amount=-4 -kerning first=381 second=286 amount=-2 -kerning first=327 second=1031 amount=1 -kerning first=215 second=939 amount=-3 -kerning first=1033 second=1276 amount=-2 -kerning first=957 second=243 amount=-1 -kerning first=121 second=1095 amount=-1 -kerning first=1278 second=1139 amount=-2 -kerning first=1213 second=1196 amount=-3 -kerning first=221 second=1233 amount=-5 -kerning first=1225 second=1198 amount=-1 -kerning first=1110 second=1111 amount=3 -kerning first=918 second=173 amount=-2 -kerning first=1139 second=923 amount=-2 -kerning first=65 second=1058 amount=-6 -kerning first=256 second=187 amount=-2 -kerning first=1170 second=1199 amount=-4 -kerning first=1091 second=277 amount=-1 -kerning first=981 second=89 amount=-6 -kerning first=1184 second=375 amount=-3 -kerning first=335 second=1175 amount=-1 -kerning first=205 second=300 amount=1 -kerning first=44 second=1073 amount=-2 -kerning first=1255 second=186 amount=-2 -kerning first=118 second=8222 amount=-5 -kerning first=927 second=193 amount=-2 -kerning first=965 second=910 amount=-4 -kerning first=345 second=46 amount=-4 -kerning first=86 second=301 amount=5 -kerning first=328 second=1204 amount=-3 -kerning first=245 second=1202 amount=-2 -kerning first=297 second=1034 amount=3 -kerning first=179 second=195 amount=-6 -kerning first=356 second=326 amount=-4 -kerning first=1230 second=939 amount=-1 -kerning first=1050 second=121 amount=-3 -kerning first=902 second=1256 amount=-2 -kerning first=1207 second=928 amount=1 -kerning first=1113 second=932 amount=-7 -kerning first=1093 second=99 amount=-1 -kerning first=957 second=8221 amount=2 -kerning first=42 second=1051 amount=-2 -kerning first=372 second=1105 amount=-3 -kerning first=1198 second=363 amount=-3 -kerning first=1278 second=247 amount=-4 -kerning first=1012 second=1059 amount=-2 -kerning first=966 second=373 amount=-1 -kerning first=1027 second=289 amount=-5 -kerning first=55 second=969 amount=-3 -kerning first=193 second=253 amount=-4 -kerning first=247 second=1090 amount=-1 -kerning first=902 second=1200 amount=-5 -kerning first=1026 second=372 amount=-3 -kerning first=1141 second=1193 amount=-1 -kerning first=246 second=119 amount=-1 -kerning first=359 second=933 amount=-1 -kerning first=271 second=41 amount=1 -kerning first=354 second=1094 amount=-4 -kerning first=332 second=1140 amount=-2 -kerning first=1069 second=47 amount=-3 -kerning first=1234 second=963 amount=-1 -kerning first=1103 second=1198 amount=-5 -kerning first=1267 second=981 amount=-1 -kerning first=1043 second=1040 amount=-6 -kerning first=376 second=43 amount=-4 -kerning first=337 second=358 amount=-3 -kerning first=1169 second=246 amount=-2 -kerning first=1078 second=231 amount=-1 -kerning first=197 second=1092 amount=-1 -kerning first=256 second=1066 amount=-6 -kerning first=1086 second=121 amount=-1 -kerning first=1092 second=1244 amount=-2 -kerning first=1170 second=957 amount=-4 -kerning first=1164 second=1118 amount=-1 -kerning first=1200 second=198 amount=-5 -kerning first=253 second=959 amount=-1 -kerning first=239 second=1055 amount=3 -kerning first=924 second=1111 amount=5 -kerning first=1085 second=1090 amount=-2 -kerning first=1095 second=376 amount=-5 -kerning first=91 second=248 amount=-1 -kerning first=1276 second=1139 amount=-2 -kerning first=297 second=293 amount=3 -kerning first=933 second=38 amount=-4 -kerning first=321 second=183 amount=-4 -kerning first=1222 second=924 amount=1 -kerning first=38 second=356 amount=-4 -kerning first=373 second=111 amount=-1 -kerning first=913 second=8225 amount=-5 -kerning first=109 second=910 amount=-5 -kerning first=169 second=88 amount=-1 -kerning first=341 second=47 amount=-2 -kerning first=1198 second=229 amount=-5 -kerning first=1278 second=1028 amount=-1 -kerning first=1069 second=1198 amount=-2 -kerning first=1254 second=1202 amount=-1 -kerning first=1126 second=8249 amount=-2 -kerning first=939 second=256 amount=-5 -kerning first=1057 second=935 amount=-1 -kerning first=181 second=221 amount=-4 -kerning first=1143 second=228 amount=-1 -kerning first=277 second=121 amount=-1 -kerning first=1259 second=1118 amount=-1 -kerning first=1232 second=1105 amount=-1 -kerning first=961 second=375 amount=-1 -kerning first=1102 second=8224 amount=-2 -kerning first=170 second=913 amount=-5 -kerning first=1191 second=1249 amount=-4 -kerning first=253 second=60 amount=-2 -kerning first=374 second=369 amount=-3 -kerning first=359 second=282 amount=1 -kerning first=231 second=87 amount=-1 -kerning first=1092 second=193 amount=-2 -kerning first=1234 second=243 amount=-1 -kerning first=1276 second=247 amount=-4 -kerning first=381 second=920 amount=-2 -kerning first=1088 second=196 amount=-2 -kerning first=79 second=8222 amount=-3 -kerning first=1097 second=1059 amount=-1 -kerning first=1102 second=88 amount=-2 -kerning first=1186 second=270 amount=1 -kerning first=1217 second=81 amount=-1 -kerning first=939 second=281 amount=-6 -kerning first=357 second=342 amount=1 -kerning first=299 second=1035 amount=6 -kerning first=1275 second=1235 amount=-2 -kerning first=369 second=1200 amount=-4 -kerning first=95 second=211 amount=-3 -kerning first=345 second=103 amount=-1 -kerning first=1271 second=1072 amount=-2 -kerning first=1034 second=8224 amount=-2 -kerning first=1118 second=192 amount=-4 -kerning first=376 second=1236 amount=-5 -kerning first=1200 second=8353 amount=-2 -kerning first=1058 second=1220 amount=-4 -kerning first=315 second=8249 amount=-4 -kerning first=356 second=260 amount=-6 -kerning first=1199 second=1059 amount=-2 -kerning first=119 second=265 amount=-1 -kerning first=1090 second=1195 amount=-2 -kerning first=1234 second=8221 amount=-7 -kerning first=186 second=333 amount=-2 -kerning first=1126 second=1035 amount=-6 -kerning first=1188 second=1012 amount=-2 -kerning first=8244 second=54 amount=-3 -kerning first=197 second=186 amount=-5 -kerning first=257 second=1263 amount=-1 -kerning first=1034 second=88 amount=-2 -kerning first=1105 second=1198 amount=-6 -kerning first=1195 second=84 amount=-5 -kerning first=922 second=281 amount=-3 -kerning first=221 second=1058 amount=3 -kerning first=939 second=1226 amount=-3 -kerning first=1251 second=376 amount=-5 -kerning first=71 second=258 amount=-1 -kerning first=87 second=927 amount=-2 -kerning first=1118 second=232 amount=-1 -kerning first=104 second=1267 amount=-1 -kerning first=1276 second=1028 amount=-1 -kerning first=1178 second=255 amount=-3 -kerning first=1061 second=1256 amount=-1 -kerning first=1145 second=193 amount=-2 -kerning first=232 second=1090 amount=-1 -kerning first=1094 second=1204 amount=-2 -kerning first=103 second=354 amount=-3 -kerning first=908 second=65 amount=-2 -kerning first=1196 second=253 amount=-4 -kerning first=1269 second=375 amount=-1 -kerning first=229 second=8216 amount=-3 -kerning first=170 second=308 amount=-5 -kerning first=1244 second=284 amount=-1 -kerning first=929 second=1032 amount=-6 -kerning first=116 second=311 amount=1 -kerning first=315 second=1035 amount=-6 -kerning first=8217 second=35 amount=-8 -kerning first=194 second=121 amount=-4 -kerning first=972 second=1203 amount=-1 -kerning first=1199 second=291 amount=-1 -kerning first=1098 second=119 amount=-2 -kerning first=240 second=86 amount=-3 -kerning first=927 second=374 amount=-2 -kerning first=122 second=289 amount=-1 -kerning first=245 second=118 amount=-1 -kerning first=55 second=1234 amount=-7 -kerning first=65 second=182 amount=-1 -kerning first=192 second=8370 amount=-2 -kerning first=356 second=1090 amount=-3 -kerning first=1145 second=233 amount=-1 -kerning first=1059 second=1204 amount=3 -kerning first=1020 second=256 amount=-2 -kerning first=1016 second=8220 amount=-4 -kerning first=1205 second=1162 amount=1 -kerning first=92 second=281 amount=-1 -kerning first=1140 second=333 amount=-3 -kerning first=372 second=951 amount=-2 -kerning first=245 second=1201 amount=-1 -kerning first=1175 second=99 amount=-1 -kerning first=193 second=171 amount=-2 -kerning first=212 second=8216 amount=-2 -kerning first=1145 second=1241 amount=-1 -kerning first=1231 second=207 amount=1 -kerning first=1237 second=1277 amount=-1 -kerning first=288 second=1011 amount=2 -kerning first=1213 second=87 amount=-3 -kerning first=1267 second=1040 amount=-4 -kerning first=310 second=253 amount=-3 -kerning first=1036 second=1141 amount=-3 -kerning first=65 second=939 amount=-5 -kerning first=1122 second=1199 amount=-1 -kerning first=1046 second=277 amount=-2 -kerning first=1059 second=1232 amount=-5 -kerning first=1163 second=1056 amount=1 -kerning first=1097 second=922 amount=1 -kerning first=1207 second=89 amount=-1 -kerning first=119 second=1139 amount=-1 -kerning first=1040 second=927 amount=-2 -kerning first=341 second=1175 amount=1 -kerning first=936 second=8222 amount=-8 -kerning first=225 second=1141 amount=-1 -kerning first=1274 second=967 amount=-4 -kerning first=1270 second=1207 amount=-5 -kerning first=1140 second=8218 amount=-7 -kerning first=1242 second=1278 amount=-1 -kerning first=374 second=326 amount=-3 -kerning first=44 second=49 amount=-6 -kerning first=1179 second=959 amount=-1 -kerning first=1170 second=913 amount=-6 -kerning first=314 second=239 amount=5 -kerning first=913 second=79 amount=-2 -kerning first=86 second=242 amount=-3 -kerning first=87 second=269 amount=-3 -kerning first=375 second=8249 amount=-3 -kerning first=1232 second=1171 amount=-2 -kerning first=376 second=251 amount=-3 -kerning first=98 second=1078 amount=-1 -kerning first=355 second=274 amount=1 -kerning first=90 second=1060 amount=-2 -kerning first=1253 second=1204 amount=-3 -kerning first=1168 second=8250 amount=-3 -kerning first=114 second=119 amount=1 -kerning first=1105 second=1175 amount=-1 -kerning first=255 second=933 amount=-2 -kerning first=1040 second=1267 amount=-4 -kerning first=324 second=174 amount=-1 -kerning first=221 second=1094 amount=-3 -kerning first=1188 second=1169 amount=-4 -kerning first=330 second=301 amount=5 -kerning first=1180 second=981 amount=-3 -kerning first=1230 second=1216 amount=1 -kerning first=70 second=249 amount=-2 -kerning first=358 second=923 amount=-6 -kerning first=343 second=358 amount=-4 -kerning first=76 second=194 amount=2 -kerning first=915 second=1191 amount=-4 -kerning first=1122 second=957 amount=-1 -kerning first=1179 second=60 amount=-5 -kerning first=371 second=1196 amount=-3 -kerning first=311 second=335 amount=-1 -kerning first=1226 second=1115 amount=1 -kerning first=1092 second=374 amount=-6 -kerning first=1094 second=315 amount=1 -kerning first=40 second=263 amount=-1 -kerning first=943 second=126 amount=-2 -kerning first=1193 second=84 amount=-3 -kerning first=186 second=1077 amount=-2 -kerning first=313 second=290 amount=-2 -kerning first=1056 second=46 amount=-3 -kerning first=8244 second=963 amount=-4 -kerning first=1138 second=65 amount=-2 -kerning first=1088 second=89 amount=-6 -kerning first=1277 second=101 amount=-1 -kerning first=379 second=212 amount=-2 -kerning first=972 second=910 amount=-6 -kerning first=1239 second=358 amount=-3 -kerning first=375 second=1035 amount=-2 -kerning first=1118 second=221 amount=-2 -kerning first=933 second=894 amount=-4 -kerning first=256 second=288 amount=-2 -kerning first=1222 second=344 amount=1 -kerning first=902 second=1017 amount=-2 -kerning first=1170 second=1103 amount=-5 -kerning first=1040 second=269 amount=-1 -kerning first=1198 second=279 amount=-6 -kerning first=1263 second=8363 amount=-1 -kerning first=1188 second=1088 amount=-4 -kerning first=236 second=309 amount=3 -kerning first=1112 second=372 amount=2 -kerning first=112 second=65 amount=-2 -kerning first=247 second=120 amount=-1 -kerning first=1063 second=1031 amount=1 -kerning first=1237 second=933 amount=-6 -kerning first=961 second=1066 amount=-3 -kerning first=1200 second=241 amount=-3 -kerning first=8217 second=1076 amount=-4 -kerning first=81 second=8222 amount=-3 -kerning first=301 second=104 amount=3 -kerning first=948 second=936 amount=-5 -kerning first=354 second=967 amount=-4 -kerning first=250 second=1198 amount=-4 -kerning first=1170 second=308 amount=-6 -kerning first=1228 second=255 amount=-1 -kerning first=1139 second=1217 amount=-2 -kerning first=1203 second=173 amount=-1 -kerning first=1242 second=260 amount=-2 -kerning first=1065 second=95 amount=4 -kerning first=241 second=221 amount=-5 -kerning first=87 second=1086 amount=-3 -kerning first=358 second=8370 amount=-2 -kerning first=70 second=1153 amount=-3 -kerning first=239 second=280 amount=3 -kerning first=8244 second=243 amount=-4 -kerning first=97 second=1196 amount=-3 -kerning first=356 second=946 amount=-4 -kerning first=1145 second=374 amount=1 -kerning first=1189 second=232 amount=-2 -kerning first=183 second=1279 amount=-1 -kerning first=1205 second=1225 amount=1 -kerning first=1140 second=1077 amount=-3 -kerning first=908 second=935 amount=-1 -kerning first=1196 second=171 amount=-8 -kerning first=1198 second=1224 amount=-3 -kerning first=374 second=260 amount=-5 -kerning first=1186 second=919 amount=1 -kerning first=34 second=902 amount=-5 -kerning first=966 second=1141 amount=-1 -kerning first=1043 second=47 amount=-5 -kerning first=357 second=376 amount=-1 -kerning first=196 second=170 amount=-5 -kerning first=84 second=8250 amount=-3 -kerning first=932 second=1251 amount=-4 -kerning first=1225 second=1252 amount=1 -kerning first=317 second=1234 amount=2 -kerning first=1202 second=1057 amount=-1 -kerning first=297 second=340 amount=3 -kerning first=194 second=903 amount=-5 -kerning first=260 second=1204 amount=-6 -kerning first=1097 second=1025 amount=1 -kerning first=328 second=1200 amount=-5 -kerning first=239 second=1112 amount=-4 -kerning first=1139 second=192 amount=-2 -kerning first=283 second=374 amount=-6 -kerning first=336 second=1236 amount=-2 -kerning first=318 second=300 amount=1 -kerning first=1230 second=183 amount=-1 -kerning first=1141 second=1010 amount=-1 -kerning first=254 second=1140 amount=-3 -kerning first=89 second=972 amount=-6 -kerning first=75 second=8370 amount=-2 -kerning first=1058 second=79 amount=-2 -kerning first=1184 second=252 amount=-2 -kerning first=301 second=317 amount=3 -kerning first=195 second=277 amount=-1 -kerning first=187 second=256 amount=-2 -kerning first=1187 second=202 amount=1 -kerning first=358 second=181 amount=-5 -kerning first=245 second=356 amount=-3 -kerning first=310 second=171 amount=-3 -kerning first=918 second=79 amount=-2 -kerning first=65 second=967 amount=-4 -kerning first=1051 second=1111 amount=5 -kerning first=332 second=1058 amount=-2 -kerning first=1066 second=1078 amount=-1 -kerning first=1040 second=1086 amount=-1 -kerning first=372 second=231 amount=-3 -kerning first=1043 second=382 amount=-3 -kerning first=357 second=200 amount=1 -kerning first=1027 second=271 amount=-5 -kerning first=1122 second=354 amount=-3 -kerning first=1112 second=299 amount=3 -kerning first=171 second=933 amount=-4 -kerning first=1269 second=1066 amount=-3 -kerning first=1274 second=183 amount=-4 -kerning first=1232 second=1091 amount=-4 -kerning first=981 second=1046 amount=-2 -kerning first=299 second=1016 amount=3 -kerning first=311 second=1104 amount=-1 -kerning first=1188 second=266 amount=-2 -kerning first=313 second=196 amount=2 -kerning first=197 second=981 amount=-1 -kerning first=8250 second=255 amount=-2 -kerning first=932 second=109 amount=-4 -kerning first=1181 second=8249 amount=-3 -kerning first=1145 second=1111 amount=7 -kerning first=368 second=95 amount=-3 -kerning first=1200 second=193 amount=-5 -kerning first=1140 second=351 amount=-3 -kerning first=75 second=181 amount=-2 -kerning first=270 second=932 amount=-2 -kerning first=1163 second=933 amount=-1 -kerning first=245 second=902 amount=-2 -kerning first=1061 second=1017 amount=-1 -kerning first=76 second=376 amount=-3 -kerning first=359 second=1204 amount=-2 -kerning first=381 second=216 amount=-2 -kerning first=321 second=92 amount=-5 -kerning first=1082 second=281 amount=-1 -kerning first=232 second=120 amount=-1 -kerning first=913 second=8244 amount=-7 -kerning first=1254 second=356 amount=-2 -kerning first=358 second=1116 amount=-4 -kerning first=1122 second=913 amount=-2 -kerning first=1107 second=257 amount=-2 -kerning first=106 second=303 amount=3 -kerning first=1080 second=255 amount=-1 -kerning first=1255 second=1040 amount=-2 -kerning first=1138 second=935 amount=-1 -kerning first=932 second=173 amount=-4 -kerning first=102 second=1239 amount=-1 -kerning first=955 second=947 amount=-4 -kerning first=1232 second=231 amount=-1 -kerning first=1141 second=339 amount=-1 -kerning first=1200 second=233 amount=-6 -kerning first=1198 second=1195 amount=-6 -kerning first=321 second=338 amount=-2 -kerning first=1107 second=1153 amount=-2 -kerning first=972 second=1093 amount=-1 -kerning first=112 second=174 amount=-1 -kerning first=913 second=84 amount=-6 -kerning first=1200 second=1241 amount=-6 -kerning first=68 second=92 amount=-2 -kerning first=256 second=101 amount=-1 -kerning first=356 second=120 amount=-3 -kerning first=251 second=358 amount=-3 -kerning first=107 second=1089 amount=-1 -kerning first=1181 second=1035 amount=-4 -kerning first=38 second=1265 amount=-2 -kerning first=1084 second=1143 amount=-1 -kerning first=1094 second=124 amount=1 -kerning first=1217 second=211 amount=-1 -kerning first=1184 second=288 amount=-2 -kerning first=122 second=1196 amount=-2 -kerning first=1043 second=1175 amount=-3 -kerning first=1027 second=113 amount=-5 -kerning first=8221 second=962 amount=-4 -kerning first=299 second=915 amount=3 -kerning first=1163 second=282 amount=1 -kerning first=112 second=935 amount=-2 -kerning first=126 second=1185 amount=-1 -kerning first=345 second=273 amount=-1 -kerning first=334 second=1278 amount=-1 -kerning first=375 second=228 amount=-1 -kerning first=45 second=376 amount=-4 -kerning first=170 second=265 amount=-2 -kerning first=1200 second=1230 amount=-3 -kerning first=1225 second=1186 amount=1 -kerning first=1058 second=973 amount=-4 -kerning first=276 second=299 amount=5 -kerning first=357 second=1124 amount=1 -kerning first=8249 second=1066 amount=-3 -kerning first=354 second=183 amount=-4 -kerning first=260 second=357 amount=-2 -kerning first=1050 second=71 amount=-2 -kerning first=1226 second=1231 amount=1 -kerning first=957 second=99 amount=-1 -kerning first=1278 second=283 amount=-2 -kerning first=1254 second=902 amount=-2 -kerning first=1267 second=47 amount=-4 -kerning first=910 second=1204 amount=3 -kerning first=193 second=286 amount=-2 -kerning first=70 second=194 amount=-6 -kerning first=1168 second=1143 amount=-4 -kerning first=102 second=74 amount=-4 -kerning first=1071 second=938 amount=1 -kerning first=1094 second=1200 amount=-1 -kerning first=1091 second=932 amount=-2 -kerning first=88 second=1069 amount=-1 -kerning first=915 second=927 amount=-2 -kerning first=342 second=239 amount=3 -kerning first=931 second=126 amount=-2 -kerning first=78 second=303 amount=2 -kerning first=1197 second=171 amount=-3 -kerning first=208 second=8222 amount=-3 -kerning first=1224 second=1185 amount=-2 -kerning first=358 second=110 amount=-4 -kerning first=1026 second=1098 amount=-2 -kerning first=376 second=277 amount=-6 -kerning first=910 second=1232 amount=-5 -kerning first=1171 second=281 amount=-2 -kerning first=192 second=232 amount=-1 -kerning first=367 second=8244 amount=1 -kerning first=1059 second=1256 amount=-2 -kerning first=1226 second=45 amount=-1 -kerning first=253 second=196 amount=-4 -kerning first=1196 second=117 amount=-5 -kerning first=240 second=8216 amount=-4 -kerning first=927 second=46 amount=-3 -kerning first=295 second=910 amount=-5 -kerning first=1267 second=1198 amount=-2 -kerning first=8221 second=242 amount=-4 -kerning first=959 second=1035 amount=-3 -kerning first=1139 second=221 amount=-6 -kerning first=217 second=8230 amount=-2 -kerning first=70 second=234 amount=-3 -kerning first=1072 second=121 amount=-1 -kerning first=110 second=932 amount=-3 -kerning first=374 second=946 amount=-3 -kerning first=116 second=1115 amount=1 -kerning first=359 second=315 amount=1 -kerning first=915 second=1267 amount=-4 -kerning first=97 second=87 amount=-3 -kerning first=367 second=84 amount=-3 -kerning first=1168 second=284 amount=-2 -kerning first=1226 second=80 amount=1 -kerning first=913 second=1239 amount=-1 -kerning first=8224 second=902 amount=-5 -kerning first=1095 second=1141 amount=-1 -kerning first=1209 second=1199 amount=-1 -kerning first=70 second=1243 amount=-3 -kerning first=122 second=271 amount=-1 -kerning first=376 second=1189 amount=-3 -kerning first=1225 second=8221 amount=2 -kerning first=8244 second=347 amount=-5 -kerning first=8218 second=1026 amount=-6 -kerning first=933 second=1251 amount=-3 -kerning first=1220 second=194 amount=-2 -kerning first=65 second=183 amount=-2 -kerning first=1037 second=297 amount=5 -kerning first=356 second=966 amount=-5 -kerning first=107 second=1145 amount=-1 -kerning first=1050 second=45 amount=-6 -kerning first=902 second=244 amount=-1 -kerning first=253 second=235 amount=-1 -kerning first=944 second=1059 amount=-4 -kerning first=1017 second=1202 amount=-1 -kerning first=313 second=169 amount=-2 -kerning first=1089 second=1058 amount=-5 -kerning first=234 second=221 amount=-6 -kerning first=309 second=125 amount=2 -kerning first=235 second=1143 amount=-1 -kerning first=1090 second=287 amount=-2 -kerning first=170 second=1139 amount=-2 -kerning first=1276 second=283 amount=-2 -kerning first=310 second=117 amount=-2 -kerning first=76 second=334 amount=-2 -kerning first=244 second=1267 amount=-1 -kerning first=90 second=1254 amount=-2 -kerning first=1222 second=201 amount=1 -kerning first=334 second=260 amount=-2 -kerning first=1199 second=1076 amount=-3 -kerning first=1170 second=1263 amount=-4 -kerning first=341 second=963 amount=-1 -kerning first=1012 second=372 amount=-1 -kerning first=1027 second=268 amount=-2 -kerning first=313 second=89 amount=-3 -kerning first=355 second=1039 amount=1 -kerning first=90 second=1144 amount=-2 -kerning first=1253 second=1200 amount=-5 -kerning first=256 second=174 amount=-5 -kerning first=932 second=1220 amount=-4 -kerning first=126 second=1276 amount=-4 -kerning first=8225 second=335 amount=-2 -kerning first=1205 second=349 amount=-1 -kerning first=1141 second=239 amount=3 -kerning first=253 second=1222 amount=-3 -kerning first=1091 second=285 amount=-1 -kerning first=88 second=8373 amount=-1 -kerning first=1198 second=1194 amount=-2 -kerning first=915 second=269 amount=-5 -kerning first=1187 second=1053 amount=1 -kerning first=84 second=1143 amount=-4 -kerning first=332 second=939 amount=-2 -kerning first=1209 second=957 amount=-1 -kerning first=1234 second=99 amount=-1 -kerning first=87 second=227 amount=-3 -kerning first=1106 second=375 amount=-1 -kerning first=1200 second=1125 amount=-3 -kerning first=929 second=126 amount=-2 -kerning first=1116 second=356 amount=-4 -kerning first=275 second=1185 amount=-1 -kerning first=1167 second=8225 amount=-2 -kerning first=1093 second=233 amount=-1 -kerning first=1257 second=1277 amount=-1 -kerning first=1128 second=1258 amount=-2 -kerning first=940 second=43 amount=-2 -kerning first=222 second=1026 amount=-4 -kerning first=8216 second=8218 amount=-8 -kerning first=53 second=8230 amount=-2 -kerning first=196 second=966 amount=-1 -kerning first=193 second=920 amount=-2 -kerning first=358 second=192 amount=-6 -kerning first=1093 second=1241 amount=-1 -kerning first=1091 second=162 amount=-1 -kerning first=1244 second=213 amount=-1 -kerning first=297 second=69 amount=3 -kerning first=933 second=109 amount=-3 -kerning first=1251 second=1141 amount=-1 -kerning first=1170 second=265 amount=-5 -kerning first=341 second=243 amount=-1 -kerning first=290 second=932 amount=-2 -kerning first=1196 second=286 amount=-2 -kerning first=173 second=89 amount=-4 -kerning first=1118 second=44 amount=-2 -kerning first=122 second=113 amount=-1 -kerning first=84 second=284 amount=-2 -kerning first=1078 second=279 amount=-1 -kerning first=255 second=1204 amount=-2 -kerning first=1279 second=275 amount=-1 -kerning first=89 second=224 amount=-5 -kerning first=382 second=1089 amount=-1 -kerning first=1184 second=101 amount=-3 -kerning first=243 second=1026 amount=-3 -kerning first=1027 second=52 amount=-4 -kerning first=1111 second=918 amount=6 -kerning first=194 second=71 amount=-2 -kerning first=1274 second=1253 amount=-4 -kerning first=91 second=959 amount=-1 -kerning first=1277 second=1257 amount=-1 -kerning first=1119 second=1196 amount=-3 -kerning first=345 second=240 amount=-1 -kerning first=358 second=232 amount=-5 -kerning first=317 second=1258 amount=-2 -kerning first=297 second=1111 amount=3 -kerning first=933 second=173 amount=-4 -kerning first=192 second=221 amount=-5 -kerning first=1164 second=256 amount=-2 -kerning first=255 second=1232 amount=-4 -kerning first=341 second=8221 amount=1 -kerning first=1193 second=1118 amount=-1 -kerning first=111 second=86 amount=-3 -kerning first=1188 second=245 amount=-5 -kerning first=1126 second=94 amount=-5 -kerning first=380 second=945 amount=-1 -kerning first=239 second=1062 amount=3 -kerning first=1107 second=234 amount=-2 -kerning first=333 second=41 amount=-1 -kerning first=193 second=8363 amount=-1 -kerning first=1169 second=171 amount=-3 -kerning first=1145 second=46 amount=-4 -kerning first=1088 second=1046 amount=-2 -kerning first=286 second=92 amount=-1 -kerning first=1270 second=8249 amount=-8 -kerning first=310 second=286 amount=-2 -kerning first=1058 second=1239 amount=-5 -kerning first=915 second=1086 amount=-5 -kerning first=8217 second=1020 amount=-1 -kerning first=1107 second=1243 amount=-2 -kerning first=260 second=1256 amount=-2 -kerning first=1187 second=932 amount=-2 -kerning first=119 second=258 amount=-4 -kerning first=957 second=198 amount=-4 -kerning first=1060 second=1196 amount=-2 -kerning first=87 second=328 amount=-2 -kerning first=358 second=1084 amount=-4 -kerning first=98 second=8220 amount=-4 -kerning first=1178 second=173 amount=-6 -kerning first=1061 second=244 amount=-2 -kerning first=68 second=95 amount=-3 -kerning first=197 second=355 amount=-2 -kerning first=356 second=1060 amount=-2 -kerning first=260 second=1200 amount=-5 -kerning first=1059 second=114 amount=-3 -kerning first=215 second=92 amount=-3 -kerning first=1259 second=256 amount=-2 -kerning first=961 second=65 amount=-2 -kerning first=253 second=89 amount=-2 -kerning first=75 second=232 amount=-3 -kerning first=221 second=183 amount=-4 -kerning first=939 second=289 amount=-6 -kerning first=972 second=1234 amount=-2 -kerning first=1087 second=1198 amount=-5 -kerning first=1237 second=1204 amount=-3 -kerning first=254 second=1058 amount=-3 -kerning first=88 second=1153 amount=-2 -kerning first=981 second=125 amount=-1 -kerning first=1058 second=1102 amount=-4 -kerning first=315 second=94 amount=-8 -kerning first=8222 second=8217 amount=-6 -kerning first=1170 second=1139 amount=-5 -kerning first=1207 second=75 amount=1 -kerning first=119 second=283 amount=-1 -kerning first=1257 second=933 amount=-6 -kerning first=71 second=1059 amount=-2 -kerning first=1101 second=1267 amount=-1 -kerning first=935 second=275 amount=-2 -kerning first=313 second=210 amount=-2 -kerning first=1256 second=8220 amount=-2 -kerning first=245 second=93 amount=-1 -kerning first=333 second=1091 amount=-1 -kerning first=8244 second=191 amount=-4 -kerning first=1220 second=376 amount=-6 -kerning first=1209 second=354 amount=-3 -kerning first=8225 second=1104 amount=-2 -kerning first=1200 second=332 amount=-2 -kerning first=1141 second=1072 amount=-1 -kerning first=1186 second=320 amount=1 -kerning first=1058 second=74 amount=-6 -kerning first=382 second=1145 amount=-1 -kerning first=922 second=289 amount=-3 -kerning first=1036 second=199 amount=-2 -kerning first=357 second=1180 amount=1 -kerning first=1179 second=235 amount=-1 -kerning first=1081 second=1196 amount=-3 -kerning first=258 second=8225 amount=-5 -kerning first=1273 second=1267 amount=-1 -kerning first=174 second=269 amount=-2 -kerning first=353 second=1035 amount=-5 -kerning first=1225 second=347 amount=-1 -kerning first=89 second=1117 amount=-3 -kerning first=359 second=124 amount=1 -kerning first=1168 second=1181 amount=-4 -kerning first=354 second=1253 amount=-4 -kerning first=1170 second=247 amount=-4 -kerning first=1092 second=1249 amount=-2 -kerning first=1207 second=1109 amount=-1 -kerning first=1033 second=1267 amount=-1 -kerning first=372 second=229 amount=-3 -kerning first=1196 second=920 amount=-2 -kerning first=1042 second=1111 amount=2 -kerning first=8216 second=1113 amount=-5 -kerning first=196 second=1060 amount=-2 -kerning first=338 second=297 amount=5 -kerning first=374 second=966 amount=-6 -kerning first=116 second=1231 amount=1 -kerning first=1184 second=174 amount=-1 -kerning first=1199 second=299 amount=3 -kerning first=108 second=296 amount=1 -kerning first=1083 second=1059 amount=-5 -kerning first=1255 second=1198 amount=-6 -kerning first=284 second=1202 amount=-1 -kerning first=287 second=1058 amount=-3 -kerning first=1211 second=221 amount=-5 -kerning first=239 second=313 amount=3 -kerning first=245 second=1265 amount=-1 -kerning first=1089 second=939 amount=-4 -kerning first=359 second=1200 amount=-1 -kerning first=233 second=932 amount=-3 -kerning first=1274 second=338 amount=-2 -kerning first=1145 second=103 amount=-1 -kerning first=343 second=245 amount=-1 -kerning first=92 second=289 amount=-1 -kerning first=923 second=275 amount=-1 -kerning first=326 second=84 amount=-3 -kerning first=89 second=81 amount=-2 -kerning first=1122 second=1263 amount=-1 -kerning first=1175 second=233 amount=-1 -kerning first=1078 second=1195 amount=-1 -kerning first=171 second=1204 amount=-3 -kerning first=113 second=354 amount=-3 -kerning first=1231 second=1031 amount=1 -kerning first=1114 second=1026 amount=-7 -kerning first=294 second=297 amount=5 -kerning first=115 second=1066 amount=-5 -kerning first=310 second=920 amount=-2 -kerning first=933 second=1220 amount=-3 -kerning first=116 second=45 amount=-1 -kerning first=117 second=356 amount=-3 -kerning first=192 second=212 amount=-2 -kerning first=1241 second=375 amount=-1 -kerning first=1215 second=374 amount=-6 -kerning first=1046 second=285 amount=-2 -kerning first=216 second=910 amount=-2 -kerning first=1059 second=1017 amount=-2 -kerning first=1175 second=1241 amount=-1 -kerning first=1170 second=1028 amount=-2 -kerning first=279 second=1198 amount=-6 -kerning first=1097 second=1049 amount=1 -kerning first=123 second=275 amount=-1 -kerning first=1196 second=8363 amount=-5 -kerning first=239 second=355 amount=3 -kerning first=1143 second=354 amount=-2 -kerning first=171 second=1232 amount=-2 -kerning first=225 second=49 amount=-3 -kerning first=1086 second=8224 amount=-2 -kerning first=1189 second=44 amount=-6 -kerning first=230 second=374 amount=-6 -kerning first=1100 second=86 amount=-7 -kerning first=1077 second=1267 amount=-1 -kerning first=102 second=263 amount=-1 -kerning first=1102 second=41 amount=-1 -kerning first=116 second=80 amount=1 -kerning first=49 second=46 amount=-3 -kerning first=1163 second=1204 amount=-2 -kerning first=1187 second=1184 amount=1 -kerning first=1226 second=270 amount=1 -kerning first=1068 second=1026 amount=-3 -kerning first=174 second=1086 amount=-2 -kerning first=1126 second=214 amount=-2 -kerning first=1106 second=1066 amount=-3 -kerning first=910 second=1256 amount=-2 -kerning first=355 second=1024 amount=1 -kerning first=8244 second=99 amount=-4 -kerning first=1058 second=1107 amount=-4 -kerning first=1252 second=296 amount=1 -kerning first=932 second=79 amount=-2 -kerning first=1086 second=88 amount=-2 -kerning first=1046 second=162 amount=-2 -kerning first=1066 second=8220 amount=-4 -kerning first=89 second=195 amount=-5 -kerning first=1196 second=1185 amount=-3 -kerning first=1198 second=1138 amount=-2 -kerning first=1188 second=1097 amount=-4 -kerning first=1043 second=963 amount=-5 -kerning first=1027 second=248 amount=-5 -kerning first=924 second=938 amount=1 -kerning first=55 second=56 amount=-1 -kerning first=84 second=1181 amount=-4 -kerning first=228 second=375 amount=-1 -kerning first=283 second=1249 amount=-1 -kerning first=118 second=257 amount=-1 -kerning first=256 second=1257 amount=-1 -kerning first=1210 second=86 amount=-3 -kerning first=1034 second=41 amount=-1 -kerning first=961 second=174 amount=-1 -kerning first=310 second=8363 amount=-3 -kerning first=176 second=1057 amount=-1 -kerning first=246 second=1140 amount=-3 -kerning first=1058 second=942 amount=-4 -kerning first=46 second=910 amount=-3 -kerning first=1094 second=1162 amount=1 -kerning first=1016 second=923 amount=-2 -kerning first=40 second=281 amount=-1 -kerning first=913 second=1118 amount=-4 -kerning first=1090 second=358 amount=-3 -kerning first=118 second=1153 amount=-1 -kerning first=1234 second=8353 amount=-2 -kerning first=87 second=1092 amount=-3 -kerning first=317 second=172 amount=-4 -kerning first=1143 second=913 amount=-4 -kerning first=320 second=207 amount=1 -kerning first=1201 second=945 amount=-1 -kerning first=1119 second=87 amount=-3 -kerning first=961 second=935 amount=-2 -kerning first=1099 second=93 amount=2 -kerning first=1102 second=1091 amount=-1 -kerning first=315 second=214 amount=-2 -kerning first=301 second=68 amount=3 -kerning first=1126 second=1199 amount=-4 -kerning first=195 second=932 amount=-6 -kerning first=8249 second=65 amount=-2 -kerning first=354 second=338 amount=-2 -kerning first=250 second=8221 amount=1 -kerning first=1255 second=1175 amount=-1 -kerning first=1118 second=225 amount=-1 -kerning first=90 second=301 amount=5 -kerning first=356 second=226 amount=-5 -kerning first=311 second=43 amount=-2 -kerning first=114 second=1089 amount=-1 -kerning first=1198 second=287 amount=-6 -kerning first=1043 second=243 amount=-5 -kerning first=8360 second=932 amount=-5 -kerning first=196 second=359 amount=-2 -kerning first=309 second=239 amount=3 -kerning first=258 second=79 amount=-2 -kerning first=1220 second=373 amount=-1 -kerning first=197 second=1198 amount=-5 -kerning first=1274 second=1163 amount=-4 -kerning first=1060 second=87 amount=-1 -kerning first=1277 second=1108 amount=-1 -kerning first=1034 second=1091 amount=-1 -kerning first=1265 second=337 amount=-1 -kerning first=374 second=1060 amount=-2 -kerning first=915 second=371 amount=-5 -kerning first=279 second=1175 amount=-1 -kerning first=913 second=263 amount=-1 -kerning first=341 second=90 amount=-2 -kerning first=8370 second=196 amount=-1 -kerning first=1054 second=1140 amount=-2 -kerning first=239 second=70 amount=3 -kerning first=76 second=1141 amount=-4 -kerning first=315 second=1199 amount=-4 -kerning first=65 second=92 amount=-5 -kerning first=1145 second=259 amount=-1 -kerning first=1222 second=1219 amount=1 -kerning first=339 second=358 amount=-3 -kerning first=1270 second=228 amount=-5 -kerning first=254 second=939 amount=-6 -kerning first=1040 second=1092 amount=-1 -kerning first=88 second=234 amount=-2 -kerning first=1186 second=304 amount=1 -kerning first=75 second=1110 amount=2 -kerning first=1126 second=957 amount=-4 -kerning first=242 second=1197 amount=-2 -kerning first=355 second=1196 amount=-2 -kerning first=1163 second=315 amount=1 -kerning first=210 second=197 amount=-2 -kerning first=1203 second=84 amount=-3 -kerning first=1269 second=174 amount=-1 -kerning first=86 second=923 amount=-5 -kerning first=358 second=212 amount=-2 -kerning first=102 second=215 amount=-1 -kerning first=253 second=1259 amount=-1 -kerning first=1200 second=46 amount=-3 -kerning first=88 second=1243 amount=-2 -kerning first=65 second=338 amount=-2 -kerning first=194 second=8224 amount=-5 -kerning first=1170 second=367 amount=-5 -kerning first=1097 second=294 amount=1 -kerning first=8224 second=267 amount=-2 -kerning first=380 second=111 amount=-1 -kerning first=1081 second=87 amount=-3 -kerning first=193 second=216 amount=-2 -kerning first=1143 second=308 amount=-4 -kerning first=1243 second=255 amount=-1 -kerning first=932 second=973 amount=-4 -kerning first=281 second=358 amount=-3 -kerning first=89 second=345 amount=-3 -kerning first=915 second=227 amount=-5 -kerning first=221 second=1253 amount=-3 -kerning first=325 second=239 amount=5 -kerning first=195 second=285 amount=-1 -kerning first=260 second=1017 amount=-2 -kerning first=906 second=303 amount=2 -kerning first=1104 second=1091 amount=-1 -kerning first=95 second=1140 amount=-5 -kerning first=76 second=116 amount=-1 -kerning first=297 second=1050 amount=3 -kerning first=315 second=957 amount=-4 -kerning first=114 second=1145 amount=-1 -kerning first=372 second=279 amount=-3 -kerning first=75 second=212 amount=-2 -kerning first=265 second=910 amount=-4 -kerning first=1197 second=8363 amount=-2 -kerning first=1274 second=95 amount=-4 -kerning first=107 second=1058 amount=-4 -kerning first=247 second=1078 amount=-1 -kerning first=220 second=8218 amount=-5 -kerning first=1088 second=125 amount=-1 -kerning first=255 second=1200 amount=-2 -kerning first=1058 second=1118 amount=-4 -kerning first=243 second=1061 amount=-2 -kerning first=939 second=1196 amount=3 -kerning first=202 second=239 amount=5 -kerning first=1075 second=232 amount=-2 -kerning first=195 second=162 amount=-1 -kerning first=1168 second=213 amount=-2 -kerning first=354 second=1163 amount=-4 -kerning first=1084 second=118 amount=-1 -kerning first=1167 second=84 amount=-3 -kerning first=1094 second=1225 amount=1 -kerning first=1098 second=1140 amount=-7 -kerning first=86 second=8370 amount=-2 -kerning first=935 second=336 amount=-1 -kerning first=349 second=376 amount=-5 -kerning first=1267 second=963 amount=-1 -kerning first=122 second=248 amount=-1 -kerning first=376 second=58 amount=-4 -kerning first=910 second=114 amount=-3 -kerning first=377 second=264 amount=-2 -kerning first=1084 second=1201 amount=-1 -kerning first=120 second=45 amount=-1 -kerning first=1040 second=186 amount=-5 -kerning first=372 second=1224 amount=-2 -kerning first=111 second=8216 amount=-4 -kerning first=342 second=910 amount=-2 -kerning first=264 second=1046 amount=-1 -kerning first=1027 second=1100 amount=-4 -kerning first=183 second=1040 amount=-2 -kerning first=1203 second=1239 amount=-1 -kerning first=227 second=221 amount=-5 -kerning first=229 second=1143 amount=-1 -kerning first=70 second=8230 amount=-3 -kerning first=376 second=932 amount=3 -kerning first=8244 second=198 amount=-9 -kerning first=337 second=375 amount=-1 -kerning first=381 second=927 amount=-2 -kerning first=1184 second=1257 amount=-3 -kerning first=1241 second=1066 amount=-3 -kerning first=356 second=1254 amount=-2 -kerning first=1082 second=289 amount=-1 -kerning first=1168 second=118 amount=-4 -kerning first=123 second=106 amount=1 -kerning first=1035 second=1140 amount=-3 -kerning first=173 second=1046 amount=-4 -kerning first=299 second=354 amount=6 -kerning first=55 second=333 amount=-3 -kerning first=330 second=206 amount=1 -kerning first=118 second=194 amount=-4 -kerning first=356 second=1144 amount=-2 -kerning first=1168 second=1201 amount=-4 -kerning first=1232 second=279 amount=-1 -kerning first=170 second=258 amount=-5 -kerning first=1200 second=103 amount=-6 -kerning first=1265 second=1105 amount=-1 -kerning first=1186 second=1172 amount=1 -kerning first=933 second=79 amount=-2 -kerning first=1058 second=263 amount=-5 -kerning first=915 second=328 amount=-4 -kerning first=1226 second=919 amount=1 -kerning first=213 second=1035 amount=-2 -kerning first=957 second=193 amount=-4 -kerning first=1237 second=1200 amount=-6 -kerning first=1126 second=354 amount=-6 -kerning first=1267 second=243 amount=-1 -kerning first=915 second=1279 amount=-3 -kerning first=356 second=380 amount=-3 -kerning first=1116 second=267 amount=-1 -kerning first=1189 second=225 amount=-2 -kerning first=1059 second=244 amount=-6 -kerning first=1140 second=261 amount=-3 -kerning first=923 second=336 amount=-2 -kerning first=1186 second=66 amount=1 -kerning first=939 second=271 amount=-6 -kerning first=1027 second=115 amount=-5 -kerning first=299 second=1041 amount=3 -kerning first=181 second=1026 amount=-3 -kerning first=55 second=8218 amount=-9 -kerning first=228 second=1066 amount=-3 -kerning first=118 second=234 amount=-1 -kerning first=170 second=283 amount=-2 -kerning first=1113 second=1197 amount=-4 -kerning first=92 second=1196 amount=-6 -kerning first=293 second=1059 amount=-5 -kerning first=1178 second=79 amount=-2 -kerning first=8220 second=1236 amount=-6 -kerning first=361 second=8220 amount=-3 -kerning first=354 second=95 amount=-4 -kerning first=211 second=195 amount=-2 -kerning first=1170 second=324 amount=-4 -kerning first=40 second=309 amount=1 -kerning first=957 second=233 amount=-1 -kerning first=118 second=1243 amount=-1 -kerning first=1196 second=216 amount=-2 -kerning first=1278 second=291 amount=-2 -kerning first=221 second=338 amount=-2 -kerning first=1267 second=8221 amount=2 -kerning first=8370 second=89 amount=-2 -kerning first=920 second=198 amount=-2 -kerning first=244 second=1279 amount=-1 -kerning first=196 second=1254 amount=-2 -kerning first=84 second=213 amount=-2 -kerning first=235 second=118 amount=-1 -kerning first=256 second=1108 amount=-1 -kerning first=1059 second=8222 amount=-7 -kerning first=1170 second=1271 amount=-4 -kerning first=1141 second=910 amount=-2 -kerning first=957 second=1241 amount=-1 -kerning first=254 second=967 amount=-1 -kerning first=374 second=226 amount=-5 -kerning first=116 second=270 amount=1 -kerning first=922 second=271 amount=-3 -kerning first=315 second=354 amount=-6 -kerning first=301 second=1188 amount=3 -kerning first=44 second=1035 amount=-2 -kerning first=1111 second=305 amount=6 -kerning first=196 second=1144 amount=-2 -kerning first=258 second=8244 amount=-7 -kerning first=235 second=1201 amount=-1 -kerning first=174 second=227 amount=-1 -kerning first=1118 second=100 amount=-1 -kerning first=1020 second=1196 amount=-3 -kerning first=376 second=285 amount=-6 -kerning first=910 second=1017 amount=-2 -kerning first=1171 second=289 amount=-2 -kerning first=1230 second=925 amount=1 -kerning first=232 second=1078 amount=-1 -kerning first=1050 second=337 amount=-3 -kerning first=1179 second=1259 amount=-1 -kerning first=1257 second=1204 amount=-3 -kerning first=335 second=198 amount=-2 -kerning first=1188 second=375 amount=-4 -kerning first=1043 second=347 amount=-5 -kerning first=303 second=86 amount=2 -kerning first=258 second=84 amount=-6 -kerning first=84 second=118 amount=-4 -kerning first=1209 second=1263 amount=-1 -kerning first=1091 second=940 amount=-1 -kerning first=310 second=216 amount=-2 -kerning first=372 second=1195 amount=-3 -kerning first=359 second=1162 amount=1 -kerning first=8222 second=253 amount=-3 -kerning first=79 second=194 amount=-2 -kerning first=1163 second=124 amount=1 -kerning first=84 second=1201 amount=-4 -kerning first=171 second=1200 amount=-4 -kerning first=1257 second=1232 amount=-2 -kerning first=1095 second=49 amount=-3 -kerning first=341 second=99 amount=-1 -kerning first=284 second=356 amount=-2 -kerning first=1114 second=1061 amount=-2 -kerning first=358 second=44 amount=-2 -kerning first=376 second=162 amount=-6 -kerning first=348 second=1111 amount=3 -kerning first=1169 second=8363 amount=-2 -kerning first=192 second=1213 amount=-2 -kerning first=356 second=1078 amount=-3 -kerning first=932 second=1239 amount=-5 -kerning first=1201 second=111 amount=-1 -kerning first=1145 second=273 amount=-1 -kerning first=1205 second=1229 amount=1 -kerning first=92 second=271 amount=-1 -kerning first=89 second=211 amount=-2 -kerning first=351 second=89 amount=-5 -kerning first=1186 second=1052 amount=1 -kerning first=1128 second=333 amount=-1 -kerning first=1217 second=1089 amount=-2 -kerning first=315 second=913 amount=2 -kerning first=939 second=113 amount=-6 -kerning first=379 second=67 amount=-2 -kerning first=1107 second=8230 amount=-6 -kerning first=1111 second=327 amount=3 -kerning first=1185 second=172 amount=-2 -kerning first=91 second=235 amount=-1 -kerning first=70 second=1141 amount=-2 -kerning first=288 second=301 amount=2 -kerning first=1100 second=8216 amount=-5 -kerning first=1276 second=291 amount=-2 -kerning first=933 second=973 amount=-3 -kerning first=382 second=1058 amount=-2 -kerning first=1051 second=938 amount=1 -kerning first=1163 second=1200 amount=-1 -kerning first=1198 second=1012 amount=-2 -kerning first=1068 second=1061 amount=-2 -kerning first=248 second=1236 amount=-2 -kerning first=236 second=87 amount=2 -kerning first=55 second=1077 amount=-3 -kerning first=932 second=1102 amount=-4 -kerning first=1016 second=1217 amount=-2 -kerning first=1270 second=1179 amount=-4 -kerning first=1200 second=259 amount=-5 -kerning first=253 second=1193 amount=-1 -kerning first=92 second=1275 amount=-2 -kerning first=326 second=1118 amount=-1 -kerning first=1198 second=358 amount=3 -kerning first=922 second=113 amount=-3 -kerning first=379 second=297 amount=5 -kerning first=1275 second=45 amount=-1 -kerning first=1084 second=356 amount=-3 -kerning first=1170 second=258 amount=-6 -kerning first=85 second=8222 amount=-5 -kerning first=284 second=902 amount=-1 -kerning first=1117 second=374 amount=-5 -kerning first=1210 second=8216 amount=-3 -kerning first=1234 second=233 amount=-1 -kerning first=186 second=197 amount=-5 -kerning first=1232 second=1195 amount=-1 -kerning first=1225 second=1034 amount=1 -kerning first=246 second=1058 amount=-3 -kerning first=932 second=74 amount=-6 -kerning first=1093 second=103 amount=-1 -kerning first=88 second=334 amount=-1 -kerning first=1234 second=1241 amount=-1 -kerning first=221 second=1163 amount=-3 -kerning first=8221 second=1033 amount=-3 -kerning first=258 second=1239 amount=-1 -kerning first=1220 second=1141 amount=-1 -kerning first=118 second=376 amount=-2 -kerning first=1180 second=963 amount=-3 -kerning first=375 second=354 amount=-2 -kerning first=915 second=1092 amount=-5 -kerning first=77 second=297 amount=5 -kerning first=1251 second=49 amount=-3 -kerning first=216 second=1234 amount=-2 -kerning first=260 second=244 amount=-1 -kerning first=1170 second=283 amount=-5 -kerning first=1207 second=1042 amount=1 -kerning first=1016 second=192 amount=-2 -kerning first=957 second=374 amount=-2 -kerning first=87 second=981 amount=-3 -kerning first=186 second=275 amount=-2 -kerning first=8221 second=923 amount=-9 -kerning first=242 second=253 amount=-1 -kerning first=263 second=1035 amount=-5 -kerning first=238 second=125 amount=2 -kerning first=1078 second=287 amount=-1 -kerning first=38 second=170 amount=-3 -kerning first=902 second=1069 amount=-2 -kerning first=343 second=375 amount=1 -kerning first=92 second=113 amount=-1 -kerning first=1115 second=374 amount=-5 -kerning first=1101 second=1279 amount=-1 -kerning first=374 second=1254 amount=-2 -kerning first=1217 second=1145 amount=-2 -kerning first=1225 second=293 amount=1 -kerning first=374 second=1144 amount=-2 -kerning first=337 second=1066 amount=-3 -kerning first=1050 second=1105 amount=-3 -kerning first=1170 second=1087 amount=-4 -kerning first=1094 second=349 amount=-1 -kerning first=1140 second=197 amount=-5 -kerning first=1233 second=1198 amount=-5 -kerning first=1263 second=269 amount=-1 -kerning first=939 second=268 amount=-2 -kerning first=1054 second=1058 amount=-2 -kerning first=355 second=52 amount=-1 -kerning first=55 second=351 amount=-3 -kerning first=1143 second=265 amount=-1 -kerning first=1274 second=944 amount=-4 -kerning first=1180 second=243 amount=-3 -kerning first=336 second=932 amount=-2 -kerning first=1239 second=375 amount=-1 -kerning first=375 second=913 amount=-4 -kerning first=1033 second=1279 amount=-1 -kerning first=372 second=1194 amount=-2 -kerning first=933 second=84 amount=3 -kerning first=359 second=1225 amount=1 -kerning first=1184 second=1108 amount=-3 -kerning first=51 second=8222 amount=-3 -kerning first=194 second=337 amount=-1 -kerning first=1168 second=902 amount=-6 -kerning first=959 second=1199 amount=-1 -kerning first=1118 second=1026 amount=-2 -kerning first=355 second=1037 amount=1 -kerning first=8218 second=121 amount=-3 -kerning first=8244 second=241 amount=-1 -kerning first=235 second=356 amount=-3 -kerning first=214 second=196 amount=-2 -kerning first=1189 second=100 amount=-2 -kerning first=1215 second=1249 amount=-1 -kerning first=187 second=1196 amount=-8 -kerning first=1059 second=349 amount=-4 -kerning first=8225 second=1236 amount=-5 -kerning first=92 second=87 amount=-4 -kerning first=1040 second=981 amount=-1 -kerning first=1140 second=275 amount=-3 -kerning first=1202 second=1258 amount=-1 -kerning first=1198 second=1169 amount=-3 -kerning first=1128 second=1077 amount=-1 -kerning first=922 second=268 amount=-2 -kerning first=34 second=260 amount=-5 -kerning first=1188 second=187 amount=-3 -kerning first=245 second=1278 amount=-2 -kerning first=78 second=298 amount=1 -kerning first=932 second=1107 amount=-4 -kerning first=1069 second=198 amount=-2 -kerning first=230 second=1249 amount=-1 -kerning first=86 second=192 amount=-5 -kerning first=1108 second=933 amount=-4 -kerning first=1244 second=267 amount=-2 -kerning first=79 second=376 amount=-2 -kerning first=119 second=291 amount=-1 -kerning first=332 second=92 amount=-2 -kerning first=957 second=1111 amount=3 -kerning first=290 second=236 amount=2 -kerning first=95 second=1058 amount=-4 -kerning first=241 second=1026 amount=-3 -kerning first=1274 second=335 amount=-5 -kerning first=932 second=942 amount=-4 -kerning first=1201 second=1209 amount=-1 -kerning first=1082 second=1196 amount=-4 -kerning first=1145 second=240 amount=-1 -kerning first=257 second=1059 amount=-5 -kerning first=1277 second=1255 amount=-1 -kerning first=902 second=8373 amount=-2 -kerning first=1020 second=87 amount=-3 -kerning first=1191 second=255 amount=-2 -kerning first=1091 second=1237 amount=-1 -kerning first=116 second=919 amount=1 -kerning first=922 second=238 amount=2 -kerning first=8217 second=972 amount=-4 -kerning first=939 second=52 amount=-4 -kerning first=357 second=254 amount=1 -kerning first=1083 second=372 amount=-3 -kerning first=959 second=957 amount=-1 -kerning first=341 second=198 amount=-3 -kerning first=1234 second=374 amount=-5 -kerning first=86 second=232 amount=-3 -kerning first=1077 second=1279 amount=-1 -kerning first=72 second=300 amount=1 -kerning first=1118 second=297 amount=3 -kerning first=1232 second=1194 amount=-2 -kerning first=115 second=174 amount=-1 -kerning first=244 second=186 amount=-2 -kerning first=256 second=908 amount=-2 -kerning first=356 second=301 amount=6 -kerning first=183 second=1198 amount=-4 -kerning first=1168 second=1173 amount=-4 -kerning first=1046 second=940 amount=-2 -kerning first=1097 second=322 amount=1 -kerning first=47 second=1032 amount=-4 -kerning first=92 second=268 amount=-2 -kerning first=1198 second=1088 amount=-3 -kerning first=1098 second=1058 amount=-7 -kerning first=1263 second=1086 amount=-1 -kerning first=81 second=194 amount=-2 -kerning first=8221 second=181 amount=-3 -kerning first=299 second=316 amount=3 -kerning first=1074 second=932 amount=-5 -kerning first=1143 second=1139 amount=-1 -kerning first=1277 second=126 amount=-1 -kerning first=375 second=308 amount=-4 -kerning first=98 second=923 amount=-2 -kerning first=933 second=1239 amount=-6 -kerning first=1058 second=365 amount=-5 -kerning first=915 second=947 amount=-7 -kerning first=1254 second=1278 amount=-1 -kerning first=354 second=944 amount=-4 -kerning first=1046 second=264 amount=-1 -kerning first=311 second=277 amount=-1 -kerning first=1179 second=1193 amount=-1 -kerning first=71 second=299 amount=2 -kerning first=1278 second=1054 amount=-1 -kerning first=174 second=1092 amount=-2 -kerning first=1106 second=174 amount=-1 -kerning first=239 second=1252 amount=3 -kerning first=910 second=244 amount=-6 -kerning first=1061 second=1069 amount=-1 -kerning first=84 second=902 amount=-6 -kerning first=57 second=8216 amount=-3 -kerning first=197 second=963 amount=-1 -kerning first=102 second=256 amount=-2 -kerning first=1113 second=253 amount=-2 -kerning first=1205 second=342 amount=1 -kerning first=1035 second=1058 amount=-3 -kerning first=240 second=1143 amount=-1 -kerning first=243 second=121 amount=-1 -kerning first=1175 second=103 amount=-1 -kerning first=1224 second=1267 amount=-1 -kerning first=1090 second=245 amount=-2 -kerning first=1203 second=263 amount=-1 -kerning first=345 second=255 amount=1 -kerning first=87 second=1040 amount=-4 -kerning first=358 second=225 amount=-5 -kerning first=1256 second=923 amount=-2 -kerning first=245 second=260 amount=-2 -kerning first=378 second=972 amount=-1 -kerning first=1178 second=1239 amount=-3 -kerning first=8244 second=193 amount=-9 -kerning first=933 second=1102 amount=-3 -kerning first=1082 second=271 amount=-1 -kerning first=1181 second=354 amount=-4 -kerning first=1111 second=1056 amount=3 -kerning first=1167 second=1118 amount=-1 -kerning first=1016 second=221 amount=-6 -kerning first=121 second=8244 amount=2 -kerning first=1043 second=99 amount=-5 -kerning first=1122 second=258 amount=-2 -kerning first=910 second=8222 amount=-7 -kerning first=1171 second=1196 amount=-3 -kerning first=8230 second=1059 amount=-3 -kerning first=196 second=301 amount=3 -kerning first=212 second=1202 amount=-1 -kerning first=102 second=281 amount=-1 -kerning first=1026 second=195 amount=-2 -kerning first=1235 second=358 amount=-3 -kerning first=114 second=1058 amount=-4 -kerning first=1200 second=273 amount=-6 -kerning first=1091 second=246 amount=-1 -kerning first=1265 second=231 amount=-1 -kerning first=246 second=939 amount=-6 -kerning first=933 second=74 amount=-2 -kerning first=301 second=379 amount=6 -kerning first=1241 second=65 amount=-2 -kerning first=920 second=1244 amount=-1 -kerning first=8221 second=1116 amount=-1 -kerning first=194 second=1105 amount=-1 -kerning first=354 second=335 amount=-5 -kerning first=1187 second=330 amount=1 -kerning first=121 second=84 amount=-2 -kerning first=95 second=1094 amount=3 -kerning first=1234 second=1111 amount=3 -kerning first=1271 second=172 amount=-1 -kerning first=94 second=1033 amount=-2 -kerning first=1244 second=177 amount=-3 -kerning first=8244 second=233 amount=-4 -kerning first=197 second=243 amount=-1 -kerning first=224 second=89 amount=-5 -kerning first=1270 second=214 amount=-2 -kerning first=1196 second=1191 amount=-4 -kerning first=1027 second=959 amount=-5 -kerning first=259 second=910 amount=-5 -kerning first=8244 second=1241 amount=-4 -kerning first=84 second=1173 amount=-4 -kerning first=247 second=8220 amount=-3 -kerning first=912 second=173 amount=-2 -kerning first=94 second=923 amount=-5 -kerning first=70 second=122 amount=-2 -kerning first=902 second=1153 amount=-1 -kerning first=1276 second=1054 amount=-1 -kerning first=1091 second=8217 amount=2 -kerning first=76 second=199 amount=-2 -kerning first=981 second=1203 amount=-1 -kerning first=335 second=1244 amount=-2 -kerning first=183 second=1175 amount=-1 -kerning first=1226 second=320 amount=1 -kerning first=40 second=289 amount=-1 -kerning first=1198 second=266 amount=-2 -kerning first=1254 second=260 amount=-2 -kerning first=1126 second=1263 amount=-4 -kerning first=920 second=193 amount=-2 -kerning first=245 second=1090 amount=-2 -kerning first=1061 second=8373 amount=-1 -kerning first=8244 second=1230 amount=-1 -kerning first=959 second=354 amount=-3 -kerning first=197 second=8221 amount=-7 -kerning first=214 second=89 amount=-2 -kerning first=1274 second=1104 amount=-5 -kerning first=320 second=1031 amount=1 -kerning first=932 second=1118 amount=-4 -kerning first=1189 second=1026 amount=-3 -kerning first=343 second=1066 amount=-4 -kerning first=1257 second=1200 amount=-6 -kerning first=1027 second=60 amount=-5 -kerning first=1228 second=84 amount=-3 -kerning first=63 second=1040 amount=-4 -kerning first=1085 second=8220 amount=-3 -kerning first=1234 second=332 amount=-2 -kerning first=1118 second=1235 amount=-1 -kerning first=1054 second=939 amount=-2 -kerning first=1270 second=1199 amount=-4 -kerning first=1171 second=271 amount=-2 -kerning first=65 second=335 amount=-1 -kerning first=192 second=100 amount=-1 -kerning first=1075 second=44 amount=-6 -kerning first=1082 second=113 amount=-1 -kerning first=275 second=1267 amount=-1 -kerning first=176 second=1234 amount=-5 -kerning first=1101 second=186 amount=-2 -kerning first=1198 second=237 amount=-2 -kerning first=335 second=193 amount=-2 -kerning first=1188 second=252 amount=-5 -kerning first=8370 second=1046 amount=-1 -kerning first=8221 second=110 amount=-1 -kerning first=1185 second=333 amount=-1 -kerning first=1274 second=1114 amount=-4 -kerning first=1239 second=1066 amount=-3 -kerning first=1200 second=1167 amount=-3 -kerning first=1202 second=172 amount=-4 -kerning first=315 second=1263 amount=-4 -kerning first=195 second=940 amount=-1 -kerning first=187 second=87 amount=-4 -kerning first=1066 second=923 amount=-2 -kerning first=913 second=281 amount=-1 -kerning first=8224 second=260 amount=-5 -kerning first=121 second=1239 amount=-1 -kerning first=95 second=182 amount=-3 -kerning first=1126 second=265 amount=-1 -kerning first=239 second=1186 amount=3 -kerning first=376 second=1075 amount=-3 -kerning first=76 second=49 amount=-3 -kerning first=933 second=1107 amount=-3 -kerning first=959 second=913 amount=-2 -kerning first=256 second=1255 amount=-1 -kerning first=932 second=263 amount=-5 -kerning first=1145 second=230 amount=-1 -kerning first=1230 second=353 amount=-1 -kerning first=255 second=244 amount=-1 -kerning first=253 second=1010 amount=-1 -kerning first=1141 second=1234 amount=-4 -kerning first=1033 second=186 amount=-2 -kerning first=372 second=1138 amount=-2 -kerning first=1184 second=908 amount=-2 -kerning first=81 second=376 amount=-2 -kerning first=939 second=248 amount=-6 -kerning first=195 second=264 amount=-2 -kerning first=1163 second=1162 amount=1 -kerning first=258 second=1118 amount=-4 -kerning first=1139 second=1026 amount=-3 -kerning first=1078 second=358 amount=-3 -kerning first=1114 second=121 amount=-2 -kerning first=1270 second=957 amount=-4 -kerning first=1225 second=340 amount=1 -kerning first=933 second=942 amount=-3 -kerning first=359 second=349 amount=-1 -kerning first=267 second=1059 amount=-4 -kerning first=108 second=1111 amount=5 -kerning first=1097 second=205 amount=1 -kerning first=332 second=95 amount=-3 -kerning first=91 second=1259 amount=-1 -kerning first=245 second=170 amount=-2 -kerning first=193 second=927 amount=-2 -kerning first=1029 second=299 amount=3 -kerning first=208 second=194 amount=-2 -kerning first=1274 second=353 amount=-5 -kerning first=107 second=183 amount=-2 -kerning first=1086 second=41 amount=-1 -kerning first=229 second=118 amount=-1 -kerning first=255 second=8222 amount=-5 -kerning first=981 second=910 amount=-6 -kerning first=922 second=248 amount=-3 -kerning first=354 second=1104 amount=-5 -kerning first=234 second=1026 amount=-3 -kerning first=118 second=8230 amount=-2 -kerning first=1098 second=939 amount=-11 -kerning first=121 second=74 amount=-4 -kerning first=1068 second=121 amount=-1 -kerning first=229 second=1201 amount=-1 -kerning first=288 second=1099 amount=2 -kerning first=1267 second=99 amount=-1 -kerning first=238 second=239 amount=3 -kerning first=344 second=1059 amount=-2 -kerning first=1171 second=113 amount=-2 -kerning first=8250 second=84 amount=-8 -kerning first=1241 second=174 amount=-1 -kerning first=356 second=242 amount=-5 -kerning first=194 second=1171 amount=-2 -kerning first=1050 second=1091 amount=-3 -kerning first=120 second=337 amount=-1 -kerning first=1093 second=273 amount=-1 -kerning first=957 second=46 amount=-2 -kerning first=1040 second=355 amount=-2 -kerning first=1140 second=336 amount=-2 -kerning first=372 second=287 amount=-3 -kerning first=221 second=944 amount=-3 -kerning first=1061 second=1153 amount=-2 -kerning first=204 second=299 amount=5 -kerning first=365 second=933 amount=-4 -kerning first=8244 second=1125 amount=-1 -kerning first=258 second=263 amount=-1 -kerning first=193 second=1267 amount=-4 -kerning first=1232 second=1138 amount=-2 -kerning first=1164 second=1196 amount=-3 -kerning first=1200 second=240 amount=-6 -kerning first=246 second=967 amount=-1 -kerning first=915 second=981 amount=-5 -kerning first=1241 second=935 amount=-2 -kerning first=354 second=1114 amount=-4 -kerning first=1199 second=972 amount=-1 -kerning first=1084 second=1265 amount=-1 -kerning first=1035 second=939 amount=-5 -kerning first=1126 second=1139 amount=-1 -kerning first=1188 second=288 amount=-2 -kerning first=122 second=959 amount=-1 -kerning first=1043 second=198 amount=-6 -kerning first=110 second=1197 amount=-2 -kerning first=8221 second=192 amount=-9 -kerning first=347 second=1196 amount=-5 -kerning first=910 second=349 amount=-4 -kerning first=1056 second=38 amount=-2 -kerning first=323 second=207 amount=1 -kerning first=1080 second=84 amount=-3 -kerning first=1252 second=1111 amount=5 -kerning first=1086 second=1091 amount=-1 -kerning first=1205 second=376 amount=-1 -kerning first=253 second=339 amount=-1 -kerning first=92 second=248 amount=-1 -kerning first=89 second=97 amount=-5 -kerning first=1058 second=256 amount=-6 -kerning first=8217 second=224 amount=-4 -kerning first=935 second=1242 amount=-1 -kerning first=228 second=174 amount=-1 -kerning first=86 second=212 amount=-2 -kerning first=358 second=100 amount=-5 -kerning first=1259 second=1196 amount=-3 -kerning first=971 second=8216 amount=-3 -kerning first=1236 second=301 amount=5 -kerning first=1036 second=8249 amount=-3 -kerning first=321 second=43 amount=-4 -kerning first=65 second=1104 amount=-1 -kerning first=271 second=358 amount=3 -kerning first=1168 second=1265 amount=-4 -kerning first=1046 second=246 amount=-2 -kerning first=1050 second=231 amount=-3 -kerning first=1187 second=8217 amount=2 -kerning first=1069 second=1244 amount=-1 -kerning first=1263 second=227 amount=-1 -kerning first=221 second=335 amount=-6 -kerning first=920 second=374 amount=-2 -kerning first=8221 second=232 amount=-4 -kerning first=196 second=242 amount=-1 -kerning first=193 second=269 amount=-1 -kerning first=1185 second=1077 amount=-1 -kerning first=277 second=1091 amount=-1 -kerning first=43 second=1140 amount=-3 -kerning first=1232 second=287 amount=-1 -kerning first=92 second=39 amount=-5 -kerning first=254 second=92 amount=-3 -kerning first=293 second=372 amount=-3 -kerning first=929 second=1232 amount=-5 -kerning first=337 second=65 amount=-2 -kerning first=1058 second=281 amount=-5 -kerning first=231 second=89 amount=-4 -kerning first=8217 second=970 amount=-4 -kerning first=354 second=353 amount=-5 -kerning first=1226 second=304 amount=1 -kerning first=8216 second=197 amount=-6 -kerning first=376 second=940 amount=-6 -kerning first=192 second=1026 amount=-6 -kerning first=1082 second=52 amount=-3 -kerning first=1189 second=1235 amount=-2 -kerning first=79 second=8230 amount=-3 -kerning first=902 second=234 amount=-1 -kerning first=1097 second=1068 amount=1 -kerning first=1205 second=200 amount=1 -kerning first=291 second=932 amount=-3 -kerning first=1186 second=203 amount=1 -kerning first=75 second=100 amount=-3 -kerning first=264 second=239 amount=2 -kerning first=335 second=374 amount=-6 -kerning first=1043 second=8353 amount=-2 -kerning first=1027 second=361 amount=-5 -kerning first=8221 second=1084 amount=-1 -kerning first=1111 second=282 amount=3 -kerning first=1163 second=1225 amount=1 -kerning first=196 second=8220 amount=-8 -kerning first=1069 second=193 amount=-2 -kerning first=375 second=265 amount=-1 -kerning first=902 second=1243 amount=-1 -kerning first=170 second=291 amount=-2 -kerning first=376 second=264 amount=-2 -kerning first=353 second=354 amount=-5 -kerning first=923 second=1242 amount=-2 -kerning first=82 second=89 amount=-2 -kerning first=1058 second=1226 amount=-4 -kerning first=315 second=247 amount=-4 -kerning first=192 second=67 amount=-2 -kerning first=357 second=1036 amount=1 -kerning first=251 second=1066 amount=-3 -kerning first=304 second=297 amount=5 -kerning first=1168 second=267 amount=-5 -kerning first=373 second=356 amount=-3 -kerning first=957 second=103 amount=-1 -kerning first=1117 second=1249 amount=-2 -kerning first=1196 second=927 amount=-2 -kerning first=1125 second=374 amount=-4 -kerning first=87 second=47 amount=-1 -kerning first=1126 second=1028 amount=-2 -kerning first=104 second=1198 amount=-5 -kerning first=98 second=1217 amount=-2 -kerning first=355 second=115 amount=-1 -kerning first=225 second=1035 amount=-3 -kerning first=235 second=1265 amount=-1 -kerning first=8225 second=277 amount=-2 -kerning first=1184 second=1255 amount=-3 -kerning first=321 second=1236 amount=2 -kerning first=939 second=1100 amount=-3 -kerning first=1179 second=1010 amount=-1 -kerning first=341 second=193 amount=-3 -kerning first=95 second=967 amount=-5 -kerning first=319 second=1198 amount=-2 -kerning first=1108 second=1204 amount=-5 -kerning first=358 second=112 amount=-4 -kerning first=1166 second=65 amount=-5 -kerning first=1178 second=1118 amount=-3 -kerning first=8217 second=1117 amount=-1 -kerning first=192 second=297 amount=3 -kerning first=1124 second=1244 amount=-1 -kerning first=1170 second=59 amount=-2 -kerning first=120 second=1105 amount=-1 -kerning first=1270 second=913 amount=-6 -kerning first=1196 second=1267 amount=-4 -kerning first=1198 second=245 amount=-6 -kerning first=1256 second=1217 amount=-1 -kerning first=317 second=8219 amount=-3 -kerning first=193 second=1086 amount=-1 -kerning first=84 second=1265 amount=-4 -kerning first=1243 second=8225 amount=-2 -kerning first=208 second=376 amount=-2 -kerning first=1088 second=1203 amount=-1 -kerning first=1115 second=1249 amount=-2 -kerning first=98 second=192 amount=-2 -kerning first=310 second=927 amount=-2 -kerning first=981 second=1093 amount=-1 -kerning first=68 second=1236 amount=-2 -kerning first=933 second=263 amount=-6 -kerning first=116 second=320 amount=1 -kerning first=1184 second=126 amount=-6 -kerning first=315 second=1028 amount=-2 -kerning first=1075 second=225 amount=-2 -kerning first=194 second=1091 amount=-4 -kerning first=373 second=902 amount=-4 -kerning first=341 second=233 amount=-1 -kerning first=1098 second=967 amount=-2 -kerning first=174 second=981 amount=-2 -kerning first=240 second=1202 amount=-2 -kerning first=1188 second=65 amount=-6 -kerning first=245 second=120 amount=-1 -kerning first=229 second=356 amount=-3 -kerning first=1059 second=1069 amount=-2 -kerning first=1093 second=240 amount=-1 -kerning first=253 second=239 amount=3 -kerning first=341 second=1241 amount=-1 -kerning first=915 second=1040 amount=-6 -kerning first=939 second=115 amount=-4 -kerning first=1109 second=8220 amount=-3 -kerning first=1275 second=337 amount=-2 -kerning first=1175 second=273 amount=-1 -kerning first=906 second=298 amount=1 -kerning first=1213 second=89 amount=-6 -kerning first=375 second=1139 amount=-1 -kerning first=1271 second=333 amount=-2 -kerning first=1267 second=198 amount=-4 -kerning first=1026 second=119 amount=-1 -kerning first=1256 second=192 amount=-2 -kerning first=1205 second=1124 amount=1 -kerning first=1225 second=374 amount=-1 -kerning first=1178 second=263 amount=-3 -kerning first=310 second=1267 amount=-3 -kerning first=101 second=1140 amount=-3 -kerning first=1226 second=1172 amount=1 -kerning first=1207 second=910 amount=-1 -kerning first=1035 second=967 amount=-1 -kerning first=1196 second=269 amount=-5 -kerning first=221 second=1104 amount=-6 -kerning first=1188 second=101 amount=-5 -kerning first=1027 second=290 amount=-2 -kerning first=1211 second=1026 amount=-3 -kerning first=299 second=209 amount=3 -kerning first=936 second=8230 amount=-6 -kerning first=84 second=267 amount=-5 -kerning first=1180 second=99 amount=-3 -kerning first=212 second=356 amount=-2 -kerning first=1145 second=1095 amount=-1 -kerning first=1270 second=1103 amount=-5 -kerning first=1200 second=230 amount=-5 -kerning first=1279 second=945 amount=-1 -kerning first=1265 second=229 amount=-1 -kerning first=1040 second=1198 amount=-5 -kerning first=374 second=242 amount=-6 -kerning first=244 second=1040 amount=-2 -kerning first=195 second=246 amount=-1 -kerning first=194 second=231 amount=-1 -kerning first=1179 second=339 amount=-1 -kerning first=1226 second=66 amount=1 -kerning first=91 second=1193 amount=-1 -kerning first=1234 second=103 amount=-1 -kerning first=1271 second=8218 amount=-8 -kerning first=223 second=297 amount=2 -kerning first=1061 second=234 amount=-2 -kerning first=305 second=41 amount=2 -kerning first=337 second=174 amount=-1 -kerning first=902 second=376 amount=-5 -kerning first=114 second=967 amount=1 -kerning first=1164 second=87 amount=-3 -kerning first=1270 second=308 amount=-6 -kerning first=176 second=1258 amount=-1 -kerning first=1242 second=8220 amount=-2 -kerning first=182 second=95 amount=2 -kerning first=973 second=1058 amount=-3 -kerning first=8217 second=195 amount=-9 -kerning first=221 second=1114 amount=-3 -kerning first=966 second=1035 amount=-3 -kerning first=1061 second=1243 amount=-2 -kerning first=94 second=192 amount=-5 -kerning first=1103 second=374 amount=-5 -kerning first=358 second=67 amount=-2 -kerning first=347 second=87 amount=-2 -kerning first=1225 second=69 amount=1 -kerning first=310 second=269 amount=-3 -kerning first=297 second=292 amount=3 -kerning first=337 second=935 amount=-2 -kerning first=301 second=1070 amount=3 -kerning first=195 second=8217 amount=-7 -kerning first=1083 second=1098 amount=-2 -kerning first=1170 second=291 amount=-5 -kerning first=1094 second=1229 amount=1 -kerning first=40 second=271 amount=-1 -kerning first=957 second=259 amount=-1 -kerning first=86 second=44 amount=-6 -kerning first=324 second=933 amount=-5 -kerning first=239 second=90 amount=6 -kerning first=355 second=108 amount=1 -kerning first=1143 second=258 amount=-4 -kerning first=212 second=902 amount=-2 -kerning first=932 second=365 amount=-5 -kerning first=1222 second=8216 amount=-3 -kerning first=1088 second=910 amount=-6 -kerning first=1059 second=8373 amount=-2 -kerning first=1259 second=87 amount=-3 -kerning first=1066 second=1217 amount=-2 -kerning first=89 second=1089 amount=-6 -kerning first=1202 second=333 amount=-2 -kerning first=1184 second=305 amount=2 -kerning first=233 second=1197 amount=-1 -kerning first=1069 second=374 amount=-2 -kerning first=358 second=297 amount=6 -kerning first=80 second=1040 amount=-5 -kerning first=376 second=1237 amount=-5 -kerning first=933 second=215 amount=-3 -kerning first=1017 second=1278 amount=-1 -kerning first=307 second=309 amount=3 -kerning first=1082 second=248 amount=-1 -kerning first=1181 second=265 amount=-1 -kerning first=1230 second=302 amount=1 -kerning first=1207 second=107 amount=1 -kerning first=343 second=65 amount=-3 -kerning first=372 second=1012 amount=-2 -kerning first=1196 second=1086 amount=-5 -kerning first=75 second=67 amount=-2 -kerning first=221 second=353 amount=-4 -kerning first=935 second=945 amount=-2 -kerning first=1188 second=341 amount=-4 -kerning first=1043 second=241 amount=-4 -kerning first=1143 second=283 amount=-1 -kerning first=959 second=1263 amount=-1 -kerning first=214 second=1046 amount=-1 -kerning first=111 second=1143 amount=-1 -kerning first=81 second=8230 amount=-3 -kerning first=311 second=932 amount=-4 -kerning first=1199 second=224 amount=-1 -kerning first=1226 second=1052 amount=1 -kerning first=1228 second=1118 amount=-1 -kerning first=1066 second=192 amount=-2 -kerning first=1139 second=1061 amount=-2 -kerning first=121 second=263 amount=-1 -kerning first=126 second=1279 amount=-1 -kerning first=935 second=262 amount=-1 -kerning first=376 second=961 amount=-3 -kerning first=90 second=8370 amount=-2 -kerning first=369 second=376 amount=-4 -kerning first=46 second=32 amount=-1 -kerning first=257 second=372 amount=-3 -kerning first=1059 second=249 amount=-3 -kerning first=343 second=101 amount=-1 -kerning first=253 second=1072 amount=-1 -kerning first=908 second=933 amount=-2 -kerning first=923 second=86 amount=-5 -kerning first=1198 second=1097 amount=-3 -kerning first=1263 second=1092 amount=-1 -kerning first=75 second=297 amount=5 -kerning first=377 second=171 amount=-2 -kerning first=355 second=1134 amount=1 -kerning first=1275 second=1105 amount=-2 -kerning first=95 second=362 amount=-3 -kerning first=174 second=1040 amount=-5 -kerning first=1271 second=1077 amount=-2 -kerning first=110 second=253 amount=-1 -kerning first=98 second=221 amount=-6 -kerning first=310 second=1086 amount=-3 -kerning first=226 second=932 amount=-3 -kerning first=260 second=1069 amount=-2 -kerning first=339 second=375 amount=-1 -kerning first=40 second=113 amount=-1 -kerning first=1105 second=374 amount=-6 -kerning first=240 second=118 amount=-1 -kerning first=1027 second=196 amount=-6 -kerning first=242 second=1185 amount=-2 -kerning first=55 second=261 amount=-3 -kerning first=297 second=1027 amount=3 -kerning first=8244 second=46 amount=-7 -kerning first=1230 second=43 amount=-1 -kerning first=1232 second=1012 amount=-2 -kerning first=923 second=945 amount=-1 -kerning first=89 second=1145 amount=-6 -kerning first=240 second=1201 amount=-1 -kerning first=116 second=304 amount=1 -kerning first=8217 second=345 amount=-1 -kerning first=301 second=924 amount=3 -kerning first=313 second=1057 amount=-2 -kerning first=271 second=237 amount=3 -kerning first=1175 second=240 amount=-1 -kerning first=1163 second=349 amount=-1 -kerning first=112 second=1277 amount=-1 -kerning first=1101 second=1040 amount=-2 -kerning first=345 second=173 amount=-2 -kerning first=1271 second=1113 amount=-3 -kerning first=287 second=95 amount=2 -kerning first=1232 second=358 amount=-6 -kerning first=1256 second=221 amount=-2 -kerning first=376 second=246 amount=-6 -kerning first=1171 second=248 amount=-2 -kerning first=46 second=56 amount=-2 -kerning first=197 second=99 amount=-1 -kerning first=1181 second=1139 amount=-1 -kerning first=281 second=375 amount=-1 -kerning first=1050 second=363 amount=-2 -kerning first=1059 second=257 amount=-5 -kerning first=215 second=1071 amount=-3 -kerning first=316 second=299 amount=5 -kerning first=902 second=334 amount=-2 -kerning first=286 second=1236 amount=-1 -kerning first=123 second=945 amount=-1 -kerning first=8224 second=966 amount=-2 -kerning first=923 second=262 amount=-2 -kerning first=1027 second=235 amount=-5 -kerning first=1197 second=269 amount=-2 -kerning first=1274 second=43 amount=-4 -kerning first=1059 second=1153 amount=-6 -kerning first=1010 second=356 amount=-5 -kerning first=1075 second=100 amount=-2 -kerning first=311 second=285 amount=-1 -kerning first=1033 second=1040 amount=-2 -kerning first=1012 second=195 amount=-2 -kerning first=1043 second=193 amount=-6 -kerning first=8250 second=1118 amount=-2 -kerning first=1181 second=247 amount=-2 -kerning first=902 second=373 amount=-4 -kerning first=114 second=183 amount=-2 -kerning first=1202 second=1077 amount=-2 -kerning first=372 second=1169 amount=-2 -kerning first=981 second=1234 amount=-2 -kerning first=1122 second=1059 amount=-6 -kerning first=920 second=46 amount=-3 -kerning first=100 second=301 amount=5 -kerning first=365 second=1204 amount=-3 -kerning first=213 second=354 amount=-2 -kerning first=1203 second=281 amount=-1 -kerning first=43 second=1058 amount=-4 -kerning first=358 second=1235 amount=-5 -kerning first=1028 second=8230 amount=-3 -kerning first=1168 second=369 amount=-5 -kerning first=260 second=8373 amount=-2 -kerning first=311 second=162 amount=-1 -kerning first=1092 second=255 amount=-1 -kerning first=1043 second=233 amount=-5 -kerning first=1080 second=1118 amount=-1 -kerning first=1255 second=198 amount=-2 -kerning first=1138 second=933 amount=-2 -kerning first=1088 second=1093 amount=-1 -kerning first=275 second=1279 amount=-1 -kerning first=102 second=289 amount=-1 -kerning first=1205 second=1180 amount=1 -kerning first=92 second=63 amount=-4 -kerning first=1265 second=279 amount=-1 -kerning first=1043 second=1241 amount=-5 -kerning first=1111 second=1204 amount=6 -kerning first=1167 second=256 amount=-2 -kerning first=1124 second=1111 amount=2 -kerning first=177 second=253 amount=-3 -kerning first=227 second=1026 amount=-3 -kerning first=1095 second=1035 amount=-3 -kerning first=973 second=939 amount=-4 -kerning first=1100 second=1143 amount=-2 -kerning first=242 second=1276 amount=-2 -kerning first=355 second=204 amount=1 -kerning first=8220 second=1051 amount=-4 -kerning first=8244 second=103 amount=-4 -kerning first=1274 second=1236 amount=-6 -kerning first=372 second=1088 amount=-2 -kerning first=1043 second=1230 amount=-4 -kerning first=1027 second=343 amount=-4 -kerning first=44 second=354 amount=-2 -kerning first=371 second=89 amount=-4 -kerning first=213 second=913 amount=-2 -kerning first=1197 second=1086 amount=-2 -kerning first=112 second=933 amount=-6 -kerning first=261 second=86 amount=-3 -kerning first=1180 second=8353 amount=-2 -kerning first=912 second=8244 amount=2 -kerning first=1239 second=174 amount=-1 -kerning first=1141 second=172 amount=-3 -kerning first=1200 second=1095 amount=-5 -kerning first=1091 second=171 amount=-3 -kerning first=310 second=105 amount=2 -kerning first=933 second=365 amount=-3 -kerning first=116 second=1172 amount=1 -kerning first=915 second=47 amount=-3 -kerning first=354 second=43 amount=-4 -kerning first=1094 second=342 amount=1 -kerning first=1066 second=221 amount=-6 -kerning first=957 second=273 amount=-1 -kerning first=1210 second=1143 amount=-1 -kerning first=241 second=121 amount=-1 -kerning first=1108 second=1200 amount=-4 -kerning first=910 second=1069 amount=-2 -kerning first=1078 second=245 amount=-1 -kerning first=925 second=303 amount=2 -kerning first=1116 second=966 amount=-1 -kerning first=334 second=8220 amount=-2 -kerning first=1113 second=1185 amount=-4 -kerning first=1270 second=1263 amount=-4 -kerning first=1279 second=111 amount=-1 -kerning first=284 second=1278 amount=-1 -kerning first=116 second=66 amount=1 -kerning first=1027 second=169 amount=-2 -kerning first=1199 second=195 amount=-4 -kerning first=210 second=86 amount=-2 -kerning first=208 second=8230 amount=-3 -kerning first=1090 second=1066 amount=-3 -kerning first=86 second=225 amount=-3 -kerning first=1195 second=1196 amount=-5 -kerning first=1178 second=365 amount=-2 -kerning first=1061 second=334 amount=-1 -kerning first=950 second=953 amount=-2 -kerning first=932 second=256 amount=-6 -kerning first=1230 second=1018 amount=1 -kerning first=120 second=231 amount=-1 -kerning first=88 second=199 amount=-1 -kerning first=1196 second=371 amount=-5 -kerning first=173 second=1203 amount=-1 -kerning first=1258 second=1276 amount=-1 -kerning first=248 second=932 amount=-3 -kerning first=355 second=60 amount=-2 -kerning first=250 second=374 amount=-4 -kerning first=8230 second=53 amount=-1 -kerning first=84 second=369 amount=-5 -kerning first=283 second=255 amount=-1 -kerning first=1072 second=1091 amount=-1 -kerning first=288 second=923 amount=-1 -kerning first=1191 second=8225 amount=-3 -kerning first=359 second=1229 amount=1 -kerning first=915 second=382 amount=-3 -kerning first=267 second=372 amount=-1 -kerning first=97 second=89 amount=-5 -kerning first=1251 second=1035 amount=-3 -kerning first=1153 second=221 amount=-4 -kerning first=1170 second=1054 amount=-2 -kerning first=913 second=289 amount=-1 -kerning first=240 second=356 amount=-3 -kerning first=1126 second=283 amount=-1 -kerning first=122 second=235 amount=-1 -kerning first=376 second=1096 amount=-3 -kerning first=55 second=197 amount=-7 -kerning first=244 second=1198 amount=-6 -kerning first=1243 second=84 amount=-3 -kerning first=1169 second=269 amount=-2 -kerning first=59 second=8220 amount=-3 -kerning first=932 second=281 amount=-5 -kerning first=101 second=1058 amount=-3 -kerning first=260 second=1153 amount=-1 -kerning first=216 second=8218 amount=-3 -kerning first=1270 second=265 amount=-5 -kerning first=1186 second=1178 amount=1 -kerning first=315 second=258 amount=2 -kerning first=939 second=959 amount=-6 -kerning first=357 second=98 amount=1 -kerning first=8221 second=44 amount=-7 -kerning first=1111 second=315 amount=3 -kerning first=354 second=1236 amount=-6 -kerning first=91 second=1010 amount=-1 -kerning first=288 second=295 amount=2 -kerning first=1267 second=193 amount=-4 -kerning first=328 second=376 amount=-5 -kerning first=310 second=371 amount=-2 -kerning first=293 second=1098 amount=-2 -kerning first=246 second=92 amount=-3 -kerning first=273 second=236 amount=2 -kerning first=1075 second=1026 amount=-3 -kerning first=1168 second=326 amount=-4 -kerning first=1059 second=194 amount=-5 -kerning first=339 second=1066 amount=-3 -kerning first=1170 second=378 amount=-3 -kerning first=373 second=267 amount=-1 -kerning first=372 second=266 amount=-2 -kerning first=1196 second=227 amount=-5 -kerning first=95 second=1253 amount=3 -kerning first=935 second=111 amount=-2 -kerning first=8370 second=239 amount=2 -kerning first=313 second=910 amount=-3 -kerning first=910 second=8373 amount=-2 -kerning first=355 second=1067 amount=1 -kerning first=55 second=275 amount=-3 -kerning first=233 second=253 amount=-1 -kerning first=1274 second=251 amount=-5 -kerning first=932 second=1226 amount=-4 -kerning first=229 second=1265 amount=-1 -kerning first=116 second=1052 amount=1 -kerning first=922 second=959 amount=-3 -kerning first=301 second=344 amount=3 -kerning first=243 second=8224 amount=-2 -kerning first=335 second=1249 amount=-2 -kerning first=1188 second=1257 amount=-5 -kerning first=939 second=60 amount=-7 -kerning first=1043 second=1125 amount=-4 -kerning first=1111 second=357 amount=3 -kerning first=284 second=260 amount=-1 -kerning first=240 second=902 amount=-2 -kerning first=1234 second=273 amount=-1 -kerning first=1267 second=233 amount=-1 -kerning first=1225 second=1050 amount=1 -kerning first=1265 second=1195 amount=-1 -kerning first=263 second=354 amount=-5 -kerning first=8244 second=259 amount=-4 -kerning first=256 second=933 amount=-5 -kerning first=281 second=1066 amount=-3 -kerning first=1059 second=234 amount=-6 -kerning first=1113 second=1276 amount=-2 -kerning first=285 second=356 amount=-3 -kerning first=1125 second=1249 amount=-1 -kerning first=243 second=88 amount=-2 -kerning first=1267 second=1241 amount=-1 -kerning first=258 second=281 amount=-1 -kerning first=43 second=182 amount=-1 -kerning first=1059 second=1243 amount=-6 -kerning first=1140 second=1242 amount=-2 -kerning first=922 second=60 amount=-4 -kerning first=915 second=1175 amount=-3 -kerning first=1069 second=46 amount=-3 -kerning first=173 second=910 amount=-4 -kerning first=87 second=963 amount=-3 -kerning first=1054 second=92 amount=-2 -kerning first=910 second=249 amount=-3 -kerning first=377 second=286 amount=-2 -kerning first=1056 second=173 amount=-2 -kerning first=323 second=1031 amount=1 -kerning first=1169 second=1086 amount=-2 -kerning first=197 second=8353 amount=-2 -kerning first=43 second=939 amount=-4 -kerning first=1059 second=1085 amount=-3 -kerning first=1232 second=266 amount=-2 -kerning first=1270 second=1139 amount=-5 -kerning first=92 second=959 amount=-1 -kerning first=923 second=111 amount=-1 -kerning first=1193 second=1196 amount=-3 -kerning first=89 second=1233 amount=-5 -kerning first=303 second=8361 amount=2 -kerning first=91 second=339 amount=-1 -kerning first=244 second=1175 amount=-1 -kerning first=344 second=299 amount=3 -kerning first=1050 second=279 amount=-3 -kerning first=1207 second=104 amount=1 -kerning first=123 second=111 amount=-1 -kerning first=957 second=240 amount=-1 -kerning first=341 second=46 amount=-4 -kerning first=1196 second=328 amount=-4 -kerning first=174 second=1198 amount=-1 -kerning first=324 second=1204 amount=-3 -kerning first=111 second=1202 amount=-2 -kerning first=1126 second=176 amount=-5 -kerning first=1043 second=1111 amount=6 -kerning first=1027 second=210 amount=-2 -kerning first=239 second=1034 amount=3 -kerning first=84 second=326 amount=-4 -kerning first=375 second=258 amount=-4 -kerning first=1270 second=247 amount=-4 -kerning first=92 second=60 amount=-1 -kerning first=923 second=8216 amount=-8 -kerning first=1196 second=1279 amount=-3 -kerning first=1217 second=183 amount=-4 -kerning first=1058 second=289 amount=-5 -kerning first=195 second=253 amount=-4 -kerning first=1168 second=260 amount=-6 -kerning first=354 second=251 amount=-5 -kerning first=95 second=92 amount=-5 -kerning first=87 second=243 amount=-3 -kerning first=358 second=1119 amount=-4 -kerning first=294 second=8224 amount=3 -kerning first=910 second=257 amount=-5 -kerning first=355 second=77 amount=1 -kerning first=1088 second=1234 amount=-2 -kerning first=1046 second=171 amount=-3 -kerning first=211 second=1140 amount=-2 -kerning first=253 second=910 amount=-2 -kerning first=1040 second=963 amount=-1 -kerning first=1101 second=1198 amount=-6 -kerning first=1186 second=1045 amount=1 -kerning first=1128 second=275 amount=-1 -kerning first=1263 second=981 amount=-1 -kerning first=221 second=43 amount=-4 -kerning first=1107 second=1207 amount=-2 -kerning first=8221 second=1213 amount=1 -kerning first=333 second=358 amount=-3 -kerning first=910 second=1153 amount=-6 -kerning first=1275 second=231 amount=-2 -kerning first=193 second=1092 amount=-1 -kerning first=1139 second=121 amount=-1 -kerning first=95 second=338 amount=-3 -kerning first=375 second=283 amount=-1 -kerning first=343 second=1257 amount=-1 -kerning first=1200 second=38 amount=-4 -kerning first=317 second=197 amount=2 -kerning first=315 second=176 amount=-8 -kerning first=356 second=923 amount=-6 -kerning first=1084 second=1090 amount=-2 -kerning first=1187 second=1065 amount=1 -kerning first=1094 second=376 amount=-1 -kerning first=1207 second=317 amount=1 -kerning first=40 second=248 amount=-1 -kerning first=1273 second=1198 amount=-5 -kerning first=1098 second=92 amount=-7 -kerning first=1043 second=332 amount=-2 -kerning first=1256 second=44 amount=-3 -kerning first=239 second=293 amount=3 -kerning first=299 second=276 amount=3 -kerning first=936 second=1073 amount=-2 -kerning first=1060 second=196 amount=-2 -kerning first=902 second=1141 amount=-4 -kerning first=8225 second=285 amount=-2 -kerning first=1270 second=1028 amount=-2 -kerning first=1033 second=1198 amount=-6 -kerning first=908 second=1204 amount=-2 -kerning first=1195 second=87 amount=-1 -kerning first=933 second=256 amount=-5 -kerning first=357 second=1035 amount=-2 -kerning first=361 second=221 amount=-4 -kerning first=234 second=121 amount=-1 -kerning first=86 second=100 amount=-3 -kerning first=1114 second=8224 amount=-3 -kerning first=1103 second=1249 amount=-2 -kerning first=36 second=299 amount=3 -kerning first=1267 second=374 amount=-2 -kerning first=919 second=303 amount=2 -kerning first=1244 second=966 amount=-2 -kerning first=58 second=1140 amount=-4 -kerning first=1168 second=1090 amount=-3 -kerning first=1035 second=92 amount=-3 -kerning first=1040 second=243 amount=-1 -kerning first=908 second=1232 amount=-2 -kerning first=377 second=920 amount=-2 -kerning first=8230 second=34 amount=-6 -kerning first=1197 second=227 amount=-2 -kerning first=1209 second=1059 amount=-5 -kerning first=1114 second=88 amount=-2 -kerning first=8225 second=162 amount=-2 -kerning first=961 second=1277 amount=-1 -kerning first=933 second=281 amount=-6 -kerning first=359 second=342 amount=1 -kerning first=1027 second=1259 amount=-5 -kerning first=1075 second=1235 amount=-2 -kerning first=101 second=939 amount=-6 -kerning first=1111 second=124 amount=3 -kerning first=260 second=234 amount=-1 -kerning first=108 second=938 amount=1 -kerning first=365 second=1200 amount=-4 -kerning first=1094 second=200 amount=1 -kerning first=1255 second=1244 amount=-2 -kerning first=341 second=103 amount=-1 -kerning first=1068 second=8224 amount=-2 -kerning first=94 second=44 amount=-9 -kerning first=1234 second=240 amount=-1 -kerning first=221 second=1236 amount=-5 -kerning first=76 second=8249 amount=-4 -kerning first=84 second=260 amount=-6 -kerning first=356 second=8370 amount=-2 -kerning first=260 second=1243 amount=-1 -kerning first=902 second=116 amount=-2 -kerning first=1040 second=8221 amount=-7 -kerning first=1198 second=187 amount=-4 -kerning first=939 second=361 amount=-3 -kerning first=931 second=964 amount=-4 -kerning first=379 second=71 amount=-2 -kerning first=181 second=45 amount=-2 -kerning first=193 second=186 amount=-5 -kerning first=1068 second=88 amount=-2 -kerning first=1077 second=1198 amount=-6 -kerning first=1178 second=281 amount=-3 -kerning first=89 second=1058 amount=3 -kerning first=1186 second=358 amount=-2 -kerning first=933 second=1226 amount=-3 -kerning first=1253 second=376 amount=-5 -kerning first=1101 second=1175 amount=-1 -kerning first=173 second=1093 amount=-1 -kerning first=186 second=945 amount=-2 -kerning first=99 second=84 amount=-5 -kerning first=8221 second=225 amount=-4 -kerning first=1255 second=193 amount=-2 -kerning first=235 second=1090 amount=-1 -kerning first=1180 second=233 amount=-3 -kerning first=257 second=1098 amount=-2 -kerning first=1277 second=1204 amount=-3 -kerning first=1100 second=1202 amount=-2 -kerning first=1050 second=1195 amount=-3 -kerning first=102 second=271 amount=-1 -kerning first=1141 second=333 amount=-1 -kerning first=169 second=358 amount=-2 -kerning first=1036 second=214 amount=-2 -kerning first=922 second=361 amount=-2 -kerning first=194 second=279 amount=-1 -kerning first=1226 second=203 amount=1 -kerning first=261 second=8216 amount=-3 -kerning first=1180 second=1241 amount=-3 -kerning first=95 second=1163 amount=3 -kerning first=1267 second=1111 amount=3 -kerning first=945 second=8220 amount=-3 -kerning first=1166 second=1032 amount=-6 -kerning first=76 second=1035 amount=-6 -kerning first=8244 second=273 amount=-4 -kerning first=192 second=121 amount=-4 -kerning first=1252 second=938 amount=1 -kerning first=356 second=181 amount=-5 -kerning first=1235 second=375 amount=-1 -kerning first=1016 second=1026 amount=-3 -kerning first=1105 second=1249 amount=-1 -kerning first=255 second=257 amount=-1 -kerning first=1033 second=1175 amount=-1 -kerning first=913 second=1196 amount=-6 -kerning first=372 second=245 amount=-3 -kerning first=1196 second=1092 amount=-5 -kerning first=1198 second=1066 amount=3 -kerning first=111 second=118 amount=-1 -kerning first=1188 second=1108 amount=-5 -kerning first=196 second=8370 amount=-2 -kerning first=1143 second=1059 amount=-2 -kerning first=84 second=1090 amount=-3 -kerning first=1138 second=1204 amount=-2 -kerning first=1102 second=358 amount=-3 -kerning first=255 second=1153 amount=-1 -kerning first=1141 second=8218 amount=-5 -kerning first=297 second=73 amount=3 -kerning first=915 second=54 amount=-2 -kerning first=111 second=1201 amount=-1 -kerning first=379 second=45 amount=-2 -kerning first=195 second=171 amount=-2 -kerning first=1170 second=299 amount=6 -kerning first=210 second=8216 amount=-2 -kerning first=957 second=230 amount=-1 -kerning first=284 second=1011 amount=2 -kerning first=1193 second=87 amount=-3 -kerning first=1263 second=1040 amount=-4 -kerning first=288 second=1217 amount=-1 -kerning first=1188 second=1032 amount=-6 -kerning first=1054 second=95 amount=-3 -kerning first=245 second=1078 amount=-1 -kerning first=1036 second=1199 amount=-3 -kerning first=1274 second=277 amount=-5 -kerning first=1138 second=1232 amount=-2 -kerning first=1119 second=89 amount=-5 -kerning first=1094 second=1124 amount=1 -kerning first=961 second=933 amount=-6 -kerning first=1270 second=367 amount=-5 -kerning first=1140 second=945 amount=-3 -kerning first=301 second=201 amount=3 -kerning first=225 second=1199 amount=-1 -kerning first=112 second=1204 amount=-3 -kerning first=121 second=256 amount=-4 -kerning first=247 second=1217 amount=-4 -kerning first=1034 second=358 amount=-3 -kerning first=45 second=1035 amount=-4 -kerning first=910 second=194 amount=-5 -kerning first=1244 second=1060 amount=-1 -kerning first=310 second=1092 amount=-3 -kerning first=1082 second=959 amount=-1 -kerning first=1181 second=283 amount=-1 -kerning first=1168 second=946 amount=-4 -kerning first=1059 second=334 amount=-2 -kerning first=1140 second=262 amount=-2 -kerning first=240 second=93 amount=-1 -kerning first=221 second=251 amount=-3 -kerning first=939 second=290 amount=-2 -kerning first=355 second=8226 amount=-1 -kerning first=8230 second=1098 amount=-5 -kerning first=1143 second=291 amount=-1 -kerning first=112 second=1232 amount=-2 -kerning first=1274 second=1189 amount=-4 -kerning first=356 second=1116 amount=-4 -kerning first=1060 second=89 amount=-2 -kerning first=288 second=192 amount=-1 -kerning first=1077 second=1175 amount=-1 -kerning first=102 second=113 amount=-1 -kerning first=1232 second=245 amount=-1 -kerning first=170 second=294 amount=3 -kerning first=89 second=1094 amount=-3 -kerning first=301 second=106 amount=-4 -kerning first=260 second=376 amount=-5 -kerning first=913 second=271 amount=-1 -kerning first=1242 second=923 amount=-2 -kerning first=121 second=281 amount=-1 -kerning first=87 second=347 amount=-2 -kerning first=910 second=234 amount=-6 -kerning first=8244 second=1167 amount=-1 -kerning first=1036 second=957 amount=-3 -kerning first=959 second=258 amount=-2 -kerning first=1169 second=227 amount=-2 -kerning first=107 second=335 amount=-1 -kerning first=1082 second=60 amount=-5 -kerning first=367 second=1196 amount=-3 -kerning first=1222 second=1064 amount=1 -kerning first=1087 second=374 amount=-5 -kerning first=953 second=126 amount=-2 -kerning first=1191 second=84 amount=-7 -kerning first=374 second=923 amount=-5 -kerning first=922 second=290 amount=-2 -kerning first=1043 second=46 amount=-2 -kerning first=122 second=1259 amount=-1 -kerning first=910 second=1243 amount=-6 -kerning first=1163 second=1229 amount=1 -kerning first=225 second=957 amount=-1 -kerning first=1090 second=101 amount=-2 -kerning first=370 second=44 amount=-2 -kerning first=86 second=67 amount=-2 -kerning first=1059 second=1273 amount=-3 -kerning first=1200 second=894 amount=-4 -kerning first=90 second=212 amount=-2 -kerning first=282 second=301 amount=5 -kerning first=101 second=967 amount=-1 -kerning first=311 second=940 amount=-1 -kerning first=913 second=1275 amount=-2 -kerning first=1104 second=358 amount=-3 -kerning first=1278 second=972 amount=-2 -kerning first=240 second=1265 amount=-1 -kerning first=1211 second=121 amount=-1 -kerning first=910 second=1085 amount=-3 -kerning first=355 second=928 amount=1 -kerning first=252 second=932 amount=-3 -kerning first=1081 second=89 amount=-5 -kerning first=1243 second=1118 amount=-1 -kerning first=1269 second=933 amount=-5 -kerning first=1050 second=1194 amount=-2 -kerning first=343 second=1108 amount=-1 -kerning first=1141 second=1077 amount=-1 -kerning first=1091 second=8363 amount=-1 -kerning first=354 second=277 amount=-5 -kerning first=1090 second=1083 amount=-3 -kerning first=345 second=8244 amount=1 -kerning first=86 second=297 amount=5 -kerning first=358 second=121 amount=-4 -kerning first=297 second=1210 amount=3 -kerning first=1171 second=959 amount=-2 -kerning first=929 second=8222 amount=-9 -kerning first=197 second=233 amount=-1 -kerning first=356 second=110 amount=-4 -kerning first=1215 second=255 amount=-1 -kerning first=194 second=1195 amount=-1 -kerning first=343 second=1032 amount=-4 -kerning first=92 second=290 amount=-2 -kerning first=1198 second=252 amount=-3 -kerning first=1128 second=336 amount=-2 -kerning first=940 second=8217 amount=2 -kerning first=1122 second=372 amount=-3 -kerning first=84 second=946 amount=-4 -kerning first=1255 second=374 amount=-6 -kerning first=197 second=1241 amount=-1 -kerning first=230 second=255 amount=-1 -kerning first=345 second=84 amount=-4 -kerning first=1100 second=118 amount=-2 -kerning first=1141 second=1113 amount=-3 -kerning first=374 second=8370 amount=-2 -kerning first=359 second=376 amount=-1 -kerning first=915 second=963 amount=-5 -kerning first=966 second=1199 amount=-1 -kerning first=354 second=1189 amount=-4 -kerning first=1046 second=286 amount=-1 -kerning first=913 second=113 amount=-1 -kerning first=1100 second=1201 amount=-2 -kerning first=380 second=356 amount=-2 -kerning first=313 second=1234 amount=2 -kerning first=239 second=340 amount=3 -kerning first=376 second=171 amount=-6 -kerning first=8244 second=240 amount=-4 -kerning first=192 second=903 amount=-5 -kerning first=256 second=1204 amount=-6 -kerning first=38 second=8220 amount=-6 -kerning first=1270 second=324 amount=-4 -kerning first=372 second=1097 amount=-2 -kerning first=75 second=121 amount=-3 -kerning first=324 second=1200 amount=-5 -kerning first=8217 second=97 amount=-4 -kerning first=270 second=1276 amount=-1 -kerning first=1027 second=1193 amount=-5 -kerning first=183 second=198 amount=-2 -kerning first=279 second=374 amount=-6 -kerning first=332 second=1236 amount=-2 -kerning first=314 second=300 amount=1 -kerning first=1197 second=1092 amount=-2 -kerning first=1203 second=289 amount=-1 -kerning first=1210 second=118 amount=-1 -kerning first=1026 second=1140 amount=-3 -kerning first=110 second=1185 amount=-2 -kerning first=1276 second=972 amount=-2 -kerning first=1270 second=1271 amount=-4 -kerning first=317 second=336 amount=-2 -kerning first=297 second=1106 amount=3 -kerning first=267 second=1098 amount=-1 -kerning first=65 second=277 amount=-1 -kerning first=8250 second=256 amount=-2 -kerning first=357 second=1016 amount=1 -kerning first=1222 second=321 amount=1 -kerning first=1230 second=202 amount=1 -kerning first=1168 second=120 amount=-3 -kerning first=1170 second=1020 amount=-4 -kerning first=255 second=194 amount=-4 -kerning first=1210 second=1201 amount=-1 -kerning first=111 second=356 amount=-3 -kerning first=939 second=196 amount=-5 -kerning first=1043 second=103 amount=-5 -kerning first=8221 second=100 amount=-4 -kerning first=1185 second=275 amount=-1 -kerning first=1180 second=1111 amount=5 -kerning first=1145 second=173 amount=-2 -kerning first=211 second=1058 amount=-2 -kerning first=1205 second=254 amount=1 -kerning first=1265 second=287 amount=-1 -kerning first=374 second=181 amount=-3 -kerning first=359 second=200 amount=1 -kerning first=1058 second=271 amount=-5 -kerning first=915 second=243 amount=-5 -kerning first=321 second=932 amount=-6 -kerning first=966 second=957 amount=-1 -kerning first=260 second=334 amount=-2 -kerning first=8249 second=933 amount=-4 -kerning first=913 second=87 amount=-4 -kerning first=95 second=57 amount=-3 -kerning first=328 second=1141 amount=-1 -kerning first=225 second=354 amount=-3 -kerning first=107 second=1104 amount=-1 -kerning first=1235 second=1066 amount=-3 -kerning first=343 second=918 amount=-2 -kerning first=255 second=234 amount=-1 -kerning first=1217 second=338 amount=-1 -kerning first=939 second=235 amount=-6 -kerning first=1043 second=1249 amount=-3 -kerning first=1027 second=1109 amount=-5 -kerning first=972 second=197 amount=-2 -kerning first=1275 second=229 amount=-2 -kerning first=193 second=981 amount=-1 -kerning first=364 second=95 amount=-3 -kerning first=345 second=1239 amount=-1 -kerning first=288 second=221 amount=-2 -kerning first=102 second=52 amount=-4 -kerning first=1271 second=261 amount=-2 -kerning first=255 second=1243 amount=-1 -kerning first=908 second=1200 amount=-2 -kerning first=68 second=932 amount=-2 -kerning first=356 second=192 amount=-6 -kerning first=260 second=373 amount=-4 -kerning first=1198 second=288 amount=-2 -kerning first=87 second=191 amount=-1 -kerning first=186 second=111 amount=-2 -kerning first=111 second=902 amount=-2 -kerning first=1126 second=1059 amount=-5 -kerning first=1188 second=908 amount=-2 -kerning first=1267 second=46 amount=-2 -kerning first=8370 second=910 amount=-2 -kerning first=377 second=216 amount=-2 -kerning first=936 second=958 amount=-2 -kerning first=8244 second=48 amount=-3 -kerning first=46 second=8219 amount=-9 -kerning first=235 second=120 amount=-1 -kerning first=58 second=1058 amount=-2 -kerning first=1180 second=332 amount=-2 -kerning first=247 second=221 amount=-4 -kerning first=1059 second=8230 amount=-3 -kerning first=116 second=203 amount=1 -kerning first=382 second=335 amount=-1 -kerning first=922 second=235 amount=-3 -kerning first=357 second=915 amount=1 -kerning first=1111 second=303 amount=6 -kerning first=913 second=268 amount=-2 -kerning first=118 second=1207 amount=-1 -kerning first=71 second=195 amount=-1 -kerning first=86 second=1235 amount=-3 -kerning first=374 second=1116 amount=-3 -kerning first=327 second=299 amount=5 -kerning first=197 second=374 amount=-5 -kerning first=1011 second=86 amount=2 -kerning first=356 second=232 amount=-5 -kerning first=194 second=1194 amount=-2 -kerning first=1168 second=966 amount=-5 -kerning first=1046 second=920 amount=-1 -kerning first=339 second=174 amount=-1 -kerning first=1094 second=1180 amount=1 -kerning first=120 second=279 amount=-1 -kerning first=1270 second=258 amount=-6 -kerning first=253 second=1234 amount=-4 -kerning first=957 second=1095 amount=-1 -kerning first=8221 second=112 amount=-1 -kerning first=84 second=120 amount=-3 -kerning first=249 second=358 amount=-3 -kerning first=1220 second=1035 amount=-3 -kerning first=1085 second=221 amount=-5 -kerning first=345 second=74 amount=-4 -kerning first=1058 second=113 amount=-5 -kerning first=315 second=1059 amount=-3 -kerning first=8217 second=64 amount=-4 -kerning first=8222 second=1267 amount=-3 -kerning first=1111 second=55 amount=6 -kerning first=373 second=260 amount=-4 -kerning first=341 second=273 amount=-1 -kerning first=212 second=1278 amount=-1 -kerning first=174 second=963 amount=-2 -kerning first=1126 second=291 amount=-1 -kerning first=355 second=89 amount=-1 -kerning first=203 second=299 amount=5 -kerning first=359 second=1124 amount=1 -kerning first=256 second=357 amount=-2 -kerning first=356 second=1084 amount=-4 -kerning first=932 second=289 amount=-5 -kerning first=281 second=174 amount=-1 -kerning first=1207 second=172 amount=-1 -kerning first=1020 second=196 amount=-2 -kerning first=1270 second=283 amount=-5 -kerning first=92 second=235 amount=-1 -kerning first=1140 second=111 amount=-3 -kerning first=1186 second=1048 amount=1 -kerning first=1263 second=47 amount=-4 -kerning first=351 second=910 amount=-5 -kerning first=939 second=343 amount=-3 -kerning first=1107 second=8249 amount=-3 -kerning first=1111 second=1162 amount=3 -kerning first=195 second=286 amount=-2 -kerning first=1163 second=342 amount=1 -kerning first=288 second=1110 amount=2 -kerning first=326 second=1196 amount=-3 -kerning first=82 second=239 amount=3 -kerning first=1018 second=303 amount=2 -kerning first=307 second=87 amount=2 -kerning first=1046 second=8363 amount=-2 -kerning first=334 second=923 amount=-2 -kerning first=1097 second=310 amount=1 -kerning first=119 second=972 amount=-1 -kerning first=221 second=277 amount=-6 -kerning first=966 second=354 amount=-3 -kerning first=122 second=1193 amount=-1 -kerning first=1043 second=259 amount=-5 -kerning first=299 second=922 amount=3 -kerning first=196 second=232 amount=-1 -kerning first=171 second=194 amount=-2 -kerning first=1169 second=1092 amount=-2 -kerning first=1078 second=1066 amount=-3 -kerning first=363 second=8244 amount=1 -kerning first=1189 second=45 amount=-1 -kerning first=1100 second=356 amount=-7 -kerning first=1016 second=1061 amount=-2 -kerning first=1270 second=1087 amount=-4 -kerning first=374 second=110 amount=-3 -kerning first=1263 second=1198 amount=-2 -kerning first=939 second=169 amount=-2 -kerning first=85 second=8230 amount=-2 -kerning first=227 second=121 amount=-1 -kerning first=1138 second=1200 amount=-2 -kerning first=95 second=944 amount=3 -kerning first=87 second=99 amount=-3 -kerning first=174 second=243 amount=-2 -kerning first=1267 second=103 amount=-1 -kerning first=1200 second=1251 amount=-3 -kerning first=910 second=334 amount=-2 -kerning first=376 second=117 amount=-3 -kerning first=8244 second=230 amount=-4 -kerning first=363 second=84 amount=-3 -kerning first=197 second=1111 amount=3 -kerning first=1201 second=356 amount=-2 -kerning first=1050 second=1138 amount=-2 -kerning first=1092 second=8225 amount=-2 -kerning first=1099 second=301 amount=3 -kerning first=255 second=376 amount=-2 -kerning first=1095 second=1199 amount=-1 -kerning first=1196 second=981 amount=-5 -kerning first=221 second=1189 amount=-3 -kerning first=100 second=206 amount=1 -kerning first=1107 second=1035 amount=-3 -kerning first=330 second=297 amount=5 -kerning first=258 second=289 amount=-1 -kerning first=84 second=966 amount=-5 -kerning first=1210 second=356 amount=-3 -kerning first=1244 second=1254 amount=-1 -kerning first=922 second=169 amount=-2 -kerning first=301 second=1219 amount=3 -kerning first=232 second=221 amount=-6 -kerning first=311 second=246 amount=-1 -kerning first=1207 second=68 amount=1 -kerning first=112 second=1200 amount=-6 -kerning first=290 second=1276 amount=-1 -kerning first=1198 second=65 amount=-5 -kerning first=966 second=913 amount=-2 -kerning first=242 second=1267 amount=-1 -kerning first=1244 second=1144 amount=-1 -kerning first=212 second=260 amount=-2 -kerning first=1064 second=301 amount=5 -kerning first=1242 second=1217 amount=-1 -kerning first=1058 second=268 amount=-2 -kerning first=382 second=1104 amount=-1 -kerning first=8217 second=1089 amount=-4 -kerning first=910 second=1273 amount=-3 -kerning first=177 second=1276 amount=-3 -kerning first=375 second=1059 amount=-2 -kerning first=310 second=981 amount=-3 -kerning first=946 second=1111 amount=2 -kerning first=918 second=268 amount=-2 -kerning first=197 second=332 amount=-2 -kerning first=1201 second=902 amount=-4 -kerning first=1222 second=1166 amount=1 -kerning first=1230 second=1053 amount=1 -kerning first=1168 second=1060 amount=-2 -kerning first=1050 second=287 amount=-3 -kerning first=211 second=939 amount=-2 -kerning first=902 second=199 amount=-2 -kerning first=1170 second=1098 amount=-3 -kerning first=1040 second=99 amount=-1 -kerning first=1095 second=957 amount=-1 -kerning first=1198 second=101 amount=-6 -kerning first=1188 second=1255 amount=-5 -kerning first=1166 second=126 amount=-2 -kerning first=233 second=1185 amount=-1 -kerning first=229 second=1090 amount=-2 -kerning first=1237 second=376 amount=-6 -kerning first=102 second=248 amount=-1 -kerning first=8225 second=940 amount=-2 -kerning first=961 second=1204 amount=-3 -kerning first=120 second=1195 amount=-1 -kerning first=1200 second=109 amount=-3 -kerning first=92 second=169 amount=-2 -kerning first=923 second=8250 amount=-2 -kerning first=915 second=347 amount=-5 -kerning first=51 second=8230 amount=-1 -kerning first=271 second=1066 amount=3 -kerning first=195 second=920 amount=-2 -kerning first=1199 second=97 amount=-1 -kerning first=1226 second=1178 amount=1 -kerning first=1242 second=192 amount=-2 -kerning first=239 second=69 amount=3 -kerning first=8218 second=1091 amount=-3 -kerning first=1253 second=1141 amount=-1 -kerning first=925 second=298 amount=1 -kerning first=1251 second=1199 amount=-1 -kerning first=961 second=1232 amount=-2 -kerning first=286 second=932 amount=-2 -kerning first=92 second=89 amount=-5 -kerning first=374 second=192 amount=-5 -kerning first=1188 second=126 amount=-4 -kerning first=1111 second=1225 amount=3 -kerning first=1275 second=279 amount=-2 -kerning first=1143 second=1076 amount=-3 -kerning first=1112 second=1140 amount=2 -kerning first=1060 second=1046 amount=-1 -kerning first=375 second=291 amount=-1 -kerning first=1271 second=275 amount=-2 -kerning first=376 second=286 amount=-2 -kerning first=1200 second=173 amount=-4 -kerning first=378 second=1089 amount=-1 -kerning first=1058 second=52 amount=-4 -kerning first=192 second=71 amount=-2 -kerning first=215 second=932 amount=-4 -kerning first=40 second=959 amount=-1 -kerning first=1090 second=1257 amount=-2 -kerning first=341 second=240 amount=-1 -kerning first=1203 second=1196 amount=-3 -kerning first=313 second=1258 amount=-2 -kerning first=239 second=1111 amount=3 -kerning first=245 second=8220 amount=-4 -kerning first=299 second=1025 amount=3 -kerning first=196 second=221 amount=-5 -kerning first=1209 second=372 amount=-3 -kerning first=902 second=49 amount=-2 -kerning first=1020 second=89 amount=-6 -kerning first=1191 second=1118 amount=-2 -kerning first=1140 second=1209 amount=-3 -kerning first=374 second=232 amount=-6 -kerning first=8217 second=1145 amount=-4 -kerning first=243 second=41 amount=-1 -kerning first=195 second=8363 amount=-1 -kerning first=187 second=196 amount=-2 -kerning first=126 second=1198 amount=-4 -kerning first=1267 second=259 amount=-1 -kerning first=1265 second=358 amount=-2 -kerning first=98 second=1026 amount=-3 -kerning first=297 second=222 amount=3 -kerning first=256 second=1256 amount=-2 -kerning first=1230 second=932 amount=-2 -kerning first=1251 second=957 amount=-1 -kerning first=183 second=1244 amount=-4 -kerning first=114 second=335 amount=-1 -kerning first=254 second=1236 amount=-2 -kerning first=1198 second=341 amount=-3 -kerning first=939 second=210 amount=-2 -kerning first=1027 second=1010 amount=-5 -kerning first=193 second=355 amount=-2 -kerning first=84 second=1060 amount=-2 -kerning first=171 second=376 amount=-4 -kerning first=1269 second=1204 amount=-3 -kerning first=256 second=1200 amount=-5 -kerning first=1274 second=58 amount=-2 -kerning first=43 second=92 amount=-3 -kerning first=1232 second=375 amount=-4 -kerning first=115 second=933 amount=-5 -kerning first=89 second=183 amount=-4 -kerning first=374 second=1084 amount=-3 -kerning first=933 second=289 amount=-6 -kerning first=183 second=936 amount=-4 -kerning first=194 second=1138 amount=-2 -kerning first=913 second=248 amount=-1 -kerning first=1224 second=1198 amount=-5 -kerning first=1117 second=255 amount=-1 -kerning first=1196 second=1040 amount=-6 -kerning first=1278 second=81 amount=-1 -kerning first=1026 second=1058 amount=-3 -kerning first=1256 second=1026 amount=-2 -kerning first=76 second=94 amount=-8 -kerning first=970 second=60 amount=-3 -kerning first=1167 second=1196 amount=-3 -kerning first=343 second=1255 amount=-1 -kerning first=1113 second=1267 amount=-2 -kerning first=326 second=87 amount=-3 -kerning first=1202 second=275 amount=-2 -kerning first=1198 second=174 amount=-1 -kerning first=922 second=210 amount=-2 -kerning first=1254 second=8220 amount=-2 -kerning first=111 second=93 amount=-1 -kerning first=243 second=1091 amount=-1 -kerning first=183 second=193 amount=-2 -kerning first=1163 second=376 amount=-1 -kerning first=1197 second=981 amount=-2 -kerning first=1203 second=271 amount=-1 -kerning first=1095 second=354 amount=-3 -kerning first=345 second=1118 amount=1 -kerning first=87 second=198 amount=-4 -kerning first=1106 second=933 amount=-5 -kerning first=1205 second=1036 amount=1 -kerning first=1056 second=74 amount=-6 -kerning first=378 second=1145 amount=-1 -kerning first=1178 second=289 amount=-3 -kerning first=1061 second=199 amount=-1 -kerning first=359 second=1180 amount=1 -kerning first=356 second=212 amount=-2 -kerning first=1082 second=235 amount=-1 -kerning first=260 second=1141 amount=-4 -kerning first=913 second=39 amount=-5 -kerning first=8224 second=242 amount=-2 -kerning first=358 second=1081 amount=-4 -kerning first=349 second=1035 amount=-5 -kerning first=1109 second=221 amount=-5 -kerning first=1043 second=273 amount=-5 -kerning first=1107 second=228 amount=-2 -kerning first=8221 second=1235 amount=-4 -kerning first=910 second=8230 amount=-3 -kerning first=1180 second=103 amount=-3 -kerning first=226 second=1197 amount=-2 -kerning first=1087 second=1249 amount=-2 -kerning first=343 second=126 amount=-2 -kerning first=1115 second=255 amount=-1 -kerning first=88 second=8249 amount=-3 -kerning first=194 second=287 amount=-1 -kerning first=1226 second=1045 amount=1 -kerning first=95 second=1114 amount=3 -kerning first=174 second=347 amount=-1 -kerning first=1126 second=1054 amount=-2 -kerning first=376 second=920 amount=-2 -kerning first=224 second=910 amount=-5 -kerning first=92 second=210 amount=-2 -kerning first=111 second=1265 amount=-1 -kerning first=1027 second=339 amount=-5 -kerning first=1163 second=200 amount=1 -kerning first=213 second=258 amount=-2 -kerning first=1063 second=299 amount=5 -kerning first=126 second=1175 amount=-1 -kerning first=345 second=263 amount=-1 -kerning first=358 second=71 amount=-2 -kerning first=1276 second=81 amount=-1 -kerning first=1200 second=1220 amount=-3 -kerning first=1225 second=292 amount=1 -kerning first=297 second=1030 amount=3 -kerning first=1036 second=1263 amount=-3 -kerning first=939 second=1259 amount=-6 -kerning first=1168 second=226 amount=-5 -kerning first=354 second=58 amount=-2 -kerning first=260 second=116 amount=-2 -kerning first=1046 second=216 amount=-1 -kerning first=1275 second=1195 amount=-2 -kerning first=8249 second=1204 amount=-3 -kerning first=1207 second=1188 amount=1 -kerning first=1242 second=221 amount=-2 -kerning first=87 second=8353 amount=-2 -kerning first=380 second=267 amount=-1 -kerning first=8244 second=1095 amount=-4 -kerning first=196 second=212 amount=-2 -kerning first=225 second=1263 amount=-1 -kerning first=1274 second=285 amount=-5 -kerning first=214 second=910 amount=-2 -kerning first=275 second=1198 amount=-6 -kerning first=1093 second=173 amount=-1 -kerning first=240 second=1278 amount=-2 -kerning first=315 second=1054 amount=-2 -kerning first=1122 second=1098 amount=-2 -kerning first=1251 second=354 amount=-3 -kerning first=8249 second=1232 amount=-2 -kerning first=63 second=198 amount=-4 -kerning first=1139 second=8224 amount=-2 -kerning first=1255 second=1249 amount=-2 -kerning first=1203 second=113 amount=-1 -kerning first=1233 second=374 amount=-5 -kerning first=1096 second=86 amount=-3 -kerning first=1114 second=41 amount=-2 -kerning first=376 second=8363 amount=-6 -kerning first=1171 second=235 amount=-2 -kerning first=922 second=1259 amount=-3 -kerning first=1010 second=1090 amount=-1 -kerning first=1241 second=1277 amount=-1 -kerning first=1181 second=291 amount=-1 -kerning first=1230 second=1184 amount=1 -kerning first=101 second=92 amount=-3 -kerning first=114 second=1104 amount=-1 -kerning first=1066 second=1026 amount=-3 -kerning first=75 second=71 amount=-2 -kerning first=1043 second=1167 amount=-4 -kerning first=1049 second=296 amount=1 -kerning first=1143 second=299 amount=3 -kerning first=959 second=1059 amount=-6 -kerning first=1139 second=88 amount=-2 -kerning first=1274 second=162 amount=-5 -kerning first=247 second=1047 amount=-3 -kerning first=334 second=1217 amount=-1 -kerning first=102 second=115 amount=-1 -kerning first=1058 second=248 amount=-5 -kerning first=1036 second=265 amount=-3 -kerning first=187 second=89 amount=-6 -kerning first=1199 second=1089 amount=-1 -kerning first=279 second=1249 amount=-1 -kerning first=258 second=1196 amount=-6 -kerning first=1257 second=194 amount=-2 -kerning first=121 second=289 amount=-1 -kerning first=1068 second=41 amount=-1 -kerning first=927 second=84 amount=-2 -kerning first=1234 second=255 amount=-4 -kerning first=358 second=45 amount=-4 -kerning first=935 second=284 amount=-1 -kerning first=8370 second=1234 amount=-1 -kerning first=122 second=1010 amount=-1 -kerning first=1171 second=1222 amount=-3 -kerning first=932 second=271 amount=-5 -kerning first=1116 second=242 amount=-1 -kerning first=1226 second=358 amount=-2 -kerning first=1040 second=8353 amount=-2 -kerning first=1184 second=1256 amount=-2 -kerning first=313 second=172 amount=-4 -kerning first=1100 second=93 amount=-2 -kerning first=1114 second=1091 amount=-2 -kerning first=1232 second=187 amount=-2 -kerning first=170 second=972 amount=-2 -kerning first=919 second=298 amount=1 -kerning first=92 second=1259 amount=-1 -kerning first=76 second=214 amount=-2 -kerning first=923 second=1143 amount=-4 -kerning first=65 second=932 amount=-6 -kerning first=903 second=65 amount=-5 -kerning first=1153 second=1026 amount=-5 -kerning first=1050 second=1012 amount=-2 -kerning first=334 second=192 amount=-2 -kerning first=1163 second=1124 amount=1 -kerning first=1097 second=921 amount=1 -kerning first=1225 second=1027 amount=1 -kerning first=84 second=226 amount=-5 -kerning first=1169 second=981 amount=-2 -kerning first=107 second=43 amount=-2 -kerning first=8225 second=246 amount=-2 -kerning first=255 second=8230 amount=-2 -kerning first=116 second=1178 amount=1 -kerning first=75 second=45 amount=-6 -kerning first=915 second=99 amount=-5 -kerning first=183 second=374 amount=-4 -kerning first=354 second=285 amount=-5 -kerning first=193 second=1198 amount=-5 -kerning first=1090 second=1108 amount=-2 -kerning first=118 second=8249 amount=-3 -kerning first=1068 second=1091 amount=-1 -kerning first=240 second=260 amount=-2 -kerning first=1118 second=337 amount=-1 -kerning first=1267 second=273 amount=-1 -kerning first=305 second=165 amount=2 -kerning first=1243 second=256 amount=-2 -kerning first=197 second=103 amount=-1 -kerning first=275 second=1175 amount=-1 -kerning first=373 second=966 amount=-1 -kerning first=1016 second=121 amount=-1 -kerning first=923 second=284 amount=-2 -kerning first=1012 second=1140 amount=-2 -kerning first=966 second=1263 amount=-1 -kerning first=1043 second=240 amount=-5 -kerning first=1027 second=239 amount=6 -kerning first=76 second=1199 amount=-4 -kerning first=258 second=271 amount=-1 -kerning first=1086 second=358 amount=-3 -kerning first=1100 second=1265 amount=-2 -kerning first=1026 second=939 amount=-6 -kerning first=1232 second=1066 amount=-6 -kerning first=1128 second=1242 amount=-2 -kerning first=1036 second=1139 amount=-3 -kerning first=248 second=1197 amount=-2 -kerning first=1241 second=933 amount=-6 -kerning first=1168 second=1254 amount=-2 -kerning first=216 second=197 amount=-2 -kerning first=354 second=162 amount=-5 -kerning first=1199 second=1145 amount=-1 -kerning first=1167 second=87 amount=-3 -kerning first=1092 second=84 amount=-3 -kerning first=122 second=339 amount=-1 -kerning first=1078 second=101 amount=-1 -kerning first=192 second=8224 amount=-5 -kerning first=356 second=44 amount=-2 -kerning first=932 second=113 amount=-5 -kerning first=1168 second=1144 amount=-2 -kerning first=1235 second=174 amount=-1 -kerning first=963 second=172 amount=-2 -kerning first=374 second=212 amount=-2 -kerning first=1217 second=335 amount=-2 -kerning first=8217 second=1233 amount=-4 -kerning first=969 second=8216 amount=-4 -kerning first=1017 second=301 amount=2 -kerning first=195 second=216 amount=-2 -kerning first=1111 second=377 amount=6 -kerning first=258 second=1275 amount=-2 -kerning first=277 second=358 amount=-3 -kerning first=118 second=1035 amount=-2 -kerning first=1210 second=1265 amount=-1 -kerning first=961 second=1200 amount=-6 -kerning first=89 second=1253 amount=-3 -kerning first=1036 second=247 amount=-6 -kerning first=209 second=239 amount=5 -kerning first=65 second=285 amount=-1 -kerning first=256 second=1017 amount=-2 -kerning first=1168 second=380 amount=-3 -kerning first=114 second=381 amount=-2 -kerning first=1164 second=196 amount=-2 -kerning first=240 second=1090 amount=-2 -kerning first=239 second=1050 amount=3 -kerning first=317 second=1242 amount=-2 -kerning first=76 second=957 amount=-4 -kerning first=228 second=933 amount=-5 -kerning first=971 second=356 amount=-3 -kerning first=253 second=172 amount=-3 -kerning first=1270 second=59 amount=-2 -kerning first=908 second=8222 amount=-3 -kerning first=1198 second=1257 amount=-6 -kerning first=231 second=910 amount=-4 -kerning first=1175 second=173 amount=-1 -kerning first=119 second=195 amount=-4 -kerning first=218 second=8218 amount=-5 -kerning first=87 second=241 amount=-2 -kerning first=1213 second=1203 amount=-1 -kerning first=358 second=1082 amount=-4 -kerning first=1126 second=372 amount=-4 -kerning first=328 second=49 amount=-3 -kerning first=355 second=75 amount=1 -kerning first=933 second=1196 amount=3 -kerning first=200 second=239 amount=5 -kerning first=65 second=162 amount=-1 -kerning first=1201 second=267 amount=-1 -kerning first=1259 second=196 amount=-2 -kerning first=1202 second=336 amount=-1 -kerning first=1196 second=47 amount=-5 -kerning first=1263 second=963 amount=-1 -kerning first=221 second=58 amount=-4 -kerning first=357 second=354 amount=-2 -kerning first=8221 second=1119 amount=-1 -kerning first=258 second=113 amount=-1 -kerning first=199 second=1046 amount=-1 -kerning first=82 second=910 amount=-2 -kerning first=1058 second=1100 amount=-4 -kerning first=1036 second=1028 amount=-2 -kerning first=1170 second=972 amount=-5 -kerning first=1097 second=914 amount=1 -kerning first=1257 second=376 amount=-6 -kerning first=261 second=1143 amount=-1 -kerning first=221 second=932 amount=3 -kerning first=333 second=375 amount=-1 -kerning first=98 second=1061 amount=-2 -kerning first=355 second=1109 amount=-1 -kerning first=377 second=927 amount=-2 -kerning first=8244 second=38 amount=-4 -kerning first=84 second=1254 amount=-2 -kerning first=283 second=84 amount=-3 -kerning first=1277 second=244 amount=-1 -kerning first=1200 second=79 amount=-2 -kerning first=1141 second=261 amount=-1 -kerning first=116 second=1045 amount=1 -kerning first=315 second=372 amount=-1 -kerning first=321 second=264 amount=-2 -kerning first=939 second=1193 amount=-6 -kerning first=357 second=1041 amount=1 -kerning first=194 second=1012 amount=-2 -kerning first=84 second=1144 amount=-2 -kerning first=1269 second=1200 amount=-5 -kerning first=320 second=208 amount=2 -kerning first=174 second=99 amount=-2 -kerning first=375 second=1076 amount=-3 -kerning first=1118 second=1105 amount=-1 -kerning first=353 second=1059 amount=-5 -kerning first=337 second=1277 amount=-1 -kerning first=932 second=268 amount=-2 -kerning first=226 second=253 amount=-1 -kerning first=194 second=358 amount=-6 -kerning first=1168 second=1078 amount=-3 -kerning first=79 second=1035 amount=-2 -kerning first=334 second=221 amount=-2 -kerning first=1094 second=254 amount=1 -kerning first=1207 second=351 amount=-1 -kerning first=120 second=287 amount=-1 -kerning first=1196 second=382 amount=-3 -kerning first=1263 second=243 amount=-1 -kerning first=240 second=170 amount=-2 -kerning first=1027 second=1072 amount=-5 -kerning first=1256 second=1061 amount=-1 -kerning first=299 second=299 amount=3 -kerning first=55 second=945 amount=-3 -kerning first=258 second=87 amount=-4 -kerning first=84 second=380 amount=-3 -kerning first=1020 second=1046 amount=-2 -kerning first=933 second=271 amount=-6 -kerning first=1058 second=115 amount=-5 -kerning first=922 second=1193 amount=-3 -kerning first=361 second=1026 amount=-3 -kerning first=1278 second=211 amount=-1 -kerning first=1223 second=296 amount=1 -kerning first=1126 second=299 amount=3 -kerning first=1267 second=240 amount=-1 -kerning first=39 second=1236 amount=-5 -kerning first=8244 second=255 amount=1 -kerning first=117 second=8220 amount=-3 -kerning first=1145 second=1239 amount=-1 -kerning first=1189 second=337 amount=-2 -kerning first=1270 second=291 amount=-5 -kerning first=89 second=338 amount=-2 -kerning first=1263 second=8221 amount=2 -kerning first=1217 second=1104 amount=-2 -kerning first=915 second=198 amount=-6 -kerning first=939 second=1109 amount=-4 -kerning first=242 second=1279 amount=-1 -kerning first=325 second=300 amount=1 -kerning first=1138 second=8222 amount=-3 -kerning first=1237 second=1141 amount=-1 -kerning first=87 second=193 amount=-4 -kerning first=1213 second=910 amount=-6 -kerning first=1026 second=967 amount=-1 -kerning first=115 second=1204 amount=-5 -kerning first=376 second=216 amount=-2 -kerning first=1244 second=242 amount=-2 -kerning first=1178 second=271 amount=-3 -kerning first=76 second=354 amount=-6 -kerning first=1059 second=199 amount=-2 -kerning first=913 second=63 amount=-4 -kerning first=372 second=288 amount=-2 -kerning first=221 second=285 amount=-6 -kerning first=1043 second=230 amount=-5 -kerning first=299 second=1049 amount=3 -kerning first=936 second=8249 amount=-3 -kerning first=258 second=268 amount=-2 -kerning first=235 second=1078 amount=-1 -kerning first=1180 second=273 amount=-3 -kerning first=932 second=52 amount=-4 -kerning first=1201 second=177 amount=-3 -kerning first=1082 second=1259 amount=-1 -kerning first=92 second=1193 amount=-1 -kerning first=244 second=198 amount=-2 -kerning first=301 second=86 amount=5 -kerning first=357 second=1103 amount=-1 -kerning first=1163 second=1180 amount=1 -kerning first=1095 second=1263 amount=-1 -kerning first=87 second=233 amount=-3 -kerning first=1106 second=1204 amount=-3 -kerning first=116 second=358 amount=-2 -kerning first=1145 second=74 amount=-4 -kerning first=8249 second=1200 amount=-4 -kerning first=1164 second=89 amount=-6 -kerning first=1242 second=44 amount=-3 -kerning first=1196 second=1175 amount=-3 -kerning first=121 second=1196 amount=-2 -kerning first=1128 second=86 amount=-5 -kerning first=1184 second=1017 amount=-2 -kerning first=87 second=1241 amount=-3 -kerning first=221 second=162 amount=-6 -kerning first=1188 second=1277 amount=-3 -kerning first=83 second=1111 amount=3 -kerning first=196 second=1213 amount=-2 -kerning first=84 second=1078 amount=-3 -kerning first=118 second=228 amount=-1 -kerning first=1209 second=1098 amount=-2 -kerning first=45 second=354 amount=-4 -kerning first=1276 second=211 amount=-1 -kerning first=1200 second=973 amount=-3 -kerning first=347 second=89 amount=-5 -kerning first=76 second=913 amount=2 -kerning first=297 second=905 amount=3 -kerning first=374 second=44 amount=-3 -kerning first=266 second=299 amount=2 -kerning first=337 second=933 amount=-6 -kerning first=933 second=113 amount=-6 -kerning first=90 second=67 amount=-2 -kerning first=915 second=8353 amount=-2 -kerning first=1036 second=367 amount=-2 -kerning first=271 second=174 amount=1 -kerning first=1050 second=266 amount=-2 -kerning first=1179 second=172 amount=-2 -kerning first=40 second=235 amount=-1 -kerning first=1096 second=8216 amount=-3 -kerning first=284 second=301 amount=2 -kerning first=70 second=1199 amount=-2 -kerning first=87 second=1230 amount=-2 -kerning first=378 second=1058 amount=-2 -kerning first=916 second=187 amount=-2 -kerning first=1259 second=89 amount=-6 -kerning first=1232 second=288 amount=-2 -kerning first=1102 second=375 amount=-1 -kerning first=1205 second=98 amount=1 -kerning first=1066 second=1061 amount=-2 -kerning first=246 second=1236 amount=-2 -kerning first=1128 second=945 amount=-1 -kerning first=1184 second=303 amount=2 -kerning first=335 second=255 amount=-1 -kerning first=303 second=93 amount=2 -kerning first=63 second=193 amount=-4 -kerning first=1203 second=248 amount=-1 -kerning first=80 second=198 amount=-5 -kerning first=1178 second=113 amount=-3 -kerning first=317 second=86 amount=-5 -kerning first=90 second=297 amount=5 -kerning first=356 second=225 amount=-5 -kerning first=1075 second=45 amount=-1 -kerning first=1222 second=356 amount=-2 -kerning first=1050 second=237 amount=2 -kerning first=311 second=171 amount=-3 -kerning first=1228 second=1196 amount=-3 -kerning first=1257 second=373 amount=-1 -kerning first=1040 second=233 amount=-1 -kerning first=176 second=197 amount=-5 -kerning first=1128 second=262 amount=-2 -kerning first=1171 second=1259 amount=-2 -kerning first=1274 second=1075 amount=-4 -kerning first=336 second=1276 amount=-1 -kerning first=102 second=959 amount=-1 -kerning first=1034 second=375 amount=-1 -kerning first=1265 second=245 amount=-1 -kerning first=1040 second=1241 amount=-1 -kerning first=923 second=42 amount=-5 -kerning first=89 second=1163 amount=-3 -kerning first=8217 second=1094 amount=-1 -kerning first=34 second=1033 amount=-3 -kerning first=1027 second=1057 amount=-2 -kerning first=1251 second=1263 amount=-1 -kerning first=1199 second=1233 amount=-1 -kerning first=1226 second=1048 amount=1 -kerning first=1220 second=1199 amount=-1 -kerning first=121 second=271 amount=-1 -kerning first=70 second=957 amount=-2 -kerning first=1253 second=49 amount=-3 -kerning first=256 second=244 amount=-1 -kerning first=214 second=1234 amount=-2 -kerning first=1222 second=1168 amount=1 -kerning first=1189 second=1105 amount=-2 -kerning first=1141 second=197 amount=-4 -kerning first=1198 second=1108 amount=-6 -kerning first=34 second=923 amount=-5 -kerning first=248 second=253 amount=-1 -kerning first=236 second=125 amount=2 -kerning first=252 second=8217 amount=1 -kerning first=1275 second=287 amount=-2 -kerning first=174 second=198 amount=-5 -kerning first=375 second=299 amount=3 -kerning first=104 second=374 amount=-5 -kerning first=110 second=1267 amount=-1 -kerning first=1054 second=1236 amount=-2 -kerning first=1113 second=1279 amount=-1 -kerning first=317 second=262 amount=-2 -kerning first=297 second=84 amount=6 -kerning first=1168 second=301 amount=6 -kerning first=187 second=1046 amount=-3 -kerning first=1097 second=72 amount=1 -kerning first=372 second=65 amount=-4 -kerning first=1198 second=1032 amount=-2 -kerning first=240 second=120 amount=-1 -kerning first=299 second=294 amount=3 -kerning first=333 second=1066 amount=-3 -kerning first=319 second=374 amount=-2 -kerning first=343 second=1277 amount=1 -kerning first=1141 second=275 amount=-1 -kerning first=1200 second=84 amount=3 -kerning first=1091 second=269 amount=-1 -kerning first=933 second=268 amount=-2 -kerning first=1012 second=1058 amount=-2 -kerning first=81 second=1035 amount=-2 -kerning first=260 second=199 amount=-2 -kerning first=332 second=932 amount=-2 -kerning first=1220 second=957 amount=-1 -kerning first=1101 second=198 amount=-2 -kerning first=1104 second=375 amount=-1 -kerning first=1231 second=299 amount=5 -kerning first=1213 second=1093 amount=-1 -kerning first=1267 second=230 amount=-1 -kerning first=192 second=337 amount=-1 -kerning first=197 second=273 amount=-1 -kerning first=372 second=101 amount=-3 -kerning first=87 second=1125 amount=-2 -kerning first=8221 second=121 amount=1 -kerning first=1030 second=296 amount=1 -kerning first=8250 second=1196 amount=-8 -kerning first=1180 second=240 amount=-3 -kerning first=1239 second=1277 amount=-1 -kerning first=1178 second=268 amount=-2 -kerning first=8217 second=182 amount=-1 -kerning first=111 second=1278 amount=-2 -kerning first=8222 second=947 amount=-3 -kerning first=1018 second=298 amount=1 -kerning first=354 second=1075 amount=-4 -kerning first=1170 second=224 amount=-5 -kerning first=1033 second=198 amount=-2 -kerning first=913 second=959 amount=-1 -kerning first=1233 second=1249 amount=-2 -kerning first=121 second=113 amount=-1 -kerning first=935 second=213 amount=-1 -kerning first=932 second=248 amount=-5 -kerning first=211 second=92 amount=-2 -kerning first=114 second=43 amount=-2 -kerning first=286 second=236 amount=2 -kerning first=253 second=333 amount=-1 -kerning first=963 second=8218 amount=-5 -kerning first=357 second=316 amount=1 -kerning first=1027 second=1203 amount=-3 -kerning first=194 second=266 amount=-2 -kerning first=1080 second=1196 amount=-3 -kerning first=1078 second=1257 amount=-1 -kerning first=1090 second=1255 amount=-2 -kerning first=1103 second=255 amount=-1 -kerning first=245 second=923 amount=-2 -kerning first=74 second=95 amount=-3 -kerning first=1178 second=238 amount=2 -kerning first=933 second=52 amount=-4 -kerning first=359 second=254 amount=1 -kerning first=321 second=8217 amount=-3 -kerning first=1241 second=1204 amount=-3 -kerning first=260 second=49 amount=-2 -kerning first=1092 second=1118 amount=-1 -kerning first=913 second=60 amount=-1 -kerning first=109 second=86 amount=-3 -kerning first=1040 second=374 amount=-5 -kerning first=1126 second=34 amount=-5 -kerning first=242 second=186 amount=-2 -kerning first=55 second=111 amount=-3 -kerning first=84 second=301 amount=6 -kerning first=1274 second=940 amount=-5 -kerning first=345 second=256 amount=-3 -kerning first=1232 second=101 amount=-1 -kerning first=1097 second=1058 amount=-2 -kerning first=120 second=358 amount=-3 -kerning first=1205 second=1035 amount=-2 -kerning first=253 second=8218 amount=-5 -kerning first=1200 second=1239 amount=-6 -kerning first=170 second=195 amount=-5 -kerning first=1091 second=1086 amount=-1 -kerning first=929 second=194 amount=-5 -kerning first=1186 second=1066 amount=-2 -kerning first=915 second=241 amount=-4 -kerning first=8217 second=941 amount=-4 -kerning first=1241 second=1232 amount=-2 -kerning first=213 second=1059 amount=-2 -kerning first=177 second=1267 amount=-3 -kerning first=1090 second=126 amount=-1 -kerning first=358 second=971 amount=-4 -kerning first=58 second=92 amount=-4 -kerning first=1274 second=264 amount=-2 -kerning first=107 second=277 amount=-1 -kerning first=1082 second=1193 amount=-1 -kerning first=1199 second=1058 amount=-2 -kerning first=1064 second=206 amount=1 -kerning first=1270 second=1054 amount=-2 -kerning first=169 second=1066 amount=-2 -kerning first=923 second=213 amount=-2 -kerning first=372 second=341 amount=-2 -kerning first=939 second=1010 amount=-6 -kerning first=1043 second=1095 amount=-5 -kerning first=371 second=910 amount=-4 -kerning first=193 second=963 amount=-1 -kerning first=258 second=248 amount=-1 -kerning first=228 second=1204 amount=-3 -kerning first=345 second=281 amount=-1 -kerning first=1020 second=125 amount=-1 -kerning first=1200 second=1102 amount=-3 -kerning first=1225 second=73 amount=1 -kerning first=315 second=34 amount=-6 -kerning first=183 second=1249 amount=-1 -kerning first=1046 second=927 amount=-1 -kerning first=114 second=1236 amount=-3 -kerning first=341 second=255 amount=1 -kerning first=241 second=1091 amount=-1 -kerning first=1254 second=923 amount=-2 -kerning first=111 second=260 amount=-2 -kerning first=959 second=372 amount=-3 -kerning first=1220 second=354 amount=-3 -kerning first=70 second=913 amount=-6 -kerning first=334 second=44 amount=-3 -kerning first=1239 second=933 amount=-6 -kerning first=1170 second=1117 amount=-4 -kerning first=1094 second=1036 amount=1 -kerning first=1102 second=1066 amount=-3 -kerning first=1270 second=378 amount=-3 -kerning first=1200 second=74 amount=-2 -kerning first=923 second=118 amount=-4 -kerning first=374 second=225 amount=-5 -kerning first=1184 second=244 amount=-3 -kerning first=922 second=1010 amount=-3 -kerning first=44 second=1059 amount=-3 -kerning first=1228 second=87 amount=-3 -kerning first=258 second=39 amount=-5 -kerning first=210 second=1202 amount=-1 -kerning first=1072 second=358 amount=-3 -kerning first=288 second=1026 amount=-2 -kerning first=87 second=332 amount=-2 -kerning first=358 second=337 amount=-5 -kerning first=1118 second=231 amount=-1 -kerning first=910 second=199 amount=-2 -kerning first=98 second=121 amount=-1 -kerning first=923 second=1201 amount=-4 -kerning first=192 second=1105 amount=-1 -kerning first=356 second=100 amount=-5 -kerning first=1230 second=330 amount=1 -kerning first=1050 second=245 amount=-3 -kerning first=1105 second=255 amount=-1 -kerning first=1093 second=84 amount=-3 -kerning first=1040 second=1111 amount=3 -kerning first=1140 second=284 amount=-2 -kerning first=193 second=243 amount=-1 -kerning first=283 second=1118 amount=-1 -kerning first=247 second=1026 amount=-4 -kerning first=1034 second=1066 amount=-3 -kerning first=1058 second=959 amount=-5 -kerning first=1036 second=283 amount=-3 -kerning first=97 second=910 amount=-5 -kerning first=354 second=940 amount=-5 -kerning first=1170 second=81 amount=-2 -kerning first=8224 second=923 amount=-5 -kerning first=121 second=238 amount=3 -kerning first=1100 second=1278 amount=-2 -kerning first=376 second=1191 amount=-3 -kerning first=115 second=1200 amount=-5 -kerning first=1089 second=932 amount=-5 -kerning first=1171 second=1193 amount=-2 -kerning first=244 second=1244 amount=-2 -kerning first=1220 second=913 amount=-2 -kerning first=197 second=240 amount=-1 -kerning first=1145 second=263 amount=-1 -kerning first=253 second=1077 amount=-1 -kerning first=1279 second=356 amount=-3 -kerning first=92 second=1010 amount=-1 -kerning first=1128 second=111 amount=-1 -kerning first=75 second=337 amount=-3 -kerning first=915 second=193 amount=-6 -kerning first=111 second=1090 amount=-2 -kerning first=939 second=339 amount=-6 -kerning first=1111 second=1229 amount=3 -kerning first=354 second=264 amount=-2 -kerning first=193 second=8221 amount=-7 -kerning first=1085 second=1026 amount=-3 -kerning first=208 second=1035 amount=-2 -kerning first=288 second=297 amount=2 -kerning first=86 second=71 amount=-2 -kerning first=1232 second=174 amount=-5 -kerning first=1058 second=60 amount=-5 -kerning first=1222 second=917 amount=1 -kerning first=1215 second=84 amount=-3 -kerning first=1168 second=242 amount=-5 -kerning first=1046 second=269 amount=-2 -kerning first=1084 second=8220 amount=-3 -kerning first=1040 second=332 amount=-2 -kerning first=1198 second=908 amount=-2 -kerning first=1012 second=939 amount=-2 -kerning first=186 second=916 amount=-5 -kerning first=1106 second=1200 amount=-5 -kerning first=1107 second=354 amount=-3 -kerning first=196 second=100 amount=-1 -kerning first=918 second=60 amount=-4 -kerning first=233 second=1267 amount=-1 -kerning first=932 second=1100 amount=-4 -kerning first=70 second=308 amount=-4 -kerning first=230 second=84 amount=-3 -kerning first=902 second=8249 amount=-2 -kerning first=1113 second=186 amount=-3 -kerning first=253 second=1113 amount=-3 -kerning first=244 second=193 amount=-2 -kerning first=1128 second=8216 amount=-8 -kerning first=116 second=1048 amount=1 -kerning first=915 second=233 amount=-5 -kerning first=922 second=339 amount=-3 -kerning first=8217 second=967 amount=1 -kerning first=1179 second=333 amount=-1 -kerning first=1170 second=195 amount=-6 -kerning first=1104 second=1066 amount=-3 -kerning first=1200 second=1107 amount=-3 -kerning first=1225 second=1210 amount=1 -kerning first=355 second=1042 amount=1 -kerning first=76 second=1263 amount=-4 -kerning first=179 second=1236 amount=-6 -kerning first=915 second=1241 amount=-5 -kerning first=65 second=940 amount=-1 -kerning first=8250 second=87 amount=-4 -kerning first=356 second=112 amount=-4 -kerning first=1222 second=318 amount=1 -kerning first=1207 second=1070 amount=1 -kerning first=1099 second=295 amount=3 -kerning first=1093 second=1239 amount=-1 -kerning first=1257 second=1141 amount=-1 -kerning first=176 second=336 amount=-1 -kerning first=1196 second=963 amount=-5 -kerning first=88 second=214 amount=-1 -kerning first=221 second=1075 amount=-3 -kerning first=55 second=1209 amount=-3 -kerning first=8244 second=1251 amount=-1 -kerning first=1185 second=945 amount=-1 -kerning first=1200 second=942 amount=-3 -kerning first=933 second=248 amount=-6 -kerning first=915 second=1230 amount=-4 -kerning first=65 second=264 amount=-2 -kerning first=1275 second=358 amount=-3 -kerning first=86 second=45 amount=-3 -kerning first=966 second=258 amount=-2 -kerning first=1267 second=1095 amount=-1 -kerning first=263 second=1059 amount=-4 -kerning first=317 second=8216 amount=-5 -kerning first=1080 second=87 amount=-3 -kerning first=1011 second=8361 amount=2 -kerning first=1274 second=1237 amount=-5 -kerning first=932 second=115 amount=-5 -kerning first=211 second=95 amount=-3 -kerning first=1059 second=1207 amount=-5 -kerning first=902 second=1035 amount=-6 -kerning first=40 second=1259 amount=-1 -kerning first=1164 second=1046 amount=-2 -kerning first=92 second=339 amount=-1 -kerning first=382 second=277 amount=-1 -kerning first=111 second=170 amount=-2 -kerning first=195 second=927 amount=-2 -kerning first=972 second=86 amount=-3 -kerning first=1139 second=41 amount=-1 -kerning first=261 second=118 amount=-1 -kerning first=358 second=1105 amount=-5 -kerning first=80 second=193 amount=-5 -kerning first=1225 second=1106 amount=1 -kerning first=310 second=963 amount=-3 -kerning first=1178 second=248 amount=-3 -kerning first=297 second=314 amount=3 -kerning first=337 second=1204 amount=-3 -kerning first=903 second=1032 amount=-11 -kerning first=1201 second=260 amount=-4 -kerning first=232 second=1026 amount=-3 -kerning first=38 second=221 amount=-5 -kerning first=1046 second=1086 amount=-2 -kerning first=1097 second=939 amount=-1 -kerning first=1066 second=121 amount=-1 -kerning first=261 second=1201 amount=-1 -kerning first=284 second=1099 amount=2 -kerning first=1196 second=243 amount=-5 -kerning first=1263 second=99 amount=-1 -kerning first=236 second=239 amount=3 -kerning first=340 second=1059 amount=-2 -kerning first=84 second=242 amount=-5 -kerning first=1078 second=1108 amount=-1 -kerning first=192 second=1171 amount=-2 -kerning first=1274 second=961 amount=-4 -kerning first=1145 second=215 amount=-1 -kerning first=1259 second=1046 amount=-2 -kerning first=89 second=944 amount=-3 -kerning first=337 second=1232 amount=-2 -kerning first=1217 second=43 amount=-4 -kerning first=8217 second=974 amount=-4 -kerning first=357 second=247 amount=-1 -kerning first=251 second=933 amount=-4 -kerning first=194 second=245 amount=-1 -kerning first=195 second=1267 amount=-4 -kerning first=1199 second=939 amount=-2 -kerning first=8244 second=109 amount=-1 -kerning first=1189 second=231 amount=-2 -kerning first=254 second=932 amount=-3 -kerning first=923 second=356 amount=-6 -kerning first=1101 second=1244 amount=-2 -kerning first=75 second=1105 amount=-3 -kerning first=34 second=192 amount=-5 -kerning first=1043 second=38 amount=-2 -kerning first=1027 second=1093 amount=-3 -kerning first=78 second=207 amount=1 -kerning first=947 second=126 amount=-2 -kerning first=1175 second=84 amount=-3 -kerning first=1049 second=1111 amount=5 -kerning first=1139 second=1091 amount=-1 -kerning first=174 second=193 amount=-5 -kerning first=1100 second=1090 amount=-4 -kerning first=1108 second=376 amount=-4 -kerning first=102 second=8226 amount=-1 -kerning first=353 second=372 amount=-2 -kerning first=310 second=243 amount=-3 -kerning first=1056 second=256 amount=-5 -kerning first=1202 second=1242 amount=-1 -kerning first=356 second=67 amount=-2 -kerning first=1170 second=345 amount=-4 -kerning first=1207 second=924 amount=1 -kerning first=71 second=1140 amount=-1 -kerning first=290 second=105 amount=2 -kerning first=1234 second=8225 amount=-5 -kerning first=965 second=8216 amount=-3 -kerning first=87 second=46 amount=-6 -kerning first=1061 second=8249 amount=-3 -kerning first=297 second=1120 amount=3 -kerning first=8244 second=173 amount=-3 -kerning first=369 second=1035 amount=-3 -kerning first=1274 second=246 amount=-5 -kerning first=1230 second=8217 amount=2 -kerning first=1033 second=1244 amount=-2 -kerning first=1091 second=227 amount=-1 -kerning first=1195 second=89 amount=-4 -kerning first=89 second=335 amount=-6 -kerning first=374 second=100 amount=-6 -kerning first=8353 second=299 amount=2 -kerning first=922 second=239 amount=5 -kerning first=195 second=269 amount=-1 -kerning first=354 second=1237 amount=-5 -kerning first=1179 second=1077 amount=-1 -kerning first=234 second=1091 amount=-1 -kerning first=913 second=290 amount=-2 -kerning first=1101 second=193 amount=-2 -kerning first=1210 second=1090 amount=-2 -kerning first=174 second=233 amount=-2 -kerning first=1026 second=92 amount=-3 -kerning first=1166 second=1232 amount=-5 -kerning first=1205 second=1016 amount=1 -kerning first=333 second=65 amount=-2 -kerning first=915 second=1125 amount=-4 -kerning first=356 second=297 amount=6 -kerning first=1198 second=1255 amount=-6 -kerning first=174 second=1241 amount=-2 -kerning first=221 second=940 amount=-6 -kerning first=1043 second=255 amount=-4 -kerning first=245 second=1217 amount=-2 -kerning first=299 second=322 amount=3 -kerning first=196 second=1026 amount=-6 -kerning first=1143 second=972 amount=-1 -kerning first=287 second=932 amount=-3 -kerning first=372 second=1257 amount=-3 -kerning first=199 second=239 amount=2 -kerning first=244 second=374 amount=-6 -kerning first=1058 second=361 amount=-5 -kerning first=8217 second=183 amount=-3 -kerning first=354 second=961 amount=-4 -kerning first=311 second=8363 amount=-1 -kerning first=1083 second=1140 amount=-3 -kerning first=1033 second=193 amount=-2 -kerning first=121 second=248 amount=-1 -kerning first=221 second=264 amount=-2 -kerning first=349 second=354 amount=-5 -kerning first=1188 second=1232 amount=-6 -kerning first=76 second=247 amount=-4 -kerning first=196 second=67 amount=-2 -kerning first=359 second=1036 amount=1 -kerning first=381 second=8353 amount=-2 -kerning first=249 second=1066 amount=-3 -kerning first=1241 second=1200 amount=-6 -kerning first=102 second=196 amount=-2 -kerning first=1016 second=8224 amount=-2 -kerning first=1270 second=299 amount=6 -kerning first=92 second=239 amount=3 -kerning first=109 second=8216 amount=-3 -kerning first=1198 second=126 amount=-4 -kerning first=981 second=197 amount=-2 -kerning first=1186 second=929 amount=1 -kerning first=1111 second=342 amount=3 -kerning first=1175 second=1239 amount=-1 -kerning first=1197 second=963 amount=-2 -kerning first=1100 second=170 amount=-3 -kerning first=245 second=192 amount=-2 -kerning first=376 second=927 amount=-2 -kerning first=933 second=1100 amount=-3 -kerning first=1082 second=1010 amount=-1 -kerning first=1187 second=8360 amount=1 -kerning first=1016 second=88 amount=-2 -kerning first=1122 second=195 amount=-2 -kerning first=196 second=297 amount=3 -kerning first=102 second=235 amount=-1 -kerning first=1205 second=915 amount=1 -kerning first=1200 second=263 amount=-6 -kerning first=374 second=112 amount=-3 -kerning first=1254 second=1217 amount=-1 -kerning first=915 second=1111 amount=6 -kerning first=313 second=8219 amount=-3 -kerning first=8221 second=1081 amount=-1 -kerning first=195 second=1086 amount=-1 -kerning first=354 second=246 amount=-5 -kerning first=1163 second=254 amount=1 -kerning first=1187 second=325 amount=1 -kerning first=228 second=1200 amount=-5 -kerning first=95 second=1189 amount=3 -kerning first=87 second=103 amount=-3 -kerning first=358 second=951 amount=-4 -kerning first=104 second=1249 amount=-2 -kerning first=1232 second=1257 amount=-1 -kerning first=76 second=1028 amount=-2 -kerning first=192 second=1091 amount=-4 -kerning first=226 second=1185 amount=-2 -kerning first=1079 second=8222 amount=-3 -kerning first=111 second=120 amount=-1 -kerning first=939 second=1072 amount=-5 -kerning first=1109 second=1026 amount=-5 -kerning first=357 second=209 amount=1 -kerning first=1197 second=243 amount=-2 -kerning first=261 second=356 amount=-3 -kerning first=70 second=1263 amount=-2 -kerning first=933 second=115 amount=-4 -kerning first=321 second=253 amount=-4 -kerning first=1075 second=337 amount=-2 -kerning first=169 second=65 amount=-2 -kerning first=1193 second=89 amount=-6 -kerning first=1278 second=1089 amount=-2 -kerning first=1263 second=198 amount=-4 -kerning first=1254 second=192 amount=-2 -kerning first=288 second=1061 amount=-1 -kerning first=8244 second=1220 amount=-1 -kerning first=1119 second=910 amount=-5 -kerning first=343 second=1204 amount=-4 -kerning first=89 second=1104 amount=-6 -kerning first=1058 second=290 amount=-2 -kerning first=915 second=332 amount=-2 -kerning first=258 second=63 amount=-4 -kerning first=210 second=356 amount=-2 -kerning first=1203 second=959 amount=-1 -kerning first=1274 second=1197 amount=-3 -kerning first=247 second=1061 amount=-4 -kerning first=1234 second=79 amount=-2 -kerning first=174 second=374 amount=-1 -kerning first=1271 second=945 amount=-2 -kerning first=1118 second=229 amount=-1 -kerning first=242 second=1040 amount=-2 -kerning first=376 second=269 amount=-6 -kerning first=1171 second=1010 amount=-2 -kerning first=918 second=290 amount=-2 -kerning first=65 second=246 amount=-1 -kerning first=192 second=231 amount=-1 -kerning first=356 second=1235 amount=-5 -kerning first=1082 second=339 amount=-1 -kerning first=114 second=277 amount=-1 -kerning first=343 second=1232 amount=-3 -kerning first=1102 second=65 amount=-2 -kerning first=40 second=1193 amount=-1 -kerning first=1040 second=103 amount=-1 -kerning first=1242 second=1026 amount=-2 -kerning first=1196 second=347 amount=-5 -kerning first=295 second=86 amount=-3 -kerning first=380 second=966 amount=-1 -kerning first=333 second=174 amount=-1 -kerning first=309 second=106 amount=3 -kerning first=1220 second=1263 amount=-1 -kerning first=1185 second=111 amount=-1 -kerning first=1274 second=1096 amount=-4 -kerning first=1060 second=910 amount=-2 -kerning first=70 second=265 amount=-3 -kerning first=161 second=1198 amount=-4 -kerning first=1239 second=1204 amount=-3 -kerning first=1097 second=1216 amount=1 -kerning first=944 second=1058 amount=-3 -kerning first=89 second=1114 amount=-3 -kerning first=374 second=1026 amount=3 -kerning first=351 second=8218 amount=-3 -kerning first=1170 second=211 amount=-2 -kerning first=913 second=235 amount=-1 -kerning first=8224 second=192 amount=-5 -kerning first=1101 second=374 amount=-6 -kerning first=239 second=292 amount=3 -kerning first=333 second=935 amount=-2 -kerning first=1225 second=173 amount=-1 -kerning first=65 second=8217 amount=-7 -kerning first=1034 second=65 amount=-2 -kerning first=374 second=67 amount=-2 -kerning first=8221 second=45 amount=-3 -kerning first=1243 second=1196 amount=-3 -kerning first=210 second=902 amount=-2 -kerning first=1273 second=374 amount=-5 -kerning first=917 second=301 amount=5 -kerning first=1276 second=1089 amount=-2 -kerning first=1200 second=215 amount=-3 -kerning first=1170 second=119 amount=-4 -kerning first=1094 second=98 amount=1 -kerning first=1207 second=344 amount=1 -kerning first=1033 second=374 amount=-6 -kerning first=8224 second=232 amount=-2 -kerning first=1278 second=1145 amount=-2 -kerning first=1258 second=1040 amount=-2 -kerning first=221 second=1237 amount=-5 -kerning first=1223 second=1111 amount=5 -kerning first=1027 second=1234 amount=-6 -kerning first=1211 second=1091 amount=-1 -kerning first=299 second=205 amount=3 -kerning first=910 second=1207 amount=-5 -kerning first=1110 second=309 amount=3 -kerning first=1081 second=910 amount=-5 -kerning first=1169 second=963 amount=-2 -kerning first=102 second=89 amount=1 -kerning first=1164 second=125 amount=-1 -kerning first=1270 second=1020 amount=-4 -kerning first=89 second=353 amount=-4 -kerning first=1202 second=945 amount=-2 -kerning first=1117 second=84 amount=-3 -kerning first=927 second=256 amount=-2 -kerning first=87 second=259 amount=-3 -kerning first=358 second=1091 amount=-4 -kerning first=328 second=1035 amount=-3 -kerning first=245 second=221 amount=-6 -kerning first=376 second=1086 amount=-6 -kerning first=1225 second=222 amount=1 -kerning first=1244 second=8370 amount=-1 -kerning first=929 second=8230 amount=-3 -kerning first=1171 second=339 amount=-2 -kerning first=297 second=1190 amount=3 -kerning first=107 second=932 amount=-4 -kerning first=1222 second=1211 amount=1 -kerning first=1215 second=1118 amount=-1 -kerning first=354 second=1197 amount=-3 -kerning first=1050 second=375 amount=-3 -kerning first=1238 second=239 amount=5 -kerning first=120 second=245 amount=-1 -kerning first=1093 second=263 amount=-1 -kerning first=177 second=1279 amount=-2 -kerning first=957 second=8244 amount=2 -kerning first=1140 second=213 amount=-2 -kerning first=1202 second=262 amount=-1 -kerning first=221 second=961 amount=-3 -kerning first=365 second=376 amount=-4 -kerning first=959 second=1098 amount=-2 -kerning first=118 second=354 amount=-2 -kerning first=70 second=1139 amount=-3 -kerning first=230 second=1118 amount=-1 -kerning first=1100 second=120 amount=-1 -kerning first=1259 second=125 amount=-1 -kerning first=1091 second=1092 amount=-1 -kerning first=1265 second=1066 amount=-2 -kerning first=939 second=1057 amount=-2 -kerning first=1075 second=1105 amount=-2 -kerning first=354 second=1096 amount=-4 -kerning first=972 second=8216 amount=-4 -kerning first=957 second=84 amount=-2 -kerning first=42 second=1040 amount=-5 -kerning first=1126 second=972 amount=-1 -kerning first=337 second=1200 amount=-6 -kerning first=1169 second=243 amount=-2 -kerning first=256 second=1069 amount=-2 -kerning first=932 second=959 amount=-5 -kerning first=1086 second=375 amount=-1 -kerning first=1077 second=374 amount=-6 -kerning first=1097 second=183 amount=-1 -kerning first=343 second=357 amount=2 -kerning first=1279 second=267 amount=-1 -kerning first=1115 second=84 amount=-3 -kerning first=372 second=1108 amount=-3 -kerning first=75 second=1091 amount=-3 -kerning first=1058 second=196 amount=-6 -kerning first=248 second=1185 amount=-2 -kerning first=239 second=1027 amount=3 -kerning first=1112 second=92 amount=2 -kerning first=213 second=372 amount=-1 -kerning first=91 second=333 amount=-1 -kerning first=1277 second=1153 amount=-1 -kerning first=358 second=231 amount=-5 -kerning first=1236 second=297 amount=5 -kerning first=1276 second=1145 amount=-2 -kerning first=922 second=1057 amount=-2 -kerning first=8217 second=1253 amount=-1 -kerning first=321 second=171 amount=-4 -kerning first=1222 second=323 amount=1 -kerning first=339 second=1277 amount=-1 -kerning first=373 second=242 amount=-1 -kerning first=913 second=169 amount=-2 -kerning first=169 second=935 amount=-1 -kerning first=341 second=173 amount=-2 -kerning first=372 second=1032 amount=-4 -kerning first=240 second=1078 amount=-1 -kerning first=1254 second=221 amount=-2 -kerning first=221 second=246 amount=-6 -kerning first=8216 second=916 amount=-6 -kerning first=1107 second=265 amount=-2 -kerning first=193 second=99 amount=-1 -kerning first=1143 second=224 amount=-1 -kerning first=277 second=375 amount=-1 -kerning first=118 second=913 amount=-4 -kerning first=932 second=60 amount=-5 -kerning first=320 second=299 amount=5 -kerning first=1102 second=174 amount=-1 -kerning first=1058 second=235 amount=-5 -kerning first=335 second=8225 amount=-2 -kerning first=1092 second=256 amount=-2 -kerning first=913 second=89 amount=-5 -kerning first=269 second=356 amount=-5 -kerning first=107 second=285 amount=-1 -kerning first=1116 second=232 amount=-1 -kerning first=1088 second=197 amount=-2 -kerning first=1189 second=229 amount=-2 -kerning first=281 second=1277 amount=-1 -kerning first=1187 second=1055 amount=1 -kerning first=1102 second=935 amount=-2 -kerning first=71 second=1058 amount=-2 -kerning first=75 second=231 amount=-3 -kerning first=8221 second=1082 amount=-1 -kerning first=299 second=1068 amount=3 -kerning first=1111 second=200 amount=3 -kerning first=258 second=959 amount=-1 -kerning first=345 second=289 amount=-1 -kerning first=1034 second=174 amount=-1 -kerning first=1232 second=1108 amount=-1 -kerning first=1225 second=1030 amount=1 -kerning first=92 second=1057 amount=-2 -kerning first=293 second=1140 amount=-3 -kerning first=297 second=78 amount=3 -kerning first=915 second=46 amount=-2 -kerning first=251 second=1204 amount=-3 -kerning first=79 second=354 amount=-2 -kerning first=119 second=1089 amount=-1 -kerning first=957 second=1239 amount=-1 -kerning first=1234 second=8244 amount=-7 -kerning first=935 second=267 amount=-2 -kerning first=1188 second=1256 amount=-2 -kerning first=225 second=1059 amount=-5 -kerning first=1078 second=1255 amount=-1 -kerning first=256 second=8373 amount=-2 -kerning first=107 second=162 amount=-1 -kerning first=322 second=303 amount=2 -kerning first=1201 second=966 amount=-1 -kerning first=1087 second=255 amount=-1 -kerning first=1059 second=8249 amount=-6 -kerning first=1034 second=935 amount=-2 -kerning first=8225 second=8363 amount=-2 -kerning first=255 second=1207 amount=-1 -kerning first=923 second=1265 amount=-4 -kerning first=374 second=1235 amount=-5 -kerning first=1111 second=307 amount=6 -kerning first=258 second=60 amount=-1 -kerning first=233 second=1279 amount=-1 -kerning first=1234 second=84 amount=-6 -kerning first=1118 second=279 amount=-1 -kerning first=115 second=8222 amount=-3 -kerning first=8222 second=1198 amount=-7 -kerning first=1145 second=256 amount=-2 -kerning first=1083 second=1058 amount=-3 -kerning first=1094 second=1035 amount=-2 -kerning first=908 second=194 amount=-2 -kerning first=1096 second=1143 amount=-1 -kerning first=944 second=939 amount=-4 -kerning first=248 second=1276 amount=-2 -kerning first=39 second=1051 amount=-3 -kerning first=1107 second=1139 amount=-2 -kerning first=1078 second=126 amount=-1 -kerning first=118 second=308 amount=-4 -kerning first=1180 second=255 amount=-3 -kerning first=229 second=8220 amount=-3 -kerning first=1200 second=365 amount=-3 -kerning first=1279 second=177 amount=-2 -kerning first=1058 second=343 amount=-4 -kerning first=1036 second=291 amount=-3 -kerning first=367 second=89 amount=-4 -kerning first=194 second=375 amount=-4 -kerning first=79 second=913 amount=-2 -kerning first=339 second=933 amount=-6 -kerning first=957 second=74 amount=-4 -kerning first=1104 second=174 amount=-1 -kerning first=355 second=910 amount=-1 -kerning first=1243 second=87 amount=-3 -kerning first=356 second=1119 amount=-4 -kerning first=1145 second=281 amount=-1 -kerning first=334 second=1026 amount=-2 -kerning first=1059 second=1035 amount=3 -kerning first=923 second=267 amount=-1 -kerning first=1217 second=277 amount=-2 -kerning first=382 second=932 amount=-2 -kerning first=1122 second=119 amount=-1 -kerning first=1107 second=247 amount=-1 -kerning first=1275 second=245 amount=-2 -kerning first=1175 second=263 amount=-1 -kerning first=906 second=207 amount=1 -kerning first=1162 second=303 amount=2 -kerning first=1255 second=255 amount=-1 -kerning first=1030 second=1111 amount=5 -kerning first=212 second=8220 amount=-2 -kerning first=91 second=1077 amount=-1 -kerning first=375 second=972 amount=-1 -kerning first=1271 second=111 amount=-2 -kerning first=1058 second=169 amount=-2 -kerning first=1111 second=1124 amount=3 -kerning first=281 second=933 amount=-6 -kerning first=216 second=86 amount=-2 -kerning first=1163 second=1036 amount=1 -kerning first=1226 second=1066 amount=-2 -kerning first=119 second=1145 amount=-1 -kerning first=123 second=267 amount=-1 -kerning first=1196 second=99 amount=-5 -kerning first=162 second=356 amount=-5 -kerning first=80 second=46 amount=-3 -kerning first=918 second=169 amount=-2 -kerning first=1274 second=253 amount=-4 -kerning first=902 second=94 amount=-5 -kerning first=1270 second=1098 amount=-3 -kerning first=246 second=932 amount=-3 -kerning first=1128 second=8250 amount=-2 -kerning first=1184 second=1069 amount=-2 -kerning first=915 second=103 amount=-5 -kerning first=1043 second=1251 amount=-4 -kerning first=99 second=1196 amount=-5 -kerning first=73 second=239 amount=5 -kerning first=44 second=53 amount=-1 -kerning first=279 second=255 amount=-1 -kerning first=913 second=210 amount=-2 -kerning first=227 second=1091 amount=-1 -kerning first=284 second=923 amount=-1 -kerning first=1234 second=1239 amount=-1 -kerning first=86 second=337 amount=-3 -kerning first=87 second=273 amount=-3 -kerning first=186 second=902 amount=-5 -kerning first=102 second=1259 amount=-1 -kerning first=376 second=371 amount=-3 -kerning first=263 second=372 amount=-1 -kerning first=59 second=1026 amount=-2 -kerning first=1253 second=1035 amount=-3 -kerning first=1046 second=1092 amount=-2 -kerning first=935 second=177 amount=-3 -kerning first=221 second=1096 amount=-3 -kerning first=966 second=1059 amount=-6 -kerning first=242 second=1198 amount=-6 -kerning first=214 second=8218 amount=-3 -kerning first=256 second=1153 amount=-1 -kerning first=70 second=367 amount=-2 -kerning first=1020 second=1203 amount=-1 -kerning first=176 second=1242 amount=-1 -kerning first=310 second=99 amount=-3 -kerning first=76 second=258 amount=2 -kerning first=933 second=959 amount=-6 -kerning first=359 second=98 amount=1 -kerning first=915 second=1249 amount=-3 -kerning first=34 second=44 amount=-5 -kerning first=301 second=1064 amount=3 -kerning first=1207 second=201 amount=1 -kerning first=40 second=1010 amount=-1 -kerning first=284 second=295 amount=2 -kerning first=1263 second=193 amount=-4 -kerning first=324 second=376 amount=-5 -kerning first=355 second=107 amount=1 -kerning first=8244 second=973 amount=-1 -kerning first=1143 second=195 amount=-4 -kerning first=1138 second=194 amount=-2 -kerning first=932 second=361 amount=-5 -kerning first=1086 second=1066 amount=-3 -kerning first=1277 second=234 amount=-1 -kerning first=1242 second=1061 amount=-1 -kerning first=1202 second=111 amount=-2 -kerning first=295 second=8216 amount=-3 -kerning first=382 second=285 amount=-1 -kerning first=1258 second=47 amount=-3 -kerning first=1112 second=95 amount=3 -kerning first=261 second=1265 amount=-1 -kerning first=1277 second=1243 amount=-1 -kerning first=1239 second=1200 amount=-6 -kerning first=1054 second=932 amount=-2 -kerning first=376 second=227 amount=-5 -kerning first=1178 second=959 amount=-3 -kerning first=1171 second=1072 amount=-2 -kerning first=244 second=1249 amount=-2 -kerning first=933 second=60 amount=-7 -kerning first=379 second=1194 amount=-2 -kerning first=260 second=8249 amount=-2 -kerning first=1040 second=273 amount=-1 -kerning first=1140 second=902 amount=-5 -kerning first=372 second=908 amount=-2 -kerning first=1263 second=233 amount=-1 -kerning first=1188 second=114 amount=-4 -kerning first=1118 second=1195 amount=-1 -kerning first=1043 second=109 amount=-4 -kerning first=1027 second=1258 amount=-2 -kerning first=8218 second=358 amount=-6 -kerning first=112 second=194 amount=-2 -kerning first=277 second=1066 amount=-3 -kerning first=1222 second=1043 amount=1 -kerning first=923 second=177 amount=-3 -kerning first=1263 second=1241 amount=-1 -kerning first=382 second=162 amount=-1 -kerning first=1184 second=8373 amount=-2 -kerning first=1258 second=1198 amount=-2 -kerning first=8217 second=1163 amount=-1 -kerning first=51 second=8249 amount=-2 -kerning first=1168 second=923 amount=-6 -kerning first=354 second=253 amount=-4 -kerning first=71 second=939 amount=-2 -kerning first=87 second=1167 amount=-2 -kerning first=98 second=8224 amount=-2 -kerning first=1178 second=60 amount=-4 -kerning first=48 second=933 amount=-2 -kerning first=197 second=255 amount=-4 -kerning first=1189 second=279 amount=-2 -kerning first=253 second=261 amount=-1 -kerning first=913 second=1259 amount=-1 -kerning first=92 second=910 amount=-5 -kerning first=908 second=376 amount=-2 -kerning first=88 second=265 amount=-2 -kerning first=1012 second=92 amount=-2 -kerning first=81 second=354 amount=-2 -kerning first=1043 second=173 amount=-4 -kerning first=78 second=1031 amount=1 -kerning first=193 second=8353 amount=-2 -kerning first=1085 second=121 amount=-1 -kerning first=95 second=932 amount=-4 -kerning first=1191 second=1196 amount=-7 -kerning first=1244 second=232 amount=-2 -kerning first=98 second=88 amount=-2 -kerning first=1017 second=1217 amount=-1 -kerning first=194 second=187 amount=-2 -kerning first=260 second=1035 amount=-6 -kerning first=40 second=339 amount=-1 -kerning first=290 second=1112 amount=2 -kerning first=242 second=1175 amount=-1 -kerning first=340 second=299 amount=3 -kerning first=1060 second=1234 amount=-2 -kerning first=257 second=1140 amount=-3 -kerning first=1232 second=908 amount=-2 -kerning first=1020 second=910 amount=-6 -kerning first=1058 second=210 amount=-2 -kerning first=1184 second=249 amount=-2 -kerning first=915 second=259 amount=-5 -kerning first=321 second=286 amount=-2 -kerning first=301 second=321 amount=3 -kerning first=222 second=358 amount=-4 -kerning first=271 second=305 amount=3 -kerning first=1083 second=939 amount=-5 -kerning first=1187 second=280 amount=1 -kerning first=1098 second=932 amount=-7 -kerning first=126 second=1244 amount=-4 -kerning first=174 second=103 amount=-2 -kerning first=86 second=1105 amount=-3 -kerning first=358 second=363 amount=-5 -kerning first=1271 second=1209 amount=-2 -kerning first=1256 second=88 amount=-1 -kerning first=376 second=328 amount=-3 -kerning first=381 second=1111 amount=5 -kerning first=918 second=210 amount=-2 -kerning first=65 second=253 amount=-4 -kerning first=932 second=290 amount=-2 -kerning first=1181 second=972 amount=-1 -kerning first=1168 second=8370 amount=-2 -kerning first=1050 second=252 amount=-2 -kerning first=1059 second=228 amount=-5 -kerning first=902 second=214 amount=-2 -kerning first=81 second=913 amount=-2 -kerning first=357 second=276 amount=1 -kerning first=55 second=952 amount=-3 -kerning first=1197 second=99 amount=-2 -kerning first=1274 second=171 amount=-8 -kerning first=126 second=936 amount=-4 -kerning first=1120 second=239 amount=5 -kerning first=93 second=8216 amount=-2 -kerning first=1113 second=1198 amount=-11 -kerning first=1091 second=981 amount=-1 -kerning first=89 second=43 amount=-4 -kerning first=374 second=1119 amount=-3 -kerning first=8217 second=95 amount=-3 -kerning first=243 second=358 amount=-3 -kerning first=1075 second=231 amount=-2 -kerning first=195 second=1092 amount=-1 -kerning first=194 second=1066 amount=-6 -kerning first=1170 second=97 amount=-5 -kerning first=1035 second=932 amount=-3 -kerning first=1117 second=1118 amount=-1 -kerning first=121 second=959 amount=-1 -kerning first=1196 second=198 amount=-6 -kerning first=345 second=1196 amount=-4 -kerning first=87 second=240 amount=-3 -kerning first=1188 second=1017 amount=-2 -kerning first=313 second=197 amount=2 -kerning first=76 second=176 amount=-8 -kerning first=84 second=923 amount=-6 -kerning first=1230 second=1065 amount=1 -kerning first=1205 second=354 amount=-2 -kerning first=1200 second=256 amount=-5 -kerning first=1265 second=65 amount=-4 -kerning first=326 second=89 amount=-5 -kerning first=88 second=1139 amount=-2 -kerning first=75 second=363 amount=-2 -kerning first=1254 second=44 amount=-3 -kerning first=342 second=86 amount=-1 -kerning first=1027 second=1080 amount=-4 -kerning first=100 second=297 amount=5 -kerning first=1203 second=235 amount=-1 -kerning first=358 second=229 amount=-5 -kerning first=902 second=1199 amount=-4 -kerning first=359 second=1035 amount=-2 -kerning first=117 second=221 amount=-4 -kerning first=1184 second=1153 amount=-3 -kerning first=381 second=332 amount=-2 -kerning first=232 second=121 amount=-1 -kerning first=1168 second=181 amount=-5 -kerning first=187 second=1203 amount=-2 -kerning first=114 second=932 amount=-4 -kerning first=1101 second=1249 amount=-2 -kerning first=121 second=60 amount=-2 -kerning first=1263 second=374 amount=-2 -kerning first=99 second=87 amount=-1 -kerning first=920 second=84 amount=-2 -kerning first=910 second=8249 amount=-6 -kerning first=258 second=290 amount=-2 -kerning first=1138 second=376 amount=-2 -kerning first=1094 second=1016 amount=1 -kerning first=1205 second=1041 amount=1 -kerning first=1200 second=281 amount=-6 -kerning first=1265 second=101 amount=-1 -kerning first=1115 second=1118 amount=-1 -kerning first=88 second=247 amount=-4 -kerning first=1036 second=1054 amount=-2 -kerning first=44 second=34 amount=-6 -kerning first=1111 second=1180 amount=3 -kerning first=1167 second=196 amount=-2 -kerning first=1273 second=1249 amount=-2 -kerning first=1095 second=1059 amount=-5 -kerning first=1126 second=81 amount=-2 -kerning first=293 second=1058 amount=-3 -kerning first=8244 second=1239 amount=-4 -kerning first=1058 second=1259 amount=-5 -kerning first=256 second=234 amount=-1 -kerning first=356 second=121 amount=-4 -kerning first=1201 second=226 amount=-1 -kerning first=251 second=1200 amount=-4 -kerning first=1066 second=8224 amount=-2 -kerning first=1033 second=1249 amount=-2 -kerning first=1040 second=240 amount=-1 -kerning first=372 second=1255 amount=-3 -kerning first=1196 second=8353 amount=-2 -kerning first=89 second=1236 amount=-5 -kerning first=335 second=84 amount=-3 -kerning first=270 second=1040 amount=-2 -kerning first=1043 second=1220 amount=-4 -kerning first=8221 second=971 amount=-1 -kerning first=84 second=8370 amount=-2 -kerning first=112 second=376 amount=-6 -kerning first=118 second=265 amount=-1 -kerning first=256 second=1243 amount=-1 -kerning first=1189 second=1195 amount=-2 -kerning first=345 second=271 amount=-1 -kerning first=375 second=224 amount=-1 -kerning first=102 second=1193 amount=-1 -kerning first=902 second=957 amount=-4 -kerning first=170 second=1089 amount=-2 -kerning first=1200 second=1226 amount=-3 -kerning first=1225 second=905 amount=1 -kerning first=1265 second=1083 amount=-3 -kerning first=1128 second=1143 amount=-4 -kerning first=933 second=361 amount=-3 -kerning first=116 second=1066 amount=-2 -kerning first=90 second=71 amount=-2 -kerning first=321 second=920 amount=-2 -kerning first=195 second=186 amount=-5 -kerning first=354 second=171 amount=-8 -kerning first=1050 second=288 amount=-2 -kerning first=1066 second=88 amount=-2 -kerning first=957 second=263 amount=-1 -kerning first=1125 second=84 amount=-5 -kerning first=910 second=1035 amount=3 -kerning first=8244 second=1102 amount=-1 -kerning first=70 second=258 amount=-6 -kerning first=1168 second=1116 amount=-4 -kerning first=1113 second=1175 amount=-1 -kerning first=372 second=126 amount=-3 -kerning first=88 second=1028 amount=-1 -kerning first=315 second=81 amount=-2 -kerning first=1027 second=172 amount=-4 -kerning first=1090 second=1204 amount=-3 -kerning first=345 second=1275 amount=2 -kerning first=174 second=259 amount=-1 -kerning first=310 second=8353 amount=-2 -kerning first=1178 second=361 amount=-2 -kerning first=1061 second=214 amount=-1 -kerning first=8244 second=74 amount=-8 -kerning first=192 second=279 amount=-1 -kerning first=932 second=196 amount=-6 -kerning first=114 second=285 amount=-1 -kerning first=1094 second=915 amount=1 -kerning first=253 second=197 amount=-4 -kerning first=176 second=262 amount=-1 -kerning first=1128 second=284 amount=-2 -kerning first=1263 second=1111 amount=3 -kerning first=240 second=8220 amount=-4 -kerning first=8221 second=337 amount=-4 -kerning first=317 second=1143 amount=-4 -kerning first=55 second=916 amount=-7 -kerning first=196 second=121 amount=-4 -kerning first=1049 second=938 amount=1 -kerning first=84 second=181 amount=-5 -kerning first=208 second=354 amount=-2 -kerning first=70 second=283 amount=-3 -kerning first=1072 second=375 amount=-1 -kerning first=334 second=1061 amount=-1 -kerning first=1077 second=1249 amount=-1 -kerning first=102 second=1109 amount=-1 -kerning first=1232 second=1255 amount=-1 -kerning first=1020 second=1093 amount=-1 -kerning first=1205 second=1103 amount=-1 -kerning first=1141 second=945 amount=-1 -kerning first=379 second=1138 amount=-2 -kerning first=1251 second=1059 amount=-5 -kerning first=187 second=910 amount=-6 -kerning first=1083 second=967 amount=-1 -kerning first=1226 second=929 amount=1 -kerning first=1234 second=1118 amount=-4 -kerning first=1114 second=358 amount=-7 -kerning first=239 second=73 amount=3 -kerning first=376 second=1092 amount=-6 -kerning first=1225 second=8244 amount=2 -kerning first=90 second=45 amount=-2 -kerning first=1169 second=99 amount=-2 -kerning first=1220 second=258 amount=-2 -kerning first=65 second=171 amount=-2 -kerning first=932 second=235 amount=-5 -kerning first=216 second=8216 amount=-2 -kerning first=114 second=162 amount=-1 -kerning first=1016 second=41 amount=-1 -kerning first=253 second=275 amount=-1 -kerning first=1091 second=1040 amount=-4 -kerning first=284 second=1217 amount=-1 -kerning first=1012 second=95 amount=-3 -kerning first=315 second=195 amount=2 -kerning first=111 second=1078 amount=-1 -kerning first=118 second=1139 amount=-1 -kerning first=345 second=113 amount=-1 -kerning first=170 second=1145 amount=-2 -kerning first=1225 second=84 amount=-2 -kerning first=317 second=284 amount=-2 -kerning first=273 second=105 amount=2 -kerning first=1222 second=278 amount=1 -kerning first=1168 second=110 amount=-4 -kerning first=339 second=1204 amount=-3 -kerning first=913 second=1193 amount=-1 -kerning first=1068 second=358 amount=-3 -kerning first=289 second=1026 amount=-3 -kerning first=208 second=913 amount=-2 -kerning first=1274 second=117 amount=-5 -kerning first=126 second=374 amount=-4 -kerning first=255 second=8249 amount=-3 -kerning first=89 second=251 amount=-3 -kerning first=933 second=290 amount=-2 -kerning first=915 second=273 amount=-5 -kerning first=301 second=1166 amount=3 -kerning first=44 second=1098 amount=-5 -kerning first=1111 second=116 amount=3 -kerning first=84 second=1116 amount=-4 -kerning first=284 second=192 amount=-1 -kerning first=1234 second=263 amount=-1 -kerning first=87 second=230 amount=-3 -kerning first=238 second=106 amount=3 -kerning first=344 second=1140 amount=-1 -kerning first=256 second=376 amount=-5 -kerning first=281 second=1204 amount=-3 -kerning first=1046 second=981 amount=-2 -kerning first=902 second=354 amount=-6 -kerning first=1207 second=1219 amount=1 -kerning first=1016 second=1091 amount=-1 -kerning first=1093 second=281 amount=-1 -kerning first=8244 second=1107 amount=-1 -kerning first=258 second=235 amount=-1 -kerning first=363 second=1196 amount=-3 -kerning first=1224 second=374 amount=-5 -kerning first=1103 second=84 amount=-3 -kerning first=1244 second=212 amount=-1 -kerning first=1178 second=290 amount=-2 -kerning first=297 second=274 amount=3 -kerning first=1167 second=89 amount=-6 -kerning first=1170 second=1089 amount=-5 -kerning first=366 second=44 amount=-2 -kerning first=186 second=267 amount=-2 -kerning first=355 second=104 amount=1 -kerning first=8244 second=942 amount=-1 -kerning first=278 second=301 amount=5 -kerning first=932 second=343 amount=-4 -kerning first=107 second=940 amount=-1 -kerning first=1059 second=1179 amount=-3 -kerning first=119 second=1058 amount=-3 -kerning first=255 second=1035 amount=-2 -kerning first=1270 second=972 amount=-5 -kerning first=1184 second=234 amount=-3 -kerning first=194 second=288 amount=-2 -kerning first=1089 second=1197 amount=-1 -kerning first=1163 second=98 amount=1 -kerning first=112 second=373 amount=-1 -kerning first=1069 second=84 amount=-2 -kerning first=358 second=279 amount=-5 -kerning first=297 second=309 amount=-4 -kerning first=1184 second=1243 amount=-3 -kerning first=1086 second=65 amount=-2 -kerning first=1050 second=101 amount=-3 -kerning first=1199 second=95 amount=-5 -kerning first=1235 second=933 amount=-5 -kerning first=341 second=8244 amount=1 -kerning first=1196 second=241 amount=-4 -kerning first=1188 second=244 amount=-5 -kerning first=939 second=1234 amount=-5 -kerning first=239 second=1210 amount=3 -kerning first=1107 second=283 amount=-2 -kerning first=1166 second=8222 amount=-9 -kerning first=8221 second=1105 amount=-4 -kerning first=193 second=233 amount=-1 -kerning first=84 second=110 amount=-4 -kerning first=192 second=1195 amount=-1 -kerning first=932 second=169 amount=-2 -kerning first=375 second=195 amount=-4 -kerning first=109 second=1143 amount=-1 -kerning first=908 second=8230 amount=-3 -kerning first=293 second=939 amount=-5 -kerning first=915 second=1167 amount=-4 -kerning first=8217 second=944 amount=-1 -kerning first=354 second=117 amount=-5 -kerning first=1168 second=192 amount=-6 -kerning first=193 second=1241 amount=-1 -kerning first=1233 second=255 amount=-1 -kerning first=1096 second=118 amount=-1 -kerning first=341 second=84 amount=-4 -kerning first=290 second=1040 amount=-1 -kerning first=358 second=1224 amount=-4 -kerning first=8216 second=902 amount=-6 -kerning first=910 second=228 amount=-5 -kerning first=355 second=317 amount=1 -kerning first=225 second=372 amount=-3 -kerning first=369 second=354 amount=-3 -kerning first=1274 second=286 amount=-2 -kerning first=38 second=1026 amount=-4 -kerning first=961 second=194 amount=-2 -kerning first=120 second=1066 amount=-3 -kerning first=1140 second=267 amount=-3 -kerning first=1096 second=1201 amount=-1 -kerning first=75 second=279 amount=-3 -kerning first=221 second=171 amount=-6 -kerning first=1188 second=8222 amount=-8 -kerning first=196 second=903 amount=-5 -kerning first=177 second=1040 amount=-3 -kerning first=1180 second=173 amount=-6 -kerning first=257 second=1058 amount=-3 -kerning first=1100 second=1078 amount=-1 -kerning first=1237 second=1035 amount=-3 -kerning first=68 second=1276 amount=-1 -kerning first=1058 second=1193 amount=-5 -kerning first=8222 second=8221 amount=-6 -kerning first=275 second=374 amount=-6 -kerning first=1168 second=232 amount=-5 -kerning first=187 second=1093 amount=-2 -kerning first=211 second=1236 amount=-2 -kerning first=1187 second=1062 amount=1 -kerning first=1170 second=1145 amount=-5 -kerning first=1105 second=84 amount=-3 -kerning first=1043 second=79 amount=-2 -kerning first=313 second=336 amount=-2 -kerning first=239 second=1106 amount=3 -kerning first=263 second=1098 amount=-1 -kerning first=359 second=1016 amount=1 -kerning first=1205 second=316 amount=1 -kerning first=1164 second=1203 amount=-1 -kerning first=933 second=196 amount=-5 -kerning first=8217 second=335 amount=-4 -kerning first=357 second=1059 amount=-1 -kerning first=1179 second=275 amount=-1 -kerning first=258 second=169 amount=-2 -kerning first=174 second=273 amount=-2 -kerning first=86 second=231 amount=-3 -kerning first=1118 second=287 amount=-1 -kerning first=256 second=334 amount=-2 -kerning first=226 second=1267 amount=-1 -kerning first=1168 second=1084 amount=-4 -kerning first=324 second=1141 amount=-1 -kerning first=328 second=1199 amount=-1 -kerning first=258 second=89 amount=-5 -kerning first=1072 second=1066 amount=-3 -kerning first=1259 second=1203 amount=-1 -kerning first=933 second=235 amount=-6 -kerning first=1058 second=1109 amount=-5 -kerning first=915 second=240 amount=-5 -kerning first=1036 second=299 amount=5 -kerning first=270 second=47 amount=-3 -kerning first=1075 second=229 amount=-2 -kerning first=195 second=981 amount=-1 -kerning first=311 second=269 amount=-1 -kerning first=373 second=923 amount=-4 -kerning first=360 second=95 amount=-3 -kerning first=341 second=1239 amount=-1 -kerning first=284 second=221 amount=-2 -kerning first=1196 second=193 amount=-6 -kerning first=1223 second=938 amount=1 -kerning first=8244 second=1118 amount=1 -kerning first=84 second=192 amount=-6 -kerning first=256 second=373 amount=-4 -kerning first=1145 second=289 amount=-1 -kerning first=1050 second=174 amount=-1 -kerning first=343 second=244 amount=-1 -kerning first=1020 second=1234 amount=-2 -kerning first=1070 second=8222 amount=-2 -kerning first=1263 second=46 amount=-2 -kerning first=1217 second=285 amount=-2 -kerning first=1027 second=965 amount=-4 -kerning first=354 second=286 amount=-2 -kerning first=1175 second=281 amount=-1 -kerning first=906 second=1031 amount=1 -kerning first=8230 second=1058 amount=-2 -kerning first=171 second=1035 amount=-3 -kerning first=1138 second=8230 amount=-3 -kerning first=254 second=1197 amount=-2 -kerning first=378 second=335 amount=-1 -kerning first=1178 second=235 amount=-3 -kerning first=359 second=915 amount=1 -kerning first=270 second=1198 amount=-2 -kerning first=1097 second=925 amount=1 -kerning first=1203 second=1259 amount=-1 -kerning first=1196 second=233 amount=-5 -kerning first=358 second=1195 amount=-5 -kerning first=966 second=372 amount=-3 -kerning first=328 second=957 amount=-1 -kerning first=936 second=247 amount=-4 -kerning first=323 second=299 amount=5 -kerning first=193 second=374 amount=-5 -kerning first=309 second=86 amount=2 -kerning first=84 second=232 amount=-5 -kerning first=192 second=1194 amount=-2 -kerning first=1274 second=920 amount=-2 -kerning first=1086 second=174 amount=-1 -kerning first=102 second=1010 amount=-1 -kerning first=343 second=8222 amount=-5 -kerning first=1141 second=111 amount=-1 -kerning first=1140 second=177 amount=-4 -kerning first=1196 second=1241 amount=-5 -kerning first=1128 second=42 amount=-5 -kerning first=1217 second=162 amount=-2 -kerning first=116 second=929 amount=1 -kerning first=1055 second=303 amount=2 -kerning first=382 second=940 amount=-1 -kerning first=321 second=216 amount=-2 -kerning first=8221 second=1171 amount=1 -kerning first=194 second=101 amount=-1 -kerning first=181 second=358 amount=-3 -kerning first=1163 second=1035 amount=-2 -kerning first=1084 second=221 amount=-5 -kerning first=1187 second=313 amount=1 -kerning first=341 second=74 amount=-4 -kerning first=95 second=1075 amount=3 -kerning first=973 second=932 amount=-3 -kerning first=1126 second=211 amount=-2 -kerning first=1265 second=1257 amount=-1 -kerning first=76 second=1059 amount=-3 -kerning first=8244 second=263 amount=-4 -kerning first=932 second=210 amount=-2 -kerning first=1086 second=935 amount=-2 -kerning first=210 second=1278 amount=-1 -kerning first=255 second=228 amount=-1 -kerning first=1164 second=910 amount=-6 -kerning first=1196 second=1230 amount=-4 -kerning first=1198 second=1204 amount=3 -kerning first=1043 second=973 amount=-4 -kerning first=357 second=922 amount=1 -kerning first=1027 second=333 amount=-5 -kerning first=8221 second=951 amount=-1 -kerning first=201 second=299 amount=5 -kerning first=259 second=86 amount=-3 -kerning first=84 second=1084 amount=-4 -kerning first=277 second=174 amount=-1 -kerning first=292 second=301 amount=5 -kerning first=1091 second=47 amount=-4 -kerning first=347 second=910 amount=-5 -kerning first=310 second=233 amount=-3 -kerning first=293 second=967 amount=-1 -kerning first=933 second=343 amount=-3 -kerning first=75 second=1195 amount=-3 -kerning first=915 second=48 amount=-2 -kerning first=65 second=286 amount=-2 -kerning first=311 second=1086 amount=-1 -kerning first=284 second=1110 amount=2 -kerning first=1198 second=1232 amount=-5 -kerning first=87 second=1095 amount=-3 -kerning first=1126 second=119 amount=-4 -kerning first=310 second=1241 amount=-3 -kerning first=317 second=42 amount=-8 -kerning first=1229 second=303 amount=2 -kerning first=1110 second=87 amount=2 -kerning first=1011 second=93 amount=2 -kerning first=1274 second=8363 amount=-5 -kerning first=212 second=923 amount=-2 -kerning first=1259 second=910 amount=-6 -kerning first=961 second=376 amount=-6 -kerning first=89 second=277 amount=-6 -kerning first=1184 second=307 amount=2 -kerning first=315 second=211 amount=-2 -kerning first=8217 second=1104 amount=-4 -kerning first=335 second=1118 amount=-1 -kerning first=379 second=1012 amount=-2 -kerning first=1027 second=8218 amount=-8 -kerning first=8249 second=194 amount=-2 -kerning first=1275 second=1066 amount=-3 -kerning first=250 second=8244 amount=1 -kerning first=1096 second=356 amount=-3 -kerning first=121 second=196 amount=-4 -kerning first=45 second=1059 amount=-4 -kerning first=1225 second=314 amount=1 -kerning first=1091 second=1198 amount=-2 -kerning first=933 second=169 amount=-2 -kerning first=260 second=94 amount=-5 -kerning first=972 second=1143 amount=-1 -kerning first=1059 second=214 amount=-2 -kerning first=1263 second=103 amount=-1 -kerning first=221 second=117 amount=-3 -kerning first=1188 second=349 amount=-5 -kerning first=905 second=239 amount=5 -kerning first=250 second=84 amount=-3 -kerning first=193 second=1111 amount=3 -kerning first=258 second=210 amount=-2 -kerning first=1274 second=1185 amount=-3 -kerning first=356 second=1081 amount=-4 -kerning first=102 second=339 amount=-1 -kerning first=923 second=170 amount=-5 -kerning first=89 second=1189 amount=-3 -kerning first=8217 second=1114 amount=-1 -kerning first=354 second=920 amount=-2 -kerning first=913 second=1010 amount=-1 -kerning first=121 second=235 amount=-1 -kerning first=174 second=240 amount=-2 -kerning first=8370 second=197 amount=-1 -kerning first=110 second=1198 amount=-5 -kerning first=376 second=981 amount=-6 -kerning first=268 second=1202 amount=-1 -kerning first=1178 second=169 amount=-2 -kerning first=267 second=1058 amount=-5 -kerning first=959 second=195 amount=-2 -kerning first=235 second=221 amount=-6 -kerning first=307 second=125 amount=2 -kerning first=322 second=298 amount=1 -kerning first=1201 second=301 amount=3 -kerning first=107 second=246 amount=-1 -kerning first=1189 second=287 amount=-2 -kerning first=257 second=939 amount=-5 -kerning first=339 second=1200 amount=-6 -kerning first=286 second=1276 amount=-1 -kerning first=1270 second=224 amount=-5 -kerning first=88 second=283 amount=-2 -kerning first=927 second=1196 amount=-2 -kerning first=1184 second=334 amount=-2 -kerning first=248 second=1267 amount=-1 -kerning first=210 second=260 amount=-2 -kerning first=932 second=1259 amount=-5 -kerning first=345 second=248 amount=-1 -kerning first=328 second=354 amount=-3 -kerning first=378 second=1104 amount=-1 -kerning first=282 second=297 amount=5 -kerning first=356 second=71 amount=-2 -kerning first=194 second=174 amount=-5 -kerning first=8224 second=100 amount=-2 -kerning first=121 second=1222 amount=-3 -kerning first=358 second=1194 amount=-2 -kerning first=380 second=242 amount=-1 -kerning first=1225 second=1120 amount=1 -kerning first=910 second=1179 amount=-3 -kerning first=193 second=332 amount=-2 -kerning first=1269 second=376 amount=-5 -kerning first=281 second=1200 amount=-6 -kerning first=1196 second=1125 amount=-4 -kerning first=981 second=86 amount=-3 -kerning first=1184 second=373 amount=-4 -kerning first=915 second=230 amount=-5 -kerning first=8217 second=353 amount=-5 -kerning first=187 second=1234 amount=-2 -kerning first=354 second=8363 amount=-5 -kerning first=1187 second=70 amount=1 -kerning first=112 second=1141 amount=-1 -kerning first=1255 second=8225 amount=-2 -kerning first=261 second=1090 amount=-2 -kerning first=297 second=1039 amount=3 -kerning first=65 second=920 amount=-2 -kerning first=1278 second=183 amount=-4 -kerning first=1128 second=213 amount=-2 -kerning first=939 second=1258 amount=-2 -kerning first=357 second=1025 amount=1 -kerning first=1027 second=1077 amount=-5 -kerning first=8221 second=1091 amount=1 -kerning first=8230 second=182 amount=-3 -kerning first=1162 second=298 amount=1 -kerning first=1197 second=233 amount=-2 -kerning first=1253 second=1199 amount=-1 -kerning first=1030 second=938 amount=1 -kerning first=95 second=264 amount=-3 -kerning first=1205 second=247 amount=-1 -kerning first=1141 second=1209 amount=-1 -kerning first=1186 second=126 amount=-1 -kerning first=75 second=1194 amount=-2 -kerning first=915 second=955 amount=-2 -kerning first=1075 second=279 amount=-2 -kerning first=1168 second=212 amount=-2 -kerning first=354 second=1185 amount=-3 -kerning first=1199 second=335 amount=-1 -kerning first=1170 second=1233 amount=-5 -kerning first=258 second=1259 amount=-1 -kerning first=913 second=339 amount=-1 -kerning first=1197 second=1241 amount=-2 -kerning first=221 second=286 amount=-2 -kerning first=122 second=333 amount=-1 -kerning first=245 second=1026 amount=-3 -kerning first=8230 second=939 amount=-3 -kerning first=196 second=71 amount=-2 -kerning first=356 second=45 amount=-4 -kerning first=43 second=932 amount=-4 -kerning first=902 second=1263 amount=-4 -kerning first=1092 second=1196 amount=-3 -kerning first=1164 second=1093 amount=-1 -kerning first=290 second=1198 amount=-2 -kerning first=1128 second=118 amount=-4 -kerning first=922 second=1258 amount=-2 -kerning first=105 second=1111 amount=3 -kerning first=111 second=8220 amount=-4 -kerning first=1122 second=1140 amount=-3 -kerning first=1095 second=372 amount=-3 -kerning first=95 second=236 amount=2 -kerning first=1103 second=1118 amount=-1 -kerning first=1270 second=1117 amount=-4 -kerning first=317 second=213 amount=-2 -kerning first=1128 second=1201 amount=-4 -kerning first=65 second=8363 amount=-1 -kerning first=8250 second=196 amount=-2 -kerning first=1222 second=76 amount=1 -kerning first=1167 second=1046 amount=-2 -kerning first=177 second=1198 amount=-6 -kerning first=123 second=1011 amount=1 -kerning first=71 second=92 amount=-1 -kerning first=1196 second=1111 amount=6 -kerning first=1263 second=259 amount=-1 -kerning first=1118 second=358 amount=-2 -kerning first=1043 second=1239 amount=-5 -kerning first=239 second=222 amount=3 -kerning first=8221 second=231 amount=-4 -kerning first=1143 second=97 amount=-1 -kerning first=1253 second=957 amount=-1 -kerning first=118 second=258 amount=-4 -kerning first=1050 second=1257 amount=-3 -kerning first=102 second=239 amount=7 -kerning first=1259 second=1093 amount=-1 -kerning first=1026 second=1236 amount=-2 -kerning first=961 second=373 amount=-1 -kerning first=1200 second=289 amount=-6 -kerning first=1279 second=966 amount=-1 -kerning first=933 second=210 amount=-2 -kerning first=1058 second=1010 amount=-5 -kerning first=8217 second=950 amount=-4 -kerning first=1111 second=254 amount=3 -kerning first=195 second=355 amount=-2 -kerning first=8249 second=376 amount=-4 -kerning first=260 second=214 amount=-2 -kerning first=957 second=256 amount=-4 -kerning first=1203 second=1193 amount=-1 -kerning first=121 second=89 amount=-2 -kerning first=1276 second=183 amount=-4 -kerning first=98 second=41 amount=-1 -kerning first=317 second=118 amount=-4 -kerning first=192 second=1138 amount=-2 -kerning first=1116 second=100 amount=-1 -kerning first=902 second=265 amount=-1 -kerning first=1187 second=1198 amount=-1 -kerning first=114 second=940 amount=-1 -kerning first=1235 second=1204 amount=-3 -kerning first=343 second=377 amount=-2 -kerning first=1270 second=81 amount=-2 -kerning first=92 second=1258 amount=-2 -kerning first=241 second=358 amount=-3 -kerning first=1254 second=1026 amount=-2 -kerning first=1043 second=1102 amount=-4 -kerning first=1027 second=351 amount=-5 -kerning first=317 second=1201 amount=-4 -kerning first=48 second=1200 amount=-2 -kerning first=118 second=283 amount=-1 -kerning first=126 second=1249 amount=-1 -kerning first=912 second=60 amount=-3 -kerning first=288 second=88 amount=-1 -kerning first=376 second=1040 amount=-5 -kerning first=1265 second=1108 amount=-1 -kerning first=310 second=1111 amount=5 -kerning first=1178 second=210 amount=-2 -kerning first=1083 second=92 amount=-3 -kerning first=1094 second=354 amount=-2 -kerning first=957 second=281 amount=-1 -kerning first=341 second=1118 amount=1 -kerning first=1196 second=332 amount=-2 -kerning first=87 second=38 amount=-3 -kerning first=1267 second=8244 amount=2 -kerning first=1043 second=74 amount=-6 -kerning first=84 second=212 amount=-2 -kerning first=197 second=8225 amount=-5 -kerning first=256 second=1141 amount=-4 -kerning first=1180 second=79 amount=-2 -kerning first=247 second=88 amount=-4 -kerning first=257 second=967 amount=-1 -kerning first=260 second=1199 amount=-4 -kerning first=8225 second=269 amount=-2 -kerning first=1265 second=1032 amount=-4 -kerning first=254 second=253 amount=-1 -kerning first=382 second=246 amount=-1 -kerning first=939 second=1080 amount=-3 -kerning first=1251 second=372 amount=-3 -kerning first=1228 second=89 amount=-5 -kerning first=1224 second=1249 amount=-2 -kerning first=283 second=1196 amount=-3 -kerning first=174 second=230 amount=-1 -kerning first=86 second=229 amount=-3 -kerning first=104 second=255 amount=-1 -kerning first=1267 second=84 amount=-2 -kerning first=98 second=1091 amount=-1 -kerning first=374 second=1081 amount=-3 -kerning first=192 second=287 amount=-1 -kerning first=1059 second=354 amount=3 -kerning first=1163 second=1016 amount=1 -kerning first=1094 second=1041 amount=1 -kerning first=120 second=101 amount=-1 -kerning first=1105 second=1118 amount=-1 -kerning first=1270 second=195 amount=-6 -kerning first=1257 second=1035 amount=-3 -kerning first=935 second=966 amount=-2 -kerning first=221 second=920 amount=-2 -kerning first=355 second=172 amount=-1 -kerning first=1220 second=1059 amount=-6 -kerning first=70 second=291 amount=-3 -kerning first=955 second=173 amount=-2 -kerning first=103 second=1058 amount=-3 -kerning first=310 second=332 amount=-2 -kerning first=295 second=1143 amount=-1 -kerning first=1058 second=339 amount=-5 -kerning first=267 second=939 amount=-4 -kerning first=101 second=932 amount=-3 -kerning first=1111 second=49 amount=3 -kerning first=79 second=258 amount=-2 -kerning first=1199 second=1104 amount=-1 -kerning first=373 second=192 amount=-4 -kerning first=177 second=1175 amount=-2 -kerning first=913 second=239 amount=3 -kerning first=341 second=263 amount=-1 -kerning first=927 second=87 amount=-1 -kerning first=122 second=1077 amount=-1 -kerning first=239 second=1030 amount=3 -kerning first=1225 second=215 amount=-1 -kerning first=55 second=902 amount=-7 -kerning first=8244 second=365 amount=-3 -kerning first=933 second=1259 amount=-6 -kerning first=1169 second=233 amount=-2 -kerning first=256 second=116 amount=-2 -kerning first=1274 second=216 amount=-2 -kerning first=356 second=1082 amount=-4 -kerning first=1201 second=242 amount=-1 -kerning first=1075 second=1195 amount=-2 -kerning first=1145 second=271 amount=-1 -kerning first=260 second=957 amount=-4 -kerning first=902 second=1139 amount=-1 -kerning first=1205 second=209 amount=1 -kerning first=1186 second=327 amount=1 -kerning first=374 second=71 amount=-2 -kerning first=379 second=266 amount=-2 -kerning first=1169 second=1241 amount=-2 -kerning first=233 second=1198 amount=-6 -kerning first=91 second=275 amount=-1 -kerning first=1100 second=8220 amount=-5 -kerning first=76 second=1054 amount=-2 -kerning first=344 second=939 amount=-2 -kerning first=273 second=1112 amount=3 -kerning first=1253 second=354 amount=-3 -kerning first=903 second=1232 amount=-5 -kerning first=1222 second=1238 amount=1 -kerning first=1059 second=913 amount=-5 -kerning first=373 second=232 amount=-1 -kerning first=1198 second=1256 amount=-2 -kerning first=221 second=8363 amount=-6 -kerning first=8370 second=106 amount=2 -kerning first=299 second=310 amount=3 -kerning first=1178 second=1259 amount=-3 -kerning first=269 second=1090 amount=-1 -kerning first=1112 second=302 amount=2 -kerning first=225 second=1098 amount=-2 -kerning first=1078 second=1204 amount=-3 -kerning first=932 second=1193 amount=-5 -kerning first=102 second=1072 amount=-1 -kerning first=8225 second=1086 amount=-2 -kerning first=1232 second=933 amount=-5 -kerning first=47 second=8230 amount=-3 -kerning first=923 second=966 amount=-1 -kerning first=301 second=356 amount=6 -kerning first=939 second=172 amount=-4 -kerning first=1043 second=1107 amount=-4 -kerning first=1048 second=296 amount=1 -kerning first=259 second=8216 amount=-3 -kerning first=1163 second=915 amount=1 -kerning first=212 second=1217 amount=-1 -kerning first=1210 second=8220 amount=-3 -kerning first=95 second=961 amount=3 -kerning first=240 second=923 amount=-2 -kerning first=1234 second=281 amount=-1 -kerning first=186 second=260 amount=-5 -kerning first=358 second=1138 amount=-2 -kerning first=1267 second=1239 amount=-1 -kerning first=1225 second=1190 amount=1 -kerning first=910 second=214 amount=-2 -kerning first=355 second=68 amount=1 -kerning first=1061 second=265 amount=-2 -kerning first=8250 second=89 amount=-6 -kerning first=275 second=1249 amount=-1 -kerning first=194 second=1257 amount=-1 -kerning first=1168 second=44 amount=-2 -kerning first=1094 second=1103 amount=-1 -kerning first=1097 second=353 amount=-1 -kerning first=1099 second=297 amount=3 -kerning first=1093 second=289 amount=-1 -kerning first=123 second=966 amount=-1 -kerning first=1066 second=41 amount=-1 -kerning first=109 second=118 amount=-1 -kerning first=1040 second=255 amount=-4 -kerning first=1202 second=284 amount=-1 -kerning first=1128 second=356 amount=-6 -kerning first=1043 second=942 amount=-4 -kerning first=303 second=301 amount=3 -kerning first=1189 second=358 amount=-3 -kerning first=109 second=1201 amount=-1 -kerning first=297 second=1024 amount=3 -kerning first=374 second=45 amount=-4 -kerning first=922 second=172 amount=-6 -kerning first=915 second=1095 amount=-5 -kerning first=301 second=1168 amount=3 -kerning first=1092 second=87 amount=-3 -kerning first=1080 second=89 amount=-5 -kerning first=1116 second=1026 amount=-4 -kerning first=212 second=192 amount=-2 -kerning first=932 second=1109 amount=-5 -kerning first=1145 second=113 amount=-1 -kerning first=1088 second=86 amount=-3 -kerning first=1059 second=1103 amount=-4 -kerning first=1064 second=297 amount=5 -kerning first=902 second=1028 amount=-2 -kerning first=1270 second=345 amount=-4 -kerning first=75 second=1138 amount=-2 -kerning first=354 second=216 amount=-2 -kerning first=972 second=1202 amount=-2 -kerning first=258 second=1193 amount=-1 -kerning first=1060 second=8218 amount=-3 -kerning first=358 second=287 amount=-5 -kerning first=1267 second=74 amount=-4 -kerning first=317 second=356 amount=-6 -kerning first=307 second=239 amount=3 -kerning first=197 second=79 amount=-2 -kerning first=195 second=1198 amount=-5 -kerning first=1059 second=308 amount=-2 -kerning first=1170 second=1094 amount=-4 -kerning first=1164 second=1234 amount=-2 -kerning first=1066 second=1091 amount=-1 -kerning first=1140 second=260 amount=-5 -kerning first=1263 second=273 amount=-1 -kerning first=935 second=1060 amount=-1 -kerning first=1107 second=291 amount=-2 -kerning first=193 second=103 amount=-1 -kerning first=1143 second=1089 amount=-1 -kerning first=959 second=119 amount=-1 -kerning first=233 second=1175 amount=-1 -kerning first=1058 second=239 amount=6 -kerning first=1184 second=1141 amount=-3 -kerning first=8360 second=1198 amount=-5 -kerning first=271 second=1204 amount=3 -kerning first=260 second=354 amount=-6 -kerning first=1139 second=358 amount=-3 -kerning first=1096 second=1265 amount=-1 -kerning first=1061 second=1139 amount=-2 -kerning first=246 second=1197 amount=-2 -kerning first=8218 second=375 amount=-3 -kerning first=918 second=239 amount=5 -kerning first=925 second=207 amount=1 -kerning first=214 second=197 amount=-2 -kerning first=1087 second=84 amount=-3 -kerning first=1050 second=1108 amount=-3 -kerning first=1259 second=1234 amount=-2 -kerning first=121 second=1259 amount=-1 -kerning first=1196 second=46 amount=-2 -kerning first=162 second=1090 amount=-1 -kerning first=75 second=287 amount=-3 -kerning first=966 second=1098 amount=-2 -kerning first=1275 second=101 amount=-2 -kerning first=196 second=8224 amount=-5 -kerning first=84 second=44 amount=-2 -kerning first=1072 second=174 amount=-1 -kerning first=1225 second=78 amount=1 -kerning first=1244 second=100 amount=-2 -kerning first=317 second=902 amount=2 -kerning first=981 second=8216 amount=-4 -kerning first=65 second=216 amount=-2 -kerning first=234 second=358 amount=-3 -kerning first=1061 second=247 amount=-4 -kerning first=297 second=1196 amount=6 -kerning first=1052 second=239 amount=5 -kerning first=283 second=87 amount=-3 -kerning first=336 second=1040 amount=-2 -kerning first=1195 second=910 amount=-4 -kerning first=923 second=1060 amount=-2 -kerning first=1217 second=940 amount=-2 -kerning first=237 second=372 amount=2 -kerning first=313 second=1242 amount=-2 -kerning first=1275 second=1083 amount=-3 -kerning first=86 second=279 amount=-3 -kerning first=965 second=356 amount=-3 -kerning first=328 second=1263 amount=-1 -kerning first=1200 second=1196 amount=3 -kerning first=1167 second=125 amount=-1 -kerning first=114 second=246 amount=-1 -kerning first=1193 second=1203 amount=-1 -kerning first=1198 second=114 amount=-3 -kerning first=1217 second=264 amount=-1 -kerning first=324 second=49 amount=-3 -kerning first=81 second=258 amount=-2 -kerning first=1188 second=1069 amount=-2 -kerning first=1043 second=1118 amount=-4 -kerning first=8221 second=363 amount=-3 -kerning first=245 second=1061 amount=-2 -kerning first=1143 second=1145 amount=-1 -kerning first=1255 second=84 amount=-3 -kerning first=1209 second=1140 amount=-3 -kerning first=961 second=1141 amount=-1 -kerning first=115 second=376 amount=-5 -kerning first=1091 second=963 amount=-1 -kerning first=89 second=58 amount=-4 -kerning first=374 second=1082 amount=-3 -kerning first=359 second=354 amount=-2 -kerning first=8217 second=43 amount=-3 -kerning first=1122 second=1058 amount=-3 -kerning first=1278 second=338 amount=-1 -kerning first=174 second=1095 amount=-1 -kerning first=67 second=1046 amount=-1 -kerning first=1061 second=1028 amount=-1 -kerning first=57 second=8220 amount=-3 -kerning first=229 second=221 amount=-5 -kerning first=114 second=8217 amount=1 -kerning first=89 second=932 amount=3 -kerning first=243 second=375 amount=-1 -kerning first=1175 second=289 amount=-1 -kerning first=279 second=84 amount=-3 -kerning first=1090 second=244 amount=-2 -kerning first=1203 second=1010 amount=-1 -kerning first=91 second=106 amount=1 -kerning first=1106 second=376 amount=-5 -kerning first=8373 second=1202 amount=-1 -kerning first=293 second=92 amount=-3 -kerning first=76 second=372 amount=-1 -kerning first=8244 second=256 amount=-9 -kerning first=1186 second=1056 amount=1 -kerning first=933 second=1193 amount=-6 -kerning first=359 second=1041 amount=1 -kerning first=192 second=1012 amount=-2 -kerning first=1111 second=1036 amount=3 -kerning first=311 second=1092 amount=-1 -kerning first=1094 second=316 amount=1 -kerning first=109 second=356 amount=-3 -kerning first=1196 second=103 amount=-5 -kerning first=349 second=1059 amount=-5 -kerning first=1032 second=47 amount=-4 -kerning first=1043 second=263 amount=-5 -kerning first=8221 second=229 amount=-4 -kerning first=333 second=1277 amount=-1 -kerning first=48 second=55 amount=-1 -kerning first=192 second=358 amount=-6 -kerning first=1180 second=1239 amount=-3 -kerning first=212 second=221 amount=-2 -kerning first=1145 second=52 amount=-4 -kerning first=1235 second=1200 amount=-5 -kerning first=1200 second=271 amount=-6 -kerning first=1091 second=243 amount=-1 -kerning first=1058 second=1072 amount=-5 -kerning first=1254 second=1061 amount=-1 -kerning first=321 second=927 amount=-2 -kerning first=237 second=299 amount=3 -kerning first=1241 second=194 amount=-2 -kerning first=972 second=118 amount=-1 -kerning first=1187 second=1252 amount=1 -kerning first=1090 second=8222 amount=-8 -kerning first=95 second=1096 amount=3 -kerning first=910 second=354 amount=3 -kerning first=355 second=1188 amount=1 -kerning first=1178 second=1193 amount=-3 -kerning first=297 second=1275 amount=3 -kerning first=8244 second=281 amount=-4 -kerning first=117 second=1026 amount=-3 -kerning first=38 second=121 amount=-2 -kerning first=972 second=1201 amount=-1 -kerning first=1270 second=211 amount=-2 -kerning first=913 second=1057 amount=-2 -kerning first=1098 second=1197 amount=-4 -kerning first=1196 second=1249 amount=-3 -kerning first=1263 second=240 amount=-1 -kerning first=8217 second=1236 amount=-9 -kerning first=1188 second=8373 amount=-2 -kerning first=357 second=1049 amount=1 -kerning first=213 second=195 amount=-2 -kerning first=1269 second=1141 amount=-1 -kerning first=70 second=378 amount=-2 -kerning first=375 second=97 amount=-1 -kerning first=45 second=372 amount=-3 -kerning first=1276 second=338 amount=-1 -kerning first=1091 second=8221 amount=2 -kerning first=310 second=103 amount=-3 -kerning first=933 second=1109 amount=-4 -kerning first=915 second=38 amount=-2 -kerning first=321 second=1267 amount=-4 -kerning first=248 second=1279 amount=-1 -kerning first=209 second=300 amount=1 -kerning first=194 second=1108 amount=-1 -kerning first=1168 second=225 amount=-5 -kerning first=1242 second=88 amount=-1 -kerning first=1193 second=910 amount=-6 -kerning first=1198 second=1017 amount=-2 -kerning first=1237 second=1199 amount=-1 -kerning first=221 second=216 amount=-2 -kerning first=920 second=256 amount=-2 -kerning first=8244 second=1226 amount=-1 -kerning first=197 second=8244 amount=-7 -kerning first=1035 second=1197 amount=-2 -kerning first=1270 second=119 amount=-4 -kerning first=923 second=359 amount=-2 -kerning first=89 second=285 amount=-6 -kerning first=301 second=917 amount=3 -kerning first=939 second=965 amount=-3 -kerning first=931 second=8249 amount=-2 -kerning first=204 second=95 amount=2 -kerning first=1197 second=46 amount=-6 -kerning first=1203 second=339 amount=-1 -kerning first=242 second=198 amount=-2 -kerning first=910 second=913 amount=-5 -kerning first=238 second=86 amount=2 -kerning first=359 second=1103 amount=-1 -kerning first=197 second=84 amount=-6 -kerning first=86 second=1195 amount=-3 -kerning first=335 second=256 amount=-2 -kerning first=1188 second=249 amount=-5 -kerning first=1274 second=1191 amount=-4 -kerning first=120 second=1257 amount=-1 -kerning first=1093 second=1196 amount=-3 -kerning first=1200 second=113 amount=-6 -kerning first=1265 second=1255 amount=-1 -kerning first=1244 second=67 amount=-1 -kerning first=89 second=162 amount=-6 -kerning first=915 second=255 amount=-4 -kerning first=301 second=318 amount=3 -kerning first=1095 second=1098 amount=-2 -kerning first=1237 second=957 amount=-1 -kerning first=1126 second=1089 amount=-1 -kerning first=239 second=905 amount=3 -kerning first=262 second=299 amount=2 -kerning first=333 second=933 amount=-6 -kerning first=916 second=948 amount=-2 -kerning first=8218 second=1066 amount=-6 -kerning first=356 second=971 amount=-4 -kerning first=932 second=1010 amount=-5 -kerning first=1082 second=172 amount=-2 -kerning first=161 second=936 amount=-4 -kerning first=1067 second=296 amount=1 -kerning first=1207 second=8216 amount=-3 -kerning first=88 second=291 amount=-2 -kerning first=240 second=1217 amount=-2 -kerning first=939 second=333 amount=-6 -kerning first=1211 second=358 amount=-3 -kerning first=345 second=959 amount=-1 -kerning first=1114 second=375 amount=-2 -kerning first=358 second=1012 amount=-2 -kerning first=919 second=207 amount=1 -kerning first=244 second=255 amount=-1 -kerning first=1050 second=908 amount=-2 -kerning first=1170 second=967 amount=-4 -kerning first=1097 second=302 amount=1 -kerning first=372 second=1232 amount=-4 -kerning first=1196 second=259 amount=-5 -kerning first=121 second=1193 amount=-1 -kerning first=1258 second=198 amount=-2 -kerning first=1188 second=257 amount=-5 -kerning first=308 second=44 amount=-2 -kerning first=80 second=38 amount=-2 -kerning first=313 second=86 amount=-5 -kerning first=299 second=921 amount=3 -kerning first=910 second=1103 amount=-4 -kerning first=55 second=267 amount=-3 -kerning first=84 second=225 amount=-5 -kerning first=1185 second=356 amount=-4 -kerning first=208 second=258 amount=-2 -kerning first=107 second=171 amount=-3 -kerning first=1215 second=1196 amount=-3 -kerning first=102 second=910 amount=1 -kerning first=1102 second=1277 amount=-1 -kerning first=922 second=333 amount=-3 -kerning first=8217 second=251 amount=-3 -kerning first=1188 second=1153 amount=-5 -kerning first=939 second=8218 amount=-7 -kerning first=1187 second=1186 amount=1 -kerning first=332 second=1276 amount=-1 -kerning first=1068 second=375 amount=-1 -kerning first=240 second=192 amount=-2 -kerning first=345 second=60 amount=-3 -kerning first=230 second=1196 amount=-3 -kerning first=1118 second=245 amount=-1 -kerning first=1267 second=263 amount=-1 -kerning first=910 second=308 amount=-2 -kerning first=1058 second=1057 amount=-2 -kerning first=1243 second=196 amount=-2 -kerning first=1253 second=1263 amount=-1 -kerning first=197 second=1239 amount=-1 -kerning first=356 second=337 amount=-5 -kerning first=1046 second=963 amount=-2 -kerning first=1059 second=265 amount=-6 -kerning first=1093 second=271 amount=-1 -kerning first=255 second=354 amount=-2 -kerning first=75 second=1012 amount=-2 -kerning first=87 second=1251 amount=-2 -kerning first=357 second=294 amount=1 -kerning first=222 second=1066 amount=-4 -kerning first=1122 second=939 amount=-6 -kerning first=258 second=1010 amount=-1 -kerning first=918 second=1057 amount=-2 -kerning first=1197 second=103 amount=-2 -kerning first=1088 second=8216 amount=-4 -kerning first=1034 second=1277 amount=-1 -kerning first=1232 second=1204 amount=-6 -kerning first=246 second=253 amount=-1 -kerning first=1010 second=221 amount=-4 -kerning first=1036 second=972 amount=-3 -kerning first=1241 second=376 amount=-6 -kerning first=1075 second=287 amount=-2 -kerning first=1251 second=1098 amount=-2 -kerning first=354 second=1191 amount=-4 -kerning first=42 second=198 amount=-5 -kerning first=173 second=86 amount=-3 -kerning first=174 second=38 amount=-2 -kerning first=1012 second=1236 amount=-2 -kerning first=935 second=1254 amount=-1 -kerning first=1126 second=1145 amount=-1 -kerning first=313 second=262 amount=-2 -kerning first=239 second=84 amount=6 -kerning first=1171 second=172 amount=-1 -kerning first=8250 second=1046 amount=-3 -kerning first=932 second=339 amount=-5 -kerning first=1145 second=248 amount=-1 -kerning first=38 second=903 amount=-2 -kerning first=1097 second=43 amount=-1 -kerning first=1200 second=268 amount=-2 -kerning first=92 second=333 amount=-1 -kerning first=1186 second=933 amount=-1 -kerning first=1128 second=1265 amount=-4 -kerning first=1217 second=246 amount=-2 -kerning first=1055 second=298 amount=1 -kerning first=935 second=1144 amount=-1 -kerning first=243 second=1066 amount=-3 -kerning first=1017 second=297 amount=2 -kerning first=972 second=356 amount=-3 -kerning first=118 second=1059 amount=-2 -kerning first=336 second=47 amount=-3 -kerning first=971 second=8220 amount=-3 -kerning first=297 second=238 amount=6 -kerning first=256 second=199 amount=-2 -kerning first=1222 second=1250 amount=1 -kerning first=187 second=56 amount=-2 -kerning first=211 second=932 amount=-2 -kerning first=1046 second=243 amount=-2 -kerning first=1187 second=8221 amount=2 -kerning first=255 second=913 amount=-4 -kerning first=169 second=933 amount=-2 -kerning first=1193 second=1093 amount=-1 -kerning first=1263 second=230 amount=-1 -kerning first=86 second=1194 amount=-2 -kerning first=186 second=966 amount=-2 -kerning first=8221 second=279 amount=-4 -kerning first=1089 second=1185 amount=-1 -kerning first=48 second=8222 amount=-3 -kerning first=196 second=337 amount=-1 -kerning first=193 second=273 amount=-1 -kerning first=1143 second=1233 amount=-1 -kerning first=1169 second=46 amount=-6 -kerning first=228 second=376 amount=-5 -kerning first=257 second=92 amount=-3 -kerning first=1237 second=354 amount=-3 -kerning first=292 second=206 amount=1 -kerning first=337 second=194 amount=-2 -kerning first=913 second=910 amount=-5 -kerning first=336 second=1198 amount=-2 -kerning first=1104 second=1277 amount=-1 -kerning first=87 second=109 amount=-2 -kerning first=358 second=1169 amount=-4 -kerning first=8216 second=260 amount=-6 -kerning first=317 second=1265 amount=-4 -kerning first=1229 second=298 amount=1 -kerning first=1059 second=1139 amount=-6 -kerning first=902 second=283 amount=-1 -kerning first=1094 second=247 amount=-1 -kerning first=373 second=44 amount=-5 -kerning first=1102 second=933 amount=-6 -kerning first=1093 second=113 amount=-1 -kerning first=1205 second=276 amount=1 -kerning first=923 second=1254 amount=-2 -kerning first=1202 second=213 amount=-1 -kerning first=1186 second=282 amount=1 -kerning first=1128 second=267 amount=-1 -kerning first=295 second=118 amount=-1 -kerning first=939 second=1077 amount=-6 -kerning first=1027 second=250 amount=-5 -kerning first=8221 second=1224 amount=-1 -kerning first=1107 second=1076 amount=-3 -kerning first=299 second=1140 amount=5 -kerning first=947 second=8222 amount=-5 -kerning first=972 second=902 amount=-2 -kerning first=258 second=339 amount=-1 -kerning first=118 second=291 amount=-1 -kerning first=1069 second=256 amount=-2 -kerning first=375 second=1089 amount=-1 -kerning first=343 second=1153 amount=-1 -kerning first=1200 second=52 amount=-4 -kerning first=923 second=1144 amount=-2 -kerning first=297 second=1037 amount=3 -kerning first=359 second=316 amount=1 -kerning first=295 second=1201 amount=-1 -kerning first=1058 second=1203 amount=-3 -kerning first=58 second=932 amount=-2 -kerning first=192 second=266 amount=-2 -kerning first=1168 second=100 amount=-5 -kerning first=260 second=1263 amount=-4 -kerning first=1275 second=1257 amount=-2 -kerning first=1175 second=1196 amount=-3 -kerning first=957 second=289 amount=-1 -kerning first=1101 second=255 amount=-1 -kerning first=87 second=173 amount=-3 -kerning first=111 second=923 amount=-2 -kerning first=1126 second=1140 amount=-5 -kerning first=299 second=914 amount=3 -kerning first=355 second=351 amount=-1 -kerning first=1220 second=372 amount=-3 -kerning first=256 second=49 amount=-2 -kerning first=1087 second=1118 amount=-1 -kerning first=1059 second=247 amount=-4 -kerning first=1034 second=933 amount=-6 -kerning first=253 second=945 amount=-1 -kerning first=1140 second=966 amount=-3 -kerning first=922 second=1077 amount=-3 -kerning first=248 second=186 amount=-2 -kerning first=194 second=908 amount=-2 -kerning first=1199 second=1236 amount=-4 -kerning first=1273 second=255 amount=-1 -kerning first=1134 second=1111 amount=2 -kerning first=341 second=256 amount=-3 -kerning first=320 second=272 amount=2 -kerning first=95 second=253 amount=-5 -kerning first=1209 second=1058 amount=-3 -kerning first=358 second=1088 amount=-4 -kerning first=1108 second=1035 amount=-5 -kerning first=1166 second=194 amount=-5 -kerning first=356 second=1105 amount=-5 -kerning first=161 second=374 amount=-4 -kerning first=79 second=1059 amount=-2 -kerning first=1050 second=1255 amount=-3 -kerning first=334 second=88 amount=-1 -kerning first=1170 second=183 amount=-4 -kerning first=1226 second=126 amount=-1 -kerning first=255 second=308 amount=-4 -kerning first=1033 second=255 amount=-1 -kerning first=176 second=284 amount=-1 -kerning first=1198 second=244 amount=-6 -kerning first=173 second=50 amount=-2 -kerning first=1043 second=365 amount=-5 -kerning first=1027 second=261 amount=-5 -kerning first=171 second=354 amount=-3 -kerning first=1197 second=259 amount=-2 -kerning first=1180 second=1118 amount=-3 -kerning first=8225 second=1092 amount=-2 -kerning first=1232 second=357 amount=-2 -kerning first=374 second=971 amount=-3 -kerning first=933 second=1010 amount=-6 -kerning first=315 second=1140 amount=-5 -kerning first=8222 second=936 amount=-7 -kerning first=205 second=301 amount=5 -kerning first=367 second=910 amount=-4 -kerning first=195 second=963 amount=-1 -kerning first=260 second=265 amount=-1 -kerning first=1074 second=1198 amount=-5 -kerning first=341 second=281 amount=-1 -kerning first=1098 second=253 amount=-2 -kerning first=240 second=221 amount=-6 -kerning first=1188 second=194 amount=-6 -kerning first=245 second=121 amount=-1 -kerning first=76 second=34 amount=-6 -kerning first=1243 second=89 amount=-6 -kerning first=1169 second=103 amount=-2 -kerning first=1274 second=927 amount=-2 -kerning first=932 second=239 amount=6 -kerning first=1189 second=245 amount=-2 -kerning first=1050 second=126 amount=-6 -kerning first=1059 second=1028 amount=-2 -kerning first=120 second=1108 amount=-1 -kerning first=92 second=1077 amount=-1 -kerning first=1198 second=8222 amount=-7 -kerning first=939 second=351 amount=-4 -kerning first=1122 second=967 amount=-1 -kerning first=1163 second=354 amount=-2 -kerning first=1175 second=271 amount=-1 -kerning first=1255 second=1118 amount=-1 -kerning first=212 second=44 amount=-3 -kerning first=1104 second=933 amount=-6 -kerning first=1114 second=1066 amount=-7 -kerning first=375 second=1145 amount=-1 -kerning first=1178 second=1010 amount=-3 -kerning first=1241 second=373 amount=-1 -kerning first=1222 second=1223 amount=1 -kerning first=1215 second=87 amount=-3 -kerning first=1168 second=112 amount=-4 -kerning first=216 second=1202 amount=-1 -kerning first=311 second=981 amount=-1 -kerning first=1097 second=1018 amount=1 -kerning first=1035 second=253 amount=-1 -kerning first=113 second=1058 amount=-3 -kerning first=227 second=358 amount=-3 -kerning first=284 second=1026 amount=-2 -kerning first=1196 second=273 amount=-5 -kerning first=973 second=8217 amount=1 -kerning first=1188 second=234 amount=-5 -kerning first=936 second=59 amount=-4 -kerning first=196 second=1105 amount=-1 -kerning first=84 second=100 amount=-5 -kerning first=171 second=913 amount=-2 -kerning first=921 second=239 amount=5 -kerning first=1274 second=1267 amount=-4 -kerning first=1180 second=263 amount=-3 -kerning first=230 second=87 amount=-3 -kerning first=1077 second=255 amount=-1 -kerning first=902 second=176 amount=-5 -kerning first=254 second=1185 amount=-2 -kerning first=374 second=337 amount=-6 -kerning first=1128 second=177 amount=-3 -kerning first=1188 second=1243 amount=-5 -kerning first=8221 second=1195 amount=-4 -kerning first=195 second=243 amount=-1 -kerning first=1163 second=1041 amount=1 -kerning first=279 second=1118 amount=-1 -kerning first=1143 second=1058 amount=-2 -kerning first=1068 second=1066 amount=-3 -kerning first=1234 second=289 amount=-1 -kerning first=945 second=45 amount=-2 -kerning first=1061 second=283 amount=-2 -kerning first=114 second=253 amount=1 -kerning first=109 second=1265 amount=-1 -kerning first=88 second=1054 amount=-1 -kerning first=1184 second=199 amount=-2 -kerning first=221 second=1191 amount=-3 -kerning first=1188 second=1085 amount=-4 -kerning first=1027 second=331 amount=-4 -kerning first=242 second=1244 amount=-2 -kerning first=193 second=240 amount=-1 -kerning first=258 second=239 amount=3 -kerning first=358 second=266 amount=-2 -kerning first=1271 second=356 amount=-3 -kerning first=1225 second=274 amount=1 -kerning first=310 second=273 amount=-3 -kerning first=337 second=376 amount=-6 -kerning first=933 second=339 amount=-6 -kerning first=195 second=8221 amount=-7 -kerning first=260 second=1139 amount=-1 -kerning first=1084 second=1026 amount=-3 -kerning first=1187 second=347 amount=-1 -kerning first=1094 second=209 amount=1 -kerning first=284 second=297 amount=2 -kerning first=87 second=1220 amount=-2 -kerning first=1274 second=269 amount=-5 -kerning first=1145 second=115 amount=-1 -kerning first=1222 second=8220 amount=-3 -kerning first=316 second=95 amount=2 -kerning first=1140 second=1060 amount=-2 -kerning first=176 second=916 amount=-5 -kerning first=8217 second=277 amount=-4 -kerning first=1111 second=98 amount=3 -kerning first=354 second=927 amount=-2 -kerning first=1175 second=113 amount=-1 -kerning first=1233 second=84 amount=-3 -kerning first=242 second=193 amount=-2 -kerning first=1178 second=339 amount=-3 -kerning first=1201 second=923 amount=-4 -kerning first=1082 second=333 amount=-1 -kerning first=1181 second=1089 amount=-1 -kerning first=1050 second=305 amount=2 -kerning first=343 second=194 amount=-3 -kerning first=372 second=1256 amount=-2 -kerning first=1196 second=1167 amount=-4 -kerning first=75 second=266 amount=-2 -kerning first=295 second=356 amount=-3 -kerning first=84 second=112 amount=-4 -kerning first=1200 second=248 amount=-6 -kerning first=1257 second=1199 amount=-1 -kerning first=89 second=1075 amount=-3 -kerning first=1258 second=1244 amount=-1 -kerning first=8217 second=1189 amount=-1 -kerning first=301 second=1211 amount=3 -kerning first=194 second=1255 amount=-1 -kerning first=1168 second=67 amount=-2 -kerning first=354 second=1267 amount=-4 -kerning first=1163 second=1103 amount=-1 -kerning first=1179 second=945 amount=-1 -kerning first=1226 second=327 amount=1 -kerning first=121 second=1010 amount=-1 -kerning first=86 second=1138 amount=-2 -kerning first=1106 second=1141 amount=-1 -kerning first=376 second=963 amount=-6 -kerning first=910 second=265 amount=-6 -kerning first=344 second=92 amount=-1 -kerning first=1169 second=259 amount=-2 -kerning first=197 second=1118 amount=-4 -kerning first=925 second=1031 amount=1 -kerning first=356 second=951 amount=-4 -kerning first=1201 second=295 amount=3 -kerning first=932 second=1072 amount=-5 -kerning first=1075 second=358 amount=-3 -kerning first=1059 second=367 amount=-3 -kerning first=343 second=234 amount=-1 -kerning first=1270 second=97 amount=-5 -kerning first=254 second=1276 amount=-2 -kerning first=1263 second=1095 amount=-1 -kerning first=75 second=237 amount=2 -kerning first=313 second=8216 amount=-5 -kerning first=309 second=8361 amount=2 -kerning first=1085 second=1091 amount=-1 -kerning first=343 second=1243 amount=-1 -kerning first=378 second=277 amount=-1 -kerning first=1017 second=1061 amount=-1 -kerning first=65 second=927 amount=-2 -kerning first=1168 second=297 amount=6 -kerning first=260 second=1028 amount=-2 -kerning first=1278 second=335 amount=-2 -kerning first=1258 second=193 amount=-2 -kerning first=1027 second=197 amount=-6 -kerning first=239 second=314 amount=3 -kerning first=299 second=72 amount=3 -kerning first=333 second=1204 amount=-3 -kerning first=235 second=1026 amount=-3 -kerning first=1274 second=1086 amount=-5 -kerning first=1209 second=939 amount=-5 -kerning first=1232 second=1256 amount=-2 -kerning first=1091 second=99 amount=-1 -kerning first=1257 second=957 amount=-1 -kerning first=374 second=1105 amount=-6 -kerning first=81 second=1059 amount=-2 -kerning first=301 second=323 amount=3 -kerning first=8222 second=374 amount=-7 -kerning first=271 second=303 amount=3 -kerning first=183 second=84 amount=-4 -kerning first=354 second=269 amount=-5 -kerning first=1275 second=1108 amount=-2 -kerning first=196 second=1171 amount=-2 -kerning first=86 second=287 amount=-3 -kerning first=45 second=1098 amount=-1 -kerning first=1232 second=1200 amount=-5 -kerning first=376 second=243 amount=-6 -kerning first=333 second=1232 amount=-2 -kerning first=1171 second=333 amount=-2 -kerning first=359 second=247 amount=-1 -kerning first=915 second=1251 amount=-4 -kerning first=249 second=933 amount=-4 -kerning first=192 second=245 amount=-1 -kerning first=197 second=263 amount=-1 -kerning first=65 second=1267 amount=-4 -kerning first=1181 second=1145 amount=-1 -kerning first=1117 second=1196 amount=-3 -kerning first=1196 second=240 amount=-5 -kerning first=1198 second=349 amount=-4 -kerning first=173 second=8216 amount=-3 -kerning first=940 second=47 amount=-2 -kerning first=1027 second=275 amount=-5 -kerning first=1197 second=273 amount=-2 -kerning first=1026 second=932 amount=-3 -kerning first=1113 second=1244 amount=-2 -kerning first=1058 second=1093 amount=-3 -kerning first=1018 second=207 amount=1 -kerning first=271 second=55 amount=3 -kerning first=1048 second=1111 amount=5 -kerning first=972 second=93 amount=-1 -kerning first=42 second=193 amount=-5 -kerning first=1096 second=1090 amount=-2 -kerning first=121 second=339 amount=-1 -kerning first=349 second=372 amount=-2 -kerning first=1043 second=256 amount=-6 -kerning first=222 second=65 amount=-3 -kerning first=910 second=1139 amount=-6 -kerning first=1171 second=8218 amount=-8 -kerning first=84 second=67 amount=-2 -kerning first=102 second=1234 amount=-2 -kerning first=970 second=172 amount=-2 -kerning first=1170 second=1253 amount=-4 -kerning first=286 second=105 amount=2 -kerning first=253 second=111 amount=-1 -kerning first=957 second=1196 amount=-2 -kerning first=1040 second=8225 amount=-5 -kerning first=963 second=8216 amount=-3 -kerning first=326 second=910 amount=-5 -kerning first=923 second=301 amount=3 -kerning first=357 second=322 amount=1 -kerning first=1027 second=1187 amount=-4 -kerning first=239 second=1120 amount=3 -kerning first=365 second=1035 amount=-3 -kerning first=1276 second=335 amount=-2 -kerning first=1115 second=1196 amount=-3 -kerning first=310 second=240 amount=-3 -kerning first=1178 second=239 amount=5 -kerning first=337 second=373 amount=-1 -kerning first=116 second=126 amount=-1 -kerning first=65 second=269 amount=-1 -kerning first=1082 second=1077 amount=-1 -kerning first=232 second=1091 amount=-1 -kerning first=243 second=65 amount=-2 -kerning first=1043 second=281 amount=-5 -kerning first=99 second=89 amount=-4 -kerning first=910 second=247 amount=-4 -kerning first=1143 second=939 amount=-2 -kerning first=84 second=297 amount=6 -kerning first=1185 second=267 amount=-1 -kerning first=345 second=196 amount=-3 -kerning first=1205 second=1059 amount=-1 -kerning first=89 second=940 amount=-6 -kerning first=1186 second=1204 amount=-2 -kerning first=915 second=109 amount=-4 -kerning first=1036 second=81 amount=-2 -kerning first=111 second=1217 amount=-2 -kerning first=299 second=1058 amount=6 -kerning first=1111 second=1035 amount=6 -kerning first=354 second=1086 amount=-5 -kerning first=972 second=1265 amount=-1 -kerning first=67 second=239 amount=2 -kerning first=242 second=374 amount=-6 -kerning first=8244 second=289 amount=-4 -kerning first=107 second=8363 amount=-1 -kerning first=356 second=1091 amount=-4 -kerning first=1059 second=324 amount=-3 -kerning first=1093 second=248 amount=-1 -kerning first=255 second=265 amount=-1 -kerning first=169 second=1204 amount=-2 -kerning first=1140 second=226 amount=-3 -kerning first=89 second=264 amount=-2 -kerning first=372 second=114 amount=-2 -kerning first=1126 second=1058 amount=-6 -kerning first=270 second=198 amount=-2 -kerning first=1043 second=1226 amount=-4 -kerning first=377 second=8353 amount=-2 -kerning first=181 second=1066 amount=-3 -kerning first=1269 second=49 amount=-3 -kerning first=932 second=1057 amount=-2 -kerning first=345 second=235 amount=-1 -kerning first=1237 second=1263 amount=-1 -kerning first=1059 second=1271 amount=-3 -kerning first=375 second=1233 amount=-1 -kerning first=124 second=239 amount=5 -kerning first=1200 second=1100 amount=-3 -kerning first=8220 second=1040 amount=-6 -kerning first=915 second=173 amount=-4 -kerning first=1168 second=1235 amount=-5 -kerning first=259 second=1143 amount=-1 -kerning first=1257 second=354 amount=-3 -kerning first=957 second=271 amount=-1 -kerning first=169 second=1232 amount=-2 -kerning first=1278 second=1104 amount=-2 -kerning first=241 second=375 amount=-1 -kerning first=111 second=192 amount=-2 -kerning first=221 second=927 amount=-2 -kerning first=1188 second=334 amount=-2 -kerning first=8370 second=86 amount=-1 -kerning first=380 second=232 amount=-1 -kerning first=910 second=1028 amount=-2 -kerning first=1078 second=244 amount=-1 -kerning first=1230 second=8360 amount=1 -kerning first=1239 second=376 amount=-6 -kerning first=1102 second=1204 amount=-3 -kerning first=1279 second=242 amount=-1 -kerning first=183 second=74 amount=-3 -kerning first=1163 second=316 amount=1 -kerning first=118 second=1076 amount=-3 -kerning first=43 second=1197 amount=-1 -kerning first=87 second=79 amount=-2 -kerning first=358 second=245 amount=-5 -kerning first=1171 second=1077 amount=-2 -kerning first=315 second=1058 amount=-6 -kerning first=65 second=1086 amount=-1 -kerning first=1241 second=1141 amount=-1 -kerning first=356 second=231 amount=-5 -kerning first=1230 second=325 amount=1 -kerning first=1167 second=1203 amount=-1 -kerning first=1102 second=1232 amount=-2 -kerning first=1234 second=1196 amount=-6 -kerning first=1258 second=374 amount=-2 -kerning first=1188 second=373 amount=-4 -kerning first=8230 second=57 amount=-1 -kerning first=196 second=1091 amount=-4 -kerning first=179 second=171 amount=-2 -kerning first=959 second=1140 amount=-3 -kerning first=1180 second=365 amount=-2 -kerning first=318 second=301 amount=5 -kerning first=1209 second=967 amount=-1 -kerning first=1034 second=1204 amount=-3 -kerning first=8225 second=981 amount=-2 -kerning first=1200 second=115 amount=-4 -kerning first=374 second=951 amount=-3 -kerning first=933 second=1072 amount=-5 -kerning first=359 second=209 amount=1 -kerning first=1188 second=1273 amount=-4 -kerning first=1199 second=277 amount=-1 -kerning first=187 second=379 amount=-2 -kerning first=1170 second=338 amount=-2 -kerning first=258 second=1057 amount=-2 -kerning first=1257 second=913 amount=-2 -kerning first=121 second=239 amount=3 -kerning first=122 second=275 amount=-1 -kerning first=55 second=260 amount=-7 -kerning first=1171 second=1113 amount=-3 -kerning first=1169 second=273 amount=-2 -kerning first=1034 second=1232 amount=-2 -kerning first=1226 second=1056 amount=1 -kerning first=1205 second=922 amount=1 -kerning first=255 second=1139 amount=-1 -kerning first=1270 second=1089 amount=-5 -kerning first=1191 second=89 amount=-11 -kerning first=1091 second=198 amount=-4 -kerning first=284 second=1061 amount=-1 -kerning first=351 second=86 amount=-3 -kerning first=1186 second=315 amount=1 -kerning first=75 second=245 amount=-3 -kerning first=1197 second=240 amount=-2 -kerning first=228 second=1141 amount=-1 -kerning first=208 second=1059 amount=-2 -kerning first=1267 second=256 amount=-4 -kerning first=1276 second=1104 amount=-2 -kerning first=919 second=1031 amount=1 -kerning first=1046 second=99 amount=-2 -kerning first=216 second=356 amount=-2 -kerning first=1059 second=258 amount=-5 -kerning first=119 second=335 amount=-1 -kerning first=373 second=100 amount=-1 -kerning first=957 second=113 amount=-1 -kerning first=1040 second=79 amount=-2 -kerning first=372 second=1017 amount=-2 -kerning first=1196 second=230 amount=-5 -kerning first=935 second=242 amount=-2 -kerning first=248 second=1040 amount=-2 -kerning first=221 second=269 amount=-6 -kerning first=80 second=173 amount=-2 -kerning first=355 second=1070 amount=1 -kerning first=196 second=231 amount=-1 -kerning first=84 second=1235 amount=-5 -kerning first=1243 second=1046 amount=-2 -kerning first=1274 second=371 amount=-5 -kerning first=932 second=1203 amount=-3 -kerning first=1016 second=358 amount=-3 -kerning first=253 second=1209 amount=-1 -kerning first=1265 second=933 amount=-2 -kerning first=116 second=327 amount=1 -kerning first=243 second=174 amount=-1 -kerning first=1179 second=111 amount=-1 -kerning first=1117 second=87 amount=-3 -kerning first=1104 second=1204 amount=-3 -kerning first=1234 second=271 amount=-1 -kerning first=1100 second=1217 amount=-2 -kerning first=1267 second=281 amount=-1 -kerning first=376 second=347 amount=-4 -kerning first=347 second=8218 amount=-3 -kerning first=1225 second=1039 amount=1 -kerning first=981 second=1143 amount=-1 -kerning first=301 second=1043 amount=3 -kerning first=1059 second=283 amount=-6 -kerning first=1207 second=1064 amount=1 -kerning first=1113 second=374 amount=-11 -kerning first=120 second=1255 amount=-1 -kerning first=1140 second=1254 amount=-2 -kerning first=176 second=213 amount=-1 -kerning first=243 second=935 amount=-2 -kerning first=357 second=205 amount=1 -kerning first=303 second=295 amount=3 -kerning first=1220 second=1098 amount=-2 -kerning first=1068 second=65 amount=-2 -kerning first=95 second=286 amount=-3 -kerning first=1140 second=1144 amount=-2 -kerning first=915 second=1220 amount=-4 -kerning first=46 second=356 amount=-2 -kerning first=216 second=902 amount=-2 -kerning first=1167 second=910 amount=-6 -kerning first=1234 second=1275 amount=-2 -kerning first=87 second=973 amount=-2 -kerning first=966 second=195 amount=-2 -kerning first=375 second=1058 amount=-2 -kerning first=910 second=367 amount=-3 -kerning first=1274 second=227 amount=-5 -kerning first=1145 second=959 amount=-1 -kerning first=101 second=1197 amount=-1 -kerning first=38 second=8224 amount=-3 -kerning first=1059 second=1087 amount=-3 -kerning first=902 second=1059 amount=-5 -kerning first=1232 second=1017 amount=-2 -kerning first=343 second=373 amount=1 -kerning first=120 second=126 amount=-1 -kerning first=1270 second=1145 amount=-5 -kerning first=1115 second=87 amount=-3 -kerning first=923 second=242 amount=-1 -kerning first=89 second=1237 amount=-5 -kerning first=1058 second=1234 amount=-6 -kerning first=382 second=8363 amount=-1 -kerning first=268 second=1278 amount=-1 -kerning first=1175 second=248 amount=-1 -kerning first=86 second=1012 amount=-2 -kerning first=297 second=108 amount=3 -kerning first=321 second=186 amount=-6 -kerning first=950 second=936 amount=-3 -kerning first=1201 second=192 amount=-4 -kerning first=1170 second=1163 amount=-4 -kerning first=123 second=242 amount=-1 -kerning first=324 second=1035 amount=-3 -kerning first=111 second=221 amount=-6 -kerning first=221 second=1086 amount=-6 -kerning first=1126 second=182 amount=-1 -kerning first=1027 second=336 amount=-2 -kerning first=1166 second=8230 amount=-3 -kerning first=239 second=1190 amount=3 -kerning first=8221 second=287 amount=-4 -kerning first=1024 second=239 amount=5 -kerning first=923 second=8220 amount=-8 -kerning first=89 second=961 amount=-3 -kerning first=1217 second=171 amount=-3 -kerning first=251 second=376 amount=-4 -kerning first=354 second=371 amount=-5 -kerning first=1233 second=1118 amount=-1 -kerning first=290 second=198 amount=-1 -kerning first=121 second=1072 amount=-1 -kerning first=1234 second=113 amount=-1 -kerning first=358 second=1097 amount=-4 -kerning first=1126 second=939 amount=-5 -kerning first=1118 second=1066 amount=-2 -kerning first=355 second=924 amount=1 -kerning first=933 second=1057 amount=-2 -kerning first=1201 second=232 amount=-1 -kerning first=902 second=291 amount=-1 -kerning first=8225 second=1040 amount=-5 -kerning first=1205 second=1025 amount=1 -kerning first=295 second=1265 amount=-1 -kerning first=1188 second=8230 amount=-2 -kerning first=333 second=1200 amount=-6 -kerning first=177 second=198 amount=-3 -kerning first=1139 second=375 amount=-1 -kerning first=1090 second=257 amount=-2 -kerning first=118 second=299 amount=3 -kerning first=1271 second=267 amount=-2 -kerning first=104 second=84 amount=-3 -kerning first=1056 second=196 amount=-5 -kerning first=317 second=260 amount=2 -kerning first=246 second=1185 amount=-2 -kerning first=79 second=372 amount=-1 -kerning first=1187 second=1034 amount=1 -kerning first=1207 second=321 amount=1 -kerning first=1097 second=202 amount=1 -kerning first=119 second=1104 amount=-1 -kerning first=40 second=333 amount=-1 -kerning first=957 second=238 amount=3 -kerning first=1090 second=1153 amount=-2 -kerning first=241 second=1066 amount=-3 -kerning first=1178 second=1057 amount=-2 -kerning first=297 second=1134 amount=3 -kerning first=1169 second=240 amount=-2 -kerning first=369 second=1059 amount=-4 -kerning first=1274 second=328 amount=-4 -kerning first=1060 second=197 amount=-2 -kerning first=226 second=1198 amount=-5 -kerning first=1086 second=1277 amount=-1 -kerning first=1067 second=1111 amount=5 -kerning first=103 second=95 amount=2 -kerning first=908 second=1035 amount=-2 -kerning first=89 second=246 amount=-6 -kerning first=374 second=231 amount=-6 -kerning first=315 second=939 amount=-3 -kerning first=357 second=1068 amount=1 -kerning first=1122 second=92 amount=-3 -kerning first=195 second=99 amount=-1 -kerning first=354 second=227 amount=-5 -kerning first=234 second=375 amount=-1 -kerning first=1274 second=1279 amount=-3 -kerning first=71 second=1236 amount=-1 -kerning first=91 second=945 amount=-1 -kerning first=95 second=920 amount=-3 -kerning first=1234 second=87 amount=-4 -kerning first=353 second=1140 amount=-3 -kerning first=244 second=8225 amount=-2 -kerning first=337 second=1141 amount=-1 -kerning first=1111 second=1016 amount=3 -kerning first=1168 second=1119 amount=-4 -kerning first=1170 second=95 amount=-4 -kerning first=373 second=1026 amount=-3 -kerning first=265 second=356 amount=-5 -kerning first=302 second=296 amount=1 -kerning first=258 second=910 amount=-5 -kerning first=1197 second=230 amount=-2 -kerning first=277 second=1277 amount=-1 -kerning first=1230 second=1055 amount=1 -kerning first=1277 second=8249 amount=-2 -kerning first=1114 second=935 amount=-2 -kerning first=1186 second=124 amount=1 -kerning first=8217 second=58 amount=-4 -kerning first=260 second=283 amount=-1 -kerning first=1163 second=247 amount=-1 -kerning first=1187 second=293 amount=1 -kerning first=1226 second=933 amount=-1 -kerning first=1094 second=276 amount=1 -kerning first=341 second=289 amount=-1 -kerning first=1068 second=174 amount=-1 -kerning first=239 second=78 amount=3 -kerning first=910 second=324 amount=-3 -kerning first=8220 second=47 amount=-6 -kerning first=249 second=1204 amount=-3 -kerning first=1070 second=8230 amount=-3 -kerning first=1040 second=8244 amount=-7 -kerning first=1202 second=267 amount=-2 -kerning first=939 second=250 amount=-3 -kerning first=379 second=288 amount=-2 -kerning first=910 second=1271 amount=-3 -kerning first=1275 second=1255 amount=-2 -kerning first=1224 second=255 amount=-1 -kerning first=1068 second=935 amount=-2 -kerning first=1234 second=268 amount=-2 -kerning first=1186 second=1200 amount=-1 -kerning first=270 second=1244 amount=-1 -kerning first=1167 second=1093 amount=-1 -kerning first=1040 second=84 amount=-6 -kerning first=1255 second=256 amount=-2 -kerning first=1180 second=281 amount=-3 -kerning first=1181 second=1058 amount=-4 -kerning first=229 second=1026 amount=-3 -kerning first=1277 second=1035 amount=-3 -kerning first=1100 second=221 amount=-11 -kerning first=343 second=8230 amount=-4 -kerning first=169 second=1200 amount=-2 -kerning first=246 second=1276 amount=-2 -kerning first=1128 second=170 amount=-5 -kerning first=1036 second=211 amount=-2 -kerning first=922 second=250 amount=-2 -kerning first=8217 second=1051 amount=-3 -kerning first=920 second=1196 amount=-2 -kerning first=1111 second=915 amount=3 -kerning first=354 second=328 amount=-4 -kerning first=1275 second=126 amount=-1 -kerning first=1226 second=282 amount=1 -kerning first=913 second=1258 amount=-2 -kerning first=261 second=8220 amount=-3 -kerning first=87 second=1239 amount=-3 -kerning first=1061 second=291 amount=-2 -kerning first=8244 second=271 amount=-4 -kerning first=116 second=1056 amount=1 -kerning first=363 second=89 amount=-4 -kerning first=192 second=375 amount=-4 -kerning first=356 second=363 amount=-5 -kerning first=1201 second=221 amount=-2 -kerning first=1086 second=933 amount=-6 -kerning first=224 second=86 amount=-3 -kerning first=1046 second=8353 amount=-1 -kerning first=354 second=1279 amount=-3 -kerning first=372 second=244 amount=-3 -kerning first=1196 second=1095 amount=-5 -kerning first=1198 second=1069 amount=-2 -kerning first=270 second=193 amount=-2 -kerning first=1188 second=1141 amount=-4 -kerning first=939 second=261 amount=-5 -kerning first=84 second=1119 amount=-4 -kerning first=212 second=1026 amount=-2 -kerning first=1138 second=1035 amount=-2 -kerning first=1210 second=221 amount=-5 -kerning first=375 second=939 amount=-2 -kerning first=1102 second=1200 amount=-6 -kerning first=1225 second=1024 amount=1 -kerning first=378 second=932 amount=-2 -kerning first=297 second=204 amount=3 -kerning first=1036 second=119 amount=-4 -kerning first=335 second=1196 amount=-3 -kerning first=352 second=239 amount=3 -kerning first=1075 second=245 amount=-2 -kerning first=1250 second=303 amount=2 -kerning first=119 second=381 amount=-2 -kerning first=210 second=8220 amount=-2 -kerning first=40 second=1077 amount=-1 -kerning first=1098 second=1185 amount=-4 -kerning first=345 second=1259 amount=-1 -kerning first=87 second=1102 amount=-2 -kerning first=1126 second=967 amount=-4 -kerning first=317 second=170 amount=-6 -kerning first=8244 second=1275 amount=1 -kerning first=277 second=933 amount=-6 -kerning first=214 second=86 amount=-2 -kerning first=932 second=1093 amount=-3 -kerning first=1189 second=1066 amount=-3 -kerning first=1141 second=356 amount=-2 -kerning first=372 second=8222 amount=-7 -kerning first=1125 second=1196 amount=-5 -kerning first=915 second=79 amount=-2 -kerning first=1258 second=46 amount=-3 -kerning first=301 second=278 amount=3 -kerning first=8217 second=285 amount=-4 -kerning first=959 second=1058 amount=-3 -kerning first=112 second=1035 amount=-3 -kerning first=1088 second=1143 amount=-1 -kerning first=87 second=74 amount=-4 -kerning first=1034 second=1200 amount=-6 -kerning first=1054 second=1276 amount=-1 -kerning first=376 second=99 amount=-6 -kerning first=910 second=258 amount=-5 -kerning first=356 second=229 amount=-5 -kerning first=275 second=255 amount=-1 -kerning first=260 second=176 amount=-5 -kerning first=114 second=8363 amount=-1 -kerning first=1035 second=1185 amount=-2 -kerning first=1257 second=1263 amount=-1 -kerning first=1040 second=1239 amount=-1 -kerning first=176 second=902 amount=-5 -kerning first=1101 second=8225 amount=-2 -kerning first=221 second=371 amount=-3 -kerning first=1243 second=125 amount=-1 -kerning first=1274 second=1092 amount=-5 -kerning first=1232 second=244 amount=-1 -kerning first=1200 second=959 amount=-6 -kerning first=1202 second=177 amount=-3 -kerning first=89 second=1096 amount=-3 -kerning first=351 second=8216 amount=-3 -kerning first=315 second=967 amount=-4 -kerning first=8217 second=162 amount=-4 -kerning first=248 second=1198 amount=-6 -kerning first=301 second=1011 amount=-4 -kerning first=299 second=1216 amount=3 -kerning first=1106 second=49 amount=-3 -kerning first=910 second=283 amount=-6 -kerning first=355 second=344 amount=1 -kerning first=8218 second=1044 amount=3 -kerning first=8244 second=113 amount=-4 -kerning first=1169 second=230 amount=-2 -kerning first=1141 second=902 amount=-4 -kerning first=1270 second=1233 amount=-5 -kerning first=1033 second=8225 amount=-2 -kerning first=1091 second=193 amount=-4 -kerning first=42 second=46 amount=-9 -kerning first=109 second=1090 amount=-2 -kerning first=1140 second=301 amount=5 -kerning first=1198 second=8373 amount=-2 -kerning first=81 second=372 amount=-1 -kerning first=939 second=331 amount=-3 -kerning first=1163 second=209 amount=1 -kerning first=1139 second=1066 amount=-3 -kerning first=917 second=297 amount=5 -kerning first=1090 second=234 amount=-2 -kerning first=86 second=266 amount=-2 -kerning first=102 second=172 amount=-2 -kerning first=170 second=335 amount=-2 -kerning first=1200 second=60 amount=-7 -kerning first=378 second=285 amount=-1 -kerning first=101 second=253 amount=-1 -kerning first=1207 second=1166 amount=1 -kerning first=1097 second=1053 amount=1 -kerning first=957 second=248 amount=-1 -kerning first=1090 second=1243 amount=-2 -kerning first=1104 second=1200 amount=-6 -kerning first=1012 second=932 amount=-2 -kerning first=221 second=227 amount=-5 -kerning first=1211 second=375 amount=-1 -kerning first=245 second=8224 amount=-2 -kerning first=242 second=1249 amount=-2 -kerning first=1225 second=1196 amount=-2 -kerning first=910 second=1087 amount=-3 -kerning first=90 second=1194 amount=-2 -kerning first=256 second=8249 amount=-2 -kerning first=1116 second=45 amount=-2 -kerning first=343 second=1141 amount=1 -kerning first=1191 second=1046 amount=-2 -kerning first=1091 second=233 amount=-1 -kerning first=981 second=1202 amount=-2 -kerning first=1058 second=1258 amount=-2 -kerning first=205 second=206 amount=1 -kerning first=194 second=933 amount=-5 -kerning first=234 second=1066 amount=-3 -kerning first=1098 second=1276 amount=-2 -kerning first=927 second=196 amount=-2 -kerning first=358 second=375 amount=-4 -kerning first=328 second=1059 amount=-5 -kerning first=245 second=88 amount=-2 -kerning first=1091 second=1241 amount=-1 -kerning first=378 second=162 amount=-1 -kerning first=297 second=1067 amount=3 -kerning first=918 second=1258 amount=-2 -kerning first=197 second=281 amount=-1 -kerning first=1222 second=295 amount=1 -kerning first=972 second=1278 amount=-2 -kerning first=902 second=1054 amount=-2 -kerning first=1198 second=249 amount=-3 -kerning first=1278 second=43 amount=-4 -kerning first=1217 second=286 amount=-1 -kerning first=940 second=8221 amount=2 -kerning first=87 second=1107 amount=-2 -kerning first=966 second=119 amount=-1 -kerning first=55 second=966 amount=-3 -kerning first=193 second=255 amount=-4 -kerning first=70 second=972 amount=-3 -kerning first=1239 second=1141 amount=-1 -kerning first=1265 second=1204 amount=-2 -kerning first=915 second=973 amount=-4 -kerning first=1018 second=1031 amount=1 -kerning first=195 second=8353 amount=-2 -kerning first=354 second=1092 amount=-5 -kerning first=1084 second=121 amount=-1 -kerning first=1103 second=1196 amount=-3 -kerning first=87 second=942 amount=-2 -kerning first=238 second=8361 amount=2 -kerning first=381 second=173 amount=-2 -kerning first=327 second=95 amount=2 -kerning first=192 second=187 amount=-2 -kerning first=256 second=1035 amount=-6 -kerning first=343 second=116 amount=2 -kerning first=286 second=1112 amount=2 -kerning first=1265 second=1232 amount=-4 -kerning first=290 second=1244 amount=-1 -kerning first=75 second=375 amount=-3 -kerning first=248 second=1175 amount=-1 -kerning first=270 second=374 amount=-2 -kerning first=73 second=300 amount=1 -kerning first=259 second=118 amount=-1 -kerning first=1197 second=1095 amount=-2 -kerning first=91 second=111 amount=-1 -kerning first=1010 second=1026 amount=-5 -kerning first=57 second=221 amount=-2 -kerning first=1230 second=280 amount=1 -kerning first=1168 second=121 amount=-4 -kerning first=259 second=1201 amount=-1 -kerning first=1170 second=944 amount=-4 -kerning first=1097 second=932 amount=-2 -kerning first=177 second=1244 amount=-3 -kerning first=255 second=258 amount=-4 -kerning first=1198 second=257 amount=-5 -kerning first=1069 second=1196 amount=-2 -kerning first=1254 second=88 amount=-1 -kerning first=221 second=328 amount=-3 -kerning first=1126 second=183 amount=-2 -kerning first=939 second=197 amount=-5 -kerning first=1043 second=289 amount=-5 -kerning first=920 second=87 amount=-1 -kerning first=377 second=1111 amount=5 -kerning first=1145 second=8226 amount=-1 -kerning first=165 second=236 amount=2 -kerning first=929 second=913 amount=-5 -kerning first=1198 second=1153 amount=-6 -kerning first=374 second=363 amount=-3 -kerning first=116 second=933 amount=-1 -kerning first=359 second=276 amount=1 -kerning first=1199 second=932 amount=-2 -kerning first=1167 second=1234 amount=-2 -kerning first=1187 second=340 amount=1 -kerning first=1092 second=196 amount=-2 -kerning first=213 second=1140 amount=-2 -kerning first=290 second=193 amount=-1 -kerning first=121 second=910 amount=-2 -kerning first=1234 second=248 amount=-1 -kerning first=1276 second=43 amount=-4 -kerning first=65 second=1092 amount=-1 -kerning first=192 second=1066 amount=-6 -kerning first=1093 second=959 amount=-1 -kerning first=255 second=283 amount=-1 -kerning first=341 second=1196 amount=-4 -kerning first=372 second=349 amount=-2 -kerning first=1196 second=38 amount=-2 -kerning first=335 second=87 amount=-3 -kerning first=939 second=275 amount=-6 -kerning first=8221 second=1169 amount=-1 -kerning first=972 second=260 amount=-2 -kerning first=177 second=193 amount=-3 -kerning first=95 second=216 amount=-3 -kerning first=1209 second=92 amount=-3 -kerning first=1108 second=354 amount=-5 -kerning first=1118 second=65 amount=-4 -kerning first=170 second=1104 amount=-2 -kerning first=376 second=198 amount=-5 -kerning first=297 second=77 amount=3 -kerning first=82 second=86 amount=-1 -kerning first=1058 second=1080 amount=-4 -kerning first=315 second=183 amount=-4 -kerning first=1170 second=335 amount=-5 -kerning first=1125 second=87 amount=-1 -kerning first=1234 second=39 amount=-5 -kerning first=186 second=242 amount=-2 -kerning first=222 second=1032 amount=-3 -kerning first=353 second=1058 amount=-5 -kerning first=98 second=358 amount=-3 -kerning first=377 second=332 amount=-2 -kerning first=8244 second=52 amount=-6 -kerning first=959 second=939 amount=-6 -kerning first=235 second=121 amount=-1 -kerning first=8250 second=1203 amount=-2 -kerning first=1059 second=59 amount=-4 -kerning first=1113 second=1249 amount=-4 -kerning first=1105 second=1196 amount=-3 -kerning first=1091 second=374 amount=-2 -kerning first=254 second=1267 amount=-1 -kerning first=374 second=229 amount=-5 -kerning first=1128 second=966 amount=-1 -kerning first=1217 second=920 amount=-1 -kerning first=116 second=282 amount=1 -kerning first=922 second=275 amount=-3 -kerning first=321 second=1040 amount=2 -kerning first=939 second=1187 amount=-3 -kerning first=1228 second=910 amount=-5 -kerning first=345 second=1193 amount=-1 -kerning first=1118 second=101 amount=-1 -kerning first=104 second=1118 amount=-1 -kerning first=1061 second=1054 amount=-1 -kerning first=356 second=279 amount=-5 -kerning first=932 second=1234 amount=-6 -kerning first=1145 second=196 amount=-2 -kerning first=1094 second=1059 amount=-1 -kerning first=1196 second=255 amount=-4 -kerning first=1188 second=122 amount=-3 -kerning first=1256 second=358 amount=-2 -kerning first=1107 second=972 amount=-2 -kerning first=8221 second=1088 amount=-1 -kerning first=8373 second=1278 amount=-1 -kerning first=84 second=121 amount=-4 -kerning first=249 second=1200 amount=-4 -kerning first=208 second=372 amount=-1 -kerning first=110 second=374 amount=-5 -kerning first=1200 second=361 amount=-3 -kerning first=1244 second=71 amount=-1 -kerning first=929 second=308 amount=-6 -kerning first=244 second=84 amount=-3 -kerning first=981 second=118 amount=-1 -kerning first=68 second=1040 amount=-2 -kerning first=1184 second=8249 amount=-3 -kerning first=1199 second=285 amount=-1 -kerning first=972 second=1090 amount=-2 -kerning first=339 second=376 amount=-6 -kerning first=341 second=271 amount=-1 -kerning first=927 second=89 amount=-2 -kerning first=358 second=187 amount=-3 -kerning first=1118 second=1083 amount=-3 -kerning first=376 second=8353 amount=-2 -kerning first=916 second=964 amount=-3 -kerning first=981 second=1201 amount=-1 -kerning first=65 second=186 amount=-5 -kerning first=356 second=1224 amount=-4 -kerning first=1145 second=235 amount=-1 -kerning first=368 second=47 amount=-4 -kerning first=1020 second=197 amount=-2 -kerning first=1205 second=1049 amount=1 -kerning first=92 second=275 amount=-1 -kerning first=1140 second=242 amount=-3 -kerning first=1186 second=1162 amount=1 -kerning first=1217 second=8363 amount=-2 -kerning first=228 second=49 amount=-3 -kerning first=1213 second=86 amount=-3 -kerning first=310 second=255 amount=-3 -kerning first=76 second=81 amount=-2 -kerning first=1058 second=172 amount=-4 -kerning first=281 second=376 amount=-6 -kerning first=1046 second=233 amount=-2 -kerning first=311 second=963 amount=-1 -kerning first=1199 second=162 amount=-1 -kerning first=1226 second=1204 amount=-2 -kerning first=1097 second=1184 amount=1 -kerning first=341 second=1275 amount=2 -kerning first=240 second=1026 amount=-3 -kerning first=222 second=918 amount=-3 -kerning first=1211 second=1066 amount=-3 -kerning first=196 second=279 amount=-1 -kerning first=171 second=258 amount=-2 -kerning first=918 second=172 amount=-2 -kerning first=1169 second=1095 amount=-2 -kerning first=1201 second=44 amount=-2 -kerning first=224 second=8216 amount=-3 -kerning first=1120 second=300 amount=1 -kerning first=1046 second=1241 amount=-2 -kerning first=1270 second=1094 amount=-4 -kerning first=1091 second=1111 amount=3 -kerning first=915 second=1239 amount=-5 -kerning first=313 second=1143 amount=-4 -kerning first=1048 second=938 amount=1 -kerning first=227 second=375 amount=-1 -kerning first=212 second=1061 amount=-1 -kerning first=86 second=245 amount=-3 -kerning first=87 second=263 amount=-3 -kerning first=1267 second=289 amount=-1 -kerning first=1244 second=45 amount=-4 -kerning first=355 second=201 amount=1 -kerning first=90 second=1138 amount=-2 -kerning first=1253 second=1059 amount=-5 -kerning first=1011 second=301 amount=3 -kerning first=8250 second=910 amount=-6 -kerning first=1059 second=291 amount=-6 -kerning first=902 second=372 amount=-4 -kerning first=1040 second=1118 amount=-4 -kerning first=221 second=1092 amount=-6 -kerning first=259 second=356 amount=-3 -kerning first=214 second=8216 amount=-2 -kerning first=1103 second=87 amount=-3 -kerning first=76 second=195 amount=2 -kerning first=915 second=1102 amount=-4 -kerning first=321 second=355 amount=-1 -kerning first=972 second=170 amount=-2 -kerning first=311 second=243 amount=-1 -kerning first=1170 second=1104 amount=-5 -kerning first=1092 second=89 amount=-6 -kerning first=1094 second=922 amount=1 -kerning first=943 second=247 amount=-2 -kerning first=341 second=113 amount=-1 -kerning first=290 second=374 amount=-2 -kerning first=1198 second=194 amount=-5 -kerning first=313 second=284 amount=-2 -kerning first=1080 second=910 amount=-5 -kerning first=1086 second=1204 amount=-3 -kerning first=1088 second=1202 amount=-2 -kerning first=1066 second=358 amount=-3 -kerning first=1200 second=290 amount=-2 -kerning first=285 second=1026 amount=-3 -kerning first=1128 second=1060 amount=-2 -kerning first=915 second=74 amount=-6 -kerning first=1175 second=959 amount=-1 -kerning first=177 second=374 amount=-6 -kerning first=1069 second=87 amount=-1 -kerning first=1171 second=261 amount=-2 -kerning first=1086 second=1232 amount=-2 -kerning first=1222 second=82 amount=1 -kerning first=1170 second=1114 amount=-4 -kerning first=1040 second=263 amount=-1 -kerning first=1198 second=234 amount=-6 -kerning first=241 second=174 amount=-1 -kerning first=340 second=1140 amount=-1 -kerning first=959 second=967 amount=-1 -kerning first=277 second=1204 amount=-3 -kerning first=1274 second=981 amount=-5 -kerning first=356 second=1195 amount=-5 -kerning first=102 second=333 amount=-1 -kerning first=961 second=1035 amount=-3 -kerning first=971 second=221 amount=-4 -kerning first=1191 second=125 amount=-2 -kerning first=1198 second=1243 amount=-6 -kerning first=8217 second=1075 amount=-1 -kerning first=1027 second=1242 amount=-2 -kerning first=250 second=1196 amount=-3 -kerning first=1187 second=374 amount=-1 -kerning first=1226 second=315 amount=1 -kerning first=119 second=1236 amount=-4 -kerning first=1101 second=84 amount=-3 -kerning first=239 second=274 amount=3 -kerning first=1225 second=52 amount=-1 -kerning first=317 second=1060 amount=-2 -kerning first=48 second=376 amount=-2 -kerning first=8244 second=248 amount=-4 -kerning first=1145 second=89 amount=1 -kerning first=1189 second=101 amount=-2 -kerning first=1153 second=358 amount=-5 -kerning first=902 second=299 amount=3 -kerning first=362 second=44 amount=-2 -kerning first=1205 second=294 amount=1 -kerning first=1198 second=1085 amount=-3 -kerning first=1186 second=1225 amount=1 -kerning first=274 second=301 amount=5 -kerning first=1273 second=84 amount=-3 -kerning first=102 second=8218 amount=-6 -kerning first=353 second=939 amount=-5 -kerning first=1225 second=1037 amount=1 -kerning first=192 second=288 amount=-2 -kerning first=260 second=1059 amount=-5 -kerning first=1170 second=353 amount=-5 -kerning first=1105 second=87 amount=-3 -kerning first=1033 second=84 amount=-3 -kerning first=290 second=1111 amount=2 -kerning first=239 second=309 amount=-4 -kerning first=55 second=226 amount=-3 -kerning first=106 second=372 amount=2 -kerning first=1139 second=65 amount=-2 -kerning first=283 second=89 amount=-6 -kerning first=336 second=198 amount=-2 -kerning first=318 second=206 amount=1 -kerning first=1189 second=1083 amount=-3 -kerning first=1072 second=933 amount=-5 -kerning first=1141 second=267 amount=-1 -kerning first=374 second=279 amount=-6 -kerning first=981 second=356 amount=-3 -kerning first=933 second=1234 amount=-5 -kerning first=301 second=76 amount=3 -kerning first=195 second=233 amount=-1 -kerning first=187 second=197 amount=-2 -kerning first=252 second=1198 amount=-4 -kerning first=1187 second=69 amount=1 -kerning first=196 second=1195 amount=-1 -kerning first=1063 second=95 amount=2 -kerning first=358 second=252 amount=-5 -kerning first=174 second=1239 amount=-2 -kerning first=80 second=74 amount=-6 -kerning first=376 second=241 amount=-3 -kerning first=1265 second=1200 amount=-2 -kerning first=297 second=928 amount=3 -kerning first=915 second=1107 amount=-4 -kerning first=195 second=1241 amount=-1 -kerning first=286 second=1040 amount=-1 -kerning first=935 second=8370 amount=-1 -kerning first=939 second=336 amount=-2 -kerning first=365 second=354 amount=-3 -kerning first=1269 second=1035 amount=-3 -kerning first=89 second=171 amount=-6 -kerning first=374 second=1224 amount=-3 -kerning first=915 second=942 amount=-4 -kerning first=301 second=359 amount=3 -kerning first=270 second=46 amount=-3 -kerning first=194 second=1204 amount=-6 -kerning first=260 second=291 amount=-1 -kerning first=354 second=981 amount=-5 -kerning first=1094 second=1025 amount=1 -kerning first=913 second=333 amount=-1 -kerning first=113 second=95 amount=2 -kerning first=1188 second=199 amount=-2 -kerning first=57 second=44 amount=-2 -kerning first=233 second=374 amount=-6 -kerning first=8250 second=1093 amount=-2 -kerning first=1181 second=183 amount=-2 -kerning first=1230 second=1062 amount=1 -kerning first=1077 second=84 amount=-3 -kerning first=1200 second=196 amount=-5 -kerning first=169 second=8222 amount=-3 -kerning first=88 second=972 amount=-2 -kerning first=981 second=902 amount=-2 -kerning first=1128 second=359 amount=-2 -kerning first=75 second=252 amount=-2 -kerning first=295 second=1090 amount=-2 -kerning first=922 second=336 amount=-2 -kerning first=1027 second=1074 amount=-4 -kerning first=299 second=92 amount=5 -kerning first=1111 second=354 amount=6 -kerning first=183 second=256 amount=-2 -kerning first=1143 second=95 amount=-5 -kerning first=1078 second=1153 amount=-1 -kerning first=174 second=74 amount=-5 -kerning first=359 second=1059 amount=-1 -kerning first=381 second=79 amount=-2 -kerning first=1082 second=275 amount=-1 -kerning first=213 second=1058 amount=-2 -kerning first=8224 second=337 amount=-2 -kerning first=1126 second=92 amount=-5 -kerning first=1043 second=271 amount=-5 -kerning first=1107 second=224 amount=-2 -kerning first=910 second=59 amount=-4 -kerning first=106 second=299 amount=3 -kerning first=356 second=1194 amount=-2 -kerning first=1180 second=289 amount=-3 -kerning first=1088 second=118 amount=-1 -kerning first=102 second=1077 amount=-1 -kerning first=1200 second=235 amount=-6 -kerning first=923 second=8370 amount=-2 -kerning first=324 second=1199 amount=-1 -kerning first=8217 second=940 amount=-4 -kerning first=1111 second=1041 amount=3 -kerning first=972 second=120 amount=-1 -kerning first=1090 second=8230 amount=-6 -kerning first=227 second=1066 amount=-3 -kerning first=95 second=1191 amount=3 -kerning first=1088 second=1201 amount=-1 -kerning first=1126 second=338 amount=-2 -kerning first=1053 second=296 amount=1 -kerning first=317 second=359 amount=-1 -kerning first=68 second=47 amount=-3 -kerning first=321 second=1198 amount=-3 -kerning first=65 second=981 amount=-1 -kerning first=1274 second=1040 amount=-6 -kerning first=932 second=1258 amount=-2 -kerning first=1201 second=225 amount=-1 -kerning first=107 second=269 amount=-1 -kerning first=38 second=1091 amount=-2 -kerning first=219 second=95 amount=-3 -kerning first=92 second=336 amount=-2 -kerning first=963 second=916 amount=-3 -kerning first=1217 second=216 amount=-1 -kerning first=1163 second=276 amount=1 -kerning first=1185 second=966 amount=-1 -kerning first=345 second=1010 amount=-1 -kerning first=358 second=288 amount=-2 -kerning first=1141 second=177 amount=-3 -kerning first=376 second=193 amount=-5 -kerning first=1091 second=46 amount=-2 -kerning first=116 second=1204 amount=-2 -kerning first=1058 second=965 amount=-4 -kerning first=315 second=92 amount=-5 -kerning first=44 second=1058 amount=-2 -kerning first=1046 second=332 amount=-1 -kerning first=8249 second=1035 amount=-3 -kerning first=1278 second=277 amount=-2 -kerning first=1234 second=63 amount=-4 -kerning first=1026 second=1197 amount=-2 -kerning first=380 second=100 amount=-1 -kerning first=8244 second=1100 amount=-1 -kerning first=68 second=1198 amount=-2 -kerning first=70 second=195 amount=-6 -kerning first=1168 second=1081 amount=-4 -kerning first=1270 second=967 amount=-4 -kerning first=324 second=957 amount=-1 -kerning first=315 second=338 amount=-2 -kerning first=301 second=1238 amount=3 -kerning first=931 second=247 amount=-2 -kerning first=78 second=299 amount=5 -kerning first=195 second=374 amount=-5 -kerning first=196 second=1194 amount=-2 -kerning first=1139 second=174 amount=-1 -kerning first=121 second=1234 amount=-4 -kerning first=376 second=233 amount=-6 -kerning first=378 second=940 amount=-1 -kerning first=1171 second=275 amount=-2 -kerning first=374 second=1195 amount=-6 -kerning first=192 second=101 amount=-1 -kerning first=361 second=358 amount=-3 -kerning first=1222 second=221 amount=-1 -kerning first=1230 second=313 amount=1 -kerning first=1059 second=1054 amount=-2 -kerning first=1226 second=124 amount=1 -kerning first=114 second=102 amount=2 -kerning first=944 second=932 amount=-3 -kerning first=75 second=288 amount=-2 -kerning first=1118 second=1257 amount=-1 -kerning first=1267 second=1196 amount=-2 -kerning first=1043 second=113 amount=-5 -kerning first=8360 second=374 amount=-5 -kerning first=8221 second=245 amount=-4 -kerning first=376 second=1241 amount=-6 -kerning first=258 second=1258 amount=-2 -kerning first=1139 second=935 amount=-2 -kerning first=43 second=1185 amount=-1 -kerning first=216 second=1278 amount=-1 -kerning first=102 second=351 amount=-1 -kerning first=8225 second=963 amount=-2 -kerning first=1200 second=343 amount=-3 -kerning first=359 second=922 amount=1 -kerning first=1058 second=333 amount=-5 -kerning first=1036 second=1089 amount=-3 -kerning first=915 second=1118 amount=-4 -kerning first=69 second=299 amount=5 -kerning first=97 second=86 amount=-3 -kerning first=194 second=357 amount=-2 -kerning first=1168 second=71 amount=-2 -kerning first=234 second=174 amount=-1 -kerning first=913 second=1077 amount=-1 -kerning first=1257 second=258 amount=-2 -kerning first=1203 second=172 amount=-1 -kerning first=72 second=301 amount=5 -kerning first=376 second=1230 amount=-3 -kerning first=910 second=291 amount=-6 -kerning first=8244 second=115 amount=-5 -kerning first=54 second=95 amount=-3 -kerning first=1220 second=195 amount=-2 -kerning first=107 second=1086 amount=-1 -kerning first=1116 second=337 amount=-1 -kerning first=1067 second=938 amount=1 -kerning first=1226 second=1200 amount=-1 -kerning first=372 second=1069 amount=-2 -kerning first=240 second=1061 amount=-2 -kerning first=1017 second=88 amount=-1 -kerning first=1027 second=945 amount=-5 -kerning first=313 second=42 amount=-8 -kerning first=354 second=1040 amount=-6 -kerning first=302 second=1111 amount=5 -kerning first=309 second=93 amount=2 -kerning first=210 second=923 amount=-2 -kerning first=118 second=972 amount=-1 -kerning first=1145 second=1259 amount=-1 -kerning first=345 second=339 amount=-1 -kerning first=328 second=372 amount=-3 -kerning first=1276 second=277 amount=-2 -kerning first=1200 second=169 amount=-2 -kerning first=76 second=211 amount=-2 -kerning first=244 second=1118 amount=-1 -kerning first=90 second=1012 amount=-2 -kerning first=1058 second=8218 amount=-8 -kerning first=903 second=194 amount=-5 -kerning first=1075 second=1066 amount=-3 -kerning first=1050 second=1256 amount=-2 -kerning first=1207 second=356 amount=-2 -kerning first=957 second=959 amount=-1 -kerning first=8224 second=1105 amount=-2 -kerning first=1198 second=334 amount=-2 -kerning first=927 second=1046 amount=-1 -kerning first=1027 second=262 amount=-2 -kerning first=355 second=1219 amount=1 -kerning first=256 second=94 amount=-5 -kerning first=932 second=1080 amount=-4 -kerning first=229 second=121 amount=-1 -kerning first=902 second=34 amount=-5 -kerning first=8225 second=243 amount=-2 -kerning first=1091 second=103 amount=-1 -kerning first=1196 second=1251 amount=-4 -kerning first=1186 second=349 amount=-1 -kerning first=89 second=117 amount=-3 -kerning first=116 second=315 amount=1 -kerning first=915 second=263 amount=-5 -kerning first=195 second=1111 amount=3 -kerning first=84 second=1081 amount=-4 -kerning first=1267 second=271 amount=-1 -kerning first=929 second=247 amount=-2 -kerning first=197 second=289 amount=-1 -kerning first=1168 second=45 amount=-4 -kerning first=1207 second=1168 amount=1 -kerning first=1016 second=375 amount=-1 -kerning first=1093 second=235 amount=-1 -kerning first=957 second=60 amount=-2 -kerning first=1128 second=1254 amount=-2 -kerning first=221 second=981 amount=-6 -kerning first=264 second=1202 amount=-1 -kerning first=263 second=1058 amount=-5 -kerning first=1110 second=125 amount=2 -kerning first=1086 second=1200 amount=-6 -kerning first=358 second=65 amount=-6 -kerning first=1232 second=1069 amount=-2 -kerning first=246 second=1267 amount=-1 -kerning first=1198 second=1273 amount=-3 -kerning first=1128 second=1144 amount=-2 -kerning first=1036 second=1145 amount=-3 -kerning first=216 second=260 amount=-2 -kerning first=341 second=248 amount=-1 -kerning first=173 second=1202 amount=-4 -kerning first=324 second=354 amount=-3 -kerning first=1043 second=268 amount=-2 -kerning first=278 second=297 amount=5 -kerning first=84 second=71 amount=-2 -kerning first=1078 second=234 amount=-1 -kerning first=192 second=174 amount=-5 -kerning first=43 second=1276 amount=-4 -kerning first=1088 second=356 amount=-3 -kerning first=255 second=1059 amount=-2 -kerning first=1279 second=232 amount=-1 -kerning first=372 second=8373 amount=-2 -kerning first=382 second=269 amount=-1 -kerning first=8217 second=1237 amount=-4 -kerning first=969 second=8220 amount=-4 -kerning first=195 second=332 amount=-2 -kerning first=259 second=1265 amount=-1 -kerning first=213 second=939 amount=-2 -kerning first=1078 second=1243 amount=-1 -kerning first=277 second=1200 amount=-6 -kerning first=358 second=101 amount=-5 -kerning first=110 second=1249 amount=-2 -kerning first=254 second=1279 amount=-1 -kerning first=317 second=1254 amount=-2 -kerning first=374 second=1194 amount=-2 -kerning first=8250 second=1234 amount=-2 -kerning first=1230 second=70 amount=1 -kerning first=101 second=1185 amount=-1 -kerning first=339 second=1141 amount=-1 -kerning first=1092 second=1046 amount=-2 -kerning first=1235 second=376 amount=-5 -kerning first=1164 second=197 amount=-2 -kerning first=112 second=1199 amount=-1 -kerning first=1196 second=109 amount=-4 -kerning first=380 second=1026 amount=-2 -kerning first=239 second=1039 amount=3 -kerning first=376 second=1125 amount=-3 -kerning first=317 second=1144 amount=-2 -kerning first=48 second=8230 amount=-2 -kerning first=1243 second=1203 amount=-1 -kerning first=932 second=172 amount=-4 -kerning first=1071 second=239 amount=5 -kerning first=170 second=1236 amount=-5 -kerning first=1270 second=183 amount=-4 -kerning first=933 second=1258 amount=-2 -kerning first=359 second=1025 amount=1 -kerning first=1058 second=1077 amount=-5 -kerning first=8217 second=961 amount=-1 -kerning first=44 second=182 amount=-3 -kerning first=1250 second=298 amount=1 -kerning first=260 second=1054 amount=-2 -kerning first=71 second=932 amount=-2 -kerning first=336 second=1244 amount=-1 -kerning first=1234 second=959 amount=-1 -kerning first=1267 second=113 amount=-1 -kerning first=1116 second=1105 amount=-1 -kerning first=356 second=1138 amount=-2 -kerning first=1201 second=100 amount=-1 -kerning first=1088 second=902 amount=-2 -kerning first=281 second=1141 amount=-1 -kerning first=1259 second=197 amount=-2 -kerning first=120 second=1204 amount=-3 -kerning first=255 second=291 amount=-1 -kerning first=908 second=354 amount=-2 -kerning first=1196 second=173 amount=-4 -kerning first=89 second=286 amount=-2 -kerning first=75 second=101 amount=-3 -kerning first=111 second=1026 amount=-3 -kerning first=1043 second=52 amount=-4 -kerning first=8221 second=1097 amount=-1 -kerning first=947 second=8230 amount=-5 -kerning first=44 second=939 amount=-3 -kerning first=84 second=45 amount=-4 -kerning first=95 second=927 amount=-3 -kerning first=1087 second=1196 amount=-3 -kerning first=1189 second=1257 amount=-2 -kerning first=1237 second=1059 amount=-6 -kerning first=1232 second=8373 amount=-2 -kerning first=286 second=1198 amount=-2 -kerning first=1178 second=1258 amount=-2 -kerning first=981 second=93 amount=-1 -kerning first=1199 second=940 amount=-1 -kerning first=1187 second=1050 amount=1 -kerning first=119 second=277 amount=-1 -kerning first=112 second=957 amount=-1 -kerning first=1101 second=1118 amount=-1 -kerning first=1234 second=60 amount=-1 -kerning first=935 second=232 amount=-2 -kerning first=905 second=300 amount=1 -kerning first=122 second=945 amount=-1 -kerning first=313 second=213 amount=-2 -kerning first=245 second=41 amount=-1 -kerning first=225 second=1140 amount=-3 -kerning first=336 second=193 amount=-2 -kerning first=215 second=1198 amount=-3 -kerning first=1205 second=322 amount=1 -kerning first=1200 second=210 amount=-2 -kerning first=1091 second=259 amount=-1 -kerning first=382 second=1086 amount=-1 -kerning first=8217 second=246 amount=-4 -kerning first=1111 second=316 amount=3 -kerning first=194 second=1256 amount=-2 -kerning first=1083 second=932 amount=-3 -kerning first=1273 second=1118 amount=-1 -kerning first=95 second=1267 amount=-5 -kerning first=174 second=263 amount=-2 -kerning first=358 second=341 amount=-4 -kerning first=1271 second=966 amount=-2 -kerning first=1225 second=115 amount=-1 -kerning first=310 second=173 amount=-6 -kerning first=266 second=95 amount=-3 -kerning first=46 second=1090 amount=-5 -kerning first=65 second=355 amount=-2 -kerning first=256 second=214 amount=-2 -kerning first=356 second=287 amount=-5 -kerning first=194 second=1200 amount=-5 -kerning first=1168 second=1082 amount=-4 -kerning first=1170 second=43 amount=-4 -kerning first=1033 second=1118 amount=-1 -kerning first=908 second=913 amount=-2 -kerning first=372 second=257 amount=-3 -kerning first=1211 second=174 amount=-1 -kerning first=313 second=118 amount=-4 -kerning first=196 second=1138 amount=-2 -kerning first=1143 second=335 amount=-1 -kerning first=1274 second=47 amount=-5 -kerning first=1230 second=1198 amount=-1 -kerning first=1072 second=1204 amount=-3 -kerning first=372 second=1153 amount=-3 -kerning first=981 second=1265 amount=-1 -kerning first=1058 second=351 amount=-5 -kerning first=313 second=1201 amount=-4 -kerning first=311 second=99 amount=-1 -kerning first=1255 second=1196 amount=-3 -kerning first=284 second=88 amount=-1 -kerning first=1098 second=1267 amount=-2 -kerning first=221 second=1040 amount=-5 -kerning first=1118 second=1108 amount=-1 -kerning first=245 second=1091 amount=-1 -kerning first=8220 second=191 amount=-4 -kerning first=1243 second=910 amount=-6 -kerning first=1277 second=354 amount=-3 -kerning first=923 second=232 amount=-1 -kerning first=1198 second=8230 amount=-3 -kerning first=1263 second=8244 amount=2 -kerning first=1175 second=235 amount=-1 -kerning first=193 second=8225 amount=-5 -kerning first=171 second=1059 amount=-4 -kerning first=256 second=1199 amount=-4 -kerning first=87 second=256 amount=-4 -kerning first=1118 second=1032 amount=-4 -kerning first=1026 second=253 amount=-1 -kerning first=376 second=332 amount=-2 -kerning first=115 second=1035 amount=-5 -kerning first=1244 second=337 amount=-2 -kerning first=378 second=246 amount=-1 -kerning first=933 second=1080 amount=-3 -kerning first=116 second=124 amount=1 -kerning first=1253 second=372 amount=-3 -kerning first=1215 second=89 amount=-6 -kerning first=1046 second=103 amount=-2 -kerning first=279 second=1196 amount=-3 -kerning first=1097 second=330 amount=1 -kerning first=123 second=232 amount=-1 -kerning first=1035 second=1267 amount=-1 -kerning first=1263 second=84 amount=-2 -kerning first=66 second=1111 amount=2 -kerning first=299 second=925 amount=3 -kerning first=55 second=301 amount=6 -kerning first=196 second=287 amount=-1 -kerning first=1274 second=382 amount=-3 -kerning first=1180 second=271 amount=-3 -kerning first=1138 second=354 amount=-2 -kerning first=1145 second=1193 amount=-1 -kerning first=230 second=89 amount=-6 -kerning first=1077 second=1118 amount=-1 -kerning first=1202 second=966 amount=-2 -kerning first=89 second=920 amount=-2 -kerning first=75 second=174 amount=-1 -kerning first=1163 second=1059 amount=-1 -kerning first=371 second=8216 amount=-3 -kerning first=1170 second=1236 amount=-6 -kerning first=375 second=95 amount=-5 -kerning first=87 second=281 amount=-3 -kerning first=186 second=923 amount=-5 -kerning first=1267 second=238 amount=3 -kerning first=1106 second=1035 amount=-3 -kerning first=1232 second=1153 amount=-1 -kerning first=1200 second=1259 amount=-6 -kerning first=910 second=1054 amount=-2 -kerning first=263 second=939 amount=-4 -kerning first=116 second=1200 amount=-1 -kerning first=114 second=1267 amount=1 -kerning first=1016 second=1066 amount=-3 -kerning first=88 second=81 amount=-1 -kerning first=1196 second=1220 amount=-4 -kerning first=966 second=1140 amount=-3 -kerning first=1188 second=1207 amount=-5 -kerning first=357 second=310 amount=1 -kerning first=1027 second=111 amount=-5 -kerning first=84 second=1082 amount=-4 -kerning first=959 second=92 amount=-3 -kerning first=112 second=354 amount=-3 -kerning first=118 second=224 amount=-1 -kerning first=256 second=957 amount=-4 -kerning first=1100 second=1026 amount=-7 -kerning first=292 second=297 amount=5 -kerning first=90 second=266 amount=-2 -kerning first=8222 second=1095 amount=-2 -kerning first=354 second=47 amount=-5 -kerning first=1050 second=1017 amount=-2 -kerning first=1094 second=1049 amount=1 -kerning first=1207 second=917 amount=1 -kerning first=40 second=275 amount=-1 -kerning first=1096 second=8220 amount=-3 -kerning first=1231 second=95 amount=2 -kerning first=288 second=358 amount=-2 -kerning first=87 second=1226 amount=-2 -kerning first=340 second=939 amount=-2 -kerning first=1138 second=913 amount=-2 -kerning first=1201 second=1026 amount=-2 -kerning first=1145 second=1109 amount=-1 -kerning first=1119 second=86 amount=-3 -kerning first=1099 second=41 amount=2 -kerning first=89 second=8363 amount=-6 -kerning first=265 second=1090 amount=-1 -kerning first=379 second=908 amount=-2 -kerning first=1275 second=1204 amount=-3 -kerning first=63 second=256 amount=-4 -kerning first=1197 second=173 amount=-1 -kerning first=1203 second=333 amount=-1 -kerning first=247 second=358 amount=-4 -kerning first=1210 second=1026 amount=-3 -kerning first=1225 second=108 amount=1 -kerning first=933 second=172 amount=-4 -kerning first=97 second=8216 amount=-3 -kerning first=1050 second=303 amount=2 -kerning first=114 second=269 amount=-1 -kerning first=1207 second=318 amount=1 -kerning first=210 second=1217 amount=-1 -kerning first=1040 second=281 amount=-1 -kerning first=1140 second=923 amount=-5 -kerning first=176 second=260 amount=-5 -kerning first=1263 second=1239 amount=-1 -kerning first=1043 second=248 amount=-5 -kerning first=1143 second=1104 amount=-1 -kerning first=1220 second=119 amount=-1 -kerning first=112 second=913 amount=-2 -kerning first=233 second=1249 amount=-1 -kerning first=192 second=1257 amount=-1 -kerning first=197 second=1196 amount=-6 -kerning first=1274 second=1175 amount=-3 -kerning first=1180 second=113 amount=-3 -kerning first=336 second=374 amount=-2 -kerning first=1060 second=86 amount=-2 -kerning first=1265 second=244 amount=-1 -kerning first=254 second=186 amount=-2 -kerning first=374 second=1138 amount=-2 -kerning first=915 second=365 amount=-5 -kerning first=8217 second=1096 amount=-1 -kerning first=301 second=301 amount=3 -kerning first=354 second=382 amount=-3 -kerning first=260 second=372 amount=-4 -kerning first=1199 second=1237 amount=-1 -kerning first=1226 second=1162 amount=1 -kerning first=1085 second=358 amount=-3 -kerning first=239 second=1024 amount=3 -kerning first=1178 second=172 amount=-6 -kerning first=8244 second=959 amount=-4 -kerning first=322 second=207 amount=1 -kerning first=1201 second=297 amount=3 -kerning first=1087 second=87 amount=-3 -kerning first=1205 second=205 amount=1 -kerning first=1141 second=260 amount=-4 -kerning first=923 second=221 amount=-5 -kerning first=1128 second=301 amount=3 -kerning first=1184 second=214 amount=-2 -kerning first=252 second=8221 amount=1 -kerning first=1163 second=922 amount=1 -kerning first=210 second=192 amount=-2 -kerning first=1270 second=1253 amount=-4 -kerning first=1265 second=8222 amount=-5 -kerning first=1244 second=1105 amount=-2 -kerning first=1170 second=251 amount=-5 -kerning first=8224 second=231 amount=-2 -kerning first=372 second=194 amount=-4 -kerning first=1263 second=74 amount=-4 -kerning first=240 second=121 amount=-1 -kerning first=313 second=356 amount=-6 -kerning first=1225 second=1134 amount=1 -kerning first=8244 second=60 amount=-6 -kerning first=1110 second=239 amount=3 -kerning first=1081 second=86 amount=-3 -kerning first=193 second=79 amount=-2 -kerning first=1243 second=1093 amount=-1 -kerning first=65 second=1198 amount=-5 -kerning first=932 second=965 amount=-4 -kerning first=126 second=84 amount=-4 -kerning first=1189 second=1108 amount=-2 -kerning first=1091 second=273 amount=-1 -kerning first=1140 second=8370 amount=-2 -kerning first=374 second=287 amount=-6 -kerning first=1202 second=1060 amount=-1 -kerning first=301 second=1250 amount=3 -kerning first=271 second=307 amount=3 -kerning first=195 second=103 amount=-1 -kerning first=906 second=299 amount=5 -kerning first=1184 second=1199 amount=-3 -kerning first=197 second=271 amount=-1 -kerning first=256 second=354 amount=-6 -kerning first=1092 second=125 amount=-1 -kerning first=114 second=1086 amount=-1 -kerning first=372 second=234 amount=-3 -kerning first=8221 second=375 amount=1 -kerning first=1074 second=374 amount=-5 -kerning first=55 second=962 amount=-3 -kerning first=1162 second=207 amount=1 -kerning first=1255 second=87 amount=-3 -kerning first=1224 second=84 amount=-3 -kerning first=1088 second=93 amount=-1 -kerning first=1093 second=1259 amount=-1 -kerning first=372 second=1243 amount=-3 -kerning first=939 second=1242 amount=-2 -kerning first=1075 second=101 amount=-2 -kerning first=260 second=299 amount=3 -kerning first=354 second=1175 amount=-3 -kerning first=1199 second=246 amount=-1 -kerning first=1094 second=294 amount=1 -kerning first=227 second=174 amount=-1 -kerning first=173 second=356 amount=-4 -kerning first=935 second=212 amount=-1 -kerning first=1126 second=335 amount=-1 -kerning first=122 second=111 amount=-1 -kerning first=313 second=902 amount=2 -kerning first=376 second=46 amount=-3 -kerning first=268 second=301 amount=2 -kerning first=197 second=1275 amount=-2 -kerning first=1180 second=268 amount=-2 -kerning first=932 second=333 amount=-5 -kerning first=232 second=358 amount=-3 -kerning first=1059 second=1020 amount=-3 -kerning first=1097 second=8217 amount=2 -kerning first=372 second=1085 amount=-2 -kerning first=1027 second=1209 amount=-5 -kerning first=239 second=1196 amount=6 -kerning first=924 second=239 amount=5 -kerning first=194 second=1017 amount=-2 -kerning first=181 second=126 amount=-2 -kerning first=279 second=87 amount=-3 -kerning first=332 second=1040 amount=-2 -kerning first=1203 second=1077 amount=-1 -kerning first=95 second=105 amount=2 -kerning first=1234 second=290 amount=-2 -kerning first=922 second=1242 amount=-2 -kerning first=321 second=8221 amount=-3 -kerning first=1184 second=957 amount=-3 -kerning first=1241 second=1035 amount=-3 -kerning first=356 second=1012 amount=-2 -kerning first=1075 second=1083 amount=-3 -kerning first=1199 second=8217 amount=2 -kerning first=121 second=172 amount=-3 -kerning first=324 second=1263 amount=-1 -kerning first=358 second=1257 amount=-5 -kerning first=1032 second=46 amount=-2 -kerning first=99 second=910 amount=-4 -kerning first=1122 second=1236 amount=-2 -kerning first=55 second=242 amount=-3 -kerning first=1169 second=173 amount=-1 -kerning first=118 second=195 amount=-4 -kerning first=932 second=8218 amount=-8 -kerning first=1180 second=238 amount=2 -kerning first=1088 second=1265 amount=-1 -kerning first=1232 second=234 amount=-1 -kerning first=1191 second=1203 amount=-1 -kerning first=1205 second=1068 amount=1 -kerning first=293 second=932 amount=-3 -kerning first=929 second=258 amount=-5 -kerning first=111 second=1061 amount=-2 -kerning first=1226 second=1225 amount=1 -kerning first=957 second=196 amount=-4 -kerning first=1095 second=1140 amount=-3 -kerning first=1267 second=248 amount=-1 -kerning first=1232 second=1243 amount=-1 -kerning first=961 second=1199 amount=-1 -kerning first=328 second=1098 amount=-2 -kerning first=353 second=92 amount=-3 -kerning first=197 second=113 amount=-1 -kerning first=1201 second=1235 amount=-1 -kerning first=1222 second=223 amount=1 -kerning first=1116 second=231 amount=-1 -kerning first=253 second=356 amount=-2 -kerning first=1270 second=338 amount=-2 -kerning first=923 second=212 amount=-2 -kerning first=1217 second=927 amount=-1 -kerning first=1043 second=1100 amount=-4 -kerning first=1163 second=1025 amount=1 -kerning first=258 second=333 amount=-1 -kerning first=225 second=1058 amount=-3 -kerning first=228 second=1035 amount=-3 -kerning first=261 second=221 amount=-5 -kerning first=224 second=1143 amount=-1 -kerning first=1271 second=226 amount=-2 -kerning first=170 second=277 amount=-2 -kerning first=1200 second=1193 amount=-6 -kerning first=1225 second=204 amount=1 -kerning first=92 second=1242 amount=-2 -kerning first=297 second=75 amount=3 -kerning first=8220 second=198 amount=-6 -kerning first=75 second=1257 amount=-3 -kerning first=379 second=126 amount=-2 -kerning first=275 second=84 amount=-3 -kerning first=40 second=106 amount=1 -kerning first=957 second=235 amount=-1 -kerning first=1196 second=79 amount=-2 -kerning first=1278 second=285 amount=-2 -kerning first=8370 second=1202 amount=-1 -kerning first=196 second=1012 amount=-2 -kerning first=903 second=8230 amount=-5 -kerning first=107 second=1092 amount=-1 -kerning first=8225 second=99 amount=-2 -kerning first=255 second=1076 amount=-3 -kerning first=301 second=1223 amount=3 -kerning first=243 second=1277 amount=-1 -kerning first=939 second=1074 amount=-3 -kerning first=196 second=358 amount=-6 -kerning first=210 second=221 amount=-2 -kerning first=1072 second=1200 amount=-5 -kerning first=345 second=1203 amount=1 -kerning first=961 second=957 amount=-1 -kerning first=376 second=103 amount=-6 -kerning first=98 second=375 amount=-1 -kerning first=8218 second=933 amount=-7 -kerning first=197 second=87 amount=-4 -kerning first=1230 second=1252 amount=1 -kerning first=1168 second=971 amount=-4 -kerning first=1050 second=244 amount=-3 -kerning first=253 second=902 amount=-4 -kerning first=1257 second=1059 amount=-6 -kerning first=957 second=1222 amount=-3 -kerning first=1278 second=162 amount=-2 -kerning first=1043 second=115 amount=-5 -kerning first=239 second=1275 amount=3 -kerning first=1200 second=1109 amount=-4 -kerning first=1091 second=240 amount=-1 -kerning first=310 second=79 amount=-2 -kerning first=359 second=1049 amount=1 -kerning first=8222 second=255 amount=-3 -kerning first=1251 second=1140 amount=-3 -kerning first=79 second=195 amount=-2 -kerning first=972 second=1078 amount=-1 -kerning first=1269 second=1199 amount=-1 -kerning first=1126 second=1104 amount=-1 -kerning first=1225 second=60 amount=-2 -kerning first=246 second=1279 amount=-1 -kerning first=1052 second=300 amount=1 -kerning first=8244 second=361 amount=-3 -kerning first=192 second=1108 amount=-1 -kerning first=356 second=1169 amount=-4 -kerning first=932 second=1077 amount=-5 -kerning first=1145 second=1010 amount=-1 -kerning first=902 second=972 amount=-1 -kerning first=1235 second=1141 amount=-1 -kerning first=1191 second=910 amount=-11 -kerning first=1216 second=303 amount=2 -kerning first=89 second=216 amount=-2 -kerning first=1186 second=1229 amount=1 -kerning first=1128 second=242 amount=-1 -kerning first=1217 second=269 amount=-2 -kerning first=915 second=256 amount=-6 -kerning first=1111 second=209 amount=3 -kerning first=193 second=8244 amount=-7 -kerning first=288 second=237 amount=2 -kerning first=86 second=288 amount=-2 -kerning first=375 second=335 amount=-1 -kerning first=1276 second=285 amount=-2 -kerning first=305 second=303 amount=3 -kerning first=933 second=965 amount=-3 -kerning first=273 second=1111 amount=3 -kerning first=197 second=268 amount=-2 -kerning first=1168 second=337 amount=-5 -kerning first=1046 second=273 amount=-2 -kerning first=1175 second=1259 amount=-1 -kerning first=248 second=198 amount=-2 -kerning first=236 second=86 amount=2 -kerning first=193 second=84 amount=-6 -kerning first=102 second=261 amount=-1 -kerning first=1232 second=376 amount=-5 -kerning first=1270 second=1163 amount=-4 -kerning first=244 second=256 amount=-2 -kerning first=1128 second=8220 amount=-8 -kerning first=116 second=1162 amount=1 -kerning first=915 second=281 amount=-5 -kerning first=8217 second=253 amount=1 -kerning first=966 second=1058 amount=-3 -kerning first=1109 second=358 amount=-5 -kerning first=1269 second=957 amount=-1 -kerning first=1117 second=89 amount=-5 -kerning first=1234 second=235 amount=-1 -kerning first=1100 second=1061 amount=-2 -kerning first=186 second=192 amount=-5 -kerning first=1118 second=1255 amount=-1 -kerning first=1276 second=162 amount=-2 -kerning first=1225 second=1067 amount=1 -kerning first=1243 second=1234 amount=-2 -kerning first=1011 second=295 amount=3 -kerning first=356 second=1088 amount=-4 -kerning first=1196 second=973 amount=-4 -kerning first=88 second=211 amount=-1 -kerning first=243 second=933 amount=-6 -kerning first=357 second=921 amount=1 -kerning first=303 second=297 amount=3 -kerning first=258 second=1077 amount=-1 -kerning first=84 second=971 amount=-4 -kerning first=247 second=51 amount=-1 -kerning first=1119 second=8216 amount=-3 -kerning first=933 second=333 amount=-6 -kerning first=8353 second=95 amount=-3 -kerning first=915 second=1226 amount=-4 -kerning first=1170 second=277 amount=-5 -kerning first=119 second=932 amount=-3 -kerning first=1016 second=65 amount=-2 -kerning first=957 second=89 amount=-2 -kerning first=341 second=959 amount=-1 -kerning first=186 second=232 amount=-2 -kerning first=242 second=255 amount=-1 -kerning first=1053 second=1111 amount=5 -kerning first=317 second=8220 amount=-5 -kerning first=238 second=93 amount=2 -kerning first=8244 second=943 amount=-4 -kerning first=932 second=351 amount=-5 -kerning first=1145 second=339 amount=-1 -kerning first=1277 second=265 amount=-1 -kerning first=961 second=354 amount=-3 -kerning first=1093 second=1193 amount=-1 -kerning first=1115 second=89 amount=-5 -kerning first=1242 second=358 amount=-2 -kerning first=374 second=1012 amount=-2 -kerning first=1217 second=1086 amount=-2 -kerning first=939 second=945 amount=-6 -kerning first=1179 second=356 amount=-4 -kerning first=112 second=1263 amount=-1 -kerning first=336 second=46 amount=-3 -kerning first=1060 second=8216 amount=-2 -kerning first=95 second=328 amount=3 -kerning first=1114 second=1277 amount=-1 -kerning first=80 second=256 amount=-5 -kerning first=376 second=259 amount=-5 -kerning first=1178 second=333 amount=-3 -kerning first=374 second=358 amount=3 -kerning first=337 second=1035 amount=-3 -kerning first=933 second=8218 amount=-7 -kerning first=1230 second=1186 amount=1 -kerning first=260 second=34 amount=-5 -kerning first=211 second=1276 amount=-1 -kerning first=1170 second=1189 amount=-4 -kerning first=1207 second=1211 amount=1 -kerning first=1066 second=375 amount=-1 -kerning first=341 second=60 amount=-3 -kerning first=1233 second=1196 amount=-3 -kerning first=1140 second=192 amount=-5 -kerning first=372 second=334 amount=-2 -kerning first=1263 second=263 amount=-1 -kerning first=939 second=262 amount=-2 -kerning first=8216 second=1033 amount=-4 -kerning first=299 second=381 amount=6 -kerning first=193 second=1239 amount=-1 -kerning first=84 second=337 amount=-5 -kerning first=1274 second=963 amount=-5 -kerning first=1180 second=248 amount=-3 -kerning first=1237 second=372 amount=-3 -kerning first=1270 second=95 amount=-4 -kerning first=359 second=294 amount=1 -kerning first=382 second=1092 amount=-1 -kerning first=922 second=945 amount=-3 -kerning first=194 second=244 amount=-1 -kerning first=1068 second=1277 amount=-1 -kerning first=358 second=1108 amount=-5 -kerning first=8216 second=923 amount=-6 -kerning first=1061 second=972 amount=-2 -kerning first=269 second=221 amount=-4 -kerning first=981 second=1278 amount=-2 -kerning first=225 second=939 amount=-5 -kerning first=1253 second=1098 amount=-2 -kerning first=257 second=932 amount=-3 -kerning first=8225 second=198 amount=-5 -kerning first=961 second=913 amount=-2 -kerning first=255 second=299 amount=3 -kerning first=92 second=86 amount=-5 -kerning first=42 second=38 amount=-2 -kerning first=1140 second=232 amount=-3 -kerning first=1098 second=1279 amount=-1 -kerning first=1202 second=1254 amount=-1 -kerning first=922 second=262 amount=-2 -kerning first=1188 second=8249 amount=-8 -kerning first=1081 second=8216 amount=-3 -kerning first=174 second=256 amount=-5 -kerning first=86 second=65 amount=-5 -kerning first=358 second=1032 amount=-6 -kerning first=375 second=1104 amount=-1 -kerning first=971 second=1026 amount=-3 -kerning first=1225 second=77 amount=1 -kerning first=1244 second=231 amount=-2 -kerning first=372 second=1273 amount=-2 -kerning first=1202 second=1144 amount=-1 -kerning first=301 second=1099 amount=6 -kerning first=356 second=266 amount=-2 -kerning first=1168 second=1105 amount=-5 -kerning first=1226 second=349 amount=-1 -kerning first=1207 second=323 amount=1 -kerning first=119 second=285 amount=-1 -kerning first=332 second=47 amount=-3 -kerning first=1234 second=169 amount=-2 -kerning first=965 second=8220 amount=-3 -kerning first=239 second=238 amount=6 -kerning first=910 second=1020 amount=-3 -kerning first=1269 second=354 amount=-3 -kerning first=8250 second=56 amount=-2 -kerning first=1274 second=243 amount=-5 -kerning first=1230 second=8221 amount=2 -kerning first=1277 second=1139 amount=-1 -kerning first=1232 second=334 amount=-2 -kerning first=1020 second=86 amount=-3 -kerning first=1191 second=1093 amount=-1 -kerning first=92 second=945 amount=-1 -kerning first=1091 second=230 amount=-1 -kerning first=116 second=1225 amount=1 -kerning first=75 second=1108 amount=-3 -kerning first=195 second=273 amount=-1 -kerning first=259 second=1090 amount=-2 -kerning first=1101 second=256 amount=-2 -kerning first=1234 second=89 amount=-5 -kerning first=174 second=281 amount=-2 -kerning first=86 second=101 amount=-3 -kerning first=72 second=206 amount=1 -kerning first=333 second=194 amount=-2 -kerning first=98 second=1066 amount=-3 -kerning first=1181 second=335 amount=-1 -kerning first=183 second=1196 amount=-4 -kerning first=1046 second=240 amount=-2 -kerning first=1051 second=239 amount=5 -kerning first=332 second=1198 amount=-2 -kerning first=119 second=162 amount=-1 -kerning first=47 second=308 amount=-4 -kerning first=92 second=262 amount=-2 -kerning first=254 second=1040 amount=-2 -kerning first=81 second=195 amount=-2 -kerning first=357 second=914 amount=1 -kerning first=313 second=1265 amount=-4 -kerning first=8221 second=252 amount=-3 -kerning first=302 second=938 amount=1 -kerning first=1277 second=247 amount=-1 -kerning first=1114 second=933 amount=-11 -kerning first=114 second=1279 amount=1 -kerning first=1232 second=373 amount=-4 -kerning first=1141 second=966 amount=-1 -kerning first=374 second=1169 amount=-3 -kerning first=933 second=1077 amount=-6 -kerning first=1058 second=250 amount=-5 -kerning first=8217 second=171 amount=-5 -kerning first=237 second=1140 amount=2 -kerning first=354 second=963 amount=-5 -kerning first=311 second=233 amount=-1 -kerning first=213 second=92 amount=-2 -kerning first=1033 second=256 amount=-2 -kerning first=71 second=236 amount=2 -kerning first=121 second=333 amount=-1 -kerning first=1256 second=1066 amount=-2 -kerning first=239 second=1037 amount=3 -kerning first=8230 second=932 amount=-2 -kerning first=196 second=266 amount=-2 -kerning first=256 second=1263 amount=-4 -kerning first=1075 second=1257 amount=-2 -kerning first=1145 second=239 amount=7 -kerning first=1189 second=1255 amount=-2 -kerning first=311 second=1241 amount=-1 -kerning first=102 second=197 amount=-2 -kerning first=1016 second=174 amount=-1 -kerning first=1113 second=255 amount=-2 -kerning first=109 second=8220 amount=-3 -kerning first=981 second=260 amount=-2 -kerning first=1186 second=342 amount=1 -kerning first=1224 second=1118 amount=-1 -kerning first=1068 second=933 amount=-6 -kerning first=345 second=1093 amount=1 -kerning first=1178 second=1077 amount=-3 -kerning first=246 second=186 amount=-2 -kerning first=8244 second=196 amount=-9 -kerning first=192 second=908 amount=-2 -kerning first=1094 second=322 amount=1 -kerning first=1016 second=935 amount=-2 -kerning first=1095 second=1058 amount=-3 -kerning first=121 second=8218 amount=-5 -kerning first=1196 second=1239 amount=-5 -kerning first=162 second=221 amount=-4 -kerning first=1213 second=1143 amount=-1 -kerning first=966 second=939 amount=-6 -kerning first=1107 second=97 amount=-2 -kerning first=84 second=1105 amount=-5 -kerning first=212 second=88 amount=-1 -kerning first=1189 second=126 amount=-1 -kerning first=102 second=275 amount=-1 -kerning first=1200 second=1010 amount=-6 -kerning first=923 second=1213 amount=-2 -kerning first=374 second=1088 amount=-3 -kerning first=1058 second=261 amount=-5 -kerning first=8249 second=354 amount=-3 -kerning first=354 second=243 amount=-5 -kerning first=1175 second=1193 amount=-1 -kerning first=1025 second=299 amount=5 -kerning first=87 second=289 amount=-3 -kerning first=76 second=1140 amount=-5 -kerning first=8244 second=235 amount=-4 -kerning first=363 second=910 amount=-4 -kerning first=65 second=963 amount=-1 -kerning first=197 second=248 amount=-1 -kerning first=256 second=265 amount=-1 -kerning first=1196 second=1102 amount=-4 -kerning first=111 second=121 amount=-1 -kerning first=8221 second=912 amount=-4 -kerning first=310 second=1239 amount=-3 -kerning first=8220 second=193 amount=-6 -kerning first=981 second=1090 amount=-2 -kerning first=933 second=351 amount=-4 -kerning first=1036 second=967 amount=-3 -kerning first=210 second=44 amount=-3 -kerning first=169 second=194 amount=-2 -kerning first=1196 second=74 amount=-6 -kerning first=1198 second=199 amount=-2 -kerning first=8370 second=356 amount=-2 -kerning first=920 second=196 amount=-2 -kerning first=8244 second=1222 amount=-4 -kerning first=1143 second=1236 amount=-4 -kerning first=225 second=967 amount=-1 -kerning first=197 second=39 amount=-5 -kerning first=214 second=1202 amount=-1 -kerning first=107 second=981 amount=-1 -kerning first=343 second=1035 amount=-4 -kerning first=957 second=1259 amount=-1 -kerning first=176 second=1060 amount=-1 -kerning first=944 second=8217 amount=1 -kerning first=372 second=8230 amount=-6 -kerning first=1027 second=8250 amount=-3 -kerning first=8249 second=913 amount=-2 -kerning first=1233 second=87 amount=-3 -kerning first=1234 second=210 amount=-2 -kerning first=45 second=1140 amount=-3 -kerning first=1026 second=1185 amount=-2 -kerning first=376 second=273 amount=-6 -kerning first=8373 second=301 amount=2 -kerning first=65 second=243 amount=-1 -kerning first=1181 second=1104 amount=-1 -kerning first=275 second=1118 amount=-1 -kerning first=1251 second=1058 amount=-3 -kerning first=1168 second=951 amount=-4 -kerning first=1102 second=194 amount=-2 -kerning first=1066 second=1066 amount=-3 -kerning first=1040 second=289 amount=-1 -kerning first=335 second=196 amount=-2 -kerning first=1043 second=959 amount=-5 -kerning first=355 second=8216 amount=-3 -kerning first=309 second=1011 amount=3 -kerning first=1197 second=84 amount=-3 -kerning first=1185 second=242 amount=-1 -kerning first=70 second=1089 amount=-3 -kerning first=334 second=358 amount=-2 -kerning first=1239 second=1035 amount=-3 -kerning first=1200 second=339 amount=-6 -kerning first=89 second=1191 amount=-3 -kerning first=1058 second=331 amount=-4 -kerning first=267 second=932 amount=-5 -kerning first=248 second=1244 amount=-2 -kerning first=195 second=240 amount=-1 -kerning first=187 second=86 amount=-4 -kerning first=913 second=275 amount=-1 -kerning first=121 second=1077 amount=-1 -kerning first=8370 second=902 amount=-1 -kerning first=333 second=376 amount=-6 -kerning first=1225 second=8226 amount=-1 -kerning first=8218 second=1204 amount=-6 -kerning first=8244 second=343 amount=-1 -kerning first=65 second=8221 amount=-7 -kerning first=256 second=1139 amount=-1 -kerning first=322 second=1031 amount=1 -kerning first=1145 second=1072 amount=-1 -kerning first=1222 second=1026 amount=-2 -kerning first=1230 second=347 amount=-1 -kerning first=1034 second=194 amount=-2 -kerning first=114 second=1092 amount=-1 -kerning first=253 second=267 amount=-1 -kerning first=374 second=266 amount=-2 -kerning first=351 second=356 amount=-5 -kerning first=939 second=111 amount=-6 -kerning first=1043 second=60 amount=-5 -kerning first=1089 second=1198 amount=-4 -kerning first=1163 second=1049 amount=1 -kerning first=320 second=95 amount=2 -kerning first=358 second=908 amount=-2 -kerning first=981 second=170 amount=-2 -kerning first=226 second=374 amount=-5 -kerning first=101 second=1267 amount=-1 -kerning first=1153 second=1066 amount=-5 -kerning first=8224 second=279 amount=-2 -kerning first=1098 second=186 amount=-3 -kerning first=121 second=1113 amount=-3 -kerning first=248 second=193 amount=-2 -kerning first=1188 second=228 amount=-5 -kerning first=299 second=302 amount=3 -kerning first=208 second=195 amount=-2 -kerning first=59 second=358 amount=-2 -kerning first=1274 second=347 amount=-5 -kerning first=1207 second=1043 amount=1 -kerning first=1270 second=944 amount=-4 -kerning first=1196 second=1107 amount=-4 -kerning first=374 second=237 amount=-2 -kerning first=1184 second=1263 amount=-3 -kerning first=922 second=111 amount=-3 -kerning first=8217 second=117 amount=-3 -kerning first=183 second=87 amount=-3 -kerning first=1187 second=292 amount=1 -kerning first=1090 second=1207 amount=-2 -kerning first=1088 second=1278 amount=-2 -kerning first=95 second=947 amount=-4 -kerning first=376 second=1167 amount=-3 -kerning first=1225 second=928 amount=1 -kerning first=192 second=1255 amount=-1 -kerning first=356 second=245 amount=-5 -kerning first=1082 second=945 amount=-1 -kerning first=902 second=81 amount=-2 -kerning first=120 second=244 amount=-1 -kerning first=1093 second=1010 amount=-1 -kerning first=1140 second=212 amount=-2 -kerning first=1196 second=942 amount=-4 -kerning first=75 second=908 amount=-2 -kerning first=1234 second=1259 amount=-1 -kerning first=221 second=963 amount=-6 -kerning first=966 second=967 amount=-1 -kerning first=1106 second=1199 amount=-1 -kerning first=357 second=72 amount=1 -kerning first=222 second=1204 amount=-4 -kerning first=340 second=92 amount=-1 -kerning first=193 second=1118 amount=-4 -kerning first=1162 second=1031 amount=1 -kerning first=84 second=951 amount=-4 -kerning first=1197 second=1239 amount=-2 -kerning first=70 second=1145 amount=-3 -kerning first=1100 second=121 amount=-2 -kerning first=1026 second=1276 amount=-2 -kerning first=1091 second=1095 amount=-1 -kerning first=297 second=1042 amount=3 -kerning first=116 second=349 amount=-1 -kerning first=972 second=8220 amount=-4 -kerning first=1084 second=1091 amount=-1 -kerning first=1094 second=205 amount=1 -kerning first=213 second=95 amount=-3 -kerning first=222 second=1232 amount=-3 -kerning first=8221 second=65 amount=-9 -kerning first=921 second=300 amount=1 -kerning first=256 second=1028 amount=-2 -kerning first=224 second=118 amount=-1 -kerning first=1270 second=335 amount=-5 -kerning first=1279 second=100 amount=-1 -kerning first=92 second=111 amount=-1 -kerning first=1186 second=376 amount=-1 -kerning first=1055 second=207 amount=1 -kerning first=1058 second=197 amount=-6 -kerning first=1184 second=265 amount=-3 -kerning first=243 second=1204 amount=-3 -kerning first=1095 second=939 amount=-5 -kerning first=1210 second=121 amount=-1 -kerning first=95 second=1112 amount=6 -kerning first=224 second=1201 amount=-1 -kerning first=297 second=239 amount=3 -kerning first=1036 second=183 amount=-6 -kerning first=1075 second=1108 amount=-2 -kerning first=1168 second=1091 amount=-4 -kerning first=1199 second=171 amount=-3 -kerning first=187 second=50 amount=-3 -kerning first=373 second=337 amount=-1 -kerning first=169 second=376 amount=-2 -kerning first=1278 second=940 amount=-2 -kerning first=221 second=243 amount=-6 -kerning first=243 second=1232 amount=-2 -kerning first=1106 second=957 amount=-1 -kerning first=920 second=89 amount=-2 -kerning first=1107 second=1089 amount=-2 -kerning first=8221 second=101 amount=-4 -kerning first=181 second=933 amount=-4 -kerning first=196 second=245 amount=-1 -kerning first=193 second=263 amount=-1 -kerning first=345 second=1234 amount=-3 -kerning first=961 second=1263 amount=-1 -kerning first=253 second=177 amount=-3 -kerning first=92 second=8216 amount=-8 -kerning first=1058 second=275 amount=-5 -kerning first=382 second=981 amount=-1 -kerning first=8217 second=953 amount=-4 -kerning first=354 second=347 amount=-5 -kerning first=1278 second=264 amount=-1 -kerning first=1267 second=959 amount=-1 -kerning first=8216 second=192 amount=-6 -kerning first=376 second=240 amount=-6 -kerning first=1171 second=945 amount=-2 -kerning first=1229 second=207 amount=1 -kerning first=1169 second=84 amount=-3 -kerning first=1116 second=279 amount=-1 -kerning first=1088 second=260 amount=-2 -kerning first=1059 second=972 amount=-6 -kerning first=1187 second=1027 amount=1 -kerning first=8225 second=193 amount=-5 -kerning first=1097 second=1065 amount=1 -kerning first=1102 second=376 amount=-6 -kerning first=1093 second=339 amount=-1 -kerning first=1186 second=200 amount=1 -kerning first=335 second=89 amount=-6 -kerning first=8221 second=1083 amount=-4 -kerning first=1111 second=276 amount=3 -kerning first=1163 second=294 amount=1 -kerning first=912 second=172 amount=-2 -kerning first=1069 second=196 amount=-2 -kerning first=1232 second=1141 amount=-4 -kerning first=1020 second=8216 amount=-4 -kerning first=170 second=285 amount=-2 -kerning first=254 second=1198 amount=-6 -kerning first=359 second=322 amount=1 -kerning first=1058 second=1187 amount=-4 -kerning first=315 second=43 amount=-4 -kerning first=357 second=1058 amount=-2 -kerning first=251 second=1035 amount=-3 -kerning first=1168 second=231 amount=-5 -kerning first=1257 second=372 amount=-3 -kerning first=1125 second=89 amount=-4 -kerning first=935 second=100 amount=-2 -kerning first=1267 second=60 amount=-2 -kerning first=104 second=1196 amount=-3 -kerning first=333 second=373 amount=-1 -kerning first=235 second=1091 amount=-1 -kerning first=1034 second=376 amount=-6 -kerning first=8225 second=233 amount=-2 -kerning first=1141 second=226 amount=-1 -kerning first=8224 second=1195 amount=-2 -kerning first=1184 second=1139 amount=-3 -kerning first=321 second=198 amount=2 -kerning first=939 second=1209 amount=-5 -kerning first=1251 second=939 amount=-5 -kerning first=1179 second=267 amount=-1 -kerning first=341 second=196 amount=-3 -kerning first=1108 second=1059 amount=-4 -kerning first=358 second=1255 amount=-5 -kerning first=8225 second=1241 amount=-2 -kerning first=170 second=162 amount=-2 -kerning first=1276 second=940 amount=-2 -kerning first=1061 second=81 amount=-1 -kerning first=1092 second=1203 amount=-1 -kerning first=1094 second=1068 amount=1 -kerning first=1170 second=58 amount=-2 -kerning first=103 second=932 amount=-3 -kerning first=957 second=1193 amount=-1 -kerning first=908 second=258 amount=-2 -kerning first=1196 second=1118 amount=-4 -kerning first=240 second=8224 amount=-2 -kerning first=86 second=1257 amount=-3 -kerning first=1042 second=239 amount=2 -kerning first=248 second=374 amount=-6 -kerning first=1043 second=361 amount=-5 -kerning first=1107 second=1145 amount=-2 -kerning first=8221 second=341 amount=-1 -kerning first=84 second=1091 amount=-4 -kerning first=1220 second=1140 amount=-3 -kerning first=1269 second=1263 amount=-1 -kerning first=1088 second=1090 amount=-2 -kerning first=1232 second=116 amount=-2 -kerning first=1276 second=264 amount=-1 -kerning first=115 second=354 amount=-5 -kerning first=98 second=65 amount=-2 -kerning first=981 second=120 amount=-1 -kerning first=68 second=198 amount=-2 -kerning first=1184 second=247 amount=-6 -kerning first=1027 second=1143 amount=-4 -kerning first=361 second=1066 amount=-3 -kerning first=205 second=297 amount=5 -kerning first=341 second=235 amount=-1 -kerning first=240 second=88 amount=-2 -kerning first=927 second=910 amount=-2 -kerning first=358 second=126 amount=-4 -kerning first=39 second=1040 amount=-5 -kerning first=55 second=923 amount=-7 -kerning first=1169 second=1239 amount=-2 -kerning first=356 second=1097 amount=-4 -kerning first=97 second=1143 amount=-1 -kerning first=1235 second=49 amount=-3 -kerning first=1270 second=1104 amount=-5 -kerning first=923 second=100 amount=-1 -kerning first=89 second=927 amount=-2 -kerning first=75 second=1255 amount=-3 -kerning first=315 second=1236 amount=2 -kerning first=1275 second=244 amount=-2 -kerning first=1175 second=1010 amount=-1 -kerning first=1104 second=376 amount=-6 -kerning first=1237 second=1098 amount=-1 -kerning first=1114 second=1204 amount=-7 -kerning first=1271 second=242 amount=-2 -kerning first=1106 second=354 amount=-3 -kerning first=1256 second=65 amount=-2 -kerning first=1225 second=89 amount=-1 -kerning first=310 second=1118 amount=-3 -kerning first=1186 second=1124 amount=1 -kerning first=321 second=8353 amount=-2 -kerning first=373 second=1105 amount=-1 -kerning first=123 second=100 amount=-1 -kerning first=1196 second=263 amount=-5 -kerning first=1027 second=284 amount=-2 -kerning first=299 second=1018 amount=3 -kerning first=76 second=1058 amount=-6 -kerning first=84 second=231 amount=-5 -kerning first=1241 second=1199 amount=-1 -kerning first=1270 second=1114 amount=-4 -kerning first=1200 second=1072 amount=-5 -kerning first=1279 second=1026 amount=-3 -kerning first=1265 second=257 amount=-1 -kerning first=1040 second=1196 amount=-6 -kerning first=254 second=1175 amount=-1 -kerning first=1140 second=44 amount=-6 -kerning first=374 second=245 amount=-6 -kerning first=1217 second=1092 amount=-2 -kerning first=75 second=126 amount=-6 -kerning first=1184 second=1028 amount=-2 -kerning first=915 second=289 amount=-5 -kerning first=44 second=57 amount=-1 -kerning first=1275 second=8222 amount=-8 -kerning first=314 second=301 amount=5 -kerning first=913 second=336 amount=-2 -kerning first=1095 second=967 amount=-1 -kerning first=1068 second=1204 amount=-3 -kerning first=87 second=271 amount=-3 -kerning first=1265 second=1153 amount=-1 -kerning first=8250 second=379 amount=-2 -kerning first=224 second=356 amount=-3 -kerning first=1046 second=1095 amount=-4 -kerning first=1050 second=1069 amount=-2 -kerning first=1083 second=1197 amount=-2 -kerning first=1164 second=86 amount=-3 -kerning first=176 second=1254 amount=-1 -kerning first=1188 second=1179 amount=-4 -kerning first=8244 second=1259 amount=-4 -kerning first=283 second=1203 amount=-1 -kerning first=118 second=97 amount=-1 -kerning first=1116 second=1195 amount=-1 -kerning first=1068 second=1232 amount=-2 -kerning first=1088 second=170 amount=-2 -kerning first=94 second=65 amount=-5 -kerning first=1103 second=89 amount=-5 -kerning first=347 second=86 amount=-3 -kerning first=310 second=263 amount=-3 -kerning first=176 second=1144 amount=-1 -kerning first=56 second=171 amount=-2 -kerning first=260 second=972 amount=-1 -kerning first=1170 second=285 amount=-5 -kerning first=1092 second=910 amount=-6 -kerning first=1207 second=278 amount=1 -kerning first=228 second=1199 amount=-1 -kerning first=1263 second=256 amount=-4 -kerning first=1234 second=1193 amount=-1 -kerning first=45 second=1058 amount=-4 -kerning first=1043 second=290 amount=-2 -kerning first=197 second=63 amount=-4 -kerning first=1274 second=99 amount=-5 -kerning first=214 second=356 amount=-2 -kerning first=1241 second=957 amount=-1 -kerning first=1138 second=258 amount=-2 -kerning first=932 second=250 amount=-5 -kerning first=1277 second=283 amount=-1 -kerning first=1259 second=86 amount=-3 -kerning first=1102 second=373 amount=-1 -kerning first=1270 second=353 amount=-5 -kerning first=1202 second=242 amount=-2 -kerning first=246 second=1040 amount=-2 -kerning first=89 second=269 amount=-6 -kerning first=295 second=8220 amount=-3 -kerning first=8217 second=8363 amount=-4 -kerning first=1175 second=339 amount=-1 -kerning first=1069 second=89 amount=-2 -kerning first=1118 second=933 amount=-2 -kerning first=376 second=230 amount=-5 -kerning first=1082 second=111 amount=-1 -kerning first=187 second=8216 amount=-5 -kerning first=1170 second=162 amount=-5 -kerning first=119 second=940 amount=-1 -kerning first=1040 second=271 amount=-1 -kerning first=1263 second=281 amount=-1 -kerning first=221 second=347 amount=-4 -kerning first=8218 second=1200 amount=-7 -kerning first=1143 second=277 amount=-1 -kerning first=112 second=258 amount=-2 -kerning first=1180 second=959 amount=-3 -kerning first=375 second=1236 amount=-4 -kerning first=1034 second=373 amount=-1 -kerning first=124 second=300 amount=1 -kerning first=359 second=205 amount=1 -kerning first=301 second=295 amount=3 -kerning first=1251 second=967 amount=-1 -kerning first=1226 second=1229 amount=1 -kerning first=1066 second=65 amount=-2 -kerning first=228 second=957 amount=-1 -kerning first=241 second=933 amount=-5 -kerning first=87 second=113 amount=-3 -kerning first=935 second=67 amount=-1 -kerning first=98 second=174 amount=-1 -kerning first=214 second=902 amount=-2 -kerning first=932 second=261 amount=-5 -kerning first=1145 second=910 amount=1 -kerning first=1050 second=8373 amount=-2 -kerning first=114 second=981 amount=-1 -kerning first=1040 second=1275 amount=-2 -kerning first=88 second=1089 amount=-2 -kerning first=1198 second=1207 amount=-5 -kerning first=289 second=358 amount=-3 -kerning first=75 second=305 amount=2 -kerning first=357 second=939 amount=-1 -kerning first=1085 second=375 amount=-1 -kerning first=1180 second=60 amount=-4 -kerning first=95 second=219 amount=-3 -kerning first=104 second=87 amount=-3 -kerning first=110 second=255 amount=-1 -kerning first=1054 second=1040 amount=-2 -kerning first=1244 second=279 amount=-2 -kerning first=98 second=935 amount=-2 -kerning first=378 second=8363 amount=-1 -kerning first=317 second=923 amount=2 -kerning first=1056 second=1234 amount=-5 -kerning first=264 second=1278 amount=-1 -kerning first=1105 second=89 amount=-6 -kerning first=1278 second=246 amount=-2 -kerning first=239 second=108 amount=3 -kerning first=283 second=910 amount=-6 -kerning first=923 second=1026 amount=-6 -kerning first=89 second=1086 amount=-6 -kerning first=1128 second=8370 amount=-2 -kerning first=173 second=1278 amount=-4 -kerning first=1058 second=336 amount=-2 -kerning first=1184 second=367 amount=-2 -kerning first=354 second=99 amount=-5 -kerning first=43 second=1279 amount=-1 -kerning first=174 second=289 amount=-2 -kerning first=1213 second=118 amount=-1 -kerning first=1256 second=935 amount=-1 -kerning first=1200 second=1057 amount=-2 -kerning first=1176 second=171 amount=-2 -kerning first=1171 second=111 amount=-2 -kerning first=918 second=336 amount=-2 -kerning first=249 second=376 amount=-4 -kerning first=1050 second=249 amount=-2 -kerning first=1059 second=224 amount=-5 -kerning first=902 second=211 amount=-2 -kerning first=286 second=198 amount=-1 -kerning first=1040 second=113 amount=-1 -kerning first=1216 second=298 amount=1 -kerning first=923 second=67 amount=-2 -kerning first=1213 second=1201 amount=-1 -kerning first=1122 second=932 amount=-3 -kerning first=1197 second=263 amount=-2 -kerning first=93 second=8220 amount=-2 -kerning first=374 second=1097 amount=-3 -kerning first=243 second=1200 amount=-6 -kerning first=1241 second=354 amount=-3 -kerning first=271 second=49 amount=3 -kerning first=194 second=1069 amount=-2 -kerning first=311 second=103 amount=-1 -kerning first=86 second=1108 amount=-3 -kerning first=1043 second=196 amount=-6 -kerning first=313 second=260 amount=2 -kerning first=910 second=972 amount=-6 -kerning first=317 second=8370 amount=-2 -kerning first=8220 second=46 amount=-6 -kerning first=932 second=331 amount=-4 -kerning first=1181 second=43 amount=-2 -kerning first=1230 second=1034 amount=1 -kerning first=902 second=119 amount=-4 -kerning first=1265 second=194 amount=-4 -kerning first=169 second=8230 amount=-3 -kerning first=923 second=297 amount=3 -kerning first=88 second=1145 amount=-2 -kerning first=1027 second=1181 amount=-4 -kerning first=239 second=1134 amount=3 -kerning first=365 second=1059 amount=-4 -kerning first=1139 second=1277 amount=-1 -kerning first=1203 second=275 amount=-1 -kerning first=86 second=1032 amount=-6 -kerning first=87 second=268 amount=-2 -kerning first=1276 second=246 amount=-2 -kerning first=76 second=939 amount=-3 -kerning first=359 second=1068 amount=1 -kerning first=65 second=99 amount=-1 -kerning first=232 second=375 amount=-1 -kerning first=1168 second=363 amount=-5 -kerning first=1092 second=1093 amount=-1 -kerning first=40 second=945 amount=-1 -kerning first=1040 second=87 amount=-4 -kerning first=349 second=1140 amount=-3 -kerning first=1043 second=235 amount=-5 -kerning first=1107 second=1233 amount=-2 -kerning first=242 second=8225 amount=-2 -kerning first=333 second=1141 amount=-1 -kerning first=337 second=1199 amount=-1 -kerning first=225 second=92 amount=-3 -kerning first=228 second=354 amount=-3 -kerning first=1088 second=120 amount=-1 -kerning first=38 second=358 amount=-4 -kerning first=1050 second=1153 amount=-3 -kerning first=1265 second=234 amount=-1 -kerning first=1186 second=1180 amount=1 -kerning first=231 second=356 amount=-5 -kerning first=1036 second=338 amount=-2 -kerning first=1241 second=913 amount=-2 -kerning first=8221 second=1257 amount=-4 -kerning first=1167 second=197 amount=-2 -kerning first=234 second=1277 amount=-1 -kerning first=177 second=255 amount=-3 -kerning first=1090 second=8249 amount=-3 -kerning first=45 second=182 amount=-1 -kerning first=1265 second=1243 amount=-1 -kerning first=1053 second=938 amount=1 -kerning first=197 second=959 amount=-1 -kerning first=256 second=283 amount=-1 -kerning first=1274 second=198 amount=-6 -kerning first=356 second=375 amount=-4 -kerning first=226 second=1249 amount=-2 -kerning first=1230 second=293 amount=1 -kerning first=1066 second=174 amount=-1 -kerning first=1140 second=225 amount=-3 -kerning first=920 second=1046 amount=-1 -kerning first=181 second=1204 amount=-3 -kerning first=118 second=1089 amount=-1 -kerning first=1059 second=1117 amount=-3 -kerning first=45 second=939 amount=-4 -kerning first=933 second=250 amount=-3 -kerning first=90 second=288 amount=-2 -kerning first=1075 second=1255 amount=-2 -kerning first=194 second=8373 amount=-2 -kerning first=1168 second=229 amount=-5 -kerning first=114 second=1040 amount=-3 -kerning first=1066 second=935 amount=-2 -kerning first=957 second=1010 amount=-1 -kerning first=1040 second=268 amount=-2 -kerning first=87 second=52 amount=-2 -kerning first=1188 second=214 amount=-2 -kerning first=1244 second=1195 amount=-2 -kerning first=8244 second=1193 amount=-4 -kerning first=337 second=957 amount=-1 -kerning first=68 second=1244 amount=-1 -kerning first=197 second=60 amount=-1 -kerning first=925 second=299 amount=5 -kerning first=101 second=1279 amount=-1 -kerning first=321 second=193 amount=2 -kerning first=342 second=301 amount=3 -kerning first=335 second=1046 amount=-2 -kerning first=1163 second=322 amount=1 -kerning first=1220 second=1058 amount=-3 -kerning first=261 second=1026 amount=-3 -kerning first=1090 second=1035 amount=-3 -kerning first=1096 second=221 amount=-5 -kerning first=1119 second=1143 amount=-1 -kerning first=288 second=1066 amount=-2 -kerning first=1178 second=250 amount=-2 -kerning first=1061 second=211 amount=-1 -kerning first=1075 second=126 amount=-1 -kerning first=932 second=197 amount=-6 -kerning first=161 second=84 amount=-4 -kerning first=1059 second=81 amount=-2 -kerning first=253 second=260 amount=-4 -kerning first=1196 second=365 amount=-5 -kerning first=173 second=1090 amount=-1 -kerning first=1043 second=343 amount=-4 -kerning first=250 second=89 amount=-4 -kerning first=196 second=375 amount=-4 -kerning first=84 second=363 amount=-5 -kerning first=1139 second=933 amount=-6 -kerning first=283 second=1093 amount=-1 -kerning first=1274 second=8353 amount=-2 -kerning first=1180 second=361 amount=-2 -kerning first=247 second=1066 amount=-4 -kerning first=318 second=297 amount=5 -kerning first=68 second=193 amount=-2 -kerning first=933 second=261 amount=-5 -kerning first=1188 second=1199 amount=-4 -kerning first=1199 second=8363 amount=-1 -kerning first=1083 second=253 amount=-1 -kerning first=1226 second=342 amount=1 -kerning first=210 second=1026 amount=-2 -kerning first=1114 second=1200 amount=-11 -kerning first=1126 second=277 amount=-1 -kerning first=239 second=204 amount=3 -kerning first=376 second=1095 amount=-5 -kerning first=293 second=1197 amount=-2 -kerning first=55 second=192 amount=-7 -kerning first=1171 second=1209 amount=-2 -kerning first=8244 second=1109 amount=-5 -kerning first=244 second=1196 amount=-3 -kerning first=348 second=239 amount=3 -kerning first=959 second=1236 amount=-2 -kerning first=1169 second=263 amount=-2 -kerning first=1037 second=303 amount=2 -kerning first=932 second=275 amount=-5 -kerning first=216 second=8220 amount=-2 -kerning first=1205 second=310 amount=1 -kerning first=255 second=972 amount=-1 -kerning first=341 second=1259 amount=-1 -kerning first=966 second=92 amount=-3 -kerning first=1043 second=169 amount=-2 -kerning first=313 second=170 amount=-6 -kerning first=1111 second=922 amount=3 -kerning first=354 second=198 amount=-6 -kerning first=234 second=933 amount=-6 -kerning first=1085 second=1066 amount=-3 -kerning first=118 second=1145 amount=-1 -kerning first=91 second=267 amount=-1 -kerning first=1213 second=356 amount=-3 -kerning first=1267 second=196 amount=-4 -kerning first=310 second=365 amount=-2 -kerning first=357 second=1216 amount=1 -kerning first=339 second=1035 amount=-3 -kerning first=1059 second=195 amount=-5 -kerning first=119 second=246 amount=-1 -kerning first=373 second=231 amount=-1 -kerning first=957 second=339 amount=-1 -kerning first=8224 second=287 amount=-2 -kerning first=372 second=199 amount=-2 -kerning first=1068 second=1200 amount=-6 -kerning first=1012 second=1276 amount=-1 -kerning first=221 second=99 amount=-6 -kerning first=355 second=1064 amount=1 -kerning first=252 second=374 amount=-4 -kerning first=55 second=232 amount=-3 -kerning first=84 second=229 amount=-5 -kerning first=233 second=255 amount=-1 -kerning first=256 second=176 amount=-5 -kerning first=932 second=1187 amount=-4 -kerning first=229 second=1091 amount=-1 -kerning first=1113 second=8225 amount=-3 -kerning first=1102 second=1141 amount=-1 -kerning first=1164 second=8216 amount=-4 -kerning first=1141 second=301 amount=3 -kerning first=1265 second=376 amount=-2 -kerning first=89 second=371 amount=-3 -kerning first=1217 second=981 amount=-2 -kerning first=116 second=1229 amount=1 -kerning first=915 second=271 amount=-5 -kerning first=301 second=82 amount=3 -kerning first=1188 second=957 amount=-4 -kerning first=939 second=8250 amount=-4 -kerning first=1107 second=1058 amount=-3 -kerning first=1187 second=73 amount=1 -kerning first=1081 second=1143 amount=-1 -kerning first=927 second=1234 amount=-2 -kerning first=1234 second=1010 amount=-1 -kerning first=345 second=172 amount=-2 -kerning first=1267 second=235 amount=-1 -kerning first=1106 second=1263 amount=-1 -kerning first=347 second=8216 amount=-3 -kerning first=76 second=967 amount=-4 -kerning first=238 second=1011 amount=3 -kerning first=246 second=1198 amount=-6 -kerning first=179 second=1040 amount=-6 -kerning first=1222 second=311 amount=1 -kerning first=281 second=1035 amount=-3 -kerning first=194 second=1153 amount=-1 -kerning first=114 second=355 amount=2 -kerning first=119 second=8217 amount=3 -kerning first=1257 second=1098 amount=-2 -kerning first=8216 second=44 amount=-6 -kerning first=8221 second=1044 amount=-3 -kerning first=258 second=275 amount=-1 -kerning first=1034 second=1141 amount=-1 -kerning first=1259 second=8216 amount=-4 -kerning first=337 second=354 amount=-3 -kerning first=933 second=331 amount=-3 -kerning first=354 second=8353 amount=-2 -kerning first=186 second=100 amount=-2 -kerning first=1267 second=1222 amount=-3 -kerning first=1054 second=47 amount=-3 -kerning first=1244 second=1194 amount=-1 -kerning first=356 second=187 amount=-3 -kerning first=1180 second=290 amount=-2 -kerning first=224 second=1265 amount=-1 -kerning first=1232 second=199 amount=-2 -kerning first=1099 second=165 amount=2 -kerning first=89 second=227 amount=-5 -kerning first=1055 second=1031 amount=1 -kerning first=1184 second=283 amount=-3 -kerning first=111 second=8224 amount=-2 -kerning first=248 second=1249 amount=-2 -kerning first=86 second=908 amount=-2 -kerning first=343 second=1199 amount=1 -kerning first=170 second=940 amount=-2 -kerning first=297 second=107 amount=3 -kerning first=192 second=933 amount=-5 -kerning first=1086 second=194 amount=-2 -kerning first=232 second=1066 amount=-3 -kerning first=1050 second=234 amount=-3 -kerning first=1170 second=1075 amount=-4 -kerning first=324 second=1059 amount=-5 -kerning first=111 second=88 amount=-2 -kerning first=1027 second=213 amount=-2 -kerning first=1054 second=1198 amount=-2 -kerning first=239 second=1067 amount=3 -kerning first=193 second=281 amount=-1 -kerning first=1050 second=1243 amount=-3 -kerning first=1270 second=43 amount=-4 -kerning first=92 second=8250 amount=-2 -kerning first=337 second=913 amount=-2 -kerning first=915 second=113 amount=-5 -kerning first=321 second=374 amount=-3 -kerning first=357 second=183 amount=-1 -kerning first=195 second=255 amount=-4 -kerning first=260 second=81 amount=-2 -kerning first=1092 second=1234 amount=-2 -kerning first=1104 second=1141 amount=-1 -kerning first=121 second=261 amount=-1 -kerning first=1069 second=1046 amount=-1 -kerning first=1234 second=339 amount=-1 -kerning first=87 second=248 amount=-3 -kerning first=1239 second=1199 amount=-1 -kerning first=358 second=1277 amount=-3 -kerning first=1118 second=1204 amount=-2 -kerning first=910 second=224 amount=-5 -kerning first=355 second=321 amount=1 -kerning first=1229 second=1031 amount=1 -kerning first=65 second=8353 amount=-2 -kerning first=1116 second=287 amount=-1 -kerning first=1215 second=1203 amount=-1 -kerning first=1059 second=345 amount=-3 -kerning first=961 second=258 amount=-2 -kerning first=1140 second=100 amount=-3 -kerning first=1101 second=1196 amount=-3 -kerning first=1128 second=232 amount=-1 -kerning first=1027 second=118 amount=-4 -kerning first=236 second=8361 amount=2 -kerning first=8221 second=1108 amount=-4 -kerning first=268 second=1217 amount=-1 -kerning first=1111 second=1025 amount=3 -kerning first=377 second=173 amount=-2 -kerning first=972 second=923 amount=-2 -kerning first=1163 second=205 amount=1 -kerning first=323 second=95 amount=2 -kerning first=196 second=187 amount=-2 -kerning first=1090 second=228 amount=-2 -kerning first=230 second=1203 amount=-1 -kerning first=1108 second=372 amount=-1 -kerning first=375 second=277 amount=-1 -kerning first=1118 second=1232 amount=-4 -kerning first=1232 second=49 amount=-2 -kerning first=343 second=957 amount=1 -kerning first=286 second=1244 amount=-1 -kerning first=1225 second=75 amount=1 -kerning first=317 second=192 amount=2 -kerning first=246 second=1175 amount=-1 -kerning first=68 second=374 amount=-2 -kerning first=8222 second=8244 amount=-6 -kerning first=1027 second=1201 amount=-4 -kerning first=97 second=118 amount=-1 -kerning first=1168 second=279 amount=-5 -kerning first=1187 second=1210 amount=1 -kerning first=1207 second=76 amount=1 -kerning first=40 second=111 amount=-1 -kerning first=1273 second=1196 amount=-3 -kerning first=957 second=239 amount=3 -kerning first=241 second=1204 amount=-3 -kerning first=1043 second=210 amount=-2 -kerning first=8221 second=1032 amount=-8 -kerning first=299 second=202 amount=3 -kerning first=269 second=1026 amount=-5 -kerning first=179 second=355 amount=2 -kerning first=1220 second=939 amount=-6 -kerning first=1274 second=241 amount=-4 -kerning first=97 second=1201 amount=-1 -kerning first=1209 second=932 amount=-3 -kerning first=8225 second=103 amount=-2 -kerning first=1033 second=1196 amount=-3 -kerning first=908 second=1059 amount=-2 -kerning first=89 second=328 amount=-3 -kerning first=933 second=197 amount=-5 -kerning first=8222 second=84 amount=-6 -kerning first=174 second=271 amount=-2 -kerning first=1239 second=957 amount=-1 -kerning first=1267 second=89 amount=-2 -kerning first=1166 second=913 amount=-5 -kerning first=1225 second=1109 amount=-1 -kerning first=919 second=299 amount=5 -kerning first=1145 second=1234 amount=-2 -kerning first=1230 second=340 amount=1 -kerning first=1168 second=1224 amount=-4 -kerning first=79 second=1140 amount=-2 -kerning first=286 second=193 amount=-1 -kerning first=1270 second=1236 amount=-6 -kerning first=1040 second=248 amount=-1 -kerning first=1098 second=1198 amount=-11 -kerning first=245 second=358 amount=-3 -kerning first=8230 second=8217 amount=-5 -kerning first=196 second=1066 amount=-6 -kerning first=244 second=87 amount=-3 -kerning first=933 second=275 amount=-6 -kerning first=311 second=273 amount=-1 -kerning first=1124 second=1046 amount=-1 -kerning first=1187 second=1106 amount=1 -kerning first=1226 second=376 amount=-1 -kerning first=1095 second=92 amount=-3 -kerning first=1196 second=256 amount=-6 -kerning first=221 second=198 amount=-5 -kerning first=1188 second=913 amount=-6 -kerning first=1211 second=933 amount=-5 -kerning first=239 second=77 amount=3 -kerning first=376 second=38 amount=-4 -kerning first=76 second=183 amount=-4 -kerning first=368 second=46 amount=-2 -kerning first=970 second=8216 amount=-3 -kerning first=114 second=47 amount=-2 -kerning first=1035 second=1198 amount=-5 -kerning first=1040 second=39 amount=-5 -kerning first=1198 second=8249 amount=-6 -kerning first=915 second=268 amount=-2 -kerning first=349 second=1058 amount=-5 -kerning first=910 second=1117 amount=-3 -kerning first=113 second=932 amount=-3 -kerning first=257 second=1197 amount=-2 -kerning first=1100 second=8224 amount=-3 -kerning first=1077 second=1196 amount=-3 -kerning first=1026 second=1267 amount=-1 -kerning first=294 second=303 amount=2 -kerning first=1178 second=275 amount=-3 -kerning first=933 second=1187 amount=-3 -kerning first=197 second=290 amount=-2 -kerning first=1241 second=1263 amount=-1 -kerning first=1215 second=910 amount=-6 -kerning first=1170 second=940 amount=-5 -kerning first=341 second=1193 amount=-1 -kerning first=1196 second=281 amount=-5 -kerning first=173 second=120 amount=-1 -kerning first=1143 second=932 amount=-2 -kerning first=84 second=279 amount=-5 -kerning first=1255 second=196 amount=-2 -kerning first=1180 second=235 amount=-3 -kerning first=230 second=910 amount=-6 -kerning first=1100 second=88 amount=-2 -kerning first=1141 second=242 amount=-1 -kerning first=116 second=342 amount=1 -kerning first=1254 second=358 amount=-2 -kerning first=321 second=332 amount=-2 -kerning first=335 second=125 amount=-1 -kerning first=1043 second=1259 amount=-5 -kerning first=8370 second=1278 amount=-1 -kerning first=194 second=234 amount=-1 -kerning first=354 second=241 amount=-4 -kerning first=181 second=1200 amount=-4 -kerning first=1163 second=1068 amount=1 -kerning first=1226 second=200 amount=1 -kerning first=1170 second=264 amount=-2 -kerning first=174 second=113 amount=-2 -kerning first=1234 second=239 amount=3 -kerning first=86 second=1255 amount=-3 -kerning first=1166 second=308 amount=-6 -kerning first=242 second=84 amount=-3 -kerning first=910 second=81 amount=-2 -kerning first=8244 second=1010 amount=-4 -kerning first=1274 second=193 amount=-6 -kerning first=356 second=252 amount=-5 -kerning first=932 second=336 amount=-2 -kerning first=1086 second=376 amount=-6 -kerning first=194 second=1243 amount=-1 -kerning first=343 second=354 amount=-4 -kerning first=255 second=224 amount=-1 -kerning first=913 second=1242 amount=-2 -kerning first=1196 second=1226 amount=-4 -kerning first=1198 second=1035 amount=3 -kerning first=162 second=1026 amount=-5 -kerning first=1128 second=221 amount=-5 -kerning first=221 second=8353 amount=-2 -kerning first=1188 second=1103 amount=-5 -kerning first=1109 second=1066 amount=-5 -kerning first=371 second=356 amount=-3 -kerning first=84 second=1224 amount=-4 -kerning first=228 second=1263 amount=-1 -kerning first=118 second=1233 amount=-1 -kerning first=1138 second=1059 amount=-2 -kerning first=364 second=47 amount=-4 -kerning first=70 second=967 amount=-2 -kerning first=293 second=253 amount=-1 -kerning first=310 second=281 amount=-3 -kerning first=374 second=187 amount=-4 -kerning first=981 second=1078 amount=-1 -kerning first=915 second=52 amount=-4 -kerning first=1251 second=92 amount=-3 -kerning first=1207 second=1238 amount=1 -kerning first=957 second=1072 amount=-1 -kerning first=1098 second=1175 amount=-1 -kerning first=1193 second=86 amount=-3 -kerning first=86 second=126 amount=-3 -kerning first=87 second=1100 amount=-2 -kerning first=1188 second=308 amount=-6 -kerning first=1056 second=172 amount=-2 -kerning first=277 second=376 amount=-6 -kerning first=1274 second=233 amount=-5 -kerning first=107 second=963 amount=-1 -kerning first=1189 second=1204 amount=-3 -kerning first=1277 second=291 amount=-1 -kerning first=1168 second=1195 amount=-5 -kerning first=1239 second=354 amount=-3 -kerning first=1270 second=251 amount=-5 -kerning first=379 second=1256 amount=-2 -kerning first=8249 second=258 amount=-2 -kerning first=8230 second=1197 amount=-5 -kerning first=112 second=1059 amount=-6 -kerning first=1274 second=1241 amount=-5 -kerning first=121 second=197 amount=-4 -kerning first=910 second=195 amount=-5 -kerning first=1244 second=1138 amount=-1 -kerning first=317 second=221 amount=-3 -kerning first=922 second=1143 amount=-3 -kerning first=1181 second=277 amount=-1 -kerning first=1050 second=307 amount=2 -kerning first=1059 second=211 amount=-2 -kerning first=343 second=913 amount=-3 -kerning first=210 second=1061 amount=-1 -kerning first=1140 second=67 amount=-2 -kerning first=1242 second=1066 amount=-2 -kerning first=1263 second=289 amount=-1 -kerning first=240 second=41 amount=-1 -kerning first=1258 second=84 amount=-2 -kerning first=939 second=284 amount=-2 -kerning first=309 second=301 amount=3 -kerning first=1143 second=285 amount=-1 -kerning first=258 second=336 amount=-2 -kerning first=1220 second=967 amount=-1 -kerning first=1274 second=1230 amount=-4 -kerning first=1060 second=1202 amount=-1 -kerning first=288 second=65 amount=-1 -kerning first=120 second=1153 amount=-1 -kerning first=89 second=1092 amount=-6 -kerning first=374 second=1066 amount=3 -kerning first=8217 second=1191 amount=-1 -kerning first=301 second=1110 amount=6 -kerning first=97 second=356 amount=-3 -kerning first=1194 second=299 amount=2 -kerning first=1101 second=87 amount=-3 -kerning first=121 second=275 amount=-1 -kerning first=87 second=115 amount=-2 -kerning first=8370 second=260 amount=-1 -kerning first=355 second=1166 amount=1 -kerning first=8244 second=339 amount=-4 -kerning first=107 second=243 amount=-1 -kerning first=1087 second=89 amount=-5 -kerning first=953 second=247 amount=-2 -kerning first=114 second=1175 amount=1 -kerning first=1226 second=1124 amount=1 -kerning first=286 second=374 amount=-2 -kerning first=1205 second=921 amount=1 -kerning first=1140 second=297 amount=5 -kerning first=922 second=284 amount=-2 -kerning first=222 second=8222 amount=-8 -kerning first=354 second=193 amount=-6 -kerning first=1143 second=162 amount=-1 -kerning first=1273 second=87 amount=-3 -kerning first=1139 second=1204 amount=-3 -kerning first=1180 second=169 amount=-2 -kerning first=94 second=1032 amount=-6 -kerning first=345 second=333 amount=-1 -kerning first=170 second=246 amount=-2 -kerning first=92 second=1143 amount=-4 -kerning first=1265 second=8230 amount=-2 -kerning first=1244 second=287 amount=-2 -kerning first=356 second=288 amount=-2 -kerning first=1050 second=334 amount=-2 -kerning first=108 second=239 amount=5 -kerning first=215 second=374 amount=-3 -kerning first=311 second=240 amount=-1 -kerning first=1033 second=87 amount=-3 -kerning first=240 second=1091 amount=-1 -kerning first=380 second=337 amount=-1 -kerning first=1027 second=902 amount=-6 -kerning first=299 second=1053 amount=3 -kerning first=1139 second=1232 amount=-2 -kerning first=253 second=966 amount=-1 -kerning first=81 second=1140 amount=-2 -kerning first=325 second=301 amount=5 -kerning first=194 second=376 amount=-5 -kerning first=354 second=233 amount=-5 -kerning first=234 second=1204 amount=-3 -kerning first=84 second=1195 amount=-5 -kerning first=965 second=221 amount=-4 -kerning first=345 second=8218 amount=-5 -kerning first=1213 second=1265 amount=-1 -kerning first=1020 second=1143 amount=-1 -kerning first=1058 second=1242 amount=-2 -kerning first=197 second=235 amount=-1 -kerning first=1222 second=1115 amount=1 -kerning first=1230 second=374 amount=-1 -kerning first=1215 second=1093 amount=-1 -kerning first=354 second=1241 amount=-5 -kerning first=1050 second=373 amount=-4 -kerning first=343 second=308 amount=-4 -kerning first=1113 second=84 amount=-7 -kerning first=92 second=284 amount=-2 -kerning first=1278 second=171 amount=-3 -kerning first=1128 second=212 amount=-2 -kerning first=1267 second=1259 amount=-1 -kerning first=313 second=1060 amount=-2 -kerning first=918 second=1242 amount=-2 -kerning first=1197 second=281 amount=-2 -kerning first=1255 second=89 amount=-6 -kerning first=1116 second=358 amount=-4 -kerning first=220 second=44 amount=-2 -kerning first=230 second=1093 amount=-1 -kerning first=102 second=945 amount=-1 -kerning first=1036 second=335 amount=-3 -kerning first=202 second=301 amount=5 -kerning first=354 second=1230 amount=-4 -kerning first=1170 second=1237 amount=-5 -kerning first=118 second=1058 amount=-2 -kerning first=174 second=52 amount=-3 -kerning first=349 second=939 amount=-5 -kerning first=376 second=894 amount=-4 -kerning first=910 second=345 amount=-3 -kerning first=916 second=49 amount=-2 -kerning first=196 second=288 amount=-2 -kerning first=267 second=1197 amount=-1 -kerning first=1252 second=239 amount=5 -kerning first=256 second=1059 amount=-5 -kerning first=1086 second=373 amount=-1 -kerning first=1168 second=1194 amount=-2 -kerning first=1077 second=87 amount=-3 -kerning first=286 second=1111 amount=2 -kerning first=1200 second=1234 amount=-5 -kerning first=372 second=1207 amount=-3 -kerning first=105 second=309 amount=3 -kerning first=1027 second=1173 amount=-4 -kerning first=279 second=89 amount=-6 -kerning first=332 second=198 amount=-2 -kerning first=314 second=206 amount=1 -kerning first=227 second=933 amount=-5 -kerning first=1274 second=1125 amount=-4 -kerning first=317 second=212 amount=-2 -kerning first=297 second=104 amount=3 -kerning first=337 second=1263 amount=-1 -kerning first=934 second=8216 amount=-2 -kerning first=65 second=233 amount=-1 -kerning first=8250 second=197 amount=-2 -kerning first=1230 second=69 amount=1 -kerning first=972 second=1217 amount=-2 -kerning first=1187 second=173 amount=-1 -kerning first=1170 second=961 amount=-4 -kerning first=1062 second=95 amount=4 -kerning first=255 second=195 amount=-4 -kerning first=109 second=221 amount=-5 -kerning first=1198 second=228 amount=-5 -kerning first=221 second=241 amount=-3 -kerning first=1118 second=1200 amount=-2 -kerning first=239 second=928 amount=3 -kerning first=299 second=932 amount=6 -kerning first=1185 second=232 amount=-1 -kerning first=65 second=1241 amount=-1 -kerning first=1119 second=118 amount=-1 -kerning first=165 second=105 amount=2 -kerning first=1202 second=8370 amount=-1 -kerning first=374 second=252 amount=-3 -kerning first=1186 second=254 amount=1 -kerning first=933 second=336 amount=-2 -kerning first=116 second=376 amount=-1 -kerning first=382 second=963 amount=-1 -kerning first=915 second=248 amount=-5 -kerning first=251 second=354 amount=-3 -kerning first=260 second=211 amount=-2 -kerning first=913 second=86 amount=-5 -kerning first=95 second=54 amount=-3 -kerning first=1119 second=1201 amount=-1 -kerning first=1126 second=932 amount=-6 -kerning first=122 second=356 amount=-2 -kerning first=1276 second=171 amount=-3 -kerning first=68 second=46 amount=-3 -kerning first=192 second=1204 amount=-6 -kerning first=256 second=291 amount=-1 -kerning first=1046 second=173 amount=-4 -kerning first=902 second=1089 amount=-1 -kerning first=1235 second=1035 amount=-3 -kerning first=1205 second=914 amount=1 -kerning first=1140 second=1235 amount=-3 -kerning first=241 second=1200 amount=-5 -kerning first=1043 second=1193 amount=-5 -kerning first=972 second=192 amount=-2 -kerning first=1275 second=257 amount=-2 -kerning first=55 second=44 amount=-8 -kerning first=213 second=1236 amount=-2 -kerning first=345 second=1077 amount=-1 -kerning first=288 second=935 amount=-1 -kerning first=1178 second=336 amount=-2 -kerning first=297 second=317 amount=3 -kerning first=1058 second=1074 amount=-4 -kerning first=237 second=92 amount=2 -kerning first=356 second=65 amount=-6 -kerning first=260 second=119 amount=-4 -kerning first=1275 second=1153 amount=-2 -kerning first=1187 second=222 amount=1 -kerning first=1170 second=246 amount=-5 -kerning first=913 second=945 amount=-1 -kerning first=42 second=74 amount=-6 -kerning first=380 second=1105 amount=-1 -kerning first=377 second=79 amount=-2 -kerning first=197 second=169 amount=-2 -kerning first=1274 second=1111 amount=6 -kerning first=247 second=935 amount=-4 -kerning first=1180 second=210 amount=-2 -kerning first=257 second=253 amount=-1 -kerning first=79 second=1058 amount=-2 -kerning first=8225 second=273 amount=-2 -kerning first=923 second=121 amount=-4 -kerning first=116 second=200 amount=1 -kerning first=382 second=243 amount=-1 -kerning first=315 second=932 amount=-6 -kerning first=939 second=1181 amount=-3 -kerning first=1111 second=299 amount=3 -kerning first=194 second=334 amount=-2 -kerning first=84 second=1194 amount=-2 -kerning first=913 second=262 amount=-2 -kerning first=1085 second=174 amount=-1 -kerning first=197 second=89 amount=-5 -kerning first=356 second=101 amount=-5 -kerning first=354 second=1125 amount=-4 -kerning first=120 second=234 amount=-1 -kerning first=1234 second=1057 amount=-2 -kerning first=1188 second=1263 amount=-4 -kerning first=1043 second=1109 amount=-5 -kerning first=1057 second=299 amount=2 -kerning first=313 second=359 amount=-1 -kerning first=8221 second=1255 amount=-4 -kerning first=1081 second=118 amount=-1 -kerning first=1078 second=8249 amount=-2 -kerning first=217 second=95 amount=-3 -kerning first=1088 second=1078 amount=-1 -kerning first=120 second=1243 amount=-1 -kerning first=1036 second=1104 amount=-3 -kerning first=8222 second=1118 amount=-3 -kerning first=194 second=373 amount=-4 -kerning first=1179 second=966 amount=-1 -kerning first=1081 second=1201 amount=-1 -kerning first=341 second=1010 amount=-1 -kerning first=182 second=296 amount=1 -kerning first=221 second=193 amount=-5 -kerning first=1126 second=285 amount=-1 -kerning first=76 second=92 amount=-5 -kerning first=1169 second=281 amount=-2 -kerning first=1274 second=332 amount=-2 -kerning first=1201 second=337 amount=-1 -kerning first=187 second=1143 amount=-2 -kerning first=334 second=1066 amount=-2 -kerning first=902 second=1145 amount=-1 -kerning first=1270 second=277 amount=-5 -kerning first=1040 second=63 amount=-4 -kerning first=374 second=288 amount=-2 -kerning first=379 second=1017 amount=-2 -kerning first=8221 second=126 amount=-3 -kerning first=1107 second=183 amount=-1 -kerning first=1111 second=1049 amount=3 -kerning first=208 second=1140 amount=-2 -kerning first=76 second=338 amount=-2 -kerning first=1018 second=299 amount=5 -kerning first=65 second=374 amount=-5 -kerning first=307 second=86 amount=2 -kerning first=1226 second=1180 amount=1 -kerning first=373 second=279 amount=-1 -kerning first=221 second=233 amount=-6 -kerning first=1126 second=162 amount=-1 -kerning first=1188 second=265 amount=-5 -kerning first=8370 second=1011 amount=2 -kerning first=222 second=377 amount=-3 -kerning first=1211 second=1204 amount=-3 -kerning first=299 second=1184 amount=3 -kerning first=8373 second=1217 amount=-1 -kerning first=196 second=101 amount=-1 -kerning first=171 second=195 amount=-2 -kerning first=117 second=358 amount=-3 -kerning first=1078 second=1035 amount=-3 -kerning first=1270 second=1189 amount=-4 -kerning first=1263 second=1196 amount=-2 -kerning first=8217 second=1267 amount=1 -kerning first=221 second=1241 amount=-6 -kerning first=354 second=1111 amount=6 -kerning first=259 second=8220 amount=-3 -kerning first=1187 second=1030 amount=1 -kerning first=214 second=1278 amount=-1 -kerning first=1180 second=1259 amount=-3 -kerning first=1117 second=910 amount=-5 -kerning first=174 second=248 amount=-2 -kerning first=1108 second=1098 amount=-1 -kerning first=45 second=92 amount=-3 -kerning first=910 second=211 amount=-2 -kerning first=1061 second=1089 amount=-2 -kerning first=8244 second=1072 amount=-4 -kerning first=116 second=1124 amount=1 -kerning first=59 second=1066 amount=-2 -kerning first=192 second=357 amount=-2 -kerning first=1011 second=297 amount=3 -kerning first=356 second=341 amount=-4 -kerning first=1222 second=1231 amount=1 -kerning first=232 second=174 amount=-1 -kerning first=119 second=171 amount=-2 -kerning first=973 second=1198 amount=-4 -kerning first=221 second=1230 amount=-3 -kerning first=118 second=939 amount=-2 -kerning first=345 second=379 amount=-2 -kerning first=358 second=1232 amount=-6 -kerning first=375 second=932 amount=-2 -kerning first=1225 second=1042 amount=1 -kerning first=1244 second=1012 amount=-1 -kerning first=1058 second=945 amount=-5 -kerning first=915 second=1100 amount=-4 -kerning first=77 second=303 amount=2 -kerning first=216 second=923 amount=-2 -kerning first=1083 second=1185 amount=-2 -kerning first=1094 second=310 amount=1 -kerning first=957 second=910 amount=-2 -kerning first=341 second=339 amount=-1 -kerning first=324 second=372 amount=-3 -kerning first=1267 second=1193 amount=-1 -kerning first=242 second=1118 amount=-1 -kerning first=1056 second=8218 amount=-9 -kerning first=1222 second=45 amount=-1 -kerning first=1119 second=356 amount=-3 -kerning first=902 second=1140 amount=-5 -kerning first=1170 second=1197 amount=-3 -kerning first=343 second=1263 amount=1 -kerning first=1115 second=910 amount=-5 -kerning first=1058 second=262 amount=-2 -kerning first=1184 second=291 amount=-3 -kerning first=8217 second=269 amount=-4 -kerning first=354 second=332 amount=-2 -kerning first=972 second=221 amount=-6 -kerning first=261 second=121 amount=-1 -kerning first=918 second=262 amount=-2 -kerning first=65 second=1111 amount=3 -kerning first=197 second=210 amount=-2 -kerning first=1222 second=80 amount=1 -kerning first=1168 second=1138 amount=-2 -kerning first=1170 second=1096 amount=-4 -kerning first=1263 second=271 amount=-1 -kerning first=1188 second=1139 amount=-5 -kerning first=1166 second=247 amount=-2 -kerning first=376 second=1251 amount=-3 -kerning first=193 second=289 amount=-1 -kerning first=1060 second=356 amount=-2 -kerning first=1145 second=172 amount=-2 -kerning first=1239 second=1263 amount=-1 -kerning first=102 second=111 amount=-1 -kerning first=8225 second=240 amount=-2 -kerning first=961 second=1059 amount=-6 -kerning first=92 second=42 amount=-5 -kerning first=923 second=903 amount=-5 -kerning first=89 second=981 amount=-6 -kerning first=199 second=1202 amount=-1 -kerning first=915 second=115 amount=-5 -kerning first=271 second=1035 amount=3 -kerning first=1139 second=1200 amount=-6 -kerning first=71 second=1276 amount=-1 -kerning first=1242 second=65 amount=-2 -kerning first=1278 second=286 amount=-1 -kerning first=87 second=959 amount=-3 -kerning first=1061 second=1145 amount=-2 -kerning first=214 second=260 amount=-2 -kerning first=1201 second=1105 amount=-1 -kerning first=1050 second=1141 amount=-3 -kerning first=114 second=963 amount=-1 -kerning first=343 second=265 amount=-1 -kerning first=1016 second=1277 amount=-1 -kerning first=1205 second=72 amount=1 -kerning first=253 second=226 amount=-1 -kerning first=908 second=372 amount=-1 -kerning first=1198 second=1179 amount=-3 -kerning first=374 second=65 amount=-5 -kerning first=1188 second=247 amount=-4 -kerning first=1027 second=1265 amount=-4 -kerning first=1111 second=294 amount=3 -kerning first=274 second=297 amount=5 -kerning first=1275 second=234 amount=-2 -kerning first=196 second=174 amount=-5 -kerning first=309 second=1099 amount=3 -kerning first=375 second=285 amount=-1 -kerning first=1271 second=232 amount=-2 -kerning first=378 second=269 amount=-1 -kerning first=981 second=8220 amount=-4 -kerning first=381 second=268 amount=-2 -kerning first=237 second=95 amount=3 -kerning first=81 second=1058 amount=-2 -kerning first=301 second=1213 amount=3 -kerning first=65 second=332 amount=-2 -kerning first=97 second=1265 amount=-1 -kerning first=1168 second=287 amount=-5 -kerning first=79 second=939 amount=-2 -kerning first=1275 second=1243 amount=-2 -kerning first=187 second=916 amount=-2 -kerning first=234 second=1200 amount=-6 -kerning first=1207 second=1250 amount=1 -kerning first=87 second=60 amount=-5 -kerning first=1026 second=1279 amount=-1 -kerning first=313 second=1254 amount=-2 -kerning first=55 second=225 amount=-3 -kerning first=1081 second=356 amount=-3 -kerning first=1060 second=902 amount=-2 -kerning first=1086 second=1141 amount=-1 -kerning first=224 second=1090 amount=-2 -kerning first=1072 second=376 amount=-5 -kerning first=339 second=1199 amount=-1 -kerning first=1020 second=1202 amount=-2 -kerning first=373 second=1195 amount=-1 -kerning first=1200 second=1258 amount=-2 -kerning first=374 second=101 amount=-6 -kerning first=1128 second=1213 amount=-2 -kerning first=8217 second=1086 amount=-4 -kerning first=221 second=1125 amount=-3 -kerning first=313 second=1144 amount=-2 -kerning first=126 second=1196 amount=-4 -kerning first=1234 second=910 amount=-5 -kerning first=375 second=162 amount=-1 -kerning first=376 second=109 amount=-3 -kerning first=1037 second=298 amount=1 -kerning first=256 second=1054 amount=-2 -kerning first=1059 second=97 amount=-5 -kerning first=114 second=243 amount=-1 -kerning first=332 second=1244 amount=-1 -kerning first=1040 second=959 amount=-1 -kerning first=254 second=198 amount=-2 -kerning first=1263 second=113 amount=-1 -kerning first=1188 second=1028 amount=-2 -kerning first=939 second=213 amount=-2 -kerning first=1027 second=267 amount=-5 -kerning first=106 second=1140 amount=2 -kerning first=84 second=1138 amount=-2 -kerning first=277 second=1141 amount=-1 -kerning first=1269 second=1059 amount=-5 -kerning first=197 second=1259 amount=-1 -kerning first=1274 second=46 amount=-2 -kerning first=281 second=1199 amount=-1 -kerning first=1276 second=286 amount=-1 -kerning first=301 second=223 amount=3 -kerning first=913 second=111 amount=-1 -kerning first=1224 second=1196 amount=-3 -kerning first=376 second=173 amount=-4 -kerning first=317 second=1213 amount=-1 -kerning first=1230 second=1050 amount=1 -kerning first=339 second=957 amount=-1 -kerning first=114 second=8221 amount=1 -kerning first=343 second=1139 amount=-1 -kerning first=1113 second=1118 amount=-2 -kerning first=1040 second=60 amount=-1 -kerning first=326 second=86 amount=-3 -kerning first=1202 second=232 amount=-2 -kerning first=922 second=213 amount=-2 -kerning first=111 second=41 amount=-1 -kerning first=270 second=84 amount=-2 -kerning first=1109 second=174 amount=-1 -kerning first=183 second=196 amount=-2 -kerning first=332 second=193 amount=-2 -kerning first=1255 second=1046 amount=-2 -kerning first=43 second=1198 amount=-4 -kerning first=91 second=1011 amount=1 -kerning first=1205 second=1058 amount=-2 -kerning first=378 second=1086 amount=-1 -kerning first=1186 second=1036 amount=1 -kerning first=192 second=1256 amount=-2 -kerning first=1181 second=932 amount=-4 -kerning first=1016 second=933 amount=-6 -kerning first=913 second=8216 amount=-8 -kerning first=8224 second=245 amount=-2 -kerning first=1196 second=289 amount=-5 -kerning first=1278 second=920 amount=-1 -kerning first=1043 second=1010 amount=-5 -kerning first=262 second=95 amount=-3 -kerning first=84 second=287 amount=-5 -kerning first=192 second=1200 amount=-5 -kerning first=1138 second=372 amount=-1 -kerning first=281 second=957 amount=-1 -kerning first=343 second=247 amount=-2 -kerning first=88 second=183 amount=-4 -kerning first=374 second=341 amount=-3 -kerning first=922 second=118 amount=-3 -kerning first=1241 second=258 amount=-2 -kerning first=1124 second=239 amount=2 -kerning first=227 second=1204 amount=-3 -kerning first=174 second=115 amount=-1 -kerning first=922 second=1201 amount=-3 -kerning first=107 second=99 amount=-1 -kerning first=38 second=375 amount=-2 -kerning first=92 second=213 amount=-2 -kerning first=89 second=1040 amount=-5 -kerning first=111 second=1091 amount=-1 -kerning first=357 second=925 amount=1 -kerning first=1143 second=940 amount=-1 -kerning first=1220 second=92 amount=-3 -kerning first=112 second=372 amount=-3 -kerning first=1090 second=354 amount=-3 -kerning first=1180 second=1193 amount=-3 -kerning first=932 second=1242 amount=-2 -kerning first=102 second=1209 amount=-1 -kerning first=1164 second=1143 amount=-1 -kerning first=1200 second=1080 amount=-3 -kerning first=1091 second=8244 amount=2 -kerning first=310 second=289 amount=-3 -kerning first=374 second=174 amount=-1 -kerning first=116 second=1180 amount=1 -kerning first=1122 second=1197 amount=-2 -kerning first=195 second=8225 amount=-5 -kerning first=194 second=1141 amount=-4 -kerning first=354 second=46 amount=-2 -kerning first=1046 second=79 amount=-1 -kerning first=8249 second=1059 amount=-4 -kerning first=1207 second=1223 amount=1 -kerning first=1242 second=935 amount=-1 -kerning first=1278 second=8363 amount=-2 -kerning first=221 second=332 amount=-2 -kerning first=380 second=231 amount=-1 -kerning first=959 second=932 amount=-3 -kerning first=1274 second=103 amount=-5 -kerning first=275 second=1196 amount=-3 -kerning first=1071 second=300 amount=1 -kerning first=1091 second=84 amount=-2 -kerning first=92 second=118 amount=-4 -kerning first=176 second=1033 amount=-2 -kerning first=372 second=8249 amount=-4 -kerning first=1233 second=89 amount=-5 -kerning first=1259 second=1143 amount=-1 -kerning first=1276 second=920 amount=-1 -kerning first=92 second=1201 amount=-4 -kerning first=367 second=8216 amount=-3 -kerning first=1181 second=285 amount=-1 -kerning first=176 second=923 amount=-5 -kerning first=1263 second=238 amount=3 -kerning first=927 second=8218 amount=-3 -kerning first=295 second=221 amount=-5 -kerning first=173 second=1078 amount=-1 -kerning first=1188 second=367 amount=-5 -kerning first=1043 second=339 amount=-5 -kerning first=1274 second=1249 amount=-3 -kerning first=356 second=1257 amount=-5 -kerning first=43 second=1175 amount=-1 -kerning first=110 second=84 amount=-3 -kerning first=1020 second=118 amount=-1 -kerning first=1279 second=45 amount=-1 -kerning first=1244 second=266 amount=-1 -kerning first=359 second=310 amount=1 -kerning first=1058 second=111 amount=-5 -kerning first=194 second=116 amount=-2 -kerning first=187 second=1202 amount=-3 -kerning first=1199 second=269 amount=-1 -kerning first=339 second=354 amount=-3 -kerning first=258 second=1242 amount=-2 -kerning first=1257 second=195 amount=-2 -kerning first=208 second=1058 amount=-2 -kerning first=1096 second=1026 amount=-3 -kerning first=72 second=297 amount=5 -kerning first=935 second=71 amount=-1 -kerning first=122 second=267 amount=-1 -kerning first=1020 second=1201 amount=-1 -kerning first=376 second=1220 amount=-3 -kerning first=355 second=356 amount=-2 -kerning first=1181 second=162 amount=-1 -kerning first=101 second=1198 amount=-6 -kerning first=1116 second=245 amount=-1 -kerning first=1207 second=8220 amount=-3 -kerning first=1141 second=923 amount=-4 -kerning first=284 second=358 amount=-2 -kerning first=1184 second=1054 amount=-2 -kerning first=81 second=939 amount=-2 -kerning first=1211 second=1200 amount=-5 -kerning first=1100 second=41 amount=-2 -kerning first=358 second=1256 amount=-2 -kerning first=1232 second=8249 amount=-2 -kerning first=1276 second=8363 amount=-2 -kerning first=1200 second=172 amount=-4 -kerning first=293 second=1185 amount=-2 -kerning first=231 second=1090 amount=-1 -kerning first=90 second=908 amount=-2 -kerning first=1075 second=1204 amount=-3 -kerning first=1222 second=270 amount=1 -kerning first=281 second=354 amount=-3 -kerning first=334 second=65 amount=-2 -kerning first=1170 second=253 amount=-4 -kerning first=1198 second=214 amount=-2 -kerning first=289 second=1066 amount=-3 -kerning first=355 second=1168 amount=1 -kerning first=55 second=100 amount=-3 -kerning first=932 second=1074 amount=-4 -kerning first=126 second=87 amount=-3 -kerning first=216 second=1217 amount=-1 -kerning first=1141 second=295 amount=3 -kerning first=1091 second=1239 amount=-1 -kerning first=176 second=8370 amount=-1 -kerning first=1217 second=963 amount=-2 -kerning first=8217 second=371 amount=-3 -kerning first=335 second=1203 amount=-1 -kerning first=183 second=89 amount=-4 -kerning first=354 second=103 amount=-5 -kerning first=1187 second=905 amount=1 -kerning first=196 second=1257 amount=-1 -kerning first=193 second=1196 amount=-6 -kerning first=1044 second=1044 amount=2 -kerning first=332 second=374 amount=-2 -kerning first=1203 second=945 amount=-1 -kerning first=91 second=966 amount=-1 -kerning first=1118 second=244 amount=-1 -kerning first=1267 second=1010 amount=-1 -kerning first=1026 second=186 amount=-2 -kerning first=328 second=1140 amount=-3 -kerning first=238 second=301 amount=3 -kerning first=1243 second=197 amount=-2 -kerning first=256 second=372 amount=-4 -kerning first=1059 second=1089 amount=-6 -kerning first=1084 second=358 amount=-3 -kerning first=923 second=71 amount=-2 -kerning first=75 second=1256 amount=-2 -kerning first=935 second=45 amount=-4 -kerning first=939 second=356 amount=3 -kerning first=1197 second=289 amount=-2 -kerning first=1224 second=87 amount=-3 -kerning first=1088 second=8220 amount=-4 -kerning first=1100 second=1091 amount=-2 -kerning first=902 second=1058 amount=-6 -kerning first=1232 second=1035 amount=-6 -kerning first=294 second=298 amount=1 -kerning first=297 second=68 amount=3 -kerning first=1168 second=1012 amount=-2 -kerning first=216 second=192 amount=-2 -kerning first=354 second=1249 amount=-3 -kerning first=1167 second=86 amount=-3 -kerning first=1199 second=1086 amount=-1 -kerning first=1094 second=921 amount=1 -kerning first=290 second=84 amount=-2 -kerning first=1118 second=8222 amount=-5 -kerning first=8244 second=949 amount=-4 -kerning first=197 second=1193 amount=-1 -kerning first=1274 second=259 amount=-5 -kerning first=1145 second=333 amount=-1 -kerning first=1205 second=939 amount=-1 -kerning first=1091 second=74 amount=-4 -kerning first=1217 second=243 amount=-2 -kerning first=382 second=99 amount=-1 -kerning first=8217 second=227 amount=-4 -kerning first=195 second=79 amount=-2 -kerning first=1210 second=1091 amount=-1 -kerning first=70 second=95 amount=-2 -kerning first=87 second=290 amount=-2 -kerning first=1036 second=43 amount=-6 -kerning first=65 second=103 amount=-1 -kerning first=101 second=1175 amount=-1 -kerning first=1187 second=8244 amount=2 -kerning first=114 second=90 amount=-2 -kerning first=1248 second=171 amount=-2 -kerning first=1188 second=324 amount=-4 -kerning first=939 second=902 amount=-5 -kerning first=1043 second=239 amount=6 -kerning first=920 second=910 amount=-2 -kerning first=193 second=271 amount=-1 -kerning first=1143 second=1237 amount=-1 -kerning first=1145 second=8218 amount=-6 -kerning first=1119 second=1265 amount=-1 -kerning first=1270 second=58 amount=-2 -kerning first=337 second=258 amount=-2 -kerning first=915 second=959 amount=-5 -kerning first=1188 second=1271 amount=-4 -kerning first=1250 second=207 amount=1 -kerning first=1187 second=84 amount=-2 -kerning first=957 second=1234 amount=-4 -kerning first=1213 second=1090 amount=-1 -kerning first=1267 second=339 amount=-1 -kerning first=910 second=97 amount=-5 -kerning first=933 second=1242 amount=-2 -kerning first=256 second=299 amount=3 -kerning first=1201 second=231 amount=-1 -kerning first=38 second=1066 amount=-4 -kerning first=1059 second=1145 amount=-6 -kerning first=92 second=356 amount=-6 -kerning first=1202 second=212 amount=-1 -kerning first=1128 second=100 amount=-1 -kerning first=221 second=46 amount=-3 -kerning first=335 second=910 amount=-6 -kerning first=264 second=301 amount=2 -kerning first=1027 second=369 amount=-5 -kerning first=193 second=1275 amount=-2 -kerning first=369 second=1058 amount=-3 -kerning first=235 second=358 amount=-3 -kerning first=353 second=932 amount=-5 -kerning first=254 second=1244 amount=-2 -kerning first=1058 second=1209 amount=-5 -kerning first=915 second=60 amount=-5 -kerning first=192 second=1017 amount=-2 -kerning first=304 second=303 amount=2 -kerning first=275 second=87 amount=-3 -kerning first=187 second=118 amount=-2 -kerning first=211 second=1040 amount=-2 -kerning first=904 second=1111 amount=5 -kerning first=119 second=8363 amount=-1 -kerning first=1040 second=290 amount=-2 -kerning first=1125 second=910 amount=-4 -kerning first=1126 second=940 amount=-1 -kerning first=1178 second=1242 amount=-2 -kerning first=84 second=1012 amount=-2 -kerning first=932 second=945 amount=-5 -kerning first=187 second=1201 amount=-2 -kerning first=1020 second=356 amount=-3 -kerning first=1093 second=172 amount=-1 -kerning first=8217 second=328 amount=-1 -kerning first=939 second=1173 amount=-3 -kerning first=1111 second=322 amount=3 -kerning first=354 second=259 amount=-5 -kerning first=1255 second=125 amount=-1 -kerning first=358 second=114 amount=-4 -kerning first=1126 second=264 amount=-2 -kerning first=1166 second=258 amount=-5 -kerning first=374 second=1257 amount=-6 -kerning first=932 second=262 amount=-2 -kerning first=226 second=255 amount=-1 -kerning first=1168 second=1169 amount=-4 -kerning first=334 second=935 amount=-1 -kerning first=1170 second=171 amount=-8 -kerning first=254 second=193 amount=-2 -kerning first=372 second=228 amount=-3 -kerning first=1263 second=248 amount=-1 -kerning first=324 second=1098 amount=-2 -kerning first=349 second=92 amount=-3 -kerning first=299 second=236 amount=6 -kerning first=1081 second=1265 amount=-1 -kerning first=193 second=113 amount=-1 -kerning first=258 second=86 amount=-5 -kerning first=1143 second=246 amount=-1 -kerning first=208 second=939 amount=-2 -kerning first=326 second=8216 amount=-3 -kerning first=260 second=1089 amount=-1 -kerning first=1094 second=914 amount=1 -kerning first=1278 second=216 amount=-1 -kerning first=1188 second=258 amount=-6 -kerning first=239 second=75 amount=3 -kerning first=39 second=198 amount=-5 -kerning first=245 second=375 amount=-1 -kerning first=1089 second=374 amount=-4 -kerning first=8220 second=38 amount=-4 -kerning first=90 second=126 amount=-2 -kerning first=1169 second=289 amount=-2 -kerning first=233 second=84 amount=-3 -kerning first=356 second=1108 amount=-5 -kerning first=1145 second=1077 amount=-1 -kerning first=1189 second=244 amount=-2 -kerning first=1020 second=902 amount=-2 -kerning first=1097 second=8360 amount=1 -kerning first=1270 second=285 amount=-5 -kerning first=253 second=301 amount=3 -kerning first=315 second=264 amount=-2 -kerning first=1122 second=253 amount=-1 -kerning first=1107 second=95 amount=-3 -kerning first=325 second=206 amount=1 -kerning first=1143 second=8217 amount=2 -kerning first=258 second=945 amount=-1 -kerning first=322 second=208 amount=2 -kerning first=87 second=196 amount=-4 -kerning first=376 second=79 amount=-2 -kerning first=1225 second=910 amount=-1 -kerning first=115 second=1059 amount=-5 -kerning first=74 second=47 amount=-4 -kerning first=1244 second=245 amount=-2 -kerning first=933 second=1074 amount=-3 -kerning first=356 second=1032 amount=-6 -kerning first=1222 second=919 amount=1 -kerning first=1168 second=1088 amount=-4 -kerning first=1046 second=1239 amount=-2 -kerning first=216 second=221 amount=-2 -kerning first=1226 second=254 amount=1 -kerning first=1097 second=325 amount=1 -kerning first=373 second=287 amount=-1 -kerning first=227 second=1200 amount=-5 -kerning first=341 second=1203 amount=1 -kerning first=1196 second=271 amount=-5 -kerning first=1198 second=354 amount=3 -kerning first=973 second=8221 amount=1 -kerning first=221 second=103 amount=-6 -kerning first=1188 second=283 amount=-5 -kerning first=1043 second=1072 amount=-5 -kerning first=299 second=330 amount=3 -kerning first=936 second=183 amount=-4 -kerning first=55 second=297 amount=6 -kerning first=193 second=87 amount=-4 -kerning first=258 second=262 amount=-2 -kerning first=1180 second=1010 amount=-3 -kerning first=1189 second=8222 amount=-8 -kerning first=257 second=1185 amount=-2 -kerning first=902 second=182 amount=-1 -kerning first=1270 second=162 amount=-5 -kerning first=49 second=8218 amount=-3 -kerning first=1275 second=8230 amount=-6 -kerning first=174 second=959 amount=-2 -kerning first=1209 second=1197 amount=-2 -kerning first=87 second=235 amount=-3 -kerning first=1271 second=44 amount=-6 -kerning first=1267 second=239 amount=3 -kerning first=1106 second=1059 amount=-5 -kerning first=98 second=1277 amount=-1 -kerning first=355 second=917 amount=1 -kerning first=1253 second=1140 amount=-3 -kerning first=902 second=939 amount=-5 -kerning first=970 second=916 amount=-3 -kerning first=1016 second=1204 amount=-3 -kerning first=1105 second=1203 amount=-1 -kerning first=1164 second=1202 amount=-2 -kerning first=255 second=97 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=1188 second=1087 amount=-4 -kerning first=1027 second=326 amount=-4 -kerning first=924 second=300 amount=1 -kerning first=8221 second=948 amount=-4 -kerning first=196 second=1108 amount=-1 -kerning first=84 second=1169 amount=-4 -kerning first=1072 second=1141 amount=-1 -kerning first=1103 second=910 amount=-5 -kerning first=358 second=1017 amount=-2 -kerning first=1235 second=1199 amount=-1 -kerning first=1276 second=216 amount=-1 -kerning first=1200 second=965 amount=-3 -kerning first=310 second=271 amount=-3 -kerning first=297 second=1188 amount=3 -kerning first=1036 second=251 amount=-2 -kerning first=301 second=1026 amount=6 -kerning first=46 second=221 amount=-3 -kerning first=271 second=94 amount=4 -kerning first=195 second=8244 amount=-7 -kerning first=260 second=1145 amount=-1 -kerning first=1050 second=199 amount=-2 -kerning first=1016 second=1232 amount=-2 -kerning first=284 second=237 amount=2 -kerning first=1198 second=913 amount=-5 -kerning first=966 second=1236 amount=-2 -kerning first=355 second=318 amount=1 -kerning first=916 second=8249 amount=-2 -kerning first=8244 second=969 amount=-4 -kerning first=193 second=268 amount=-2 -kerning first=1274 second=273 amount=-5 -kerning first=1145 second=351 amount=-1 -kerning first=1259 second=1202 amount=-2 -kerning first=961 second=372 amount=-3 -kerning first=246 second=198 amount=-2 -kerning first=1186 second=98 amount=1 -kerning first=1128 second=1026 amount=-6 -kerning first=1184 second=299 amount=5 -kerning first=335 second=1093 amount=-1 -kerning first=357 second=353 amount=-1 -kerning first=303 second=41 amount=2 -kerning first=195 second=84 amount=-6 -kerning first=63 second=196 amount=-4 -kerning first=1203 second=111 amount=-1 -kerning first=1069 second=910 amount=-2 -kerning first=375 second=940 amount=-1 -kerning first=1205 second=1216 amount=1 -kerning first=242 second=256 amount=-2 -kerning first=1225 second=107 amount=1 -kerning first=114 second=99 amount=-1 -kerning first=343 second=258 amount=-3 -kerning first=1257 second=119 amount=-1 -kerning first=1040 second=235 amount=-1 -kerning first=176 second=192 amount=-5 -kerning first=1196 second=113 amount=-5 -kerning first=1128 second=67 amount=-2 -kerning first=75 second=1017 amount=-2 -kerning first=8360 second=84 amount=-5 -kerning first=8230 second=1185 amount=-5 -kerning first=309 second=295 amount=3 -kerning first=84 second=1088 amount=-4 -kerning first=1180 second=339 amount=-3 -kerning first=1235 second=957 amount=-1 -kerning first=1200 second=333 amount=-6 -kerning first=923 second=8224 amount=-5 -kerning first=914 second=299 amount=2 -kerning first=359 second=921 amount=1 -kerning first=915 second=361 amount=-5 -kerning first=8217 second=1092 amount=-4 -kerning first=301 second=297 amount=3 -kerning first=1168 second=266 amount=-2 -kerning first=1199 second=227 amount=-1 -kerning first=1175 second=172 amount=-1 -kerning first=187 second=356 amount=-8 -kerning first=1197 second=1196 amount=-3 -kerning first=87 second=343 amount=-2 -kerning first=376 second=973 amount=-3 -kerning first=910 second=1089 amount=-6 -kerning first=317 second=1026 amount=-6 -kerning first=369 second=939 amount=-4 -kerning first=343 second=283 amount=-1 -kerning first=1141 second=192 amount=-4 -kerning first=254 second=374 amount=-6 -kerning first=1198 second=1103 amount=-4 -kerning first=1128 second=297 amount=3 -kerning first=75 second=303 amount=2 -kerning first=105 second=87 amount=2 -kerning first=248 second=255 amount=-1 -kerning first=313 second=8220 amount=-5 -kerning first=236 second=93 amount=2 -kerning first=1111 second=205 amount=3 -kerning first=1163 second=310 amount=1 -kerning first=1090 second=265 amount=-2 -kerning first=86 second=1232 amount=-5 -kerning first=104 second=89 amount=-5 -kerning first=110 second=1118 amount=-1 -kerning first=1054 second=198 amount=-2 -kerning first=1200 second=8218 amount=-7 -kerning first=98 second=933 amount=-6 -kerning first=310 second=113 amount=-3 -kerning first=317 second=67 amount=-2 -kerning first=933 second=945 amount=-6 -kerning first=1082 second=356 amount=-4 -kerning first=260 second=1140 amount=-5 -kerning first=339 second=1263 amount=-1 -kerning first=1170 second=117 amount=-5 -kerning first=332 second=46 amount=-3 -kerning first=1105 second=910 amount=-6 -kerning first=1198 second=308 amount=-2 -kerning first=87 second=169 amount=-2 -kerning first=182 second=1111 amount=5 -kerning first=1258 second=256 amount=-2 -kerning first=221 second=259 amount=-5 -kerning first=1027 second=260 amount=-6 -kerning first=328 second=1058 amount=-3 -kerning first=333 second=1035 amount=-3 -kerning first=55 second=1235 amount=-3 -kerning first=1269 second=372 amount=-3 -kerning first=1274 second=1167 amount=-4 -kerning first=256 second=34 amount=-5 -kerning first=319 second=89 amount=-2 -kerning first=1141 second=232 amount=-1 -kerning first=1091 second=263 amount=-1 -kerning first=933 second=262 amount=-2 -kerning first=1043 second=1057 amount=-2 -kerning first=195 second=1239 amount=-1 -kerning first=187 second=902 amount=-2 -kerning first=354 second=273 amount=-5 -kerning first=112 second=1098 amount=-2 -kerning first=1213 second=120 amount=-1 -kerning first=1267 second=1072 amount=-1 -kerning first=1256 second=933 amount=-2 -kerning first=378 second=1092 amount=-1 -kerning first=1178 second=945 amount=-3 -kerning first=192 second=244 amount=-1 -kerning first=197 second=1010 amount=-1 -kerning first=281 second=1263 amount=-1 -kerning first=1059 second=1233 amount=-5 -kerning first=1167 second=8216 amount=-4 -kerning first=1066 second=1277 amount=-1 -kerning first=173 second=8220 amount=-3 -kerning first=940 second=173 amount=-2 -kerning first=265 second=221 amount=-4 -kerning first=1197 second=271 amount=-2 -kerning first=70 second=335 amount=-3 -kerning first=8225 second=38 amount=-3 -kerning first=1205 second=183 amount=-1 -kerning first=1178 second=262 amount=-2 -kerning first=374 second=1108 amount=-6 -kerning first=915 second=943 amount=-8 -kerning first=183 second=1046 amount=-4 -kerning first=1187 second=314 amount=1 -kerning first=1094 second=72 amount=1 -kerning first=42 second=256 amount=-5 -kerning first=1196 second=268 amount=-2 -kerning first=965 second=1026 amount=-3 -kerning first=1126 second=246 amount=-1 -kerning first=222 second=194 amount=-3 -kerning first=245 second=1066 amount=-3 -kerning first=268 second=297 amount=2 -kerning first=910 second=1145 amount=-6 -kerning first=84 second=266 amount=-2 -kerning first=932 second=111 amount=-5 -kerning first=211 second=47 amount=-3 -kerning first=902 second=967 amount=-4 -kerning first=1164 second=118 amount=-1 -kerning first=253 second=242 amount=-1 -kerning first=1040 second=169 amount=-2 -kerning first=963 second=8220 amount=-3 -kerning first=372 second=1179 amount=-2 -kerning first=374 second=1032 amount=-2 -kerning first=981 second=923 amount=-2 -kerning first=915 second=290 amount=-2 -kerning first=342 second=221 amount=-2 -kerning first=1027 second=1090 amount=-3 -kerning first=194 second=199 amount=-2 -kerning first=213 second=932 amount=-2 -kerning first=1090 second=1139 amount=-2 -kerning first=1164 second=1201 amount=-1 -kerning first=376 second=84 amount=3 -kerning first=1171 second=356 amount=-3 -kerning first=8244 second=1234 amount=-9 -kerning first=267 second=1185 amount=-1 -kerning first=65 second=273 amount=-1 -kerning first=1241 second=1059 amount=-6 -kerning first=356 second=908 amount=-2 -kerning first=97 second=1090 amount=-2 -kerning first=1235 second=354 amount=-3 -kerning first=913 second=8250 amount=-2 -kerning first=1040 second=89 amount=-5 -kerning first=243 second=194 amount=-2 -kerning first=1126 second=8217 amount=-7 -kerning first=1185 second=100 amount=-1 -kerning first=1274 second=240 amount=-5 -kerning first=1180 second=239 amount=5 -kerning first=345 second=197 amount=-3 -kerning first=211 second=1198 amount=-2 -kerning first=1259 second=118 amount=-1 -kerning first=1026 second=1040 amount=-2 -kerning first=1097 second=1055 amount=1 -kerning first=1200 second=1077 amount=-6 -kerning first=310 second=268 amount=-2 -kerning first=929 second=195 amount=-5 -kerning first=1186 second=1035 amount=-2 -kerning first=359 second=914 amount=1 -kerning first=922 second=1265 amount=-3 -kerning first=77 second=298 amount=1 -kerning first=1111 second=1068 amount=3 -kerning first=354 second=1167 amount=-4 -kerning first=1170 second=286 amount=-2 -kerning first=177 second=1118 amount=-3 -kerning first=1090 second=247 amount=-1 -kerning first=95 second=8353 amount=-3 -kerning first=1259 second=1201 amount=-1 -kerning first=197 second=339 amount=-1 -kerning first=1201 second=229 amount=-1 -kerning first=107 second=233 amount=-1 -kerning first=1181 second=940 amount=-1 -kerning first=79 second=92 amount=-2 -kerning first=1187 second=1120 amount=1 -kerning first=1093 second=333 amount=-1 -kerning first=255 second=1089 amount=-1 -kerning first=109 second=1026 amount=-3 -kerning first=169 second=1035 amount=-2 -kerning first=1196 second=52 amount=-4 -kerning first=1254 second=1066 amount=-2 -kerning first=939 second=267 amount=-6 -kerning first=1043 second=1203 amount=-3 -kerning first=8221 second=968 amount=-3 -kerning first=44 second=932 amount=-2 -kerning first=258 second=111 amount=-1 -kerning first=1169 second=1196 amount=-3 -kerning first=1197 second=113 amount=-2 -kerning first=228 second=1059 amount=-5 -kerning first=107 second=1241 amount=-1 -kerning first=345 second=275 amount=-1 -kerning first=375 second=1237 amount=-1 -kerning first=1271 second=225 amount=-2 -kerning first=1020 second=93 amount=-1 -kerning first=170 second=8363 amount=-2 -kerning first=1265 second=1207 amount=-1 -kerning first=310 second=238 amount=2 -kerning first=116 second=254 amount=1 -kerning first=315 second=8217 amount=-3 -kerning first=934 second=916 amount=-2 -kerning first=194 second=49 amount=-2 -kerning first=114 second=198 amount=-3 -kerning first=1066 second=933 amount=-6 -kerning first=341 second=1093 amount=1 -kerning first=121 second=945 amount=-1 -kerning first=380 second=279 amount=-1 -kerning first=920 second=1234 amount=-2 -kerning first=196 second=908 amount=-2 -kerning first=1094 second=1058 amount=-2 -kerning first=373 second=358 amount=-3 -kerning first=1102 second=1035 amount=-3 -kerning first=1141 second=221 amount=-2 -kerning first=1279 second=337 amount=-1 -kerning first=92 second=1265 amount=-4 -kerning first=1193 second=1143 amount=-1 -kerning first=922 second=267 amount=-3 -kerning first=1228 second=86 amount=-3 -kerning first=258 second=8216 amount=-8 -kerning first=210 second=88 amount=-1 -kerning first=1234 second=1258 amount=-2 -kerning first=87 second=210 amount=-2 -kerning first=358 second=244 amount=-5 -kerning first=376 second=1239 amount=-6 -kerning first=8218 second=376 amount=-7 -kerning first=1045 second=299 amount=5 -kerning first=1105 second=1093 amount=-1 -kerning first=1140 second=71 amount=-2 -kerning first=335 second=1234 amount=-2 -kerning first=1107 second=335 amount=-2 -kerning first=250 second=910 amount=-4 -kerning first=193 second=248 amount=-1 -kerning first=70 second=1104 amount=-3 -kerning first=1209 second=253 amount=-1 -kerning first=1059 second=1058 amount=3 -kerning first=1034 second=1035 amount=-3 -kerning first=1020 second=1265 amount=-1 -kerning first=1200 second=351 amount=-4 -kerning first=1036 second=277 amount=-3 -kerning first=379 second=1069 amount=-2 -kerning first=354 second=240 amount=-5 -kerning first=1153 second=933 amount=-4 -kerning first=1083 second=1267 amount=-1 -kerning first=358 second=8222 amount=-8 -kerning first=39 second=193 amount=-5 -kerning first=376 second=1102 amount=-3 -kerning first=1169 second=271 amount=-2 -kerning first=1078 second=354 amount=-3 -kerning first=216 second=44 amount=-3 -kerning first=1226 second=1036 amount=1 -kerning first=255 second=1145 amount=-1 -kerning first=92 second=267 amount=-1 -kerning first=1217 second=99 amount=-2 -kerning first=75 second=244 amount=-3 -kerning first=915 second=196 amount=-6 -kerning first=1027 second=946 amount=-4 -kerning first=193 second=39 amount=-5 -kerning first=229 second=358 amount=-3 -kerning first=288 second=305 amount=2 -kerning first=375 second=246 amount=-1 -kerning first=1232 second=94 amount=-5 -kerning first=328 second=939 amount=-5 -kerning first=376 second=74 amount=-2 -kerning first=297 second=379 amount=6 -kerning first=1058 second=8250 amount=-3 -kerning first=903 second=913 amount=-5 -kerning first=1168 second=245 amount=-5 -kerning first=1046 second=263 amount=-2 -kerning first=1051 second=300 amount=1 -kerning first=1199 second=1092 amount=-1 -kerning first=1170 second=920 amount=-2 -kerning first=1040 second=210 amount=-2 -kerning first=935 second=337 amount=-2 -kerning first=221 second=273 amount=-6 -kerning first=8370 second=301 amount=2 -kerning first=233 second=1118 amount=-1 -kerning first=1253 second=1058 amount=-3 -kerning first=932 second=1209 amount=-5 -kerning first=902 second=183 amount=-2 -kerning first=1016 second=1200 amount=-6 -kerning first=1270 second=1075 amount=-4 -kerning first=1140 second=45 amount=-3 -kerning first=244 second=196 amount=-2 -kerning first=915 second=235 amount=-5 -kerning first=939 second=177 amount=-6 -kerning first=1179 second=242 amount=-1 -kerning first=118 second=95 amount=-5 -kerning first=212 second=358 amount=-2 -kerning first=1104 second=1035 amount=-3 -kerning first=375 second=8217 amount=2 -kerning first=263 second=932 amount=-5 -kerning first=246 second=1244 amount=-2 -kerning first=179 second=198 amount=-6 -kerning first=65 second=240 amount=-1 -kerning first=197 second=239 amount=3 -kerning first=8250 second=86 amount=-4 -kerning first=356 second=1255 amount=-5 -kerning first=1222 second=320 amount=1 -kerning first=1093 second=1077 amount=-1 -kerning first=1164 second=356 amount=-3 -kerning first=957 second=172 amount=-3 -kerning first=176 second=212 amount=-1 -kerning first=87 second=1259 amount=-3 -kerning first=243 second=376 amount=-6 -kerning first=357 second=302 amount=1 -kerning first=1185 second=1026 amount=-4 -kerning first=1068 second=194 amount=-2 -kerning first=347 second=356 amount=-5 -kerning first=933 second=111 amount=-6 -kerning first=922 second=177 amount=-2 -kerning first=379 second=8373 amount=-2 -kerning first=1170 second=8363 amount=-5 -kerning first=1060 second=1278 amount=-1 -kerning first=8221 second=1232 amount=-9 -kerning first=355 second=1211 amount=1 -kerning first=381 second=60 amount=-4 -kerning first=1169 second=113 amount=-2 -kerning first=1080 second=86 amount=-3 -kerning first=1274 second=230 amount=-5 -kerning first=356 second=126 amount=-4 -kerning first=1116 second=1066 amount=-4 -kerning first=38 second=174 amount=-1 -kerning first=1059 second=1094 amount=-3 -kerning first=1259 second=356 amount=-3 -kerning first=1279 second=1105 amount=-1 -kerning first=923 second=337 amount=-1 -kerning first=246 second=193 amount=-2 -kerning first=374 second=908 amount=-2 -kerning first=382 second=233 amount=-1 -kerning first=237 second=302 amount=2 -kerning first=380 second=1195 amount=-1 -kerning first=271 second=354 amount=3 -kerning first=1175 second=333 amount=-1 -kerning first=95 second=241 amount=3 -kerning first=86 second=1256 amount=-2 -kerning first=80 second=196 amount=-5 -kerning first=1225 second=104 amount=1 -kerning first=1178 second=111 amount=-3 -kerning first=946 second=239 amount=2 -kerning first=337 second=1059 amount=-6 -kerning first=382 second=1241 amount=-1 -kerning first=903 second=308 amount=-11 -kerning first=1230 second=292 amount=1 -kerning first=311 second=173 amount=-2 -kerning first=1187 second=215 amount=-1 -kerning first=1170 second=1185 amount=-3 -kerning first=1207 second=295 amount=1 -kerning first=123 second=337 amount=-1 -kerning first=1164 second=902 amount=-2 -kerning first=372 second=214 amount=-2 -kerning first=1196 second=248 amount=-5 -kerning first=1198 second=265 amount=-6 -kerning first=221 second=1167 amount=-3 -kerning first=1054 second=1244 amount=-1 -kerning first=1107 second=1104 amount=-2 -kerning first=376 second=1107 amount=-3 -kerning first=1089 second=1249 amount=-1 -kerning first=196 second=1255 amount=-1 -kerning first=84 second=245 amount=-5 -kerning first=336 second=84 amount=-2 -kerning first=92 second=177 amount=-3 -kerning first=1040 second=1259 amount=-1 -kerning first=89 second=963 amount=-6 -kerning first=359 second=72 amount=1 -kerning first=915 second=343 amount=-4 -kerning first=8217 second=981 amount=-4 -kerning first=81 second=92 amount=-2 -kerning first=357 second=43 amount=-1 -kerning first=195 second=1118 amount=-4 -kerning first=1250 second=1031 amount=1 -kerning first=972 second=1026 amount=-3 -kerning first=1096 second=121 amount=-1 -kerning first=239 second=1042 amount=3 -kerning first=376 second=942 amount=-3 -kerning first=910 second=1233 amount=-5 -kerning first=355 second=323 amount=1 -kerning first=307 second=8361 amount=2 -kerning first=1201 second=279 amount=-1 -kerning first=1088 second=923 amount=-2 -kerning first=79 second=95 amount=-3 -kerning first=1046 second=215 amount=-3 -kerning first=260 second=1058 amount=-6 -kerning first=1259 second=902 amount=-2 -kerning first=913 second=1143 amount=-4 -kerning first=34 second=65 amount=-5 -kerning first=1188 second=59 amount=-2 -kerning first=1027 second=120 amount=-3 -kerning first=268 second=1061 amount=-1 -kerning first=947 second=247 amount=-2 -kerning first=350 second=299 amount=3 -kerning first=1163 second=921 amount=1 -kerning first=1069 second=1234 amount=-2 -kerning first=174 second=196 amount=-5 -kerning first=1237 second=1140 amount=-3 -kerning first=1271 second=100 amount=-2 -kerning first=1054 second=193 amount=-2 -kerning first=1225 second=317 amount=1 -kerning first=310 second=248 amount=-3 -kerning first=1056 second=197 amount=-5 -kerning first=915 second=169 amount=-2 -kerning first=187 second=1265 amount=-2 -kerning first=1187 second=1190 amount=1 -kerning first=37 second=8217 amount=-4 -kerning first=1094 second=939 amount=-1 -kerning first=1097 second=280 amount=1 -kerning first=935 second=1105 amount=-2 -kerning first=239 second=239 amount=3 -kerning first=1061 second=183 amount=-4 -kerning first=8250 second=50 amount=-3 -kerning first=1060 second=260 amount=-2 -kerning first=1277 second=972 amount=-1 -kerning first=1232 second=214 amount=-2 -kerning first=1270 second=940 amount=-5 -kerning first=89 second=243 amount=-6 -kerning first=361 second=933 amount=-4 -kerning first=195 second=263 amount=-1 -kerning first=354 second=230 amount=-5 -kerning first=913 second=284 amount=-2 -kerning first=341 second=1234 amount=-3 -kerning first=1180 second=1057 amount=-2 -kerning first=1101 second=196 amount=-2 -kerning first=95 second=936 amount=-6 -kerning first=358 second=349 amount=-5 -kerning first=174 second=235 amount=-2 -kerning first=1267 second=910 amount=-2 -kerning first=328 second=967 amount=-1 -kerning first=98 second=1204 amount=-3 -kerning first=378 second=981 amount=-1 -kerning first=981 second=1217 amount=-2 -kerning first=1186 second=1016 amount=1 -kerning first=1181 second=246 amount=-1 -kerning first=1168 second=1097 amount=-4 -kerning first=1270 second=264 amount=-2 -kerning first=1198 second=1139 amount=-6 -kerning first=1098 second=1244 amount=-2 -kerning first=1263 second=959 amount=-1 -kerning first=221 second=240 amount=-6 -kerning first=1043 second=1093 amount=-3 -kerning first=8221 second=357 amount=1 -kerning first=1074 second=84 amount=-5 -kerning first=1230 second=1027 amount=1 -kerning first=1119 second=1090 amount=-2 -kerning first=1114 second=376 amount=-11 -kerning first=961 second=1098 amount=-2 -kerning first=115 second=372 amount=-2 -kerning first=98 second=1232 amount=-2 -kerning first=244 second=89 amount=-6 -kerning first=1033 second=196 amount=-2 -kerning first=71 second=105 amount=2 -kerning first=121 second=111 amount=-1 -kerning first=1278 second=927 amount=-1 -kerning first=1026 second=1198 amount=-6 -kerning first=1232 second=1199 amount=-4 -kerning first=1256 second=1204 amount=-2 -kerning first=76 second=43 amount=-4 -kerning first=359 second=1058 amount=-2 -kerning first=1010 second=358 amount=-5 -kerning first=249 second=1035 amount=-3 -kerning first=923 second=1105 amount=-1 -kerning first=88 second=335 amount=-2 -kerning first=1202 second=100 amount=-2 -kerning first=1198 second=247 amount=-4 -kerning first=981 second=192 amount=-2 -kerning first=1263 second=60 amount=-2 -kerning first=243 second=373 amount=-1 -kerning first=939 second=369 amount=-3 -kerning first=1027 second=966 amount=-5 -kerning first=280 second=1111 amount=5 -kerning first=1175 second=1077 amount=-1 -kerning first=1143 second=171 amount=-3 -kerning first=1068 second=376 amount=-6 -kerning first=1106 second=372 amount=-3 -kerning first=1256 second=1232 amount=-2 -kerning first=245 second=65 amount=-2 -kerning first=933 second=1209 amount=-5 -kerning first=1253 second=939 amount=-5 -kerning first=1082 second=267 amount=-1 -kerning first=1222 second=304 amount=1 -kerning first=123 second=1105 amount=-1 -kerning first=1188 second=291 amount=-5 -kerning first=936 second=95 amount=-7 -kerning first=254 second=1249 amount=-2 -kerning first=176 second=44 amount=-9 -kerning first=246 second=374 amount=-6 -kerning first=374 second=1255 amount=-6 -kerning first=1186 second=915 amount=1 -kerning first=1217 second=8353 amount=-1 -kerning first=922 second=369 amount=-2 -kerning first=1187 second=78 amount=1 -kerning first=95 second=1230 amount=3 -kerning first=1232 second=957 amount=-4 -kerning first=116 second=1036 amount=1 -kerning first=1058 second=1143 amount=-4 -kerning first=117 second=1066 amount=-3 -kerning first=1235 second=1263 amount=-1 -kerning first=255 second=1233 amount=-1 -kerning first=1196 second=1100 amount=-4 -kerning first=1198 second=1028 amount=-2 -kerning first=8217 second=1040 amount=-9 -kerning first=270 second=256 amount=-2 -kerning first=357 second=1018 amount=1 -kerning first=910 second=1058 amount=3 -kerning first=259 second=221 amount=-5 -kerning first=1163 second=914 amount=1 -kerning first=1081 second=1090 amount=-2 -kerning first=84 second=1097 amount=-4 -kerning first=1197 second=248 amount=-2 -kerning first=1269 second=1098 amount=-2 -kerning first=1201 second=1195 amount=-1 -kerning first=94 second=1232 amount=-5 -kerning first=1072 second=49 amount=-3 -kerning first=1141 second=44 amount=-2 -kerning first=1276 second=927 amount=-1 -kerning first=293 second=1267 amount=-1 -kerning first=76 second=1236 amount=2 -kerning first=374 second=126 amount=-4 -kerning first=321 second=255 amount=-4 -kerning first=1075 second=244 amount=-2 -kerning first=114 second=193 amount=-3 -kerning first=1228 second=8216 amount=-3 -kerning first=1278 second=269 amount=-2 -kerning first=1254 second=65 amount=-2 -kerning first=87 second=1193 amount=-3 -kerning first=1126 second=253 amount=-4 -kerning first=916 second=94 amount=-5 -kerning first=8244 second=1080 amount=-1 -kerning first=1058 second=284 amount=-2 -kerning first=915 second=210 amount=-2 -kerning first=1122 second=1185 amount=-2 -kerning first=1255 second=1203 amount=-1 -kerning first=208 second=92 amount=-2 -kerning first=174 second=89 amount=-1 -kerning first=1271 second=1026 amount=-3 -kerning first=1118 second=257 amount=-1 -kerning first=1026 second=1175 amount=-1 -kerning first=1054 second=374 amount=-2 -kerning first=376 second=263 amount=-6 -kerning first=8373 second=297 amount=2 -kerning first=1171 second=267 amount=-2 -kerning first=918 second=284 amount=-2 -kerning first=1075 second=8222 amount=-8 -kerning first=260 second=182 amount=-1 -kerning first=114 second=233 amount=-1 -kerning first=1066 second=1204 amount=-3 -kerning first=1196 second=115 amount=-5 -kerning first=1118 second=1153 amount=-1 -kerning first=309 second=1110 amount=3 -kerning first=197 second=1057 amount=-2 -kerning first=1274 second=1095 amount=-5 -kerning first=161 second=1196 amount=-4 -kerning first=1239 second=1059 amount=-6 -kerning first=114 second=1241 amount=-1 -kerning first=351 second=8220 amount=-3 -kerning first=315 second=253 amount=-4 -kerning first=81 second=95 amount=-3 -kerning first=301 second=311 amount=3 -kerning first=304 second=298 amount=1 -kerning first=260 second=939 amount=-5 -kerning first=1170 second=216 amount=-2 -kerning first=279 second=1203 amount=-1 -kerning first=191 second=372 amount=-1 -kerning first=1066 second=1232 amount=-2 -kerning first=8224 second=65 amount=-5 -kerning first=1101 second=89 amount=-6 -kerning first=87 second=1109 amount=-2 -kerning first=256 second=972 amount=-1 -kerning first=1222 second=1172 amount=1 -kerning first=1145 second=261 amount=-1 -kerning first=1087 second=910 amount=-5 -kerning first=343 second=291 amount=-1 -kerning first=1270 second=1237 amount=-5 -kerning first=1091 second=256 amount=-4 -kerning first=1040 second=1193 amount=-1 -kerning first=88 second=1104 amount=-2 -kerning first=240 second=358 amount=-3 -kerning first=295 second=1026 amount=-3 -kerning first=939 second=326 amount=-3 -kerning first=1027 second=1060 amount=-2 -kerning first=222 second=8230 amount=-7 -kerning first=355 second=1043 amount=1 -kerning first=193 second=63 amount=-4 -kerning first=1273 second=89 amount=-5 -kerning first=1090 second=283 amount=-2 -kerning first=118 second=335 amount=-1 -kerning first=86 second=1017 amount=-2 -kerning first=1114 second=373 amount=-2 -kerning first=1276 second=269 amount=-2 -kerning first=1265 second=8249 amount=-3 -kerning first=923 second=1171 amount=-2 -kerning first=381 second=290 amount=-2 -kerning first=1222 second=66 amount=1 -kerning first=1153 second=1204 amount=-5 -kerning first=1199 second=981 amount=-1 -kerning first=1207 second=82 amount=1 -kerning first=1033 second=89 amount=-6 -kerning first=957 second=333 amount=-1 -kerning first=8224 second=101 amount=-2 -kerning first=372 second=913 amount=-4 -kerning first=121 second=1209 amount=-1 -kerning first=1278 second=1086 amount=-2 -kerning first=95 second=1125 amount=3 -kerning first=221 second=230 amount=-5 -kerning first=122 second=966 amount=-1 -kerning first=245 second=174 amount=-1 -kerning first=910 second=1094 amount=-3 -kerning first=8244 second=172 amount=-3 -kerning first=8250 second=8216 amount=-5 -kerning first=902 second=92 amount=-5 -kerning first=1232 second=354 amount=-6 -kerning first=1094 second=1216 amount=1 -kerning first=1164 second=93 amount=-1 -kerning first=1270 second=961 amount=-4 -kerning first=1091 second=281 amount=-1 -kerning first=89 second=347 amount=-4 -kerning first=981 second=221 amount=-6 -kerning first=8217 second=355 amount=1 -kerning first=959 second=1197 amount=-2 -kerning first=1098 second=374 amount=-11 -kerning first=1068 second=373 amount=-1 -kerning first=927 second=197 amount=-2 -kerning first=245 second=935 amount=-2 -kerning first=297 second=1070 amount=3 -kerning first=238 second=295 amount=3 -kerning first=179 second=193 amount=-6 -kerning first=915 second=1259 amount=-5 -kerning first=1253 second=967 amount=-1 -kerning first=902 second=338 amount=-2 -kerning first=957 second=8218 amount=-5 -kerning first=1202 second=67 amount=-1 -kerning first=1198 second=367 amount=-3 -kerning first=940 second=8244 amount=2 -kerning first=8370 second=1099 amount=2 -kerning first=1122 second=1276 amount=-2 -kerning first=1080 second=8216 amount=-3 -kerning first=1255 second=910 amount=-6 -kerning first=247 second=1277 amount=-1 -kerning first=1259 second=93 amount=-1 -kerning first=255 second=1058 amount=-2 -kerning first=285 second=358 amount=-3 -kerning first=1265 second=1035 amount=-2 -kerning first=359 second=939 amount=-1 -kerning first=1241 second=372 amount=-3 -kerning first=354 second=1095 amount=-5 -kerning first=1084 second=375 amount=-1 -kerning first=1226 second=98 amount=1 -kerning first=1035 second=374 amount=-5 -kerning first=1012 second=1040 amount=-2 -kerning first=1043 second=1234 amount=-6 -kerning first=313 second=923 amount=2 -kerning first=376 second=215 amount=-3 -kerning first=8218 second=1141 amount=-3 -kerning first=199 second=1278 amount=-1 -kerning first=1169 second=248 amount=-2 -kerning first=1078 second=265 amount=-1 -kerning first=1077 second=89 amount=-6 -kerning first=1164 second=1265 amount=-1 -kerning first=1270 second=246 amount=-5 -kerning first=1279 second=231 amount=-1 -kerning first=372 second=1103 amount=-2 -kerning first=1128 second=121 amount=-4 -kerning first=279 second=910 amount=-6 -kerning first=91 second=242 amount=-1 -kerning first=1088 second=1217 amount=-2 -kerning first=1276 second=1086 amount=-2 -kerning first=326 second=1143 amount=-1 -kerning first=1222 second=1052 amount=1 -kerning first=1168 second=375 amount=-4 -kerning first=972 second=1061 amount=-2 -kerning first=373 second=245 amount=-1 -kerning first=913 second=42 amount=-5 -kerning first=1193 second=118 amount=-1 -kerning first=372 second=308 amount=-4 -kerning first=1254 second=935 amount=-1 -kerning first=1126 second=171 amount=-2 -kerning first=939 second=260 amount=-5 -kerning first=181 second=376 amount=-4 -kerning first=228 second=372 amount=-3 -kerning first=932 second=8250 amount=-3 -kerning first=1259 second=1265 amount=-1 -kerning first=1193 second=1201 amount=-1 -kerning first=1092 second=197 amount=-2 -kerning first=290 second=256 amount=-1 -kerning first=1234 second=333 amount=-1 -kerning first=1237 second=1058 amount=-3 -kerning first=1213 second=1078 amount=-1 -kerning first=1020 second=1278 amount=-2 -kerning first=317 second=121 amount=-4 -kerning first=225 second=932 amount=-3 -kerning first=192 second=1069 amount=-2 -kerning first=107 second=103 amount=-1 -kerning first=1116 second=101 amount=-1 -kerning first=1088 second=192 amount=-2 -kerning first=1189 second=257 amount=-2 -kerning first=1094 second=183 amount=-1 -kerning first=1097 second=1062 amount=1 -kerning first=291 second=84 amount=-3 -kerning first=313 second=8370 amount=-2 -kerning first=39 second=46 amount=-5 -kerning first=299 second=1065 amount=3 -kerning first=1163 second=72 amount=1 -kerning first=106 second=92 amount=2 -kerning first=177 second=256 amount=-3 -kerning first=118 second=1104 amount=-1 -kerning first=95 second=332 amount=-3 -kerning first=1189 second=1153 amount=-2 -kerning first=288 second=933 amount=-2 -kerning first=1271 second=1235 amount=-2 -kerning first=1118 second=194 amount=-4 -kerning first=297 second=924 amount=3 -kerning first=1058 second=1181 amount=-4 -kerning first=315 second=171 amount=-4 -kerning first=251 second=1059 amount=-4 -kerning first=260 second=967 amount=-4 -kerning first=119 second=269 amount=-1 -kerning first=957 second=1077 amount=-1 -kerning first=186 second=337 amount=-2 -kerning first=935 second=231 amount=-2 -kerning first=1188 second=1054 amount=-2 -kerning first=380 second=287 amount=-1 -kerning first=98 second=1200 amount=-6 -kerning first=8244 second=56 amount=-3 -kerning first=1078 second=1139 amount=-1 -kerning first=235 second=375 amount=-1 -kerning first=322 second=299 amount=5 -kerning first=247 second=933 amount=-4 -kerning first=257 second=1267 amount=-1 -kerning first=70 second=1236 amount=-6 -kerning first=1059 second=183 amount=-4 -kerning first=1141 second=225 amount=-1 -kerning first=1195 second=356 amount=-5 -kerning first=923 second=1091 amount=-4 -kerning first=1184 second=972 amount=-3 -kerning first=248 second=8225 amount=-2 -kerning first=243 second=1141 amount=-1 -kerning first=333 second=1199 amount=-1 -kerning first=1199 second=1040 amount=-4 -kerning first=258 second=8250 amount=-2 -kerning first=208 second=95 amount=-3 -kerning first=1118 second=234 amount=-1 -kerning first=1061 second=338 amount=-1 -kerning first=8222 second=1196 amount=-6 -kerning first=197 second=910 amount=-5 -kerning first=1145 second=197 amount=-2 -kerning first=232 second=1277 amount=-1 -kerning first=253 second=923 amount=-4 -kerning first=957 second=1113 amount=-3 -kerning first=1257 second=1140 amount=-3 -kerning first=908 second=195 amount=-2 -kerning first=1198 second=324 amount=-3 -kerning first=174 second=1259 amount=-2 -kerning first=1188 second=378 amount=-3 -kerning first=1118 second=1243 amount=-1 -kerning first=1027 second=226 amount=-5 -kerning first=1256 second=1200 amount=-2 -kerning first=8221 second=114 amount=-1 -kerning first=193 second=959 amount=-1 -kerning first=84 second=375 amount=-4 -kerning first=1078 second=247 amount=-1 -kerning first=1085 second=933 amount=-5 -kerning first=1274 second=38 amount=-2 -kerning first=1200 second=250 amount=-3 -kerning first=1244 second=288 amount=-1 -kerning first=1198 second=1271 amount=-3 -kerning first=1036 second=285 amount=-3 -kerning first=8217 second=47 amount=-9 -kerning first=361 second=1204 amount=-3 -kerning first=171 second=1058 amount=-3 -kerning first=182 second=938 amount=1 -kerning first=1225 second=172 amount=-1 -kerning first=1243 second=86 amount=-3 -kerning first=1220 second=1236 amount=-2 -kerning first=192 second=8373 amount=-2 -kerning first=356 second=1277 amount=-3 -kerning first=1145 second=275 amount=-1 -kerning first=1050 second=8249 amount=-3 -kerning first=1020 second=260 amount=-2 -kerning first=1205 second=925 amount=1 -kerning first=253 second=295 amount=3 -kerning first=1140 second=337 amount=-3 -kerning first=923 second=231 amount=-1 -kerning first=1217 second=233 amount=-2 -kerning first=1107 second=43 amount=-1 -kerning first=333 second=957 amount=-1 -kerning first=193 second=60 amount=-1 -kerning first=1162 second=299 amount=5 -kerning first=1255 second=1093 amount=-1 -kerning first=1267 second=1234 amount=-4 -kerning first=1270 second=1197 amount=-3 -kerning first=82 second=301 amount=3 -kerning first=244 second=1046 amount=-2 -kerning first=1217 second=1241 amount=-2 -kerning first=1036 second=162 amount=-3 -kerning first=1046 second=281 amount=-2 -kerning first=1163 second=1058 amount=-2 -kerning first=1226 second=1035 amount=-2 -kerning first=1207 second=221 amount=-1 -kerning first=1097 second=313 amount=1 -kerning first=119 second=1086 amount=-1 -kerning first=123 second=231 amount=-1 -kerning first=284 second=1066 amount=-2 -kerning first=966 second=932 amount=-3 -kerning first=8373 second=1061 amount=-1 -kerning first=1274 second=255 amount=-4 -kerning first=224 second=8220 amount=-3 -kerning first=1270 second=1096 amount=-4 -kerning first=1200 second=261 amount=-5 -kerning first=1265 second=228 amount=-1 -kerning first=1128 second=903 amount=-5 -kerning first=279 second=1093 amount=-1 -kerning first=314 second=297 amount=5 -kerning first=913 second=213 amount=-2 -kerning first=1234 second=1077 amount=-1 -kerning first=86 second=244 amount=-3 -kerning first=87 second=1010 amount=-3 -kerning first=358 second=1069 amount=-2 -kerning first=375 second=171 amount=-3 -kerning first=376 second=365 amount=-3 -kerning first=355 second=278 amount=1 -kerning first=1168 second=187 amount=-3 -kerning first=216 second=1026 amount=-2 -kerning first=255 second=939 amount=-2 -kerning first=109 second=121 amount=-1 -kerning first=221 second=1095 amount=-5 -kerning first=242 second=1196 amount=-3 -kerning first=83 second=239 amount=3 -kerning first=330 second=303 amount=2 -kerning first=214 second=8220 amount=-2 -kerning first=70 second=251 amount=-2 -kerning first=1209 second=1185 amount=-2 -kerning first=1020 second=1090 amount=-2 -kerning first=1225 second=68 amount=1 -kerning first=337 second=372 amount=-3 -kerning first=915 second=1193 amount=-5 -kerning first=232 second=933 amount=-6 -kerning first=354 second=38 amount=-2 -kerning first=1084 second=1066 amount=-3 -kerning first=40 second=267 amount=-1 -kerning first=913 second=118 amount=-4 -kerning first=1193 second=356 amount=-3 -kerning first=1198 second=258 amount=-5 -kerning first=1263 second=196 amount=-4 -kerning first=86 second=8222 amount=-7 -kerning first=186 second=1105 amount=-2 -kerning first=1054 second=46 amount=-3 -kerning first=317 second=903 amount=-6 -kerning first=8244 second=965 amount=-1 -kerning first=359 second=1216 amount=1 -kerning first=381 second=169 amount=-2 -kerning first=1138 second=195 amount=-2 -kerning first=1086 second=1035 amount=-3 -kerning first=1088 second=221 amount=-6 -kerning first=187 second=1278 amount=-3 -kerning first=1167 second=1143 amount=-1 -kerning first=1066 second=1200 amount=-6 -kerning first=913 second=1201 amount=-4 -kerning first=89 second=99 amount=-6 -kerning first=75 second=1069 amount=-2 -kerning first=382 second=103 amount=-1 -kerning first=939 second=946 amount=-3 -kerning first=379 second=334 amount=-2 -kerning first=261 second=1091 amount=-1 -kerning first=1114 second=1141 amount=-2 -kerning first=1118 second=376 amount=-2 -kerning first=1102 second=1199 amount=-1 -kerning first=933 second=8250 amount=-4 -kerning first=46 second=1026 amount=-2 -kerning first=1230 second=73 amount=1 -kerning first=260 second=183 amount=-2 -kerning first=1170 second=1191 amount=-4 -kerning first=1040 second=1010 amount=-1 -kerning first=341 second=172 amount=-2 -kerning first=1196 second=959 amount=-5 -kerning first=1198 second=283 amount=-6 -kerning first=1263 second=235 amount=-1 -kerning first=1027 second=1254 amount=-2 -kerning first=1143 second=8363 amount=-1 -kerning first=959 second=253 amount=-1 -kerning first=112 second=195 amount=-2 -kerning first=277 second=1035 amount=-3 -kerning first=192 second=1153 amount=-1 -kerning first=1237 second=939 amount=-6 -kerning first=1200 second=331 amount=-3 -kerning first=92 second=170 amount=-5 -kerning first=116 second=98 amount=1 -kerning first=915 second=1109 amount=-5 -kerning first=1258 second=1196 amount=-2 -kerning first=301 second=1115 amount=3 -kerning first=1027 second=1144 amount=-2 -kerning first=354 second=255 amount=-4 -kerning first=311 second=84 amount=-4 -kerning first=1068 second=1141 amount=-1 -kerning first=241 second=376 amount=-5 -kerning first=358 second=8373 amount=-2 -kerning first=1034 second=1199 amount=-1 -kerning first=87 second=339 amount=-3 -kerning first=1106 second=1098 amount=-2 -kerning first=328 second=92 amount=-3 -kerning first=333 second=354 amount=-3 -kerning first=8244 second=333 amount=-4 -kerning first=1201 second=287 amount=-1 -kerning first=1189 second=234 amount=-2 -kerning first=1153 second=1200 amount=-4 -kerning first=1140 second=1105 amount=-3 -kerning first=1196 second=60 amount=-5 -kerning first=1198 second=1087 amount=-3 -kerning first=1263 second=1222 amount=-3 -kerning first=1012 second=47 amount=-3 -kerning first=1027 second=380 amount=-3 -kerning first=106 second=95 amount=3 -kerning first=84 second=187 amount=-3 -kerning first=932 second=1143 amount=-4 -kerning first=1189 second=1243 amount=-2 -kerning first=1020 second=170 amount=-2 -kerning first=1102 second=957 amount=-1 -kerning first=1244 second=101 amount=-2 -kerning first=310 second=959 amount=-3 -kerning first=246 second=1249 amount=-2 -kerning first=297 second=344 amount=3 -kerning first=226 second=84 amount=-3 -kerning first=194 second=8249 amount=-2 -kerning first=1097 second=70 amount=1 -kerning first=1101 second=1046 amount=-2 -kerning first=290 second=309 amount=2 -kerning first=1043 second=1258 amount=-2 -kerning first=239 second=107 amount=3 -kerning first=8244 second=8218 amount=-12 -kerning first=196 second=933 amount=-5 -kerning first=1139 second=194 amount=-2 -kerning first=235 second=1066 amount=-3 -kerning first=1141 second=100 amount=-1 -kerning first=8224 second=1257 amount=-2 -kerning first=75 second=8373 amount=-2 -kerning first=1058 second=213 amount=-2 -kerning first=1012 second=1198 amount=-2 -kerning first=8222 second=87 amount=-4 -kerning first=195 second=281 amount=-1 -kerning first=187 second=260 amount=-2 -kerning first=1275 second=1207 amount=-2 -kerning first=1187 second=274 amount=1 -kerning first=358 second=249 amount=-5 -kerning first=1034 second=957 amount=-1 -kerning first=1126 second=286 amount=-2 -kerning first=333 second=913 amount=-2 -kerning first=310 second=60 amount=-4 -kerning first=359 second=183 amount=-1 -kerning first=918 second=213 amount=-2 -kerning first=65 second=255 amount=-4 -kerning first=256 second=81 amount=-2 -kerning first=932 second=284 amount=-2 -kerning first=1033 second=1046 amount=-2 -kerning first=1040 second=339 amount=-1 -kerning first=1216 second=207 amount=1 -kerning first=372 second=265 amount=-3 -kerning first=1104 second=1199 amount=-1 -kerning first=357 second=202 amount=1 -kerning first=171 second=939 amount=-4 -kerning first=1059 second=1253 amount=-3 -kerning first=1232 second=1263 amount=-4 -kerning first=1113 second=1196 amount=-7 -kerning first=1058 second=118 amount=-4 -kerning first=264 second=1217 amount=-1 -kerning first=78 second=95 amount=2 -kerning first=194 second=1035 amount=-6 -kerning first=311 second=1239 amount=-1 -kerning first=258 second=1143 amount=-4 -kerning first=71 second=1112 amount=2 -kerning first=174 second=1193 amount=-2 -kerning first=313 second=192 amount=2 -kerning first=1058 second=1201 amount=-4 -kerning first=1181 second=171 amount=-3 -kerning first=1230 second=1210 amount=1 -kerning first=102 second=902 amount=-2 -kerning first=114 second=46 amount=-4 -kerning first=1200 second=197 amount=-5 -kerning first=1186 second=354 amount=-2 -kerning first=173 second=1217 amount=-4 -kerning first=75 second=249 amount=-2 -kerning first=315 second=286 amount=-2 -kerning first=34 second=1032 amount=-11 -kerning first=380 second=358 amount=-2 -kerning first=1027 second=1078 amount=-3 -kerning first=265 second=1026 amount=-5 -kerning first=920 second=8218 amount=-3 -kerning first=1163 second=939 amount=-1 -kerning first=1095 second=932 amount=-3 -kerning first=43 second=1244 amount=-4 -kerning first=358 second=257 amount=-5 -kerning first=381 second=210 amount=-2 -kerning first=321 second=173 amount=-4 -kerning first=1168 second=252 amount=-5 -kerning first=1199 second=47 amount=-4 -kerning first=169 second=354 amount=-2 -kerning first=1104 second=957 amount=-1 -kerning first=1263 second=89 amount=-2 -kerning first=358 second=1153 amount=-5 -kerning first=1188 second=299 amount=6 -kerning first=1109 second=933 amount=-5 -kerning first=910 second=183 amount=-4 -kerning first=258 second=284 amount=-2 -kerning first=1255 second=1234 amount=-2 -kerning first=43 second=936 amount=-4 -kerning first=955 second=949 amount=-2 -kerning first=1232 second=265 amount=-1 -kerning first=1097 second=1198 amount=-1 -kerning first=1200 second=275 amount=-6 -kerning first=88 second=43 amount=-4 -kerning first=1186 second=1041 amount=1 -kerning first=111 second=358 amount=-3 -kerning first=44 second=8217 amount=-5 -kerning first=972 second=121 amount=-1 -kerning first=913 second=356 amount=-6 -kerning first=973 second=374 amount=-4 -kerning first=86 second=349 amount=-3 -kerning first=174 second=1109 amount=-1 -kerning first=945 second=126 amount=-2 -kerning first=242 second=87 amount=-3 -kerning first=8244 second=1077 amount=-4 -kerning first=107 second=273 amount=-1 -kerning first=1230 second=1106 amount=1 -kerning first=1199 second=1198 amount=-2 -kerning first=1102 second=354 amount=-3 -kerning first=372 second=1139 amount=-3 -kerning first=89 second=198 amount=-5 -kerning first=1217 second=332 amount=-1 -kerning first=221 second=38 amount=-4 -kerning first=1043 second=1080 amount=-4 -kerning first=1197 second=959 amount=-2 -kerning first=1116 second=1257 amount=-1 -kerning first=364 second=46 amount=-2 -kerning first=912 second=8216 amount=-3 -kerning first=1237 second=967 amount=-1 -kerning first=170 second=269 amount=-2 -kerning first=1200 second=1187 amount=-3 -kerning first=376 second=256 amount=-5 -kerning first=1225 second=1188 amount=1 -kerning first=116 second=1035 amount=-2 -kerning first=75 second=1153 amount=-3 -kerning first=183 second=1203 amount=-1 -kerning first=169 second=913 amount=-2 -kerning first=1098 second=1249 amount=-4 -kerning first=1242 second=933 amount=-2 -kerning first=1126 second=920 amount=-2 -kerning first=8244 second=1113 amount=-4 -kerning first=193 second=290 amount=-2 -kerning first=1239 second=372 amount=-3 -kerning first=1034 second=354 amount=-3 -kerning first=1226 second=1016 amount=1 -kerning first=1270 second=253 amount=-4 -kerning first=1257 second=1058 amount=-3 -kerning first=372 second=247 amount=-3 -kerning first=342 second=297 amount=3 -kerning first=939 second=966 amount=-6 -kerning first=1251 second=932 amount=-3 -kerning first=1233 second=910 amount=-5 -kerning first=288 second=1204 amount=-2 -kerning first=376 second=281 amount=-6 -kerning first=244 second=125 amount=-1 -kerning first=192 second=234 amount=-1 -kerning first=1241 second=1098 amount=-2 -kerning first=361 second=1200 amount=-4 -kerning first=1059 second=338 amount=-2 -kerning first=114 second=103 amount=-1 -kerning first=1102 second=913 amount=-2 -kerning first=1035 second=1249 amount=-2 -kerning first=253 second=192 amount=-4 -kerning first=1040 second=239 amount=3 -kerning first=176 second=67 amount=-1 -kerning first=1196 second=361 amount=-5 -kerning first=1278 second=1092 amount=-2 -kerning first=1128 second=71 amount=-2 -kerning first=1258 second=87 amount=-1 -kerning first=248 second=84 amount=-3 -kerning first=8221 second=244 amount=-4 -kerning first=84 second=252 amount=-5 -kerning first=1243 second=8216 amount=-4 -kerning first=1139 second=376 amount=-6 -kerning first=179 second=46 amount=-7 -kerning first=192 second=1243 amount=-1 -kerning first=247 second=1204 amount=-4 -kerning first=70 second=277 amount=-3 -kerning first=288 second=1232 amount=-1 -kerning first=1232 second=1139 amount=-1 -kerning first=1020 second=120 amount=-1 -kerning first=1141 second=1026 amount=-2 -kerning first=89 second=8353 amount=-2 -kerning first=1186 second=1103 amount=-1 -kerning first=922 second=966 amount=-3 -kerning first=315 second=920 amount=-2 -kerning first=301 second=1231 amount=3 -kerning first=8217 second=54 amount=-3 -kerning first=367 second=356 amount=-3 -kerning first=1168 second=288 amount=-2 -kerning first=1170 second=927 amount=-2 -kerning first=360 second=47 amount=-4 -kerning first=1126 second=8363 amount=-1 -kerning first=8370 second=923 amount=-1 -kerning first=376 second=1226 amount=-3 -kerning first=8244 second=351 amount=-5 -kerning first=1253 second=92 amount=-3 -kerning first=902 second=335 amount=-1 -kerning first=1034 second=913 amount=-2 -kerning first=1191 second=86 amount=-7 -kerning first=253 second=232 amount=-1 -kerning first=372 second=1028 amount=-2 -kerning first=1184 second=81 amount=-2 -kerning first=1017 second=935 amount=-1 -kerning first=1043 second=172 amount=-4 -kerning first=8221 second=8222 amount=-12 -kerning first=1111 second=310 amount=3 -kerning first=234 second=376 amount=-6 -kerning first=228 second=1098 amount=-2 -kerning first=1085 second=1204 amount=-3 -kerning first=1090 second=291 amount=-2 -kerning first=1104 second=354 amount=-3 -kerning first=170 second=1086 amount=-2 -kerning first=1164 second=1278 amount=-2 -kerning first=310 second=361 amount=-2 -kerning first=317 second=71 amount=-2 -kerning first=8220 second=74 amount=-9 -kerning first=90 second=1256 amount=-2 -kerning first=903 second=258 amount=-5 -kerning first=1222 second=203 amount=1 -kerning first=44 second=1197 amount=-5 -kerning first=339 second=1059 amount=-6 -kerning first=1226 second=915 amount=1 -kerning first=1170 second=1267 amount=-4 -kerning first=8370 second=295 amount=2 -kerning first=313 second=221 amount=-3 -kerning first=1178 second=1143 amount=-3 -kerning first=932 second=1181 amount=-4 -kerning first=126 second=89 amount=-4 -kerning first=229 second=375 amount=-1 -kerning first=216 second=1061 amount=-1 -kerning first=1205 second=353 amount=-1 -kerning first=1141 second=297 amount=3 -kerning first=92 second=966 amount=-1 -kerning first=1091 second=289 amount=-1 -kerning first=326 second=118 amount=-1 -kerning first=933 second=284 amount=-2 -kerning first=915 second=1010 amount=-5 -kerning first=301 second=80 amount=3 -kerning first=183 second=910 amount=-4 -kerning first=284 second=65 amount=-1 -kerning first=87 second=1072 amount=-3 -kerning first=1100 second=358 amount=-7 -kerning first=1259 second=1278 amount=-2 -kerning first=1276 second=1092 amount=-2 -kerning first=326 second=1201 amount=-1 -kerning first=281 second=1059 amount=-6 -kerning first=1093 second=275 amount=-1 -kerning first=8224 second=1108 amount=-2 -kerning first=1188 second=1020 amount=-4 -kerning first=357 second=1053 amount=1 -kerning first=1027 second=301 amount=6 -kerning first=1224 second=89 amount=-5 -kerning first=1201 second=358 amount=-2 -kerning first=358 second=194 amount=-6 -kerning first=1232 second=1028 amount=-2 -kerning first=1178 second=284 amount=-2 -kerning first=297 second=201 amount=3 -kerning first=1167 second=1202 amount=-2 -kerning first=1170 second=269 amount=-5 -kerning first=8224 second=1032 amount=-5 -kerning first=341 second=333 amount=-1 -kerning first=1210 second=358 amount=-3 -kerning first=1196 second=290 amount=-2 -kerning first=1069 second=8218 amount=-3 -kerning first=173 second=221 amount=-4 -kerning first=186 second=231 amount=-2 -kerning first=1118 second=8230 amount=-2 -kerning first=317 second=45 amount=-4 -kerning first=8218 second=49 amount=-4 -kerning first=84 second=288 amount=-2 -kerning first=1169 second=959 amount=-2 -kerning first=1078 second=283 amount=-1 -kerning first=107 second=240 amount=-1 -kerning first=43 second=374 amount=-4 -kerning first=1059 second=1163 amount=-3 -kerning first=120 second=8249 amount=-2 -kerning first=1279 second=279 amount=-1 -kerning first=1058 second=902 amount=-6 -kerning first=382 second=273 amount=-1 -kerning first=939 second=1060 amount=-2 -kerning first=303 second=165 amount=2 -kerning first=112 second=119 amount=-1 -kerning first=1274 second=1251 amount=-4 -kerning first=345 second=945 amount=-1 -kerning first=358 second=234 amount=-5 -kerning first=297 second=106 amount=-4 -kerning first=321 second=8225 amount=-6 -kerning first=209 second=301 amount=5 -kerning first=192 second=376 amount=-5 -kerning first=232 second=1204 amount=-3 -kerning first=260 second=92 amount=-5 -kerning first=1163 second=1216 amount=1 -kerning first=1164 second=260 amount=-2 -kerning first=341 second=8218 amount=-5 -kerning first=1101 second=125 amount=-1 -kerning first=1193 second=1265 amount=-1 -kerning first=358 second=1243 amount=-5 -kerning first=1107 second=277 amount=-2 -kerning first=193 second=235 amount=-1 -kerning first=118 second=1236 amount=-4 -kerning first=955 second=969 amount=-3 -kerning first=1270 second=171 amount=-8 -kerning first=310 second=290 amount=-2 -kerning first=1263 second=1259 amount=-1 -kerning first=922 second=1060 amount=-2 -kerning first=915 second=339 amount=-5 -kerning first=8217 second=963 amount=-4 -kerning first=1168 second=65 amount=-6 -kerning first=260 second=338 amount=-2 -kerning first=218 second=44 amount=-2 -kerning first=358 second=1085 amount=-4 -kerning first=355 second=76 amount=1 -kerning first=1061 second=335 amount=-2 -kerning first=200 second=301 amount=5 -kerning first=902 second=1104 amount=-1 -kerning first=1259 second=260 amount=-2 -kerning first=961 second=195 amount=-2 -kerning first=120 second=1035 amount=-3 -kerning first=253 second=221 amount=-2 -kerning first=1033 second=125 amount=-1 -kerning first=42 second=52 amount=-3 -kerning first=1140 second=231 amount=-3 -kerning first=295 second=121 amount=-1 -kerning first=75 second=234 amount=-3 -kerning first=221 second=894 amount=-4 -kerning first=357 second=932 amount=-2 -kerning first=910 second=1253 amount=-3 -kerning first=263 second=1197 amount=-1 -kerning first=1049 second=239 amount=5 -kerning first=1139 second=373 amount=-1 -kerning first=375 second=8363 amount=-1 -kerning first=75 second=1243 amount=-3 -kerning first=1058 second=1173 amount=-4 -kerning first=1036 second=940 amount=-3 -kerning first=356 second=1232 amount=-6 -kerning first=275 second=89 amount=-6 -kerning first=1168 second=101 amount=-5 -kerning first=187 second=120 amount=-2 -kerning first=211 second=198 amount=-2 -kerning first=1187 second=1039 amount=1 -kerning first=1170 second=1086 amount=-5 -kerning first=1257 second=939 amount=-6 -kerning first=935 second=279 amount=-2 -kerning first=1267 second=172 amount=-3 -kerning first=313 second=212 amount=-2 -kerning first=1256 second=8222 amount=-3 -kerning first=239 second=104 amount=3 -kerning first=333 second=1263 amount=-1 -kerning first=1244 second=1257 amount=-2 -kerning first=48 second=1059 amount=-2 -kerning first=1274 second=109 amount=-4 -kerning first=1116 second=1108 amount=-1 -kerning first=1180 second=1258 amount=-2 -kerning first=336 second=256 amount=-2 -kerning first=1230 second=173 amount=-1 -kerning first=8225 second=1239 amount=-2 -kerning first=1164 second=1090 amount=-2 -kerning first=1200 second=336 amount=-2 -kerning first=92 second=1060 amount=-2 -kerning first=1141 second=1235 amount=-1 -kerning first=89 second=241 amount=-3 -kerning first=1186 second=316 amount=1 -kerning first=1036 second=264 amount=-2 -kerning first=8217 second=243 amount=-4 -kerning first=1179 second=232 amount=-1 -kerning first=258 second=42 amount=-5 -kerning first=71 second=1040 amount=-1 -kerning first=174 second=1010 amount=-2 -kerning first=1225 second=351 amount=-1 -kerning first=378 second=963 amount=-1 -kerning first=337 second=1098 amount=-2 -kerning first=249 second=354 amount=-3 -kerning first=256 second=211 amount=-2 -kerning first=226 second=1118 amount=-1 -kerning first=354 second=1251 amount=-4 -kerning first=334 second=933 amount=-2 -kerning first=1228 second=1143 amount=-1 -kerning first=1207 second=223 amount=1 -kerning first=119 second=1092 amount=-1 -kerning first=373 second=1066 amount=-3 -kerning first=87 second=1057 amount=-2 -kerning first=8221 second=349 amount=-5 -kerning first=196 second=1204 amount=-6 -kerning first=1274 second=173 amount=-4 -kerning first=1072 second=1035 amount=-3 -kerning first=1259 second=1090 amount=-2 -kerning first=266 second=1276 amount=-1 -kerning first=1036 second=236 amount=2 -kerning first=1075 second=257 amount=-2 -kerning first=101 second=374 amount=-6 -kerning first=183 second=1093 amount=-1 -kerning first=79 second=1236 amount=-2 -kerning first=108 second=300 amount=1 -kerning first=1163 second=183 amount=-1 -kerning first=311 second=263 amount=-1 -kerning first=341 second=1077 amount=-1 -kerning first=284 second=935 amount=-1 -kerning first=1196 second=196 amount=-6 -kerning first=1211 second=376 amount=-5 -kerning first=239 second=317 amount=3 -kerning first=116 second=1016 amount=1 -kerning first=84 second=65 amount=-6 -kerning first=256 second=119 amount=-4 -kerning first=1075 second=1153 amount=-2 -kerning first=1230 second=222 amount=1 -kerning first=8225 second=74 amount=-5 -kerning first=923 second=279 amount=-1 -kerning first=326 second=356 amount=-3 -kerning first=1198 second=59 amount=-4 -kerning first=1217 second=103 amount=-2 -kerning first=1122 second=1267 amount=-1 -kerning first=1175 second=275 amount=-1 -kerning first=193 second=169 amount=-2 -kerning first=1041 second=1111 amount=2 -kerning first=1279 second=1195 amount=-1 -kerning first=378 second=243 amount=-1 -kerning first=76 second=932 amount=-6 -kerning first=933 second=1181 amount=-3 -kerning first=270 second=1196 amount=-2 -kerning first=192 second=334 amount=-2 -kerning first=1168 second=341 amount=-4 -kerning first=1046 second=289 amount=-2 -kerning first=1084 second=174 amount=-1 -kerning first=1167 second=118 amount=-1 -kerning first=1097 second=1252 amount=1 -kerning first=123 second=279 amount=-1 -kerning first=1196 second=235 amount=-5 -kerning first=241 second=1141 amount=-1 -kerning first=936 second=43 amount=-4 -kerning first=193 second=89 amount=-5 -kerning first=84 second=101 amount=-5 -kerning first=1189 second=8230 amount=-6 -kerning first=229 second=1066 amount=-3 -kerning first=102 second=267 amount=-1 -kerning first=1167 second=1201 amount=-1 -kerning first=1164 second=170 amount=-2 -kerning first=1040 second=1057 amount=-2 -kerning first=1128 second=8224 amount=-5 -kerning first=1055 second=299 amount=5 -kerning first=382 second=240 amount=-1 -kerning first=915 second=239 amount=6 -kerning first=321 second=79 amount=-2 -kerning first=354 second=109 amount=-4 -kerning first=1275 second=8249 amount=-3 -kerning first=371 second=8220 amount=-3 -kerning first=85 second=95 amount=-3 -kerning first=174 second=339 amount=-2 -kerning first=1126 second=216 amount=-2 -kerning first=910 second=338 amount=-2 -kerning first=355 second=1238 amount=1 -kerning first=1061 second=1104 amount=-2 -kerning first=1252 second=300 amount=1 -kerning first=192 second=373 amount=-4 -kerning first=932 second=213 amount=-2 -kerning first=1082 second=966 amount=-1 -kerning first=372 second=324 amount=-2 -kerning first=89 second=193 amount=-5 -kerning first=1188 second=1098 amount=-3 -kerning first=939 second=226 amount=-5 -kerning first=1109 second=1204 amount=-5 -kerning first=1043 second=965 amount=-4 -kerning first=357 second=1184 amount=1 -kerning first=1027 second=242 amount=-5 -kerning first=8250 second=1143 amount=-2 -kerning first=212 second=1066 amount=-2 -kerning first=1259 second=170 amount=-2 -kerning first=45 second=932 amount=-4 -kerning first=310 second=235 amount=-3 -kerning first=372 second=1271 amount=-2 -kerning first=116 second=915 amount=1 -kerning first=90 second=1017 amount=-2 -kerning first=271 second=176 amount=4 -kerning first=354 second=173 amount=-4 -kerning first=906 second=95 amount=2 -kerning first=1094 second=925 amount=1 -kerning first=913 second=1265 amount=-4 -kerning first=957 second=261 amount=-1 -kerning first=288 second=1200 amount=-2 -kerning first=317 second=8224 amount=-6 -kerning first=1229 second=299 amount=5 -kerning first=1110 second=86 amount=2 -kerning first=1011 second=41 amount=2 -kerning first=932 second=118 amount=-4 -kerning first=1102 second=1263 amount=-1 -kerning first=1270 second=117 amount=-5 -kerning first=92 second=359 amount=-2 -kerning first=89 second=233 amount=-6 -kerning first=315 second=216 amount=-2 -kerning first=935 second=1195 amount=-2 -kerning first=301 second=270 amount=3 -kerning first=8370 second=1217 amount=-1 -kerning first=8249 second=195 amount=-2 -kerning first=259 second=1026 amount=-3 -kerning first=1275 second=1035 amount=-3 -kerning first=1080 second=1143 amount=-1 -kerning first=932 second=1201 amount=-4 -kerning first=247 second=1200 amount=-4 -kerning first=95 second=1167 amount=3 -kerning first=1091 second=1196 amount=-2 -kerning first=89 second=1241 amount=-6 -kerning first=197 second=1258 amount=-2 -kerning first=97 second=8220 amount=-3 -kerning first=1181 second=8363 amount=-1 -kerning first=1230 second=1030 amount=1 -kerning first=114 second=273 amount=-1 -kerning first=1257 second=967 amount=-1 -kerning first=1242 second=1204 amount=-2 -kerning first=1196 second=343 amount=-4 -kerning first=1198 second=291 amount=-6 -kerning first=1278 second=981 amount=-2 -kerning first=1043 second=333 amount=-5 -kerning first=196 second=357 amount=-2 -kerning first=309 second=297 amount=3 -kerning first=258 second=213 amount=-2 -kerning first=84 second=341 amount=-4 -kerning first=235 second=174 amount=-1 -kerning first=1274 second=1220 amount=-4 -kerning first=1034 second=1263 amount=-1 -kerning first=1191 second=8216 amount=-5 -kerning first=944 second=1198 amount=-4 -kerning first=89 second=1230 amount=-3 -kerning first=374 second=1204 amount=3 -kerning first=913 second=267 amount=-1 -kerning first=1085 second=1200 amount=-5 -kerning first=341 second=379 amount=-2 -kerning first=1242 second=1232 amount=-2 -kerning first=86 second=1069 amount=-2 -kerning first=8370 second=192 amount=-1 -kerning first=110 second=1196 amount=-3 -kerning first=268 second=88 amount=-1 -kerning first=1171 second=966 amount=-2 -kerning first=307 second=93 amount=2 -kerning first=214 second=923 amount=-2 -kerning first=1205 second=302 amount=1 -kerning first=88 second=277 amount=-2 -kerning first=1196 second=169 amount=-2 -kerning first=374 second=1232 amount=-5 -kerning first=1263 second=1193 amount=-1 -kerning first=75 second=307 amount=2 -kerning first=1184 second=211 amount=-2 -kerning first=248 second=1118 amount=-1 -kerning first=1043 second=8218 amount=-8 -kerning first=1111 second=921 amount=3 -kerning first=252 second=8244 amount=1 -kerning first=258 second=118 amount=-4 -kerning first=1185 second=45 amount=-2 -kerning first=1203 second=356 amount=-3 -kerning first=1180 second=172 amount=-6 -kerning first=370 second=8222 amount=-5 -kerning first=345 second=111 amount=-1 -kerning first=358 second=334 amount=-2 -kerning first=104 second=910 amount=-5 -kerning first=923 second=1195 amount=-1 -kerning first=194 second=94 amount=-5 -kerning first=1199 second=963 amount=-1 -kerning first=1050 second=214 amount=-2 -kerning first=1170 second=371 amount=-5 -kerning first=1097 second=1186 amount=1 -kerning first=258 second=1201 amount=-4 -kerning first=372 second=258 amount=-4 -kerning first=240 second=375 amount=-1 -kerning first=1223 second=239 amount=5 -kerning first=380 second=245 amount=-1 -kerning first=910 second=1163 amount=-3 -kerning first=252 second=84 amount=-3 -kerning first=193 second=210 amount=-2 -kerning first=319 second=910 amount=-2 -kerning first=123 second=1195 amount=-1 -kerning first=1091 second=271 amount=-1 -kerning first=1265 second=354 amount=-2 -kerning first=1184 second=119 amount=-4 -kerning first=915 second=1072 amount=-5 -kerning first=8217 second=347 amount=-5 -kerning first=221 second=1251 amount=-3 -kerning first=325 second=297 amount=5 -kerning first=195 second=289 amount=-1 -kerning first=1187 second=1024 amount=1 -kerning first=1090 second=1076 amount=-3 -kerning first=1104 second=1263 amount=-1 -kerning first=358 second=373 amount=-4 -kerning first=67 second=1202 amount=-1 -kerning first=1276 second=981 amount=-2 -kerning first=1244 second=1108 amount=-2 -kerning first=310 second=169 amount=-2 -kerning first=297 second=1219 amount=3 -kerning first=1270 second=286 amount=-2 -kerning first=1216 second=1031 amount=1 -kerning first=372 second=283 amount=-3 -kerning first=75 second=334 amount=-2 -kerning first=81 second=1236 amount=-2 -kerning first=358 second=1273 amount=-4 -kerning first=939 second=1254 amount=-2 -kerning first=959 second=1185 amount=-2 -kerning first=1197 second=235 amount=-2 -kerning first=126 second=1046 amount=-4 -kerning first=1050 second=1199 amount=-3 -kerning first=1239 second=1098 amount=-1 -kerning first=1205 second=43 amount=-1 -kerning first=981 second=1026 amount=-3 -kerning first=1186 second=247 amount=-1 -kerning first=1058 second=1265 amount=-4 -kerning first=1036 second=246 amount=-3 -kerning first=939 second=1144 amount=-2 -kerning first=202 second=297 amount=5 -kerning first=1075 second=234 amount=-2 -kerning first=354 second=1220 amount=-4 -kerning first=1199 second=243 amount=-1 -kerning first=1167 second=356 amount=-3 -kerning first=1170 second=227 amount=-5 -kerning first=86 second=8373 amount=-2 -kerning first=122 second=242 amount=-1 -kerning first=377 second=268 amount=-2 -kerning first=8250 second=916 amount=-2 -kerning first=1075 second=1243 amount=-2 -kerning first=232 second=1200 amount=-6 -kerning first=1059 second=944 amount=-3 -kerning first=1097 second=8221 amount=2 -kerning first=1164 second=120 amount=-1 -kerning first=1265 second=913 amount=-4 -kerning first=963 second=44 amount=-5 -kerning first=290 second=1196 amount=-2 -kerning first=372 second=1087 amount=-2 -kerning first=75 second=373 amount=-4 -kerning first=922 second=1254 amount=-2 -kerning first=935 second=1194 amount=-1 -kerning first=270 second=87 amount=-1 -kerning first=183 second=1234 amount=-2 -kerning first=1139 second=1141 amount=-1 -kerning first=1197 second=1222 amount=-3 -kerning first=227 second=376 amount=-5 -kerning first=1086 second=1199 amount=-1 -kerning first=1237 second=92 amount=-3 -kerning first=89 second=1125 amount=-3 -kerning first=922 second=1144 amount=-2 -kerning first=1010 second=1066 amount=-5 -kerning first=321 second=8244 amount=-3 -kerning first=356 second=1256 amount=-2 -kerning first=1222 second=1178 amount=1 -kerning first=1199 second=8221 amount=2 -kerning first=913 second=177 amount=-3 -kerning first=8224 second=1255 amount=-2 -kerning first=1040 second=910 amount=-5 -kerning first=173 second=1047 amount=-3 -kerning first=221 second=109 amount=-3 -kerning first=1043 second=1077 amount=-5 -kerning first=55 second=337 amount=-3 -kerning first=330 second=298 amount=1 -kerning first=1050 second=957 amount=-3 -kerning first=211 second=1244 amount=-1 -kerning first=1259 second=120 amount=-1 -kerning first=1026 second=198 amount=-2 -kerning first=961 second=119 amount=-1 -kerning first=1232 second=283 amount=-1 -kerning first=253 second=44 amount=-2 -kerning first=1091 second=113 amount=-1 -kerning first=933 second=213 amount=-2 -kerning first=1058 second=267 amount=-5 -kerning first=321 second=84 amount=-6 -kerning first=1111 second=1140 amount=5 -kerning first=1167 second=902 amount=-2 -kerning first=234 second=1141 amount=-1 -kerning first=193 second=1259 amount=-1 -kerning first=957 second=197 amount=-4 -kerning first=277 second=1199 amount=-1 -kerning first=95 second=48 amount=-3 -kerning first=1267 second=333 amount=-1 -kerning first=971 second=358 amount=-3 -kerning first=1059 second=335 amount=-6 -kerning first=1187 second=1196 amount=-2 -kerning first=114 second=240 amount=-1 -kerning first=1235 second=1059 amount=-5 -kerning first=92 second=1254 amount=-2 -kerning first=1140 second=229 amount=-3 -kerning first=71 second=1198 amount=-2 -kerning first=221 second=173 amount=-4 -kerning first=313 second=1213 amount=-1 -kerning first=1111 second=914 amount=3 -kerning first=1275 second=228 amount=-2 -kerning first=118 second=277 amount=-1 -kerning first=1086 second=957 amount=-1 -kerning first=92 second=1144 amount=-2 -kerning first=1178 second=213 amount=-2 -kerning first=923 second=1194 amount=-2 -kerning first=68 second=84 amount=-2 -kerning first=211 second=193 amount=-2 -kerning first=1170 second=328 amount=-4 -kerning first=40 second=1011 amount=1 -kerning first=957 second=275 amount=-1 -kerning first=1196 second=210 amount=-2 -kerning first=1108 second=1058 amount=-5 -kerning first=1267 second=8218 amount=-5 -kerning first=8370 second=221 amount=-2 -kerning first=196 second=1256 amount=-2 -kerning first=959 second=1276 amount=-2 -kerning first=1220 second=932 amount=-3 -kerning first=1168 second=1257 amount=-5 -kerning first=1170 second=1279 amount=-3 -kerning first=8225 second=263 amount=-2 -kerning first=1270 second=920 amount=-2 -kerning first=1265 second=308 amount=-4 -kerning first=254 second=255 amount=-1 -kerning first=301 second=919 amount=3 -kerning first=194 second=214 amount=-2 -kerning first=196 second=1200 amount=-5 -kerning first=277 second=957 amount=-1 -kerning first=174 second=1072 amount=-1 -kerning first=86 second=257 amount=-3 -kerning first=170 second=1092 amount=-2 -kerning first=376 second=289 amount=-6 -kerning first=1178 second=118 amount=-3 -kerning first=915 second=1057 amount=-2 -kerning first=58 second=936 amount=-4 -kerning first=932 second=902 amount=-6 -kerning first=1083 second=1198 amount=-5 -kerning first=119 second=981 amount=-1 -kerning first=86 second=1153 amount=-3 -kerning first=1043 second=351 amount=-5 -kerning first=299 second=102 amount=3 -kerning first=1178 second=1201 amount=-3 -kerning first=258 second=356 amount=-6 -kerning first=43 second=1249 amount=-1 -kerning first=70 second=285 amount=-3 -kerning first=1209 second=1267 amount=-1 -kerning first=110 second=87 amount=-3 -kerning first=310 second=210 amount=-2 -kerning first=359 second=925 amount=1 -kerning first=8217 second=191 amount=-4 -kerning first=339 second=372 amount=-3 -kerning first=1226 second=354 amount=-2 -kerning first=373 second=65 amount=-4 -kerning first=927 second=86 amount=-2 -kerning first=358 second=8230 amount=-2 -kerning first=8244 second=250 amount=-3 -kerning first=1169 second=235 amount=-2 -kerning first=65 second=8225 amount=-5 -kerning first=192 second=1141 amount=-4 -kerning first=1274 second=79 amount=-2 -kerning first=1116 second=1255 amount=-1 -kerning first=1201 second=245 amount=-1 -kerning first=194 second=1199 amount=-4 -kerning first=334 second=1204 amount=-2 -kerning first=1205 second=1018 amount=1 -kerning first=1270 second=8363 amount=-5 -kerning first=89 second=332 amount=-2 -kerning first=351 second=221 amount=-5 -kerning first=1186 second=209 amount=1 -kerning first=1128 second=337 amount=-1 -kerning first=1217 second=273 amount=-2 -kerning first=379 second=199 amount=-2 -kerning first=225 second=1197 amount=-2 -kerning first=233 second=1196 amount=-3 -kerning first=1030 second=239 amount=5 -kerning first=91 second=232 amount=-1 -kerning first=70 second=162 amount=-3 -kerning first=288 second=303 amount=2 -kerning first=1232 second=176 amount=-5 -kerning first=198 second=1111 amount=5 -kerning first=273 second=309 amount=3 -kerning first=1222 second=1045 amount=1 -kerning first=281 second=372 amount=-3 -kerning first=1046 second=271 amount=-2 -kerning first=334 second=1232 amount=-2 -kerning first=1226 second=1041 amount=1 -kerning first=373 second=101 amount=-1 -kerning first=1198 second=1054 amount=-2 -kerning first=240 second=1066 amount=-3 -kerning first=8370 second=1110 amount=2 -kerning first=1107 second=932 amount=-3 -kerning first=55 second=1105 amount=-3 -kerning first=1169 second=1222 amount=-3 -kerning first=363 second=8216 amount=-3 -kerning first=208 second=1236 amount=-2 -kerning first=1116 second=126 amount=-2 -kerning first=932 second=1173 amount=-4 -kerning first=255 second=95 amount=-5 -kerning first=1270 second=1185 amount=-3 -kerning first=1091 second=238 amount=3 -kerning first=326 second=1265 amount=-1 -kerning first=1196 second=1259 amount=-5 -kerning first=1109 second=1200 amount=-5 -kerning first=84 second=1257 amount=-5 -kerning first=1219 second=299 amount=2 -kerning first=1234 second=275 amount=-1 -kerning first=1271 second=45 amount=-1 -kerning first=1267 second=1077 amount=-1 -kerning first=1225 second=1070 amount=1 -kerning first=8244 second=261 amount=-4 -kerning first=46 second=903 amount=-6 -kerning first=192 second=116 amount=-2 -kerning first=59 second=1204 amount=-2 -kerning first=8250 second=1202 amount=-3 -kerning first=356 second=114 amount=-4 -kerning first=1086 second=354 amount=-3 -kerning first=194 second=957 amount=-4 -kerning first=1059 second=1104 amount=-6 -kerning first=1207 second=1026 amount=-2 -kerning first=1097 second=347 amount=-1 -kerning first=1202 second=71 amount=-1 -kerning first=221 second=1220 amount=-3 -kerning first=247 second=55 amount=-2 -kerning first=1119 second=8220 amount=-3 -kerning first=1020 second=1078 amount=-1 -kerning first=1244 second=908 amount=-1 -kerning first=1195 second=1090 amount=-1 -kerning first=915 second=1203 amount=-3 -kerning first=260 second=335 amount=-1 -kerning first=972 second=8224 amount=-2 -kerning first=1092 second=86 amount=-3 -kerning first=1016 second=194 amount=-2 -kerning first=943 second=183 amount=-2 -kerning first=186 second=279 amount=-2 -kerning first=1267 second=1113 amount=-3 -kerning first=310 second=1259 amount=-3 -kerning first=106 second=302 amount=2 -kerning first=1078 second=291 amount=-1 -kerning first=277 second=354 amount=-3 -kerning first=212 second=65 amount=-2 -kerning first=1277 second=1089 amount=-1 -kerning first=1059 second=1114 amount=-3 -kerning first=1279 second=287 amount=-1 -kerning first=285 second=1066 amount=-3 -kerning first=1242 second=1200 amount=-2 -kerning first=374 second=1256 amount=-2 -kerning first=8353 second=1276 amount=-1 -kerning first=8217 second=99 amount=-4 -kerning first=354 second=79 amount=-2 -kerning first=972 second=88 amount=-2 -kerning first=177 second=87 amount=-4 -kerning first=214 second=1217 amount=-1 -kerning first=1060 second=8220 amount=-2 -kerning first=1171 second=226 amount=-2 -kerning first=244 second=1203 amount=-1 -kerning first=1086 second=913 amount=-2 -kerning first=101 second=1249 amount=-1 -kerning first=1230 second=905 amount=1 -kerning first=195 second=1196 amount=-6 -kerning first=38 second=933 amount=-5 -kerning first=1046 second=113 amount=-2 -kerning first=211 second=374 amount=-2 -kerning first=1226 second=1103 amount=-1 -kerning first=1170 second=1092 amount=-5 -kerning first=1094 second=353 amount=-1 -kerning first=40 second=966 amount=-1 -kerning first=1263 second=1010 amount=-1 -kerning first=324 second=1140 amount=-3 -kerning first=935 second=1138 amount=-1 -kerning first=1188 second=972 amount=-5 -kerning first=1211 second=1141 amount=-1 -kerning first=236 second=301 amount=3 -kerning first=1107 second=285 amount=-2 -kerning first=1143 second=269 amount=-1 -kerning first=1274 second=973 amount=-4 -kerning first=1180 second=333 amount=-3 -kerning first=1222 second=358 amount=-2 -kerning first=1088 second=1026 amount=-3 -kerning first=1202 second=45 amount=-4 -kerning first=933 second=356 amount=3 -kerning first=966 second=1197 amount=-2 -kerning first=8360 second=1196 amount=-5 -kerning first=1228 second=118 amount=-1 -kerning first=119 second=1040 amount=-4 -kerning first=1096 second=1091 amount=-1 -kerning first=358 second=1141 amount=-4 -kerning first=239 second=68 amount=3 -kerning first=355 second=1250 amount=1 -kerning first=8244 second=331 amount=-1 -kerning first=214 second=192 amount=-2 -kerning first=1059 second=353 amount=-4 -kerning first=1228 second=1201 amount=-1 -kerning first=286 second=84 amount=-2 -kerning first=253 second=225 amount=-1 -kerning first=1140 second=279 amount=-3 -kerning first=1128 second=1105 amount=-1 -kerning first=1107 second=162 amount=-2 -kerning first=1111 second=72 amount=3 -kerning first=1081 second=8220 amount=-3 -kerning first=193 second=1193 amount=-1 -kerning first=86 second=194 amount=-5 -kerning first=1108 second=939 amount=-4 -kerning first=1225 second=924 amount=1 -kerning first=378 second=99 amount=-1 -kerning first=65 second=79 amount=-2 -kerning first=356 second=1017 amount=-2 -kerning first=1122 second=1279 amount=-1 -kerning first=215 second=84 amount=-4 -kerning first=290 second=238 amount=2 -kerning first=935 second=287 amount=-2 -kerning first=910 second=944 amount=-3 -kerning first=1061 second=43 amount=-4 -kerning first=283 second=86 amount=-3 -kerning first=1230 second=8244 amount=2 -kerning first=1145 second=945 amount=-1 -kerning first=1277 second=1145 amount=-1 -kerning first=908 second=1140 amount=-2 -kerning first=923 second=1138 amount=-2 -kerning first=933 second=902 amount=-5 -kerning first=1217 second=240 amount=-2 -kerning first=75 second=1141 amount=-3 -kerning first=922 second=301 amount=5 -kerning first=195 second=271 amount=-1 -kerning first=194 second=354 amount=-6 -kerning first=86 second=234 amount=-3 -kerning first=1200 second=1242 amount=-2 -kerning first=333 second=258 amount=-2 -kerning first=981 second=1061 amount=-2 -kerning first=381 second=239 amount=5 -kerning first=1037 second=207 amount=1 -kerning first=1230 second=84 amount=-2 -kerning first=1168 second=1108 amount=-5 -kerning first=1167 second=93 amount=-1 -kerning first=1193 second=1090 amount=-1 -kerning first=1263 second=339 amount=-1 -kerning first=86 second=1243 amount=-3 -kerning first=8221 second=249 amount=-3 -kerning first=1143 second=1086 amount=-1 -kerning first=229 second=174 amount=-1 -kerning first=955 second=172 amount=-2 -kerning first=89 second=46 amount=-3 -kerning first=244 second=910 amount=-6 -kerning first=199 second=301 amount=2 -kerning first=1058 second=369 amount=-5 -kerning first=915 second=949 amount=-8 -kerning first=195 second=1275 amount=-2 -kerning first=1168 second=1032 amount=-6 -kerning first=1046 second=268 amount=-1 -kerning first=260 second=1104 amount=-1 -kerning first=354 second=973 amount=-4 -kerning first=311 second=281 amount=-1 -kerning first=365 second=1058 amount=-3 -kerning first=1197 second=1259 amount=-2 -kerning first=349 second=932 amount=-5 -kerning first=1026 second=1244 amount=-2 -kerning first=910 second=335 amount=-6 -kerning first=196 second=1017 amount=-2 -kerning first=233 second=87 amount=-3 -kerning first=8250 second=118 amount=-2 -kerning first=102 second=260 amount=-2 -kerning first=343 second=972 amount=-1 -kerning first=92 second=301 amount=3 -kerning first=923 second=287 amount=-1 -kerning first=186 second=1195 amount=-2 -kerning first=1243 second=1143 amount=-1 -kerning first=1203 second=267 amount=-1 -kerning first=8250 second=1201 amount=-2 -kerning first=87 second=1234 amount=-4 -kerning first=74 second=46 amount=-2 -kerning first=1244 second=1255 amount=-2 -kerning first=8373 second=88 amount=-1 -kerning first=8244 second=197 amount=-9 -kerning first=933 second=1173 amount=-3 -kerning first=1111 second=1058 amount=6 -kerning first=187 second=1078 amount=-2 -kerning first=1167 second=1265 amount=-1 -kerning first=1187 second=52 amount=-1 -kerning first=1016 second=376 amount=-6 -kerning first=123 second=287 amount=-1 -kerning first=1101 second=1203 amount=-1 -kerning first=241 second=49 amount=-3 -kerning first=8221 second=257 amount=-4 -kerning first=376 second=1196 amount=3 -kerning first=1080 second=118 amount=-1 -kerning first=212 second=935 amount=-1 -kerning first=1180 second=1077 amount=-3 -kerning first=1026 second=193 amount=-2 -kerning first=1091 second=248 amount=-1 -kerning first=1265 second=265 amount=-1 -kerning first=374 second=114 amount=-3 -kerning first=116 second=354 amount=-2 -kerning first=1241 second=195 amount=-2 -kerning first=8221 second=1153 amount=-4 -kerning first=195 second=113 amount=-1 -kerning first=1187 second=1037 amount=1 -kerning first=1080 second=1201 amount=-1 -kerning first=121 second=356 amount=-2 -kerning first=1126 second=927 amount=-2 -kerning first=1244 second=126 amount=-4 -kerning first=355 second=1223 amount=1 -kerning first=293 second=1198 amount=-5 -kerning first=8244 second=275 amount=-4 -kerning first=301 second=1171 amount=3 -kerning first=197 second=333 amount=-1 -kerning first=256 second=1089 amount=-1 -kerning first=224 second=221 amount=-5 -kerning first=1046 second=52 amount=-3 -kerning first=1270 second=216 amount=-2 -kerning first=1033 second=1203 amount=-1 -kerning first=1257 second=92 amount=-3 -kerning first=1196 second=1193 amount=-5 -kerning first=8217 second=198 amount=-9 -kerning first=111 second=375 amount=-1 -kerning first=357 second=330 amount=1 -kerning first=39 second=38 amount=-2 -kerning first=84 second=1108 amount=-5 -kerning first=1138 second=1140 amount=-2 -kerning first=1200 second=1074 amount=-3 -kerning first=1140 second=1195 amount=-3 -kerning first=76 second=264 amount=-2 -kerning first=8220 second=256 amount=-6 -kerning first=1128 second=1171 amount=-2 -kerning first=116 second=1041 amount=1 -kerning first=1036 second=253 amount=-3 -kerning first=321 second=1118 amount=-4 -kerning first=209 second=206 amount=1 -kerning first=1226 second=316 amount=1 -kerning first=169 second=258 amount=-2 -kerning first=221 second=79 amount=-2 -kerning first=1126 second=1267 amount=-4 -kerning first=920 second=197 amount=-2 -kerning first=245 second=1277 amount=-1 -kerning first=916 second=176 amount=-5 -kerning first=8244 second=1187 amount=-1 -kerning first=84 second=1032 amount=-6 -kerning first=225 second=253 amount=-1 -kerning first=1274 second=1239 amount=-5 -kerning first=214 second=221 amount=-2 -kerning first=932 second=1265 amount=-4 -kerning first=944 second=8221 amount=1 -kerning first=89 second=103 amount=-6 -kerning first=372 second=59 amount=-3 -kerning first=315 second=927 amount=-2 -kerning first=931 second=183 amount=-2 -kerning first=195 second=87 amount=-4 -kerning first=1228 second=356 amount=-3 -kerning first=63 second=1234 amount=-4 -kerning first=112 second=1140 amount=-3 -kerning first=121 second=902 amount=-4 -kerning first=174 second=910 amount=-1 -kerning first=1234 second=336 amount=-2 -kerning first=170 second=981 amount=-2 -kerning first=376 second=271 amount=-6 -kerning first=310 second=1193 amount=-3 -kerning first=1075 second=8230 amount=-6 -kerning first=1102 second=258 amount=-2 -kerning first=1095 second=1197 amount=-2 -kerning first=1196 second=1109 amount=-5 -kerning first=1263 second=239 amount=3 -kerning first=927 second=8216 amount=-2 -kerning first=335 second=197 amount=-2 -kerning first=8360 second=87 amount=-2 -kerning first=355 second=8220 amount=-3 -kerning first=317 second=1171 amount=-1 -kerning first=1185 second=337 amount=-1 -kerning first=1274 second=1102 amount=-4 -kerning first=912 second=916 amount=-3 -kerning first=334 second=1200 amount=-2 -kerning first=1077 second=1203 amount=-1 -kerning first=1265 second=1139 amount=-1 -kerning first=1058 second=326 amount=-4 -kerning first=915 second=1093 amount=-3 -kerning first=315 second=1267 amount=-4 -kerning first=301 second=320 amount=3 -kerning first=1199 second=99 amount=-1 -kerning first=1203 second=177 amount=-2 -kerning first=227 second=1141 amount=-1 -kerning first=1101 second=910 amount=-6 -kerning first=1072 second=1199 amount=-1 -kerning first=1126 second=269 amount=-1 -kerning first=239 second=1188 amount=3 -kerning first=910 second=1104 amount=-6 -kerning first=8218 second=1035 amount=-6 -kerning first=65 second=8244 amount=-7 -kerning first=256 second=1145 amount=-1 -kerning first=1274 second=74 amount=-6 -kerning first=932 second=267 amount=-5 -kerning first=1034 second=258 amount=-2 -kerning first=255 second=335 amount=-1 -kerning first=253 second=100 amount=-1 -kerning first=88 second=285 amount=-2 -kerning first=374 second=1017 amount=-2 -kerning first=939 second=242 amount=-6 -kerning first=195 second=268 amount=-2 -kerning first=1163 second=925 amount=1 -kerning first=258 second=1265 amount=-4 -kerning first=1273 second=910 amount=-5 -kerning first=1169 second=1259 amount=-2 -kerning first=1225 second=344 amount=1 -kerning first=1279 second=358 amount=-3 -kerning first=297 second=86 amount=5 -kerning first=244 second=1093 amount=-1 -kerning first=116 second=1103 amount=-1 -kerning first=359 second=353 amount=-1 -kerning first=65 second=84 amount=-6 -kerning first=1033 second=910 amount=-6 -kerning first=289 second=1204 amount=-3 -kerning first=248 second=256 amount=-2 -kerning first=1188 second=224 amount=-5 -kerning first=1027 second=923 amount=-6 -kerning first=910 second=1114 amount=-3 -kerning first=55 second=231 amount=-3 -kerning first=373 second=1257 amount=-1 -kerning first=88 second=162 amount=-2 -kerning first=922 second=242 amount=-3 -kerning first=1122 second=186 amount=-2 -kerning first=44 second=1185 amount=-5 -kerning first=354 second=1239 amount=-5 -kerning first=240 second=65 amount=-2 -kerning first=1072 second=957 amount=-1 -kerning first=358 second=122 amount=-3 -kerning first=245 second=933 amount=-6 -kerning first=376 second=113 amount=-6 -kerning first=238 second=297 amount=3 -kerning first=929 second=183 amount=-2 -kerning first=197 second=1077 amount=-1 -kerning first=8250 second=356 amount=-8 -kerning first=356 second=244 amount=-5 -kerning first=1251 second=1197 amount=-2 -kerning first=1050 second=1263 amount=-3 -kerning first=1092 second=8216 amount=-4 -kerning first=1238 second=301 amount=5 -kerning first=1016 second=373 amount=-1 -kerning first=372 second=291 amount=-3 -kerning first=221 second=973 amount=-3 -kerning first=966 second=253 amount=-1 -kerning first=222 second=1035 amount=-4 -kerning first=313 second=1026 amount=-6 -kerning first=365 second=939 amount=-4 -kerning first=258 second=267 amount=-1 -kerning first=118 second=932 amount=-2 -kerning first=1100 second=375 amount=-2 -kerning first=1026 second=374 amount=-6 -kerning first=1232 second=1059 amount=-5 -kerning first=1200 second=945 amount=-6 -kerning first=294 second=207 amount=1 -kerning first=1140 second=1194 amount=-2 -kerning first=246 second=255 amount=-1 -kerning first=915 second=969 amount=-8 -kerning first=1168 second=908 amount=-2 -kerning first=354 second=1102 amount=-4 -kerning first=1094 second=302 amount=1 -kerning first=1012 second=198 amount=-2 -kerning first=935 second=1012 amount=-1 -kerning first=1126 second=1086 amount=-1 -kerning first=313 second=67 amount=-2 -kerning first=8221 second=194 amount=-9 -kerning first=910 second=353 amount=-4 -kerning first=1080 second=356 amount=-3 -kerning first=256 second=1140 amount=-5 -kerning first=356 second=8222 amount=-8 -kerning first=1086 second=1263 amount=-1 -kerning first=1145 second=111 amount=-1 -kerning first=211 second=46 amount=-3 -kerning first=1077 second=910 amount=-6 -kerning first=1200 second=262 amount=-2 -kerning first=92 second=242 amount=-1 -kerning first=89 second=259 amount=-5 -kerning first=1128 second=1091 amount=-4 -kerning first=1058 second=260 amount=-6 -kerning first=1184 second=1089 amount=-3 -kerning first=324 second=1058 amount=-3 -kerning first=243 second=1035 amount=-3 -kerning first=1027 second=8370 amount=-2 -kerning first=354 second=74 amount=-6 -kerning first=259 second=121 amount=-1 -kerning first=213 second=1276 amount=-1 -kerning first=1197 second=1193 amount=-2 -kerning first=1274 second=1107 amount=-4 -kerning first=1210 second=375 amount=-1 -kerning first=1088 second=1061 amount=-2 -kerning first=86 second=334 amount=-2 -kerning first=1036 second=171 amount=-3 -kerning first=65 second=1239 amount=-1 -kerning first=8250 second=902 amount=-2 -kerning first=1222 second=1048 amount=1 -kerning first=1046 second=248 amount=-2 -kerning first=1050 second=265 amount=-3 -kerning first=339 second=1098 amount=-1 -kerning first=1170 second=981 amount=-5 -kerning first=1235 second=372 amount=-3 -kerning first=120 second=354 amount=-3 -kerning first=913 second=170 amount=-5 -kerning first=1193 second=120 amount=-1 -kerning first=1263 second=1072 amount=-1 -kerning first=173 second=1026 amount=-4 -kerning first=1254 second=933 amount=-2 -kerning first=380 second=1066 amount=-2 -kerning first=8221 second=234 amount=-4 -kerning first=196 second=244 amount=-1 -kerning first=193 second=1010 amount=-1 -kerning first=1143 second=227 amount=-1 -kerning first=381 second=1057 amount=-2 -kerning first=1185 second=1105 amount=-1 -kerning first=277 second=1263 amount=-1 -kerning first=1274 second=942 amount=-4 -kerning first=1232 second=291 amount=-1 -kerning first=170 second=1040 amount=-5 -kerning first=92 second=8220 amount=-8 -kerning first=337 second=195 amount=-2 -kerning first=231 second=221 amount=-4 -kerning first=105 second=125 amount=2 -kerning first=1188 second=1117 amount=-4 -kerning first=357 second=8217 amount=2 -kerning first=8221 second=1243 amount=-4 -kerning first=336 second=1196 amount=-2 -kerning first=317 second=1091 amount=-4 -kerning first=1230 second=314 amount=1 -kerning first=281 second=1098 amount=-1 -kerning first=38 second=1204 amount=-4 -kerning first=902 second=277 amount=-1 -kerning first=8225 second=256 amount=-5 -kerning first=1094 second=43 amount=-1 -kerning first=1097 second=1034 amount=1 -kerning first=1205 second=202 amount=1 -kerning first=255 second=1104 amount=-1 -kerning first=923 second=1012 amount=-2 -kerning first=1198 second=1020 amount=-3 -kerning first=1186 second=276 amount=1 -kerning first=1128 second=231 amount=-1 -kerning first=111 second=1066 amount=-3 -kerning first=264 second=297 amount=2 -kerning first=1027 second=181 amount=-5 -kerning first=8221 second=1085 amount=-1 -kerning first=118 second=285 amount=-1 -kerning first=1069 second=197 amount=-2 -kerning first=257 second=1198 amount=-5 -kerning first=70 second=940 amount=-3 -kerning first=375 second=269 amount=-1 -kerning first=1020 second=8220 amount=-4 -kerning first=376 second=268 amount=-2 -kerning first=908 second=1058 amount=-2 -kerning first=923 second=358 amount=-6 -kerning first=82 second=221 amount=-2 -kerning first=1058 second=1090 amount=-3 -kerning first=192 second=199 amount=-2 -kerning first=79 second=932 amount=-2 -kerning first=1101 second=1093 amount=-1 -kerning first=221 second=84 amount=3 -kerning first=1188 second=81 amount=-2 -kerning first=263 second=1185 amount=-1 -kerning first=84 second=908 amount=-2 -kerning first=1072 second=354 amount=-3 -kerning first=1059 second=43 amount=-4 -kerning first=8225 second=281 amount=-2 -kerning first=1164 second=1078 amount=-1 -kerning first=253 second=1026 amount=-2 -kerning first=1184 second=1145 amount=-3 -kerning first=8217 second=241 amount=-1 -kerning first=301 second=304 amount=3 -kerning first=1199 second=198 amount=-4 -kerning first=1179 second=100 amount=-1 -kerning first=258 second=177 amount=-3 -kerning first=341 second=197 amount=-3 -kerning first=118 second=162 amount=-1 -kerning first=95 second=255 amount=-5 -kerning first=87 second=1258 amount=-2 -kerning first=1166 second=195 amount=-5 -kerning first=1178 second=1265 amount=-3 -kerning first=161 second=89 amount=-4 -kerning first=354 second=1107 amount=-4 -kerning first=1050 second=1139 amount=-3 -kerning first=1226 second=247 amount=-1 -kerning first=1097 second=293 amount=1 -kerning first=1033 second=1093 amount=-1 -kerning first=176 second=71 amount=-1 -kerning first=240 second=174 amount=-1 -kerning first=1043 second=250 amount=-5 -kerning first=299 second=105 amount=6 -kerning first=193 second=339 amount=-1 -kerning first=1230 second=1120 amount=1 -kerning first=1259 second=1078 amount=-1 -kerning first=98 second=194 amount=-2 -kerning first=981 second=121 amount=-1 -kerning first=933 second=267 amount=-6 -kerning first=116 second=316 amount=1 -kerning first=922 second=1099 amount=2 -kerning first=1027 second=1116 amount=-4 -kerning first=194 second=1263 amount=-4 -kerning first=354 second=942 amount=-4 -kerning first=1074 second=1196 amount=-5 -kerning first=341 second=275 amount=-1 -kerning first=1098 second=255 amount=-2 -kerning first=240 second=935 amount=-2 -kerning first=1188 second=195 amount=-6 -kerning first=1118 second=1207 amount=-1 -kerning first=376 second=52 amount=-4 -kerning first=76 second=8217 amount=-3 -kerning first=1243 second=1202 amount=-2 -kerning first=192 second=49 amount=-2 -kerning first=1050 second=247 amount=-6 -kerning first=1093 second=945 amount=-1 -kerning first=253 second=297 amount=3 -kerning first=915 second=1234 amount=-6 -kerning first=1109 second=8222 amount=-3 -kerning first=299 second=8360 amount=3 -kerning first=8230 second=1198 amount=-3 -kerning first=322 second=272 amount=2 -kerning first=1277 second=1058 amount=-3 -kerning first=1114 second=1035 amount=-7 -kerning first=1213 second=221 amount=-6 -kerning first=375 second=1086 amount=-1 -kerning first=1271 second=337 amount=-2 -kerning first=1256 second=194 amount=-2 -kerning first=1191 second=1143 amount=-2 -kerning first=1178 second=267 amount=-3 -kerning first=1241 second=119 amount=-1 -kerning first=1215 second=86 amount=-3 -kerning first=1168 second=1255 amount=-5 -kerning first=216 second=88 amount=-1 -kerning first=1059 second=1236 amount=-5 -kerning first=1035 second=255 amount=-1 -kerning first=1040 second=1258 amount=-2 -kerning first=1196 second=1010 amount=-5 -kerning first=221 second=1239 amount=-6 -kerning first=1043 second=261 amount=-5 -kerning first=299 second=325 amount=3 -kerning first=936 second=58 amount=-4 -kerning first=1169 second=1193 amount=-2 -kerning first=1274 second=1118 amount=-4 -kerning first=1145 second=1209 amount=-1 -kerning first=230 second=86 amount=-3 -kerning first=1077 second=1093 amount=-1 -kerning first=172 second=1066 amount=-3 -kerning first=1270 second=1191 amount=-4 -kerning first=244 second=1234 amount=-2 -kerning first=374 second=244 amount=-6 -kerning first=73 second=301 amount=5 -kerning first=195 second=248 amount=-1 -kerning first=194 second=265 amount=-1 -kerning first=1170 second=1040 amount=-6 -kerning first=1095 second=253 amount=-1 -kerning first=1138 second=1058 amount=-2 -kerning first=1068 second=1035 amount=-3 -kerning first=1061 second=277 amount=-2 -kerning first=90 second=1069 amount=-2 -kerning first=356 second=349 amount=-5 -kerning first=1168 second=126 amount=-4 -kerning first=1050 second=1028 amount=-2 -kerning first=114 second=255 amount=1 -kerning first=373 second=1108 amount=-1 -kerning first=109 second=1091 amount=-1 -kerning first=1242 second=8222 amount=-3 -kerning first=8217 second=193 amount=-9 -kerning first=221 second=1102 amount=-3 -kerning first=1027 second=110 amount=-4 -kerning first=1107 second=940 amount=-2 -kerning first=1275 second=354 amount=-3 -kerning first=214 second=44 amount=-3 -kerning first=94 second=194 amount=-5 -kerning first=1100 second=1066 amount=-7 -kerning first=358 second=199 amount=-2 -kerning first=102 second=966 amount=-1 -kerning first=1225 second=201 amount=1 -kerning first=310 second=1010 amount=-3 -kerning first=374 second=8222 amount=-7 -kerning first=974 second=936 amount=-5 -kerning first=1058 second=946 amount=-4 -kerning first=1036 second=117 amount=-2 -kerning first=301 second=1172 amount=3 -kerning first=948 second=8216 amount=-4 -kerning first=195 second=39 amount=-5 -kerning first=1187 second=115 amount=-1 -kerning first=1094 second=1018 amount=1 -kerning first=373 second=1032 amount=-4 -kerning first=943 second=95 amount=-2 -kerning first=112 second=1058 amount=-3 -kerning first=261 second=358 amount=-3 -kerning first=284 second=305 amount=2 -kerning first=345 second=1143 amount=1 -kerning first=86 second=8230 amount=-6 -kerning first=324 second=939 amount=-5 -kerning first=87 second=1080 amount=-2 -kerning first=186 second=287 amount=-2 -kerning first=221 second=74 amount=-2 -kerning first=239 second=379 amount=6 -kerning first=1274 second=263 amount=-5 -kerning first=932 second=369 amount=-5 -kerning first=1201 second=1066 amount=-2 -kerning first=1140 second=1138 amount=-2 -kerning first=1202 second=337 amount=-2 -kerning first=89 second=273 amount=-6 -kerning first=8217 second=233 amount=-4 -kerning first=301 second=66 amount=3 -kerning first=1210 second=1066 amount=-3 -kerning first=80 second=1234 amount=-5 -kerning first=242 second=196 amount=-2 -kerning first=933 second=177 amount=-6 -kerning first=8217 second=1241 amount=-4 -kerning first=1082 second=242 amount=-1 -kerning first=1181 second=269 amount=-1 -kerning first=1111 second=1216 amount=3 -kerning first=187 second=8220 amount=-5 -kerning first=1207 second=311 amount=1 -kerning first=343 second=195 amount=-3 -kerning first=210 second=358 amount=-2 -kerning first=372 second=1054 amount=-2 -kerning first=1196 second=339 amount=-5 -kerning first=1278 second=963 amount=-2 -kerning first=75 second=199 amount=-2 -kerning first=1188 second=345 amount=-4 -kerning first=1043 second=331 amount=-4 -kerning first=1211 second=49 amount=-3 -kerning first=193 second=239 amount=3 -kerning first=84 second=1255 amount=-5 -kerning first=959 second=1267 amount=-1 -kerning first=336 second=87 amount=-1 -kerning first=961 second=1140 amount=-3 -kerning first=1200 second=111 amount=-6 -kerning first=254 second=8225 amount=-2 -kerning first=326 second=1090 amount=-2 -kerning first=359 second=302 amount=1 -kerning first=8217 second=1230 amount=-1 -kerning first=1251 second=253 amount=-1 -kerning first=194 second=1139 amount=-1 -kerning first=354 second=1118 amount=-4 -kerning first=1179 second=1026 amount=-4 -kerning first=1226 second=209 amount=1 -kerning first=1228 second=1265 amount=-1 -kerning first=1066 second=194 amount=-2 -kerning first=121 second=267 amount=-1 -kerning first=935 second=266 amount=-1 -kerning first=1178 second=177 amount=-2 -kerning first=90 second=8373 amount=-2 -kerning first=267 second=1198 amount=-4 -kerning first=1059 second=251 amount=-3 -kerning first=1016 second=1141 amount=-1 -kerning first=1205 second=1053 amount=1 -kerning first=253 second=1235 amount=-1 -kerning first=1140 second=287 amount=-3 -kerning first=908 second=939 amount=-2 -kerning first=34 second=1232 amount=-5 -kerning first=81 second=932 amount=-2 -kerning first=377 second=60 amount=-4 -kerning first=1143 second=1092 amount=-1 -kerning first=84 second=126 amount=-4 -kerning first=95 second=366 amount=-3 -kerning first=174 second=1234 amount=-5 -kerning first=1271 second=1105 amount=-2 -kerning first=98 second=376 amount=-6 -kerning first=378 second=233 amount=-1 -kerning first=310 second=339 amount=-3 -kerning first=373 second=918 amount=-2 -kerning first=913 second=966 amount=-1 -kerning first=1278 second=243 amount=-2 -kerning first=87 second=172 amount=-3 -kerning first=1258 second=196 amount=-2 -kerning first=45 second=1197 amount=-1 -kerning first=1027 second=192 amount=-6 -kerning first=333 second=1059 amount=-6 -kerning first=378 second=1241 amount=-1 -kerning first=55 second=229 amount=-3 -kerning first=344 second=1198 amount=-2 -kerning first=1243 second=118 amount=-1 -kerning first=107 second=173 amount=-2 -kerning first=1060 second=923 amount=-2 -kerning first=1230 second=215 amount=-1 -kerning first=1189 second=1207 amount=-2 -kerning first=1167 second=1278 amount=-2 -kerning first=1232 second=1054 amount=-2 -kerning first=89 second=1167 amount=-3 -kerning first=1012 second=1244 amount=-1 -kerning first=1036 second=286 amount=-2 -kerning first=221 second=1107 amount=-3 -kerning first=301 second=1052 amount=3 -kerning first=8222 second=89 amount=-7 -kerning first=271 second=299 amount=2 -kerning first=354 second=263 amount=-5 -kerning first=1175 second=945 amount=-1 -kerning first=1163 second=353 amount=-1 -kerning first=1243 second=1201 amount=-1 -kerning first=332 second=84 amount=-2 -kerning first=1101 second=1234 amount=-2 -kerning first=1267 second=261 amount=-1 -kerning first=1256 second=376 amount=-2 -kerning first=1276 second=963 amount=-2 -kerning first=376 second=248 amount=-6 -kerning first=1171 second=242 amount=-2 -kerning first=359 second=43 amount=-1 -kerning first=65 second=1118 amount=-4 -kerning first=1037 second=1031 amount=1 -kerning first=1181 second=1086 amount=-1 -kerning first=1050 second=367 amount=-2 -kerning first=923 second=266 amount=-2 -kerning first=221 second=942 amount=-3 -kerning first=1027 second=232 amount=-5 -kerning first=1074 second=87 amount=-2 -kerning first=1110 second=8361 amount=2 -kerning first=1112 second=1111 amount=3 -kerning first=1197 second=1010 amount=-2 -kerning first=1269 second=1140 amount=-3 -kerning first=925 second=95 amount=2 -kerning first=256 second=1058 amount=-6 -kerning first=70 second=246 amount=-3 -kerning first=1120 second=301 amount=5 -kerning first=1058 second=120 amount=-3 -kerning first=264 second=1061 amount=-1 -kerning first=346 second=299 amount=3 -kerning first=8221 second=1273 amount=-1 -kerning first=194 second=1028 amount=-2 -kerning first=311 second=289 amount=-1 -kerning first=972 second=41 amount=-1 -kerning first=1187 second=108 amount=1 -kerning first=1033 second=1234 amount=-2 -kerning first=42 second=196 amount=-5 -kerning first=1012 second=193 amount=-2 -kerning first=1043 second=197 amount=-6 -kerning first=245 second=1204 amount=-3 -kerning first=8250 second=1265 amount=-2 -kerning first=932 second=326 amount=-4 -kerning first=1230 second=1190 amount=1 -kerning first=1205 second=932 amount=-2 -kerning first=1265 second=258 amount=-4 -kerning first=1202 second=1105 amount=-2 -kerning first=173 second=1061 amount=-4 -kerning first=105 second=239 amount=3 -kerning first=1027 second=1084 amount=-4 -kerning first=100 second=303 amount=2 -kerning first=1090 second=972 amount=-2 -kerning first=1276 second=243 amount=-2 -kerning first=245 second=1232 amount=-2 -kerning first=337 second=119 amount=-1 -kerning first=116 second=247 amount=-1 -kerning first=117 second=933 amount=-4 -kerning first=8217 second=1125 amount=-1 -kerning first=65 second=263 amount=-1 -kerning first=1097 second=340 amount=1 -kerning first=1196 second=239 amount=6 -kerning first=121 second=177 amount=-3 -kerning first=1263 second=910 amount=-2 -kerning first=324 second=967 amount=-1 -kerning first=1043 second=275 amount=-5 -kerning first=1122 second=1040 amount=-2 -kerning first=1107 second=1237 amount=-2 -kerning first=910 second=43 amount=-4 -kerning first=1080 second=1265 amount=-1 -kerning first=1185 second=231 amount=-1 -kerning first=1138 second=939 amount=-2 -kerning first=1088 second=121 amount=-1 -kerning first=38 second=1200 amount=-5 -kerning first=1091 second=959 amount=-1 -kerning first=1265 second=283 amount=-1 -kerning first=89 second=240 amount=-6 -kerning first=374 second=349 amount=-4 -kerning first=1186 second=1059 amount=-1 -kerning first=77 second=207 amount=1 -kerning first=299 second=1055 amount=3 -kerning first=972 second=1091 amount=-1 -kerning first=1167 second=260 amount=-2 -kerning first=242 second=89 amount=-6 -kerning first=1187 second=1134 amount=1 -kerning first=1093 second=111 amount=-1 -kerning first=1270 second=927 amount=-2 -kerning first=169 second=1059 amount=-2 -kerning first=960 second=8216 amount=-3 -kerning first=1254 second=1204 amount=-2 -kerning first=1043 second=1187 amount=-4 -kerning first=269 second=358 amount=-5 -kerning first=181 second=1035 amount=-3 -kerning first=371 second=221 amount=-4 -kerning first=1197 second=339 amount=-2 -kerning first=112 second=939 amount=-6 -kerning first=126 second=1203 amount=-1 -kerning first=375 second=227 amount=-1 -kerning first=1200 second=1209 amount=-5 -kerning first=1091 second=60 amount=-2 -kerning first=291 second=1196 amount=-3 -kerning first=310 second=239 amount=5 -kerning first=933 second=369 amount=-3 -kerning first=1058 second=966 amount=-5 -kerning first=1036 second=920 amount=-2 -kerning first=379 second=8249 amount=-2 -kerning first=276 second=1111 amount=5 -kerning first=1066 second=376 amount=-6 -kerning first=913 second=1060 amount=-2 -kerning first=1254 second=1232 amount=-2 -kerning first=111 second=65 amount=-2 -kerning first=1188 second=211 amount=-2 -kerning first=380 second=101 amount=-1 -kerning first=334 second=8222 amount=-3 -kerning first=1102 second=1059 amount=-6 -kerning first=1270 second=1267 amount=-4 -kerning first=1279 second=245 amount=-1 -kerning first=88 second=940 amount=-2 -kerning first=915 second=1258 amount=-2 -kerning first=321 second=256 amount=2 -kerning first=1199 second=193 amount=-4 -kerning first=1026 second=1249 amount=-2 -kerning first=910 second=1236 amount=-5 -kerning first=98 second=373 amount=-1 -kerning first=1178 second=369 amount=-2 -kerning first=950 second=943 amount=-2 -kerning first=932 second=260 amount=-6 -kerning first=1230 second=78 amount=1 -kerning first=1167 second=1090 amount=-2 -kerning first=1170 second=47 amount=-5 -kerning first=119 second=963 amount=-1 -kerning first=120 second=265 amount=-1 -kerning first=88 second=264 amount=-1 -kerning first=1234 second=1242 amount=-2 -kerning first=1258 second=89 amount=-2 -kerning first=1188 second=119 amount=-4 -kerning first=8370 second=1026 amount=-2 -kerning first=1107 second=246 amount=-2 -kerning first=8230 second=54 amount=-2 -kerning first=208 second=932 amount=-2 -kerning first=1180 second=250 amount=-2 -kerning first=1072 second=1263 amount=-1 -kerning first=1034 second=1059 amount=-6 -kerning first=68 second=256 amount=-2 -kerning first=359 second=1018 amount=1 -kerning first=1036 second=8363 amount=-3 -kerning first=97 second=221 amount=-5 -kerning first=1199 second=233 amount=-1 -kerning first=1153 second=376 amount=-4 -kerning first=8224 second=1232 amount=-5 -kerning first=227 second=49 amount=-3 -kerning first=122 second=232 amount=-1 -kerning first=376 second=1100 amount=-3 -kerning first=1089 second=84 amount=-5 -kerning first=1243 second=356 amount=-3 -kerning first=1169 second=1010 amount=-2 -kerning first=1199 second=1241 amount=-1 -kerning first=1235 second=1098 amount=-2 -kerning first=1191 second=1202 amount=-2 -kerning first=1205 second=1184 amount=1 -kerning first=1270 second=269 amount=-5 -kerning first=1186 second=922 amount=1 -kerning first=8221 second=8230 amount=-7 -kerning first=91 second=100 amount=-1 -kerning first=1267 second=197 amount=-4 -kerning first=273 second=238 amount=3 -kerning first=1170 second=382 amount=-3 -kerning first=119 second=243 amount=-1 -kerning first=1196 second=1072 amount=-5 -kerning first=95 second=1251 amount=3 -kerning first=1012 second=374 amount=-2 -kerning first=221 second=263 amount=-6 -kerning first=935 second=245 amount=-2 -kerning first=1126 second=1092 amount=-1 -kerning first=8370 second=297 amount=2 -kerning first=55 second=279 amount=-3 -kerning first=225 second=1185 amount=-2 -kerning first=256 second=182 amount=-1 -kerning first=1274 second=365 amount=-5 -kerning first=932 second=1090 amount=-3 -kerning first=126 second=910 amount=-4 -kerning first=102 second=226 amount=-1 -kerning first=1232 second=372 amount=-4 -kerning first=1164 second=8220 amount=-4 -kerning first=162 second=358 amount=-5 -kerning first=351 second=1026 amount=-5 -kerning first=116 second=209 amount=1 -kerning first=1187 second=204 amount=1 -kerning first=193 second=1057 amount=-2 -kerning first=1220 second=1197 amount=-2 -kerning first=1117 second=86 amount=-3 -kerning first=1104 second=1059 amount=-6 -kerning first=1267 second=275 amount=-1 -kerning first=376 second=115 amount=-4 -kerning first=347 second=8220 amount=-3 -kerning first=1225 second=1219 amount=1 -kerning first=76 second=253 amount=-4 -kerning first=1243 second=902 amount=-2 -kerning first=256 second=939 amount=-5 -kerning first=275 second=1203 amount=-1 -kerning first=1059 second=277 amount=-6 -kerning first=902 second=932 amount=-6 -kerning first=1167 second=170 amount=-2 -kerning first=119 second=8221 amount=3 -kerning first=1113 second=89 amount=-11 -kerning first=120 second=1139 amount=-1 -kerning first=1140 second=1012 amount=-2 -kerning first=1224 second=910 amount=-5 -kerning first=1259 second=8220 amount=-4 -kerning first=294 second=1031 amount=1 -kerning first=933 second=326 amount=-3 -kerning first=1058 second=1060 amount=-2 -kerning first=915 second=1080 amount=-4 -kerning first=271 second=34 amount=2 -kerning first=195 second=63 amount=-4 -kerning first=913 second=359 amount=-2 -kerning first=87 second=965 amount=-2 -kerning first=1118 second=8249 amount=-3 -kerning first=919 second=95 amount=2 -kerning first=910 second=251 amount=-3 -kerning first=355 second=295 amount=1 -kerning first=377 second=290 amount=-2 -kerning first=918 second=1060 amount=-2 -kerning first=1169 second=339 amount=-2 -kerning first=1011 second=165 amount=2 -kerning first=1116 second=1204 amount=-4 -kerning first=1059 second=1189 amount=-3 -kerning first=343 second=119 amount=1 -kerning first=120 second=247 amount=-1 -kerning first=1270 second=1086 amount=-5 -kerning first=1115 second=86 amount=-3 -kerning first=923 second=245 amount=-1 -kerning first=89 second=230 amount=-5 -kerning first=111 second=174 amount=-1 -kerning first=1175 second=111 amount=-1 -kerning first=112 second=967 amount=-1 -kerning first=118 second=940 amount=-1 -kerning first=95 second=109 amount=3 -kerning first=961 second=1058 amount=-3 -kerning first=1201 second=65 amount=-4 -kerning first=1086 second=258 amount=-2 -kerning first=1050 second=283 amount=-3 -kerning first=1046 second=959 amount=-2 -kerning first=1187 second=60 amount=-2 -kerning first=1170 second=1175 amount=-3 -kerning first=1207 second=1115 amount=1 -kerning first=1097 second=374 amount=-1 -kerning first=373 second=1255 amount=-1 -kerning first=123 second=245 amount=-1 -kerning first=255 second=1236 amount=-4 -kerning first=1066 second=373 amount=-1 -kerning first=957 second=945 amount=-1 -kerning first=111 second=935 amount=-2 -kerning first=1126 second=186 amount=-5 -kerning first=939 second=923 amount=-5 -kerning first=1027 second=212 amount=-2 -kerning first=239 second=1070 amount=3 -kerning first=236 second=295 amount=3 -kerning first=1078 second=1098 amount=-2 -kerning first=1232 second=299 amount=3 -kerning first=354 second=365 amount=-5 -kerning first=1199 second=374 amount=-2 -kerning first=1060 second=1217 amount=-1 -kerning first=87 second=333 amount=-3 -kerning first=358 second=1207 amount=-5 -kerning first=1118 second=1035 amount=-2 -kerning first=369 second=932 amount=-3 -kerning first=356 second=1069 amount=-2 -kerning first=1201 second=101 amount=-1 -kerning first=1046 second=60 amount=-3 -kerning first=311 second=1196 amount=-4 -kerning first=902 second=285 amount=-1 -kerning first=254 second=84 amount=-3 -kerning first=1186 second=1025 amount=1 -kerning first=1128 second=279 amount=-1 -kerning first=295 second=1091 amount=-1 -kerning first=221 second=215 amount=-3 -kerning first=966 second=1185 amount=-2 -kerning first=8221 second=1141 amount=1 -kerning first=67 second=1278 amount=-1 -kerning first=1275 second=265 amount=-2 -kerning first=1163 second=302 amount=1 -kerning first=8218 second=1199 amount=-3 -kerning first=1143 second=981 amount=-1 -kerning first=1090 second=224 amount=-2 -kerning first=1271 second=231 amount=-2 -kerning first=971 second=1066 amount=-3 -kerning first=915 second=172 amount=-4 -kerning first=315 second=186 amount=-6 -kerning first=275 second=910 amount=-6 -kerning first=1187 second=1067 amount=1 -kerning first=1097 second=69 amount=1 -kerning first=40 second=242 amount=-1 -kerning first=241 second=1035 amount=-3 -kerning first=87 second=8218 amount=-7 -kerning first=1043 second=336 amount=-2 -kerning first=1256 second=8230 amount=-3 -kerning first=299 second=280 amount=3 -kerning first=1060 second=192 amount=-2 -kerning first=226 second=1196 amount=-3 -kerning first=932 second=946 amount=-4 -kerning first=1201 second=1083 amount=-3 -kerning first=902 second=162 amount=-1 -kerning first=8225 second=289 amount=-2 -kerning first=1191 second=118 amount=-2 -kerning first=1196 second=1057 amount=-2 -kerning first=933 second=260 amount=-5 -kerning first=939 second=8370 amount=-2 -kerning first=357 second=1065 amount=1 -kerning first=361 second=376 amount=-4 -kerning first=55 second=1195 amount=-3 -kerning first=258 second=170 amount=-5 -kerning first=1269 second=1058 amount=-3 -kerning first=71 second=198 amount=-1 -kerning first=1234 second=86 amount=-5 -kerning first=375 second=1092 amount=-1 -kerning first=1191 second=1201 amount=-2 -kerning first=1168 second=1277 amount=-3 -kerning first=286 second=256 amount=-1 -kerning first=1040 second=333 amount=-1 -kerning first=1193 second=1078 amount=-1 -kerning first=1198 second=972 amount=-6 -kerning first=313 second=121 amount=-4 -kerning first=299 second=1112 amount=-4 -kerning first=245 second=1200 amount=-6 -kerning first=8221 second=116 amount=1 -kerning first=8218 second=957 amount=-3 -kerning first=8230 second=8221 amount=-5 -kerning first=196 second=1069 amount=-2 -kerning first=1197 second=1072 amount=-2 -kerning first=126 second=1093 amount=-1 -kerning first=1277 second=183 amount=-1 -kerning first=287 second=84 amount=-3 -kerning first=922 second=8370 amount=-2 -kerning first=8217 second=46 amount=-7 -kerning first=1122 second=1198 amount=-6 -kerning first=1111 second=92 amount=5 -kerning first=260 second=277 amount=-1 -kerning first=311 second=271 amount=-1 -kerning first=1199 second=1111 amount=3 -kerning first=1163 second=43 amount=-1 -kerning first=1094 second=202 amount=1 -kerning first=284 second=933 amount=-2 -kerning first=94 second=8230 amount=-9 -kerning first=1234 second=945 amount=-1 -kerning first=239 second=924 amount=3 -kerning first=310 second=1057 amount=-2 -kerning first=76 second=171 amount=-4 -kerning first=249 second=1059 amount=-4 -kerning first=256 second=967 amount=-4 -kerning first=356 second=8373 amount=-2 -kerning first=970 second=8220 amount=-3 -kerning first=114 second=173 amount=-2 -kerning first=1020 second=923 amount=-2 -kerning first=372 second=1020 amount=-2 -kerning first=88 second=246 amount=-2 -kerning first=1202 second=231 amount=-2 -kerning first=939 second=181 amount=-3 -kerning first=1275 second=1139 amount=-2 -kerning first=1234 second=262 amount=-2 -kerning first=345 second=118 amount=1 -kerning first=115 second=1140 amount=-3 -kerning first=246 second=8225 amount=-2 -kerning first=243 second=1199 amount=-1 -kerning first=1167 second=120 amount=-1 -kerning first=1194 second=95 amount=-3 -kerning first=345 second=1201 amount=1 -kerning first=966 second=1276 amount=-2 -kerning first=99 second=356 amount=-5 -kerning first=80 second=172 amount=-2 -kerning first=204 second=296 amount=1 -kerning first=193 second=910 amount=-5 -kerning first=171 second=1236 amount=-2 -kerning first=1255 second=197 amount=-2 -kerning first=235 second=1277 amount=-1 -kerning first=1180 second=275 amount=-3 -kerning first=1189 second=8249 amount=-3 -kerning first=1100 second=935 amount=-2 -kerning first=1141 second=337 amount=-1 -kerning first=92 second=8370 amount=-2 -kerning first=1058 second=226 amount=-5 -kerning first=1254 second=1200 amount=-2 -kerning first=1036 second=216 amount=-2 -kerning first=922 second=181 amount=-2 -kerning first=195 second=959 amount=-1 -kerning first=194 second=283 amount=-1 -kerning first=1275 second=247 amount=-1 -kerning first=1084 second=933 amount=-5 -kerning first=1187 second=77 amount=1 -kerning first=1226 second=276 amount=1 -kerning first=959 second=1279 amount=-1 -kerning first=913 second=1254 amount=-2 -kerning first=1203 second=966 amount=-1 -kerning first=1210 second=174 amount=-1 -kerning first=95 second=1220 amount=3 -kerning first=87 second=1077 amount=-3 -kerning first=1106 second=1140 amount=-3 -kerning first=98 second=1141 amount=-1 -kerning first=1061 second=285 amount=-2 -kerning first=117 second=1204 amount=-3 -kerning first=1274 second=256 amount=-6 -kerning first=356 second=249 amount=-5 -kerning first=1046 second=8372 amount=-2 -kerning first=8249 second=1058 amount=-3 -kerning first=913 second=1144 amount=-2 -kerning first=1196 second=1203 amount=-3 -kerning first=270 second=196 amount=-2 -kerning first=196 second=8373 amount=-2 -kerning first=84 second=1277 amount=-3 -kerning first=118 second=1237 amount=-1 -kerning first=70 second=253 amount=-2 -kerning first=1128 second=1195 amount=-1 -kerning first=243 second=957 amount=-1 -kerning first=939 second=1116 amount=-3 -kerning first=195 second=60 amount=-1 -kerning first=1250 second=299 amount=5 -kerning first=311 second=113 amount=-1 -kerning first=119 second=90 amount=-2 -kerning first=1278 second=99 amount=-2 -kerning first=1263 second=1234 amount=-4 -kerning first=242 second=1046 amount=-2 -kerning first=1061 second=162 amount=-2 -kerning first=8244 second=1074 amount=-1 -kerning first=1143 second=1040 amount=-4 -kerning first=1274 second=281 amount=-5 -kerning first=932 second=120 amount=-3 -kerning first=224 second=1026 amount=-3 -kerning first=1189 second=1035 amount=-3 -kerning first=1119 second=221 amount=-5 -kerning first=1092 second=1143 amount=-1 -kerning first=961 second=939 amount=-6 -kerning first=1270 second=371 amount=-5 -kerning first=8217 second=103 amount=-4 -kerning first=301 second=203 amount=3 -kerning first=380 second=1257 amount=-1 -kerning first=1027 second=44 amount=-2 -kerning first=1122 second=1175 amount=-1 -kerning first=8370 second=1061 amount=-1 -kerning first=121 second=260 amount=-4 -kerning first=1118 second=228 amount=-1 -kerning first=170 second=963 amount=-2 -kerning first=8218 second=354 amount=-6 -kerning first=356 second=257 amount=-5 -kerning first=275 second=1093 amount=-1 -kerning first=1207 second=1231 amount=1 -kerning first=1040 second=1077 amount=-1 -kerning first=1140 second=266 amount=-2 -kerning first=221 second=365 amount=-3 -kerning first=905 second=301 amount=5 -kerning first=1243 second=93 amount=-1 -kerning first=1220 second=253 amount=-1 -kerning first=1274 second=1226 amount=-4 -kerning first=214 second=1026 amount=-2 -kerning first=356 second=1153 amount=-5 -kerning first=1060 second=221 amount=-2 -kerning first=288 second=194 amount=-1 -kerning first=89 second=1095 amount=-5 -kerning first=374 second=1069 amount=-2 -kerning first=248 second=1196 amount=-3 -kerning first=304 second=207 amount=1 -kerning first=1095 second=1185 amount=-2 -kerning first=87 second=351 amount=-2 -kerning first=333 second=372 amount=-3 -kerning first=910 second=277 amount=-6 -kerning first=355 second=82 amount=1 -kerning first=1169 second=1072 amount=-2 -kerning first=235 second=933 amount=-6 -kerning first=1181 second=1092 amount=-1 -kerning first=1222 second=1066 amount=-2 -kerning first=1207 second=45 amount=-1 -kerning first=1191 second=356 amount=-7 -kerning first=1270 second=227 amount=-5 -kerning first=1091 second=196 amount=-4 -kerning first=1012 second=46 amount=-3 -kerning first=1258 second=1046 amount=-1 -kerning first=939 second=110 amount=-3 -kerning first=313 second=903 amount=-6 -kerning first=377 second=169 amount=-2 -kerning first=354 second=256 amount=-6 -kerning first=1163 second=1018 amount=1 -kerning first=1139 second=1035 amount=-3 -kerning first=118 second=246 amount=-1 -kerning first=8250 second=1278 amount=-3 -kerning first=370 second=8230 amount=-2 -kerning first=86 second=199 amount=-2 -kerning first=1232 second=34 amount=-5 -kerning first=170 second=243 amount=-2 -kerning first=328 second=932 amount=-3 -kerning first=1276 second=99 amount=-2 -kerning first=1200 second=8250 amount=-4 -kerning first=378 second=103 amount=-1 -kerning first=981 second=8224 amount=-2 -kerning first=933 second=946 amount=-3 -kerning first=90 second=334 amount=-2 -kerning first=226 second=87 amount=-3 -kerning first=101 second=255 amount=-1 -kerning first=194 second=176 amount=-5 -kerning first=187 second=1033 amount=-2 -kerning first=1207 second=80 amount=1 -kerning first=191 second=1140 amount=-1 -kerning first=957 second=111 amount=-1 -kerning first=1098 second=8225 amount=-3 -kerning first=1117 second=8216 amount=-3 -kerning first=1114 second=1199 amount=-2 -kerning first=1126 second=981 amount=-1 -kerning first=1188 second=97 amount=-5 -kerning first=222 second=354 amount=-4 -kerning first=910 second=1189 amount=-3 -kerning first=1081 second=221 amount=-5 -kerning first=1243 second=1265 amount=-1 -kerning first=1269 second=939 amount=-5 -kerning first=256 second=183 amount=-2 -kerning first=932 second=966 amount=-5 -kerning first=1141 second=1105 amount=-1 -kerning first=1091 second=235 amount=-1 -kerning first=981 second=88 amount=-2 -kerning first=1058 second=1254 amount=-2 -kerning first=1184 second=967 amount=-3 -kerning first=187 second=923 amount=-2 -kerning first=354 second=281 amount=-5 -kerning first=234 second=1035 amount=-3 -kerning first=196 second=1153 amount=-1 -kerning first=283 second=1143 amount=-1 -kerning first=118 second=8217 amount=2 -kerning first=376 second=959 amount=-6 -kerning first=297 second=1064 amount=3 -kerning first=1058 second=1144 amount=-2 -kerning first=918 second=1254 amount=-2 -kerning first=197 second=275 amount=-1 -kerning first=107 second=84 amount=-4 -kerning first=1066 second=1141 amount=-1 -kerning first=1068 second=1199 amount=-1 -kerning first=324 second=92 amount=-3 -kerning first=243 second=354 amount=-3 -kerning first=918 second=1144 amount=-2 -kerning first=345 second=356 amount=-4 -kerning first=1091 second=1222 amount=-3 -kerning first=1265 second=1059 amount=-2 -kerning first=1115 second=8216 amount=-3 -kerning first=374 second=8373 amount=-2 -kerning first=1128 second=1194 amount=-2 -kerning first=915 second=965 amount=-4 -kerning first=1058 second=380 amount=-3 -kerning first=1251 second=1185 amount=-2 -kerning first=354 second=1226 amount=-4 -kerning first=1046 second=290 amount=-1 -kerning first=1094 second=1053 amount=1 -kerning first=1228 second=1090 amount=-2 -kerning first=1114 second=957 amount=-2 -kerning first=222 second=913 amount=-3 -kerning first=239 second=344 amount=3 -kerning first=376 second=60 amount=-7 -kerning first=8244 second=945 amount=-4 -kerning first=192 second=8249 amount=-2 -kerning first=286 second=309 amount=2 -kerning first=1113 second=1046 amount=-2 -kerning first=1270 second=328 amount=-4 -kerning first=8217 second=259 amount=-4 -kerning first=270 second=89 amount=-2 -kerning first=1057 second=95 amount=-3 -kerning first=73 second=206 amount=1 -kerning first=258 second=966 amount=-1 -kerning first=1270 second=1279 amount=-3 -kerning first=381 second=1258 amount=-2 -kerning first=934 second=8220 amount=-2 -kerning first=65 second=281 amount=-1 -kerning first=8250 second=260 amount=-2 -kerning first=1241 second=1140 amount=-3 -kerning first=1075 second=1207 amount=-2 -kerning first=1230 second=274 amount=1 -kerning first=311 second=52 amount=-3 -kerning first=1199 second=46 amount=-2 -kerning first=1187 second=8226 amount=-1 -kerning first=1170 second=963 amount=-5 -kerning first=169 second=372 amount=-1 -kerning first=1198 second=224 amount=-5 -kerning first=1068 second=957 amount=-1 -kerning first=243 second=913 amount=-2 -kerning first=939 second=192 amount=-5 -kerning first=920 second=86 amount=-2 -kerning first=317 second=1194 amount=-2 -kerning first=1185 second=279 amount=-1 -kerning first=345 second=902 amount=-3 -kerning first=102 second=301 amount=7 -kerning first=961 second=967 amount=-1 -kerning first=1265 second=291 amount=-1 -kerning first=908 second=92 amount=-2 -kerning first=374 second=249 amount=-3 -kerning first=1217 second=173 amount=-4 -kerning first=359 second=202 amount=1 -kerning first=915 second=333 amount=-5 -kerning first=77 second=1031 amount=1 -kerning first=8249 second=939 amount=-4 -kerning first=290 second=196 amount=-1 -kerning first=1234 second=111 amount=-1 -kerning first=199 second=1217 amount=-1 -kerning first=1018 second=95 amount=2 -kerning first=192 second=1035 amount=-6 -kerning first=107 second=1239 amount=-1 -kerning first=1189 second=228 amount=-2 -kerning first=1097 second=1050 amount=1 -kerning first=1102 second=372 amount=-3 -kerning first=255 second=277 amount=-1 -kerning first=71 second=1244 amount=-1 -kerning first=335 second=86 amount=-3 -kerning first=939 second=232 amount=-6 -kerning first=8221 second=1073 amount=-3 -kerning first=299 second=1062 amount=3 -kerning first=959 second=186 amount=-2 -kerning first=177 second=196 amount=-3 -kerning first=228 second=1140 amount=-3 -kerning first=1201 second=1257 amount=-1 -kerning first=95 second=79 amount=-3 -kerning first=288 second=376 amount=-2 -kerning first=1271 second=229 amount=-2 -kerning first=76 second=286 amount=-2 -kerning first=297 second=321 amount=3 -kerning first=1058 second=1078 amount=-3 -kerning first=231 second=1026 amount=-5 -kerning first=915 second=8218 amount=-8 -kerning first=356 second=194 amount=-6 -kerning first=1187 second=928 amount=1 -kerning first=1170 second=243 amount=-5 -kerning first=1094 second=932 amount=-2 -kerning first=119 second=99 amount=-1 -kerning first=1234 second=8216 amount=-8 -kerning first=186 second=245 amount=-2 -kerning first=222 second=308 amount=-3 -kerning first=377 second=210 amount=-2 -kerning first=936 second=961 amount=-2 -kerning first=1078 second=972 amount=-1 -kerning first=1180 second=336 amount=-2 -kerning first=932 second=1060 amount=-2 -kerning first=247 second=376 amount=-4 -kerning first=1059 second=58 amount=-4 -kerning first=1034 second=372 amount=-3 -kerning first=8225 second=271 amount=-2 -kerning first=1091 second=89 amount=-2 -kerning first=254 second=1118 amount=-1 -kerning first=923 second=375 amount=-4 -kerning first=374 second=257 amount=-5 -kerning first=116 second=276 amount=1 -kerning first=922 second=232 amount=-3 -kerning first=939 second=1084 amount=-3 -kerning first=1134 second=239 amount=2 -kerning first=71 second=193 amount=-1 -kerning first=1209 second=1198 amount=-5 -kerning first=375 second=981 amount=-1 -kerning first=1020 second=1217 amount=-2 -kerning first=374 second=1153 amount=-6 -kerning first=356 second=234 amount=-5 -kerning first=1059 second=932 amount=3 -kerning first=120 second=283 amount=-1 -kerning first=957 second=1209 amount=-1 -kerning first=944 second=374 amount=-4 -kerning first=1196 second=1093 amount=-3 -kerning first=1278 second=8353 amount=-1 -kerning first=248 second=87 amount=-3 -kerning first=380 second=1108 amount=-1 -kerning first=1027 second=225 amount=-5 -kerning first=947 second=931 amount=-2 -kerning first=1080 second=1090 amount=-2 -kerning first=1085 second=376 amount=-5 -kerning first=1269 second=967 amount=-1 -kerning first=356 second=1243 amount=-5 -kerning first=1114 second=354 amount=-7 -kerning first=110 second=89 amount=-5 -kerning first=89 second=38 amount=-4 -kerning first=1198 second=1117 amount=-3 -kerning first=1184 second=183 amount=-6 -kerning first=1199 second=103 amount=-1 -kerning first=952 second=8216 amount=-4 -kerning first=913 second=301 amount=3 -kerning first=360 second=46 amount=-2 -kerning first=1257 second=1236 amount=-2 -kerning first=927 second=1202 amount=-1 -kerning first=358 second=8249 amount=-8 -kerning first=221 second=256 amount=-5 -kerning first=115 second=1058 amount=-5 -kerning first=355 second=221 amount=-1 -kerning first=8220 second=52 amount=-4 -kerning first=356 second=1085 amount=-4 -kerning first=1020 second=192 amount=-2 -kerning first=1205 second=330 amount=1 -kerning first=92 second=232 amount=-1 -kerning first=1140 second=245 amount=-3 -kerning first=1186 second=1049 amount=1 -kerning first=382 second=84 amount=-2 -kerning first=315 second=1040 amount=2 -kerning first=1107 second=171 amount=-3 -kerning first=195 second=290 amount=-2 -kerning first=1111 second=925 amount=3 -kerning first=1143 second=47 amount=-4 -kerning first=258 second=1060 amount=-2 -kerning first=1138 second=92 amount=-2 -kerning first=1104 second=372 amount=-3 -kerning first=1068 second=354 amount=-3 -kerning first=288 second=307 amount=2 -kerning first=82 second=297 amount=3 -kerning first=933 second=966 amount=-6 -kerning first=1253 second=932 amount=-3 -kerning first=1046 second=235 amount=-2 -kerning first=316 second=296 amount=1 -kerning first=1226 second=1059 amount=-1 -kerning first=284 second=1204 amount=-2 -kerning first=1198 second=81 amount=-2 -kerning first=221 second=281 amount=-6 -kerning first=1188 second=1089 amount=-5 -kerning first=1106 second=1058 amount=-3 -kerning first=1211 second=1035 amount=-3 -kerning first=80 second=8218 amount=-9 -kerning first=299 second=313 amount=3 -kerning first=242 second=125 amount=-1 -kerning first=55 second=287 amount=-3 -kerning first=196 second=234 amount=-1 -kerning first=117 second=1200 amount=-4 -kerning first=1120 second=206 amount=1 -kerning first=8225 second=113 amount=-2 -kerning first=1270 second=1092 amount=-5 -kerning first=1279 second=1066 amount=-3 -kerning first=246 second=84 amount=-3 -kerning first=75 second=8249 amount=-3 -kerning first=915 second=1077 amount=-5 -kerning first=196 second=1243 amount=-1 -kerning first=1143 second=1198 amount=-2 -kerning first=112 second=92 amount=-3 -kerning first=1185 second=1195 amount=-1 -kerning first=284 second=1232 amount=-1 -kerning first=95 second=973 amount=3 -kerning first=174 second=333 amount=-2 -kerning first=1213 second=1026 amount=-3 -kerning first=1276 second=8353 amount=-1 -kerning first=376 second=361 amount=-3 -kerning first=1178 second=966 amount=-3 -kerning first=76 second=920 amount=-2 -kerning first=363 second=356 amount=-3 -kerning first=1059 second=285 amount=-6 -kerning first=219 second=47 amount=-4 -kerning first=1099 second=303 amount=3 -kerning first=221 second=1226 amount=-3 -kerning first=100 second=298 amount=1 -kerning first=299 second=355 amount=3 -kerning first=1068 second=913 amount=-2 -kerning first=1088 second=8224 amount=-2 -kerning first=70 second=117 amount=-2 -kerning first=1103 second=86 amount=-3 -kerning first=1244 second=1256 amount=-1 -kerning first=56 second=46 amount=-1 -kerning first=232 second=376 amount=-6 -kerning first=311 second=248 amount=-1 -kerning first=1084 second=1204 amount=-3 -kerning first=1092 second=1202 amount=-2 -kerning first=1094 second=1184 amount=1 -kerning first=1207 second=270 amount=1 -kerning first=943 second=43 amount=-2 -kerning first=290 second=89 amount=-2 -kerning first=1198 second=195 amount=-5 -kerning first=1126 second=355 amount=-2 -kerning first=313 second=71 amount=-2 -kerning first=39 second=74 amount=-11 -kerning first=916 second=34 amount=-6 -kerning first=381 second=172 amount=-2 -kerning first=1086 second=1059 amount=-6 -kerning first=1088 second=88 amount=-2 -kerning first=1059 second=162 amount=-6 -kerning first=1064 second=303 amount=2 -kerning first=902 second=940 amount=-1 -kerning first=1200 second=284 amount=-2 -kerning first=1128 second=1138 amount=-2 -kerning first=382 second=1239 amount=-1 -kerning first=8217 second=273 amount=-4 -kerning first=379 second=214 amount=-2 -kerning first=177 second=89 amount=-6 -kerning first=261 second=375 amount=-1 -kerning first=214 second=1061 amount=-1 -kerning first=1060 second=44 amount=-3 -kerning first=1069 second=86 amount=-2 -kerning first=1054 second=84 amount=-2 -kerning first=337 second=1140 amount=-3 -kerning first=307 second=301 amount=3 -kerning first=197 second=336 amount=-2 -kerning first=1222 second=929 amount=1 -kerning first=1050 second=291 amount=-3 -kerning first=902 second=264 amount=-2 -kerning first=1164 second=923 amount=-2 -kerning first=1096 second=358 amount=-3 -kerning first=1188 second=1145 amount=-5 -kerning first=277 second=1059 amount=-6 -kerning first=102 second=242 amount=-1 -kerning first=375 second=1040 amount=-4 -kerning first=1191 second=93 amount=-2 -kerning first=908 second=95 amount=-3 -kerning first=923 second=187 amount=-2 -kerning first=359 second=1053 amount=1 -kerning first=1058 second=301 amount=6 -kerning first=915 second=351 amount=-5 -kerning first=315 second=355 amount=-1 -kerning first=1168 second=1232 amount=-6 -kerning first=260 second=932 amount=-6 -kerning first=1199 second=259 amount=-1 -kerning first=1187 second=89 amount=-1 -kerning first=1226 second=922 amount=1 -kerning first=119 second=198 amount=-4 -kerning first=71 second=374 amount=-2 -kerning first=1242 second=194 amount=-2 -kerning first=239 second=201 amount=3 -kerning first=317 second=1138 amount=-2 -kerning first=8218 second=1263 amount=-3 -kerning first=8244 second=111 amount=-4 -kerning first=918 second=301 amount=5 -kerning first=932 second=226 amount=-5 -kerning first=1181 second=981 amount=-1 -kerning first=1046 second=169 amount=-1 -kerning first=187 second=1217 amount=-3 -kerning first=1259 second=923 amount=-2 -kerning first=343 second=1089 amount=-1 -kerning first=92 second=221 amount=-5 -kerning first=374 second=194 amount=-5 -kerning first=1128 second=287 amount=-1 -kerning first=1186 second=294 amount=1 -kerning first=313 second=45 amount=-4 -kerning first=1275 second=283 amount=-2 -kerning first=258 second=359 amount=-2 -kerning first=95 second=84 amount=-4 -kerning first=1271 second=279 amount=-2 -kerning first=376 second=290 amount=-2 -kerning first=378 second=273 amount=-1 -kerning first=1056 second=902 amount=-5 -kerning first=297 second=1166 amount=3 -kerning first=933 second=1060 amount=-2 -kerning first=1170 second=347 amount=-5 -kerning first=1105 second=86 amount=-3 -kerning first=341 second=945 amount=-1 -kerning first=121 second=966 amount=-1 -kerning first=239 second=106 amount=-4 -kerning first=299 second=70 amount=3 -kerning first=1052 second=301 amount=5 -kerning first=196 second=376 amount=-5 -kerning first=235 second=1204 amount=-3 -kerning first=256 second=92 amount=-5 -kerning first=1201 second=1108 amount=-1 -kerning first=1020 second=221 amount=-6 -kerning first=1113 second=125 amount=-2 -kerning first=1191 second=1265 amount=-2 -kerning first=1141 second=231 amount=-1 -kerning first=923 second=1066 amount=-6 -kerning first=374 second=234 amount=-6 -kerning first=922 second=1110 amount=2 -kerning first=8217 second=1167 amount=-1 -kerning first=301 second=1178 amount=3 -kerning first=1043 second=1242 amount=-2 -kerning first=195 second=235 amount=-1 -kerning first=187 second=192 amount=-2 -kerning first=252 second=1196 amount=-3 -kerning first=1083 second=374 amount=-5 -kerning first=1098 second=84 amount=-7 -kerning first=174 second=1077 amount=-2 -kerning first=45 second=1185 amount=-1 -kerning first=1091 second=1259 amount=-1 -kerning first=1176 second=46 amount=-1 -kerning first=1178 second=1060 amount=-2 -kerning first=374 second=1243 amount=-6 -kerning first=256 second=338 amount=-2 -kerning first=1201 second=1032 amount=-4 -kerning first=1198 second=345 amount=-3 -kerning first=939 second=212 amount=-2 -kerning first=1027 second=100 amount=-5 -kerning first=1205 second=8217 amount=2 -kerning first=115 second=939 amount=-5 -kerning first=89 second=894 amount=-4 -kerning first=374 second=1085 amount=-3 -kerning first=359 second=932 amount=-2 -kerning first=1048 second=239 amount=5 -kerning first=194 second=1059 amount=-5 -kerning first=260 second=285 amount=-1 -kerning first=1035 second=84 amount=-3 -kerning first=913 second=242 amount=-1 -kerning first=71 second=1111 amount=2 -kerning first=1196 second=1234 amount=-6 -kerning first=86 second=1207 amount=-3 -kerning first=1061 second=940 amount=-2 -kerning first=84 second=1232 amount=-6 -kerning first=233 second=89 amount=-6 -kerning first=8250 second=120 amount=-2 -kerning first=1241 second=1058 amount=-3 -kerning first=1230 second=1039 amount=1 -kerning first=229 second=933 amount=-5 -kerning first=114 second=8244 amount=1 -kerning first=343 second=1145 amount=-1 -kerning first=1202 second=279 amount=-2 -kerning first=1263 second=172 amount=-3 -kerning first=922 second=212 amount=-2 -kerning first=1254 second=8222 amount=-3 -kerning first=243 second=1263 amount=-1 -kerning first=920 second=8216 amount=-2 -kerning first=183 second=197 amount=-2 -kerning first=332 second=256 amount=-2 -kerning first=1138 second=95 amount=-3 -kerning first=345 second=1265 amount=1 -kerning first=358 second=228 amount=-5 -kerning first=1106 second=939 amount=-5 -kerning first=1061 second=264 amount=-1 -kerning first=356 second=334 amount=-2 -kerning first=1082 second=232 amount=-1 -kerning first=260 second=162 amount=-1 -kerning first=1092 second=118 amount=-1 -kerning first=114 second=84 amount=-4 -kerning first=913 second=8220 amount=-8 -kerning first=8224 second=244 amount=-2 -kerning first=1109 second=376 amount=-5 -kerning first=333 second=1098 amount=-2 -kerning first=910 second=58 amount=-4 -kerning first=181 second=354 amount=-3 -kerning first=212 second=933 amount=-2 -kerning first=1215 second=1143 amount=-1 -kerning first=1092 second=1201 amount=-1 -kerning first=88 second=171 amount=-3 -kerning first=1036 second=927 amount=-2 -kerning first=8217 second=240 amount=-4 -kerning first=335 second=8216 amount=-4 -kerning first=270 second=1046 amount=-1 -kerning first=194 second=291 amount=-1 -kerning first=1226 second=1025 amount=1 -kerning first=228 second=1058 amount=-3 -kerning first=227 second=1035 amount=-3 -kerning first=95 second=1102 amount=3 -kerning first=174 second=351 amount=-1 -kerning first=230 second=1143 amount=-1 -kerning first=262 second=1276 amount=-1 -kerning first=910 second=932 amount=3 -kerning first=52 second=44 amount=-2 -kerning first=321 second=1196 amount=-6 -kerning first=356 second=373 amount=-4 -kerning first=107 second=263 amount=-1 -kerning first=932 second=1254 amount=-2 -kerning first=92 second=212 amount=-2 -kerning first=372 second=972 amount=-3 -kerning first=1217 second=79 amount=-1 -kerning first=1126 second=1198 amount=-5 -kerning first=1043 second=1074 amount=-4 -kerning first=1027 second=112 amount=-4 -kerning first=8221 second=958 amount=-4 -kerning first=1163 second=202 amount=1 -kerning first=356 second=1273 amount=-4 -kerning first=932 second=1144 amount=-2 -kerning first=345 second=267 amount=-1 -kerning first=45 second=1276 amount=-4 -kerning first=170 second=99 amount=-2 -kerning first=376 second=196 amount=-5 -kerning first=1200 second=1181 amount=-3 -kerning first=1265 second=1076 amount=-3 -kerning first=116 second=1059 amount=-1 -kerning first=1036 second=1267 amount=-3 -kerning first=195 second=169 amount=-2 -kerning first=1046 second=210 amount=-1 -kerning first=1207 second=919 amount=1 -kerning first=1242 second=376 amount=-2 -kerning first=1278 second=233 amount=-2 -kerning first=1271 second=1195 amount=-2 -kerning first=8244 second=1209 amount=-4 -kerning first=68 second=1196 amount=-2 -kerning first=196 second=334 amount=-2 -kerning first=225 second=1267 amount=-1 -kerning first=1274 second=289 amount=-5 -kerning first=932 second=380 amount=-3 -kerning first=1278 second=1241 amount=-2 -kerning first=241 second=1199 amount=-1 -kerning first=301 second=1045 amount=3 -kerning first=931 second=43 amount=-2 -kerning first=195 second=89 amount=-5 -kerning first=371 second=1026 amount=-3 -kerning first=1243 second=1278 amount=-2 -kerning first=261 second=1066 amount=-3 -kerning first=376 second=235 amount=-6 -kerning first=378 second=240 amount=-1 -kerning first=1171 second=232 amount=-2 -kerning first=315 second=1198 amount=-3 -kerning first=1075 second=8249 amount=-3 -kerning first=367 second=8220 amount=-3 -kerning first=1167 second=1078 amount=-1 -kerning first=114 second=1239 amount=-1 -kerning first=8360 second=89 amount=-5 -kerning first=1049 second=300 amount=1 -kerning first=196 second=373 amount=-4 -kerning first=258 second=1254 amount=-2 -kerning first=283 second=118 amount=-1 -kerning first=70 second=8363 amount=-3 -kerning first=1239 second=1140 amount=-3 -kerning first=1232 second=972 amount=-1 -kerning first=1244 second=1017 amount=-1 -kerning first=933 second=226 amount=-5 -kerning first=359 second=1184 amount=1 -kerning first=1058 second=242 amount=-5 -kerning first=1036 second=269 amount=-3 -kerning first=8217 second=48 amount=-3 -kerning first=304 second=1031 amount=1 -kerning first=187 second=221 amount=-6 -kerning first=1199 second=273 amount=-1 -kerning first=258 second=1144 amount=-2 -kerning first=210 second=1066 amount=-2 -kerning first=283 second=1201 amount=-1 -kerning first=927 second=356 amount=-2 -kerning first=935 second=288 amount=-1 -kerning first=122 second=100 amount=-1 -kerning first=1225 second=8216 amount=-3 -kerning first=910 second=285 amount=-6 -kerning first=959 second=1040 amount=-2 -kerning first=1116 second=244 amount=-1 -kerning first=902 second=246 amount=-1 -kerning first=284 second=1200 amount=-2 -kerning first=241 second=957 amount=-1 -kerning first=1184 second=338 amount=-2 -kerning first=313 second=8224 amount=-6 -kerning first=309 second=41 amount=2 -kerning first=1114 second=1263 amount=-2 -kerning first=1276 second=233 amount=-2 -kerning first=76 second=216 amount=-2 -kerning first=1202 second=1195 amount=-2 -kerning first=321 second=1275 amount=-1 -kerning first=903 second=195 amount=-5 -kerning first=97 second=1026 amount=-3 -kerning first=1075 second=1035 amount=-3 -kerning first=1050 second=1054 amount=-2 -kerning first=334 second=194 amount=-2 -kerning first=114 second=74 amount=-4 -kerning first=1198 second=211 amount=-2 -kerning first=95 second=1107 amount=3 -kerning first=1188 second=1233 amount=-5 -kerning first=380 second=1255 amount=-1 -kerning first=1027 second=67 amount=-2 -kerning first=1276 second=1241 amount=-2 -kerning first=910 second=162 amount=-6 -kerning first=193 second=1258 amount=-2 -kerning first=1029 second=1111 amount=3 -kerning first=932 second=1078 amount=-3 -kerning first=1046 second=1259 amount=-2 -kerning first=902 second=8217 amount=-7 -kerning first=8225 second=248 amount=-2 -kerning first=1102 second=1098 amount=-2 -kerning first=1270 second=981 amount=-5 -kerning first=116 second=922 amount=1 -kerning first=939 second=44 amount=-3 -kerning first=354 second=289 amount=-5 -kerning first=118 second=171 amount=-3 -kerning first=1068 second=1263 amount=-1 -kerning first=95 second=942 amount=3 -kerning first=927 second=902 amount=-2 -kerning first=1103 second=8216 amount=-3 -kerning first=87 second=261 amount=-3 -kerning first=375 second=47 amount=-4 -kerning first=1106 second=967 amount=-1 -kerning first=376 second=343 amount=-3 -kerning first=929 second=43 amount=-2 -kerning first=1243 second=260 amount=-2 -kerning first=301 second=358 amount=6 -kerning first=1084 second=1200 amount=-5 -kerning first=255 second=932 amount=-2 -kerning first=923 second=288 amount=-2 -kerning first=1128 second=1012 amount=-2 -kerning first=940 second=60 amount=-3 -kerning first=264 second=88 amount=-1 -kerning first=966 second=1267 amount=-1 -kerning first=1043 second=945 amount=-5 -kerning first=1027 second=297 amount=6 -kerning first=204 second=1111 amount=5 -kerning first=1110 second=93 amount=2 -kerning first=1220 second=1185 amount=-2 -kerning first=1034 second=1098 amount=-2 -kerning first=961 second=92 amount=-3 -kerning first=1164 second=1217 amount=-2 -kerning first=1091 second=1193 amount=-1 -kerning first=246 second=1118 amount=-1 -kerning first=1128 second=358 amount=-6 -kerning first=1036 second=1086 amount=-3 -kerning first=1010 second=933 amount=-4 -kerning first=1241 second=939 amount=-6 -kerning first=1168 second=1256 amount=-2 -kerning first=1179 second=45 amount=-2 -kerning first=1170 second=99 amount=-5 -kerning first=1092 second=356 amount=-3 -kerning first=366 second=8222 amount=-5 -kerning first=341 second=111 amount=-1 -kerning first=1069 second=8216 amount=-2 -kerning first=173 second=88 amount=-4 -kerning first=375 second=1198 amount=-2 -kerning first=1043 second=262 amount=-2 -kerning first=376 second=169 amount=-2 -kerning first=337 second=1058 amount=-3 -kerning first=192 second=94 amount=-5 -kerning first=356 second=8230 amount=-2 -kerning first=224 second=121 amount=-1 -kerning first=1059 second=1075 amount=-3 -kerning first=1279 second=101 amount=-1 -kerning first=374 second=334 amount=-2 -kerning first=382 second=263 amount=-1 -kerning first=8217 second=230 amount=-4 -kerning first=195 second=210 amount=-2 -kerning first=1111 second=381 amount=6 -kerning first=259 second=1091 amount=-1 -kerning first=1085 second=1141 amount=-1 -kerning first=1118 second=354 amount=-2 -kerning first=1259 second=1217 amount=-2 -kerning first=317 second=1012 amount=-2 -kerning first=89 second=1251 amount=-3 -kerning first=209 second=297 amount=5 -kerning first=65 second=289 amount=-1 -kerning first=1230 second=1024 amount=1 -kerning first=1164 second=192 amount=-2 -kerning first=290 second=1046 amount=-1 -kerning first=240 second=1277 amount=-1 -kerning first=239 second=1219 amount=3 -kerning first=1107 second=8363 amount=-2 -kerning first=317 second=358 amount=-6 -kerning first=1243 second=1090 amount=-2 -kerning first=228 second=939 amount=-5 -kerning first=369 second=8217 amount=1 -kerning first=1185 second=287 amount=-1 -kerning first=1237 second=932 amount=-3 -kerning first=170 second=198 amount=-5 -kerning first=92 second=44 amount=3 -kerning first=1265 second=299 amount=3 -kerning first=293 second=374 amount=-5 -kerning first=929 second=1236 amount=-5 -kerning first=933 second=1254 amount=-2 -kerning first=321 second=87 amount=-1 -kerning first=1092 second=902 amount=-2 -kerning first=119 second=193 amount=-4 -kerning first=177 second=1046 amount=-3 -kerning first=1104 second=1098 amount=-1 -kerning first=121 second=226 amount=-1 -kerning first=241 second=354 amount=-3 -kerning first=87 second=331 amount=-2 -kerning first=358 second=1179 amount=-4 -kerning first=1061 second=246 amount=-2 -kerning first=374 second=1273 amount=-3 -kerning first=933 second=1144 amount=-2 -kerning first=200 second=297 amount=5 -kerning first=179 second=74 amount=-7 -kerning first=1259 second=192 amount=-2 -kerning first=255 second=285 amount=-1 -kerning first=8221 second=1207 amount=-4 -kerning first=1163 second=1053 amount=1 -kerning first=1143 second=963 amount=-1 -kerning first=235 second=1200 amount=-6 -kerning first=1090 second=97 amount=-2 -kerning first=1269 second=92 amount=-3 -kerning first=1118 second=913 amount=-4 -kerning first=286 second=1196 amount=-2 -kerning first=1178 second=1254 amount=-2 -kerning first=1202 second=1194 amount=-1 -kerning first=981 second=41 amount=-1 -kerning first=68 second=87 amount=-1 -kerning first=1199 second=240 amount=-1 -kerning first=119 second=233 amount=-1 -kerning first=1139 second=1199 amount=-1 -kerning first=1196 second=1258 amount=-2 -kerning first=1234 second=8250 amount=-2 -kerning first=935 second=101 amount=-2 -kerning first=905 second=206 amount=1 -kerning first=122 second=1026 amount=-2 -kerning first=355 second=223 amount=1 -kerning first=1178 second=1144 amount=-2 -kerning first=269 second=1066 amount=-5 -kerning first=84 second=1256 amount=-2 -kerning first=1220 second=1276 amount=-2 -kerning first=283 second=356 amount=-3 -kerning first=336 second=196 amount=-2 -kerning first=1277 second=335 amount=-1 -kerning first=215 second=1196 amount=-4 -kerning first=1067 second=239 amount=5 -kerning first=119 second=1241 amount=-1 -kerning first=255 second=162 amount=-1 -kerning first=1200 second=213 amount=-2 -kerning first=1141 second=229 amount=-1 -kerning first=89 second=109 amount=-3 -kerning first=1186 second=322 amount=1 -kerning first=116 second=1025 amount=1 -kerning first=321 second=268 amount=-2 -kerning first=194 second=1054 amount=-2 -kerning first=1180 second=1242 amount=-2 -kerning first=95 second=1118 amount=-5 -kerning first=1145 second=902 amount=-2 -kerning first=232 second=1141 amount=-1 -kerning first=195 second=1259 amount=-1 -kerning first=161 second=910 amount=-4 -kerning first=334 second=376 amount=-2 -kerning first=234 second=1199 amount=-1 -kerning first=373 second=1204 amount=-3 -kerning first=120 second=291 amount=-1 -kerning first=1270 second=1040 amount=-6 -kerning first=254 second=256 amount=-2 -kerning first=372 second=224 amount=-3 -kerning first=88 second=286 amount=-1 -kerning first=1263 second=333 amount=-1 -kerning first=965 second=358 amount=-3 -kerning first=1027 second=1235 amount=-5 -kerning first=1143 second=243 amount=-1 -kerning first=1243 second=170 amount=-2 -kerning first=171 second=932 amount=-3 -kerning first=1230 second=1196 amount=-2 -kerning first=1072 second=1059 amount=-5 -kerning first=310 second=1258 amount=-2 -kerning first=326 second=8220 amount=-3 -kerning first=89 second=173 amount=-4 -kerning first=981 second=1091 amount=-1 -kerning first=1036 second=105 amount=2 -kerning first=1075 second=228 amount=-2 -kerning first=373 second=1232 amount=-4 -kerning first=1139 second=957 amount=-1 -kerning first=1098 second=1118 amount=-2 -kerning first=1278 second=332 amount=-1 -kerning first=240 second=933 amount=-6 -kerning first=1223 second=300 amount=1 -kerning first=1267 second=945 amount=-1 -kerning first=356 second=1141 amount=-4 -kerning first=932 second=301 amount=6 -kerning first=1201 second=1255 amount=-1 -kerning first=1059 second=940 amount=-6 -kerning first=923 second=101 amount=-1 -kerning first=1263 second=8218 amount=-5 -kerning first=1217 second=1239 amount=-2 -kerning first=1163 second=932 amount=-2 -kerning first=1143 second=8221 amount=2 -kerning first=87 second=197 amount=-4 -kerning first=1118 second=308 amount=-4 -kerning first=1026 second=255 amount=-1 -kerning first=376 second=210 amount=-2 -kerning first=1244 second=244 amount=-2 -kerning first=192 second=214 amount=-2 -kerning first=1241 second=967 amount=-1 -kerning first=1168 second=114 amount=-4 -kerning first=1059 second=264 amount=-2 -kerning first=234 second=957 amount=-1 -kerning first=123 second=101 amount=-1 -kerning first=1035 second=1118 amount=-1 -kerning first=973 second=8244 amount=1 -kerning first=221 second=289 amount=-6 -kerning first=299 second=1252 amount=3 -kerning first=936 second=171 amount=-3 -kerning first=921 second=301 amount=5 -kerning first=229 second=1204 amount=-3 -kerning first=92 second=1213 amount=-2 -kerning first=109 second=358 amount=-3 -kerning first=1187 second=75 amount=1 -kerning first=1170 second=198 amount=-6 -kerning first=1095 second=1267 amount=-1 -kerning first=87 second=275 amount=-3 -kerning first=973 second=84 amount=-3 -kerning first=1086 second=372 amount=-3 -kerning first=1189 second=354 amount=-3 -kerning first=1046 second=1193 amount=-2 -kerning first=114 second=1118 amount=1 -kerning first=1016 second=1035 amount=-3 -kerning first=1164 second=221 amount=-6 -kerning first=1117 second=1143 amount=-1 -kerning first=1242 second=8230 amount=-3 -kerning first=1196 second=1080 amount=-4 -kerning first=162 second=1066 amount=-5 -kerning first=1188 second=1094 amount=-4 -kerning first=939 second=225 amount=-5 -kerning first=55 second=51 amount=-1 -kerning first=196 second=1141 amount=-4 -kerning first=258 second=301 amount=3 -kerning first=228 second=967 amount=-1 -kerning first=192 second=1199 amount=-4 -kerning first=212 second=1204 amount=-2 -kerning first=343 second=1058 amount=-4 -kerning first=1276 second=332 amount=-1 -kerning first=347 second=221 amount=-5 -kerning first=372 second=1117 amount=-2 -kerning first=374 second=8230 amount=-3 -kerning first=337 second=939 amount=-6 -kerning first=90 second=199 amount=-2 -kerning first=1036 second=371 amount=-2 -kerning first=311 second=959 amount=-1 -kerning first=1083 second=1249 amount=-2 -kerning first=1187 second=1109 amount=-1 -kerning first=1094 second=330 amount=1 -kerning first=40 second=232 amount=-1 -kerning first=284 second=303 amount=2 -kerning first=86 second=8249 amount=-4 -kerning first=87 second=1187 amount=-2 -kerning first=277 second=372 amount=-3 -kerning first=1274 second=271 amount=-5 -kerning first=212 second=1232 amount=-2 -kerning first=1277 second=1104 amount=-1 -kerning first=1259 second=221 amount=-6 -kerning first=88 second=920 amount=-1 -kerning first=250 second=8216 amount=-3 -kerning first=63 second=197 amount=-4 -kerning first=959 second=1198 amount=-6 -kerning first=1203 second=242 amount=-1 -kerning first=1239 second=1058 amount=-3 -kerning first=1191 second=1278 amount=-2 -kerning first=1115 second=1143 amount=-1 -kerning first=311 second=60 amount=-5 -kerning first=1050 second=299 amount=5 -kerning first=1170 second=8353 amount=-2 -kerning first=114 second=263 amount=-1 -kerning first=1207 second=320 amount=1 -kerning first=1040 second=275 amount=-1 -kerning first=372 second=81 amount=-2 -kerning first=1128 second=266 amount=-2 -kerning first=1263 second=1077 amount=-1 -kerning first=1043 second=111 amount=-5 -kerning first=376 second=1259 amount=-6 -kerning first=196 second=116 amount=-2 -kerning first=84 second=114 amount=-4 -kerning first=1139 second=354 amount=-3 -kerning first=192 second=957 amount=-4 -kerning first=197 second=1242 amount=-2 -kerning first=336 second=89 amount=-2 -kerning first=1119 second=1026 amount=-3 -kerning first=923 second=174 amount=-5 -kerning first=89 second=1220 amount=-3 -kerning first=915 second=250 amount=-5 -kerning first=8217 second=1095 amount=-4 -kerning first=301 second=237 amount=6 -kerning first=1251 second=1267 amount=-1 -kerning first=1168 second=1017 amount=-2 -kerning first=1199 second=230 amount=-1 -kerning first=1226 second=1049 amount=1 -kerning first=256 second=335 amount=-1 -kerning first=257 second=374 amount=-5 -kerning first=1087 second=86 amount=-3 -kerning first=953 second=183 amount=-2 -kerning first=88 second=8363 amount=-2 -kerning first=1196 second=172 amount=-4 -kerning first=1186 second=205 amount=1 -kerning first=1263 second=1113 amount=-3 -kerning first=99 second=1090 amount=-1 -kerning first=1111 second=302 amount=3 -kerning first=1275 second=291 amount=-2 -kerning first=1163 second=1184 amount=1 -kerning first=234 second=354 amount=-3 -kerning first=210 second=65 amount=-2 -kerning first=1090 second=1089 amount=-2 -kerning first=1060 second=1026 amount=-2 -kerning first=358 second=214 amount=-2 -kerning first=1271 second=287 amount=-2 -kerning first=317 second=266 amount=-2 -kerning first=297 second=356 amount=6 -kerning first=327 second=296 amount=1 -kerning first=260 second=940 amount=-1 -kerning first=1097 second=292 amount=1 -kerning first=372 second=195 amount=-4 -kerning first=1126 second=963 amount=-1 -kerning first=299 second=1186 amount=3 -kerning first=242 second=1203 amount=-1 -kerning first=910 second=1075 amount=-3 -kerning first=1243 second=120 amount=-1 -kerning first=1139 second=913 amount=-2 -kerning first=65 second=1196 amount=-6 -kerning first=1274 second=113 amount=-5 -kerning first=1232 second=81 amount=-2 -kerning first=1141 second=279 amount=-1 -kerning first=1200 second=356 amount=3 -kerning first=1091 second=1010 amount=-1 -kerning first=1202 second=1138 amount=-1 -kerning first=915 second=261 amount=-5 -kerning first=301 second=1048 amount=3 -kerning first=8222 second=910 amount=-7 -kerning first=1211 second=1199 amount=-1 -kerning first=194 second=372 amount=-4 -kerning first=260 second=264 amount=-2 -kerning first=354 second=271 amount=-5 -kerning first=1185 second=358 amount=-4 -kerning first=1213 second=121 amount=-1 -kerning first=310 second=172 amount=-6 -kerning first=297 second=1168 amount=3 -kerning first=1215 second=118 amount=-1 -kerning first=1059 second=1237 amount=-5 -kerning first=316 second=1111 amount=5 -kerning first=1167 second=8220 amount=-4 -kerning first=1092 second=93 amount=-1 -kerning first=1234 second=1143 amount=-4 -kerning first=75 second=214 amount=-2 -kerning first=358 second=1199 amount=-4 -kerning first=1074 second=89 amount=-5 -kerning first=1081 second=1026 amount=-3 -kerning first=959 second=1175 amount=-1 -kerning first=1255 second=86 amount=-3 -kerning first=1030 second=300 amount=1 -kerning first=1180 second=945 amount=-3 -kerning first=1088 second=41 amount=-1 -kerning first=1215 second=1201 amount=-1 -kerning first=230 second=118 amount=-1 -kerning first=195 second=1193 amount=-1 -kerning first=230 second=1201 amount=-1 -kerning first=1126 second=243 amount=-1 -kerning first=222 second=258 amount=-3 -kerning first=1171 second=44 amount=-6 -kerning first=8230 second=374 amount=-3 -kerning first=84 second=1017 amount=-2 -kerning first=43 second=84 amount=-4 -kerning first=932 second=242 amount=-5 -kerning first=1180 second=262 amount=-2 -kerning first=1059 second=961 amount=-3 -kerning first=102 second=923 amount=-2 -kerning first=902 second=253 amount=-4 -kerning first=286 second=238 amount=2 -kerning first=253 second=337 amount=-1 -kerning first=1200 second=902 amount=-5 -kerning first=1202 second=287 amount=-2 -kerning first=1027 second=1119 amount=-4 -kerning first=1211 second=957 amount=-1 -kerning first=181 second=247 amount=-2 -kerning first=279 second=86 amount=-3 -kerning first=1090 second=1145 amount=-2 -kerning first=1234 second=284 amount=-2 -kerning first=1279 second=1257 amount=-1 -kerning first=1178 second=301 amount=5 -kerning first=337 second=967 amount=-1 -kerning first=75 second=1199 amount=-3 -kerning first=1010 second=1204 amount=-5 -kerning first=321 second=39 amount=-6 -kerning first=65 second=271 amount=-1 -kerning first=192 second=354 amount=-6 -kerning first=972 second=358 amount=-3 -kerning first=1092 second=1265 amount=-1 -kerning first=1198 second=97 amount=-5 -kerning first=358 second=957 amount=-4 -kerning first=243 second=258 amount=-2 -kerning first=1126 second=8221 amount=-7 -kerning first=1122 second=198 amount=-2 -kerning first=328 second=1197 amount=-2 -kerning first=377 second=239 amount=5 -kerning first=55 second=245 amount=-3 -kerning first=330 second=207 amount=1 -kerning first=1088 second=1091 amount=-1 -kerning first=345 second=260 amount=-3 -kerning first=1097 second=1027 amount=1 -kerning first=170 second=193 amount=-5 -kerning first=1205 second=1065 amount=1 -kerning first=1270 second=47 amount=-5 -kerning first=1191 second=1090 amount=-4 -kerning first=1091 second=339 amount=-1 -kerning first=1186 second=1068 amount=1 -kerning first=915 second=331 amount=-4 -kerning first=194 second=299 amount=3 -kerning first=354 second=113 amount=-5 -kerning first=1226 second=294 amount=1 -kerning first=261 second=174 amount=-1 -kerning first=1267 second=111 amount=-1 -kerning first=67 second=301 amount=2 -kerning first=242 second=910 amount=-6 -kerning first=65 second=1275 amount=-2 -kerning first=1274 second=268 amount=-2 -kerning first=256 second=1104 amount=-1 -kerning first=107 second=281 amount=-1 -kerning first=356 second=122 amount=-3 -kerning first=251 second=1058 amount=-3 -kerning first=1059 second=246 amount=-6 -kerning first=1064 second=298 amount=1 -kerning first=1094 second=8217 amount=2 -kerning first=372 second=345 amount=-2 -kerning first=939 second=100 amount=-6 -kerning first=1043 second=1209 amount=-5 -kerning first=258 second=242 amount=-1 -kerning first=213 second=1040 amount=-2 -kerning first=118 second=8363 amount=-1 -kerning first=124 second=301 amount=5 -kerning first=170 second=233 amount=-2 -kerning first=1200 second=1173 amount=-3 -kerning first=305 second=372 amount=2 -kerning first=75 second=957 amount=-3 -kerning first=315 second=8221 amount=-3 -kerning first=379 second=247 amount=-2 -kerning first=1170 second=241 amount=-4 -kerning first=1207 second=304 amount=1 -kerning first=1257 second=932 amount=-3 -kerning first=1278 second=103 amount=-2 -kerning first=241 second=1263 amount=-1 -kerning first=8370 second=88 amount=-1 -kerning first=170 second=1241 amount=-2 -kerning first=910 second=940 amount=-6 -kerning first=353 second=1198 amount=-5 -kerning first=8250 second=1078 amount=-2 -kerning first=1230 second=52 amount=-1 -kerning first=334 second=8230 amount=-3 -kerning first=1239 second=939 amount=-6 -kerning first=1113 second=1203 amount=-1 -kerning first=1270 second=382 amount=-3 -kerning first=1184 second=335 amount=-3 -kerning first=922 second=100 amount=-3 -kerning first=935 second=1257 amount=-2 -kerning first=221 second=1196 amount=3 -kerning first=258 second=8220 amount=-8 -kerning first=210 second=935 amount=-1 -kerning first=1197 second=172 amount=-1 -kerning first=174 second=261 amount=-1 -kerning first=86 second=228 amount=-3 -kerning first=87 second=336 amount=-2 -kerning first=375 second=963 amount=-1 -kerning first=1118 second=265 amount=-1 -kerning first=1141 second=1195 amount=-1 -kerning first=115 second=92 amount=-3 -kerning first=910 second=264 amount=-2 -kerning first=65 second=113 amount=-1 -kerning first=197 second=86 amount=-5 -kerning first=1230 second=1037 amount=1 -kerning first=1093 second=356 amount=-3 -kerning first=1140 second=288 amount=-2 -kerning first=1258 second=910 amount=-2 -kerning first=1188 second=967 amount=-4 -kerning first=193 second=333 amount=-1 -kerning first=283 second=1265 amount=-1 -kerning first=1274 second=52 amount=-4 -kerning first=1191 second=170 amount=-3 -kerning first=359 second=330 amount=1 -kerning first=267 second=374 amount=-4 -kerning first=8217 second=38 amount=-4 -kerning first=966 second=1279 amount=-1 -kerning first=379 second=1028 amount=-2 -kerning first=101 second=84 amount=-3 -kerning first=121 second=301 amount=3 -kerning first=1106 second=92 amount=-3 -kerning first=1211 second=354 amount=-3 -kerning first=39 second=256 amount=-5 -kerning first=376 second=1193 amount=-6 -kerning first=1052 second=206 amount=1 -kerning first=197 second=945 amount=-1 -kerning first=1145 second=267 amount=-1 -kerning first=253 second=1105 amount=-1 -kerning first=92 second=100 amount=-1 -kerning first=1216 second=299 amount=5 -kerning first=89 second=79 amount=-2 -kerning first=1128 second=245 amount=-1 -kerning first=1217 second=263 amount=-2 -kerning first=915 second=197 amount=-6 -kerning first=111 second=1277 amount=-1 -kerning first=939 second=112 amount=-3 -kerning first=8221 second=8249 amount=-5 -kerning first=1111 second=1018 amount=3 -kerning first=354 second=268 amount=-2 -kerning first=229 second=1200 amount=-5 -kerning first=375 second=243 amount=-1 -kerning first=1276 second=103 amount=-2 -kerning first=293 second=1249 amount=-2 -kerning first=923 second=1257 amount=-1 -kerning first=305 second=299 amount=3 -kerning first=76 second=927 amount=-2 -kerning first=344 second=374 amount=-2 -kerning first=1036 second=1092 amount=-3 -kerning first=65 second=87 amount=-4 -kerning first=197 second=262 amount=-2 -kerning first=1215 second=356 amount=-3 -kerning first=1168 second=244 amount=-5 -kerning first=1046 second=1010 amount=-2 -kerning first=1199 second=1095 amount=-1 -kerning first=339 second=1140 amount=-3 -kerning first=913 second=8370 amount=-2 -kerning first=1040 second=336 amount=-2 -kerning first=240 second=1204 amount=-3 -kerning first=221 second=271 amount=-6 -kerning first=355 second=1026 amount=-2 -kerning first=230 second=356 amount=-3 -kerning first=902 second=171 amount=-2 -kerning first=8225 second=959 amount=-2 -kerning first=123 second=1257 amount=-1 -kerning first=1270 second=1175 amount=-3 -kerning first=1091 second=239 amount=3 -kerning first=244 second=197 amount=-2 -kerning first=116 second=1049 amount=1 -kerning first=915 second=275 amount=-5 -kerning first=8217 second=255 amount=1 -kerning first=313 second=1171 amount=-1 -kerning first=1179 second=337 amount=-1 -kerning first=1170 second=193 amount=-6 -kerning first=212 second=1200 amount=-2 -kerning first=240 second=1232 amount=-2 -kerning first=186 second=65 amount=-5 -kerning first=375 second=8221 amount=2 -kerning first=1118 second=1139 amount=-1 -kerning first=376 second=1109 amount=-4 -kerning first=1225 second=1064 amount=1 -kerning first=76 second=1267 amount=-4 -kerning first=281 second=1140 amount=-3 -kerning first=1168 second=8222 amount=-8 -kerning first=1207 second=1172 amount=1 -kerning first=119 second=46 amount=-5 -kerning first=1113 second=910 amount=-11 -kerning first=227 second=1199 amount=-1 -kerning first=1196 second=965 amount=-4 -kerning first=88 second=216 amount=-1 -kerning first=8244 second=1143 amount=1 -kerning first=1068 second=258 amount=-2 -kerning first=358 second=913 amount=-6 -kerning first=176 second=1194 amount=-1 -kerning first=297 second=917 amount=3 -kerning first=933 second=242 amount=-6 -kerning first=915 second=1187 amount=-4 -kerning first=65 second=268 amount=-2 -kerning first=260 second=246 amount=-1 -kerning first=354 second=52 amount=-4 -kerning first=1170 second=233 amount=-5 -kerning first=1207 second=66 amount=1 -kerning first=186 second=101 amount=-2 -kerning first=1271 second=358 amount=-3 -kerning first=1267 second=1209 amount=-1 -kerning first=239 second=86 amount=5 -kerning first=242 second=1093 amount=-1 -kerning first=238 second=41 amount=2 -kerning first=8244 second=952 amount=-4 -kerning first=1059 second=1096 amount=-3 -kerning first=1170 second=1241 amount=-5 -kerning first=343 second=967 amount=1 -kerning first=255 second=940 amount=-1 -kerning first=285 second=1204 amount=-3 -kerning first=246 second=256 amount=-2 -kerning first=1058 second=923 amount=-6 -kerning first=382 second=281 amount=-1 -kerning first=1184 second=1104 amount=-3 -kerning first=939 second=1026 amount=3 -kerning first=1085 second=49 amount=-3 -kerning first=80 second=197 amount=-5 -kerning first=1178 second=242 amount=-3 -kerning first=1171 second=225 amount=-2 -kerning first=297 second=318 amount=3 -kerning first=344 second=1111 amount=3 -kerning first=307 second=295 amount=3 -kerning first=38 second=376 amount=-5 -kerning first=260 second=8217 amount=-7 -kerning first=1046 second=339 amount=-2 -kerning first=1170 second=1230 amount=-4 -kerning first=191 second=92 amount=-1 -kerning first=227 second=957 amount=-1 -kerning first=1140 second=65 amount=-5 -kerning first=372 second=211 amount=-2 -kerning first=1196 second=333 amount=-5 -kerning first=1198 second=1089 amount=-6 -kerning first=111 second=933 amount=-6 -kerning first=221 second=113 amount=-6 -kerning first=939 second=67 amount=-2 -kerning first=236 second=297 amount=3 -kerning first=1166 second=183 amount=-2 -kerning first=299 second=90 amount=6 -kerning first=193 second=1077 amount=-1 -kerning first=1143 second=99 amount=-1 -kerning first=84 second=244 amount=-5 -kerning first=1169 second=172 amount=-1 -kerning first=1253 second=1197 amount=-2 -kerning first=1180 second=111 amount=-3 -kerning first=1063 second=296 amount=1 -kerning first=1087 second=8216 amount=-3 -kerning first=1024 second=301 amount=5 -kerning first=1239 second=967 amount=-1 -kerning first=1279 second=1108 amount=-1 -kerning first=89 second=973 amount=-3 -kerning first=295 second=358 amount=-3 -kerning first=251 second=939 amount=-4 -kerning first=1096 second=375 amount=-1 -kerning first=1060 second=1061 amount=-1 -kerning first=358 second=1103 amount=-5 -kerning first=910 second=1237 amount=-5 -kerning first=1181 second=963 amount=-1 -kerning first=1189 second=265 amount=-2 -kerning first=1140 second=101 amount=-3 -kerning first=1196 second=8218 amount=-8 -kerning first=1202 second=1012 amount=-1 -kerning first=922 second=67 amount=-2 -kerning first=34 second=194 amount=-5 -kerning first=1188 second=183 amount=-4 -kerning first=1027 second=121 amount=-4 -kerning first=1175 second=356 amount=-3 -kerning first=84 second=8222 amount=-8 -kerning first=1139 second=1263 amount=-1 -kerning first=1090 second=1233 amount=-2 -kerning first=336 second=1046 amount=-1 -kerning first=174 second=197 amount=-5 -kerning first=1100 second=1277 amount=-1 -kerning first=358 second=308 amount=-6 -kerning first=1054 second=256 amount=-2 -kerning first=1225 second=321 amount=1 -kerning first=310 second=333 amount=-3 -kerning first=1056 second=260 amount=-5 -kerning first=1058 second=8370 amount=-2 -kerning first=335 second=1143 amount=-1 -kerning first=356 second=199 amount=-2 -kerning first=97 second=121 amount=-1 -kerning first=194 second=34 amount=-5 -kerning first=79 second=1276 amount=-1 -kerning first=37 second=8221 amount=-4 -kerning first=1207 second=1052 amount=1 -kerning first=119 second=103 amount=-1 -kerning first=290 second=239 amount=2 -kerning first=1234 second=42 amount=-5 -kerning first=910 second=961 amount=-3 -kerning first=1061 second=171 amount=-3 -kerning first=918 second=8370 amount=-2 -kerning first=1274 second=248 amount=-5 -kerning first=1086 second=1098 amount=-2 -kerning first=1072 second=372 amount=-3 -kerning first=1232 second=211 amount=-2 -kerning first=1191 second=120 amount=-1 -kerning first=92 second=1026 amount=-6 -kerning first=1091 second=1072 amount=-1 -kerning first=8224 second=1153 amount=-2 -kerning first=1195 second=221 amount=-4 -kerning first=116 second=294 amount=1 -kerning first=922 second=297 amount=5 -kerning first=195 second=1010 amount=-1 -kerning first=377 second=1057 amount=-2 -kerning first=1275 second=1076 amount=-3 -kerning first=1179 second=1105 amount=-1 -kerning first=1187 second=1042 amount=1 -kerning first=234 second=1263 amount=-1 -kerning first=1255 second=8216 amount=-4 -kerning first=1101 second=197 amount=-2 -kerning first=174 second=275 amount=-2 -kerning first=36 second=1111 amount=3 -kerning first=328 second=253 amount=-1 -kerning first=333 second=195 amount=-2 -kerning first=98 second=1035 amount=-3 -kerning first=359 second=8217 amount=2 -kerning first=1241 second=92 amount=-3 -kerning first=1181 second=243 amount=-1 -kerning first=332 second=1196 amount=-2 -kerning first=92 second=67 amount=-2 -kerning first=908 second=1236 amount=-2 -kerning first=1198 second=1145 amount=-6 -kerning first=935 second=1108 amount=-2 -kerning first=313 second=1091 amount=-4 -kerning first=277 second=1098 amount=-1 -kerning first=1277 second=43 amount=-1 -kerning first=1232 second=119 amount=-4 -kerning first=1020 second=1026 amount=-3 -kerning first=199 second=297 amount=2 -kerning first=1058 second=181 amount=-5 -kerning first=8222 second=1063 amount=-4 -kerning first=1122 second=1244 amount=-2 -kerning first=311 second=235 amount=-1 -kerning first=213 second=47 amount=-3 -kerning first=1033 second=197 amount=-2 -kerning first=1117 second=118 amount=-1 -kerning first=121 second=242 amount=-1 -kerning first=221 second=268 amount=-2 -kerning first=1256 second=1035 amount=-2 -kerning first=910 second=246 amount=-6 -kerning first=8244 second=916 amount=-8 -kerning first=196 second=199 amount=-2 -kerning first=1010 second=1200 amount=-4 -kerning first=1189 second=1139 amount=-2 -kerning first=102 second=192 amount=-2 -kerning first=1170 second=1125 amount=-4 -kerning first=1113 second=1093 amount=-1 -kerning first=92 second=297 amount=3 -kerning first=1117 second=1201 amount=-1 -kerning first=89 second=84 amount=3 -kerning first=966 second=186 amount=-2 -kerning first=228 second=92 amount=-3 -kerning first=227 second=354 amount=-3 -kerning first=345 second=120 amount=1 -kerning first=245 second=194 amount=-2 -kerning first=1082 second=100 amount=-1 -kerning first=1168 second=349 amount=-5 -kerning first=213 second=1198 amount=-2 -kerning first=1196 second=1077 amount=-5 -kerning first=1122 second=193 amount=-2 -kerning first=8221 second=228 amount=-4 -kerning first=204 second=938 amount=1 -kerning first=1189 second=247 amount=-1 -kerning first=257 second=1249 amount=-2 -kerning first=1100 second=933 amount=-11 -kerning first=102 second=232 amount=-1 -kerning first=343 second=183 amount=-2 -kerning first=1200 second=267 amount=-6 -kerning first=1115 second=118 amount=-1 -kerning first=923 second=1108 amount=-1 -kerning first=357 second=8360 amount=1 -kerning first=195 second=339 amount=-1 -kerning first=354 second=248 amount=-5 -kerning first=95 second=1226 amount=3 -kerning first=1115 second=1201 amount=-1 -kerning first=1178 second=1099 amount=2 -kerning first=1058 second=1116 amount=-4 -kerning first=192 second=1263 amount=-4 -kerning first=197 second=111 amount=-1 -kerning first=1201 second=933 amount=-2 -kerning first=38 second=373 amount=-2 -kerning first=123 second=1108 amount=-1 -kerning first=255 second=1237 amount=-1 -kerning first=221 second=52 amount=-4 -kerning first=939 second=1235 amount=-5 -kerning first=357 second=325 amount=1 -kerning first=196 second=49 amount=-2 -kerning first=1197 second=333 amount=-2 -kerning first=1116 second=1153 amount=-1 -kerning first=1210 second=933 amount=-5 -kerning first=70 second=1267 amount=-2 -kerning first=310 second=1077 amount=-3 -kerning first=8220 second=196 amount=-6 -kerning first=352 second=301 amount=3 -kerning first=44 second=1198 amount=-3 -kerning first=1226 second=322 amount=1 -kerning first=1170 second=1111 amount=6 -kerning first=114 second=256 amount=-3 -kerning first=1228 second=8220 amount=-3 -kerning first=169 second=195 amount=-2 -kerning first=1090 second=1058 amount=-3 -kerning first=1193 second=221 amount=-6 -kerning first=1278 second=273 amount=-2 -kerning first=1254 second=194 amount=-2 -kerning first=1103 second=1143 amount=-1 -kerning first=8244 second=1181 amount=-1 -kerning first=1143 second=198 amount=-4 -kerning first=197 second=8216 amount=-8 -kerning first=214 second=88 amount=-1 -kerning first=1138 second=1236 amount=-2 -kerning first=1222 second=126 amount=-1 -kerning first=176 second=1138 amount=-1 -kerning first=89 second=1239 amount=-6 -kerning first=927 second=1278 amount=-1 -kerning first=915 second=336 amount=-2 -kerning first=1197 second=8218 amount=-8 -kerning first=1233 second=86 amount=-3 -kerning first=1234 second=213 amount=-2 -kerning first=345 second=966 amount=-1 -kerning first=242 second=1234 amount=-2 -kerning first=376 second=1010 amount=-6 -kerning first=1244 second=1069 amount=-1 -kerning first=1171 second=100 amount=-2 -kerning first=65 second=248 amount=-1 -kerning first=192 second=265 amount=-1 -kerning first=902 second=286 amount=-2 -kerning first=114 second=281 amount=-1 -kerning first=1102 second=195 amount=-2 -kerning first=1066 second=1035 amount=-3 -kerning first=1196 second=351 amount=-5 -kerning first=8230 second=1249 amount=-5 -kerning first=84 second=349 amount=-5 -kerning first=1220 second=1267 amount=-1 -kerning first=112 second=1236 amount=-2 -kerning first=1185 second=245 amount=-1 -kerning first=1274 second=1100 amount=-4 -kerning first=70 second=269 amount=-3 -kerning first=1265 second=972 amount=-1 -kerning first=89 second=1102 amount=-3 -kerning first=1058 second=110 amount=-4 -kerning first=1075 second=354 amount=-3 -kerning first=1170 second=332 amount=-2 -kerning first=913 second=232 amount=-1 -kerning first=8224 second=194 amount=-5 -kerning first=1096 second=1066 amount=-3 -kerning first=1234 second=118 amount=-4 -kerning first=1126 second=99 amount=-1 -kerning first=968 second=936 amount=-5 -kerning first=8220 second=1222 amount=-5 -kerning first=8218 second=1059 amount=-7 -kerning first=946 second=8216 amount=-4 -kerning first=65 second=39 amount=-5 -kerning first=1230 second=115 amount=-1 -kerning first=953 second=95 amount=-2 -kerning first=1034 second=195 amount=-2 -kerning first=339 second=1058 amount=-3 -kerning first=255 second=246 amount=-1 -kerning first=253 second=231 amount=-1 -kerning first=341 second=1143 amount=1 -kerning first=89 second=74 amount=-2 -kerning first=374 second=199 amount=-2 -kerning first=240 second=1200 amount=-6 -kerning first=1234 second=1201 amount=-4 -kerning first=81 second=1276 amount=-1 -kerning first=1043 second=8250 amount=-3 -kerning first=1089 second=1196 amount=-5 -kerning first=302 second=239 amount=5 -kerning first=1163 second=330 amount=1 -kerning first=1276 second=273 amount=-2 -kerning first=1200 second=177 amount=-6 -kerning first=1225 second=1166 amount=1 -kerning first=1036 second=981 amount=-3 -kerning first=226 second=89 amount=-5 -kerning first=101 second=1118 amount=-1 -kerning first=1153 second=1035 amount=-5 -kerning first=187 second=1026 amount=-8 -kerning first=1097 second=73 amount=1 -kerning first=8224 second=234 amount=-2 -kerning first=1258 second=1234 amount=-2 -kerning first=248 second=196 amount=-2 -kerning first=308 second=8222 amount=-5 -kerning first=1211 second=1263 amount=-1 -kerning first=910 second=1096 amount=-3 -kerning first=1274 second=115 amount=-5 -kerning first=8250 second=8220 amount=-5 -kerning first=281 second=1058 amount=-3 -kerning first=216 second=358 amount=-2 -kerning first=102 second=221 amount=1 -kerning first=1092 second=1278 amount=-2 -kerning first=1105 second=1143 amount=-1 -kerning first=1141 second=287 amount=-1 -kerning first=1270 second=963 amount=-5 -kerning first=255 second=8217 amount=2 -kerning first=8224 second=1243 amount=-2 -kerning first=1188 second=1253 amount=-4 -kerning first=195 second=239 amount=3 -kerning first=183 second=86 amount=-3 -kerning first=332 second=87 amount=-1 -kerning first=1117 second=356 amount=-3 -kerning first=927 second=260 amount=-2 -kerning first=358 second=1263 amount=-4 -kerning first=1026 second=8225 amount=-2 -kerning first=245 second=376 amount=-6 -kerning first=376 second=339 amount=-6 -kerning first=1244 second=8373 amount=-1 -kerning first=337 second=92 amount=-3 -kerning first=179 second=256 amount=-6 -kerning first=1253 second=253 amount=-1 -kerning first=192 second=1139 amount=-1 -kerning first=1082 second=1026 amount=-4 -kerning first=1215 second=1265 amount=-1 -kerning first=1238 second=297 amount=5 -kerning first=1093 second=267 amount=-1 -kerning first=1202 second=266 amount=-1 -kerning first=1122 second=374 amount=-6 -kerning first=263 second=1198 amount=-4 -kerning first=1080 second=8220 amount=-3 -kerning first=1197 second=1077 amount=-2 -kerning first=322 second=95 amount=2 -kerning first=70 second=1086 amount=-3 -kerning first=230 second=1265 amount=-1 -kerning first=1016 second=1199 amount=-1 -kerning first=354 second=1100 amount=-4 -kerning first=957 second=356 amount=-2 -kerning first=42 second=1234 amount=-5 -kerning first=935 second=908 amount=-1 -kerning first=1169 second=333 amount=-2 -kerning first=1078 second=1089 amount=-1 -kerning first=46 second=358 amount=-2 -kerning first=921 second=206 amount=1 -kerning first=902 second=920 amount=-2 -kerning first=1270 second=243 amount=-5 -kerning first=1115 second=356 amount=-3 -kerning first=1128 second=375 amount=-4 -kerning first=75 second=1263 amount=-3 -kerning first=1058 second=192 amount=-6 -kerning first=186 second=1257 amount=-2 -kerning first=243 second=1059 amount=-6 -kerning first=270 second=910 amount=-2 -kerning first=340 second=1198 amount=-2 -kerning first=1197 second=1113 amount=-3 -kerning first=91 second=337 amount=-1 -kerning first=95 second=309 amount=6 -kerning first=86 second=214 amount=-2 -kerning first=358 second=265 amount=-5 -kerning first=1061 second=286 amount=-1 -kerning first=297 second=1211 amount=3 -kerning first=89 second=1107 amount=-3 -kerning first=267 second=1249 amount=-1 -kerning first=8217 second=1251 amount=-1 -kerning first=57 second=933 amount=-2 -kerning first=934 second=44 amount=-3 -kerning first=1222 second=327 amount=1 -kerning first=211 second=84 amount=-2 -kerning first=373 second=244 amount=-1 -kerning first=1198 second=1233 amount=-5 -kerning first=1278 second=240 amount=-2 -kerning first=1263 second=261 amount=-1 -kerning first=1248 second=46 amount=-1 -kerning first=1254 second=376 amount=-2 -kerning first=221 second=248 amount=-6 -kerning first=380 second=1204 amount=-2 -kerning first=920 second=1202 amount=-1 -kerning first=1107 second=269 amount=-2 -kerning first=330 second=1031 amount=1 -kerning first=1243 second=1078 amount=-1 -kerning first=1169 second=8218 amount=-8 -kerning first=1119 second=121 amount=-1 -kerning first=955 second=960 amount=-4 -kerning first=1016 second=957 amount=-1 -kerning first=89 second=942 amount=-3 -kerning first=1058 second=232 amount=-5 -kerning first=354 second=115 amount=-5 -kerning first=1167 second=923 amount=-2 -kerning first=1226 second=205 amount=1 -kerning first=1092 second=260 amount=-2 -kerning first=1162 second=95 amount=2 -kerning first=913 second=221 amount=-5 -kerning first=957 second=902 amount=-4 -kerning first=8216 second=65 amount=-6 -kerning first=317 second=375 amount=-4 -kerning first=1171 second=1026 amount=-3 -kerning first=199 second=1061 amount=-1 -kerning first=192 second=1028 amount=-2 -kerning first=107 second=289 amount=-1 -kerning first=1116 second=234 amount=-1 -kerning first=1230 second=108 amount=1 -kerning first=902 second=8363 amount=-1 -kerning first=8225 second=196 amount=-5 -kerning first=1235 second=1140 amount=-3 -kerning first=1097 second=1210 amount=1 -kerning first=373 second=8222 amount=-5 -kerning first=923 second=908 amount=-2 -kerning first=75 second=265 amount=-3 -kerning first=111 second=1204 amount=-3 -kerning first=335 second=1202 amount=-2 -kerning first=8221 second=1179 amount=-1 -kerning first=299 second=1034 amount=3 -kerning first=1111 second=202 amount=3 -kerning first=1116 second=1243 amount=-1 -kerning first=1108 second=932 amount=-5 -kerning first=375 second=99 amount=-1 -kerning first=1118 second=258 amount=-4 -kerning first=170 second=103 amount=-2 -kerning first=1140 second=1257 amount=-3 -kerning first=254 second=1196 amount=-3 -kerning first=297 second=323 amount=3 -kerning first=1058 second=1084 amount=-4 -kerning first=58 second=84 amount=-2 -kerning first=357 second=1055 amount=1 -kerning first=183 second=50 amount=-2 -kerning first=260 second=253 amount=-4 -kerning first=119 second=273 amount=-1 -kerning first=111 second=1232 amount=-2 -kerning first=1188 second=338 amount=-2 -kerning first=333 second=119 amount=-1 -kerning first=1244 second=1153 amount=-2 -kerning first=1078 second=1145 amount=-1 -kerning first=1046 second=1057 amount=-1 -kerning first=1059 second=171 amount=-6 -kerning first=8225 second=235 amount=-2 -kerning first=1093 second=177 amount=-2 -kerning first=1279 second=1255 amount=-1 -kerning first=1091 second=910 amount=-2 -kerning first=8217 second=109 amount=-1 -kerning first=939 second=1119 amount=-3 -kerning first=1179 second=231 amount=-1 -kerning first=1234 second=356 amount=-6 -kerning first=358 second=1139 amount=-5 -kerning first=1118 second=283 amount=-1 -kerning first=1020 second=1061 amount=-2 -kerning first=1276 second=240 amount=-2 -kerning first=327 second=1111 amount=5 -kerning first=932 second=923 amount=-6 -kerning first=1145 second=260 amount=-2 -kerning first=1050 second=972 amount=-3 -kerning first=1170 second=46 amount=-2 -kerning first=1092 second=1090 amount=-2 -kerning first=1094 second=1065 amount=1 -kerning first=1097 second=1106 amount=1 -kerning first=372 second=97 amount=-3 -kerning first=87 second=1242 amount=-2 -kerning first=248 second=89 amount=-6 -kerning first=8216 second=1083 amount=-5 -kerning first=1107 second=1086 amount=-2 -kerning first=299 second=293 amount=3 -kerning first=1081 second=121 amount=-1 -kerning first=208 second=1276 amount=-1 -kerning first=1230 second=1134 amount=1 -kerning first=110 second=910 amount=-5 -kerning first=1200 second=369 amount=-3 -kerning first=1279 second=126 amount=-1 -kerning first=116 second=322 amount=1 -kerning first=1184 second=43 amount=-6 -kerning first=8217 second=173 amount=-3 -kerning first=1027 second=1081 amount=-4 -kerning first=361 second=1035 amount=-3 -kerning first=265 second=358 amount=-5 -kerning first=367 second=221 amount=-4 -kerning first=1163 second=8217 amount=2 -kerning first=339 second=939 amount=-6 -kerning first=177 second=1203 amount=-2 -kerning first=1237 second=1197 amount=-1 -kerning first=358 second=247 amount=-4 -kerning first=287 second=1196 amount=-3 -kerning first=245 second=373 amount=-1 -kerning first=1061 second=920 amount=-1 -kerning first=1089 second=87 amount=-1 -kerning first=8244 second=118 amount=1 -kerning first=90 second=8249 amount=-2 -kerning first=203 second=1111 amount=5 -kerning first=1169 second=1077 amount=-2 -kerning first=356 second=1207 amount=-5 -kerning first=38 second=1141 amount=-2 -kerning first=311 second=1259 amount=-1 -kerning first=1217 second=281 amount=-2 -kerning first=75 second=1139 amount=-3 -kerning first=315 second=198 amount=2 -kerning first=1175 second=267 amount=-1 -kerning first=8244 second=1201 amount=1 -kerning first=212 second=8222 amount=-3 -kerning first=91 second=1105 amount=-1 -kerning first=1231 second=296 amount=1 -kerning first=345 second=359 amount=2 -kerning first=1114 second=1059 amount=-11 -kerning first=1271 second=245 amount=-2 -kerning first=281 second=939 amount=-6 -kerning first=316 second=938 amount=1 -kerning first=1226 second=1068 amount=1 -kerning first=1016 second=354 amount=-3 -kerning first=66 second=239 amount=2 -kerning first=935 second=1255 amount=-2 -kerning first=1126 second=8353 amount=-2 -kerning first=45 second=1279 amount=-1 -kerning first=1027 second=71 amount=-2 -kerning first=1169 second=1113 amount=-3 -kerning first=932 second=8370 amount=-2 -kerning first=1265 second=224 amount=-1 -kerning first=1040 second=1242 amount=-2 -kerning first=1198 second=1058 amount=3 -kerning first=1128 second=187 amount=-2 -kerning first=75 second=247 amount=-6 -kerning first=1043 second=1143 amount=-4 -kerning first=73 second=297 amount=5 -kerning first=44 second=54 amount=-2 -kerning first=913 second=212 amount=-2 -kerning first=227 second=1263 amount=-1 -kerning first=1068 second=1059 amount=-6 -kerning first=358 second=1028 amount=-2 -kerning first=1061 second=8363 amount=-2 -kerning first=1092 second=170 amount=-2 -kerning first=109 second=375 amount=-1 -kerning first=176 second=1012 amount=-1 -kerning first=88 second=927 amount=-1 -kerning first=935 second=126 amount=-4 -kerning first=221 second=1100 amount=-3 -kerning first=1188 second=1163 amount=-4 -kerning first=283 second=1090 amount=-1 -kerning first=70 second=371 amount=-2 -kerning first=1072 second=1098 amount=-2 -kerning first=1100 second=1204 amount=-7 -kerning first=1239 second=92 amount=-3 -kerning first=315 second=8353 amount=-2 -kerning first=34 second=8230 amount=-5 -kerning first=301 second=1066 amount=6 -kerning first=1170 second=103 amount=-5 -kerning first=1207 second=203 amount=1 -kerning first=1016 second=913 amount=-2 -kerning first=40 second=100 amount=-1 -kerning first=1233 second=8216 amount=-3 -kerning first=290 second=910 amount=-2 -kerning first=1263 second=197 amount=-4 -kerning first=87 second=1074 amount=-2 -kerning first=966 second=1040 amount=-2 -kerning first=1043 second=284 amount=-2 -kerning first=355 second=311 amount=1 -kerning first=1143 second=193 amount=-4 -kerning first=932 second=181 amount=-5 -kerning first=1201 second=1204 amount=-2 -kerning first=1277 second=277 amount=-1 -kerning first=1102 second=119 amount=-1 -kerning first=1164 second=1026 amount=-3 -kerning first=1270 second=347 amount=-5 -kerning first=923 second=1255 amount=-1 -kerning first=89 second=263 amount=-6 -kerning first=1202 second=245 amount=-2 -kerning first=1128 second=1066 amount=-6 -kerning first=75 second=1028 amount=-2 -kerning first=382 second=289 amount=-1 -kerning first=335 second=118 amount=-1 -kerning first=1027 second=45 amount=-4 -kerning first=258 second=8370 amount=-2 -kerning first=177 second=910 amount=-6 -kerning first=1210 second=1204 amount=-3 -kerning first=1069 second=1202 amount=-1 -kerning first=1141 second=358 amount=-2 -kerning first=376 second=1072 amount=-5 -kerning first=347 second=1026 amount=-5 -kerning first=1171 second=1235 amount=-2 -kerning first=335 second=1201 amount=-1 -kerning first=1201 second=1232 amount=-4 -kerning first=1230 second=204 amount=1 -kerning first=1181 second=99 amount=-1 -kerning first=195 second=1057 amount=-2 -kerning first=1168 second=1069 amount=-2 -kerning first=260 second=171 amount=-2 -kerning first=1170 second=1249 amount=-3 -kerning first=119 second=240 amount=-1 -kerning first=123 second=1255 amount=-1 -kerning first=1263 second=275 amount=-1 -kerning first=186 second=1108 amount=-2 -kerning first=221 second=115 amount=-4 -kerning first=1143 second=233 amount=-1 -kerning first=233 second=1203 amount=-1 -kerning first=1222 second=1056 amount=1 -kerning first=375 second=198 amount=-4 -kerning first=124 second=206 amount=1 -kerning first=1034 second=119 amount=-1 -kerning first=1259 second=1026 amount=-3 -kerning first=971 second=933 amount=-4 -kerning first=1200 second=326 amount=-3 -kerning first=8217 second=1220 amount=-1 -kerning first=51 second=171 amount=-2 -kerning first=194 second=972 amount=-1 -kerning first=1175 second=177 amount=-2 -kerning first=1187 second=910 amount=-1 -kerning first=1143 second=1241 amount=-1 -kerning first=186 second=1032 amount=-5 -kerning first=317 second=1066 amount=-6 -kerning first=48 second=939 amount=-2 -kerning first=65 second=63 amount=-4 -kerning first=1189 second=283 amount=-2 -kerning first=187 second=1061 amount=-3 -kerning first=1059 second=117 amount=-3 -kerning first=961 second=1236 amount=-2 -kerning first=253 second=229 amount=-1 -kerning first=254 second=87 amount=-3 -kerning first=88 second=269 amount=-2 -kerning first=1198 second=1094 amount=-3 -kerning first=1188 second=95 amount=-4 -kerning first=1111 second=1053 amount=3 -kerning first=309 second=165 amount=2 -kerning first=932 second=1116 amount=-4 -kerning first=86 second=913 amount=-5 -kerning first=102 second=44 amount=-4 -kerning first=104 second=86 amount=-3 -kerning first=1244 second=234 amount=-2 -kerning first=183 second=8216 amount=-3 -kerning first=339 second=967 amount=-1 -kerning first=373 second=377 amount=-2 -kerning first=1244 second=1243 amount=-2 -kerning first=297 second=1043 amount=3 -kerning first=1139 second=258 amount=-2 -kerning first=1274 second=959 amount=-5 -kerning first=1230 second=60 amount=-2 -kerning first=1209 second=374 amount=-5 -kerning first=1140 second=1108 amount=-3 -kerning first=933 second=923 amount=-5 -kerning first=116 second=205 amount=1 -kerning first=1058 second=212 amount=-2 -kerning first=1184 second=251 amount=-2 -kerning first=321 second=290 amount=-2 -kerning first=1124 second=1202 amount=-1 -kerning first=358 second=367 amount=-5 -kerning first=918 second=212 amount=-2 -kerning first=46 second=51 amount=-2 -kerning first=281 second=967 amount=-1 -kerning first=1168 second=8373 amount=-2 -kerning first=902 second=216 amount=-2 -kerning first=1140 second=1032 amount=-6 -kerning first=372 second=1089 amount=-3 -kerning first=357 second=280 amount=1 -kerning first=55 second=912 amount=-3 -kerning first=365 second=932 amount=-3 -kerning first=84 second=1069 amount=-2 -kerning first=1274 second=60 amount=-5 -kerning first=107 second=1196 amount=-4 -kerning first=1120 second=297 amount=5 -kerning first=1026 second=84 amount=-3 -kerning first=89 second=215 amount=-3 -kerning first=374 second=1207 amount=-5 -kerning first=1075 second=265 amount=-2 -kerning first=8221 second=1199 amount=1 -kerning first=1187 second=107 amount=1 -kerning first=1170 second=259 amount=-5 -kerning first=1117 second=1265 amount=-1 -kerning first=86 second=1103 amount=-3 -kerning first=965 second=1066 amount=-3 -kerning first=87 second=945 amount=-3 -kerning first=76 second=186 amount=-6 -kerning first=8218 second=1076 amount=4 -kerning first=233 second=910 amount=-6 -kerning first=932 second=110 amount=-4 -kerning first=1230 second=1067 amount=1 -kerning first=1167 second=1217 amount=-2 -kerning first=1097 second=173 amount=-1 -kerning first=1200 second=260 amount=-5 -kerning first=1070 second=95 amount=-3 -kerning first=1265 second=195 amount=-4 -kerning first=326 second=221 amount=-5 -kerning first=88 second=1086 amount=-2 -kerning first=75 second=367 amount=-2 -kerning first=1254 second=8230 amount=-3 -kerning first=1027 second=1082 amount=-4 -kerning first=1111 second=932 amount=6 -kerning first=1203 second=232 amount=-1 -kerning first=1103 second=118 amount=-1 -kerning first=86 second=308 amount=-6 -kerning first=87 second=262 amount=-2 -kerning first=8244 second=902 amount=-9 -kerning first=933 second=8370 amount=-2 -kerning first=359 second=1065 amount=1 -kerning first=381 second=336 amount=-2 -kerning first=117 second=376 amount=-4 -kerning first=1168 second=249 amount=-5 -kerning first=311 second=1193 amount=-1 -kerning first=1059 second=286 amount=-2 -kerning first=1092 second=120 amount=-1 -kerning first=1040 second=86 amount=-5 -kerning first=1103 second=1201 amount=-1 -kerning first=920 second=356 amount=-2 -kerning first=1107 second=227 amount=-2 -kerning first=299 second=340 amount=3 -kerning first=376 second=1057 amount=-2 -kerning first=910 second=171 amount=-6 -kerning first=1143 second=374 amount=-2 -kerning first=1235 second=1058 amount=-3 -kerning first=1232 second=1089 amount=-1 -kerning first=1115 second=1265 amount=-1 -kerning first=1191 second=1078 amount=-1 -kerning first=922 second=121 amount=-3 -kerning first=111 second=1200 amount=-6 -kerning first=8221 second=957 amount=1 -kerning first=44 second=8221 amount=-5 -kerning first=354 second=959 amount=-5 -kerning first=972 second=375 amount=-1 -kerning first=1167 second=192 amount=-2 -kerning first=177 second=1093 amount=-2 -kerning first=1220 second=1279 amount=-1 -kerning first=1090 second=183 amount=-1 -kerning first=328 second=1185 amount=-2 -kerning first=1178 second=8370 amount=-2 -kerning first=256 second=277 amount=-1 -kerning first=107 second=271 amount=-1 -kerning first=1097 second=222 amount=1 -kerning first=109 second=1066 amount=-3 -kerning first=1040 second=945 amount=-1 -kerning first=372 second=1145 amount=-3 -kerning first=335 second=356 amount=-3 -kerning first=270 second=1234 amount=-2 -kerning first=1043 second=1181 amount=-4 -kerning first=181 second=1059 amount=-4 -kerning first=84 second=8373 amount=-2 -kerning first=225 second=1198 amount=-5 -kerning first=118 second=269 amount=-1 -kerning first=1063 second=1111 amount=5 -kerning first=912 second=8220 amount=-3 -kerning first=1237 second=253 amount=-1 -kerning first=170 second=273 amount=-2 -kerning first=933 second=181 amount=-3 -kerning first=116 second=1068 amount=1 -kerning first=1075 second=1139 amount=-2 -kerning first=1168 second=257 amount=-5 -kerning first=354 second=60 amount=-5 -kerning first=957 second=267 amount=-1 -kerning first=1040 second=262 amount=-2 -kerning first=341 second=118 amount=1 -kerning first=1096 second=174 amount=-1 -kerning first=1125 second=356 amount=-5 -kerning first=920 second=902 amount=-2 -kerning first=245 second=1141 amount=-1 -kerning first=8244 second=1173 amount=-1 -kerning first=197 second=8250 amount=-2 -kerning first=1168 second=1153 amount=-5 -kerning first=92 second=121 amount=-4 -kerning first=341 second=1201 amount=1 -kerning first=321 second=196 amount=2 -kerning first=1122 second=1249 amount=-2 -kerning first=195 second=910 amount=-5 -kerning first=8249 second=1236 amount=-2 -kerning first=121 second=923 amount=-4 -kerning first=345 second=1078 amount=1 -kerning first=288 second=1035 amount=-2 -kerning first=358 second=324 amount=-4 -kerning first=8225 second=1259 amount=-2 -kerning first=1178 second=181 amount=-2 -kerning first=1061 second=216 amount=-1 -kerning first=8218 second=372 amount=-4 -kerning first=915 second=1242 amount=-2 -kerning first=65 second=959 amount=-1 -kerning first=192 second=283 amount=-1 -kerning first=932 second=192 amount=-6 -kerning first=1075 second=247 amount=-1 -kerning first=1222 second=933 amount=-1 -kerning first=1230 second=77 amount=1 -kerning first=114 second=289 amount=-1 -kerning first=1105 second=118 amount=-1 -kerning first=176 second=266 amount=-1 -kerning first=1196 second=250 amount=-5 -kerning first=1128 second=288 amount=-2 -kerning first=358 second=1271 amount=-4 -kerning first=335 second=902 amount=-2 -kerning first=8360 second=910 amount=-5 -kerning first=98 second=1199 amount=-1 -kerning first=8230 second=48 amount=-2 -kerning first=1143 second=1111 amount=3 -kerning first=84 second=249 amount=-5 -kerning first=1243 second=8220 amount=-4 -kerning first=283 second=120 amount=-1 -kerning first=247 second=1035 amount=-4 -kerning first=1232 second=1145 amount=-1 -kerning first=1020 second=121 amount=-1 -kerning first=1105 second=1201 amount=-1 -kerning first=68 second=196 amount=-2 -kerning first=1083 second=255 amount=-1 -kerning first=121 second=295 amount=3 -kerning first=1234 second=1265 amount=-4 -kerning first=1126 second=233 amount=-1 -kerning first=55 second=65 amount=-7 -kerning first=266 second=1244 amount=-1 -kerning first=933 second=1116 amount=-3 -kerning first=959 second=198 amount=-2 -kerning first=65 second=60 amount=-1 -kerning first=1037 second=299 amount=5 -kerning first=107 second=113 amount=-1 -kerning first=932 second=232 amount=-5 -kerning first=1059 second=920 amount=-2 -kerning first=1270 second=99 amount=-5 -kerning first=253 second=279 amount=-1 -kerning first=1091 second=1234 amount=-4 -kerning first=1186 second=310 amount=1 -kerning first=315 second=193 amount=2 -kerning first=248 second=1046 amount=-2 -kerning first=1126 second=1241 amount=-1 -kerning first=1111 second=1184 amount=3 -kerning first=1078 second=1058 amount=-3 -kerning first=1085 second=1035 amount=-3 -kerning first=118 second=1086 amount=-1 -kerning first=91 second=231 amount=-1 -kerning first=1087 second=1143 amount=-1 -kerning first=70 second=1092 amount=-3 -kerning first=1225 second=356 amount=-2 -kerning first=310 second=250 amount=-2 -kerning first=317 second=288 amount=-2 -kerning first=1058 second=44 amount=-2 -kerning first=382 second=1196 amount=-2 -kerning first=273 second=239 amount=3 -kerning first=1222 second=282 amount=1 -kerning first=1050 second=81 amount=-2 -kerning first=1097 second=1030 amount=1 -kerning first=913 second=1213 amount=-2 -kerning first=1196 second=261 amount=-5 -kerning first=98 second=957 amount=-1 -kerning first=252 second=89 amount=-4 -kerning first=55 second=101 amount=-3 -kerning first=84 second=257 amount=-5 -kerning first=233 second=1093 amount=-1 -kerning first=1274 second=361 amount=-5 -kerning first=932 second=1084 amount=-4 -kerning first=1145 second=966 amount=-1 -kerning first=102 second=225 amount=-1 -kerning first=255 second=171 amount=-3 -kerning first=1257 second=1197 amount=-2 -kerning first=89 second=365 amount=-3 -kerning first=301 second=929 amount=3 -kerning first=966 second=1198 amount=-6 -kerning first=260 second=286 amount=-2 -kerning first=84 second=1153 amount=-5 -kerning first=284 second=194 amount=-1 -kerning first=1180 second=1143 amount=-3 -kerning first=1234 second=267 amount=-1 -kerning first=1100 second=1200 amount=-11 -kerning first=1225 second=1168 amount=1 -kerning first=246 second=1196 amount=-3 -kerning first=1059 second=8363 amount=-6 -kerning first=1016 second=1263 amount=-1 -kerning first=120 second=972 amount=-1 -kerning first=957 second=177 amount=-3 -kerning first=1140 second=908 amount=-2 -kerning first=243 second=372 amount=-3 -kerning first=1188 second=944 amount=-4 -kerning first=258 second=232 amount=-1 -kerning first=1185 second=1066 amount=-4 -kerning first=1201 second=1200 amount=-2 -kerning first=1103 second=356 amount=-3 -kerning first=358 second=258 amount=-6 -kerning first=1232 second=1140 amount=-5 -kerning first=1164 second=1061 amount=-2 -kerning first=1200 second=946 amount=-3 -kerning first=1244 second=334 amount=-1 -kerning first=297 second=278 amount=3 -kerning first=933 second=110 amount=-3 -kerning first=915 second=1074 amount=-4 -kerning first=259 second=358 amount=-3 -kerning first=1167 second=221 amount=-6 -kerning first=1170 second=273 amount=-5 -kerning first=1255 second=1143 amount=-1 -kerning first=366 second=8230 amount=-2 -kerning first=943 second=8217 amount=2 -kerning first=1210 second=1200 amount=-5 -kerning first=324 second=932 amount=-3 -kerning first=8221 second=913 amount=-9 -kerning first=910 second=117 amount=-3 -kerning first=1053 second=239 amount=5 -kerning first=355 second=1115 amount=1 -kerning first=192 second=176 amount=-5 -kerning first=356 second=8249 amount=-8 -kerning first=1180 second=284 amount=-2 -kerning first=224 second=1091 amount=-1 -kerning first=8250 second=1033 amount=-2 -kerning first=382 second=271 amount=-1 -kerning first=1184 second=277 amount=-3 -kerning first=1069 second=356 amount=-2 -kerning first=358 second=283 amount=-5 -kerning first=1259 second=1061 amount=-2 -kerning first=170 second=240 amount=-2 -kerning first=297 second=1011 amount=-4 -kerning first=321 second=169 amount=-2 -kerning first=8250 second=923 amount=-2 -kerning first=1086 second=195 amount=-2 -kerning first=271 second=1058 amount=3 -kerning first=232 second=1035 amount=-3 -kerning first=279 second=1143 amount=-1 -kerning first=1235 second=939 amount=-5 -kerning first=1196 second=331 amount=-4 -kerning first=221 second=959 amount=-6 -kerning first=1188 second=335 amount=-5 -kerning first=1054 second=1196 amount=-2 -kerning first=8216 second=1044 amount=-3 -kerning first=239 second=1064 amount=3 -kerning first=193 second=275 amount=-1 -kerning first=375 second=193 amount=-4 -kerning first=1071 second=301 amount=5 -kerning first=1066 second=1199 amount=-1 -kerning first=92 second=903 amount=-5 -kerning first=321 second=89 amount=-3 -kerning first=8217 second=973 amount=-1 -kerning first=1168 second=194 amount=-6 -kerning first=354 second=361 amount=-5 -kerning first=972 second=1066 amount=-3 -kerning first=341 second=356 amount=-4 -kerning first=290 second=1234 amount=-1 -kerning first=87 second=111 amount=-3 -kerning first=358 second=1087 amount=-4 -kerning first=1126 second=374 amount=-5 -kerning first=1118 second=1059 amount=-2 -kerning first=104 second=8216 amount=-3 -kerning first=1253 second=1185 amount=-2 -kerning first=1274 second=290 amount=-2 -kerning first=1215 second=1090 amount=-1 -kerning first=908 second=932 amount=-2 -kerning first=1128 second=101 amount=-1 -kerning first=295 second=375 amount=-1 -kerning first=75 second=283 amount=-3 -kerning first=221 second=60 amount=-7 -kerning first=966 second=1175 amount=-1 -kerning first=8221 second=1103 amount=-5 -kerning first=1107 second=1092 amount=-2 -kerning first=947 second=183 amount=-2 -kerning first=196 second=8249 amount=-2 -kerning first=177 second=1234 amount=-3 -kerning first=1220 second=186 amount=-2 -kerning first=1069 second=902 amount=-2 -kerning first=230 second=1090 amount=-1 -kerning first=375 second=233 amount=-1 -kerning first=971 second=1204 amount=-3 -kerning first=253 second=1195 amount=-1 -kerning first=98 second=354 amount=-3 -kerning first=317 second=65 amount=2 -kerning first=68 second=89 amount=-2 -kerning first=1055 second=95 amount=2 -kerning first=260 second=920 amount=-2 -kerning first=1168 second=234 amount=-5 -kerning first=187 second=121 amount=-2 -kerning first=1170 second=1167 amount=-4 -kerning first=1207 second=1178 amount=1 -kerning first=1105 second=356 amount=-3 -kerning first=95 second=1196 amount=-4 -kerning first=1234 second=177 amount=-3 -kerning first=241 second=1059 amount=-5 -kerning first=186 second=1255 amount=-2 -kerning first=375 second=1241 amount=-1 -kerning first=1043 second=213 amount=-2 -kerning first=8221 second=308 amount=-8 -kerning first=299 second=69 amount=3 -kerning first=377 second=1258 amount=-2 -kerning first=107 second=52 amount=-3 -kerning first=1230 second=8226 amount=-1 -kerning first=1168 second=1243 amount=-5 -kerning first=1066 second=957 amount=-1 -kerning first=933 second=192 amount=-5 -kerning first=382 second=113 amount=-1 -kerning first=315 second=374 amount=-3 -kerning first=357 second=1062 amount=1 -kerning first=313 second=1194 amount=-2 -kerning first=194 second=81 amount=-2 -kerning first=1179 second=279 amount=-1 -kerning first=341 second=902 amount=-3 -kerning first=86 second=265 amount=-3 -kerning first=1118 second=291 amount=-1 -kerning first=1256 second=354 amount=-2 -kerning first=910 second=286 amount=-2 -kerning first=981 second=358 amount=-3 -kerning first=1168 second=1085 amount=-4 -kerning first=1046 second=1063 amount=-2 -kerning first=286 second=196 amount=-1 -kerning first=1270 second=198 amount=-6 -kerning first=1040 second=111 amount=-1 -kerning first=372 second=1233 amount=-3 -kerning first=1098 second=1196 amount=-7 -kerning first=1043 second=118 amount=-4 -kerning first=67 second=1217 amount=-1 -kerning first=299 second=1111 amount=3 -kerning first=1229 second=95 amount=2 -kerning first=196 second=1035 amount=-6 -kerning first=258 second=221 amount=-5 -kerning first=1197 second=261 amount=-2 -kerning first=197 second=1143 amount=-4 -kerning first=8225 second=1193 amount=-2 -kerning first=98 second=913 amount=-2 -kerning first=1195 second=1026 amount=-5 -kerning first=338 second=299 amount=5 -kerning first=244 second=86 amount=-3 -kerning first=933 second=232 amount=-6 -kerning first=915 second=945 amount=-5 -kerning first=1043 second=1201 amount=-4 -kerning first=260 second=8363 amount=-1 -kerning first=311 second=1010 amount=-1 -kerning first=1187 second=104 amount=1 -kerning first=284 second=376 amount=-2 -kerning first=1196 second=197 amount=-6 -kerning first=1126 second=1111 amount=3 -kerning first=239 second=321 amount=3 -kerning first=8216 second=1032 amount=-9 -kerning first=8244 second=1265 amount=1 -kerning first=84 second=194 amount=-6 -kerning first=1230 second=928 amount=1 -kerning first=1277 second=932 amount=-3 -kerning first=343 second=335 amount=-1 -kerning first=1035 second=1196 amount=-3 -kerning first=1140 second=1255 amount=-3 -kerning first=1040 second=8216 amount=-8 -kerning first=1198 second=183 amount=-4 -kerning first=1217 second=289 amount=-2 -kerning first=915 second=262 amount=-2 -kerning first=1027 second=971 amount=-4 -kerning first=354 second=290 amount=-2 -kerning first=1275 second=972 amount=-2 -kerning first=1143 second=46 amount=-2 -kerning first=1068 second=372 amount=-3 -kerning first=1026 second=1118 amount=-1 -kerning first=1256 second=913 amount=-2 -kerning first=294 second=299 amount=5 -kerning first=1178 second=232 amount=-3 -kerning first=933 second=1084 amount=-3 -kerning first=197 second=284 amount=-2 -kerning first=1170 second=240 amount=-5 -kerning first=1095 second=1198 amount=-5 -kerning first=1196 second=275 amount=-5 -kerning first=1188 second=1104 amount=-5 -kerning first=84 second=234 amount=-5 -kerning first=57 second=1200 amount=-2 -kerning first=1138 second=932 amount=-2 -kerning first=102 second=100 amount=-1 -kerning first=114 second=1196 amount=-4 -kerning first=1141 second=245 amount=-1 -kerning first=1270 second=8353 amount=-2 -kerning first=1140 second=126 amount=-3 -kerning first=246 second=87 amount=-3 -kerning first=1128 second=174 amount=-5 -kerning first=1058 second=225 amount=-5 -kerning first=321 second=210 amount=-2 -kerning first=335 second=93 amount=-1 -kerning first=1163 second=1065 amount=1 -kerning first=1084 second=376 amount=-5 -kerning first=1187 second=317 amount=1 -kerning first=84 second=1243 amount=-5 -kerning first=86 second=1139 amount=-3 -kerning first=1126 second=332 amount=-2 -kerning first=8244 second=267 amount=-4 -kerning first=1274 second=196 amount=-6 -kerning first=932 second=212 amount=-2 -kerning first=219 second=46 amount=-2 -kerning first=1235 second=967 amount=-1 -kerning first=1196 second=1187 amount=-4 -kerning first=89 second=256 amount=-5 -kerning first=1188 second=1114 amount=-4 -kerning first=1109 second=1035 amount=-5 -kerning first=357 second=313 amount=1 -kerning first=1027 second=337 amount=-5 -kerning first=39 second=52 amount=-4 -kerning first=84 second=1085 amount=-4 -kerning first=112 second=932 amount=-3 -kerning first=118 second=227 amount=-1 -kerning first=94 second=913 amount=-5 -kerning first=1209 second=1249 amount=-2 -kerning first=375 second=374 amount=-2 -kerning first=292 second=303 amount=2 -kerning first=1200 second=966 amount=-6 -kerning first=1225 second=917 amount=1 -kerning first=310 second=275 amount=-3 -kerning first=293 second=255 amount=-1 -kerning first=378 second=84 amount=-2 -kerning first=76 second=1040 amount=2 -kerning first=374 second=8249 amount=-6 -kerning first=266 second=1111 amount=2 -kerning first=65 second=290 amount=-2 -kerning first=939 second=1081 amount=-3 -kerning first=311 second=339 amount=-1 -kerning first=1207 second=1045 amount=1 -kerning first=1066 second=354 amount=-3 -kerning first=284 second=307 amount=2 -kerning first=86 second=247 amount=-3 -kerning first=87 second=1209 amount=-3 -kerning first=910 second=920 amount=-2 -kerning first=355 second=1231 amount=1 -kerning first=317 second=174 amount=-5 -kerning first=1274 second=235 amount=-5 -kerning first=320 second=296 amount=1 -kerning first=1277 second=285 amount=-1 -kerning first=89 second=281 amount=-6 -kerning first=315 second=332 amount=-2 -kerning first=1258 second=8218 amount=-3 -kerning first=8217 second=1239 amount=-4 -kerning first=248 second=125 amount=-1 -kerning first=335 second=1265 amount=-1 -kerning first=379 second=1054 amount=-2 -kerning first=959 second=1244 amount=-2 -kerning first=121 second=192 amount=-4 -kerning first=1271 second=1066 amount=-3 -kerning first=1054 second=87 amount=-1 -kerning first=1225 second=318 amount=1 -kerning first=356 second=228 amount=-5 -kerning first=1181 second=233 amount=-1 -kerning first=1251 second=1198 amount=-5 -kerning first=1059 second=216 amount=-2 -kerning first=1179 second=1195 amount=-1 -kerning first=339 second=92 amount=-3 -kerning first=114 second=271 amount=-1 -kerning first=1257 second=253 amount=-1 -kerning first=1242 second=1035 amount=-2 -kerning first=1193 second=1026 amount=-3 -kerning first=221 second=361 amount=-3 -kerning first=1188 second=353 amount=-5 -kerning first=905 second=297 amount=5 -kerning first=939 second=71 amount=-2 -kerning first=355 second=45 amount=-1 -kerning first=250 second=356 amount=-3 -kerning first=309 second=237 amount=3 -kerning first=1143 second=103 amount=-1 -kerning first=258 second=212 amount=-2 -kerning first=336 second=910 amount=-2 -kerning first=1060 second=88 amount=-1 -kerning first=217 second=47 amount=-4 -kerning first=1181 second=1241 amount=-1 -kerning first=1277 second=162 amount=-1 -kerning first=1191 second=8220 amount=-5 -kerning first=89 second=1226 amount=-3 -kerning first=374 second=1035 amount=3 -kerning first=8217 second=1102 amount=-1 -kerning first=1153 second=354 amount=-5 -kerning first=1066 second=913 amount=-2 -kerning first=913 second=100 amount=-1 -kerning first=1101 second=86 amount=-3 -kerning first=121 second=232 amount=-1 -kerning first=174 second=945 amount=-2 -kerning first=86 second=1028 amount=-2 -kerning first=268 second=935 amount=-1 -kerning first=910 second=8363 amount=-6 -kerning first=355 second=80 amount=1 -kerning first=959 second=193 amount=-2 -kerning first=1169 second=261 amount=-2 -kerning first=54 second=46 amount=-2 -kerning first=235 second=376 amount=-6 -kerning first=107 second=248 amount=-1 -kerning first=1222 second=1204 amount=-2 -kerning first=1145 second=226 amount=-1 -kerning first=1189 second=291 amount=-2 -kerning first=281 second=92 amount=-3 -kerning first=953 second=43 amount=-2 -kerning first=114 second=1275 amount=2 -kerning first=343 second=1104 amount=-1 -kerning first=286 second=89 amount=-2 -kerning first=923 second=933 amount=-5 -kerning first=1186 second=921 amount=1 -kerning first=295 second=1066 amount=-3 -kerning first=922 second=71 amount=-2 -kerning first=8217 second=74 amount=-8 -kerning first=377 second=172 amount=-2 -kerning first=354 second=196 amount=-6 -kerning first=1273 second=86 amount=-3 -kerning first=1139 second=1059 amount=-6 -kerning first=94 second=308 amount=-6 -kerning first=70 second=981 amount=-3 -kerning first=345 second=242 amount=-1 -kerning first=375 second=1111 amount=3 -kerning first=378 second=1239 amount=-1 -kerning first=90 second=214 amount=-2 -kerning first=1036 second=963 amount=-3 -kerning first=327 second=938 amount=1 -kerning first=215 second=89 amount=-3 -kerning first=1050 second=211 amount=-2 -kerning first=1097 second=905 amount=1 -kerning first=1033 second=86 amount=-3 -kerning first=1012 second=84 amount=-2 -kerning first=380 second=244 amount=-1 -kerning first=333 second=1140 amount=-3 -kerning first=8244 second=177 amount=-4 -kerning first=1110 second=301 amount=3 -kerning first=193 second=336 amount=-2 -kerning first=1274 second=343 amount=-4 -kerning first=1207 second=358 amount=-2 -kerning first=373 second=1153 amount=-1 -kerning first=88 second=1092 amount=-2 -kerning first=939 second=45 amount=-4 -kerning first=354 second=235 amount=-5 -kerning first=55 second=1257 amount=-3 -kerning first=234 second=1059 amount=-6 -kerning first=1231 second=1111 amount=5 -kerning first=1213 second=1091 amount=-1 -kerning first=1232 second=1058 amount=-6 -kerning first=76 second=355 amount=-1 -kerning first=256 second=932 amount=-6 -kerning first=1230 second=89 amount=-1 -kerning first=1215 second=120 amount=-1 -kerning first=1050 second=119 amount=-4 -kerning first=902 second=927 amount=-2 -kerning first=114 second=113 amount=-1 -kerning first=119 second=38 amount=-2 -kerning first=92 second=71 amount=-2 -kerning first=357 second=70 amount=1 -kerning first=1027 second=1105 amount=-5 -kerning first=313 second=1138 amount=-2 -kerning first=8221 second=1263 amount=1 -kerning first=1074 second=910 amount=-5 -kerning first=1197 second=275 amount=-2 -kerning first=1255 second=1202 amount=-2 -kerning first=1274 second=169 amount=-2 -kerning first=8250 second=1217 amount=-3 -kerning first=95 second=268 amount=-3 -kerning first=230 second=120 amount=-1 -kerning first=1200 second=1060 amount=-2 -kerning first=1036 second=243 amount=-3 -kerning first=915 second=960 amount=-7 -kerning first=922 second=45 amount=-6 -kerning first=1075 second=283 amount=-2 -kerning first=1168 second=334 amount=-2 -kerning first=1170 second=230 amount=-5 -kerning first=1035 second=87 amount=-3 -kerning first=221 second=290 amount=-2 -kerning first=122 second=337 amount=-1 -kerning first=1043 second=902 amount=-6 -kerning first=239 second=1166 amount=3 -kerning first=238 second=165 amount=2 -kerning first=8218 second=1098 amount=-3 -kerning first=1086 second=119 amount=-1 -kerning first=1077 second=86 amount=-3 -kerning first=902 second=1267 amount=-4 -kerning first=1097 second=8244 amount=2 -kerning first=1093 second=966 amount=-1 -kerning first=1164 second=121 amount=-1 -kerning first=1270 second=241 amount=-4 -kerning first=109 second=174 amount=-1 -kerning first=372 second=1094 amount=-2 -kerning first=924 second=301 amount=5 -kerning first=95 second=238 amount=2 -kerning first=1088 second=358 amount=-3 -kerning first=1103 second=1265 amount=-1 -kerning first=1178 second=1110 amount=2 -kerning first=8353 second=1244 amount=-1 -kerning first=8217 second=1107 amount=-1 -kerning first=65 second=235 amount=-1 -kerning first=8250 second=192 amount=-2 -kerning first=1222 second=315 amount=1 -kerning first=1168 second=373 amount=-4 -kerning first=1199 second=8244 amount=2 -kerning first=1097 second=84 amount=-2 -kerning first=8221 second=265 amount=-4 -kerning first=1143 second=259 amount=-1 -kerning first=381 second=1242 amount=-2 -kerning first=179 second=1275 amount=2 -kerning first=1185 second=101 amount=-1 -kerning first=932 second=44 amount=-2 -kerning first=1168 second=1273 amount=-4 -kerning first=102 second=297 amount=7 -kerning first=1259 second=121 amount=-1 -kerning first=1198 second=1253 amount=-3 -kerning first=933 second=212 amount=-2 -kerning first=1058 second=100 amount=-5 -kerning first=915 second=111 amount=-5 -kerning first=8217 second=942 amount=-1 -kerning first=1241 second=1236 amount=-2 -kerning first=260 second=216 amount=-2 -kerning first=354 second=343 amount=-4 -kerning first=1199 second=84 amount=-2 -kerning first=957 second=260 amount=-4 -kerning first=1090 second=95 amount=-3 -kerning first=121 second=221 amount=-2 -kerning first=95 second=52 amount=-4 -kerning first=971 second=1200 amount=-4 -kerning first=192 second=1059 amount=-5 -kerning first=256 second=285 amount=-1 -kerning first=902 second=269 amount=-1 -kerning first=343 second=381 amount=-2 -kerning first=255 second=8363 amount=-1 -kerning first=169 second=1140 amount=-2 -kerning first=1186 second=914 amount=1 -kerning first=1043 second=1173 amount=-4 -kerning first=1107 second=981 amount=-2 -kerning first=299 second=1050 amount=3 -kerning first=972 second=65 amount=-2 -kerning first=1275 second=224 amount=-2 -kerning first=213 second=198 amount=-2 -kerning first=261 second=933 amount=-5 -kerning first=376 second=1234 amount=-5 -kerning first=1091 second=172 amount=-3 -kerning first=1178 second=212 amount=-2 -kerning first=297 second=76 amount=3 -kerning first=1128 second=1257 amount=-1 -kerning first=357 second=1198 amount=-1 -kerning first=1046 second=1258 amount=-1 -kerning first=354 second=169 amount=-2 -kerning first=211 second=256 amount=-2 -kerning first=913 second=1026 amount=-6 -kerning first=341 second=1265 amount=1 -kerning first=1117 second=1090 amount=-2 -kerning first=1196 second=336 amount=-2 -kerning first=84 second=334 amount=-2 -kerning first=959 second=374 amount=-6 -kerning first=197 second=42 amount=-5 -kerning first=256 second=162 amount=-1 -kerning first=1180 second=213 amount=-2 -kerning first=257 second=255 amount=-1 -kerning first=1087 second=118 amount=-1 -kerning first=70 second=1040 amount=-6 -kerning first=8225 second=1010 amount=-2 -kerning first=1102 second=1140 amount=-3 -kerning first=374 second=228 amount=-5 -kerning first=382 second=248 amount=-1 -kerning first=243 second=1098 amount=-2 -kerning first=939 second=1082 amount=-3 -kerning first=361 second=354 amount=-3 -kerning first=1111 second=236 amount=6 -kerning first=194 second=211 amount=-2 -kerning first=1228 second=221 amount=-5 -kerning first=210 second=933 amount=-2 -kerning first=913 second=67 amount=-2 -kerning first=118 second=1092 amount=-1 -kerning first=1087 second=1201 amount=-1 -kerning first=1267 second=356 amount=-2 -kerning first=98 second=1263 amount=-1 -kerning first=1061 second=927 amount=-1 -kerning first=297 second=359 amount=3 -kerning first=244 second=8216 amount=-4 -kerning first=68 second=1046 amount=-1 -kerning first=192 second=291 amount=-1 -kerning first=1092 second=1078 amount=-1 -kerning first=1105 second=1265 amount=-1 -kerning first=1270 second=193 amount=-6 -kerning first=1233 second=1143 amount=-1 -kerning first=8221 second=1139 amount=-4 -kerning first=84 second=373 amount=-4 -kerning first=1078 second=183 amount=-1 -kerning first=1180 second=118 amount=-3 -kerning first=1034 second=1140 amount=-3 -kerning first=1205 second=8360 amount=1 -kerning first=1115 second=1090 amount=-2 -kerning first=310 second=336 amount=-2 -kerning first=1058 second=112 amount=-4 -kerning first=194 second=119 amount=-4 -kerning first=1199 second=1239 amount=-1 -kerning first=84 second=1273 amount=-4 -kerning first=373 second=194 amount=-4 -kerning first=913 second=297 amount=3 -kerning first=341 second=267 amount=-1 -kerning first=1180 second=1201 amount=-3 -kerning first=358 second=59 amount=-2 -kerning first=221 second=196 amount=-5 -kerning first=1126 second=103 amount=-1 -kerning first=1118 second=1076 amount=-3 -kerning first=122 second=1105 amount=-1 -kerning first=8244 second=369 amount=-3 -kerning first=1169 second=275 amount=-2 -kerning first=57 second=55 amount=-1 -kerning first=1220 second=1040 amount=-2 -kerning first=65 second=169 amount=-2 -kerning first=1274 second=210 amount=-2 -kerning first=356 second=1179 amount=-4 -kerning first=1201 second=244 amount=-1 -kerning first=334 second=1035 amount=-2 -kerning first=902 second=1086 amount=-1 -kerning first=1205 second=325 amount=1 -kerning first=1270 second=233 amount=-5 -kerning first=253 second=287 amount=-1 -kerning first=1217 second=271 amount=-2 -kerning first=1027 second=951 amount=-4 -kerning first=8221 second=247 amount=-3 -kerning first=1111 second=330 amount=3 -kerning first=1255 second=118 amount=-1 -kerning first=91 second=279 amount=-1 -kerning first=1237 second=1185 amount=-1 -kerning first=1267 second=902 amount=-4 -kerning first=1232 second=182 amount=-1 -kerning first=1270 second=1241 amount=-5 -kerning first=65 second=89 amount=-5 -kerning first=367 second=1026 amount=-3 -kerning first=373 second=234 amount=-1 -kerning first=1255 second=1201 amount=-1 -kerning first=1198 second=338 amount=-2 -kerning first=1108 second=1197 amount=-1 -kerning first=221 second=235 amount=-6 -kerning first=1211 second=1059 amount=-5 -kerning first=76 second=1198 amount=-3 -kerning first=363 second=8220 amount=-3 -kerning first=1201 second=8222 amount=-5 -kerning first=102 second=1235 amount=-1 -kerning first=8225 second=339 amount=-2 -kerning first=1232 second=939 amount=-5 -kerning first=373 second=1243 amount=-1 -kerning first=1270 second=1230 amount=-4 -kerning first=1200 second=226 amount=-5 -kerning first=1265 second=97 amount=-1 -kerning first=1279 second=1204 amount=-3 -kerning first=8217 second=1118 amount=1 -kerning first=379 second=299 amount=5 -kerning first=1048 second=300 amount=1 -kerning first=1199 second=74 amount=-4 -kerning first=1175 second=966 amount=-1 -kerning first=279 second=118 amount=-1 -kerning first=1104 second=1140 amount=-3 -kerning first=174 second=111 amount=-2 -kerning first=375 second=46 amount=-2 -kerning first=910 second=216 amount=-2 -kerning first=355 second=270 amount=1 -kerning first=1061 second=269 amount=-2 -kerning first=1243 second=923 amount=-2 -kerning first=59 second=1035 amount=-2 -kerning first=8250 second=221 amount=-6 -kerning first=1168 second=8230 amount=-2 -kerning first=216 second=1066 amount=-2 -kerning first=279 second=1201 amount=-1 -kerning first=1202 second=288 amount=-1 -kerning first=973 second=1196 amount=-3 -kerning first=100 second=207 amount=1 -kerning first=303 second=303 amount=3 -kerning first=55 second=1108 amount=-3 -kerning first=283 second=1078 amount=-1 -kerning first=297 second=1238 amount=3 -kerning first=915 second=1209 amount=-5 -kerning first=77 second=299 amount=5 -kerning first=972 second=174 amount=-1 -kerning first=1016 second=258 amount=-2 -kerning first=45 second=1198 amount=-4 -kerning first=55 second=1032 amount=-6 -kerning first=1080 second=221 amount=-5 -kerning first=212 second=194 amount=-2 -kerning first=1222 second=124 amount=1 -kerning first=1059 second=1191 amount=-3 -kerning first=961 second=932 amount=-3 -kerning first=1217 second=113 amount=-2 -kerning first=1058 second=67 amount=-2 -kerning first=1184 second=285 amount=-3 -kerning first=8217 second=263 amount=-4 -kerning first=195 second=1258 amount=-2 -kerning first=354 second=210 amount=-2 -kerning first=972 second=935 amount=-2 -kerning first=258 second=1213 amount=-2 -kerning first=1274 second=1259 amount=-5 -kerning first=1114 second=1098 amount=-4 -kerning first=358 second=291 amount=-5 -kerning first=1225 second=1211 amount=1 -kerning first=933 second=44 amount=-3 -kerning first=918 second=67 amount=-2 -kerning first=46 second=1066 amount=-2 -kerning first=307 second=297 amount=3 -kerning first=197 second=213 amount=-2 -kerning first=1187 second=172 amount=-1 -kerning first=1170 second=1095 amount=-5 -kerning first=1066 second=1263 amount=-1 -kerning first=1101 second=8216 amount=-4 -kerning first=221 second=343 amount=-3 -kerning first=1166 second=43 amount=-2 -kerning first=48 second=95 amount=-3 -kerning first=1143 second=273 amount=-1 -kerning first=179 second=52 amount=-4 -kerning first=1063 second=938 amount=1 -kerning first=1222 second=1200 amount=-1 -kerning first=92 second=8224 amount=-5 -kerning first=199 second=88 amount=-1 -kerning first=337 second=1236 amount=-2 -kerning first=1058 second=297 amount=6 -kerning first=1184 second=162 amount=-3 -kerning first=1226 second=310 amount=1 -kerning first=1273 second=8216 amount=-3 -kerning first=1068 second=1098 amount=-2 -kerning first=241 second=372 amount=-3 -kerning first=1061 second=1086 amount=-2 -kerning first=269 second=933 amount=-4 -kerning first=8244 second=326 amount=-1 -kerning first=918 second=297 amount=5 -kerning first=197 second=118 amount=-4 -kerning first=932 second=225 amount=-5 -kerning first=1082 second=45 amount=-2 -kerning first=1087 second=356 amount=-3 -kerning first=1046 second=172 amount=-4 -kerning first=362 second=8222 amount=-5 -kerning first=1033 second=8216 amount=-4 -kerning first=1198 second=1163 amount=-3 -kerning first=1186 second=72 amount=1 -kerning first=75 second=291 amount=-3 -kerning first=221 second=169 amount=-2 -kerning first=1188 second=43 amount=-4 -kerning first=1027 second=1091 amount=-4 -kerning first=947 second=95 amount=-3 -kerning first=333 second=1058 amount=-3 -kerning first=196 second=94 amount=-5 -kerning first=84 second=8230 amount=-2 -kerning first=197 second=1201 amount=-4 -kerning first=86 second=258 amount=-5 -kerning first=375 second=103 amount=-1 -kerning first=1271 second=101 amount=-2 -kerning first=1020 second=8224 amount=-2 -kerning first=1270 second=1125 amount=-4 -kerning first=1225 second=323 amount=1 -kerning first=353 second=374 amount=-5 -kerning first=378 second=263 amount=-1 -kerning first=381 second=262 amount=-2 -kerning first=65 second=210 amount=-2 -kerning first=97 second=1091 amount=-1 -kerning first=1084 second=1141 amount=-1 -kerning first=1207 second=1048 amount=1 -kerning first=1085 second=1199 amount=-1 -kerning first=91 second=1195 amount=-1 -kerning first=1234 second=170 amount=-5 -kerning first=313 second=1012 amount=-2 -kerning first=1052 second=297 amount=5 -kerning first=1269 second=932 amount=-3 -kerning first=336 second=1234 amount=-2 -kerning first=1189 second=1076 amount=-3 -kerning first=1020 second=88 amount=-2 -kerning first=286 second=1046 amount=-1 -kerning first=1200 second=1254 amount=-2 -kerning first=923 second=1204 amount=-6 -kerning first=88 second=981 amount=-2 -kerning first=1128 second=1108 amount=-1 -kerning first=8353 second=1111 amount=2 -kerning first=313 second=358 amount=-6 -kerning first=365 second=8217 amount=1 -kerning first=1179 second=287 amount=-1 -kerning first=1187 second=68 amount=1 -kerning first=86 second=283 amount=-3 -kerning first=1271 second=1083 amount=-3 -kerning first=1118 second=299 amount=3 -kerning first=45 second=1175 amount=-1 -kerning first=170 second=38 amount=-3 -kerning first=328 second=1267 amount=-1 -kerning first=1166 second=1236 amount=-5 -kerning first=1200 second=1144 amount=-2 -kerning first=1168 second=1141 amount=-4 -kerning first=354 second=1259 amount=-5 -kerning first=1051 second=301 amount=5 -kerning first=215 second=1046 amount=-3 -kerning first=114 second=248 amount=-1 -kerning first=1097 second=314 amount=1 -kerning first=1278 second=173 amount=-4 -kerning first=1217 second=268 amount=-1 -kerning first=1043 second=1265 amount=-4 -kerning first=1027 second=231 amount=-5 -kerning first=8221 second=367 amount=-3 -kerning first=1255 second=356 amount=-3 -kerning first=1232 second=967 amount=-4 -kerning first=374 second=1179 amount=-3 -kerning first=270 second=8218 amount=-3 -kerning first=920 second=1278 amount=-1 -kerning first=1085 second=957 amount=-1 -kerning first=174 second=1209 amount=-1 -kerning first=1188 second=1236 amount=-6 -kerning first=968 second=955 amount=-3 -kerning first=1171 second=45 amount=-1 -kerning first=57 second=8222 amount=-3 -kerning first=1145 second=301 amount=7 -kerning first=229 second=376 amount=-5 -kerning first=1235 second=92 amount=-3 -kerning first=1270 second=1111 amount=6 -kerning first=1040 second=8250 amount=-2 -kerning first=1202 second=101 amount=-2 -kerning first=173 second=358 amount=-4 -kerning first=265 second=1066 amount=-5 -kerning first=279 second=356 amount=-3 -kerning first=332 second=196 amount=-2 -kerning first=1090 second=335 amount=-2 -kerning first=1203 second=100 amount=-1 -kerning first=43 second=1196 amount=-4 -kerning first=1205 second=1055 amount=1 -kerning first=376 second=1258 amount=-2 -kerning first=8373 second=935 amount=-1 -kerning first=8244 second=260 amount=-9 -kerning first=1186 second=1058 amount=-2 -kerning first=335 second=1278 amount=-2 -kerning first=192 second=1054 amount=-2 -kerning first=356 second=214 amount=-2 -kerning first=213 second=1244 amount=-1 -kerning first=121 second=44 amount=-2 -kerning first=162 second=933 amount=-4 -kerning first=1043 second=267 amount=-5 -kerning first=1255 second=902 amount=-2 -kerning first=235 second=1141 amount=-1 -kerning first=65 second=1259 amount=-1 -kerning first=212 second=376 amount=-2 -kerning first=232 second=1199 amount=-1 -kerning first=1277 second=940 amount=-1 -kerning first=1026 second=256 amount=-2 -kerning first=1097 second=1120 amount=1 -kerning first=343 second=43 amount=-2 -kerning first=1091 second=333 amount=-1 -kerning first=1265 second=1089 amount=-1 -kerning first=169 second=1058 amount=-2 -kerning first=326 second=1026 amount=-3 -kerning first=1058 second=1235 amount=-5 -kerning first=301 second=918 amount=6 -kerning first=8249 second=932 amount=-3 -kerning first=1185 second=1257 amount=-1 -kerning first=227 second=1059 amount=-5 -kerning first=95 second=1100 amount=3 -kerning first=1276 second=173 amount=-4 -kerning first=355 second=919 amount=1 -kerning first=1270 second=332 amount=-2 -kerning first=1263 second=945 amount=-1 -kerning first=357 second=1252 amount=1 -kerning first=1143 second=240 amount=-1 -kerning first=213 second=193 amount=-2 -kerning first=84 second=1141 amount=-4 -kerning first=356 second=1199 amount=-4 -kerning first=70 second=382 amount=-2 -kerning first=288 second=354 amount=-2 -kerning first=375 second=259 amount=-1 -kerning first=1102 second=1058 amount=-3 -kerning first=253 second=358 amount=-2 -kerning first=1091 second=8218 amount=-5 -kerning first=221 second=210 amount=-2 -kerning first=920 second=260 amount=-2 -kerning first=196 second=214 amount=-2 -kerning first=247 second=354 amount=-4 -kerning first=232 second=957 amount=-1 -kerning first=1071 second=206 amount=1 -kerning first=372 second=183 amount=-3 -kerning first=944 second=8244 amount=1 -kerning first=923 second=357 amount=-2 -kerning first=89 second=289 amount=-6 -kerning first=295 second=174 amount=-1 -kerning first=939 second=971 amount=-3 -kerning first=931 second=171 amount=-2 -kerning first=1220 second=1198 amount=-6 -kerning first=261 second=1204 amount=-3 -kerning first=118 second=981 amount=-1 -kerning first=1034 second=1058 amount=-3 -kerning first=197 second=356 amount=-6 -kerning first=1181 second=103 amount=-1 -kerning first=1230 second=75 amount=1 -kerning first=1059 second=927 amount=-2 -kerning first=1170 second=38 amount=-2 -kerning first=343 second=1236 amount=-3 -kerning first=957 second=966 amount=-1 -kerning first=944 second=84 amount=-3 -kerning first=927 second=8220 amount=-2 -kerning first=335 second=260 amount=-2 -kerning first=1188 second=251 amount=-5 -kerning first=8221 second=324 amount=-1 -kerning first=1139 second=372 amount=-3 -kerning first=1085 second=354 amount=-3 -kerning first=1274 second=1193 amount=-5 -kerning first=356 second=957 amount=-4 -kerning first=288 second=913 amount=-1 -kerning first=1141 second=1066 amount=-2 -kerning first=1265 second=1145 amount=-1 -kerning first=1244 second=199 amount=-1 -kerning first=933 second=225 amount=-5 -kerning first=1036 second=99 amount=-3 -kerning first=8221 second=1271 amount=-1 -kerning first=187 second=88 amount=-3 -kerning first=1199 second=263 amount=-1 -kerning first=196 second=1199 amount=-4 -kerning first=210 second=1204 amount=-2 -kerning first=958 second=95 amount=4 -kerning first=1126 second=273 amount=-1 -kerning first=122 second=231 amount=-1 -kerning first=333 second=939 amount=-6 -kerning first=376 second=1080 amount=-3 -kerning first=107 second=959 amount=-1 -kerning first=932 second=100 amount=-5 -kerning first=1230 second=1109 amount=-1 -kerning first=101 second=1196 amount=-3 -kerning first=1067 second=300 amount=1 -kerning first=939 second=337 amount=-6 -kerning first=234 second=372 amount=-3 -kerning first=1243 second=1217 amount=-2 -kerning first=210 second=1232 amount=-2 -kerning first=1090 second=1104 amount=-2 -kerning first=358 second=1054 amount=-2 -kerning first=1232 second=183 amount=-2 -kerning first=226 second=910 amount=-5 -kerning first=1170 second=255 amount=-4 -kerning first=1104 second=1058 amount=-3 -kerning first=289 second=1035 amount=-3 -kerning first=104 second=1143 amount=-1 -kerning first=308 second=8230 amount=-2 -kerning first=1225 second=1043 amount=1 -kerning first=910 second=1191 amount=-3 -kerning first=1274 second=1109 amount=-5 -kerning first=107 second=60 amount=-5 -kerning first=126 second=86 amount=-3 -kerning first=1091 second=1077 amount=-1 -kerning first=116 second=310 amount=1 -kerning first=922 second=337 amount=-3 -kerning first=8217 second=365 amount=-3 -kerning first=221 second=1259 amount=-6 -kerning first=335 second=1090 amount=-2 -kerning first=183 second=1202 amount=-4 -kerning first=1187 second=1188 amount=1 -kerning first=196 second=957 amount=-4 -kerning first=193 second=1242 amount=-2 -kerning first=332 second=89 amount=-2 -kerning first=1203 second=1026 amount=-3 -kerning first=240 second=194 amount=-2 -kerning first=358 second=378 amount=-3 -kerning first=1267 second=267 amount=-1 -kerning first=1243 second=192 amount=-2 -kerning first=1253 second=1267 amount=-1 -kerning first=1059 second=269 amount=-6 -kerning first=1092 second=8220 amount=-4 -kerning first=1257 second=1185 amount=-2 -kerning first=1069 second=1278 amount=-1 -kerning first=1128 second=908 amount=-2 -kerning first=1125 second=1090 amount=-1 -kerning first=75 second=1054 amount=-2 -kerning first=357 second=1186 amount=1 -kerning first=258 second=100 amount=-1 -kerning first=959 second=1249 amount=-2 -kerning first=1220 second=1175 amount=-1 -kerning first=1224 second=86 amount=-3 -kerning first=1091 second=1113 amount=-3 -kerning first=1010 second=376 amount=-4 -kerning first=1075 second=291 amount=-2 -kerning first=232 second=354 amount=-3 -kerning first=216 second=65 amount=-2 -kerning first=354 second=1193 amount=-5 -kerning first=1234 second=966 amount=-1 -kerning first=935 second=1256 amount=-1 -kerning first=313 second=266 amount=-2 -kerning first=239 second=356 amount=6 -kerning first=8221 second=258 amount=-9 -kerning first=376 second=172 amount=-4 -kerning first=8244 second=946 amount=-1 -kerning first=323 second=296 amount=1 -kerning first=256 second=940 amount=-1 -kerning first=43 second=87 amount=-3 -kerning first=932 second=112 amount=-4 -kerning first=1145 second=242 amount=-1 -kerning first=1097 second=215 amount=-1 -kerning first=92 second=337 amount=-1 -kerning first=374 second=214 amount=-2 -kerning first=1186 second=939 amount=-1 -kerning first=1217 second=248 amount=-2 -kerning first=248 second=1203 amount=-1 -kerning first=259 second=375 amount=-1 -kerning first=213 second=374 amount=-2 -kerning first=87 second=284 amount=-2 -kerning first=317 second=908 amount=-2 -kerning first=297 second=301 amount=3 -kerning first=192 second=372 amount=-4 -kerning first=256 second=264 amount=-2 -kerning first=1222 second=1162 amount=1 -kerning first=1168 second=122 amount=-3 -kerning first=1046 second=333 amount=-2 -kerning first=1050 second=1089 amount=-3 -kerning first=1179 second=358 amount=-4 -kerning first=1167 second=1026 amount=-3 -kerning first=169 second=939 amount=-2 -kerning first=1193 second=121 amount=-1 -kerning first=239 second=1168 amount=3 -kerning first=8221 second=283 amount=-4 -kerning first=55 second=1255 amount=-3 -kerning first=1143 second=230 amount=-1 -kerning first=118 second=1040 amount=-4 -kerning first=320 second=1111 amount=5 -kerning first=1119 second=1091 amount=-1 -kerning first=345 second=923 amount=-3 -kerning first=292 second=298 amount=1 -kerning first=1270 second=46 amount=-2 -kerning first=1040 second=1143 amount=-4 -kerning first=335 second=170 amount=-2 -kerning first=357 second=8221 amount=2 -kerning first=260 second=927 amount=-2 -kerning first=354 second=1109 amount=-5 -kerning first=1226 second=921 amount=1 -kerning first=71 second=84 amount=-2 -kerning first=1233 second=118 amount=-1 -kerning first=121 second=225 amount=-1 -kerning first=65 second=1193 amount=-1 -kerning first=1215 second=1078 amount=-1 -kerning first=38 second=1035 amount=-4 -kerning first=1059 second=1086 amount=-6 -kerning first=1124 second=1278 amount=-1 -kerning first=1097 second=1190 amount=1 -kerning first=373 second=8230 amount=-5 -kerning first=1102 second=939 amount=-6 -kerning first=1205 second=280 amount=1 -kerning first=1233 second=1201 amount=-1 -kerning first=923 second=1256 amount=-2 -kerning first=1198 second=944 amount=-3 -kerning first=939 second=1105 amount=-6 -kerning first=1027 second=363 amount=-5 -kerning first=8221 second=1087 amount=-1 -kerning first=44 second=374 amount=-3 -kerning first=1185 second=1108 amount=-1 -kerning first=126 second=50 amount=-2 -kerning first=1069 second=260 amount=-2 -kerning first=230 second=1078 amount=-1 -kerning first=375 second=273 amount=-1 -kerning first=923 second=1200 amount=-5 -kerning first=297 second=1250 amount=3 -kerning first=1058 second=1119 amount=-4 -kerning first=915 second=8250 amount=-3 -kerning first=356 second=913 amount=-6 -kerning first=304 second=299 amount=5 -kerning first=275 second=86 amount=-3 -kerning first=260 second=1267 amount=-4 -kerning first=1257 second=1276 amount=-2 -kerning first=1040 second=284 amount=-2 -kerning first=1271 second=1257 amount=-2 -kerning first=1126 second=240 amount=-1 -kerning first=1267 second=177 amount=-3 -kerning first=333 second=967 amount=-1 -kerning first=269 second=1204 amount=-5 -kerning first=196 second=354 amount=-6 -kerning first=1087 second=1265 amount=-1 -kerning first=1277 second=246 amount=-1 -kerning first=902 second=1092 amount=-1 -kerning first=1034 second=939 amount=-6 -kerning first=1196 second=1242 amount=-2 -kerning first=382 second=959 amount=-1 -kerning first=324 second=1197 amount=-2 -kerning first=922 second=1105 amount=-3 -kerning first=1083 second=84 amount=-3 -kerning first=1255 second=93 amount=-1 -kerning first=341 second=260 amount=-3 -kerning first=1103 second=1090 amount=-2 -kerning first=192 second=299 amount=3 -kerning first=932 second=67 amount=-2 -kerning first=1050 second=1145 amount=-3 -kerning first=254 second=196 amount=-2 -kerning first=176 second=288 amount=-1 -kerning first=1198 second=335 amount=-6 -kerning first=1263 second=111 amount=-1 -kerning first=173 second=51 amount=-1 -kerning first=1042 second=301 amount=2 -kerning first=248 second=910 amount=-6 -kerning first=1043 second=369 amount=-5 -kerning first=1027 second=229 amount=-5 -kerning first=1081 second=1091 amount=-1 -kerning first=84 second=122 amount=-3 -kerning first=249 second=1058 amount=-3 -kerning first=1180 second=1265 amount=-3 -kerning first=115 second=932 amount=-5 -kerning first=98 second=258 amount=-2 -kerning first=372 second=1253 amount=-2 -kerning first=981 second=375 amount=-1 -kerning first=933 second=100 amount=-6 -kerning first=205 second=303 amount=2 -kerning first=101 second=87 amount=-3 -kerning first=79 second=1040 amount=-2 -kerning first=260 second=269 amount=-1 -kerning first=1278 second=79 amount=-1 -kerning first=240 second=376 amount=-6 -kerning first=1234 second=1060 amount=-2 -kerning first=1211 second=372 amount=-3 -kerning first=310 second=1242 amount=-2 -kerning first=1089 second=89 amount=-4 -kerning first=76 second=8221 amount=-3 -kerning first=916 second=974 amount=-2 -kerning first=90 second=247 amount=-2 -kerning first=1243 second=221 amount=-6 -kerning first=356 second=1103 amount=-5 -kerning first=932 second=297 amount=6 -kerning first=970 second=45 amount=-2 -kerning first=1270 second=103 amount=-5 -kerning first=92 second=1105 amount=-1 -kerning first=1128 second=1255 amount=-1 -kerning first=349 second=1198 amount=-5 -kerning first=1122 second=255 amount=-1 -kerning first=258 second=1026 amount=-6 -kerning first=1255 second=1265 amount=-1 -kerning first=212 second=8230 amount=-3 -kerning first=91 second=287 amount=-1 -kerning first=1104 second=939 amount=-6 -kerning first=1231 second=938 amount=1 -kerning first=1106 second=932 amount=-3 -kerning first=1256 second=258 amount=-2 -kerning first=1178 second=100 amount=-3 -kerning first=1202 second=1257 amount=-2 -kerning first=89 second=1196 amount=3 -kerning first=1036 second=8353 amount=-2 -kerning first=356 second=308 amount=-6 -kerning first=1222 second=1225 amount=1 -kerning first=1046 second=1077 amount=-2 -kerning first=216 second=935 amount=-1 -kerning first=1097 second=78 amount=1 -kerning first=241 second=1098 amount=-2 -kerning first=1188 second=277 amount=-5 -kerning first=1109 second=354 amount=-5 -kerning first=193 second=86 amount=-5 -kerning first=258 second=67 amount=-2 -kerning first=921 second=297 amount=5 -kerning first=1180 second=267 amount=-3 -kerning first=902 second=186 amount=-5 -kerning first=1164 second=8224 amount=-2 -kerning first=1270 second=1249 amount=-3 -kerning first=1265 second=1233 amount=-1 -kerning first=1184 second=940 amount=-3 -kerning first=195 second=333 amount=-1 -kerning first=194 second=1089 amount=-1 -kerning first=1226 second=914 amount=1 -kerning first=279 second=1265 amount=-1 -kerning first=186 second=1232 amount=-5 -kerning first=910 second=927 amount=-2 -kerning first=223 second=299 amount=2 -kerning first=263 second=374 amount=-4 -kerning first=90 second=1028 amount=-2 -kerning first=1094 second=8360 amount=1 -kerning first=1016 second=1059 amount=-6 -kerning first=1105 second=1090 amount=-1 -kerning first=1164 second=88 amount=-2 -kerning first=1196 second=1074 amount=-4 -kerning first=162 second=1204 amount=-5 -kerning first=1184 second=264 amount=-2 -kerning first=8217 second=256 amount=-9 -kerning first=221 second=1193 amount=-6 -kerning first=1188 second=1189 amount=-4 -kerning first=100 second=1031 amount=1 -kerning first=924 second=206 amount=1 -kerning first=193 second=945 amount=-1 -kerning first=258 second=297 amount=3 -kerning first=94 second=258 amount=-5 -kerning first=1259 second=8224 amount=-2 -kerning first=1276 second=79 amount=-1 -kerning first=1225 second=278 amount=1 -kerning first=297 second=1223 amount=3 -kerning first=933 second=112 amount=-3 -kerning first=948 second=8220 amount=-4 -kerning first=260 second=1086 amount=-1 -kerning first=1187 second=351 amount=-1 -kerning first=1094 second=325 amount=1 -kerning first=63 second=916 amount=-4 -kerning first=913 second=121 amount=-4 -kerning first=957 second=226 amount=-1 -kerning first=261 second=1200 amount=-5 -kerning first=1242 second=354 amount=-2 -kerning first=86 second=59 amount=-4 -kerning first=87 second=1181 amount=-2 -kerning first=966 second=198 amount=-2 -kerning first=340 second=374 amount=-2 -kerning first=355 second=320 amount=1 -kerning first=1061 second=1092 amount=-2 -kerning first=317 second=126 amount=-4 -kerning first=8244 second=966 amount=-4 -kerning first=193 second=262 amount=-2 -kerning first=1274 second=1010 amount=-5 -kerning first=1086 second=1140 amount=-3 -kerning first=1259 second=88 amount=-2 -kerning first=1102 second=967 amount=-1 -kerning first=89 second=271 amount=-6 -kerning first=374 second=354 amount=3 -kerning first=1184 second=236 amount=2 -kerning first=8217 second=281 amount=-4 -kerning first=335 second=120 amount=-1 -kerning first=939 second=951 amount=-3 -kerning first=357 second=347 amount=-1 -kerning first=8360 second=8218 amount=-3 -kerning first=380 second=1153 amount=-1 -kerning first=8370 second=358 amount=-2 -kerning first=259 second=1066 amount=-3 -kerning first=1233 second=356 amount=-3 -kerning first=358 second=299 amount=6 -kerning first=375 second=240 amount=-1 -kerning first=242 second=197 amount=-2 -kerning first=1186 second=1216 amount=1 -kerning first=1082 second=337 amount=-1 -kerning first=1181 second=273 amount=-1 -kerning first=210 second=1200 amount=-2 -kerning first=1140 second=1232 amount=-5 -kerning first=372 second=338 amount=-2 -kerning first=1198 second=1104 amount=-6 -kerning first=176 second=65 amount=-5 -kerning first=221 second=1109 amount=-4 -kerning first=1043 second=326 amount=-4 -kerning first=277 second=1140 amount=-3 -kerning first=229 second=1141 amount=-1 -kerning first=1034 second=967 amount=-1 -kerning first=1200 second=242 amount=-6 -kerning first=8217 second=1226 amount=-1 -kerning first=301 second=305 amount=6 -kerning first=194 second=1145 amount=-1 -kerning first=1168 second=199 amount=-2 -kerning first=1066 second=258 amount=-2 -kerning first=1242 second=913 amount=-2 -kerning first=121 second=100 amount=-1 -kerning first=1234 second=359 amount=-2 -kerning first=935 second=1017 amount=-1 -kerning first=239 second=917 amount=3 -kerning first=376 second=965 amount=-3 -kerning first=910 second=269 amount=-6 -kerning first=256 second=246 amount=-1 -kerning first=197 second=1265 amount=-4 -kerning first=932 second=1235 amount=-5 -kerning first=1059 second=371 amount=-3 -kerning first=343 second=277 amount=-1 -kerning first=1270 second=259 amount=-5 -kerning first=1141 second=65 amount=-4 -kerning first=254 second=89 amount=-6 -kerning first=1198 second=1114 amount=-3 -kerning first=374 second=913 amount=-5 -kerning first=1263 second=1209 amount=-1 -kerning first=75 second=299 amount=5 -kerning first=105 second=86 amount=2 -kerning first=248 second=1093 amount=-1 -kerning first=236 second=41 amount=2 -kerning first=1143 second=1095 amount=-1 -kerning first=1085 second=1263 amount=-1 -kerning first=1180 second=177 amount=-2 -kerning first=126 second=8216 amount=-3 -kerning first=70 second=963 amount=-3 -kerning first=1232 second=92 amount=-5 -kerning first=1191 second=1217 amount=-2 -kerning first=92 second=1171 amount=-2 -kerning first=378 second=281 amount=-1 -kerning first=1056 second=923 amount=-5 -kerning first=933 second=1026 amount=3 -kerning first=351 second=358 amount=-5 -kerning first=1084 second=49 amount=-3 -kerning first=112 second=1197 amount=-2 -kerning first=240 second=373 amount=-1 -kerning first=1258 second=197 amount=-2 -kerning first=239 second=318 amount=3 -kerning first=299 second=292 amount=3 -kerning first=340 second=1111 amount=3 -kerning first=1110 second=295 amount=3 -kerning first=256 second=8217 amount=-7 -kerning first=1274 second=339 amount=-5 -kerning first=1232 second=338 amount=-2 -kerning first=1141 second=101 amount=-1 -kerning first=89 second=113 amount=-6 -kerning first=933 second=67 amount=-2 -kerning first=116 second=921 amount=1 -kerning first=301 second=327 amount=3 -kerning first=195 second=1077 amount=-1 -kerning first=183 second=356 amount=-4 -kerning first=354 second=1010 amount=-5 -kerning first=1224 second=8216 amount=-3 -kerning first=118 second=47 amount=-4 -kerning first=1104 second=967 amount=-1 -kerning first=86 second=291 amount=-3 -kerning first=1271 second=1108 amount=-2 -kerning first=376 second=333 amount=-6 -kerning first=1265 second=1058 amount=-2 -kerning first=1171 second=337 amount=-2 -kerning first=915 second=1143 amount=-4 -kerning first=249 second=939 amount=-4 -kerning first=197 second=267 amount=-1 -kerning first=1059 second=227 amount=-5 -kerning first=114 second=959 amount=-1 -kerning first=960 second=962 amount=-2 -kerning first=923 second=1017 amount=-2 -kerning first=1196 second=945 amount=-5 -kerning first=1198 second=353 amount=-4 -kerning first=81 second=1040 amount=-2 -kerning first=1027 second=279 amount=-5 -kerning first=1112 second=309 amount=3 -kerning first=70 second=243 amount=-3 -kerning first=1141 second=1083 amount=-3 -kerning first=1178 second=67 amount=-2 -kerning first=374 second=1103 amount=-4 -kerning first=981 second=1066 amount=-3 -kerning first=1186 second=183 amount=-1 -kerning first=1058 second=121 amount=-4 -kerning first=915 second=952 amount=-5 -kerning first=1241 second=932 amount=-3 -kerning first=194 second=1140 amount=-5 -kerning first=213 second=46 amount=-3 -kerning first=332 second=1046 amount=-1 -kerning first=42 second=197 amount=-5 -kerning first=118 second=1198 amount=-2 -kerning first=1196 second=262 amount=-2 -kerning first=1012 second=256 amount=-2 -kerning first=1043 second=260 amount=-6 -kerning first=222 second=195 amount=-3 -kerning first=245 second=1035 amount=-3 -kerning first=376 second=8218 amount=-7 -kerning first=910 second=1086 amount=-6 -kerning first=244 second=1143 amount=-1 -kerning first=84 second=199 amount=-2 -kerning first=192 second=34 amount=-5 -kerning first=1167 second=1061 amount=-2 -kerning first=114 second=60 amount=-3 -kerning first=1170 second=1251 amount=-4 -kerning first=286 second=239 amount=2 -kerning first=253 second=245 amount=-1 -kerning first=1040 second=42 amount=-5 -kerning first=372 second=1163 amount=-2 -kerning first=374 second=308 amount=-2 -kerning first=915 second=284 amount=-2 -kerning first=1027 second=1224 amount=-4 -kerning first=183 second=902 amount=-2 -kerning first=1139 second=1098 amount=-2 -kerning first=227 second=372 amount=-3 -kerning first=310 second=945 amount=-3 -kerning first=1178 second=297 amount=5 -kerning first=65 second=1010 amount=-1 -kerning first=1075 second=1076 amount=-3 -kerning first=1082 second=1105 amount=-1 -kerning first=1230 second=1042 amount=1 -kerning first=232 second=1263 amount=-1 -kerning first=913 second=903 amount=-5 -kerning first=324 second=253 amount=-1 -kerning first=243 second=195 amount=-2 -kerning first=1032 second=8218 amount=-5 -kerning first=99 second=221 amount=-4 -kerning first=228 second=932 amount=-3 -kerning first=1088 second=375 amount=-1 -kerning first=345 second=192 amount=-3 -kerning first=211 second=1196 amount=-2 -kerning first=1205 second=1062 amount=1 -kerning first=310 second=262 amount=-2 -kerning first=293 second=84 amount=-3 -kerning first=1202 second=1108 amount=-2 -kerning first=922 second=1091 amount=-3 -kerning first=299 second=1027 amount=3 -kerning first=1111 second=1065 amount=3 -kerning first=354 second=339 amount=-5 -kerning first=1226 second=72 amount=1 -kerning first=234 second=1098 amount=-1 -kerning first=1090 second=43 amount=-1 -kerning first=358 second=1020 amount=-4 -kerning first=67 second=297 amount=2 -kerning first=355 second=304 amount=1 -kerning first=297 second=1099 amount=6 -kerning first=321 second=1057 amount=-2 -kerning first=107 second=235 amount=-1 -kerning first=356 second=1263 amount=-4 -kerning first=1201 second=257 amount=-1 -kerning first=1181 second=240 amount=-1 -kerning first=1222 second=349 amount=-1 -kerning first=79 second=47 amount=-3 -kerning first=1059 second=328 amount=-3 -kerning first=1064 second=207 amount=1 -kerning first=1093 second=242 amount=-1 -kerning first=255 second=269 amount=-1 -kerning first=960 second=8220 amount=-3 -kerning first=89 second=268 amount=-2 -kerning first=1254 second=1035 amount=-2 -kerning first=939 second=231 amount=-6 -kerning first=1043 second=1090 amount=-3 -kerning first=1107 second=963 amount=-2 -kerning first=269 second=1200 amount=-4 -kerning first=1275 second=97 amount=-2 -kerning first=1201 second=1153 amount=-1 -kerning first=345 second=232 amount=-1 -kerning first=1237 second=1267 amount=-1 -kerning first=375 second=230 amount=-1 -kerning first=124 second=297 amount=5 -kerning first=1020 second=41 amount=-1 -kerning first=8220 second=1234 amount=-6 -kerning first=1170 second=109 amount=-4 -kerning first=341 second=120 amount=1 -kerning first=121 second=1026 amount=-2 -kerning first=1278 second=1239 amount=-2 -kerning first=111 second=194 amount=-2 -kerning first=380 second=234 amount=-1 -kerning first=1078 second=335 amount=-1 -kerning first=58 second=1196 amount=-2 -kerning first=197 second=177 amount=-3 -kerning first=1274 second=239 amount=6 -kerning first=79 second=1198 amount=-2 -kerning first=902 second=981 amount=-1 -kerning first=1094 second=1055 amount=1 -kerning first=1279 second=244 amount=-1 -kerning first=92 second=1091 amount=-4 -kerning first=116 second=914 amount=1 -kerning first=1184 second=246 amount=-3 -kerning first=922 second=231 amount=-3 -kerning first=380 second=1243 amount=-1 -kerning first=1199 second=256 amount=-4 -kerning first=1096 second=933 amount=-5 -kerning first=1234 second=1254 amount=-2 -kerning first=87 second=213 amount=-2 -kerning first=104 second=118 amount=-1 -kerning first=376 second=1077 amount=-6 -kerning first=305 second=1140 amount=2 -kerning first=1171 second=1105 amount=-2 -kerning first=359 second=8360 amount=1 -kerning first=65 second=339 amount=-1 -kerning first=356 second=265 amount=-5 -kerning first=334 second=354 amount=-2 -kerning first=1170 second=173 amount=-4 -kerning first=120 second=1089 amount=-1 -kerning first=1105 second=120 amount=-1 -kerning first=1234 second=1144 amount=-2 -kerning first=104 second=1201 amount=-1 -kerning first=1107 second=243 amount=-2 -kerning first=196 second=1263 amount=-4 -kerning first=193 second=111 amount=-1 -kerning first=1185 second=1255 amount=-1 -kerning first=1180 second=369 amount=-2 -kerning first=318 second=303 amount=2 -kerning first=1209 second=255 amount=-1 -kerning first=1020 second=1091 amount=-1 -kerning first=89 second=52 amount=-4 -kerning first=933 second=1235 amount=-5 -kerning first=359 second=325 amount=1 -kerning first=915 second=916 amount=-6 -kerning first=1036 second=233 amount=-3 -kerning first=1027 second=1195 amount=-5 -kerning first=1199 second=281 amount=-1 -kerning first=1083 second=1118 amount=-1 -kerning first=1228 second=1026 amount=-3 -kerning first=121 second=297 amount=3 -kerning first=122 second=279 amount=-1 -kerning first=39 second=196 amount=-5 -kerning first=8244 second=359 amount=1 -kerning first=348 second=301 amount=3 -kerning first=1036 second=1241 amount=-3 -kerning first=1226 second=1058 amount=-2 -kerning first=1191 second=221 amount=-11 -kerning first=1205 second=313 amount=1 -kerning first=1270 second=273 amount=-5 -kerning first=255 second=1086 amount=-1 -kerning first=92 second=231 amount=-1 -kerning first=1101 second=1143 amount=-1 -kerning first=8221 second=59 amount=-4 -kerning first=193 second=8216 amount=-8 -kerning first=1197 second=945 amount=-2 -kerning first=1185 second=126 amount=-2 -kerning first=1267 second=260 amount=-4 -kerning first=1276 second=1239 amount=-2 -kerning first=59 second=354 amount=-2 -kerning first=1051 second=206 amount=1 -kerning first=334 second=913 amount=-2 -kerning first=1273 second=1143 amount=-1 -kerning first=1040 second=213 amount=-2 -kerning first=341 second=966 amount=-1 -kerning first=94 second=208 amount=2 -kerning first=248 second=1234 amount=-2 -kerning first=221 second=1010 amount=-6 -kerning first=935 second=244 amount=-2 -kerning first=8370 second=237 amount=2 -kerning first=355 second=1172 amount=1 -kerning first=252 second=910 amount=-4 -kerning first=936 second=47 amount=-4 -kerning first=196 second=265 amount=-1 -kerning first=208 second=1040 amount=-2 -kerning first=1116 second=8249 amount=-3 -kerning first=932 second=1119 amount=-4 -kerning first=1033 second=1143 amount=-1 -kerning first=1265 second=939 amount=-2 -kerning first=326 second=121 amount=-1 -kerning first=162 second=1200 amount=-4 -kerning first=966 second=1244 amount=-2 -kerning first=44 second=1249 amount=-5 -kerning first=354 second=239 amount=6 -kerning first=1179 second=245 amount=-1 -kerning first=927 second=923 amount=-2 -kerning first=1108 second=1185 amount=-1 -kerning first=1118 second=972 amount=-1 -kerning first=376 second=351 amount=-4 -kerning first=355 second=66 amount=1 -kerning first=8244 second=226 amount=-4 -kerning first=301 second=1056 amount=3 -kerning first=356 second=1139 amount=-5 -kerning first=1207 second=1066 amount=-2 -kerning first=119 second=8244 amount=3 -kerning first=120 second=1145 amount=-1 -kerning first=1140 second=1256 amount=-2 -kerning first=1040 second=118 amount=-4 -kerning first=940 second=172 amount=-2 -kerning first=1043 second=946 amount=-4 -kerning first=1068 second=195 amount=-2 -kerning first=1086 second=1058 amount=-3 -kerning first=95 second=290 amount=-3 -kerning first=224 second=358 amount=-3 -kerning first=1040 second=1201 amount=-4 -kerning first=337 second=932 amount=-3 -kerning first=915 second=1181 amount=-4 -kerning first=119 second=84 amount=-3 -kerning first=966 second=193 amount=-2 -kerning first=910 second=371 amount=-3 -kerning first=1061 second=981 amount=-2 -kerning first=1078 second=1104 amount=-1 -kerning first=1274 second=1072 amount=-5 -kerning first=356 second=247 amount=-4 -kerning first=1116 second=1035 amount=-4 -kerning first=8250 second=1026 amount=-8 -kerning first=1059 second=1092 amount=-6 -kerning first=1270 second=1167 amount=-4 -kerning first=923 second=244 amount=-1 -kerning first=246 second=196 amount=-2 -kerning first=1217 second=959 amount=-2 -kerning first=382 second=235 amount=-1 -kerning first=1175 second=242 amount=-1 -kerning first=112 second=253 amount=-1 -kerning first=277 second=1058 amount=-3 -kerning first=214 second=358 amount=-2 -kerning first=336 second=8218 amount=-3 -kerning first=1077 second=1143 amount=-1 -kerning first=86 second=1054 amount=-2 -kerning first=65 second=239 amount=3 -kerning first=1201 second=194 amount=-4 -kerning first=211 second=87 amount=-1 -kerning first=1170 second=1220 amount=-4 -kerning first=123 second=244 amount=-1 -kerning first=1196 second=111 amount=-5 -kerning first=240 second=1141 amount=-1 -kerning first=111 second=376 amount=-6 -kerning first=221 second=339 amount=-6 -kerning first=1211 second=1098 amount=-2 -kerning first=8221 second=291 amount=-4 -kerning first=333 second=92 amount=-3 -kerning first=196 second=1139 amount=-1 -kerning first=1080 second=1026 amount=-3 -kerning first=1088 second=1066 amount=-3 -kerning first=1024 second=297 amount=5 -kerning first=1217 second=60 amount=-4 -kerning first=321 second=910 amount=-3 -kerning first=81 second=47 amount=-3 -kerning first=1027 second=1194 amount=-2 -kerning first=1092 second=923 amount=-2 -kerning first=1233 second=1265 amount=-1 -kerning first=121 second=1235 amount=-1 -kerning first=358 second=1098 amount=-3 -kerning first=8216 second=1232 amount=-6 -kerning first=910 second=227 amount=-5 -kerning first=355 second=1052 amount=1 -kerning first=225 second=374 amount=-5 -kerning first=356 second=1028 amount=-2 -kerning first=1201 second=234 amount=-1 -kerning first=257 second=84 amount=-3 -kerning first=8225 second=1234 amount=-5 -kerning first=1205 second=70 amount=1 -kerning first=1202 second=908 amount=-1 -kerning first=1188 second=58 amount=-2 -kerning first=122 second=1195 amount=-1 -kerning first=947 second=43 amount=-2 -kerning first=1275 second=1089 amount=-2 -kerning first=1201 second=1243 amount=-1 -kerning first=102 second=45 amount=-2 -kerning first=104 second=356 amount=-3 -kerning first=1054 second=196 amount=-2 -kerning first=1225 second=76 amount=1 -kerning first=310 second=111 amount=-3 -kerning first=1056 second=192 amount=-5 -kerning first=68 second=910 amount=-2 -kerning first=81 second=1198 amount=-2 -kerning first=187 second=1091 amount=-2 -kerning first=1187 second=1070 amount=1 -kerning first=1097 second=274 amount=1 -kerning first=119 second=1239 amount=-1 -kerning first=40 second=337 amount=-1 -kerning first=1255 second=1278 amount=-2 -kerning first=957 second=301 amount=3 -kerning first=239 second=1211 amount=3 -kerning first=263 second=1249 amount=-1 -kerning first=1169 second=945 amount=-2 -kerning first=1270 second=240 amount=-5 -kerning first=1091 second=261 amount=-1 -kerning first=254 second=1046 amount=-2 -kerning first=88 second=963 amount=-2 -kerning first=89 second=248 amount=-6 -kerning first=374 second=265 amount=-6 -kerning first=116 second=72 amount=1 -kerning first=357 second=1034 amount=1 -kerning first=354 second=1072 amount=-5 -kerning first=1074 second=8218 amount=-3 -kerning first=913 second=71 amount=-2 -kerning first=375 second=1095 amount=-1 -kerning first=961 second=1197 amount=-2 -kerning first=1141 second=1257 amount=-1 -kerning first=98 second=1059 amount=-6 -kerning first=1145 second=923 amount=-2 -kerning first=1250 second=95 amount=2 -kerning first=194 second=1058 amount=-6 -kerning first=1168 second=1207 amount=-5 -kerning first=1043 second=120 amount=-3 -kerning first=313 second=375 amount=-4 -kerning first=67 second=1061 amount=-1 -kerning first=55 second=948 amount=-3 -kerning first=302 second=300 amount=1 -kerning first=8230 second=8244 amount=-5 -kerning first=196 second=1028 amount=-2 -kerning first=1277 second=171 amount=-2 -kerning first=1072 second=1140 amount=-3 -kerning first=244 second=1202 amount=-2 -kerning first=1036 second=1111 amount=5 -kerning first=1226 second=939 amount=-1 -kerning first=1094 second=280 amount=1 -kerning first=119 second=74 amount=-4 -kerning first=1026 second=1196 amount=-3 -kerning first=1256 second=1059 amount=-2 -kerning first=239 second=323 amount=3 -kerning first=910 second=328 amount=-3 -kerning first=8230 second=84 amount=-2 -kerning first=359 second=1055 amount=1 -kerning first=256 second=253 amount=-4 -kerning first=1189 second=972 amount=-2 -kerning first=902 second=355 amount=-2 -kerning first=169 second=92 amount=-2 -kerning first=372 second=944 amount=-2 -kerning first=88 second=243 amount=-2 -kerning first=1198 second=43 amount=-4 -kerning first=981 second=65 amount=-2 -kerning first=243 second=119 amount=-1 -kerning first=939 second=363 amount=-3 -kerning first=357 second=293 amount=1 -kerning first=1275 second=1145 amount=-2 -kerning first=1274 second=1057 amount=-2 -kerning first=87 second=902 amount=-4 -kerning first=1271 second=1255 amount=-2 -kerning first=1205 second=1198 amount=-1 -kerning first=933 second=1119 amount=-3 -kerning first=1082 second=231 amount=-1 -kerning first=260 second=1092 amount=-1 -kerning first=1167 second=121 amount=-1 -kerning first=1016 second=372 amount=-3 -kerning first=1040 second=356 amount=-6 -kerning first=966 second=374 amount=-6 -kerning first=1188 second=285 amount=-5 -kerning first=323 second=1111 amount=5 -kerning first=1255 second=260 amount=-2 -kerning first=1087 second=1090 amount=-2 -kerning first=1100 second=376 amount=-11 -kerning first=1102 second=92 amount=-3 -kerning first=246 second=89 amount=-6 -kerning first=374 second=1139 amount=-6 -kerning first=1036 second=332 amount=-2 -kerning first=922 second=363 amount=-2 -kerning first=259 second=174 amount=-1 -kerning first=1194 second=1276 amount=-1 -kerning first=1187 second=924 amount=1 -kerning first=1269 second=1197 amount=-2 -kerning first=1234 second=301 amount=3 -kerning first=1271 second=126 amount=-1 -kerning first=1244 second=8249 amount=-3 -kerning first=116 second=1058 amount=-2 -kerning first=1058 second=1081 amount=-4 -kerning first=231 second=358 amount=-5 -kerning first=117 second=1035 amount=-3 -kerning first=363 second=221 amount=-4 -kerning first=356 second=367 amount=-5 -kerning first=1201 second=376 amount=-2 -kerning first=1086 second=939 amount=-6 -kerning first=343 second=932 amount=-4 -kerning first=255 second=227 amount=-1 -kerning first=372 second=335 amount=-3 -kerning first=1196 second=1209 amount=-5 -kerning first=1128 second=933 amount=-5 -kerning first=111 second=373 amount=-1 -kerning first=270 second=197 amount=-2 -kerning first=1188 second=162 amount=-5 -kerning first=1043 second=966 amount=-5 -kerning first=939 second=229 amount=-5 -kerning first=201 second=1111 amount=5 -kerning first=84 second=1207 amount=-5 -kerning first=1197 second=111 amount=-2 -kerning first=107 second=1259 amount=-1 -kerning first=1210 second=376 amount=-5 -kerning first=38 second=1199 amount=-2 -kerning first=1034 second=92 amount=-3 -kerning first=1225 second=1238 amount=1 -kerning first=293 second=1118 amount=-1 -kerning first=76 second=198 amount=2 -kerning first=374 second=247 amount=-4 -kerning first=352 second=297 amount=3 -kerning first=114 second=196 amount=-3 -kerning first=210 second=8222 amount=-3 -kerning first=40 second=1105 amount=-1 -kerning first=341 second=359 amount=2 -kerning first=1198 second=1236 amount=-5 -kerning first=1278 second=263 amount=-2 -kerning first=87 second=1173 amount=-2 -kerning first=1126 second=255 amount=-4 -kerning first=277 second=939 amount=-6 -kerning first=932 second=121 amount=-4 -kerning first=320 second=938 amount=1 -kerning first=1239 second=932 amount=-3 -kerning first=1202 second=1255 amount=-2 -kerning first=1058 second=71 amount=-2 -kerning first=915 second=213 amount=-2 -kerning first=8217 second=289 amount=-4 -kerning first=301 second=282 amount=3 -kerning first=379 second=81 amount=-2 -kerning first=63 second=902 amount=-4 -kerning first=1255 second=1090 amount=-2 -kerning first=208 second=47 amount=-3 -kerning first=118 second=963 amount=-1 -kerning first=95 second=343 amount=3 -kerning first=1118 second=224 amount=-1 -kerning first=1054 second=89 amount=-2 -kerning first=317 second=933 amount=-3 -kerning first=1171 second=231 amount=-2 -kerning first=918 second=71 amount=-2 -kerning first=311 second=172 amount=-2 -kerning first=260 second=186 amount=-5 -kerning first=354 second=1057 amount=-2 -kerning first=114 second=235 amount=-1 -kerning first=1066 second=1059 amount=-6 -kerning first=1257 second=1267 amount=-1 -kerning first=1140 second=1017 amount=-2 -kerning first=1274 second=1203 amount=-3 -kerning first=229 second=49 amount=-3 -kerning first=70 second=99 amount=-3 -kerning first=38 second=957 amount=-2 -kerning first=288 second=258 amount=-1 -kerning first=1232 second=335 amount=-1 -kerning first=1202 second=126 amount=-4 -kerning first=89 second=1100 amount=-3 -kerning first=374 second=1028 amount=-2 -kerning first=267 second=84 amount=-5 -kerning first=915 second=118 amount=-4 -kerning first=315 second=255 amount=-4 -kerning first=1163 second=8360 amount=1 -kerning first=1170 second=79 amount=-2 -kerning first=279 second=1090 amount=-1 -kerning first=208 second=1198 amount=-2 -kerning first=227 second=1098 amount=-2 -kerning first=1096 second=1204 amount=-3 -kerning first=1101 second=1202 amount=-2 -kerning first=1104 second=92 amount=-3 -kerning first=289 second=354 amount=-3 -kerning first=95 second=169 amount=-3 -kerning first=76 second=8353 amount=-2 -kerning first=915 second=1201 amount=-4 -kerning first=343 second=285 amount=-1 -kerning first=286 second=910 amount=-2 -kerning first=1270 second=230 amount=-5 -kerning first=1091 second=197 amount=-4 -kerning first=927 second=1217 amount=-1 -kerning first=1027 second=1138 amount=-2 -kerning first=8221 second=35 amount=-8 -kerning first=1163 second=325 amount=1 -kerning first=258 second=121 amount=-4 -kerning first=1090 second=277 amount=-2 -kerning first=118 second=243 amount=-1 -kerning first=1114 second=119 amount=-2 -kerning first=1276 second=263 amount=-2 -kerning first=378 second=289 amount=-1 -kerning first=244 second=118 amount=-1 -kerning first=981 second=174 amount=-1 -kerning first=1058 second=45 amount=-4 -kerning first=381 second=284 amount=-2 -kerning first=194 second=182 amount=-1 -kerning first=1153 second=1059 amount=-4 -kerning first=108 second=301 amount=5 -kerning first=215 second=910 amount=-3 -kerning first=1207 second=929 amount=1 -kerning first=1033 second=1202 amount=-2 -kerning first=957 second=242 amount=-1 -kerning first=1117 second=8220 amount=-3 -kerning first=1213 second=358 amount=-3 -kerning first=221 second=1072 amount=-5 -kerning first=299 second=73 amount=3 -kerning first=910 second=1092 amount=-6 -kerning first=936 second=54 amount=-2 -kerning first=244 second=1201 amount=-1 -kerning first=918 second=45 amount=-2 -kerning first=65 second=1057 amount=-2 -kerning first=256 second=171 amount=-2 -kerning first=343 second=162 amount=-1 -kerning first=1164 second=41 amount=-1 -kerning first=1091 second=275 amount=-1 -kerning first=89 second=115 amount=-4 -kerning first=981 second=935 amount=-2 -kerning first=1184 second=253 amount=-3 -kerning first=335 second=1078 amount=-1 -kerning first=1122 second=8225 amount=-2 -kerning first=205 second=298 amount=1 -kerning first=194 second=939 amount=-5 -kerning first=1255 second=170 amount=-2 -kerning first=118 second=8221 amount=2 -kerning first=1098 second=89 amount=-11 -kerning first=1068 second=119 amount=-1 -kerning first=927 second=192 amount=-2 -kerning first=965 second=933 amount=-4 -kerning first=345 second=44 amount=-4 -kerning first=86 second=299 amount=5 -kerning first=179 second=196 amount=-6 -kerning first=192 second=972 amount=-1 -kerning first=356 second=324 amount=-4 -kerning first=1230 second=910 amount=-1 -kerning first=1050 second=967 amount=-3 -kerning first=372 second=1104 amount=-3 -kerning first=176 second=1032 amount=-6 -kerning first=1198 second=251 amount=-3 -kerning first=1217 second=290 amount=-1 -kerning first=1043 second=1060 amount=-2 -kerning first=1027 second=287 amount=-5 -kerning first=313 second=1066 amount=-6 -kerning first=8250 second=1061 amount=-3 -kerning first=356 second=1271 amount=-4 -kerning first=1100 second=373 amount=-2 -kerning first=902 second=1198 amount=-5 -kerning first=1259 second=41 amount=-1 -kerning first=1026 second=87 amount=-3 -kerning first=1141 second=1108 amount=-1 -kerning first=1115 second=8220 amount=-3 -kerning first=354 second=1203 amount=-3 -kerning first=1035 second=89 amount=-5 -kerning first=1237 second=1279 amount=-1 -kerning first=1267 second=966 amount=-1 -kerning first=1169 second=111 amount=-2 -kerning first=1252 second=301 amount=5 -kerning first=1086 second=967 amount=-1 -kerning first=1059 second=981 amount=-6 -kerning first=1092 second=1217 amount=-2 -kerning first=1226 second=1216 amount=1 -kerning first=1164 second=1091 amount=-1 -kerning first=1200 second=923 amount=-5 -kerning first=1141 second=1032 amount=-4 -kerning first=169 second=95 amount=-3 -kerning first=372 second=1114 amount=-2 -kerning first=239 second=1043 amount=3 -kerning first=1197 second=1209 amount=-2 -kerning first=1095 second=374 amount=-5 -kerning first=91 second=245 amount=-1 -kerning first=297 second=295 amount=3 -kerning first=382 second=1259 amount=-1 -kerning first=57 second=376 amount=-2 -kerning first=1222 second=1229 amount=1 -kerning first=38 second=354 amount=-4 -kerning first=1170 second=973 amount=-4 -kerning first=913 second=8224 amount=-5 -kerning first=109 second=933 amount=-5 -kerning first=173 second=1066 amount=-4 -kerning first=1057 second=1276 amount=-1 -kerning first=1107 second=99 amount=-2 -kerning first=277 second=967 amount=-1 -kerning first=1259 second=1091 amount=-1 -kerning first=1232 second=1104 amount=-1 -kerning first=961 second=253 amount=-1 -kerning first=120 second=1058 amount=-3 -kerning first=165 second=238 amount=2 -kerning first=254 second=125 amount=-1 -kerning first=374 second=367 amount=-3 -kerning first=116 second=939 amount=-1 -kerning first=359 second=280 amount=1 -kerning first=251 second=932 amount=-3 -kerning first=1187 second=344 amount=1 -kerning first=1092 second=192 amount=-2 -kerning first=290 second=197 amount=-1 -kerning first=1234 second=242 amount=-1 -kerning first=1230 second=107 amount=1 -kerning first=1088 second=65 amount=-2 -kerning first=1189 second=224 amount=-2 -kerning first=1064 second=1031 amount=1 -kerning first=1097 second=1039 amount=1 -kerning first=372 second=353 amount=-2 -kerning first=939 second=279 amount=-6 -kerning first=357 second=340 amount=1 -kerning first=8221 second=1076 amount=-4 -kerning first=299 second=1210 amount=3 -kerning first=1275 second=1233 amount=-2 -kerning first=177 second=197 amount=-3 -kerning first=369 second=1198 amount=-4 -kerning first=95 second=210 amount=-3 -kerning first=1118 second=195 amount=-4 -kerning first=170 second=1239 amount=-2 -kerning first=1200 second=8370 amount=-2 -kerning first=1058 second=1082 amount=-4 -kerning first=356 second=258 amount=-6 -kerning first=904 second=239 amount=5 -kerning first=119 second=263 amount=-1 -kerning first=1101 second=118 amount=-1 -kerning first=1234 second=8220 amount=-8 -kerning first=186 second=244 amount=-2 -kerning first=377 second=336 amount=-2 -kerning first=197 second=170 amount=-5 -kerning first=107 second=1193 amount=-1 -kerning first=257 second=1118 amount=-1 -kerning first=70 second=198 amount=-6 -kerning first=255 second=1092 amount=-1 -kerning first=253 second=1066 amount=-2 -kerning first=1101 second=1201 amount=-1 -kerning first=922 second=279 amount=-3 -kerning first=321 second=1234 amount=2 -kerning first=221 second=1057 amount=-2 -kerning first=939 second=1224 amount=-3 -kerning first=1251 second=374 amount=-5 -kerning first=258 second=903 amount=-5 -kerning first=1273 second=118 amount=-1 -kerning first=71 second=256 amount=-1 -kerning first=1072 second=1058 amount=-3 -kerning first=345 second=1213 amount=2 -kerning first=358 second=972 amount=-5 -kerning first=104 second=1265 amount=-1 -kerning first=1178 second=121 amount=-3 -kerning first=356 second=283 amount=-5 -kerning first=1145 second=192 amount=-2 -kerning first=161 second=86 amount=-2 -kerning first=1226 second=183 amount=-1 -kerning first=1094 second=1062 amount=1 -kerning first=1273 second=1201 amount=-1 -kerning first=1033 second=118 amount=-1 -kerning first=103 second=84 amount=-3 -kerning first=324 second=1185 amount=-2 -kerning first=299 second=1106 amount=3 -kerning first=1078 second=43 amount=-1 -kerning first=1269 second=253 amount=-1 -kerning first=170 second=74 amount=-5 -kerning first=1033 second=1201 amount=-1 -kerning first=1200 second=181 amount=-3 -kerning first=244 second=356 amount=-3 -kerning first=68 second=1234 amount=-2 -kerning first=1184 second=171 amount=-3 -kerning first=1036 second=103 amount=-3 -kerning first=361 second=1059 amount=-4 -kerning first=194 second=967 amount=-4 -kerning first=972 second=1277 amount=-1 -kerning first=1199 second=289 amount=-1 -kerning first=952 second=8220 amount=-4 -kerning first=927 second=221 amount=-2 -kerning first=122 second=287 amount=-1 -kerning first=55 second=1232 amount=-7 -kerning first=1220 second=198 amount=-2 -kerning first=356 second=1087 amount=-4 -kerning first=1145 second=232 amount=-1 -kerning first=1050 second=183 amount=-6 -kerning first=1205 second=1252 amount=1 -kerning first=92 second=279 amount=-1 -kerning first=1140 second=244 amount=-3 -kerning first=1186 second=925 amount=1 -kerning first=1217 second=235 amount=-2 -kerning first=75 second=972 amount=-3 -kerning first=915 second=902 amount=-6 -kerning first=111 second=1141 amount=-1 -kerning first=245 second=1199 amount=-1 -kerning first=193 second=8250 amount=-2 -kerning first=1255 second=120 amount=-1 -kerning first=65 second=910 amount=-5 -kerning first=903 second=1236 amount=-5 -kerning first=260 second=981 amount=-1 -kerning first=1059 second=1040 amount=-5 -kerning first=1163 second=1055 amount=1 -kerning first=1046 second=275 amount=-2 -kerning first=341 second=1078 amount=1 -kerning first=284 second=1035 amount=-2 -kerning first=1043 second=226 amount=-5 -kerning first=196 second=283 amount=-1 -kerning first=1243 second=1026 amount=-3 -kerning first=225 second=1249 amount=-2 -kerning first=1169 second=1209 amount=-2 -kerning first=1274 second=1093 amount=-3 -kerning first=1201 second=8230 amount=-2 -kerning first=1077 second=118 amount=-1 -kerning first=1270 second=1095 amount=-5 -kerning first=1140 second=8222 amount=-7 -kerning first=374 second=324 amount=-3 -kerning first=244 second=902 amount=-2 -kerning first=44 second=48 amount=-2 -kerning first=279 second=120 amount=-1 -kerning first=87 second=267 amount=-3 -kerning first=1077 second=1201 amount=-1 -kerning first=376 second=250 amount=-3 -kerning first=1200 second=1116 amount=-3 -kerning first=355 second=203 amount=1 -kerning first=374 second=1271 amount=-3 -kerning first=1011 second=303 amount=3 -kerning first=1168 second=8249 amount=-8 -kerning first=1105 second=1078 amount=-1 -kerning first=1040 second=1265 amount=-4 -kerning first=176 second=908 amount=-1 -kerning first=1188 second=1075 amount=-4 -kerning first=245 second=957 amount=-1 -kerning first=262 second=1244 amount=-1 -kerning first=330 second=299 amount=5 -kerning first=1180 second=966 amount=-3 -kerning first=1088 second=174 amount=-1 -kerning first=76 second=193 amount=2 -kerning first=246 second=1046 amount=-2 -kerning first=915 second=1173 amount=-4 -kerning first=301 second=1204 amount=6 -kerning first=939 second=1195 amount=-6 -kerning first=371 second=358 amount=-3 -kerning first=311 second=333 amount=-1 -kerning first=1084 second=1035 amount=-3 -kerning first=1092 second=221 amount=-6 -kerning first=1094 second=313 amount=1 -kerning first=1170 second=1239 amount=-5 -kerning first=1275 second=1058 amount=-3 -kerning first=40 second=231 amount=-1 -kerning first=1224 second=1143 amount=-1 -kerning first=45 second=1244 amount=-4 -kerning first=313 second=288 amount=-2 -kerning first=378 second=1196 amount=-2 -kerning first=1056 second=44 amount=-3 -kerning first=8244 second=962 amount=-4 -kerning first=1088 second=935 amount=-2 -kerning first=1277 second=8363 amount=-1 -kerning first=1128 second=1204 amount=-6 -kerning first=8217 second=271 amount=-4 -kerning first=379 second=211 amount=-2 -kerning first=972 second=933 amount=-6 -kerning first=45 second=936 amount=-4 -kerning first=80 second=902 amount=-5 -kerning first=376 second=261 amount=-5 -kerning first=1171 second=229 amount=-2 -kerning first=922 second=1195 amount=-3 -kerning first=256 second=286 amount=-2 -kerning first=1222 second=342 amount=1 -kerning first=1170 second=1102 amount=-4 -kerning first=191 second=8217 amount=-2 -kerning first=1040 second=267 amount=-1 -kerning first=1096 second=1200 amount=-5 -kerning first=1198 second=277 amount=-6 -kerning first=935 second=1069 amount=-1 -kerning first=1106 second=1197 amount=-2 -kerning first=1027 second=1012 amount=-2 -kerning first=1112 second=87 amount=2 -kerning first=959 second=255 amount=-1 -kerning first=102 second=337 amount=-1 -kerning first=114 second=1259 amount=-1 -kerning first=971 second=376 amount=-4 -kerning first=1200 second=110 amount=-3 -kerning first=1217 second=169 amount=-1 -kerning first=382 second=1193 amount=-1 -kerning first=8217 second=1275 amount=1 -kerning first=354 second=1093 amount=-3 -kerning first=1179 second=1066 amount=-4 -kerning first=1170 second=74 amount=-6 -kerning first=1228 second=121 amount=-1 -kerning first=1203 second=45 amount=-1 -kerning first=1101 second=356 amount=-3 -kerning first=1242 second=258 amount=-2 -kerning first=1054 second=1046 amount=-1 -kerning first=239 second=278 amount=3 -kerning first=317 second=1204 amount=-6 -kerning first=8244 second=242 amount=-4 -kerning first=116 second=1216 amount=1 -kerning first=97 second=358 amount=-3 -kerning first=1145 second=221 amount=1 -kerning first=183 second=1278 amount=-4 -kerning first=362 second=8230 amount=-2 -kerning first=953 second=8217 amount=2 -kerning first=1016 second=1098 amount=-2 -kerning first=1205 second=1186 amount=1 -kerning first=908 second=1276 amount=-1 -kerning first=88 second=99 amount=-2 -kerning first=1196 second=8250 amount=-3 -kerning first=1198 second=1189 amount=-3 -kerning first=374 second=258 amount=-5 -kerning first=34 second=913 amount=-5 -kerning first=966 second=1249 amount=-2 -kerning first=357 second=374 amount=-1 -kerning first=196 second=176 amount=-5 -kerning first=84 second=8249 amount=-8 -kerning first=1273 second=356 amount=-3 -kerning first=932 second=1081 amount=-4 -kerning first=174 second=902 amount=-5 -kerning first=1100 second=1141 amount=-2 -kerning first=1225 second=1250 amount=1 -kerning first=92 second=1195 amount=-1 -kerning first=98 second=372 amount=-3 -kerning first=378 second=271 amount=-1 -kerning first=317 second=1232 amount=2 -kerning first=297 second=82 amount=3 -kerning first=194 second=183 amount=-2 -kerning first=1097 second=1024 amount=1 -kerning first=1033 second=356 amount=-3 -kerning first=290 second=106 amount=2 -kerning first=182 second=239 amount=5 -kerning first=87 second=177 amount=-4 -kerning first=1043 second=1254 amount=-2 -kerning first=328 second=1198 amount=-5 -kerning first=239 second=1011 amount=-4 -kerning first=910 second=981 amount=-6 -kerning first=1139 second=195 amount=-2 -kerning first=235 second=1035 amount=-3 -kerning first=283 second=221 amount=-6 -kerning first=318 second=298 amount=1 -kerning first=275 second=1143 amount=-1 -kerning first=1072 second=939 amount=-5 -kerning first=923 second=1069 amount=-2 -kerning first=89 second=959 amount=-6 -kerning first=374 second=283 amount=-6 -kerning first=1184 second=117 amount=-2 -kerning first=1012 second=1196 amount=-2 -kerning first=8217 second=113 amount=-4 -kerning first=8222 second=86 amount=-6 -kerning first=301 second=315 amount=3 -kerning first=1043 second=1144 amount=-2 -kerning first=195 second=275 amount=-1 -kerning first=1187 second=201 amount=1 -kerning first=112 second=1185 amount=-2 -kerning first=1101 second=902 amount=-2 -kerning first=1210 second=1141 amount=-1 -kerning first=1267 second=226 amount=-1 -kerning first=1256 second=372 amount=-1 -kerning first=245 second=354 amount=-3 -kerning first=376 second=331 amount=-3 -kerning first=932 second=71 amount=-2 -kerning first=286 second=1234 amount=-1 -kerning first=935 second=8373 amount=-1 -kerning first=1188 second=940 amount=-5 -kerning first=1043 second=380 amount=-3 -kerning first=357 second=69 amount=1 -kerning first=1122 second=84 amount=-3 -kerning first=1180 second=1060 amount=-2 -kerning first=1205 second=8221 amount=2 -kerning first=89 second=60 amount=-7 -kerning first=374 second=1087 amount=-3 -kerning first=301 second=357 amount=3 -kerning first=939 second=1194 amount=-2 -kerning first=311 second=1077 amount=-1 -kerning first=1094 second=70 amount=1 -kerning first=913 second=337 amount=-1 -kerning first=1033 second=902 amount=-2 -kerning first=71 second=309 amount=2 -kerning first=1233 second=1090 amount=-2 -kerning first=1098 second=1046 amount=-2 -kerning first=965 second=1204 amount=-3 -kerning first=1188 second=264 amount=-2 -kerning first=313 second=65 amount=2 -kerning first=8220 second=8218 amount=-8 -kerning first=57 second=8230 amount=-2 -kerning first=197 second=966 amount=-1 -kerning first=256 second=920 amount=-2 -kerning first=8250 second=121 amount=-2 -kerning first=1077 second=356 amount=-3 -kerning first=1170 second=1107 amount=-4 -kerning first=1200 second=192 amount=-5 -kerning first=1140 second=349 amount=-3 -kerning first=1040 second=177 amount=-3 -kerning first=1128 second=357 amount=-2 -kerning first=34 second=308 amount=-11 -kerning first=1027 second=1169 amount=-4 -kerning first=920 second=8220 amount=-2 -kerning first=183 second=260 amount=-2 -kerning first=358 second=224 amount=-5 -kerning first=245 second=913 amount=-2 -kerning first=1279 second=1153 amount=-1 -kerning first=378 second=113 amount=-1 -kerning first=76 second=374 amount=-3 -kerning first=116 second=183 amount=-1 -kerning first=359 second=1062 amount=1 -kerning first=922 second=1194 amount=-2 -kerning first=381 second=213 amount=-2 -kerning first=192 second=81 amount=-2 -kerning first=1082 second=279 amount=-1 -kerning first=1170 second=942 amount=-4 -kerning first=1254 second=354 amount=-2 -kerning first=258 second=71 amount=-2 -kerning first=1080 second=121 amount=-1 -kerning first=1138 second=1276 amount=-1 -kerning first=932 second=45 amount=-4 -kerning first=102 second=1105 amount=-1 -kerning first=1097 second=1196 amount=-2 -kerning first=1141 second=1255 amount=-1 -kerning first=1270 second=38 amount=-2 -kerning first=1200 second=232 amount=-6 -kerning first=1257 second=1279 amount=-1 -kerning first=923 second=8373 amount=-2 -kerning first=105 second=8361 amount=2 -kerning first=321 second=1258 amount=-2 -kerning first=237 second=1111 amount=3 -kerning first=335 second=8220 amount=-4 -kerning first=1124 second=301 amount=2 -kerning first=193 second=1143 amount=-4 -kerning first=973 second=89 amount=-4 -kerning first=945 second=247 amount=-2 -kerning first=242 second=86 amount=-3 -kerning first=1053 second=300 amount=1 -kerning first=317 second=357 amount=-1 -kerning first=256 second=8363 amount=-1 -kerning first=1274 second=1234 amount=-6 -kerning first=107 second=1010 amount=-1 -kerning first=1230 second=104 amount=1 -kerning first=38 second=1263 amount=-2 -kerning first=1199 second=1196 amount=-2 -kerning first=109 second=1204 amount=-3 -kerning first=1217 second=210 amount=-1 -kerning first=1184 second=286 amount=-2 -kerning first=122 second=358 amount=-2 -kerning first=1043 second=1078 amount=-3 -kerning first=99 second=1026 amount=-5 -kerning first=1027 second=1088 amount=-4 -kerning first=8221 second=1020 amount=-1 -kerning first=299 second=222 amount=3 -kerning first=1163 second=280 amount=1 -kerning first=112 second=1276 amount=-2 -kerning first=1090 second=932 amount=-3 -kerning first=118 second=99 amount=-1 -kerning first=345 second=100 amount=-1 -kerning first=45 second=374 amount=-4 -kerning first=170 second=263 amount=-2 -kerning first=376 second=197 amount=-5 -kerning first=1200 second=1084 amount=-3 -kerning first=1225 second=1223 amount=1 -kerning first=92 second=1194 amount=-2 -kerning first=1058 second=971 amount=-4 -kerning first=315 second=173 amount=-4 -kerning first=1075 second=972 amount=-2 -kerning first=183 second=1090 amount=-1 -kerning first=1168 second=228 amount=-5 -kerning first=260 second=355 amount=-2 -kerning first=1046 second=336 amount=-1 -kerning first=1066 second=372 amount=-3 -kerning first=1278 second=281 amount=-2 -kerning first=1254 second=913 amount=-2 -kerning first=193 second=284 amount=-2 -kerning first=1241 second=1197 amount=-2 -kerning first=70 second=193 amount=-6 -kerning first=161 second=8216 amount=-2 -kerning first=902 second=963 amount=-1 -kerning first=1094 second=1198 amount=-1 -kerning first=343 second=940 amount=-1 -kerning first=255 second=981 amount=-1 -kerning first=1270 second=255 amount=-4 -kerning first=372 second=43 amount=-3 -kerning first=935 second=1153 amount=-2 -kerning first=1111 second=102 amount=3 -kerning first=1220 second=1244 amount=-2 -kerning first=288 second=1059 amount=-2 -kerning first=376 second=275 amount=-6 -kerning first=910 second=1040 amount=-5 -kerning first=1171 second=279 amount=-2 -kerning first=244 second=93 amount=-1 -kerning first=1230 second=317 amount=1 -kerning first=1222 second=376 amount=-1 -kerning first=253 second=65 amount=-4 -kerning first=927 second=44 amount=-3 -kerning first=295 second=933 amount=-5 -kerning first=1258 second=86 amount=-2 -kerning first=358 second=1117 amount=-4 -kerning first=8370 second=1066 amount=-2 -kerning first=217 second=46 amount=-2 -kerning first=247 second=1059 amount=-4 -kerning first=70 second=233 amount=-3 -kerning first=1072 second=967 amount=-1 -kerning first=359 second=313 amount=1 -kerning first=1058 second=337 amount=-5 -kerning first=915 second=1265 amount=-4 -kerning first=8217 second=52 amount=-6 -kerning first=1036 second=273 amount=-3 -kerning first=1153 second=372 amount=-1 -kerning first=1199 second=271 amount=-1 -kerning first=339 second=932 amount=-3 -kerning first=913 second=1105 amount=-1 -kerning first=228 second=1197 amount=-2 -kerning first=8224 second=913 amount=-5 -kerning first=1095 second=1249 amount=-2 -kerning first=70 second=1241 amount=-3 -kerning first=72 second=303 amount=2 -kerning first=376 second=1187 amount=-3 -kerning first=262 second=1111 amount=2 -kerning first=1225 second=8220 amount=-3 -kerning first=916 second=950 amount=-3 -kerning first=8220 second=1113 amount=-5 -kerning first=8218 second=1140 amount=-6 -kerning first=933 second=1081 amount=-3 -kerning first=1220 second=193 amount=-2 -kerning first=197 second=1060 amount=-2 -kerning first=107 second=339 amount=-1 -kerning first=902 second=243 amount=-1 -kerning first=114 second=1193 amount=-1 -kerning first=253 second=101 amount=-1 -kerning first=313 second=174 amount=-5 -kerning first=354 second=1234 amount=-6 -kerning first=1243 second=1061 amount=-2 -kerning first=1085 second=1059 amount=-5 -kerning first=1090 second=285 amount=-2 -kerning first=358 second=81 amount=-2 -kerning first=1276 second=281 amount=-2 -kerning first=1265 second=95 amount=-5 -kerning first=923 second=1153 amount=-1 -kerning first=76 second=332 amount=-2 -kerning first=246 second=125 amount=-1 -kerning first=244 second=1265 amount=-1 -kerning first=1217 second=1259 amount=-2 -kerning first=90 second=1054 amount=-2 -kerning first=301 second=124 amount=3 -kerning first=1222 second=200 amount=1 -kerning first=281 second=932 amount=-3 -kerning first=334 second=258 amount=-2 -kerning first=1050 second=338 amount=-2 -kerning first=1170 second=1118 amount=-4 -kerning first=372 second=1236 amount=-4 -kerning first=1012 second=87 amount=-1 -kerning first=1188 second=1237 amount=-5 -kerning first=1027 second=266 amount=-2 -kerning first=299 second=1030 amount=3 -kerning first=84 second=228 amount=-5 -kerning first=1253 second=1198 amount=-5 -kerning first=932 second=1082 amount=-4 -kerning first=126 second=1202 amount=-4 -kerning first=1082 second=1195 amount=-1 -kerning first=1086 second=92 amount=-3 -kerning first=902 second=8221 amount=-7 -kerning first=8225 second=333 amount=-2 -kerning first=1191 second=1026 amount=-7 -kerning first=1205 second=347 amount=-1 -kerning first=123 second=1153 amount=-1 -kerning first=253 second=1083 amount=-3 -kerning first=88 second=8353 amount=-1 -kerning first=89 second=361 amount=-3 -kerning first=1196 second=1143 amount=-4 -kerning first=1186 second=353 amount=-1 -kerning first=933 second=71 amount=-2 -kerning first=351 second=1066 amount=-5 -kerning first=915 second=267 amount=-5 -kerning first=1184 second=920 amount=-2 -kerning first=332 second=910 amount=-2 -kerning first=85 second=47 amount=-4 -kerning first=1090 second=162 amount=-2 -kerning first=1103 second=8220 amount=-3 -kerning first=1106 second=253 amount=-1 -kerning first=1116 second=354 amount=-4 -kerning first=1167 second=8224 amount=-2 -kerning first=1093 second=232 amount=-1 -kerning first=1113 second=86 amount=-7 -kerning first=1128 second=1256 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=264 second=935 amount=-1 -kerning first=1188 second=961 amount=-4 -kerning first=222 second=1140 amount=-3 -kerning first=8216 second=8222 amount=-8 -kerning first=53 second=46 amount=-2 -kerning first=1185 second=1204 amount=-4 -kerning first=277 second=92 amount=-3 -kerning first=358 second=195 amount=-6 -kerning first=1244 second=214 amount=-1 -kerning first=1178 second=71 amount=-2 -kerning first=1128 second=1200 amount=-5 -kerning first=1251 second=1249 amount=-2 -kerning first=1199 second=113 amount=-1 -kerning first=1167 second=88 amount=-2 -kerning first=1170 second=263 amount=-5 -kerning first=8224 second=308 amount=-5 -kerning first=341 second=242 amount=-1 -kerning first=1196 second=284 amount=-2 -kerning first=1069 second=8220 amount=-2 -kerning first=173 second=935 amount=-4 -kerning first=310 second=1143 amount=-3 -kerning first=1061 second=963 amount=-2 -kerning first=323 second=938 amount=1 -kerning first=1078 second=277 amount=-1 -kerning first=356 second=59 amount=-2 -kerning first=43 second=89 amount=-4 -kerning first=224 second=375 amount=-1 -kerning first=120 second=183 amount=-1 -kerning first=1279 second=234 amount=-1 -kerning first=382 second=1010 amount=-1 -kerning first=1184 second=8363 amount=-3 -kerning first=243 second=1140 amount=-3 -kerning first=939 second=1138 amount=-2 -kerning first=195 second=336 amount=-2 -kerning first=1119 second=358 amount=-3 -kerning first=345 second=1026 amount=-4 -kerning first=1279 second=1243 amount=-1 -kerning first=317 second=1256 amount=-2 -kerning first=297 second=1110 amount=6 -kerning first=933 second=45 amount=-4 -kerning first=321 second=172 amount=-4 -kerning first=232 second=1059 amount=-6 -kerning first=255 second=1040 amount=-4 -kerning first=1101 second=93 amount=-1 -kerning first=1193 second=1091 amount=-1 -kerning first=1188 second=246 amount=-5 -kerning first=1126 second=8225 amount=-5 -kerning first=1043 second=301 amount=6 -kerning first=1107 second=233 amount=-2 -kerning first=317 second=1200 amount=-3 -kerning first=1171 second=1195 amount=-2 -kerning first=369 second=8221 amount=1 -kerning first=118 second=198 amount=-4 -kerning first=1145 second=44 amount=-4 -kerning first=1222 second=1124 amount=1 -kerning first=1071 second=297 amount=5 -kerning first=310 second=284 amount=-2 -kerning first=359 second=70 amount=1 -kerning first=1058 second=1105 amount=-5 -kerning first=922 second=1138 amount=-2 -kerning first=1107 second=1241 amount=-2 -kerning first=972 second=1204 amount=-3 -kerning first=119 second=256 amount=-4 -kerning first=957 second=923 amount=-4 -kerning first=1060 second=358 amount=-2 -kerning first=87 second=326 amount=-2 -kerning first=355 second=1178 amount=1 -kerning first=1178 second=45 amount=-6 -kerning first=1061 second=243 amount=-2 -kerning first=197 second=359 amount=-2 -kerning first=260 second=1198 amount=-5 -kerning first=373 second=8249 amount=-2 -kerning first=913 second=1171 amount=-2 -kerning first=1033 second=93 amount=-1 -kerning first=1257 second=186 amount=-2 -kerning first=89 second=290 amount=-2 -kerning first=939 second=287 amount=-6 -kerning first=236 second=165 amount=2 -kerning first=972 second=1232 amount=-2 -kerning first=1139 second=119 amount=-1 -kerning first=1036 second=240 amount=-3 -kerning first=315 second=8225 amount=-6 -kerning first=8222 second=8216 amount=-8 -kerning first=194 second=92 amount=-5 -kerning first=1187 second=1219 amount=1 -kerning first=119 second=281 amount=-1 -kerning first=957 second=295 amount=3 -kerning first=1098 second=125 amount=-2 -kerning first=1101 second=1265 amount=-1 -kerning first=935 second=234 amount=-2 -kerning first=337 second=1197 amount=-2 -kerning first=1220 second=374 amount=-6 -kerning first=1180 second=1254 amount=-2 -kerning first=336 second=197 amount=-2 -kerning first=1209 second=84 amount=-3 -kerning first=8225 second=1077 amount=-2 -kerning first=1200 second=212 amount=-2 -kerning first=92 second=1138 amount=-2 -kerning first=382 second=339 amount=-1 -kerning first=922 second=287 amount=-3 -kerning first=8217 second=248 amount=-4 -kerning first=935 second=1243 amount=-2 -kerning first=357 second=1050 amount=1 -kerning first=194 second=338 amount=-2 -kerning first=377 second=1242 amount=-2 -kerning first=1179 second=101 amount=-1 -kerning first=1081 second=358 amount=-3 -kerning first=258 second=8224 amount=-5 -kerning first=1273 second=1265 amount=-1 -kerning first=1180 second=1144 amount=-2 -kerning first=174 second=267 amount=-2 -kerning first=358 second=345 amount=-4 -kerning first=256 second=216 amount=-2 -kerning first=356 second=291 amount=-5 -kerning first=1168 second=1179 amount=-4 -kerning first=373 second=1035 amount=-3 -kerning first=1033 second=1265 amount=-1 -kerning first=965 second=1200 amount=-4 -kerning first=196 second=1059 amount=-5 -kerning first=961 second=1185 amount=-2 -kerning first=1075 second=224 amount=-2 -kerning first=101 second=89 amount=-6 -kerning first=183 second=120 amount=-1 -kerning first=79 second=198 amount=-2 -kerning first=108 second=206 amount=1 -kerning first=1199 second=238 amount=3 -kerning first=221 second=1234 amount=-5 -kerning first=239 second=76 amount=3 -kerning first=245 second=1263 amount=-1 -kerning first=1089 second=910 amount=-4 -kerning first=359 second=1198 amount=-1 -kerning first=1274 second=1258 amount=-2 -kerning first=1181 second=173 amount=-2 -kerning first=368 second=8218 amount=-5 -kerning first=1097 second=52 amount=-1 -kerning first=343 second=246 amount=-1 -kerning first=92 second=287 amount=-1 -kerning first=923 second=234 amount=-1 -kerning first=1198 second=58 amount=-4 -kerning first=1122 second=1118 amount=-1 -kerning first=280 second=239 amount=5 -kerning first=1175 second=232 amount=-1 -kerning first=193 second=42 amount=-5 -kerning first=1143 second=8244 amount=2 -kerning first=1224 second=118 amount=-1 -kerning first=113 second=84 amount=-3 -kerning first=87 second=260 amount=-4 -kerning first=1114 second=1140 amount=-7 -kerning first=376 second=336 amount=-2 -kerning first=378 second=248 amount=-1 -kerning first=923 second=1243 amount=-1 -kerning first=933 second=1082 amount=-3 -kerning first=117 second=354 amount=-3 -kerning first=192 second=211 amount=-2 -kerning first=1241 second=253 amount=-1 -kerning first=1215 second=221 amount=-6 -kerning first=216 second=933 amount=-2 -kerning first=1097 second=1037 amount=1 -kerning first=123 second=234 amount=-1 -kerning first=1224 second=1201 amount=-1 -kerning first=1198 second=932 amount=3 -kerning first=1263 second=356 amount=-2 -kerning first=239 second=359 amount=3 -kerning first=242 second=8216 amount=-4 -kerning first=196 second=291 amount=-1 -kerning first=1143 second=84 amount=-2 -kerning first=171 second=1040 amount=-2 -kerning first=229 second=1035 amount=-3 -kerning first=230 second=221 amount=-6 -kerning first=1077 second=1265 amount=-1 -kerning first=102 second=231 amount=-1 -kerning first=343 second=8217 amount=1 -kerning first=123 second=1243 amount=-1 -kerning first=109 second=1200 amount=-5 -kerning first=254 second=1203 amount=-1 -kerning first=1217 second=1193 amount=-2 -kerning first=1188 second=1197 amount=-3 -kerning first=49 second=44 amount=-3 -kerning first=1275 second=183 amount=-1 -kerning first=1163 second=1062 amount=1 -kerning first=1068 second=1140 amount=-3 -kerning first=86 second=972 amount=-3 -kerning first=1126 second=79 amount=-2 -kerning first=104 second=1090 amount=-2 -kerning first=1267 second=301 amount=3 -kerning first=98 second=1098 amount=-2 -kerning first=355 second=1045 amount=1 -kerning first=305 second=92 amount=2 -kerning first=192 second=119 amount=-4 -kerning first=1252 second=206 amount=1 -kerning first=1196 second=1181 amount=-4 -kerning first=89 second=196 amount=-5 -kerning first=1188 second=1096 amount=-4 -kerning first=1109 second=1059 amount=-5 -kerning first=1027 second=245 amount=-5 -kerning first=55 second=55 amount=1 -kerning first=84 second=1179 amount=-4 -kerning first=228 second=253 amount=-1 -kerning first=1269 second=1185 amount=-2 -kerning first=212 second=1035 amount=-2 -kerning first=374 second=59 amount=-4 -kerning first=1058 second=951 amount=-4 -kerning first=46 second=933 amount=-3 -kerning first=1094 second=1252 amount=1 -kerning first=40 second=279 amount=-1 -kerning first=913 second=1091 amount=-4 -kerning first=1263 second=902 amount=-4 -kerning first=1234 second=8370 amount=-2 -kerning first=363 second=1026 amount=-3 -kerning first=224 second=1066 amount=-3 -kerning first=961 second=1276 amount=-2 -kerning first=1140 second=1069 amount=-2 -kerning first=89 second=235 amount=-6 -kerning first=315 second=79 amount=-2 -kerning first=1258 second=8216 amount=-2 -kerning first=354 second=1258 amount=-2 -kerning first=250 second=8220 amount=-3 -kerning first=63 second=260 amount=-4 -kerning first=1255 second=1078 amount=-1 -kerning first=1203 second=337 amount=-1 -kerning first=1271 second=1204 amount=-3 -kerning first=1118 second=97 amount=-1 -kerning first=90 second=299 amount=5 -kerning first=197 second=1254 amount=-2 -kerning first=275 second=118 amount=-1 -kerning first=114 second=1010 amount=-1 -kerning first=1242 second=1059 amount=-2 -kerning first=1198 second=285 amount=-6 -kerning first=1128 second=1017 amount=-2 -kerning first=1043 second=242 amount=-5 -kerning first=8218 second=1058 amount=-6 -kerning first=309 second=305 amount=3 -kerning first=1143 second=1239 amount=-1 -kerning first=197 second=1144 amount=-2 -kerning first=1274 second=1080 amount=-4 -kerning first=214 second=1066 amount=-2 -kerning first=275 second=1201 amount=-1 -kerning first=1265 second=335 amount=-1 -kerning first=944 second=1196 amount=-3 -kerning first=915 second=369 amount=-5 -kerning first=8217 second=1100 amount=-1 -kerning first=301 second=303 amount=6 -kerning first=1226 second=925 amount=1 -kerning first=279 second=1078 amount=-1 -kerning first=913 second=231 amount=-1 -kerning first=8370 second=65 amount=-1 -kerning first=239 second=1238 amount=3 -kerning first=307 second=41 amount=2 -kerning first=1222 second=1180 amount=1 -kerning first=1145 second=225 amount=-1 -kerning first=254 second=910 amount=-6 -kerning first=923 second=376 amount=-5 -kerning first=88 second=233 amount=-2 -kerning first=1198 second=162 amount=-6 -kerning first=1186 second=302 amount=1 -kerning first=295 second=1204 amount=-3 -kerning first=1184 second=216 amount=-2 -kerning first=355 second=358 amount=-2 -kerning first=1163 second=313 amount=1 -kerning first=210 second=194 amount=-2 -kerning first=358 second=211 amount=-2 -kerning first=1191 second=1061 amount=-2 -kerning first=1270 second=1251 amount=-4 -kerning first=1200 second=44 amount=-3 -kerning first=253 second=1257 amount=-1 -kerning first=317 second=1017 amount=-2 -kerning first=88 second=1241 amount=-2 -kerning first=301 second=55 amount=6 -kerning first=65 second=1258 amount=-2 -kerning first=1170 second=365 amount=-5 -kerning first=8224 second=265 amount=-2 -kerning first=299 second=905 amount=3 -kerning first=1110 second=297 amount=3 -kerning first=193 second=213 amount=-2 -kerning first=1143 second=74 amount=-4 -kerning first=1243 second=121 amount=-1 -kerning first=126 second=356 amount=-4 -kerning first=932 second=971 amount=-4 -kerning first=1230 second=172 amount=-1 -kerning first=1113 second=8216 amount=-5 -kerning first=255 second=47 amount=-4 -kerning first=1140 second=8373 amount=-2 -kerning first=89 second=343 amount=-3 -kerning first=374 second=291 amount=-6 -kerning first=301 second=1162 amount=3 -kerning first=8217 second=115 amount=-5 -kerning first=222 second=1058 amount=-4 -kerning first=1210 second=49 amount=-3 -kerning first=1213 second=375 amount=-1 -kerning first=1239 second=1197 amount=-1 -kerning first=358 second=119 amount=-4 -kerning first=45 second=1249 amount=-1 -kerning first=67 second=88 amount=-1 -kerning first=333 second=1236 amount=-2 -kerning first=114 second=339 amount=-1 -kerning first=1066 second=1098 amount=-2 -kerning first=372 second=277 amount=-3 -kerning first=75 second=211 amount=-2 -kerning first=81 second=198 amount=-2 -kerning first=939 second=1012 amount=-2 -kerning first=265 second=933 amount=-4 -kerning first=193 second=118 amount=-4 -kerning first=1224 second=356 amount=-3 -kerning first=1274 second=172 amount=-4 -kerning first=220 second=8222 amount=-5 -kerning first=255 second=1198 amount=-2 -kerning first=89 second=169 amount=-2 -kerning first=1186 second=43 amount=-1 -kerning first=1058 second=1091 amount=-4 -kerning first=243 second=1058 amount=-3 -kerning first=939 second=358 amount=3 -kerning first=1168 second=214 amount=-2 -kerning first=354 second=1080 amount=-4 -kerning first=1199 second=248 amount=-1 -kerning first=193 second=1201 amount=-4 -kerning first=1094 second=1186 amount=1 -kerning first=87 second=946 amount=-2 -kerning first=935 second=334 amount=-1 -kerning first=349 second=374 amount=-5 -kerning first=122 second=245 amount=-1 -kerning first=377 second=262 amount=-2 -kerning first=8244 second=1033 amount=-3 -kerning first=932 second=337 amount=-5 -kerning first=1059 second=963 amount=-6 -kerning first=1084 second=1199 amount=-1 -kerning first=40 second=1195 amount=-1 -kerning first=1270 second=109 amount=-4 -kerning first=1040 second=170 amount=-5 -kerning first=372 second=1189 amount=-2 -kerning first=75 second=119 amount=-4 -kerning first=922 second=1012 amount=-2 -kerning first=186 second=1153 amount=-2 -kerning first=270 second=86 amount=-2 -kerning first=342 second=933 amount=-2 -kerning first=1027 second=1097 amount=-4 -kerning first=924 second=297 amount=5 -kerning first=332 second=1234 amount=-2 -kerning first=1203 second=1105 amount=-1 -kerning first=70 second=46 amount=-3 -kerning first=8244 second=923 amount=-9 -kerning first=337 second=253 amount=-1 -kerning first=1010 second=1035 amount=-5 -kerning first=356 second=1054 amount=-2 -kerning first=251 second=8217 amount=1 -kerning first=1082 second=287 amount=-1 -kerning first=1230 second=68 amount=1 -kerning first=1153 second=1098 amount=-1 -kerning first=972 second=1200 amount=-6 -kerning first=1235 second=932 amount=-3 -kerning first=8224 second=1139 amount=-2 -kerning first=324 second=1267 amount=-1 -kerning first=1126 second=8244 amount=-7 -kerning first=299 second=84 amount=6 -kerning first=55 second=244 amount=-3 -kerning first=118 second=193 amount=-4 -kerning first=1180 second=301 amount=5 -kerning first=43 second=1046 amount=-4 -kerning first=1168 second=1199 amount=-4 -kerning first=1232 second=277 amount=-1 -kerning first=170 second=256 amount=-5 -kerning first=1205 second=1034 amount=1 -kerning first=1270 second=173 amount=-4 -kerning first=1265 second=1104 amount=-1 -kerning first=1216 second=95 amount=2 -kerning first=1058 second=231 amount=-5 -kerning first=915 second=326 amount=-4 -kerning first=957 second=192 amount=-4 -kerning first=1237 second=1198 amount=-6 -kerning first=1126 second=84 amount=-6 -kerning first=1267 second=242 amount=-1 -kerning first=305 second=95 amount=3 -kerning first=297 second=1213 amount=3 -kerning first=68 second=8218 amount=-3 -kerning first=356 second=378 amount=-3 -kerning first=1116 second=265 amount=-1 -kerning first=1189 second=97 amount=-2 -kerning first=1059 second=243 amount=-6 -kerning first=902 second=99 amount=-1 -kerning first=1084 second=957 amount=-1 -kerning first=1094 second=8221 amount=2 -kerning first=92 second=1012 amount=-2 -kerning first=1140 second=257 amount=-3 -kerning first=923 second=334 amount=-2 -kerning first=71 second=1196 amount=-2 -kerning first=55 second=8222 amount=-9 -kerning first=1163 second=70 amount=1 -kerning first=258 second=337 amount=-1 -kerning first=959 second=8225 amount=-2 -kerning first=261 second=376 amount=-5 -kerning first=118 second=233 amount=-1 -kerning first=1072 second=92 amount=-3 -kerning first=170 second=281 amount=-2 -kerning first=92 second=358 amount=-6 -kerning first=1140 second=1153 amount=-3 -kerning first=315 second=8244 amount=-3 -kerning first=231 second=1066 amount=-5 -kerning first=275 second=356 amount=-3 -kerning first=354 second=172 amount=-4 -kerning first=211 second=196 amount=-2 -kerning first=957 second=232 amount=-1 -kerning first=169 second=1236 amount=-2 -kerning first=118 second=1241 amount=-1 -kerning first=1196 second=213 amount=-2 -kerning first=1278 second=289 amount=-2 -kerning first=221 second=1258 amount=-2 -kerning first=8370 second=935 amount=-1 -kerning first=920 second=923 amount=-2 -kerning first=244 second=1278 amount=-2 -kerning first=196 second=1054 amount=-2 -kerning first=84 second=214 amount=-2 -kerning first=247 second=372 amount=-3 -kerning first=1168 second=957 amount=-4 -kerning first=79 second=1244 amount=-1 -kerning first=1046 second=1242 amount=-1 -kerning first=1205 second=293 amount=1 -kerning first=1141 second=933 amount=-2 -kerning first=254 second=1093 amount=-1 -kerning first=923 second=373 amount=-4 -kerning first=315 second=84 amount=-6 -kerning first=301 second=1225 amount=3 -kerning first=939 second=1169 amount=-3 -kerning first=1111 second=105 amount=6 -kerning first=210 second=376 amount=-2 -kerning first=235 second=1199 amount=-1 -kerning first=1090 second=940 amount=-2 -kerning first=86 second=224 amount=-3 -kerning first=1118 second=1089 amount=-1 -kerning first=1020 second=358 amount=-3 -kerning first=1171 second=287 amount=-2 -kerning first=297 second=223 amount=3 -kerning first=8218 second=939 amount=-7 -kerning first=1050 second=335 amount=-3 -kerning first=1179 second=1257 amount=-1 -kerning first=1083 second=1196 amount=-3 -kerning first=1102 second=1236 amount=-2 -kerning first=1196 second=118 amount=-4 -kerning first=335 second=923 amount=-2 -kerning first=1188 second=253 amount=-4 -kerning first=8221 second=972 amount=-4 -kerning first=1085 second=372 amount=-3 -kerning first=70 second=103 amount=-3 -kerning first=1209 second=1118 amount=-1 -kerning first=110 second=86 amount=-3 -kerning first=1091 second=945 amount=-1 -kerning first=310 second=213 amount=-2 -kerning first=1196 second=1201 amount=-4 -kerning first=351 second=174 amount=-1 -kerning first=359 second=1252 amount=1 -kerning first=1111 second=8360 amount=3 -kerning first=79 second=193 amount=-2 -kerning first=171 second=1198 amount=-4 -kerning first=84 second=1199 amount=-4 -kerning first=1257 second=1040 amount=-2 -kerning first=284 second=354 amount=-2 -kerning first=1114 second=1058 amount=-7 -kerning first=1126 second=1239 amount=-1 -kerning first=8244 second=181 amount=-3 -kerning first=1078 second=932 amount=-3 -kerning first=1116 second=1139 amount=-1 -kerning first=903 second=1051 amount=-3 -kerning first=932 second=1105 amount=-5 -kerning first=1145 second=100 amount=-1 -kerning first=334 second=1059 amount=-2 -kerning first=1034 second=1236 amount=-2 -kerning first=1207 second=126 amount=-1 -kerning first=89 second=210 amount=-2 -kerning first=1186 second=1018 amount=1 -kerning first=1128 second=244 amount=-1 -kerning first=1217 second=1010 amount=-2 -kerning first=915 second=260 amount=-6 -kerning first=939 second=1088 amount=-3 -kerning first=931 second=947 amount=-3 -kerning first=1107 second=46 amount=-6 -kerning first=1111 second=325 amount=3 -kerning first=235 second=957 amount=-1 -kerning first=91 second=101 amount=-1 -kerning first=288 second=299 amount=2 -kerning first=1237 second=1175 amount=-1 -kerning first=1276 second=289 amount=-2 -kerning first=310 second=118 amount=-3 -kerning first=933 second=971 amount=-3 -kerning first=273 second=106 amount=3 -kerning first=260 second=963 amount=-1 -kerning first=1163 second=1198 amount=-1 -kerning first=1068 second=1058 amount=-3 -kerning first=240 second=1035 amount=-3 -kerning first=927 second=1026 amount=-2 -kerning first=310 second=1201 amount=-3 -kerning first=193 second=356 amount=-6 -kerning first=208 second=198 amount=-2 -kerning first=1116 second=247 amount=-2 -kerning first=102 second=229 amount=-1 -kerning first=1270 second=1220 amount=-4 -kerning first=1200 second=225 amount=-5 -kerning first=253 second=1108 amount=-1 -kerning first=326 second=1091 amount=-1 -kerning first=244 second=260 amount=-2 -kerning first=116 second=925 amount=1 -kerning first=1084 second=354 amount=-3 -kerning first=1170 second=256 amount=-6 -kerning first=84 second=957 amount=-4 -kerning first=284 second=913 amount=-1 -kerning first=1117 second=221 amount=-5 -kerning first=1234 second=232 amount=-1 -kerning first=186 second=194 amount=-5 -kerning first=1213 second=1066 amount=-3 -kerning first=375 second=8244 amount=2 -kerning first=1118 second=1145 amount=-1 -kerning first=1061 second=99 amount=-2 -kerning first=197 second=301 amount=3 -kerning first=8250 second=88 amount=-3 -kerning first=216 second=1204 amount=-2 -kerning first=1097 second=115 amount=-1 -kerning first=253 second=1032 amount=-4 -kerning first=88 second=332 amount=-1 -kerning first=243 second=939 amount=-6 -kerning first=221 second=1080 amount=-3 -kerning first=8244 second=1116 amount=-1 -kerning first=258 second=1105 amount=-1 -kerning first=1220 second=1249 amount=-2 -kerning first=118 second=374 amount=-2 -kerning first=375 second=84 amount=-2 -kerning first=933 second=337 amount=-6 -kerning first=915 second=1090 amount=-3 -kerning first=232 second=372 amount=-3 -kerning first=216 second=1232 amount=-2 -kerning first=260 second=243 amount=-1 -kerning first=1170 second=281 amount=-5 -kerning first=1016 second=195 amount=-2 -kerning first=957 second=221 amount=-2 -kerning first=290 second=86 amount=-1 -kerning first=87 second=966 amount=-3 -kerning first=186 second=234 amount=-2 -kerning first=1078 second=285 amount=-1 -kerning first=1277 second=269 amount=-1 -kerning first=343 second=253 amount=1 -kerning first=285 second=1035 amount=-3 -kerning first=1115 second=221 amount=-5 -kerning first=1101 second=1278 amount=-2 -kerning first=374 second=1054 amount=-2 -kerning first=1217 second=339 amount=-2 -kerning first=186 second=1243 amount=-2 -kerning first=271 second=932 amount=3 -kerning first=177 second=86 amount=-4 -kerning first=112 second=1267 amount=-1 -kerning first=86 second=81 amount=-2 -kerning first=80 second=260 amount=-5 -kerning first=1225 second=295 amount=1 -kerning first=1178 second=337 amount=-3 -kerning first=89 second=1259 amount=-6 -kerning first=244 second=1090 amount=-2 -kerning first=946 second=301 amount=2 -kerning first=46 second=1204 amount=-2 -kerning first=1230 second=1188 amount=1 -kerning first=195 second=1242 amount=-2 -kerning first=260 second=8221 amount=-7 -kerning first=1050 second=1104 amount=-3 -kerning first=211 second=89 amount=-2 -kerning first=1170 second=1226 amount=-4 -kerning first=1092 second=1026 amount=-3 -kerning first=1094 second=347 amount=-1 -kerning first=1140 second=194 amount=-5 -kerning first=1263 second=267 amount=-1 -kerning first=939 second=266 amount=-2 -kerning first=1107 second=103 amount=-2 -kerning first=55 second=349 amount=-3 -kerning first=1143 second=263 amount=-1 -kerning first=1078 second=162 amount=-1 -kerning first=1274 second=965 amount=-4 -kerning first=1180 second=242 amount=-3 -kerning first=1087 second=8220 amount=-3 -kerning first=1239 second=253 amount=-1 -kerning first=1033 second=1278 amount=-2 -kerning first=359 second=1186 amount=1 -kerning first=295 second=1200 amount=-5 -kerning first=194 second=335 amount=-1 -kerning first=1168 second=913 amount=-6 -kerning first=1106 second=1185 amount=-2 -kerning first=355 second=1048 amount=1 -kerning first=269 second=376 amount=-4 -kerning first=8218 second=967 amount=-3 -kerning first=8244 second=110 amount=-1 -kerning first=235 second=354 amount=-3 -kerning first=214 second=65 amount=-2 -kerning first=1189 second=1089 amount=-2 -kerning first=187 second=358 amount=-8 -kerning first=1059 second=347 amount=-4 -kerning first=1040 second=966 amount=-1 -kerning first=1140 second=234 amount=-3 -kerning first=1202 second=1256 amount=-1 -kerning first=1198 second=1075 amount=-3 -kerning first=922 second=266 amount=-2 -kerning first=34 second=258 amount=-5 -kerning first=221 second=172 amount=-4 -kerning first=1188 second=171 amount=-8 -kerning first=939 second=237 amount=-2 -kerning first=1027 second=375 amount=-4 -kerning first=78 second=296 amount=1 -kerning first=1090 second=1237 amount=-2 -kerning first=118 second=1111 amount=3 -kerning first=1069 second=923 amount=-2 -kerning first=174 second=260 amount=-5 -kerning first=86 second=195 amount=-5 -kerning first=375 second=1239 amount=-1 -kerning first=1244 second=265 amount=-2 -kerning first=1140 second=1243 amount=-3 -kerning first=246 second=1203 amount=-1 -kerning first=81 second=1244 amount=-1 -kerning first=97 second=375 amount=-1 -kerning first=79 second=374 amount=-2 -kerning first=1226 second=353 amount=-1 -kerning first=37 second=8244 amount=-4 -kerning first=1207 second=327 amount=1 -kerning first=119 second=289 amount=-1 -kerning first=95 second=1057 amount=-3 -kerning first=241 second=1140 amount=-3 -kerning first=313 second=908 amount=-2 -kerning first=239 second=301 amount=3 -kerning first=910 second=963 amount=-6 -kerning first=196 second=372 amount=-4 -kerning first=1274 second=333 amount=-5 -kerning first=932 second=951 amount=-4 -kerning first=1201 second=1207 amount=-1 -kerning first=1082 second=358 amount=-4 -kerning first=1277 second=1086 amount=-1 -kerning first=902 second=8353 amount=-2 -kerning first=1191 second=121 amount=-2 -kerning first=922 second=237 amount=2 -kerning first=8217 second=959 amount=-4 -kerning first=1083 second=87 amount=-3 -kerning first=1255 second=8220 amount=-4 -kerning first=341 second=923 amount=-3 -kerning first=1101 second=260 amount=-2 -kerning first=1234 second=221 amount=-5 -kerning first=72 second=298 amount=1 -kerning first=244 second=170 amount=-2 -kerning first=359 second=8221 amount=2 -kerning first=256 second=927 amount=-2 -kerning first=356 second=299 amount=6 -kerning first=1168 second=1103 amount=-5 -kerning first=1046 second=945 amount=-2 -kerning first=1051 second=297 amount=5 -kerning first=1167 second=41 amount=-1 -kerning first=1097 second=108 amount=1 -kerning first=92 second=266 amount=-2 -kerning first=254 second=1234 amount=-2 -kerning first=81 second=193 amount=-2 -kerning first=299 second=314 amount=3 -kerning first=283 second=1026 amount=-3 -kerning first=1274 second=8218 amount=-8 -kerning first=1114 second=939 amount=-11 -kerning first=375 second=74 amount=-4 -kerning first=933 second=1105 amount=-6 -kerning first=1058 second=363 amount=-5 -kerning first=915 second=946 amount=-4 -kerning first=8217 second=60 amount=-6 -kerning first=270 second=8216 amount=-2 -kerning first=1168 second=308 amount=-6 -kerning first=354 second=965 amount=-4 -kerning first=1046 second=262 amount=-1 -kerning first=311 second=275 amount=-1 -kerning first=1179 second=1108 amount=-1 -kerning first=258 second=1171 amount=-2 -kerning first=1033 second=260 amount=-2 -kerning first=71 second=238 amount=2 -kerning first=1196 second=902 amount=-6 -kerning first=121 second=337 amount=-1 -kerning first=87 second=1060 amount=-2 -kerning first=239 second=1250 amount=3 -kerning first=910 second=243 amount=-6 -kerning first=84 second=913 amount=-6 -kerning first=233 second=86 amount=-3 -kerning first=256 second=1267 amount=-4 -kerning first=1145 second=297 amount=7 -kerning first=1189 second=1145 amount=-2 -kerning first=1205 second=340 amount=1 -kerning first=1263 second=177 amount=-3 -kerning first=243 second=967 amount=-1 -kerning first=265 second=1204 amount=-5 -kerning first=1224 second=1265 amount=-1 -kerning first=1090 second=246 amount=-2 -kerning first=1203 second=231 amount=-1 -kerning first=1068 second=939 amount=-6 -kerning first=345 second=121 amount=1 -kerning first=358 second=97 amount=-5 -kerning first=245 second=258 amount=-2 -kerning first=1244 second=1139 amount=-2 -kerning first=378 second=959 amount=-1 -kerning first=1178 second=1105 amount=-3 -kerning first=8244 second=192 amount=-9 -kerning first=1181 second=84 amount=-4 -kerning first=1111 second=1055 amount=3 -kerning first=1167 second=1091 amount=-1 -kerning first=1101 second=1090 amount=-2 -kerning first=162 second=376 amount=-4 -kerning first=1109 second=372 amount=-2 -kerning first=1122 second=256 amount=-2 -kerning first=1107 second=259 amount=-2 -kerning first=8221 second=224 amount=-4 -kerning first=376 second=1242 amount=-2 -kerning first=1171 second=358 amount=-3 -kerning first=196 second=299 amount=3 -kerning first=224 second=174 amount=-1 -kerning first=102 second=279 amount=-1 -kerning first=1026 second=196 amount=-2 -kerning first=1097 second=1134 amount=1 -kerning first=1200 second=100 amount=-6 -kerning first=1091 second=111 amount=-1 -kerning first=923 second=1141 amount=-4 -kerning first=246 second=910 amount=-6 -kerning first=1058 second=229 amount=-5 -kerning first=301 second=377 amount=6 -kerning first=920 second=1217 amount=-1 -kerning first=299 second=1120 amount=3 -kerning first=194 second=1104 amount=-1 -kerning first=354 second=333 amount=-5 -kerning first=1275 second=95 amount=-3 -kerning first=181 second=1058 amount=-3 -kerning first=1273 second=1090 amount=-2 -kerning first=1244 second=247 amount=-4 -kerning first=293 second=1196 amount=-3 -kerning first=8244 second=232 amount=-4 -kerning first=197 second=242 amount=-1 -kerning first=256 second=269 amount=-1 -kerning first=1270 second=79 amount=-2 -kerning first=1033 second=1090 amount=-2 -kerning first=1040 second=1060 amount=-2 -kerning first=1196 second=1173 amount=-4 -kerning first=1198 second=940 amount=-6 -kerning first=8221 second=970 amount=-4 -kerning first=259 second=933 amount=-5 -kerning first=84 second=1103 amount=-5 -kerning first=1180 second=1099 amount=2 -kerning first=912 second=45 amount=-2 -kerning first=8220 second=197 amount=-6 -kerning first=981 second=1277 amount=-1 -kerning first=1036 second=255 amount=-3 -kerning first=335 second=1217 amount=-2 -kerning first=183 second=1078 amount=-1 -kerning first=354 second=8218 amount=-8 -kerning first=210 second=8230 amount=-3 -kerning first=40 second=287 amount=-1 -kerning first=1098 second=1203 amount=-1 -kerning first=1242 second=372 amount=-1 -kerning first=1198 second=264 amount=-2 -kerning first=1278 second=271 amount=-2 -kerning first=1254 second=258 amount=-2 -kerning first=1126 second=1118 amount=-4 -kerning first=920 second=192 amount=-2 -kerning first=1061 second=8353 amount=-1 -kerning first=8244 second=1084 amount=-1 -kerning first=84 second=308 amount=-6 -kerning first=959 second=84 amount=-3 -kerning first=225 second=255 amount=-1 -kerning first=197 second=8220 amount=-8 -kerning first=1274 second=1077 amount=-5 -kerning first=214 second=935 amount=-1 -kerning first=932 second=1091 amount=-4 -kerning first=255 second=963 amount=-1 -kerning first=1257 second=1198 amount=-6 -kerning first=923 second=116 amount=-2 -kerning first=372 second=58 amount=-3 -kerning first=1027 second=187 amount=-3 -kerning first=195 second=86 amount=-5 -kerning first=371 second=1066 amount=-3 -kerning first=1234 second=212 amount=-2 -kerning first=1118 second=1233 amount=-1 -kerning first=110 second=8216 amount=-3 -kerning first=1054 second=910 amount=-2 -kerning first=1244 second=1028 amount=-1 -kerning first=65 second=333 amount=-1 -kerning first=192 second=1089 amount=-1 -kerning first=1241 second=1185 amount=-2 -kerning first=1181 second=1239 amount=-1 -kerning first=275 second=1265 amount=-1 -kerning first=176 second=1232 amount=-5 -kerning first=1101 second=170 amount=-2 -kerning first=335 second=192 amount=-2 -kerning first=1188 second=117 amount=-5 -kerning first=8360 second=86 amount=-3 -kerning first=1185 second=244 amount=-1 -kerning first=1197 second=356 amount=-3 -kerning first=70 second=273 amount=-3 -kerning first=1077 second=1090 amount=-1 -kerning first=1141 second=1204 amount=-2 -kerning first=1200 second=112 amount=-3 -kerning first=89 second=1193 amount=-6 -kerning first=915 second=120 amount=-3 -kerning first=315 second=1118 amount=-4 -kerning first=8221 second=1117 amount=-1 -kerning first=195 second=945 amount=-1 -kerning first=913 second=279 amount=-1 -kerning first=208 second=1244 amount=-1 -kerning first=8224 second=258 amount=-5 -kerning first=121 second=1105 amount=-1 -kerning first=1126 second=263 amount=-1 -kerning first=239 second=1223 amount=3 -kerning first=376 second=1074 amount=-3 -kerning first=946 second=8220 amount=-4 -kerning first=321 second=8219 amount=-3 -kerning first=256 second=1086 amount=-1 -kerning first=356 second=1020 amount=-4 -kerning first=932 second=231 amount=-5 -kerning first=1222 second=254 amount=1 -kerning first=1230 second=351 amount=-1 -kerning first=1145 second=1235 amount=-1 -kerning first=114 second=1203 amount=1 -kerning first=255 second=243 amount=-1 -kerning first=1033 second=170 amount=-2 -kerning first=1141 second=1232 amount=-4 -kerning first=88 second=103 amount=-2 -kerning first=927 second=1061 amount=-1 -kerning first=1184 second=927 amount=-2 -kerning first=81 second=374 amount=-2 -kerning first=939 second=245 amount=-6 -kerning first=313 second=126 amount=-4 -kerning first=195 second=262 amount=-2 -kerning first=1163 second=1252 amount=1 -kerning first=258 second=1091 amount=-4 -kerning first=1139 second=1140 amount=-3 -kerning first=228 second=1185 amount=-2 -kerning first=1114 second=967 amount=-2 -kerning first=1276 second=271 amount=-2 -kerning first=1225 second=82 amount=1 -kerning first=244 second=120 amount=-1 -kerning first=933 second=951 amount=-3 -kerning first=359 second=347 amount=-1 -kerning first=97 second=1066 amount=-3 -kerning first=1097 second=204 amount=1 -kerning first=8224 second=283 amount=-2 -kerning first=91 second=1257 amount=-1 -kerning first=1278 second=113 amount=-2 -kerning first=248 second=197 amount=-2 -kerning first=208 second=193 amount=-2 -kerning first=1274 second=351 amount=-5 -kerning first=216 second=1200 amount=-2 -kerning first=1232 second=932 amount=-6 -kerning first=1207 second=1056 amount=1 -kerning first=1270 second=973 amount=-4 -kerning first=255 second=8221 amount=2 -kerning first=89 second=1109 amount=-4 -kerning first=981 second=933 amount=-6 -kerning first=1184 second=1267 amount=-3 -kerning first=922 second=245 amount=-3 -kerning first=8217 second=361 amount=-3 -kerning first=354 second=1077 amount=-5 -kerning first=234 second=1140 amount=-3 -kerning first=261 second=1141 amount=-1 -kerning first=118 second=46 amount=-2 -kerning first=1098 second=910 amount=-11 -kerning first=1068 second=967 amount=-1 -kerning first=229 second=1199 amount=-1 -kerning first=87 second=226 amount=-3 -kerning first=102 second=1195 amount=-1 -kerning first=297 second=1026 amount=6 -kerning first=8222 second=1143 amount=-3 -kerning first=192 second=1145 amount=-1 -kerning first=1059 second=99 amount=-6 -kerning first=1016 second=119 amount=-1 -kerning first=120 second=335 amount=-1 -kerning first=1093 second=100 amount=-1 -kerning first=1257 second=1175 amount=-1 -kerning first=1040 second=359 amount=-2 -kerning first=957 second=44 amount=-2 -kerning first=1140 second=334 amount=-2 -kerning first=372 second=285 amount=-3 -kerning first=1202 second=1017 amount=-1 -kerning first=221 second=965 amount=-3 -kerning first=966 second=255 amount=-1 -kerning first=357 second=292 amount=1 -kerning first=258 second=231 amount=-1 -kerning first=193 second=1265 amount=-4 -kerning first=247 second=1098 amount=-1 -kerning first=1026 second=89 amount=-6 -kerning first=1164 second=358 amount=-3 -kerning first=1200 second=1026 amount=3 -kerning first=1091 second=1209 amount=-1 -kerning first=246 second=1093 amount=-1 -kerning first=116 second=353 amount=-1 -kerning first=915 second=966 amount=-5 -kerning first=1241 second=1276 amount=-2 -kerning first=1199 second=959 amount=-1 -kerning first=1084 second=1263 amount=-1 -kerning first=177 second=8216 amount=-4 -kerning first=1035 second=910 amount=-5 -kerning first=943 second=47 amount=-2 -kerning first=1188 second=286 amount=-2 -kerning first=1043 second=923 amount=-6 -kerning first=8221 second=195 amount=-9 -kerning first=910 second=347 amount=-4 -kerning first=347 second=358 amount=-5 -kerning first=46 second=1200 amount=-3 -kerning first=339 second=1197 amount=-1 -kerning first=1092 second=1061 amount=-2 -kerning first=1097 second=60 amount=-2 -kerning first=119 second=1196 amount=-3 -kerning first=1205 second=374 amount=-1 -kerning first=1200 second=67 amount=-2 -kerning first=253 second=1255 amount=-1 -kerning first=92 second=245 amount=-1 -kerning first=1265 second=1236 amount=-4 -kerning first=372 second=162 amount=-3 -kerning first=1184 second=269 amount=-3 -kerning first=1085 second=1098 amount=-2 -kerning first=229 second=957 amount=-1 -kerning first=86 second=211 amount=-2 -kerning first=358 second=1089 amount=-5 -kerning first=1259 second=358 amount=-3 -kerning first=1236 second=299 amount=5 -kerning first=1276 second=113 amount=-2 -kerning first=297 second=297 amount=3 -kerning first=65 second=1077 amount=-1 -kerning first=1168 second=1263 amount=-4 -kerning first=1046 second=111 amount=-2 -kerning first=1199 second=60 amount=-2 -kerning first=187 second=51 amount=-3 -kerning first=1187 second=8216 amount=-3 -kerning first=1198 second=1237 amount=-5 -kerning first=1069 second=1217 amount=-1 -kerning first=221 second=333 amount=-6 -kerning first=1118 second=1058 amount=-2 -kerning first=380 second=1035 amount=-2 -kerning first=920 second=221 amount=-2 -kerning first=1107 second=273 amount=-2 -kerning first=181 second=939 amount=-4 -kerning first=193 second=267 amount=-1 -kerning first=1119 second=375 amount=-1 -kerning first=281 second=1197 amount=-1 -kerning first=1232 second=285 amount=-1 -kerning first=955 second=962 amount=-3 -kerning first=961 second=1267 amount=-1 -kerning first=292 second=207 amount=1 -kerning first=293 second=87 amount=-3 -kerning first=929 second=1040 amount=-5 -kerning first=1058 second=279 amount=-5 -kerning first=105 second=93 amount=2 -kerning first=8217 second=943 amount=-4 -kerning first=354 second=351 amount=-5 -kerning first=1226 second=302 amount=1 -kerning first=1278 second=268 amount=-1 -kerning first=8216 second=194 amount=-6 -kerning first=376 second=945 amount=-6 -kerning first=1169 second=356 amount=-3 -kerning first=192 second=1140 amount=-5 -kerning first=1116 second=283 amount=-1 -kerning first=1189 second=1233 amount=-2 -kerning first=38 second=1059 amount=-5 -kerning first=79 second=46 amount=-3 -kerning first=211 second=1046 amount=-1 -kerning first=902 second=233 amount=-1 -kerning first=8225 second=197 amount=-5 -kerning first=1097 second=1067 amount=1 -kerning first=1205 second=69 amount=1 -kerning first=913 second=1195 amount=-1 -kerning first=1198 second=961 amount=-3 -kerning first=1186 second=202 amount=1 -kerning first=75 second=1089 amount=-3 -kerning first=241 second=1058 amount=-3 -kerning first=111 second=1035 amount=-3 -kerning first=221 second=8218 amount=-7 -kerning first=335 second=221 amount=-6 -kerning first=1043 second=8370 amount=-2 -kerning first=1027 second=252 amount=-5 -kerning first=299 second=1190 amount=3 -kerning first=242 second=1143 amount=-1 -kerning first=947 second=8217 amount=2 -kerning first=1111 second=280 amount=3 -kerning first=1163 second=1186 amount=1 -kerning first=196 second=34 amount=-5 -kerning first=118 second=103 amount=-1 -kerning first=1069 second=192 amount=-2 -kerning first=257 second=1196 amount=-3 -kerning first=70 second=240 amount=-3 -kerning first=375 second=263 amount=-1 -kerning first=902 second=1241 amount=-1 -kerning first=1232 second=162 amount=-1 -kerning first=170 second=289 amount=-2 -kerning first=376 second=262 amount=-2 -kerning first=353 second=84 amount=-5 -kerning first=1058 second=1224 amount=-4 -kerning first=1217 second=1057 amount=-1 -kerning first=357 second=1027 amount=1 -kerning first=1168 second=265 amount=-5 -kerning first=119 second=271 amount=-1 -kerning first=373 second=354 amount=-3 -kerning first=1101 second=120 amount=-1 -kerning first=1125 second=221 amount=-4 -kerning first=122 second=1066 amount=-2 -kerning first=235 second=1263 amount=-1 -kerning first=8225 second=275 amount=-2 -kerning first=1184 second=1086 amount=-3 -kerning first=939 second=1097 amount=-3 -kerning first=1111 second=1112 amount=-4 -kerning first=341 second=192 amount=-3 -kerning first=87 second=1254 amount=-2 -kerning first=358 second=1145 amount=-5 -kerning first=1178 second=1091 amount=-3 -kerning first=337 second=1185 amount=-2 -kerning first=232 second=1098 amount=-1 -kerning first=334 second=372 amount=-1 -kerning first=1124 second=1217 amount=-1 -kerning first=1226 second=43 amount=-1 -kerning first=1094 second=1034 amount=1 -kerning first=120 second=1104 amount=-1 -kerning first=1033 second=120 amount=-1 -kerning first=1196 second=1265 amount=-4 -kerning first=1198 second=246 amount=-6 -kerning first=87 second=1144 amount=-2 -kerning first=1042 second=297 amount=2 -kerning first=1188 second=920 amount=-2 -kerning first=1043 second=181 amount=-5 -kerning first=239 second=1099 amount=6 -kerning first=8221 second=345 amount=-1 -kerning first=317 second=8223 amount=-3 -kerning first=1081 second=375 amount=-1 -kerning first=84 second=1263 amount=-4 -kerning first=1243 second=8224 amount=-2 -kerning first=208 second=374 amount=-2 -kerning first=1269 second=1267 amount=-1 -kerning first=1088 second=1277 amount=-1 -kerning first=1276 second=268 amount=-1 -kerning first=98 second=195 amount=-2 -kerning first=374 second=1020 amount=-3 -kerning first=933 second=231 amount=-6 -kerning first=915 second=1060 amount=-2 -kerning first=265 second=1200 amount=-4 -kerning first=1075 second=97 amount=-2 -kerning first=260 second=99 amount=-1 -kerning first=1163 second=8221 amount=2 -kerning first=373 second=913 amount=-4 -kerning first=341 second=232 amount=-1 -kerning first=1098 second=1093 amount=-1 -kerning first=174 second=966 amount=-2 -kerning first=1213 second=174 amount=-1 -kerning first=39 second=1234 amount=-5 -kerning first=1243 second=88 amount=-2 -kerning first=356 second=1098 amount=-3 -kerning first=229 second=354 amount=-3 -kerning first=1050 second=43 amount=-6 -kerning first=1093 second=1026 amount=-3 -kerning first=1270 second=1239 amount=-5 -kerning first=75 second=1145 amount=-3 -kerning first=1275 second=335 amount=-2 -kerning first=1175 second=100 amount=-1 -kerning first=906 second=296 amount=1 -kerning first=8230 second=1196 amount=-2 -kerning first=193 second=177 amount=-3 -kerning first=1041 second=239 amount=2 -kerning first=1271 second=244 amount=-2 -kerning first=1267 second=923 amount=-4 -kerning first=1256 second=195 amount=-2 -kerning first=1225 second=221 amount=-1 -kerning first=1178 second=231 amount=-3 -kerning first=310 second=1265 amount=-3 -kerning first=342 second=1200 amount=-2 -kerning first=1168 second=1139 amount=-5 -kerning first=1059 second=198 amount=-5 -kerning first=1094 second=293 amount=1 -kerning first=1207 second=933 amount=-1 -kerning first=1097 second=77 amount=1 -kerning first=119 second=113 amount=-1 -kerning first=112 second=1279 amount=-1 -kerning first=1040 second=1254 amount=-2 -kerning first=1196 second=267 amount=-5 -kerning first=221 second=1077 amount=-6 -kerning first=1188 second=8363 amount=-5 -kerning first=1027 second=288 amount=-2 -kerning first=1211 second=1140 amount=-3 -kerning first=299 second=78 amount=3 -kerning first=936 second=46 amount=-6 -kerning first=84 second=265 amount=-5 -kerning first=1078 second=940 amount=-1 -kerning first=212 second=354 amount=-2 -kerning first=1201 second=8249 amount=-3 -kerning first=1077 second=120 amount=-1 -kerning first=1270 second=1102 amount=-4 -kerning first=1200 second=1235 amount=-5 -kerning first=1040 second=1144 amount=-2 -kerning first=1140 second=8230 amount=-6 -kerning first=1043 second=1116 amount=-4 -kerning first=195 second=111 amount=-1 -kerning first=1179 second=1255 amount=-1 -kerning first=314 second=303 amount=2 -kerning first=1095 second=255 amount=-1 -kerning first=91 second=1108 amount=-1 -kerning first=1271 second=8222 amount=-8 -kerning first=1267 second=295 amount=3 -kerning first=1061 second=233 amount=-2 -kerning first=1058 second=1195 amount=-5 -kerning first=1215 second=1026 amount=-3 -kerning first=1168 second=247 amount=-4 -kerning first=902 second=374 amount=-5 -kerning first=114 second=1093 amount=1 -kerning first=1270 second=74 amount=-6 -kerning first=913 second=1194 amount=-2 -kerning first=176 second=1256 amount=-1 -kerning first=8217 second=196 amount=-9 -kerning first=1188 second=1185 amount=-3 -kerning first=1107 second=240 amount=-2 -kerning first=83 second=301 amount=3 -kerning first=1061 second=1241 amount=-2 -kerning first=118 second=259 amount=-1 -kerning first=1189 second=1058 amount=-3 -kerning first=94 second=195 amount=-5 -kerning first=230 second=1026 amount=-3 -kerning first=1103 second=221 amount=-5 -kerning first=1100 second=1035 amount=-7 -kerning first=1113 second=1143 amount=-2 -kerning first=310 second=267 amount=-3 -kerning first=337 second=1276 amount=-2 -kerning first=195 second=8216 amount=-8 -kerning first=1179 second=126 amount=-2 -kerning first=1170 second=289 amount=-5 -kerning first=1207 second=282 amount=1 -kerning first=373 second=308 amount=-4 -kerning first=957 second=225 amount=-1 -kerning first=1233 second=8220 amount=-3 -kerning first=1263 second=260 amount=-4 -kerning first=1234 second=1213 amount=-2 -kerning first=8218 second=92 amount=-6 -kerning first=1143 second=256 amount=-4 -kerning first=212 second=913 amount=-2 -kerning first=932 second=363 amount=-5 -kerning first=1201 second=1035 amount=-2 -kerning first=1088 second=933 amount=-6 -kerning first=1059 second=8353 amount=-2 -kerning first=1202 second=244 amount=-2 -kerning first=246 second=1234 amount=-2 -kerning first=89 second=1010 amount=-6 -kerning first=1128 second=1069 amount=-2 -kerning first=1184 second=105 amount=2 -kerning first=8217 second=235 amount=-4 -kerning first=8360 second=8216 amount=-3 -kerning first=259 second=1204 amount=-3 -kerning first=1210 second=1035 amount=-3 -kerning first=1069 second=221 amount=-2 -kerning first=1118 second=939 amount=-2 -kerning first=1141 second=1200 amount=-2 -kerning first=1082 second=245 amount=-1 -kerning first=1086 second=1236 amount=-2 -kerning first=1181 second=263 amount=-1 -kerning first=1168 second=1028 amount=-2 -kerning first=221 second=351 amount=-4 -kerning first=1043 second=110 amount=-4 -kerning first=1143 second=281 amount=-1 -kerning first=84 second=1139 amount=-5 -kerning first=959 second=1118 amount=-1 -kerning first=336 second=86 amount=-2 -kerning first=1222 second=1036 amount=1 -kerning first=1277 second=1092 amount=-1 -kerning first=1119 second=1066 amount=-3 -kerning first=8217 second=1222 amount=-4 -kerning first=81 second=46 amount=-3 -kerning first=1251 second=255 amount=-1 -kerning first=1226 second=1018 amount=1 -kerning first=1228 second=1091 amount=-1 -kerning first=1066 second=195 amount=-2 -kerning first=1139 second=1058 amount=-3 -kerning first=121 second=231 amount=-1 -kerning first=126 second=1278 amount=-4 -kerning first=241 second=939 amount=-5 -kerning first=935 second=199 amount=-1 -kerning first=333 second=932 amount=-3 -kerning first=910 second=99 amount=-6 -kerning first=317 second=1069 amount=-2 -kerning first=267 second=1196 amount=-5 -kerning first=369 second=374 amount=-4 -kerning first=932 second=229 amount=-5 -kerning first=257 second=87 amount=-3 -kerning first=902 second=1111 amount=3 -kerning first=343 second=8363 amount=-1 -kerning first=88 second=273 amount=-2 -kerning first=1198 second=1096 amount=-3 -kerning first=1186 second=1053 amount=1 -kerning first=222 second=92 amount=-3 -kerning first=1275 second=1104 amount=-2 -kerning first=84 second=247 amount=-4 -kerning first=1060 second=1066 amount=-2 -kerning first=95 second=360 amount=-3 -kerning first=1054 second=1234 amount=-2 -kerning first=1270 second=1107 amount=-4 -kerning first=1244 second=283 amount=-2 -kerning first=378 second=235 amount=-1 -kerning first=183 second=8220 amount=-3 -kerning first=339 second=253 amount=-1 -kerning first=234 second=1058 amount=-3 -kerning first=332 second=8218 amount=-3 -kerning first=1105 second=221 amount=-6 -kerning first=1278 second=248 amount=-2 -kerning first=1027 second=65 amount=-6 -kerning first=55 second=257 amount=-3 -kerning first=8244 second=44 amount=-7 -kerning first=1270 second=942 amount=-4 -kerning first=89 second=339 amount=-6 -kerning first=1128 second=8373 amount=-2 -kerning first=240 second=1199 amount=-1 -kerning first=116 second=302 amount=1 -kerning first=915 second=226 amount=-5 -kerning first=1184 second=371 amount=-2 -kerning first=8217 second=343 amount=-1 -kerning first=301 second=1229 amount=3 -kerning first=243 second=92 amount=-3 -kerning first=271 second=236 amount=3 -kerning first=1175 second=1026 amount=-3 -kerning first=55 second=1153 amount=-3 -kerning first=1163 second=347 amount=-1 -kerning first=95 second=1063 amount=-7 -kerning first=345 second=45 amount=-2 -kerning first=376 second=111 amount=-6 -kerning first=310 second=177 amount=-2 -kerning first=1171 second=245 amount=-2 -kerning first=1058 second=1194 amount=-2 -kerning first=46 second=55 amount=-1 -kerning first=281 second=253 amount=-1 -kerning first=1050 second=251 amount=-2 -kerning first=902 second=332 amount=-2 -kerning first=42 second=916 amount=-5 -kerning first=923 second=199 amount=-2 -kerning first=1027 second=101 amount=-5 -kerning first=1074 second=86 amount=-3 -kerning first=1081 second=1066 amount=-3 -kerning first=84 second=1028 amount=-2 -kerning first=918 second=1194 amount=-2 -kerning first=1197 second=267 amount=-2 -kerning first=1239 second=1185 amount=-1 -kerning first=305 second=302 amount=2 -kerning first=981 second=1204 amount=-3 -kerning first=1010 second=354 amount=-5 -kerning first=1075 second=1089 amount=-2 -kerning first=1012 second=196 amount=-2 -kerning first=1043 second=192 amount=-6 -kerning first=245 second=1059 amount=-6 -kerning first=317 second=8373 amount=-2 -kerning first=8250 second=1091 amount=-2 -kerning first=1230 second=1070 amount=1 -kerning first=1097 second=8226 amount=-1 -kerning first=372 second=1075 amount=-2 -kerning first=981 second=1232 amount=-2 -kerning first=1186 second=932 amount=-2 -kerning first=240 second=957 amount=-1 -kerning first=920 second=44 amount=-3 -kerning first=100 second=299 amount=5 -kerning first=181 second=183 amount=-2 -kerning first=213 second=84 amount=-2 -kerning first=1203 second=279 amount=-1 -kerning first=358 second=1233 amount=-5 -kerning first=1028 second=46 amount=-3 -kerning first=1026 second=1046 amount=-2 -kerning first=1276 second=248 amount=-2 -kerning first=116 second=43 amount=-1 -kerning first=359 second=1034 amount=1 -kerning first=1036 second=173 amount=-6 -kerning first=1168 second=367 amount=-5 -kerning first=260 second=8353 amount=-2 -kerning first=1092 second=121 amount=-1 -kerning first=169 second=932 amount=-2 -kerning first=1043 second=232 amount=-5 -kerning first=1107 second=230 amount=-2 -kerning first=106 second=1111 amount=3 -kerning first=1080 second=1091 amount=-1 -kerning first=1255 second=923 amount=-2 -kerning first=1037 second=95 amount=2 -kerning first=192 second=1058 amount=-6 -kerning first=102 second=287 amount=-1 -kerning first=1205 second=1050 amount=1 -kerning first=1265 second=277 amount=-1 -kerning first=923 second=49 amount=-2 -kerning first=922 second=375 amount=-3 -kerning first=44 second=8244 amount=-5 -kerning first=1111 second=1062 amount=3 -kerning first=112 second=186 amount=-2 -kerning first=1090 second=171 amount=-3 -kerning first=227 second=1140 amount=-3 -kerning first=973 second=910 amount=-4 -kerning first=242 second=1202 amount=-2 -kerning first=1201 second=228 amount=-1 -kerning first=1059 second=241 amount=-3 -kerning first=1097 second=928 amount=1 -kerning first=1102 second=932 amount=-3 -kerning first=255 second=99 amount=-1 -kerning first=1254 second=1059 amount=-2 -kerning first=1043 second=1084 amount=-4 -kerning first=1027 second=341 amount=-4 -kerning first=44 second=84 amount=-2 -kerning first=118 second=273 amount=-1 -kerning first=1180 second=8370 amount=-2 -kerning first=126 second=1090 amount=-1 -kerning first=170 second=271 amount=-2 -kerning first=1200 second=1119 amount=-3 -kerning first=1128 second=1153 amount=-1 -kerning first=933 second=363 amount=-3 -kerning first=359 second=293 amount=1 -kerning first=379 second=183 amount=-2 -kerning first=1075 second=1145 amount=-2 -kerning first=114 second=1234 amount=-3 -kerning first=1094 second=340 amount=1 -kerning first=913 second=1138 amount=-2 -kerning first=957 second=100 amount=-1 -kerning first=241 second=967 amount=-1 -kerning first=1108 second=1198 amount=-4 -kerning first=1188 second=216 amount=-2 -kerning first=8244 second=1213 amount=1 -kerning first=1078 second=246 amount=-1 -kerning first=256 second=1092 amount=-1 -kerning first=1034 second=932 amount=-3 -kerning first=1270 second=1118 amount=-4 -kerning first=92 second=375 amount=-4 -kerning first=88 second=240 amount=-2 -kerning first=915 second=1254 amount=-2 -kerning first=321 second=197 amount=2 -kerning first=78 second=1111 amount=5 -kerning first=1199 second=196 amount=-4 -kerning first=208 second=46 amount=-3 -kerning first=1224 second=1090 amount=-2 -kerning first=1096 second=376 amount=-5 -kerning first=174 second=226 amount=-1 -kerning first=86 second=97 amount=-3 -kerning first=1114 second=92 amount=-7 -kerning first=910 second=198 amount=-5 -kerning first=98 second=119 amount=-1 -kerning first=1195 second=358 amount=-5 -kerning first=1178 second=363 amount=-2 -kerning first=1061 second=332 amount=-1 -kerning first=915 second=1144 amount=-2 -kerning first=97 second=174 amount=-1 -kerning first=1230 second=924 amount=1 -kerning first=161 second=356 amount=-4 -kerning first=1040 second=301 amount=3 -kerning first=176 second=1017 amount=-1 -kerning first=1196 second=369 amount=-5 -kerning first=173 second=1277 amount=-1 -kerning first=1258 second=1202 amount=-1 -kerning first=250 second=221 amount=-4 -kerning first=84 second=367 amount=-5 -kerning first=1139 second=939 amount=-6 -kerning first=283 second=121 amount=-1 -kerning first=43 second=1203 amount=-1 -kerning first=1180 second=181 amount=-2 -kerning first=1235 second=1197 amount=-2 -kerning first=1020 second=375 amount=-1 -kerning first=1191 second=8224 amount=-3 -kerning first=103 second=1196 amount=-3 -kerning first=68 second=197 amount=-2 -kerning first=933 second=229 amount=-5 -kerning first=267 second=87 amount=-1 -kerning first=915 second=380 amount=-3 -kerning first=8222 second=118 amount=-3 -kerning first=69 second=1111 amount=5 -kerning first=1199 second=235 amount=-1 -kerning first=913 second=287 amount=-1 -kerning first=1068 second=92 amount=-3 -kerning first=240 second=354 amount=-3 -kerning first=1126 second=281 amount=-1 -kerning first=122 second=101 amount=-1 -kerning first=376 second=1209 amount=-5 -kerning first=55 second=194 amount=-7 -kerning first=348 second=297 amount=3 -kerning first=1169 second=267 amount=-2 -kerning first=8222 second=1201 amount=-3 -kerning first=932 second=279 amount=-5 -kerning first=216 second=8222 amount=-3 -kerning first=1270 second=263 amount=-5 -kerning first=1191 second=88 amount=-2 -kerning first=372 second=940 amount=-3 -kerning first=1186 second=1184 amount=1 -kerning first=315 second=256 amount=2 -kerning first=1211 second=1058 amount=-3 -kerning first=1111 second=313 amount=3 -kerning first=234 second=939 amount=-6 -kerning first=1104 second=932 amount=-3 -kerning first=1267 second=192 amount=-4 -kerning first=170 second=113 amount=-2 -kerning first=198 second=239 amount=5 -kerning first=328 second=374 amount=-5 -kerning first=310 second=369 amount=-2 -kerning first=90 second=81 amount=-2 -kerning first=1168 second=324 amount=-4 -kerning first=1059 second=193 amount=-5 -kerning first=1199 second=1222 amount=-3 -kerning first=119 second=248 amount=-1 -kerning first=373 second=265 amount=-1 -kerning first=8224 second=291 amount=-2 -kerning first=1203 second=1195 amount=-1 -kerning first=372 second=264 amount=-2 -kerning first=1012 second=89 amount=-2 -kerning first=8370 second=305 amount=2 -kerning first=313 second=933 amount=-3 -kerning first=910 second=8353 amount=-2 -kerning first=355 second=1066 amount=-2 -kerning first=55 second=234 amount=-3 -kerning first=1274 second=250 amount=-5 -kerning first=107 second=172 amount=-2 -kerning first=256 second=186 amount=-5 -kerning first=932 second=1224 amount=-4 -kerning first=229 second=1263 amount=-1 -kerning first=1168 second=1271 amount=-4 -kerning first=116 second=1018 amount=1 -kerning first=301 second=342 amount=3 -kerning first=939 second=187 amount=-4 -kerning first=1111 second=355 amount=3 -kerning first=55 second=1243 amount=-3 -kerning first=261 second=49 amount=-3 -kerning first=284 second=258 amount=-1 -kerning first=240 second=913 amount=-2 -kerning first=1234 second=100 amount=-1 -kerning first=1267 second=232 amount=-1 -kerning first=1106 second=1267 amount=-1 -kerning first=961 second=1279 amount=-1 -kerning first=263 second=84 amount=-5 -kerning first=76 second=255 amount=-4 -kerning first=8244 second=225 amount=-4 -kerning first=179 second=1234 amount=-6 -kerning first=356 second=972 amount=-5 -kerning first=275 second=1090 amount=-1 -kerning first=1059 second=233 amount=-6 -kerning first=1207 second=1204 amount=-2 -kerning first=1113 second=1202 amount=-2 -kerning first=285 second=354 amount=-3 -kerning first=357 second=73 amount=1 -kerning first=8216 second=8230 amount=-6 -kerning first=258 second=279 amount=-1 -kerning first=1059 second=1241 amount=-6 -kerning first=1232 second=940 amount=-1 -kerning first=1058 second=1138 amount=-2 -kerning first=915 second=1078 amount=-3 -kerning first=259 second=1200 amount=-5 -kerning first=1170 second=271 amount=-5 -kerning first=943 second=8221 amount=2 -kerning first=1117 second=1026 amount=-3 -kerning first=1069 second=44 amount=-3 -kerning first=173 second=933 amount=-4 -kerning first=86 second=64 amount=-2 -kerning first=242 second=118 amount=-1 -kerning first=377 second=284 amount=-2 -kerning first=1056 second=45 amount=-2 -kerning first=918 second=1138 amount=-2 -kerning first=192 second=182 amount=-1 -kerning first=197 second=8370 amount=-2 -kerning first=1274 second=261 amount=-5 -kerning first=43 second=910 amount=-4 -kerning first=1059 second=1230 amount=-3 -kerning first=1232 second=264 amount=-2 -kerning first=120 second=43 amount=-1 -kerning first=1193 second=358 amount=-3 -kerning first=89 second=1072 amount=-5 -kerning first=939 second=1066 amount=3 -kerning first=242 second=1201 amount=-1 -kerning first=118 second=240 amount=-1 -kerning first=91 second=1255 amount=-1 -kerning first=336 second=8216 amount=-2 -kerning first=297 second=311 amount=3 -kerning first=244 second=1078 amount=-1 -kerning first=8217 second=1259 amount=-4 -kerning first=192 second=939 amount=-5 -kerning first=101 second=1203 amount=-1 -kerning first=38 second=372 amount=-3 -kerning first=1050 second=277 amount=-3 -kerning first=1097 second=89 amount=-1 -kerning first=373 second=1139 amount=-1 -kerning first=255 second=198 amount=-4 -kerning first=1066 second=119 amount=-1 -kerning first=957 second=1026 amount=-2 -kerning first=341 second=44 amount=-4 -kerning first=1196 second=326 amount=-4 -kerning first=196 second=972 amount=-1 -kerning first=84 second=324 amount=-4 -kerning first=1088 second=1204 amount=-3 -kerning first=1277 second=981 amount=-1 -kerning first=375 second=256 amount=-4 -kerning first=292 second=1031 amount=1 -kerning first=92 second=187 amount=-2 -kerning first=1115 second=1026 amount=-3 -kerning first=1058 second=287 amount=-5 -kerning first=1184 second=1092 amount=-3 -kerning first=1168 second=258 amount=-6 -kerning first=354 second=250 amount=-5 -kerning first=1199 second=89 amount=-2 -kerning first=84 second=1271 amount=-4 -kerning first=121 second=229 amount=-1 -kerning first=87 second=242 amount=-3 -kerning first=358 second=1094 amount=-4 -kerning first=104 second=8220 amount=-3 -kerning first=294 second=95 amount=2 -kerning first=381 second=1060 amount=-2 -kerning first=307 second=165 amount=2 -kerning first=1116 second=291 amount=-1 -kerning first=1088 second=1232 amount=-2 -kerning first=902 second=103 amount=-1 -kerning first=253 second=933 amount=-2 -kerning first=1128 second=234 amount=-1 -kerning first=1263 second=966 amount=-1 -kerning first=1107 second=1095 amount=-2 -kerning first=1111 second=70 amount=3 -kerning first=1049 second=301 amount=5 -kerning first=1139 second=967 amount=-1 -kerning first=932 second=1195 amount=-5 -kerning first=95 second=1258 amount=-3 -kerning first=375 second=281 amount=-1 -kerning first=971 second=1035 amount=-3 -kerning first=317 second=194 amount=2 -kerning first=1128 second=1243 amount=-1 -kerning first=1168 second=283 amount=-5 -kerning first=187 second=375 amount=-2 -kerning first=1187 second=1064 amount=1 -kerning first=1170 second=113 amount=-5 -kerning first=1094 second=374 amount=-1 -kerning first=1207 second=315 amount=1 -kerning first=40 second=245 amount=-1 -kerning first=957 second=297 amount=3 -kerning first=1043 second=212 amount=-2 -kerning first=239 second=295 amount=3 -kerning first=299 second=274 amount=3 -kerning first=378 second=1259 amount=-1 -kerning first=1073 second=1098 amount=-2 -kerning first=1274 second=331 amount=-4 -kerning first=1060 second=65 amount=-2 -kerning first=92 second=1066 amount=-6 -kerning first=8222 second=356 amount=-6 -kerning first=357 second=1210 amount=1 -kerning first=354 second=261 amount=-5 -kerning first=1074 second=8216 amount=-3 -kerning first=234 second=967 amount=-1 -kerning first=86 second=1089 amount=-3 -kerning first=1267 second=221 amount=-2 -kerning first=1026 second=125 amount=-1 -kerning first=1225 second=223 amount=1 -kerning first=981 second=1200 amount=-6 -kerning first=249 second=932 amount=-3 -kerning first=1222 second=98 amount=1 -kerning first=1230 second=344 amount=1 -kerning first=1168 second=1087 amount=-4 -kerning first=286 second=197 amount=-1 -kerning first=1040 second=242 amount=-1 -kerning first=908 second=1040 amount=-2 -kerning first=372 second=1237 amount=-3 -kerning first=299 second=309 amount=-4 -kerning first=8230 second=39 amount=-6 -kerning first=126 second=120 amount=-1 -kerning first=1059 second=1125 amount=-3 -kerning first=1020 second=1066 amount=-3 -kerning first=933 second=279 amount=-6 -kerning first=359 second=340 amount=1 -kerning first=1027 second=1257 amount=-5 -kerning first=1122 second=1196 amount=-3 -kerning first=1075 second=1233 amount=-2 -kerning first=101 second=910 amount=-6 -kerning first=260 second=233 amount=-1 -kerning first=365 second=1198 amount=-4 -kerning first=1094 second=69 amount=1 -kerning first=258 second=1195 amount=-1 -kerning first=1255 second=1217 amount=-2 -kerning first=1196 second=260 amount=-6 -kerning first=1234 second=1026 amount=-6 -kerning first=110 second=1143 amount=-1 -kerning first=1211 second=939 amount=-5 -kerning first=910 second=241 amount=-3 -kerning first=84 second=258 amount=-6 -kerning first=260 second=1241 amount=-1 -kerning first=1113 second=118 amount=-2 -kerning first=1040 second=8220 amount=-8 -kerning first=372 second=961 amount=-2 -kerning first=1198 second=171 amount=-6 -kerning first=966 second=8225 amount=-2 -kerning first=939 second=252 amount=-3 -kerning first=357 second=1106 amount=1 -kerning first=193 second=170 amount=-5 -kerning first=1234 second=67 amount=-2 -kerning first=1113 second=1201 amount=-2 -kerning first=1178 second=279 amount=-3 -kerning first=89 second=1057 amount=-2 -kerning first=933 second=1224 amount=-3 -kerning first=1253 second=374 amount=-5 -kerning first=1241 second=1267 amount=-1 -kerning first=227 second=1058 amount=-3 -kerning first=341 second=1213 amount=2 -kerning first=1101 second=1078 amount=-1 -kerning first=8221 second=97 amount=-4 -kerning first=84 second=283 amount=-5 -kerning first=171 second=198 amount=-2 -kerning first=1255 second=192 amount=-2 -kerning first=1180 second=232 amount=-3 -kerning first=43 second=1093 amount=-1 -kerning first=1189 second=183 amount=-1 -kerning first=1141 second=244 amount=-1 -kerning first=374 second=972 amount=-6 -kerning first=1036 second=79 amount=-2 -kerning first=915 second=301 amount=6 -kerning first=922 second=252 amount=-2 -kerning first=321 second=336 amount=-2 -kerning first=194 second=277 amount=-1 -kerning first=354 second=331 amount=-4 -kerning first=1275 second=43 amount=-1 -kerning first=1163 second=1034 amount=1 -kerning first=1187 second=321 amount=1 -kerning first=1226 second=202 amount=1 -kerning first=1170 second=268 amount=-2 -kerning first=913 second=1012 amount=-2 -kerning first=1185 second=1153 amount=-1 -kerning first=95 second=1080 amount=3 -kerning first=1234 second=297 amount=3 -kerning first=86 second=1145 amount=-3 -kerning first=242 second=356 amount=-3 -kerning first=1061 second=103 amount=-2 -kerning first=8244 second=100 amount=-4 -kerning first=117 second=1059 amount=-4 -kerning first=192 second=967 amount=-4 -kerning first=1274 second=197 amount=-6 -kerning first=1235 second=253 amount=-1 -kerning first=1016 second=1140 amount=-3 -kerning first=913 second=358 amount=-6 -kerning first=1033 second=1078 amount=-1 -kerning first=372 second=246 amount=-3 -kerning first=1196 second=1090 amount=-3 -kerning first=1128 second=376 amount=-5 -kerning first=1188 second=1191 amount=-4 -kerning first=84 second=1087 amount=-4 -kerning first=228 second=1267 amount=-1 -kerning first=118 second=230 amount=-1 -kerning first=932 second=1194 amount=-2 -kerning first=70 second=255 amount=-2 -kerning first=1119 second=174 amount=-1 -kerning first=961 second=186 amount=-2 -kerning first=1141 second=8222 amount=-5 -kerning first=111 second=1199 amount=-1 -kerning first=195 second=8250 amount=-2 -kerning first=957 second=1235 amount=-1 -kerning first=256 second=981 amount=-1 -kerning first=1274 second=275 amount=-5 -kerning first=1138 second=1040 amount=-2 -kerning first=1270 second=365 amount=-5 -kerning first=301 second=200 amount=3 -kerning first=379 second=338 amount=-2 -kerning first=1163 second=293 amount=1 -kerning first=242 second=902 amount=-2 -kerning first=910 second=193 amount=-5 -kerning first=317 second=376 amount=-3 -kerning first=356 second=224 amount=-5 -kerning first=1181 second=281 amount=-1 -kerning first=275 second=120 amount=-1 -kerning first=1059 second=332 amount=-2 -kerning first=1170 second=52 amount=-4 -kerning first=177 second=1143 amount=-3 -kerning first=1140 second=199 amount=-2 -kerning first=1258 second=356 amount=-2 -kerning first=221 second=250 amount=-3 -kerning first=939 second=288 amount=-2 -kerning first=309 second=303 amount=3 -kerning first=1143 second=289 amount=-1 -kerning first=1243 second=41 amount=-1 -kerning first=1220 second=255 amount=-1 -kerning first=112 second=1040 amount=-2 -kerning first=1274 second=1187 amount=-4 -kerning first=1060 second=935 amount=-1 -kerning first=288 second=195 amount=-1 -kerning first=1077 second=1078 amount=-1 -kerning first=1232 second=246 amount=-1 -kerning first=8217 second=1193 amount=-4 -kerning first=301 second=307 amount=6 -kerning first=111 second=957 amount=-1 -kerning first=260 second=374 amount=-5 -kerning first=258 second=1194 amount=-2 -kerning first=121 second=279 amount=-1 -kerning first=910 second=233 amount=-6 -kerning first=355 second=929 amount=1 -kerning first=8244 second=112 amount=-1 -kerning first=933 second=1195 amount=-6 -kerning first=959 second=256 amount=-2 -kerning first=107 second=333 amount=-1 -kerning first=367 second=358 amount=-3 -kerning first=1075 second=1058 amount=-3 -kerning first=1222 second=1035 amount=-2 -kerning first=1087 second=221 amount=-5 -kerning first=1199 second=1259 amount=-1 -kerning first=1207 second=124 amount=1 -kerning first=343 second=102 amount=2 -kerning first=922 second=288 amount=-2 -kerning first=1043 second=44 amount=-2 -kerning first=122 second=1257 amount=-1 -kerning first=8221 second=64 amount=-4 -kerning first=910 second=1241 amount=-6 -kerning first=354 second=197 amount=-6 -kerning first=1081 second=174 amount=-1 -kerning first=1090 second=8363 amount=-2 -kerning first=345 second=337 amount=-1 -kerning first=1232 second=8217 amount=-7 -kerning first=170 second=248 amount=-2 -kerning first=1244 second=291 amount=-2 -kerning first=90 second=211 amount=-2 -kerning first=282 second=299 amount=5 -kerning first=226 second=86 amount=-3 -kerning first=101 second=1093 amount=-1 -kerning first=187 second=1066 amount=-8 -kerning first=108 second=297 amount=5 -kerning first=311 second=945 amount=-1 -kerning first=1278 second=959 amount=-2 -kerning first=240 second=1263 amount=-1 -kerning first=1258 second=902 amount=-2 -kerning first=221 second=261 amount=-5 -kerning first=1223 second=301 amount=5 -kerning first=1211 second=967 amount=-1 -kerning first=910 second=1230 amount=-3 -kerning first=1178 second=1195 amount=-3 -kerning first=936 second=48 amount=-2 -kerning first=1243 second=1091 amount=-1 -kerning first=1207 second=1200 amount=-1 -kerning first=1265 second=932 amount=-2 -kerning first=1202 second=1069 amount=-1 -kerning first=1058 second=1012 amount=-2 -kerning first=8217 second=1109 amount=-5 -kerning first=205 second=207 amount=1 -kerning first=325 second=303 amount=2 -kerning first=354 second=275 amount=-5 -kerning first=906 second=1111 amount=5 -kerning first=965 second=376 amount=-4 -kerning first=358 second=967 amount=-4 -kerning first=245 second=372 amount=-3 -kerning first=378 second=1193 amount=-1 -kerning first=918 second=1012 amount=-2 -kerning first=301 second=1124 amount=3 -kerning first=197 second=232 amount=-1 -kerning first=1082 second=1066 amount=-4 -kerning first=1215 second=121 amount=-1 -kerning first=1113 second=356 amount=-7 -kerning first=92 second=288 amount=-2 -kerning first=1196 second=946 amount=-4 -kerning first=1278 second=60 amount=-4 -kerning first=1198 second=117 amount=-3 -kerning first=1128 second=334 amount=-2 -kerning first=940 second=8216 amount=-3 -kerning first=1012 second=1046 amount=-1 -kerning first=1122 second=87 amount=-3 -kerning first=313 second=1204 amount=-6 -kerning first=1255 second=221 amount=-6 -kerning first=356 second=1117 amount=-4 -kerning first=220 second=8230 amount=-2 -kerning first=230 second=121 amount=-1 -kerning first=967 second=1112 amount=3 -kerning first=915 second=962 amount=-4 -kerning first=359 second=374 amount=-1 -kerning first=260 second=1111 amount=3 -kerning first=354 second=1187 amount=-4 -kerning first=1046 second=284 amount=-1 -kerning first=42 second=902 amount=-5 -kerning first=1096 second=1141 amount=-1 -kerning first=1100 second=1199 amount=-2 -kerning first=380 second=354 amount=-2 -kerning first=313 second=1232 amount=2 -kerning first=239 second=82 amount=3 -kerning first=376 second=8250 amount=-4 -kerning first=192 second=183 amount=-2 -kerning first=1252 second=297 amount=5 -kerning first=38 second=34 amount=-2 -kerning first=114 second=172 amount=-2 -kerning first=286 second=106 amount=2 -kerning first=1164 second=375 amount=-1 -kerning first=372 second=1096 amount=-2 -kerning first=1128 second=373 amount=-4 -kerning first=75 second=967 amount=-3 -kerning first=324 second=1198 amount=-5 -kerning first=270 second=1202 amount=-1 -kerning first=1027 second=1108 amount=-5 -kerning first=183 second=923 amount=-2 -kerning first=181 second=95 amount=-2 -kerning first=279 second=221 amount=-6 -kerning first=1112 second=125 amount=2 -kerning first=314 second=298 amount=1 -kerning first=233 second=1143 amount=-1 -kerning first=1203 second=287 amount=-1 -kerning first=227 second=939 amount=-5 -kerning first=1088 second=1200 amount=-6 -kerning first=1276 second=959 amount=-2 -kerning first=317 second=334 amount=-2 -kerning first=297 second=1115 amount=3 -kerning first=337 second=1267 amount=-1 -kerning first=381 second=1254 amount=-2 -kerning first=65 second=275 amount=-1 -kerning first=356 second=81 amount=-2 -kerning first=1230 second=201 amount=1 -kerning first=339 second=1185 amount=-1 -kerning first=255 second=193 amount=-4 -kerning first=109 second=376 amount=-5 -kerning first=1210 second=1199 amount=-1 -kerning first=1263 second=226 amount=-1 -kerning first=173 second=1204 amount=-4 -kerning first=241 second=92 amount=-3 -kerning first=1254 second=372 amount=-1 -kerning first=111 second=354 amount=-3 -kerning first=221 second=331 amount=-3 -kerning first=939 second=65 amount=-5 -kerning first=1027 second=1032 amount=-6 -kerning first=8221 second=1089 amount=-4 -kerning first=381 second=1144 amount=-2 -kerning first=1185 second=234 amount=-1 -kerning first=1180 second=1110 amount=2 -kerning first=1145 second=45 amount=-2 -kerning first=1259 second=375 amount=-1 -kerning first=1265 second=285 amount=-1 -kerning first=908 second=47 amount=-3 -kerning first=1202 second=8373 amount=-1 -kerning first=359 second=69 amount=1 -kerning first=1184 second=981 amount=-3 -kerning first=915 second=242 amount=-5 -kerning first=357 second=173 amount=-1 -kerning first=260 second=332 amount=-2 -kerning first=1187 second=1166 amount=1 -kerning first=1226 second=1053 amount=1 -kerning first=1185 second=1243 amount=-1 -kerning first=95 second=56 amount=-3 -kerning first=1100 second=957 amount=-2 -kerning first=328 second=1249 amount=-2 -kerning first=1276 second=60 amount=-4 -kerning first=1171 second=1066 amount=-3 -kerning first=933 second=1194 amount=-2 -kerning first=225 second=84 amount=-3 -kerning first=107 second=1077 amount=-1 -kerning first=281 second=1185 amount=-1 -kerning first=902 second=273 amount=-1 -kerning first=255 second=233 amount=-1 -kerning first=121 second=1195 amount=-1 -kerning first=1217 second=1258 amount=-1 -kerning first=939 second=101 amount=-6 -kerning first=920 second=1026 amount=-2 -kerning first=299 second=1039 amount=3 -kerning first=910 second=1125 amount=-3 -kerning first=972 second=194 amount=-2 -kerning first=55 second=8230 amount=-8 -kerning first=193 second=966 amount=-1 -kerning first=345 second=1105 amount=-1 -kerning first=1271 second=257 amount=-2 -kerning first=255 second=1241 amount=-1 -kerning first=1265 second=162 amount=-1 -kerning first=908 second=1198 amount=-2 -kerning first=1058 second=1169 amount=-4 -kerning first=356 second=195 amount=-6 -kerning first=1170 second=248 amount=-5 -kerning first=1210 second=957 amount=-1 -kerning first=1198 second=286 amount=-2 -kerning first=111 second=913 amount=-2 -kerning first=1271 second=1153 amount=-2 -kerning first=1188 second=927 amount=-2 -kerning first=1267 second=44 amount=-2 -kerning first=8370 second=933 amount=-2 -kerning first=377 second=213 amount=-2 -kerning first=1178 second=1194 amount=-2 -kerning first=196 second=81 amount=-2 -kerning first=46 second=8223 amount=-9 -kerning first=1180 second=212 amount=-2 -kerning first=932 second=1138 amount=-2 -kerning first=1059 second=46 amount=-3 -kerning first=253 second=1204 amount=-2 -kerning first=374 second=224 amount=-5 -kerning first=116 second=202 amount=1 -kerning first=382 second=333 amount=-1 -kerning first=922 second=101 amount=-3 -kerning first=335 second=1026 amount=-3 -kerning first=357 second=222 amount=1 -kerning first=913 second=266 amount=-2 -kerning first=118 second=1095 amount=-1 -kerning first=71 second=196 amount=-1 -kerning first=1209 second=1196 amount=-3 -kerning first=86 second=1233 amount=-3 -kerning first=244 second=8220 amount=-4 -kerning first=77 second=95 amount=2 -kerning first=197 second=221 amount=-5 -kerning first=195 second=1143 amount=-4 -kerning first=1094 second=1050 amount=1 -kerning first=1099 second=372 amount=2 -kerning first=120 second=277 amount=-1 -kerning first=1270 second=256 amount=-6 -kerning first=253 second=1232 amount=-4 -kerning first=944 second=89 amount=-4 -kerning first=1196 second=120 amount=-3 -kerning first=1125 second=1026 amount=-5 -kerning first=248 second=86 amount=-3 -kerning first=1188 second=1267 amount=-4 -kerning first=313 second=357 amount=-1 -kerning first=8221 second=1145 amount=-4 -kerning first=8230 second=63 amount=-6 -kerning first=1078 second=171 amount=-2 -kerning first=1279 second=8249 amount=-2 -kerning first=1058 second=1088 amount=-4 -kerning first=1036 second=1239 amount=-3 -kerning first=8222 second=1265 amount=-3 -kerning first=1226 second=932 amount=-2 -kerning first=373 second=258 amount=-4 -kerning first=1257 second=198 amount=-2 -kerning first=341 second=100 amount=-1 -kerning first=927 second=88 amount=-1 -kerning first=182 second=300 amount=1 -kerning first=358 second=183 amount=-4 -kerning first=221 second=197 amount=-5 -kerning first=1126 second=289 amount=-1 -kerning first=76 second=173 amount=-4 -kerning first=256 second=355 amount=-2 -kerning first=1274 second=336 amount=-2 -kerning first=932 second=287 amount=-5 -kerning first=1020 second=65 amount=-2 -kerning first=1270 second=281 amount=-5 -kerning first=92 second=101 amount=-1 -kerning first=1186 second=330 amount=1 -kerning first=351 second=933 amount=-5 -kerning first=939 second=341 amount=-3 -kerning first=1111 second=1252 amount=3 -kerning first=195 second=284 amount=-2 -kerning first=1163 second=340 amount=1 -kerning first=171 second=936 amount=-4 -kerning first=258 second=1138 amount=-2 -kerning first=1030 second=301 amount=5 -kerning first=1138 second=47 amount=-3 -kerning first=326 second=358 amount=-3 -kerning first=1202 second=1153 amount=-2 -kerning first=1199 second=1193 amount=-1 -kerning first=1097 second=75 amount=1 -kerning first=119 second=959 amount=-1 -kerning first=373 second=283 amount=-1 -kerning first=113 second=1196 amount=-3 -kerning first=284 second=1059 amount=-2 -kerning first=221 second=275 amount=-6 -kerning first=966 second=84 amount=-3 -kerning first=1188 second=269 amount=-5 -kerning first=1043 second=225 amount=-5 -kerning first=122 second=1108 amount=-1 -kerning first=222 second=381 amount=-3 -kerning first=242 second=93 amount=-1 -kerning first=171 second=193 amount=-2 -kerning first=1100 second=354 amount=-7 -kerning first=1016 second=1058 amount=-3 -kerning first=1270 second=1226 amount=-4 -kerning first=1279 second=1035 amount=-3 -kerning first=75 second=183 amount=-6 -kerning first=939 second=174 amount=-1 -kerning first=1143 second=1196 amount=-2 -kerning first=85 second=46 amount=-2 -kerning first=227 second=967 amount=-1 -kerning first=1138 second=1198 amount=-2 -kerning first=95 second=965 amount=3 -kerning first=174 second=242 amount=-2 -kerning first=1200 second=1081 amount=-3 -kerning first=1225 second=1026 amount=-2 -kerning first=910 second=332 amount=-2 -kerning first=1061 second=273 amount=-2 -kerning first=374 second=1117 amount=-3 -kerning first=8244 second=1235 amount=-4 -kerning first=356 second=345 amount=-4 -kerning first=1201 second=354 amount=-2 -kerning first=1086 second=932 amount=-3 -kerning first=1168 second=59 amount=-2 -kerning first=1059 second=103 amount=-6 -kerning first=1092 second=8224 amount=-2 -kerning first=1097 second=1109 amount=-1 -kerning first=1099 second=299 amount=3 -kerning first=255 second=374 amount=-2 -kerning first=1196 second=966 amount=-5 -kerning first=1198 second=920 amount=-2 -kerning first=935 second=8249 amount=-3 -kerning first=221 second=1187 amount=-3 -kerning first=357 second=1030 amount=1 -kerning first=193 second=1060 amount=-2 -kerning first=258 second=287 amount=-1 -kerning first=1210 second=354 amount=-3 -kerning first=1222 second=1016 amount=1 -kerning first=1244 second=1054 amount=-1 -kerning first=922 second=174 amount=-1 -kerning first=301 second=1180 amount=3 -kerning first=1084 second=1059 amount=-5 -kerning first=1092 second=88 amount=-2 -kerning first=311 second=111 amount=-1 -kerning first=112 second=1198 amount=-6 -kerning first=290 second=1202 amount=-1 -kerning first=345 second=1171 amount=2 -kerning first=1118 second=95 amount=-5 -kerning first=1054 second=8218 amount=-3 -kerning first=242 second=1265 amount=-1 -kerning first=916 second=8217 amount=-6 -kerning first=277 second=932 amount=-3 -kerning first=212 second=258 amount=-2 -kerning first=1064 second=299 amount=5 -kerning first=902 second=240 amount=-1 -kerning first=343 second=1267 amount=1 -kerning first=1164 second=1066 amount=-3 -kerning first=1200 second=71 amount=-2 -kerning first=374 second=81 amount=-2 -kerning first=1058 second=266 amount=-2 -kerning first=382 second=1077 amount=-1 -kerning first=8217 second=1010 amount=-4 -kerning first=354 second=336 amount=-2 -kerning first=972 second=376 amount=-6 -kerning first=177 second=1202 amount=-3 -kerning first=1139 second=92 amount=-3 -kerning first=1103 second=1026 amount=-3 -kerning first=347 second=1066 amount=-5 -kerning first=310 second=966 amount=-3 -kerning first=297 second=1231 amount=3 -kerning first=918 second=266 amount=-2 -kerning first=197 second=212 amount=-2 -kerning first=1201 second=913 amount=-4 -kerning first=1050 second=285 amount=-3 -kerning first=211 second=910 amount=-2 -kerning first=1170 second=1100 amount=-4 -kerning first=1101 second=8220 amount=-4 -kerning first=1198 second=8363 amount=-6 -kerning first=1188 second=1086 amount=-5 -kerning first=1027 second=908 amount=-2 -kerning first=1143 second=271 amount=-1 -kerning first=1237 second=374 amount=-6 -kerning first=1239 second=1267 amount=-1 -kerning first=102 second=245 amount=-1 -kerning first=1259 second=1066 amount=-3 -kerning first=8225 second=945 amount=-2 -kerning first=1191 second=41 amount=-2 -kerning first=92 second=174 amount=-5 -kerning first=923 second=8249 amount=-2 -kerning first=199 second=935 amount=-1 -kerning first=1217 second=172 amount=-4 -kerning first=51 second=46 amount=-1 -kerning first=1179 second=1204 amount=-4 -kerning first=1226 second=1184 amount=1 -kerning first=234 second=92 amount=-3 -kerning first=1273 second=8220 amount=-3 -kerning first=71 second=89 amount=-2 -kerning first=1242 second=195 amount=-2 -kerning first=1278 second=290 amount=-1 -kerning first=1069 second=1026 amount=-2 -kerning first=1253 second=1249 amount=-2 -kerning first=925 second=296 amount=1 -kerning first=226 second=8216 amount=-3 -kerning first=1222 second=915 amount=1 -kerning first=1050 second=162 amount=-3 -kerning first=961 second=1040 amount=-2 -kerning first=343 second=269 amount=-1 -kerning first=1205 second=292 amount=1 -kerning first=255 second=1111 amount=3 -kerning first=1033 second=8220 amount=-4 -kerning first=374 second=195 amount=-5 -kerning first=78 second=938 amount=1 -kerning first=1111 second=1186 amount=3 -kerning first=1275 second=277 amount=-2 -kerning first=84 second=59 amount=-2 -kerning first=375 second=289 amount=-1 -kerning first=1271 second=234 amount=-2 -kerning first=110 second=118 amount=-1 -kerning first=1020 second=174 amount=-1 -kerning first=376 second=284 amount=-2 -kerning first=1200 second=45 amount=-4 -kerning first=378 second=1010 amount=-1 -kerning first=297 second=80 amount=3 -kerning first=933 second=1138 amount=-2 -kerning first=65 second=336 amount=-2 -kerning first=1168 second=291 amount=-5 -kerning first=1170 second=115 amount=-5 -kerning first=1207 second=1162 amount=1 -kerning first=1203 second=358 amount=-3 -kerning first=341 second=1026 amount=-4 -kerning first=1271 second=1243 amount=-2 -kerning first=110 second=1201 amount=-1 -kerning first=313 second=1256 amount=-2 -kerning first=239 second=1110 amount=6 -kerning first=299 second=1024 amount=3 -kerning first=235 second=1059 amount=-6 -kerning first=1241 second=1279 amount=-1 -kerning first=318 second=207 amount=1 -kerning first=1209 second=87 amount=-3 -kerning first=1020 second=935 amount=-2 -kerning first=1113 second=93 amount=-2 -kerning first=1191 second=1091 amount=-2 -kerning first=1140 second=1207 amount=-3 -kerning first=923 second=1035 amount=-6 -kerning first=1128 second=1141 amount=-4 -kerning first=116 second=1053 amount=1 -kerning first=8217 second=339 amount=-4 -kerning first=313 second=1200 amount=-3 -kerning first=194 second=932 amount=-6 -kerning first=187 second=65 amount=-2 -kerning first=365 second=8221 amount=1 -kerning first=1083 second=89 amount=-5 -kerning first=112 second=1175 amount=-1 -kerning first=1267 second=225 amount=-1 -kerning first=98 second=1140 amount=-3 -kerning first=1178 second=1138 amount=-2 -kerning first=381 second=301 amount=5 -kerning first=1201 second=308 amount=-4 -kerning first=183 second=1217 amount=-4 -kerning first=1059 second=259 amount=-5 -kerning first=114 second=333 amount=-1 -kerning first=1105 second=1026 amount=-3 -kerning first=1196 second=1060 amount=-2 -kerning first=193 second=359 amount=-2 -kerning first=1112 second=239 amount=3 -kerning first=1143 second=113 amount=-1 -kerning first=171 second=374 amount=-4 -kerning first=256 second=1198 amount=-5 -kerning first=1232 second=253 amount=-4 -kerning first=1276 second=290 amount=-1 -kerning first=1186 second=8217 amount=2 -kerning first=933 second=287 amount=-6 -kerning first=301 second=116 amount=3 -kerning first=260 second=103 amount=-1 -kerning first=913 second=245 amount=-1 -kerning first=8224 second=294 amount=3 -kerning first=1117 second=121 amount=-1 -kerning first=1256 second=1140 amount=-2 -kerning first=1061 second=240 amount=-2 -kerning first=317 second=1141 amount=-4 -kerning first=76 second=8225 amount=-6 -kerning first=192 second=92 amount=-5 -kerning first=1230 second=1219 amount=1 -kerning first=1167 second=358 amount=-3 -kerning first=114 second=8218 amount=-5 -kerning first=343 second=1086 amount=-1 -kerning first=1113 second=1265 amount=-2 -kerning first=1202 second=234 amount=-2 -kerning first=1128 second=116 amount=-2 -kerning first=173 second=1200 amount=-4 -kerning first=270 second=356 amount=-2 -kerning first=333 second=1197 amount=-2 -kerning first=183 second=192 amount=-2 -kerning first=1163 second=374 amount=-1 -kerning first=332 second=197 amount=-2 -kerning first=1197 second=966 amount=-2 -kerning first=1095 second=84 amount=-3 -kerning first=345 second=1091 amount=1 -kerning first=87 second=923 amount=-4 -kerning first=1205 second=1027 amount=1 -kerning first=310 second=1060 amount=-2 -kerning first=378 second=339 amount=-1 -kerning first=1178 second=287 amount=-3 -kerning first=1202 second=1243 amount=-2 -kerning first=359 second=1050 amount=1 -kerning first=192 second=338 amount=-2 -kerning first=356 second=211 amount=-2 -kerning first=1082 second=101 amount=-1 -kerning first=1016 second=939 amount=-6 -kerning first=358 second=1253 amount=-4 -kerning first=1043 second=100 amount=-5 -kerning first=8221 second=1233 amount=-4 -kerning first=910 second=46 amount=-3 -kerning first=84 second=291 amount=-5 -kerning first=1189 second=95 amount=-3 -kerning first=1115 second=121 amount=-1 -kerning first=374 second=345 amount=-3 -kerning first=116 second=932 amount=-2 -kerning first=920 second=1061 amount=-1 -kerning first=299 second=1196 amount=6 -kerning first=194 second=285 amount=-1 -kerning first=972 second=373 amount=-1 -kerning first=1124 second=297 amount=2 -kerning first=177 second=118 amount=-3 -kerning first=1025 second=1111 amount=5 -kerning first=317 second=116 amount=-1 -kerning first=321 second=1242 amount=-2 -kerning first=932 second=1012 amount=-2 -kerning first=356 second=119 amount=-4 -kerning first=224 second=933 amount=-5 -kerning first=177 second=1201 amount=-3 -kerning first=89 second=1234 amount=-5 -kerning first=111 second=1263 amount=-1 -kerning first=270 second=902 amount=-2 -kerning first=1126 second=1196 amount=-6 -kerning first=1027 second=1255 amount=-5 -kerning first=1163 second=69 amount=1 -kerning first=213 second=256 amount=-2 -kerning first=126 second=1078 amount=-1 -kerning first=364 second=8218 amount=-5 -kerning first=345 second=231 amount=-1 -kerning first=253 second=1200 amount=-2 -kerning first=1200 second=1082 amount=-3 -kerning first=1036 second=1118 amount=-3 -kerning first=335 second=1061 amount=-2 -kerning first=939 second=1257 amount=-6 -kerning first=276 second=239 amount=5 -kerning first=195 second=42 amount=-5 -kerning first=194 second=162 amount=-1 -kerning first=1046 second=213 amount=-1 -kerning first=1207 second=1225 amount=1 -kerning first=1278 second=235 amount=-2 -kerning first=87 second=8370 amount=-2 -kerning first=221 second=336 amount=-2 -kerning first=380 second=265 amount=-1 -kerning first=245 second=1098 amount=-2 -kerning first=8244 second=1119 amount=-1 -kerning first=196 second=211 amount=-2 -kerning first=225 second=1118 amount=-1 -kerning first=214 second=933 amount=-2 -kerning first=1093 second=45 amount=-1 -kerning first=1091 second=356 amount=-2 -kerning first=1257 second=1244 amount=-2 -kerning first=176 second=1069 amount=-1 -kerning first=372 second=171 amount=-4 -kerning first=248 second=8216 amount=-4 -kerning first=1027 second=126 amount=-4 -kerning first=1251 second=84 amount=-3 -kerning first=8249 second=1040 amount=-2 -kerning first=63 second=923 amount=-4 -kerning first=261 second=1035 amount=-3 -kerning first=1233 second=221 amount=-5 -kerning first=1026 second=1203 amount=-1 -kerning first=1171 second=101 amount=-2 -kerning first=922 second=1257 amount=-3 -kerning first=315 second=1196 amount=-6 -kerning first=1075 second=183 amount=-1 -kerning first=1181 second=289 amount=-1 -kerning first=114 second=1077 amount=-1 -kerning first=1066 second=1140 amount=-3 -kerning first=1263 second=301 amount=3 -kerning first=295 second=376 amount=-5 -kerning first=1188 second=371 amount=-5 -kerning first=8370 second=1204 amount=-2 -kerning first=1043 second=112 amount=-4 -kerning first=1211 second=92 amount=-3 -kerning first=196 second=119 amount=-4 -kerning first=1143 second=238 amount=3 -kerning first=1049 second=206 amount=1 -kerning first=258 second=1012 amount=-2 -kerning first=179 second=8218 amount=-9 -kerning first=110 second=356 amount=-3 -kerning first=1058 second=245 amount=-5 -kerning first=1036 second=263 amount=-3 -kerning first=187 second=935 amount=-3 -kerning first=1199 second=1010 amount=-1 -kerning first=258 second=358 amount=-6 -kerning first=210 second=1035 amount=-2 -kerning first=1257 second=193 amount=-2 -kerning first=121 second=287 amount=-1 -kerning first=1234 second=121 amount=-4 -kerning first=1126 second=271 amount=-1 -kerning first=8370 second=1232 amount=-1 -kerning first=376 second=1181 amount=-3 -kerning first=910 second=103 amount=-6 -kerning first=1171 second=1083 amount=-3 -kerning first=1235 second=1185 amount=-2 -kerning first=1091 second=902 amount=-4 -kerning first=1040 second=8370 amount=-2 -kerning first=109 second=1141 amount=-1 -kerning first=1107 second=173 amount=-1 -kerning first=299 second=1275 amount=3 -kerning first=250 second=1026 amount=-3 -kerning first=358 second=338 amount=-2 -kerning first=1232 second=171 amount=-2 -kerning first=170 second=959 amount=-2 -kerning first=1102 second=1197 amount=-2 -kerning first=1276 second=235 amount=-2 -kerning first=919 second=296 amount=1 -kerning first=92 second=1257 amount=-1 -kerning first=76 second=79 amount=-2 -kerning first=334 second=195 amount=-2 -kerning first=191 second=947 amount=-2 -kerning first=1196 second=226 amount=-5 -kerning first=1198 second=216 amount=-2 -kerning first=1126 second=1275 amount=-2 -kerning first=1188 second=227 amount=-5 -kerning first=380 second=1139 amount=-1 -kerning first=936 second=38 amount=-2 -kerning first=337 second=1279 amount=-1 -kerning first=193 second=1254 amount=-2 -kerning first=1169 second=966 amount=-2 -kerning first=233 second=118 amount=-1 -kerning first=932 second=1169 amount=-4 -kerning first=8225 second=111 amount=-2 -kerning first=255 second=46 amount=-2 -kerning first=176 second=8373 amount=-1 -kerning first=351 second=1204 amount=-5 -kerning first=116 second=1184 amount=1 -kerning first=205 second=1031 amount=1 -kerning first=183 second=221 amount=-4 -kerning first=193 second=1144 amount=-2 -kerning first=233 second=1201 amount=-1 -kerning first=240 second=258 amount=-2 -kerning first=1034 second=1197 amount=-2 -kerning first=1118 second=335 amount=-1 -kerning first=1267 second=100 amount=-1 -kerning first=238 second=303 amount=3 -kerning first=1241 second=186 amount=-2 -kerning first=304 second=95 amount=2 -kerning first=275 second=1078 amount=-1 -kerning first=1059 second=273 amount=-6 -kerning first=1016 second=967 amount=-1 -kerning first=1278 second=169 amount=-1 -kerning first=75 second=338 amount=-2 -kerning first=87 second=1116 amount=-2 -kerning first=966 second=1118 amount=-1 -kerning first=357 second=905 amount=1 -kerning first=55 second=1073 amount=-1 -kerning first=1110 second=41 amount=2 -kerning first=1100 second=1263 amount=-2 -kerning first=1026 second=910 amount=-6 -kerning first=1265 second=940 amount=-1 -kerning first=297 second=270 amount=3 -kerning first=315 second=1275 amount=-1 -kerning first=1168 second=1054 amount=-2 -kerning first=216 second=194 amount=-2 -kerning first=1199 second=339 amount=-1 -kerning first=1096 second=49 amount=-3 -kerning first=290 second=356 amount=-2 -kerning first=375 second=1196 amount=-2 -kerning first=1126 second=113 amount=-1 -kerning first=122 second=1255 amount=-1 -kerning first=1043 second=67 amount=-2 -kerning first=222 second=1236 amount=-3 -kerning first=313 second=1017 amount=-2 -kerning first=1078 second=8363 amount=-1 -kerning first=197 second=1213 amount=-2 -kerning first=932 second=1088 amount=-4 -kerning first=1145 second=337 amount=-1 -kerning first=374 second=211 amount=-2 -kerning first=1217 second=333 amount=-2 -kerning first=8217 second=1072 amount=-4 -kerning first=1017 second=299 amount=2 -kerning first=195 second=213 amount=-2 -kerning first=1111 second=90 amount=6 -kerning first=1210 second=1263 amount=-1 -kerning first=961 second=1198 amount=-6 -kerning first=1168 second=378 amount=-3 -kerning first=114 second=379 amount=-2 -kerning first=120 second=932 amount=-3 -kerning first=1164 second=65 amount=-2 -kerning first=1193 second=375 amount=-1 -kerning first=1104 second=1197 amount=-1 -kerning first=1069 second=1061 amount=-1 -kerning first=243 second=1236 amount=-2 -kerning first=1188 second=328 amount=-4 -kerning first=1043 second=297 amount=6 -kerning first=1277 second=963 amount=-1 -kerning first=971 second=354 amount=-3 -kerning first=293 second=89 amount=-5 -kerning first=929 second=198 amount=-5 -kerning first=933 second=1012 amount=-2 -kerning first=231 second=933 amount=-4 -kerning first=321 second=86 amount=-5 -kerning first=1188 second=1279 amount=-3 -kerning first=357 second=8244 amount=2 -kerning first=195 second=118 amount=-4 -kerning first=1175 second=45 amount=-1 -kerning first=1187 second=356 amount=-2 -kerning first=119 second=196 amount=-4 -kerning first=218 second=8222 amount=-5 -kerning first=290 second=902 amount=-1 -kerning first=87 second=110 amount=-2 -kerning first=1213 second=1277 amount=-1 -kerning first=358 second=1163 amount=-4 -kerning first=1126 second=87 amount=-4 -kerning first=1276 second=169 amount=-1 -kerning first=910 second=259 amount=-5 -kerning first=933 second=358 amount=3 -kerning first=1201 second=265 amount=-1 -kerning first=195 second=1201 amount=-4 -kerning first=1059 second=1167 amount=-3 -kerning first=1259 second=65 amount=-2 -kerning first=255 second=103 amount=-1 -kerning first=1202 second=334 amount=-1 -kerning first=357 second=84 amount=-2 -kerning first=8221 second=1094 amount=-1 -kerning first=177 second=902 amount=-3 -kerning first=1220 second=8225 amount=-2 -kerning first=375 second=271 amount=-1 -kerning first=1178 second=1012 amount=-2 -kerning first=82 second=933 amount=-2 -kerning first=68 second=86 amount=-2 -kerning first=1058 second=1097 amount=-4 -kerning first=211 second=1234 amount=-2 -kerning first=1187 second=1168 amount=1 -kerning first=1170 second=959 amount=-5 -kerning first=1097 second=1042 amount=1 -kerning first=119 second=235 amount=-1 -kerning first=1257 second=374 amount=-6 -kerning first=71 second=1046 amount=-1 -kerning first=1196 second=1254 amount=-2 -kerning first=1234 second=903 amount=-5 -kerning first=333 second=253 amount=-1 -kerning first=98 second=1058 amount=-3 -kerning first=269 second=1035 amount=-5 -kerning first=84 second=1054 amount=-2 -kerning first=249 second=8217 amount=1 -kerning first=1277 second=243 amount=-1 -kerning first=1072 second=932 amount=-3 -kerning first=1141 second=257 amount=-1 -kerning first=1196 second=1144 amount=-2 -kerning first=315 second=87 amount=-1 -kerning first=321 second=262 amount=-2 -kerning first=939 second=1108 amount=-6 -kerning first=1269 second=1198 amount=-5 -kerning first=1126 second=268 amount=-2 -kerning first=1118 second=1104 amount=-1 -kerning first=1141 second=1153 amount=-1 -kerning first=932 second=266 amount=-2 -kerning first=1124 second=1061 amount=-1 -kerning first=1170 second=60 amount=-5 -kerning first=1207 second=349 amount=-1 -kerning first=120 second=285 amount=-1 -kerning first=254 second=197 amount=-2 -kerning first=1196 second=380 amount=-3 -kerning first=1263 second=242 amount=-1 -kerning first=173 second=55 amount=-2 -kerning first=939 second=1032 amount=-2 -kerning first=1256 second=1058 amount=-2 -kerning first=239 second=1213 amount=3 -kerning first=299 second=238 amount=6 -kerning first=1143 second=248 amount=-1 -kerning first=84 second=378 amount=-3 -kerning first=1197 second=226 amount=-2 -kerning first=961 second=1175 amount=-1 -kerning first=1195 second=1066 amount=-5 -kerning first=310 second=1254 amount=-2 -kerning first=922 second=1108 amount=-3 -kerning first=260 second=273 amount=-1 -kerning first=972 second=1141 amount=-1 -kerning first=1199 second=239 amount=3 -kerning first=227 second=92 amount=-3 -kerning first=1278 second=210 amount=-1 -kerning first=358 second=95 amount=-4 -kerning first=1223 second=206 amount=1 -kerning first=1267 second=1026 amount=-2 -kerning first=76 second=8244 amount=-3 -kerning first=310 second=1144 amount=-2 -kerning first=8244 second=121 amount=1 -kerning first=233 second=356 amount=-3 -kerning first=1201 second=1139 amount=-1 -kerning first=1145 second=1105 amount=-1 -kerning first=1189 second=335 amount=-2 -kerning first=1059 second=240 amount=-6 -kerning first=120 second=162 amount=-1 -kerning first=1270 second=289 amount=-5 -kerning first=89 second=1258 amount=-2 -kerning first=1217 second=1077 amount=-2 -kerning first=915 second=923 amount=-6 -kerning first=315 second=268 amount=-2 -kerning first=8221 second=182 amount=-1 -kerning first=242 second=1278 amount=-2 -kerning first=325 second=298 amount=1 -kerning first=906 second=938 amount=1 -kerning first=1274 second=1242 amount=-2 -kerning first=1237 second=1249 amount=-1 -kerning first=87 second=192 amount=-4 -kerning first=1213 second=933 amount=-6 -kerning first=375 second=113 amount=-1 -kerning first=1026 second=1093 amount=-1 -kerning first=343 second=1279 amount=1 -kerning first=376 second=213 amount=-2 -kerning first=76 second=84 amount=-6 -kerning first=933 second=1169 amount=-3 -kerning first=216 second=376 amount=-2 -kerning first=373 second=291 amount=-1 -kerning first=372 second=286 amount=-2 -kerning first=1043 second=1235 amount=-5 -kerning first=239 second=223 amount=3 -kerning first=299 second=1037 amount=3 -kerning first=258 second=266 amount=-2 -kerning first=1180 second=100 amount=-3 -kerning first=1082 second=1257 amount=-1 -kerning first=1181 second=1196 amount=-4 -kerning first=229 second=1059 amount=-5 -kerning first=1164 second=174 amount=-1 -kerning first=92 second=1108 amount=-1 -kerning first=1265 second=1237 amount=-1 -kerning first=1140 second=8249 amount=-4 -kerning first=88 second=173 amount=-4 -kerning first=244 second=923 amount=-2 -kerning first=1163 second=1050 amount=1 -kerning first=1084 second=372 amount=-3 -kerning first=1095 second=1118 amount=-1 -kerning first=87 second=232 amount=-3 -kerning first=1239 second=1279 amount=-1 -kerning first=1271 second=8230 amount=-6 -kerning first=1267 second=297 amount=3 -kerning first=347 second=174 amount=-1 -kerning first=337 second=186 amount=-2 -kerning first=1050 second=940 amount=-3 -kerning first=8249 second=1198 amount=-4 -kerning first=1164 second=935 amount=-2 -kerning first=255 second=259 amount=-1 -kerning first=121 second=358 amount=-2 -kerning first=1196 second=1078 amount=-3 -kerning first=162 second=1035 amount=-5 -kerning first=1188 second=1092 amount=-5 -kerning first=8221 second=941 amount=-4 -kerning first=1275 second=932 amount=-3 -kerning first=212 second=1059 amount=-2 -kerning first=1068 second=1236 amount=-2 -kerning first=45 second=84 amount=-4 -kerning first=1259 second=174 amount=-1 -kerning first=1276 second=210 amount=-1 -kerning first=1200 second=971 amount=-3 -kerning first=297 second=919 amount=3 -kerning first=933 second=1088 amount=-3 -kerning first=915 second=8370 amount=-2 -kerning first=1258 second=1278 amount=-1 -kerning first=1036 second=365 amount=-2 -kerning first=8222 second=1090 amount=-3 -kerning first=301 second=254 amount=3 -kerning first=46 second=376 amount=-3 -kerning first=1050 second=264 amount=-2 -kerning first=40 second=101 amount=-1 -kerning first=913 second=375 amount=-4 -kerning first=284 second=299 amount=2 -kerning first=86 second=183 amount=-3 -kerning first=87 second=1084 amount=-2 -kerning first=916 second=171 amount=-2 -kerning first=256 second=963 amount=-1 -kerning first=224 second=1204 amount=-3 -kerning first=1259 second=935 amount=-2 -kerning first=1232 second=286 amount=-2 -kerning first=1102 second=253 amount=-1 -kerning first=1066 second=1058 amount=-3 -kerning first=1278 second=1259 amount=-2 -kerning first=335 second=121 amount=-1 -kerning first=8370 second=1200 amount=-2 -kerning first=195 second=356 amount=-6 -kerning first=63 second=192 amount=-4 -kerning first=959 second=1196 amount=-3 -kerning first=1203 second=245 amount=-1 -kerning first=80 second=923 amount=-5 -kerning first=242 second=260 amount=-2 -kerning first=1225 second=311 amount=1 -kerning first=356 second=97 amount=-5 -kerning first=1181 second=271 amount=-1 -kerning first=1222 second=354 amount=-2 -kerning first=354 second=1242 amount=-2 -kerning first=1050 second=236 amount=2 -kerning first=1228 second=358 amount=-3 -kerning first=1040 second=232 amount=-1 -kerning first=176 second=194 amount=-5 -kerning first=1193 second=1066 amount=-3 -kerning first=1128 second=199 amount=-2 -kerning first=8360 second=356 amount=-5 -kerning first=1171 second=1257 amount=-2 -kerning first=193 second=301 amount=3 -kerning first=1274 second=1074 amount=-4 -kerning first=214 second=1204 amount=-2 -kerning first=336 second=1202 amount=-1 -kerning first=1034 second=253 amount=-1 -kerning first=1200 second=337 amount=-6 -kerning first=1265 second=246 amount=-1 -kerning first=923 second=94 amount=-5 -kerning first=89 second=1080 amount=-3 -kerning first=915 second=181 amount=-5 -kerning first=1251 second=1118 amount=-1 -kerning first=1199 second=1072 amount=-1 -kerning first=1226 second=330 amount=1 -kerning first=910 second=273 amount=-6 -kerning first=1169 second=226 amount=-2 -kerning first=235 second=372 amount=-3 -kerning first=256 second=243 amount=-1 -kerning first=214 second=1232 amount=-2 -kerning first=1222 second=1041 amount=1 -kerning first=1189 second=1104 amount=-2 -kerning first=257 second=89 amount=-5 -kerning first=1153 second=1058 amount=-5 -kerning first=286 second=86 amount=-1 -kerning first=1205 second=73 amount=1 -kerning first=1141 second=194 amount=-4 -kerning first=372 second=920 amount=-2 -kerning first=1198 second=1191 amount=-3 -kerning first=252 second=8216 amount=-3 -kerning first=1275 second=285 amount=-2 -kerning first=1090 second=269 amount=-2 -kerning first=126 second=8220 amount=-3 -kerning first=174 second=923 amount=-5 -kerning first=375 second=238 amount=3 -kerning first=104 second=221 amount=-5 -kerning first=110 second=1265 amount=-1 -kerning first=1113 second=1278 amount=-2 -kerning first=1265 second=8217 amount=2 -kerning first=98 second=939 amount=-6 -kerning first=317 second=199 amount=-2 -kerning first=351 second=1200 amount=-5 -kerning first=301 second=49 amount=3 -kerning first=1168 second=299 amount=6 -kerning first=260 second=240 amount=-1 -kerning first=215 second=86 amount=-3 -kerning first=339 second=1267 amount=-1 -kerning first=1170 second=361 amount=-5 -kerning first=1258 second=260 amount=-2 -kerning first=1276 second=1259 amount=-2 -kerning first=242 second=1090 amount=-2 -kerning first=65 second=1242 amount=-2 -kerning first=256 second=8221 amount=-7 -kerning first=318 second=1031 amount=1 -kerning first=1087 second=1026 amount=-3 -kerning first=319 second=221 amount=-2 -kerning first=343 second=1092 amount=-1 -kerning first=1141 second=234 amount=-1 -kerning first=1091 second=267 amount=-1 -kerning first=1128 second=49 amount=-2 -kerning first=933 second=266 amount=-2 -kerning first=1275 second=162 amount=-2 -kerning first=1187 second=917 amount=1 -kerning first=1224 second=8220 amount=-3 -kerning first=1101 second=923 amount=-2 -kerning first=1104 second=253 amount=-1 -kerning first=1267 second=1235 amount=-1 -kerning first=1256 second=939 amount=-2 -kerning first=1141 second=1243 amount=-1 -kerning first=915 second=1116 amount=-4 -kerning first=192 second=335 amount=-1 -kerning first=197 second=100 amount=-1 -kerning first=1181 second=113 amount=-1 -kerning first=281 second=1267 amount=-1 -kerning first=1059 second=230 amount=-5 -kerning first=1092 second=41 amount=-1 -kerning first=372 second=8363 amount=-3 -kerning first=939 second=908 amount=-2 -kerning first=265 second=376 amount=-4 -kerning first=8221 second=967 amount=1 -kerning first=1030 second=206 amount=1 -kerning first=8250 second=358 amount=-8 -kerning first=1232 second=920 amount=-2 -kerning first=1178 second=266 amount=-2 -kerning first=89 second=172 amount=-4 -kerning first=933 second=237 amount=-2 -kerning first=1058 second=375 amount=-4 -kerning first=1018 second=296 amount=1 -kerning first=183 second=1047 amount=-3 -kerning first=194 second=940 amount=-1 -kerning first=354 second=1074 amount=-4 -kerning first=1187 second=318 amount=1 -kerning first=1094 second=292 amount=1 -kerning first=1033 second=923 amount=-2 -kerning first=42 second=260 amount=-5 -kerning first=935 second=214 amount=-1 -kerning first=1126 second=248 amount=-1 -kerning first=910 second=1167 amount=-3 -kerning first=317 second=49 amount=-3 -kerning first=8230 second=89 amount=-3 -kerning first=1180 second=67 amount=-2 -kerning first=932 second=245 amount=-5 -kerning first=1222 second=1103 amount=-1 -kerning first=902 second=255 amount=-4 -kerning first=253 second=244 amount=-1 -kerning first=963 second=8222 amount=-5 -kerning first=295 second=1141 amount=-1 -kerning first=105 second=301 amount=3 -kerning first=922 second=908 amount=-2 -kerning first=342 second=376 amount=-2 -kerning first=357 second=314 amount=1 -kerning first=1027 second=1277 amount=-3 -kerning first=194 second=264 amount=-2 -kerning first=181 second=43 amount=-2 -kerning first=1080 second=358 amount=-3 -kerning first=1255 second=1026 amount=-3 -kerning first=1090 second=1086 amount=-2 -kerning first=1234 second=71 amount=-2 -kerning first=1103 second=121 amount=-1 -kerning first=376 second=356 amount=3 -kerning first=1178 second=237 amount=2 -kerning first=1010 second=1059 amount=-4 -kerning first=321 second=8216 amount=-5 -kerning first=1092 second=1091 amount=-1 -kerning first=913 second=187 amount=-2 -kerning first=8224 second=972 amount=-2 -kerning first=1040 second=221 amount=-5 -kerning first=1196 second=301 amount=6 -kerning first=940 second=916 amount=-3 -kerning first=1126 second=39 amount=-5 -kerning first=242 second=170 amount=-2 -kerning first=84 second=299 amount=6 -kerning first=1274 second=945 amount=-5 -kerning first=1180 second=297 amount=5 -kerning first=1026 second=1234 amount=-2 -kerning first=1232 second=8363 amount=-1 -kerning first=170 second=196 amount=-5 -kerning first=1205 second=1210 amount=1 -kerning first=1200 second=1105 amount=-6 -kerning first=253 second=8222 amount=-5 -kerning first=929 second=193 amount=-5 -kerning first=1186 second=1065 amount=1 -kerning first=1184 second=963 amount=-3 -kerning first=915 second=110 amount=-4 -kerning first=8217 second=949 amount=-4 -kerning first=1241 second=1040 amount=-2 -kerning first=1111 second=1034 amount=3 -kerning first=1170 second=290 amount=-2 -kerning first=279 second=1026 amount=-3 -kerning first=177 second=1265 amount=-3 -kerning first=358 second=944 amount=-4 -kerning first=68 second=8216 amount=-2 -kerning first=1274 second=262 amount=-2 -kerning first=107 second=275 amount=-1 -kerning first=1082 second=1108 amount=-1 -kerning first=1093 second=337 amount=-1 -kerning first=255 second=273 amount=-1 -kerning first=92 second=908 amount=-2 -kerning first=1140 second=228 amount=-3 -kerning first=923 second=214 amount=-2 -kerning first=1043 second=1119 amount=-4 -kerning first=8221 second=974 amount=-4 -kerning first=371 second=933 amount=-4 -kerning first=258 second=245 amount=-1 -kerning first=345 second=279 amount=-1 -kerning first=170 second=235 amount=-2 -kerning first=376 second=902 amount=-5 -kerning first=1091 second=177 amount=-3 -kerning first=310 second=301 amount=5 -kerning first=231 second=1204 amount=-5 -kerning first=315 second=39 amount=-6 -kerning first=379 second=43 amount=-2 -kerning first=357 second=1120 amount=1 -kerning first=1066 second=939 amount=-6 -kerning first=913 second=1066 amount=-6 -kerning first=341 second=121 amount=1 -kerning first=111 second=258 amount=-2 -kerning first=380 second=283 amount=-1 -kerning first=353 second=1196 amount=-5 -kerning first=910 second=240 amount=-6 -kerning first=959 second=87 amount=-3 -kerning first=1220 second=84 amount=-3 -kerning first=925 second=1111 amount=5 -kerning first=1094 second=1027 amount=1 -kerning first=119 second=1259 amount=-1 -kerning first=1113 second=1090 amount=-4 -kerning first=1205 second=1106 amount=1 -kerning first=1141 second=376 amount=-2 -kerning first=374 second=97 amount=-5 -kerning first=1184 second=243 amount=-3 -kerning first=221 second=1242 amount=-2 -kerning first=1111 second=293 amount=3 -kerning first=288 second=1140 amount=-1 -kerning first=87 second=212 amount=-2 -kerning first=358 second=335 amount=-5 -kerning first=98 second=967 amount=-1 -kerning first=923 second=1199 amount=-4 -kerning first=192 second=1104 amount=-1 -kerning first=356 second=1089 amount=-5 -kerning first=1075 second=95 amount=-3 -kerning first=361 second=1058 amount=-3 -kerning first=1168 second=1020 amount=-4 -kerning first=1050 second=246 amount=-3 -kerning first=1226 second=8217 amount=2 -kerning first=1105 second=121 amount=-1 -kerning first=1278 second=1193 amount=-2 -kerning first=355 second=126 amount=-1 -kerning first=193 second=242 amount=-1 -kerning first=283 second=1091 amount=-1 -kerning first=247 second=1140 amount=-3 -kerning first=70 second=1239 amount=-3 -kerning first=915 second=934 amount=-3 -kerning first=267 second=89 amount=-4 -kerning first=1036 second=281 amount=-3 -kerning first=97 second=933 amount=-5 -kerning first=354 second=945 amount=-5 -kerning first=1153 second=939 amount=-4 -kerning first=187 second=918 amount=-2 -kerning first=39 second=197 amount=-5 -kerning first=376 second=1173 amount=-3 -kerning first=115 second=1198 amount=-5 -kerning first=1171 second=1108 amount=-2 -kerning first=244 second=1217 amount=-2 -kerning first=197 second=1026 amount=-6 -kerning first=1116 second=972 amount=-1 -kerning first=1181 second=52 amount=-3 -kerning first=1145 second=231 amount=-1 -kerning first=216 second=8230 amount=-3 -kerning first=1016 second=92 amount=-3 -kerning first=1270 second=271 amount=-5 -kerning first=1279 second=354 amount=-3 -kerning first=109 second=49 amount=-3 -kerning first=75 second=335 amount=-3 -kerning first=915 second=192 amount=-6 -kerning first=939 second=1255 amount=-6 -kerning first=8221 second=183 amount=-3 -kerning first=354 second=262 amount=-2 -kerning first=193 second=8220 amount=-8 -kerning first=1085 second=1140 amount=-3 -kerning first=375 second=248 amount=-1 -kerning first=923 second=957 amount=-4 -kerning first=344 second=89 amount=-2 -kerning first=1058 second=187 amount=-3 -kerning first=65 second=86 amount=-5 -kerning first=197 second=67 amount=-2 -kerning first=367 second=1066 amount=-3 -kerning first=1046 second=267 amount=-2 -kerning first=1040 second=212 amount=-2 -kerning first=1198 second=927 amount=-2 -kerning first=240 second=1059 amount=-6 -kerning first=1012 second=910 amount=-2 -kerning first=1106 second=1198 amount=-5 -kerning first=8370 second=303 amount=2 -kerning first=1107 second=84 amount=-3 -kerning first=936 second=173 amount=-4 -kerning first=297 second=1171 amount=3 -kerning first=196 second=1089 amount=-1 -kerning first=233 second=1265 amount=-1 -kerning first=932 second=1097 amount=-4 -kerning first=226 second=1143 amount=-1 -kerning first=70 second=74 amount=-4 -kerning first=1113 second=170 amount=-3 -kerning first=326 second=375 amount=-1 -kerning first=244 second=192 amount=-2 -kerning first=116 second=330 amount=1 -kerning first=915 second=232 amount=-5 -kerning first=922 second=1255 amount=-3 -kerning first=939 second=126 amount=-4 -kerning first=1179 second=244 amount=-1 -kerning first=1170 second=196 amount=-6 -kerning first=1213 second=1204 amount=-3 -kerning first=1276 second=1193 amount=-2 -kerning first=76 second=1118 amount=-4 -kerning first=301 second=1036 amount=3 -kerning first=65 second=945 amount=-1 -kerning first=197 second=297 amount=3 -kerning first=356 second=1145 amount=-5 -kerning first=1222 second=316 amount=1 -kerning first=1194 second=1244 amount=-1 -kerning first=1093 second=1105 amount=-1 -kerning first=1257 second=1249 amount=-2 -kerning first=176 second=334 amount=-1 -kerning first=88 second=79 amount=-1 -kerning first=221 second=1074 amount=-3 -kerning first=1188 second=981 amount=-5 -kerning first=55 second=1207 amount=-3 -kerning first=8244 second=1081 amount=-1 -kerning first=84 second=1020 amount=-4 -kerning first=224 second=1200 amount=-5 -kerning first=1200 second=951 amount=-3 -kerning first=933 second=245 amount=-6 -kerning first=922 second=126 amount=-6 -kerning first=915 second=1084 amount=-4 -kerning first=65 second=262 amount=-2 -kerning first=1170 second=235 amount=-5 -kerning first=345 second=1195 amount=-1 -kerning first=966 second=256 amount=-2 -kerning first=242 second=120 amount=-1 -kerning first=1277 second=99 amount=-1 -kerning first=1059 second=1095 amount=-5 -kerning first=40 second=1257 amount=-1 -kerning first=255 second=240 amount=-1 -kerning first=1270 second=113 amount=-5 -kerning first=92 second=1255 amount=-1 -kerning first=246 second=197 amount=-2 -kerning first=382 second=275 amount=-1 -kerning first=1175 second=337 amount=-1 -kerning first=214 second=1200 amount=-2 -kerning first=95 second=331 amount=3 -kerning first=86 second=338 amount=-2 -kerning first=358 second=1104 amount=-5 -kerning first=80 second=192 amount=-5 -kerning first=1225 second=1115 amount=1 -kerning first=1178 second=245 amount=-3 -kerning first=297 second=320 amount=3 -kerning first=946 second=297 amount=2 -kerning first=1201 second=258 amount=-4 -kerning first=232 second=1140 amount=-3 -kerning first=1097 second=910 amount=-1 -kerning first=1066 second=967 amount=-1 -kerning first=261 second=1199 amount=-1 -kerning first=372 second=216 amount=-2 -kerning first=1196 second=242 amount=-5 -kerning first=1198 second=269 amount=-6 -kerning first=239 second=1026 amount=6 -kerning first=1107 second=1239 amount=-2 -kerning first=196 second=1145 amount=-1 -kerning first=336 second=356 amount=-2 -kerning first=89 second=965 amount=-3 -kerning first=337 second=1040 amount=-2 -kerning first=359 second=292 amount=1 -kerning first=8217 second=969 amount=-4 -kerning first=357 second=215 amount=-1 -kerning first=194 second=246 amount=-1 -kerning first=195 second=1265 amount=-4 -kerning first=1199 second=910 amount=-2 -kerning first=358 second=1114 amount=-4 -kerning first=910 second=230 amount=-5 -kerning first=355 second=327 amount=1 -kerning first=46 second=96 amount=-9 -kerning first=1201 second=283 amount=-1 -kerning first=1046 second=177 amount=-3 -kerning first=953 second=47 amount=-2 -kerning first=120 second=940 amount=-1 -kerning first=923 second=354 amount=-6 -kerning first=1101 second=1217 amount=-2 -kerning first=75 second=1104 amount=-3 -kerning first=34 second=195 amount=-5 -kerning first=1090 second=227 amount=-2 -kerning first=1086 second=1197 amount=-2 -kerning first=174 second=192 amount=-5 -kerning first=1108 second=374 amount=-4 -kerning first=1118 second=1236 amount=-4 -kerning first=1054 second=197 amount=-2 -kerning first=353 second=87 amount=-2 -kerning first=310 second=242 amount=-3 -kerning first=194 second=8217 amount=-7 -kerning first=1084 second=1098 amount=-2 -kerning first=1170 second=343 amount=-4 -kerning first=1207 second=1229 amount=1 -kerning first=261 second=957 amount=-1 -kerning first=1234 second=8224 amount=-5 -kerning first=87 second=44 amount=-6 -kerning first=239 second=297 amount=3 -kerning first=8244 second=45 amount=-3 -kerning first=1274 second=111 amount=-5 -kerning first=8250 second=51 amount=-3 -kerning first=336 second=902 amount=-2 -kerning first=1230 second=8216 amount=-3 -kerning first=1232 second=216 amount=-2 -kerning first=343 second=981 amount=-1 -kerning first=1033 second=1217 amount=-2 -kerning first=89 second=333 amount=-6 -kerning first=374 second=1089 amount=-6 -kerning first=922 second=305 amount=2 -kerning first=357 second=1190 amount=1 -kerning first=361 second=939 amount=-4 -kerning first=195 second=267 amount=-1 -kerning first=913 second=288 amount=-2 -kerning first=277 second=1197 amount=-1 -kerning first=1101 second=192 amount=-2 -kerning first=174 second=232 amount=-2 -kerning first=72 second=207 amount=1 -kerning first=358 second=353 amount=-5 -kerning first=328 second=255 amount=-1 -kerning first=1166 second=1040 amount=-5 -kerning first=919 second=1111 amount=5 -kerning first=270 second=1278 amount=-1 -kerning first=1181 second=248 amount=-1 -kerning first=1168 second=1098 amount=-3 -kerning first=1170 second=169 amount=-2 -kerning first=1097 second=107 amount=1 -kerning first=119 second=1193 amount=-1 -kerning first=1270 second=268 amount=-2 -kerning first=908 second=198 amount=-2 -kerning first=1198 second=1086 amount=-6 -kerning first=221 second=945 amount=-6 -kerning first=1043 second=121 amount=-4 -kerning first=299 second=108 amount=3 -kerning first=1074 second=356 amount=-5 -kerning first=196 second=1140 amount=-5 -kerning first=1143 second=959 amount=-1 -kerning first=1205 second=173 amount=-1 -kerning first=89 second=8218 amount=-7 -kerning first=244 second=221 amount=-6 -kerning first=1058 second=252 amount=-5 -kerning first=248 second=1143 amount=-1 -kerning first=1187 second=1211 amount=1 -kerning first=1033 second=192 amount=-2 -kerning first=1255 second=1061 amount=-2 -kerning first=71 second=239 amount=2 -kerning first=121 second=245 amount=-1 -kerning first=221 second=262 amount=-2 -kerning first=349 second=84 amount=-5 -kerning first=1188 second=1040 amount=-6 -kerning first=359 second=1027 amount=1 -kerning first=381 second=8370 amount=-2 -kerning first=1241 second=1198 amount=-6 -kerning first=229 second=372 amount=-3 -kerning first=102 second=65 amount=-2 -kerning first=1113 second=120 amount=-1 -kerning first=981 second=194 amount=-2 -kerning first=1111 second=340 amount=3 -kerning first=1175 second=1105 amount=-1 -kerning first=1143 second=60 amount=-2 -kerning first=245 second=195 amount=-2 -kerning first=74 second=8218 amount=-5 -kerning first=1244 second=972 amount=-2 -kerning first=933 second=1097 amount=-3 -kerning first=116 second=8217 amount=2 -kerning first=1167 second=375 amount=-1 -kerning first=213 second=1196 amount=-2 -kerning first=1126 second=63 amount=-4 -kerning first=1122 second=196 amount=-2 -kerning first=333 second=1185 amount=-2 -kerning first=235 second=1098 amount=-1 -kerning first=212 second=372 amount=-1 -kerning first=1189 second=43 amount=-1 -kerning first=102 second=101 amount=-1 -kerning first=1205 second=222 amount=1 -kerning first=1270 second=52 amount=-4 -kerning first=1200 second=231 amount=-6 -kerning first=176 second=8230 amount=-9 -kerning first=326 second=1066 amount=-3 -kerning first=374 second=1145 amount=-6 -kerning first=1057 second=1244 amount=-1 -kerning first=313 second=8223 amount=-3 -kerning first=8221 second=1253 amount=-1 -kerning first=299 second=1134 amount=3 -kerning first=354 second=111 amount=-5 -kerning first=1187 second=323 amount=1 -kerning first=228 second=1198 amount=-5 -kerning first=95 second=1187 amount=3 -kerning first=8220 second=916 amount=-6 -kerning first=231 second=1200 amount=-4 -kerning first=256 second=99 amount=-1 -kerning first=38 second=119 amount=-2 -kerning first=1235 second=1267 amount=-1 -kerning first=255 second=230 amount=-1 -kerning first=1193 second=174 amount=-1 -kerning first=8217 second=1234 amount=-9 -kerning first=270 second=260 amount=-2 -kerning first=1109 second=1140 amount=-3 -kerning first=357 second=78 amount=1 -kerning first=259 second=376 amount=-5 -kerning first=84 second=1098 amount=-3 -kerning first=1197 second=242 amount=-2 -kerning first=261 second=354 amount=-3 -kerning first=70 second=1118 amount=-2 -kerning first=1141 second=8230 amount=-2 -kerning first=297 second=304 amount=3 -kerning first=1075 second=335 amount=-2 -kerning first=44 second=1196 amount=-2 -kerning first=195 second=177 amount=-3 -kerning first=114 second=197 amount=-3 -kerning first=1278 second=1010 amount=-2 -kerning first=1263 second=923 amount=-4 -kerning first=86 second=95 amount=-5 -kerning first=1254 second=195 amount=-2 -kerning first=288 second=1058 amount=-2 -kerning first=170 second=1259 amount=-2 -kerning first=82 second=1200 amount=-2 -kerning first=8244 second=1082 amount=-1 -kerning first=1138 second=198 amount=-2 -kerning first=932 second=375 amount=-4 -kerning first=1222 second=247 amount=-1 -kerning first=1119 second=933 amount=-5 -kerning first=1059 second=38 amount=-4 -kerning first=339 second=1279 amount=-1 -kerning first=89 second=1077 amount=-6 -kerning first=1058 second=288 amount=-2 -kerning first=915 second=212 amount=-2 -kerning first=1275 second=940 amount=-2 -kerning first=371 second=1204 amount=-3 -kerning first=210 second=354 amount=-2 -kerning first=247 second=1058 amount=-4 -kerning first=174 second=221 amount=-1 -kerning first=376 second=267 amount=-6 -kerning first=1225 second=1231 amount=1 -kerning first=310 second=1099 amount=2 -kerning first=8218 second=932 amount=-6 -kerning first=918 second=288 amount=-2 -kerning first=65 second=111 amount=-1 -kerning first=1241 second=1175 amount=-1 -kerning first=356 second=1233 amount=-5 -kerning first=1082 second=1255 amount=-1 -kerning first=114 second=275 amount=-1 -kerning first=343 second=1040 amount=-3 -kerning first=40 second=1108 amount=-1 -kerning first=1242 second=1140 amount=-2 -kerning first=1263 second=295 amount=3 -kerning first=309 second=307 amount=3 -kerning first=1220 second=1118 amount=-1 -kerning first=112 second=198 amount=-2 -kerning first=1274 second=1209 amount=-5 -kerning first=1060 second=933 amount=-2 -kerning first=70 second=263 amount=-3 -kerning first=281 second=1279 amount=-1 -kerning first=351 second=8222 amount=-3 -kerning first=1194 second=1111 amount=2 -kerning first=1170 second=210 amount=-2 -kerning first=913 second=101 amount=-1 -kerning first=1085 second=1058 amount=-3 -kerning first=8224 second=195 amount=-5 -kerning first=1233 second=1026 amount=-3 -kerning first=1096 second=1035 amount=-3 -kerning first=1101 second=221 amount=-6 -kerning first=333 second=1276 amount=-2 -kerning first=1225 second=45 amount=-1 -kerning first=65 second=8216 amount=-8 -kerning first=1082 second=126 amount=-2 -kerning first=1145 second=229 amount=-1 -kerning first=1205 second=1030 amount=1 -kerning first=1091 second=260 amount=-4 -kerning first=1040 second=1213 amount=-2 -kerning first=88 second=1239 amount=-2 -kerning first=355 second=1056 amount=1 -kerning first=258 second=375 amount=-4 -kerning first=1243 second=358 amount=-3 -kerning first=210 second=913 amount=-2 -kerning first=1273 second=221 amount=-5 -kerning first=917 second=299 amount=5 -kerning first=1276 second=1010 amount=-2 -kerning first=1225 second=80 amount=1 -kerning first=1265 second=171 amount=-3 -kerning first=97 second=1204 amount=-3 -kerning first=1207 second=342 amount=1 -kerning first=1033 second=221 amount=-6 -kerning first=957 second=337 amount=-1 -kerning first=1278 second=339 amount=-2 -kerning first=1213 second=1200 amount=-6 -kerning first=1027 second=1232 amount=-6 -kerning first=222 second=932 amount=-4 -kerning first=299 second=204 amount=3 -kerning first=910 second=1095 amount=-5 -kerning first=1081 second=933 amount=-5 -kerning first=1029 second=239 amount=3 -kerning first=1139 second=1236 amount=-2 -kerning first=1102 second=1185 amount=-2 -kerning first=290 second=1278 amount=-1 -kerning first=89 second=351 amount=-4 -kerning first=981 second=376 amount=-6 -kerning first=332 second=86 amount=-2 -kerning first=1090 second=1092 amount=-2 -kerning first=1203 second=1066 amount=-3 -kerning first=118 second=8244 amount=2 -kerning first=87 second=225 amount=-3 -kerning first=297 second=1172 amount=3 -kerning first=929 second=46 amount=-3 -kerning first=1171 second=1255 amount=-2 -kerning first=179 second=197 amount=-6 -kerning first=1253 second=255 amount=-1 -kerning first=1215 second=1091 amount=-1 -kerning first=1050 second=253 amount=-3 -kerning first=120 second=246 amount=-1 -kerning first=177 second=1278 amount=-3 -kerning first=1093 second=231 amount=-1 -kerning first=1140 second=214 amount=-2 -kerning first=1202 second=199 amount=-1 -kerning first=1198 second=371 amount=-3 -kerning first=243 second=932 amount=-3 -kerning first=1122 second=89 amount=-6 -kerning first=313 second=1069 amount=-2 -kerning first=263 second=1196 amount=-5 -kerning first=204 second=239 amount=5 -kerning first=365 second=374 amount=-4 -kerning first=118 second=84 amount=-2 -kerning first=230 second=1091 amount=-1 -kerning first=1034 second=1185 amount=-2 -kerning first=297 second=66 amount=3 -kerning first=1010 second=372 amount=-1 -kerning first=1075 second=1104 amount=-2 -kerning first=183 second=1026 amount=-4 -kerning first=354 second=1209 amount=-5 -kerning first=1094 second=73 amount=1 -kerning first=1012 second=1234 amount=-2 -kerning first=1126 second=959 amount=-1 -kerning first=376 second=177 amount=-6 -kerning first=1171 second=126 amount=-1 -kerning first=337 second=1198 amount=-6 -kerning first=1169 second=242 amount=-2 -kerning first=1078 second=269 amount=-1 -kerning first=1086 second=253 amount=-1 -kerning first=232 second=1058 amount=-3 -kerning first=211 second=8218 amount=-3 -kerning first=1077 second=221 amount=-6 -kerning first=1170 second=1259 amount=-5 -kerning first=343 second=355 amount=2 -kerning first=1270 second=248 amount=-5 -kerning first=1279 second=265 amount=-1 -kerning first=372 second=1191 amount=-2 -kerning first=295 second=49 amount=-3 -kerning first=1058 second=65 amount=-6 -kerning first=1184 second=99 amount=-3 -kerning first=213 second=87 amount=-1 -kerning first=91 second=244 amount=-1 -kerning first=95 second=106 amount=6 -kerning first=110 second=1090 amount=-2 -kerning first=1276 second=339 amount=-2 -kerning first=1222 second=209 amount=1 -kerning first=1167 second=1066 amount=-3 -kerning first=913 second=174 amount=-5 -kerning first=169 second=1276 amount=-1 -kerning first=341 second=45 amount=-2 -kerning first=1198 second=227 amount=-5 -kerning first=221 second=111 amount=-6 -kerning first=1126 second=60 amount=-1 -kerning first=920 second=88 amount=-1 -kerning first=1107 second=263 amount=-2 -kerning first=277 second=253 amount=-1 -kerning first=932 second=187 amount=-3 -kerning first=8225 second=916 amount=-5 -kerning first=1058 second=101 amount=-5 -kerning first=301 second=98 amount=3 -kerning first=335 second=8224 amount=-2 -kerning first=290 second=260 amount=-1 -kerning first=1104 second=1185 amount=-1 -kerning first=1234 second=337 amount=-1 -kerning first=98 second=92 amount=-3 -kerning first=269 second=354 amount=-5 -kerning first=1088 second=194 amount=-2 -kerning first=1187 second=1043 amount=1 -kerning first=1102 second=1276 amount=-2 -kerning first=291 second=356 amount=-3 -kerning first=111 second=1059 amount=-6 -kerning first=335 second=88 amount=-2 -kerning first=1188 second=47 amount=-5 -kerning first=313 second=8373 amount=-2 -kerning first=8221 second=1163 amount=-1 -kerning first=299 second=1067 amount=3 -kerning first=1111 second=69 amount=3 -kerning first=1275 second=1237 amount=-2 -kerning first=55 second=8249 amount=-4 -kerning first=1163 second=292 amount=1 -kerning first=177 second=260 amount=-3 -kerning first=118 second=1239 amount=-1 -kerning first=247 second=182 amount=-1 -kerning first=95 second=336 amount=-3 -kerning first=345 second=287 amount=-1 -kerning first=288 second=939 amount=-2 -kerning first=908 second=1244 amount=-1 -kerning first=297 second=1052 amount=3 -kerning first=915 second=44 amount=-2 -kerning first=79 second=84 amount=-2 -kerning first=260 second=255 amount=-4 -kerning first=119 second=1010 amount=-1 -kerning first=957 second=1105 amount=-1 -kerning first=935 second=265 amount=-2 -kerning first=122 second=1204 amount=-2 -kerning first=380 second=291 amount=-1 -kerning first=1256 second=92 amount=-2 -kerning first=1061 second=173 amount=-4 -kerning first=1078 second=1086 amount=-1 -kerning first=256 second=8353 amount=-2 -kerning first=247 second=939 amount=-4 -kerning first=1087 second=121 amount=-1 -kerning first=1059 second=894 amount=-4 -kerning first=1034 second=1276 amount=-2 -kerning first=255 second=1095 amount=-1 -kerning first=1279 second=1139 amount=-1 -kerning first=923 second=1263 amount=-4 -kerning first=374 second=1233 amount=-5 -kerning first=1111 second=1111 amount=3 -kerning first=1199 second=1234 amount=-4 -kerning first=330 second=95 amount=2 -kerning first=196 second=1058 amount=-6 -kerning first=258 second=187 amount=-2 -kerning first=1134 second=301 amount=2 -kerning first=1118 second=277 amount=-1 -kerning first=170 second=1193 amount=-2 -kerning first=1178 second=375 amount=-3 -kerning first=337 second=1175 amount=-1 -kerning first=46 second=1073 amount=-2 -kerning first=226 second=118 amount=-1 -kerning first=1094 second=1210 amount=1 -kerning first=1097 second=104 amount=1 -kerning first=908 second=193 amount=-2 -kerning first=944 second=910 amount=-4 -kerning first=1198 second=328 amount=-3 -kerning first=248 second=1202 amount=-2 -kerning first=1188 second=382 amount=-3 -kerning first=1057 second=1111 amount=2 -kerning first=1085 second=939 amount=-5 -kerning first=118 second=74 amount=-4 -kerning first=1180 second=121 amount=-3 -kerning first=226 second=1201 amount=-1 -kerning first=1114 second=932 amount=-7 -kerning first=1200 second=363 amount=-3 -kerning first=1279 second=247 amount=-1 -kerning first=981 second=373 amount=-1 -kerning first=1058 second=341 amount=-4 -kerning first=1036 second=289 amount=-3 -kerning first=194 second=253 amount=-4 -kerning first=240 second=372 amount=-3 -kerning first=358 second=43 amount=-4 -kerning first=245 second=119 amount=-1 -kerning first=355 second=933 amount=-1 -kerning first=90 second=183 amount=-2 -kerning first=356 second=1094 amount=-4 -kerning first=1145 second=279 amount=-1 -kerning first=1050 second=171 amount=-3 -kerning first=334 second=1140 amount=-2 -kerning first=923 second=265 amount=-1 -kerning first=1217 second=275 amount=-2 -kerning first=8221 second=95 amount=-3 -kerning first=1275 second=246 amount=-2 -kerning first=1175 second=231 amount=-1 -kerning first=258 second=1066 amount=-6 -kerning first=1255 second=121 amount=-1 -kerning first=1068 second=932 amount=-3 -kerning first=375 second=959 amount=-1 -kerning first=1018 second=1111 amount=5 -kerning first=1168 second=972 amount=-5 -kerning first=1163 second=1027 amount=1 -kerning first=1226 second=1065 amount=1 -kerning first=1094 second=1106 amount=1 -kerning first=1097 second=317 amount=1 -kerning first=1207 second=376 amount=-1 -kerning first=119 second=339 amount=-1 -kerning first=123 second=265 amount=-1 -kerning first=162 second=354 amount=-5 -kerning first=935 second=1139 amount=-2 -kerning first=80 second=44 amount=-3 -kerning first=299 second=77 amount=3 -kerning first=910 second=38 amount=-4 -kerning first=902 second=8225 amount=-5 -kerning first=343 second=47 amount=-2 -kerning first=1270 second=1100 amount=-4 -kerning first=1200 second=229 amount=-5 -kerning first=1128 second=8249 amount=-2 -kerning first=75 second=43 amount=-6 -kerning first=1109 second=1058 amount=-5 -kerning first=1043 second=1081 amount=-4 -kerning first=99 second=358 amount=-5 -kerning first=279 second=121 amount=-1 -kerning first=1138 second=1244 amount=-1 -kerning first=1234 second=1105 amount=-1 -kerning first=1072 second=1197 amount=-2 -kerning first=86 second=335 amount=-3 -kerning first=87 second=100 amount=-3 -kerning first=186 second=913 amount=-5 -kerning first=1108 second=1249 amount=-1 -kerning first=375 second=60 amount=-2 -kerning first=102 second=1257 amount=-1 -kerning first=376 second=369 amount=-3 -kerning first=355 second=282 amount=1 -kerning first=263 second=87 amount=-1 -kerning first=59 second=1140 amount=-4 -kerning first=1046 second=1090 amount=-4 -kerning first=1066 second=92 amount=-3 -kerning first=935 second=247 amount=-4 -kerning first=221 second=1209 amount=-5 -kerning first=1188 second=1175 amount=-3 -kerning first=83 second=297 amount=3 -kerning first=214 second=8222 amount=-3 -kerning first=70 second=365 amount=-2 -kerning first=1100 second=1059 amount=-11 -kerning first=358 second=1236 amount=-6 -kerning first=1020 second=1277 amount=-1 -kerning first=1225 second=270 amount=1 -kerning first=1244 second=81 amount=-1 -kerning first=76 second=256 amount=2 -kerning first=301 second=1035 amount=6 -kerning first=232 second=939 amount=-6 -kerning first=371 second=1200 amount=-4 -kerning first=1207 second=200 amount=1 -kerning first=112 second=1244 amount=-2 -kerning first=1263 second=192 amount=-4 -kerning first=324 second=374 amount=-5 -kerning first=1043 second=71 amount=-2 -kerning first=317 second=8249 amount=-4 -kerning first=8244 second=971 amount=-1 -kerning first=1143 second=196 amount=-4 -kerning first=1138 second=193 amount=-2 -kerning first=932 second=252 amount=-5 -kerning first=1201 second=1059 amount=-2 -kerning first=1088 second=376 amount=-6 -kerning first=1277 second=233 amount=-1 -kerning first=1270 second=115 amount=-5 -kerning first=923 second=1139 amount=-1 -kerning first=1242 second=1058 amount=-2 -kerning first=1128 second=1035 amount=-6 -kerning first=261 second=1263 amount=-1 -kerning first=1210 second=1059 amount=-5 -kerning first=1069 second=88 amount=-1 -kerning first=1277 second=1241 amount=-1 -kerning first=1239 second=1198 amount=-6 -kerning first=374 second=1058 amount=3 -kerning first=933 second=187 amount=-4 -kerning first=1170 second=1193 amount=-5 -kerning first=191 second=8221 amount=-2 -kerning first=123 second=1139 amount=-1 -kerning first=1040 second=100 amount=-1 -kerning first=1140 second=913 amount=-5 -kerning first=372 second=927 amount=-2 -kerning first=1263 second=232 amount=-1 -kerning first=935 second=1028 amount=-1 -kerning first=1027 second=1256 amount=-2 -kerning first=1143 second=235 amount=-1 -kerning first=84 second=972 amount=-5 -kerning first=112 second=193 amount=-2 -kerning first=233 second=1090 amount=-1 -kerning first=229 second=1098 amount=-2 -kerning first=1119 second=1204 amount=-3 -kerning first=359 second=73 amount=1 -kerning first=1184 second=8353 amount=-2 -kerning first=8217 second=1080 amount=-1 -kerning first=311 second=356 amount=-4 -kerning first=1228 second=375 amount=-1 -kerning first=71 second=910 amount=-2 -kerning first=87 second=112 amount=-2 -kerning first=186 second=308 amount=-5 -kerning first=317 second=1035 amount=-6 -kerning first=8244 second=337 amount=-4 -kerning first=321 second=1143 amount=-4 -kerning first=197 second=121 amount=-4 -kerning first=925 second=938 amount=1 -kerning first=97 second=1200 amount=-5 -kerning first=1201 second=291 amount=-1 -kerning first=1189 second=277 amount=-2 -kerning first=953 second=8221 amount=2 -kerning first=961 second=198 amount=-2 -kerning first=1205 second=905 amount=1 -kerning first=253 second=257 amount=-1 -kerning first=913 second=1257 amount=-1 -kerning first=92 second=933 amount=-5 -kerning first=254 second=86 amount=-3 -kerning first=908 second=374 amount=-2 -kerning first=88 second=263 amount=-2 -kerning first=1198 second=1092 amount=-6 -kerning first=248 second=118 amount=-1 -kerning first=81 second=84 amount=-2 -kerning first=1043 second=45 amount=-4 -kerning first=196 second=182 amount=-1 -kerning first=193 second=8370 amount=-2 -kerning first=1143 second=1222 amount=-3 -kerning first=1085 second=967 amount=-1 -kerning first=1060 second=1204 amount=-2 -kerning first=1145 second=1195 amount=-1 -kerning first=1191 second=358 amount=-7 -kerning first=253 second=1153 amount=-1 -kerning first=933 second=1066 amount=3 -kerning first=248 second=1201 amount=-1 -kerning first=226 second=356 amount=-3 -kerning first=194 second=171 amount=-2 -kerning first=1170 second=1109 amount=-5 -kerning first=40 second=1255 amount=-1 -kerning first=332 second=8216 amount=-2 -kerning first=290 second=1011 amount=2 -kerning first=1256 second=95 amount=-3 -kerning first=239 second=311 amount=3 -kerning first=242 second=1078 amount=-1 -kerning first=55 second=228 amount=-3 -kerning first=196 second=939 amount=-5 -kerning first=1060 second=1232 amount=-2 -kerning first=1209 second=89 amount=-5 -kerning first=1232 second=927 amount=-2 -kerning first=1207 second=1124 amount=1 -kerning first=1020 second=933 amount=-6 -kerning first=343 second=1175 amount=1 -kerning first=1140 second=1103 amount=-3 -kerning first=923 second=1028 amount=-2 -kerning first=915 second=225 amount=-5 -kerning first=321 second=284 amount=-2 -kerning first=271 second=105 amount=3 -kerning first=259 second=1141 amount=-1 -kerning first=1083 second=910 amount=-5 -kerning first=1187 second=278 amount=1 -kerning first=1124 second=88 amount=-1 -kerning first=1090 second=981 amount=-2 -kerning first=126 second=1217 amount=-4 -kerning first=86 second=1104 amount=-3 -kerning first=72 second=1031 amount=1 -kerning first=358 second=251 amount=-5 -kerning first=1271 second=1207 amount=-2 -kerning first=1126 second=290 amount=-2 -kerning first=104 second=1026 amount=-3 -kerning first=376 second=326 amount=-3 -kerning first=46 second=49 amount=-6 -kerning first=932 second=288 amount=-2 -kerning first=1181 second=959 amount=-1 -kerning first=183 second=1061 amount=-4 -kerning first=1050 second=117 amount=-2 -kerning first=316 second=239 amount=5 -kerning first=902 second=79 amount=-2 -kerning first=1140 second=308 amount=-6 -kerning first=372 second=269 amount=-3 -kerning first=1234 second=1171 amount=-2 -kerning first=357 second=274 amount=1 -kerning first=377 second=1060 amount=-2 -kerning first=1110 second=165 amount=2 -kerning first=1081 second=1204 amount=-3 -kerning first=1274 second=8250 amount=-3 -kerning first=1059 second=1251 amount=-3 -kerning first=1239 second=1175 amount=-1 -kerning first=1232 second=1267 amount=-4 -kerning first=1205 second=8244 amount=2 -kerning first=1091 second=966 amount=-1 -kerning first=326 second=174 amount=-1 -kerning first=374 second=1094 amount=-3 -kerning first=8217 second=172 amount=-3 -kerning first=1048 second=301 amount=5 -kerning first=1117 second=1091 amount=-1 -kerning first=1196 second=923 amount=-6 -kerning first=94 second=95 amount=-4 -kerning first=345 second=358 amount=-4 -kerning first=965 second=1035 amount=-3 -kerning first=313 second=194 amount=2 -kerning first=8250 second=375 amount=-2 -kerning first=1181 second=60 amount=-5 -kerning first=1230 second=1064 amount=1 -kerning first=970 second=126 amount=-2 -kerning first=1205 second=84 amount=-2 -kerning first=1278 second=1057 amount=-1 -kerning first=75 second=251 amount=-2 -kerning first=315 second=290 amount=-2 -kerning first=105 second=295 amount=3 -kerning first=1122 second=1046 amount=-2 -kerning first=1203 second=101 amount=-1 -kerning first=87 second=67 amount=-2 -kerning first=359 second=1210 amount=1 -kerning first=381 second=212 amount=-2 -kerning first=232 second=967 amount=-1 -kerning first=187 second=1277 amount=-2 -kerning first=1263 second=221 amount=-2 -kerning first=1109 second=939 amount=-5 -kerning first=910 second=894 amount=-4 -kerning first=181 second=932 amount=-3 -kerning first=1143 second=89 amount=-2 -kerning first=258 second=288 amount=-2 -kerning first=1080 second=375 amount=-1 -kerning first=1138 second=374 amount=-2 -kerning first=1088 second=373 amount=-1 -kerning first=1232 second=269 amount=-1 -kerning first=1200 second=279 amount=-6 -kerning first=1265 second=8363 amount=-1 -kerning first=1115 second=1091 amount=-1 -kerning first=237 second=309 amount=3 -kerning first=44 second=39 amount=-6 -kerning first=1111 second=1050 amount=3 -kerning first=1167 second=65 amount=-2 -kerning first=177 second=120 amount=-2 -kerning first=86 second=353 amount=-3 -kerning first=8244 second=1105 amount=-4 -kerning first=949 second=936 amount=-3 -kerning first=1058 second=1257 amount=-5 -kerning first=57 second=1059 amount=-2 -kerning first=256 second=233 amount=-1 -kerning first=356 second=967 amount=-4 -kerning first=251 second=1198 amount=-4 -kerning first=1059 second=109 amount=-3 -kerning first=1094 second=173 amount=-1 -kerning first=109 second=1035 amount=-3 -kerning first=1040 second=1026 amount=-6 -kerning first=372 second=1086 amount=-3 -kerning first=1196 second=8370 amount=-2 -kerning first=1217 second=336 amount=-1 -kerning first=1043 second=1082 amount=-4 -kerning first=1027 second=114 amount=-4 -kerning first=8221 second=944 amount=-1 -kerning first=299 second=928 amount=3 -kerning first=225 second=1196 amount=-3 -kerning first=112 second=374 amount=-6 -kerning first=118 second=263 amount=-1 -kerning first=256 second=1241 amount=-1 -kerning first=1237 second=255 amount=-1 -kerning first=102 second=1108 amount=-1 -kerning first=170 second=1010 amount=-2 -kerning first=376 second=260 amount=-5 -kerning first=1200 second=1224 amount=-3 -kerning first=1225 second=919 amount=1 -kerning first=8220 second=902 amount=-6 -kerning first=981 second=1141 amount=-1 -kerning first=933 second=252 amount=-3 -kerning first=116 second=1065 amount=1 -kerning first=359 second=1106 amount=1 -kerning first=195 second=170 amount=-5 -kerning first=1168 second=224 amount=-5 -kerning first=354 second=8250 amount=-3 -kerning first=1050 second=286 amount=-2 -kerning first=957 second=231 amount=-1 -kerning first=1040 second=67 amount=-2 -kerning first=1242 second=939 amount=-2 -kerning first=121 second=1066 amount=-2 -kerning first=1276 second=1057 amount=-1 -kerning first=197 second=903 amount=-5 -kerning first=70 second=256 amount=-6 -kerning first=161 second=8220 amount=-2 -kerning first=1059 second=173 amount=-4 -kerning first=102 second=1032 amount=-4 -kerning first=1113 second=1078 amount=-1 -kerning first=8249 second=198 amount=-2 -kerning first=174 second=225 amount=-1 -kerning first=310 second=8370 amount=-2 -kerning first=1178 second=252 amount=-2 -kerning first=1061 second=79 amount=-1 -kerning first=1010 second=1098 amount=-1 -kerning first=192 second=277 amount=-1 -kerning first=1075 second=43 amount=-1 -kerning first=932 second=65 amount=-6 -kerning first=1230 second=321 amount=1 -kerning first=1179 second=1153 amount=-1 -kerning first=1094 second=222 amount=1 -kerning first=253 second=194 amount=-4 -kerning first=1040 second=297 amount=3 -kerning first=176 second=199 amount=-1 -kerning first=1196 second=181 amount=-5 -kerning first=248 second=356 amount=-3 -kerning first=8221 second=335 amount=-4 -kerning first=196 second=967 amount=-4 -kerning first=208 second=84 amount=-2 -kerning first=70 second=281 amount=-3 -kerning first=1072 second=253 amount=-1 -kerning first=334 second=1058 amount=-2 -kerning first=1232 second=1086 amount=-1 -kerning first=1036 second=271 amount=-3 -kerning first=8217 second=56 amount=-3 -kerning first=187 second=933 amount=-6 -kerning first=1228 second=1066 amount=-3 -kerning first=1234 second=1091 amount=-4 -kerning first=1126 second=235 amount=-1 -kerning first=1220 second=256 amount=-2 -kerning first=301 second=1016 amount=3 -kerning first=65 second=8250 amount=-2 -kerning first=932 second=101 amount=-5 -kerning first=253 second=234 amount=-1 -kerning first=315 second=196 amount=2 -kerning first=1185 second=8249 amount=-3 -kerning first=370 second=95 amount=-3 -kerning first=170 second=339 amount=-2 -kerning first=253 second=1243 amount=-1 -kerning first=919 second=938 amount=1 -kerning first=310 second=181 amount=-2 -kerning first=90 second=338 amount=-2 -kerning first=1222 second=276 amount=1 -kerning first=913 second=1108 amount=-1 -kerning first=248 second=902 amount=-2 -kerning first=1027 second=1017 amount=-2 -kerning first=313 second=376 amount=-3 -kerning first=355 second=1204 amount=-2 -kerning first=84 second=224 amount=-5 -kerning first=233 second=120 amount=-1 -kerning first=59 second=1058 amount=-2 -kerning first=126 second=221 amount=-4 -kerning first=1168 second=1117 amount=-4 -kerning first=902 second=8244 amount=-7 -kerning first=89 second=250 amount=-3 -kerning first=1196 second=1116 amount=-4 -kerning first=933 second=288 amount=-2 -kerning first=915 second=100 amount=-5 -kerning first=966 second=1196 amount=-3 -kerning first=284 second=195 amount=-1 -kerning first=1234 second=231 amount=-1 -kerning first=87 second=1235 amount=-3 -kerning first=1200 second=1195 amount=-6 -kerning first=256 second=374 amount=-5 -kerning first=1046 second=966 amount=-2 -kerning first=1050 second=920 amount=-2 -kerning first=1167 second=174 amount=-1 -kerning first=902 second=84 amount=-6 -kerning first=1207 second=1180 amount=1 -kerning first=1093 second=279 amount=-1 -kerning first=1188 second=963 amount=-5 -kerning first=8244 second=1171 amount=1 -kerning first=258 second=101 amount=-1 -kerning first=363 second=358 amount=-3 -kerning first=1185 second=1035 amount=-4 -kerning first=1224 second=221 amount=-5 -kerning first=1244 second=211 amount=-1 -kerning first=1178 second=288 amount=-2 -kerning first=297 second=203 amount=3 -kerning first=1036 second=113 amount=-3 -kerning first=301 second=915 amount=3 -kerning first=1168 second=81 amount=-2 -kerning first=1167 second=935 amount=-2 -kerning first=1170 second=1010 amount=-5 -kerning first=1094 second=1030 amount=1 -kerning first=341 second=337 amount=-1 -kerning first=336 second=1278 amount=-1 -kerning first=173 second=376 amount=-4 -kerning first=186 second=265 amount=-2 -kerning first=8244 second=951 amount=-1 -kerning first=278 second=299 amount=5 -kerning first=8250 second=1066 amount=-8 -kerning first=356 second=183 amount=-4 -kerning first=932 second=341 amount=-4 -kerning first=1180 second=71 amount=-2 -kerning first=107 second=945 amount=-1 -kerning first=1059 second=1220 amount=-3 -kerning first=1097 second=172 amount=-1 -kerning first=120 second=171 amount=-2 -kerning first=1270 second=959 amount=-5 -kerning first=1279 second=283 amount=-1 -kerning first=89 second=261 amount=-5 -kerning first=1184 second=233 amount=-3 -kerning first=939 second=1204 amount=3 -kerning first=194 second=286 amount=-2 -kerning first=1274 second=1143 amount=-4 -kerning first=1119 second=1200 amount=-5 -kerning first=358 second=277 amount=-5 -kerning first=1118 second=932 amount=-2 -kerning first=961 second=1244 amount=-2 -kerning first=344 second=239 amount=3 -kerning first=1184 second=1241 amount=-3 -kerning first=321 second=42 amount=-8 -kerning first=209 second=303 amount=2 -kerning first=1050 second=8363 amount=-3 -kerning first=1199 second=172 amount=-3 -kerning first=373 second=972 amount=-1 -kerning first=1196 second=110 amount=-4 -kerning first=240 second=1098 amount=-2 -kerning first=111 second=372 amount=-3 -kerning first=1126 second=169 amount=-2 -kerning first=1188 second=243 amount=-5 -kerning first=939 second=1232 amount=-5 -kerning first=1107 second=281 amount=-2 -kerning first=8221 second=1104 amount=-4 -kerning first=193 second=232 amount=-1 -kerning first=1078 second=1092 amount=-1 -kerning first=1080 second=1066 amount=-3 -kerning first=369 second=8244 amount=1 -kerning first=375 second=196 amount=-4 -kerning first=1270 second=60 amount=-5 -kerning first=254 second=8216 amount=-4 -kerning first=908 second=46 amount=-3 -kerning first=293 second=910 amount=-5 -kerning first=915 second=112 amount=-4 -kerning first=8217 second=965 amount=-1 -kerning first=1168 second=195 amount=-6 -kerning first=972 second=1035 amount=-3 -kerning first=1143 second=1259 amount=-1 -kerning first=84 second=1117 amount=-4 -kerning first=218 second=8230 amount=-2 -kerning first=1233 second=121 amount=-1 -kerning first=1060 second=1200 amount=-2 -kerning first=241 second=932 amount=-3 -kerning first=358 second=1189 amount=-4 -kerning first=1126 second=89 amount=-5 -kerning first=8216 second=913 amount=-6 -kerning first=376 second=946 amount=-3 -kerning first=355 second=315 amount=1 -kerning first=225 second=87 amount=-3 -kerning first=369 second=84 amount=-3 -kerning first=256 second=1111 amount=3 -kerning first=1274 second=284 amount=-2 -kerning first=38 second=1140 amount=-4 -kerning first=902 second=1239 amount=-1 -kerning first=8225 second=902 amount=-5 -kerning first=961 second=193 amount=-2 -kerning first=253 second=376 amount=-2 -kerning first=1140 second=265 amount=-3 -kerning first=1096 second=1199 amount=-1 -kerning first=1198 second=981 amount=-6 -kerning first=75 second=277 amount=-3 -kerning first=221 second=8250 amount=-4 -kerning first=8221 second=1114 amount=-1 -kerning first=910 second=1251 amount=-3 -kerning first=1163 second=73 amount=1 -kerning first=196 second=183 amount=-2 -kerning first=1049 second=297 amount=5 -kerning first=1180 second=45 amount=-6 -kerning first=375 second=235 amount=-1 -kerning first=971 second=1059 amount=-4 -kerning first=68 second=1202 amount=-1 -kerning first=1058 second=1108 amount=-5 -kerning first=315 second=169 amount=-2 -kerning first=8222 second=8220 amount=-8 -kerning first=275 second=221 amount=-6 -kerning first=1097 second=68 amount=1 -kerning first=1170 second=339 amount=-5 -kerning first=95 second=1242 amount=-3 -kerning first=186 second=1139 amount=-2 -kerning first=935 second=283 amount=-2 -kerning first=313 second=334 amount=-2 -kerning first=239 second=1115 amount=3 -kerning first=333 second=1267 amount=-1 -kerning first=377 second=1254 amount=-2 -kerning first=84 second=81 amount=-2 -kerning first=336 second=260 amount=-2 -kerning first=1086 second=1185 amount=-2 -kerning first=1201 second=1076 amount=-3 -kerning first=1067 second=301 amount=5 -kerning first=343 second=963 amount=-1 -kerning first=1205 second=314 amount=1 -kerning first=1164 second=1277 amount=-1 -kerning first=92 second=1204 amount=-6 -kerning first=1091 second=226 amount=-1 -kerning first=89 second=331 amount=-3 -kerning first=933 second=65 amount=-5 -kerning first=1058 second=1032 amount=-6 -kerning first=1036 second=268 amount=-2 -kerning first=315 second=89 amount=-3 -kerning first=8217 second=333 amount=-4 -kerning first=357 second=1039 amount=1 -kerning first=1122 second=125 amount=-1 -kerning first=377 second=1144 amount=-2 -kerning first=1179 second=234 amount=-1 -kerning first=1081 second=1200 amount=-5 -kerning first=258 second=174 amount=-5 -kerning first=71 second=1234 amount=-1 -kerning first=174 second=100 amount=-2 -kerning first=36 second=239 amount=3 -kerning first=375 second=1222 amount=-3 -kerning first=1118 second=285 amount=-1 -kerning first=1200 second=1194 amount=-2 -kerning first=359 second=173 amount=-1 -kerning first=256 second=332 amount=-2 -kerning first=226 second=1265 amount=-1 -kerning first=1230 second=1166 amount=1 -kerning first=1046 second=1060 amount=-1 -kerning first=334 second=939 amount=-2 -kerning first=354 second=1143 amount=-4 -kerning first=1179 second=1243 amount=-1 -kerning first=1096 second=957 amount=-1 -kerning first=372 second=227 amount=-3 -kerning first=324 second=1249 amount=-2 -kerning first=8221 second=353 amount=-5 -kerning first=277 second=1185 amount=-1 -kerning first=1088 second=1141 amount=-1 -kerning first=1259 second=1277 amount=-1 -kerning first=1020 second=1204 amount=-3 -kerning first=1093 second=1195 amount=-1 -kerning first=933 second=101 amount=-6 -kerning first=1036 second=238 amount=2 -kerning first=8217 second=8218 amount=-12 -kerning first=195 second=966 amount=-1 -kerning first=194 second=920 amount=-2 -kerning first=311 second=267 amount=-1 -kerning first=341 second=1105 amount=-1 -kerning first=1196 second=192 amount=-6 -kerning first=1118 second=162 amount=-1 -kerning first=8216 second=308 amount=-9 -kerning first=910 second=109 amount=-3 -kerning first=8244 second=1091 amount=1 -kerning first=84 second=195 amount=-6 -kerning first=1145 second=287 amount=-1 -kerning first=1020 second=1232 amount=-2 -kerning first=343 second=243 amount=-1 -kerning first=1140 second=1139 amount=-3 -kerning first=923 second=283 amount=-1 -kerning first=1263 second=44 amount=-2 -kerning first=915 second=67 amount=-2 -kerning first=354 second=284 amount=-2 -kerning first=1175 second=279 amount=-1 -kerning first=1138 second=46 amount=-3 -kerning first=1205 second=1120 amount=1 -kerning first=378 second=333 amount=-1 -kerning first=1178 second=101 amount=-3 -kerning first=244 second=1026 amount=-3 -kerning first=359 second=222 amount=1 -kerning first=197 second=71 amount=-2 -kerning first=1168 second=345 amount=-4 -kerning first=123 second=283 amount=-1 -kerning first=1203 second=1257 amount=-1 -kerning first=1095 second=1196 amount=-3 -kerning first=1196 second=232 amount=-5 -kerning first=966 second=87 amount=-3 -kerning first=242 second=8220 amount=-4 -kerning first=910 second=173 amount=-4 -kerning first=193 second=221 amount=-5 -kerning first=65 second=1143 amount=-4 -kerning first=343 second=8221 amount=1 -kerning first=1140 second=247 amount=-3 -kerning first=246 second=86 amount=-3 -kerning first=1128 second=94 amount=-5 -kerning first=382 second=945 amount=-1 -kerning first=915 second=297 amount=6 -kerning first=321 second=213 amount=-2 -kerning first=335 second=41 amount=-1 -kerning first=44 second=63 amount=-6 -kerning first=194 second=8363 amount=-1 -kerning first=1275 second=171 amount=-3 -kerning first=1163 second=1210 amount=1 -kerning first=1187 second=76 amount=1 -kerning first=913 second=908 amount=-2 -kerning first=95 second=1074 amount=3 -kerning first=288 second=92 amount=-1 -kerning first=1271 second=8249 amount=-3 -kerning first=1126 second=210 amount=-2 -kerning first=1061 second=1239 amount=-2 -kerning first=8244 second=231 amount=-4 -kerning first=1086 second=1276 amount=-2 -kerning first=1189 second=932 amount=-3 -kerning first=1164 second=933 amount=-6 -kerning first=372 second=328 amount=-2 -kerning first=1196 second=1084 amount=-4 -kerning first=89 second=197 amount=-5 -kerning first=1043 second=971 amount=-4 -kerning first=1027 second=244 amount=-5 -kerning first=8221 second=950 amount=-4 -kerning first=247 second=92 amount=-3 -kerning first=1210 second=372 amount=-3 -kerning first=375 second=89 amount=-2 -kerning first=292 second=299 amount=5 -kerning first=347 second=933 amount=-5 -kerning first=310 second=232 amount=-3 -kerning first=374 second=183 amount=-4 -kerning first=933 second=341 amount=-3 -kerning first=321 second=118 amount=-4 -kerning first=65 second=284 amount=-2 -kerning first=271 second=186 amount=3 -kerning first=8249 second=936 amount=-4 -kerning first=1170 second=239 amount=6 -kerning first=1016 second=1236 amount=-2 -kerning first=957 second=229 amount=-1 -kerning first=1198 second=1040 amount=-5 -kerning first=86 second=43 amount=-3 -kerning first=87 second=1119 amount=-2 -kerning first=317 second=94 amount=-8 -kerning first=8218 second=8217 amount=-6 -kerning first=321 second=1201 amount=-4 -kerning first=1277 second=103 amount=-1 -kerning first=1259 second=933 amount=-6 -kerning first=961 second=374 amount=-6 -kerning first=1102 second=1267 amount=-1 -kerning first=1270 second=361 amount=-5 -kerning first=92 second=357 amount=-2 -kerning first=1140 second=1028 amount=-2 -kerning first=89 second=275 amount=-6 -kerning first=1184 second=1111 amount=5 -kerning first=315 second=210 amount=-2 -kerning first=1258 second=8220 amount=-2 -kerning first=8217 second=1077 amount=-4 -kerning first=248 second=93 amount=-1 -kerning first=335 second=1091 amount=-1 -kerning first=1027 second=8222 amount=-8 -kerning first=8249 second=193 amount=-2 -kerning first=1163 second=1106 amount=1 -kerning first=1085 second=92 amount=-3 -kerning first=1096 second=354 amount=-3 -kerning first=121 second=65 amount=-4 -kerning first=1271 second=1035 amount=-3 -kerning first=1054 second=86 amount=-2 -kerning first=1225 second=320 amount=1 -kerning first=933 second=174 amount=-1 -kerning first=1181 second=235 amount=-1 -kerning first=1251 second=1196 amount=-3 -kerning first=260 second=8225 amount=-5 -kerning first=1059 second=79 amount=-2 -kerning first=1257 second=255 amount=-1 -kerning first=1188 second=347 amount=-5 -kerning first=1043 second=337 amount=-5 -kerning first=355 second=124 amount=1 -kerning first=84 second=345 amount=-4 -kerning first=1139 second=932 amount=-3 -kerning first=1274 second=1181 amount=-4 -kerning first=356 second=1253 amount=-4 -kerning first=102 second=1255 amount=-1 -kerning first=1034 second=1267 amount=-1 -kerning first=923 second=176 amount=-5 -kerning first=1202 second=8249 amount=-3 -kerning first=89 second=1187 amount=-3 -kerning first=914 second=1111 amount=2 -kerning first=359 second=1030 amount=1 -kerning first=8217 second=1113 amount=-4 -kerning first=195 second=1060 amount=-2 -kerning first=121 second=101 amount=-1 -kerning first=8370 second=194 amount=-1 -kerning first=376 second=966 amount=-6 -kerning first=1178 second=174 amount=-1 -kerning first=959 second=196 amount=-2 -kerning first=1201 second=299 amount=3 -kerning first=322 second=296 amount=1 -kerning first=107 second=111 amount=-1 -kerning first=1222 second=1059 amount=-1 -kerning first=257 second=910 amount=-5 -kerning first=1189 second=285 amount=-2 -kerning first=339 second=1198 amount=-6 -kerning first=286 second=1202 amount=-1 -kerning first=341 second=1171 amount=2 -kerning first=88 second=281 amount=-2 -kerning first=289 second=1058 amount=-3 -kerning first=927 second=358 amount=-2 -kerning first=295 second=1035 amount=-3 -kerning first=1012 second=8218 amount=-3 -kerning first=1184 second=332 amount=-2 -kerning first=248 second=1265 amount=-1 -kerning first=1126 second=1259 amount=-1 -kerning first=355 second=1200 amount=-1 -kerning first=234 second=932 amount=-3 -kerning first=1143 second=1193 amount=-1 -kerning first=210 second=258 amount=-2 -kerning first=932 second=1257 amount=-5 -kerning first=95 second=86 amount=-5 -kerning first=345 second=245 amount=-1 -kerning first=86 second=1236 amount=-5 -kerning first=102 second=126 amount=-2 -kerning first=328 second=84 amount=-3 -kerning first=378 second=1077 amount=-1 -kerning first=1050 second=216 amount=-2 -kerning first=1175 second=1195 amount=-1 -kerning first=187 second=1204 amount=-8 -kerning first=1097 second=1188 amount=1 -kerning first=8224 second=1089 amount=-2 -kerning first=1101 second=1026 amount=-3 -kerning first=91 second=1153 amount=-1 -kerning first=121 second=1083 amount=-3 -kerning first=1223 second=297 amount=5 -kerning first=239 second=1231 amount=3 -kerning first=910 second=1220 amount=-3 -kerning first=252 second=356 amount=-3 -kerning first=193 second=212 amount=-2 -kerning first=1243 second=375 amount=-1 -kerning first=1269 second=374 amount=-5 -kerning first=1189 second=162 amount=-2 -kerning first=281 second=1198 amount=-6 -kerning first=1113 second=8220 amount=-5 -kerning first=1058 second=908 amount=-2 -kerning first=915 second=1235 amount=-5 -kerning first=8217 second=351 amount=-5 -kerning first=271 second=1112 amount=2 -kerning first=187 second=1232 amount=-2 -kerning first=259 second=49 amount=-3 -kerning first=1187 second=1238 amount=1 -kerning first=1273 second=1026 amount=-3 -kerning first=1255 second=8224 amount=-2 -kerning first=112 second=1249 amount=-2 -kerning first=1098 second=86 amount=-7 -kerning first=1104 second=1267 amount=-1 -kerning first=67 second=935 amount=-1 -kerning first=918 second=908 amount=-2 -kerning first=1082 second=1204 amount=-4 -kerning first=232 second=92 amount=-3 -kerning first=1270 second=290 amount=-2 -kerning first=1033 second=1026 amount=-3 -kerning first=1128 second=214 amount=-2 -kerning first=939 second=1256 amount=-2 -kerning first=357 second=1024 amount=1 -kerning first=1162 second=296 amount=1 -kerning first=1255 second=88 amount=-2 -kerning first=1197 second=232 amount=-2 -kerning first=126 second=1047 amount=-3 -kerning first=95 second=262 amount=-3 -kerning first=1205 second=215 amount=-1 -kerning first=1200 second=1138 amount=-2 -kerning first=1141 second=1207 amount=-1 -kerning first=1036 second=248 amount=-3 -kerning first=1018 second=938 amount=1 -kerning first=1075 second=277 amount=-2 -kerning first=1168 second=211 amount=-2 -kerning first=354 second=1181 amount=-4 -kerning first=1199 second=333 amount=-1 -kerning first=1170 second=1072 amount=-5 -kerning first=1094 second=905 amount=1 -kerning first=258 second=1257 amount=-1 -kerning first=1035 second=86 amount=-3 -kerning first=913 second=1255 amount=-1 -kerning first=221 second=284 amount=-2 -kerning first=122 second=244 amount=-1 -kerning first=239 second=80 amount=3 -kerning first=245 second=1140 amount=-3 -kerning first=8230 second=910 amount=-3 -kerning first=1059 second=973 amount=-3 -kerning first=902 second=1118 amount=-4 -kerning first=1092 second=358 amount=-3 -kerning first=963 second=8230 amount=-5 -kerning first=372 second=1092 amount=-3 -kerning first=922 second=1256 amount=-2 -kerning first=314 second=207 amount=1 -kerning first=1095 second=87 amount=-3 -kerning first=1103 second=1091 amount=-1 -kerning first=317 second=214 amount=-2 -kerning first=1128 second=1199 amount=-4 -kerning first=192 second=932 amount=-6 -kerning first=8250 second=65 amount=-2 -kerning first=356 second=338 amount=-2 -kerning first=251 second=8221 amount=1 -kerning first=1222 second=922 amount=1 -kerning first=1168 second=119 amount=-4 -kerning first=1199 second=8218 amount=-5 -kerning first=339 second=1175 amount=-1 -kerning first=8224 second=1145 amount=-2 -kerning first=1263 second=225 amount=-1 -kerning first=1043 second=1105 amount=-5 -kerning first=377 second=301 amount=5 -kerning first=1078 second=981 amount=-1 -kerning first=118 second=256 amount=-4 -kerning first=38 second=1058 amount=-4 -kerning first=1077 second=1026 amount=-3 -kerning first=1205 second=1190 amount=1 -kerning first=253 second=8230 amount=-2 -kerning first=1200 second=287 amount=-6 -kerning first=321 second=356 amount=-6 -kerning first=1241 second=198 amount=-2 -kerning first=195 second=359 amount=-2 -kerning first=260 second=79 amount=-2 -kerning first=8249 second=374 amount=-4 -kerning first=1203 second=1108 amount=-1 -kerning first=1267 second=337 amount=-1 -kerning first=376 second=1060 amount=-2 -kerning first=1171 second=1204 amount=-3 -kerning first=256 second=103 amount=-1 -kerning first=1116 second=1089 amount=-1 -kerning first=281 second=1175 amount=-1 -kerning first=902 second=263 amount=-1 -kerning first=114 second=945 amount=-1 -kerning first=1094 second=8244 amount=2 -kerning first=343 second=90 amount=-2 -kerning first=92 second=1256 amount=-2 -kerning first=1254 second=1140 amount=-2 -kerning first=1027 second=349 amount=-5 -kerning first=313 second=1141 amount=-4 -kerning first=947 second=47 amount=-2 -kerning first=317 second=1199 amount=-4 -kerning first=48 second=1198 amount=-2 -kerning first=196 second=92 amount=-5 -kerning first=118 second=281 amount=-1 -kerning first=1271 second=228 amount=-2 -kerning first=1232 second=1092 amount=-1 -kerning first=92 second=1200 amount=-5 -kerning first=1225 second=304 amount=1 -kerning first=310 second=1110 amount=2 -kerning first=297 second=1178 amount=3 -kerning first=68 second=356 amount=-2 -kerning first=1128 second=957 amount=-4 -kerning first=1217 second=1242 amount=-1 -kerning first=243 second=1197 amount=-2 -kerning first=357 second=1196 amount=-2 -kerning first=1046 second=1254 amount=-1 -kerning first=211 second=197 amount=-2 -kerning first=1094 second=84 amount=-2 -kerning first=1228 second=174 amount=-1 -kerning first=957 second=279 amount=-1 -kerning first=341 second=1091 amount=1 -kerning first=1196 second=212 amount=-2 -kerning first=375 second=1259 amount=-1 -kerning first=8370 second=376 amount=-2 -kerning first=196 second=338 amount=-2 -kerning first=84 second=211 amount=-2 -kerning first=959 second=89 amount=-6 -kerning first=197 second=8224 amount=-5 -kerning first=1046 second=1144 amount=-1 -kerning first=8225 second=267 amount=-2 -kerning first=382 second=111 amount=-1 -kerning first=321 second=902 amount=2 -kerning first=1251 second=87 amount=-3 -kerning first=194 second=216 amount=-2 -kerning first=283 second=358 amount=-3 -kerning first=174 second=1235 amount=-1 -kerning first=104 second=121 amount=-1 -kerning first=1020 second=1200 amount=-6 -kerning first=374 second=1253 amount=-3 -kerning first=327 second=239 amount=5 -kerning first=192 second=285 amount=-1 -kerning first=1059 second=84 amount=3 -kerning first=1045 second=1111 amount=5 -kerning first=120 second=8363 amount=-1 -kerning first=1105 second=1091 amount=-1 -kerning first=1270 second=196 amount=-6 -kerning first=313 second=116 amount=-1 -kerning first=303 second=372 amount=2 -kerning first=317 second=957 amount=-4 -kerning first=84 second=119 amount=-4 -kerning first=70 second=289 amount=-3 -kerning first=955 second=45 amount=-2 -kerning first=310 second=212 amount=-2 -kerning first=68 second=902 amount=-2 -kerning first=1186 second=8360 amount=1 -kerning first=1058 second=1255 amount=-5 -kerning first=267 second=910 amount=-4 -kerning first=79 second=256 amount=-2 -kerning first=1163 second=173 amount=-1 -kerning first=1199 second=1077 amount=-1 -kerning first=1044 second=95 amount=4 -kerning first=373 second=195 amount=-4 -kerning first=177 second=1078 amount=-2 -kerning first=360 second=8218 amount=-5 -kerning first=341 second=231 amount=-1 -kerning first=358 second=58 amount=-2 -kerning first=1211 second=932 amount=-3 -kerning first=55 second=913 amount=-7 -kerning first=8244 second=363 amount=-3 -kerning first=244 second=1061 amount=-2 -kerning first=933 second=1257 amount=-6 -kerning first=203 second=239 amount=5 -kerning first=1169 second=232 amount=-2 -kerning first=65 second=42 amount=-5 -kerning first=192 second=162 amount=-1 -kerning first=1274 second=213 amount=-2 -kerning first=1116 second=1145 amount=-1 -kerning first=356 second=1163 amount=-4 -kerning first=1170 second=1057 amount=-2 -kerning first=1099 second=1140 amount=2 -kerning first=1205 second=78 amount=1 -kerning first=1270 second=235 amount=-5 -kerning first=89 second=336 amount=-2 -kerning first=351 second=376 amount=-5 -kerning first=1186 second=325 amount=1 -kerning first=111 second=1098 amount=-2 -kerning first=939 second=114 amount=-3 -kerning first=1109 second=92 amount=-3 -kerning first=379 second=264 amount=-2 -kerning first=8221 second=43 amount=-3 -kerning first=1030 second=297 amount=5 -kerning first=91 second=234 amount=-1 -kerning first=1232 second=186 amount=-5 -kerning first=246 second=8216 amount=-4 -kerning first=344 second=910 amount=-2 -kerning first=266 second=1046 amount=-1 -kerning first=1058 second=126 amount=-4 -kerning first=273 second=1011 amount=3 -kerning first=1253 second=84 amount=-3 -kerning first=903 second=1040 amount=-5 -kerning first=1222 second=1025 amount=1 -kerning first=1199 second=1113 amount=-3 -kerning first=91 second=1243 amount=-1 -kerning first=1126 second=1193 amount=-1 -kerning first=1188 second=99 amount=-5 -kerning first=8370 second=307 amount=2 -kerning first=299 second=75 amount=3 -kerning first=1178 second=1257 amount=-3 -kerning first=76 second=1196 amount=-6 -kerning first=1243 second=1066 amount=-3 -kerning first=918 second=126 amount=-2 -kerning first=1274 second=118 amount=-4 -kerning first=932 second=1108 amount=-5 -kerning first=47 second=46 amount=-3 -kerning first=1091 second=301 amount=3 -kerning first=301 second=354 amount=6 -kerning first=1048 second=206 amount=1 -kerning first=1163 second=222 amount=1 -kerning first=1274 second=1201 amount=-4 -kerning first=1234 second=279 amount=-1 -kerning first=186 second=258 amount=-5 -kerning first=1267 second=1105 amount=-1 -kerning first=1225 second=1172 amount=1 -kerning first=910 second=79 amount=-2 -kerning first=1061 second=263 amount=-2 -kerning first=8244 second=229 amount=-4 -kerning first=8250 second=935 amount=-3 -kerning first=932 second=1032 amount=-6 -kerning first=216 second=1035 amount=-2 -kerning first=1059 second=1239 amount=-6 -kerning first=1207 second=254 amount=1 -kerning first=1097 second=351 amount=-1 -kerning first=1093 second=287 amount=-1 -kerning first=1040 second=121 amount=-4 -kerning first=1242 second=92 amount=-2 -kerning first=1128 second=354 amount=-6 -kerning first=221 second=1181 amount=-3 -kerning first=1043 second=951 amount=-4 -kerning first=303 second=299 amount=3 -kerning first=55 second=1103 amount=-3 -kerning first=1080 second=174 amount=-1 -kerning first=1072 second=1185 amount=-2 -kerning first=1225 second=66 amount=1 -kerning first=109 second=1199 amount=-1 -kerning first=297 second=1045 amount=3 -kerning first=915 second=1119 amount=-4 -kerning first=301 second=1041 amount=3 -kerning first=56 second=8218 amount=-3 -kerning first=186 second=283 amount=-2 -kerning first=1114 second=1197 amount=-4 -kerning first=45 second=1196 amount=-4 -kerning first=1054 second=8216 amount=-2 -kerning first=8221 second=1236 amount=-9 -kerning first=55 second=308 amount=-6 -kerning first=356 second=95 amount=-4 -kerning first=212 second=195 amount=-2 -kerning first=1277 second=273 amount=-1 -kerning first=1059 second=1102 amount=-3 -kerning first=1164 second=1204 amount=-3 -kerning first=1270 second=343 amount=-4 -kerning first=957 second=1195 amount=-1 -kerning first=1279 second=291 amount=-1 -kerning first=374 second=338 amount=-2 -kerning first=1184 second=103 amount=-3 -kerning first=333 second=1279 amount=-1 -kerning first=195 second=1254 amount=-2 -kerning first=354 second=213 amount=-2 -kerning first=258 second=1108 amount=-1 -kerning first=1060 second=8222 amount=-3 -kerning first=358 second=285 amount=-5 -kerning first=376 second=226 amount=-5 -kerning first=347 second=1204 amount=-5 -kerning first=317 second=354 amount=-6 -kerning first=46 second=1035 amount=-2 -kerning first=195 second=1144 amount=-2 -kerning first=38 second=939 amount=-5 -kerning first=260 second=8244 amount=-7 -kerning first=1059 second=74 amount=-2 -kerning first=1170 second=1203 amount=-3 -kerning first=1164 second=1232 amount=-2 -kerning first=1140 second=258 amount=-5 -kerning first=1068 second=1197 amount=-2 -kerning first=1263 second=100 amount=-1 -kerning first=939 second=1017 amount=-2 -kerning first=236 second=303 amount=3 -kerning first=1107 second=289 amount=-2 -kerning first=1143 second=1010 amount=-1 -kerning first=233 second=1078 amount=-1 -kerning first=1180 second=337 amount=-3 -kerning first=1181 second=1259 amount=-1 -kerning first=1259 second=1204 amount=-3 -kerning first=1270 second=169 amount=-2 -kerning first=109 second=957 amount=-1 -kerning first=337 second=198 amount=-2 -kerning first=359 second=905 amount=1 -kerning first=260 second=84 amount=-6 -kerning first=354 second=118 amount=-4 -kerning first=119 second=1234 amount=-4 -kerning first=1096 second=1263 amount=-1 -kerning first=95 second=8216 amount=-3 -kerning first=358 second=162 amount=-5 -kerning first=1118 second=940 amount=-1 -kerning first=239 second=270 amount=3 -kerning first=355 second=1162 amount=1 -kerning first=76 second=1275 amount=-1 -kerning first=8218 second=253 amount=-3 -kerning first=214 second=194 amount=-2 -kerning first=354 second=1201 amount=-4 -kerning first=187 second=1200 amount=-6 -kerning first=1259 second=1232 amount=-2 -kerning first=343 second=99 amount=-1 -kerning first=286 second=356 amount=-2 -kerning first=1140 second=283 amount=-3 -kerning first=1101 second=1061 amount=-2 -kerning first=121 second=1257 amount=-1 -kerning first=1196 second=44 amount=-2 -kerning first=75 second=285 amount=-3 -kerning first=922 second=1017 amount=-2 -kerning first=350 second=1111 amount=3 -kerning first=1111 second=292 amount=3 -kerning first=1275 second=8363 amount=-2 -kerning first=1163 second=1030 amount=1 -kerning first=193 second=1213 amount=-2 -kerning first=1100 second=1098 amount=-4 -kerning first=353 second=89 amount=-5 -kerning first=1225 second=1052 amount=1 -kerning first=1244 second=1089 amount=-2 -kerning first=317 second=913 amount=2 -kerning first=381 second=67 amount=-2 -kerning first=65 second=213 amount=-2 -kerning first=215 second=356 amount=-4 -kerning first=191 second=936 amount=-6 -kerning first=290 second=301 amount=2 -kerning first=1098 second=8216 amount=-5 -kerning first=935 second=291 amount=-2 -kerning first=910 second=973 amount=-3 -kerning first=297 second=358 amount=6 -kerning first=1191 second=375 amount=-2 -kerning first=1200 second=1012 amount=-2 -kerning first=1033 second=1061 amount=-2 -kerning first=1195 second=933 amount=-4 -kerning first=923 second=1059 amount=-5 -kerning first=1217 second=945 amount=-2 -kerning first=75 second=162 amount=-3 -kerning first=922 second=303 amount=2 -kerning first=237 second=87 amount=2 -kerning first=1090 second=963 amount=-2 -kerning first=1210 second=1098 amount=-2 -kerning first=86 second=277 amount=-3 -kerning first=965 second=354 amount=-3 -kerning first=375 second=1193 amount=-1 -kerning first=328 second=1118 amount=-1 -kerning first=1166 second=198 amount=-5 -kerning first=1200 second=358 amount=3 -kerning first=1176 second=8218 amount=-3 -kerning first=929 second=38 amount=-2 -kerning first=359 second=8244 amount=2 -kerning first=381 second=297 amount=5 -kerning first=65 second=118 amount=-4 -kerning first=1230 second=356 amount=-2 -kerning first=114 second=111 amount=-1 -kerning first=286 second=902 amount=-1 -kerning first=1035 second=8216 amount=-3 -kerning first=92 second=1017 amount=-2 -kerning first=1193 second=1277 amount=-1 -kerning first=1217 second=262 amount=-1 -kerning first=1234 second=1195 amount=-1 -kerning first=81 second=256 amount=-2 -kerning first=1043 second=1091 amount=-4 -kerning first=8221 second=251 amount=-3 -kerning first=245 second=1058 amount=-3 -kerning first=1143 second=339 amount=-1 -kerning first=65 second=1201 amount=-4 -kerning first=1059 second=1107 amount=-3 -kerning first=961 second=1249 amount=-2 -kerning first=115 second=374 amount=-5 -kerning first=98 second=1236 amount=-2 -kerning first=374 second=1163 amount=-3 -kerning first=359 second=84 amount=-2 -kerning first=270 second=8220 amount=-2 -kerning first=260 second=1239 amount=-1 -kerning first=1278 second=1258 amount=-1 -kerning first=1188 second=198 amount=-6 -kerning first=1241 second=1244 amount=-2 -kerning first=1230 second=1168 amount=1 -kerning first=1059 second=942 amount=-3 -kerning first=1040 second=903 amount=-5 -kerning first=923 second=291 amount=-1 -kerning first=372 second=981 amount=-3 -kerning first=243 second=253 amount=-1 -kerning first=265 second=1035 amount=-5 -kerning first=181 second=8217 amount=1 -kerning first=1175 second=287 amount=-1 -kerning first=1090 second=243 amount=-2 -kerning first=227 second=932 amount=-3 -kerning first=345 second=375 amount=1 -kerning first=1106 second=374 amount=-5 -kerning first=1256 second=1236 amount=-2 -kerning first=1102 second=1279 amount=-1 -kerning first=376 second=1254 amount=-2 -kerning first=1244 second=1145 amount=-2 -kerning first=76 second=87 amount=-1 -kerning first=1186 second=1055 amount=1 -kerning first=933 second=1108 amount=-6 -kerning first=1111 second=1027 amount=3 -kerning first=1094 second=314 amount=1 -kerning first=123 second=291 amount=-1 -kerning first=109 second=354 amount=-3 -kerning first=1043 second=231 amount=-5 -kerning first=376 second=1144 amount=-2 -kerning first=179 second=960 amount=2 -kerning first=1180 second=1105 amount=-3 -kerning first=1277 second=240 amount=-1 -kerning first=1026 second=197 amount=-2 -kerning first=1235 second=1198 amount=-5 -kerning first=1091 second=242 amount=-1 -kerning first=1265 second=269 amount=-1 -kerning first=933 second=1032 amount=-2 -kerning first=1254 second=1058 amount=-2 -kerning first=1241 second=193 amount=-2 -kerning first=357 second=52 amount=-1 -kerning first=1187 second=1250 amount=1 -kerning first=1034 second=1279 amount=-1 -kerning first=945 second=183 amount=-2 -kerning first=910 second=84 amount=3 -kerning first=355 second=1225 amount=1 -kerning first=1178 second=1108 amount=-3 -kerning first=8244 second=279 amount=-4 -kerning first=197 second=337 amount=-1 -kerning first=1274 second=902 amount=-6 -kerning first=256 second=273 amount=-1 -kerning first=932 second=908 amount=-2 -kerning first=226 second=1090 amount=-2 -kerning first=224 second=376 amount=-5 -kerning first=38 second=967 amount=-2 -kerning first=972 second=1199 amount=-1 -kerning first=1270 second=210 amount=-2 -kerning first=1242 second=95 amount=-3 -kerning first=1263 second=1026 amount=-2 -kerning first=1188 second=8353 amount=-2 -kerning first=99 second=1066 amount=-5 -kerning first=357 second=1037 amount=1 -kerning first=213 second=196 amount=-2 -kerning first=1269 second=1249 amount=-2 -kerning first=1063 second=239 amount=5 -kerning first=94 second=1236 amount=-5 -kerning first=45 second=87 amount=-3 -kerning first=1232 second=981 amount=-1 -kerning first=1141 second=8249 amount=-3 -kerning first=1200 second=1169 amount=-3 -kerning first=1276 second=1258 amount=-1 -kerning first=76 second=268 amount=-2 -kerning first=8220 second=260 amount=-6 -kerning first=321 second=1265 amount=-4 -kerning first=248 second=1278 amount=-2 -kerning first=209 second=298 amount=1 -kerning first=1168 second=97 amount=-5 -kerning first=1193 second=933 amount=-6 -kerning first=221 second=213 amount=-2 -kerning first=916 second=186 amount=-5 -kerning first=8244 second=1224 amount=-1 -kerning first=214 second=376 amount=-2 -kerning first=1189 second=940 amount=-2 -kerning first=334 second=92 amount=-2 -kerning first=1094 second=1120 amount=1 -kerning first=1122 second=1203 amount=-1 -kerning first=1220 second=1196 amount=-3 -kerning first=1197 second=44 amount=-6 -kerning first=261 second=1059 amount=-5 -kerning first=1203 second=1255 amount=-1 -kerning first=1118 second=1237 amount=-1 -kerning first=110 second=8220 amount=-3 -kerning first=242 second=923 amount=-2 -kerning first=972 second=957 amount=-1 -kerning first=343 second=198 amount=-3 -kerning first=1104 second=1279 amount=-1 -kerning first=1263 second=297 amount=3 -kerning first=1234 second=1194 amount=-2 -kerning first=333 second=186 amount=-2 -kerning first=1143 second=239 amount=3 -kerning first=258 second=908 amount=-2 -kerning first=959 second=1046 amount=-2 -kerning first=1274 second=1173 amount=-4 -kerning first=70 second=271 amount=-3 -kerning first=1093 second=358 amount=-3 -kerning first=1141 second=1035 amount=-2 -kerning first=1200 second=1088 amount=-3 -kerning first=1265 second=1086 amount=-1 -kerning first=915 second=121 amount=-4 -kerning first=301 second=316 amount=3 -kerning first=1075 second=932 amount=-3 -kerning first=210 second=1059 amount=-2 -kerning first=1066 second=1236 amount=-2 -kerning first=1203 second=126 amount=-1 -kerning first=1126 second=1010 amount=-1 -kerning first=239 second=919 amount=3 -kerning first=910 second=1239 amount=-6 -kerning first=916 second=947 amount=-4 -kerning first=59 second=92 amount=-4 -kerning first=356 second=944 amount=-4 -kerning first=1181 second=1193 amount=-1 -kerning first=1067 second=206 amount=1 -kerning first=88 second=289 amount=-2 -kerning first=939 second=244 amount=-6 -kerning first=1027 second=1069 amount=-2 -kerning first=354 second=902 amount=-6 -kerning first=302 second=301 amount=5 -kerning first=1114 second=253 amount=-2 -kerning first=1270 second=1259 amount=-5 -kerning first=254 second=1143 amount=-1 -kerning first=244 second=121 amount=-1 -kerning first=65 second=356 amount=-6 -kerning first=1050 second=927 amount=-2 -kerning first=1170 second=1093 amount=-3 -kerning first=372 second=1040 amount=-4 -kerning first=121 second=1108 amount=-1 -kerning first=1196 second=225 amount=-5 -kerning first=1258 second=923 amount=-2 -kerning first=248 second=260 amount=-2 -kerning first=380 second=972 amount=-1 -kerning first=910 second=1102 amount=-3 -kerning first=55 second=265 amount=-3 -kerning first=84 second=97 amount=-5 -kerning first=1185 second=354 amount=-4 -kerning first=208 second=256 amount=-2 -kerning first=1215 second=358 amount=-3 -kerning first=102 second=933 amount=1 -kerning first=1207 second=1036 amount=1 -kerning first=1191 second=1066 amount=-7 -kerning first=255 second=8244 amount=2 -kerning first=922 second=244 amount=-3 -kerning first=8217 second=250 amount=-3 -kerning first=939 second=8222 amount=-7 -kerning first=1107 second=1196 amount=-3 -kerning first=195 second=301 amount=3 -kerning first=183 second=88 amount=-4 -kerning first=1187 second=1223 amount=1 -kerning first=332 second=1202 amount=-1 -kerning first=121 second=1032 amount=-4 -kerning first=1068 second=253 amount=-1 -kerning first=240 second=195 amount=-2 -kerning first=230 second=358 amount=-3 -kerning first=1118 second=246 amount=-1 -kerning first=1267 second=231 amount=-1 -kerning first=245 second=939 amount=-6 -kerning first=910 second=74 amount=-2 -kerning first=1243 second=65 amount=-2 -kerning first=1253 second=1118 amount=-1 -kerning first=197 second=1105 amount=-1 -kerning first=356 second=335 amount=-5 -kerning first=1050 second=1267 amount=-3 -kerning first=1059 second=263 amount=-6 -kerning first=255 second=84 amount=-2 -kerning first=1278 second=172 amount=-4 -kerning first=42 second=1033 amount=-2 -kerning first=87 second=1081 amount=-2 -kerning first=1122 second=910 amount=-6 -kerning first=8244 second=1195 amount=-4 -kerning first=1116 second=1058 amount=-4 -kerning first=126 second=1026 amount=-4 -kerning first=70 second=113 amount=-3 -kerning first=1164 second=1200 amount=-6 -kerning first=1036 second=959 amount=-3 -kerning first=1241 second=374 amount=-6 -kerning first=1075 second=285 amount=-2 -kerning first=354 second=1173 amount=-4 -kerning first=177 second=8220 amount=-4 -kerning first=943 second=173 amount=-2 -kerning first=42 second=923 amount=-5 -kerning first=935 second=1054 amount=-1 -kerning first=1126 second=339 amount=-1 -kerning first=1118 second=8217 amount=2 -kerning first=313 second=199 amount=-2 -kerning first=347 second=1200 amount=-5 -kerning first=337 second=1244 amount=-2 -kerning first=256 second=240 amount=-1 -kerning first=43 second=86 amount=-3 -kerning first=932 second=1255 amount=-5 -kerning first=1086 second=1267 amount=-1 -kerning first=1145 second=245 amount=-1 -kerning first=1200 second=266 amount=-2 -kerning first=92 second=244 amount=-1 -kerning first=1128 second=1263 amount=-4 -kerning first=1217 second=111 amount=-2 -kerning first=1055 second=296 amount=1 -kerning first=1184 second=273 amount=-3 -kerning first=8217 second=261 amount=-4 -kerning first=248 second=1090 amount=-2 -kerning first=1027 second=8373 amount=-2 -kerning first=972 second=354 amount=-3 -kerning first=213 second=89 amount=-2 -kerning first=314 second=1031 amount=1 -kerning first=1224 second=1026 amount=-3 -kerning first=345 second=1066 amount=-4 -kerning first=87 second=71 amount=-2 -kerning first=1259 second=1200 amount=-6 -kerning first=297 second=237 amount=6 -kerning first=1036 second=60 amount=-4 -kerning first=1075 second=162 amount=-2 -kerning first=1222 second=1049 amount=1 -kerning first=1230 second=917 amount=1 -kerning first=187 second=55 amount=-3 -kerning first=1050 second=269 amount=-3 -kerning first=1046 second=242 amount=-2 -kerning first=1187 second=8220 amount=-3 -kerning first=1263 second=1235 amount=-1 -kerning first=1254 second=939 amount=-2 -kerning first=1188 second=241 amount=-4 -kerning first=1107 second=271 amount=-2 -kerning first=8221 second=277 amount=-4 -kerning first=55 second=1139 amount=-3 -kerning first=196 second=335 amount=-1 -kerning first=193 second=100 amount=-1 -kerning first=1143 second=1072 amount=-1 -kerning first=1169 second=44 amount=-6 -kerning first=228 second=374 amount=-5 -kerning first=277 second=1267 amount=-1 -kerning first=932 second=126 amount=-4 -kerning first=1237 second=84 amount=-3 -kerning first=170 second=1234 amount=-5 -kerning first=1102 second=186 amount=-2 -kerning first=1200 second=237 amount=-2 -kerning first=337 second=193 amount=-2 -kerning first=933 second=908 amount=-2 -kerning first=8353 second=1046 amount=-1 -kerning first=231 second=376 amount=-4 -kerning first=913 second=933 amount=-5 -kerning first=358 second=1075 amount=-4 -kerning first=8216 second=258 amount=-6 -kerning first=1276 second=172 amount=-4 -kerning first=317 second=1263 amount=-4 -kerning first=1229 second=296 amount=1 -kerning first=192 second=940 amount=-1 -kerning first=1230 second=318 amount=1 -kerning first=1189 second=1237 amount=-2 -kerning first=902 second=281 amount=-1 -kerning first=8225 second=260 amount=-5 -kerning first=1094 second=215 amount=-1 -kerning first=1097 second=1070 amount=1 -kerning first=1205 second=274 amount=1 -kerning first=255 second=1239 amount=-1 -kerning first=1257 second=8225 amount=-2 -kerning first=923 second=1054 amount=-2 -kerning first=1198 second=963 amount=-6 -kerning first=1202 second=214 amount=-1 -kerning first=1128 second=265 amount=-1 -kerning first=1186 second=280 amount=1 -kerning first=1027 second=249 amount=-5 -kerning first=313 second=49 amount=-3 -kerning first=8221 second=1189 amount=-1 -kerning first=44 second=89 amount=-3 -kerning first=947 second=8221 amount=2 -kerning first=910 second=1107 amount=-3 -kerning first=972 second=913 amount=-2 -kerning first=1163 second=905 amount=1 -kerning first=258 second=1255 amount=-1 -kerning first=118 second=289 amount=-1 -kerning first=375 second=1010 amount=-1 -kerning first=1034 second=186 amount=-2 -kerning first=1178 second=908 amount=-2 -kerning first=297 second=1048 amount=3 -kerning first=82 second=376 amount=-2 -kerning first=359 second=314 amount=1 -kerning first=295 second=1199 amount=-1 -kerning first=1058 second=1277 amount=-3 -kerning first=192 second=264 amount=-2 -kerning first=1168 second=1089 amount=-5 -kerning first=260 second=1118 amount=-4 -kerning first=1175 second=358 amount=-3 -kerning first=957 second=287 amount=-1 -kerning first=1040 second=71 amount=-2 -kerning first=1101 second=121 amount=-1 -kerning first=87 second=45 amount=-3 -kerning first=221 second=356 amount=3 -kerning first=299 second=1042 amount=3 -kerning first=910 second=942 amount=-3 -kerning first=355 second=349 amount=-1 -kerning first=269 second=1059 amount=-4 -kerning first=1220 second=87 amount=-3 -kerning first=322 second=1111 amount=5 -kerning first=1087 second=1091 amount=-1 -kerning first=334 second=95 amount=-3 -kerning first=1059 second=215 amount=-3 -kerning first=1141 second=228 amount=-1 -kerning first=8217 second=331 amount=-1 -kerning first=248 second=170 amount=-2 -kerning first=194 second=927 amount=-2 -kerning first=1273 second=121 amount=-1 -kerning first=1255 second=41 amount=-1 -kerning first=1166 second=193 amount=-5 -kerning first=356 second=1104 amount=-5 -kerning first=275 second=1026 amount=-3 -kerning first=161 second=221 amount=-4 -kerning first=1050 second=1086 amount=-3 -kerning first=1094 second=1190 amount=1 -kerning first=255 second=74 amount=-4 -kerning first=1033 second=121 amount=-1 -kerning first=290 second=1099 amount=2 -kerning first=1198 second=243 amount=-6 -kerning first=1043 second=363 amount=-5 -kerning first=1027 second=257 amount=-5 -kerning first=1107 second=113 amount=-2 -kerning first=299 second=239 amount=3 -kerning first=171 second=84 amount=-3 -kerning first=1243 second=174 amount=-1 -kerning first=1197 second=225 amount=-2 -kerning first=197 second=1171 amount=-2 -kerning first=1180 second=1091 amount=-3 -kerning first=43 second=50 amount=-2 -kerning first=1232 second=355 amount=-2 -kerning first=1195 second=1204 amount=-5 -kerning first=374 second=944 amount=-3 -kerning first=295 second=957 amount=-1 -kerning first=1027 second=1153 amount=-5 -kerning first=205 second=299 amount=5 -kerning first=367 second=933 amount=-4 -kerning first=101 second=86 amount=-3 -kerning first=260 second=263 amount=-1 -kerning first=194 second=1267 amount=-4 -kerning first=1163 second=8244 amount=2 -kerning first=341 second=279 amount=-1 -kerning first=1234 second=1138 amount=-2 -kerning first=221 second=902 amount=-5 -kerning first=1126 second=239 amount=3 -kerning first=1188 second=193 amount=-6 -kerning first=245 second=967 amount=-1 -kerning first=76 second=39 amount=-6 -kerning first=359 second=1120 amount=1 -kerning first=90 second=43 amount=-2 -kerning first=1243 second=935 amount=-2 -kerning first=356 second=1114 amount=-4 -kerning first=1201 second=972 amount=-1 -kerning first=1189 second=246 amount=-2 -kerning first=1128 second=1139 amount=-1 -kerning first=241 second=1197 amount=-2 -kerning first=349 second=1196 amount=-5 -kerning first=939 second=349 amount=-4 -kerning first=1122 second=1093 amount=-1 -kerning first=325 second=207 amount=1 -kerning first=1163 second=84 amount=-2 -kerning first=1162 second=1111 amount=5 -kerning first=1255 second=1091 amount=-1 -kerning first=1213 second=376 amount=-6 -kerning first=375 second=339 amount=-1 -kerning first=89 second=1242 amount=-2 -kerning first=1222 second=294 amount=1 -kerning first=1168 second=1145 amount=-5 -kerning first=311 second=966 amount=-1 -kerning first=1097 second=924 amount=1 -kerning first=1016 second=932 amount=-3 -kerning first=284 second=1140 amount=-1 -kerning first=1196 second=100 amount=-5 -kerning first=973 second=8216 amount=-3 -kerning first=66 second=301 amount=2 -kerning first=1188 second=233 amount=-5 -kerning first=1043 second=229 amount=-5 -kerning first=196 second=1104 amount=-1 -kerning first=84 second=1089 amount=-5 -kerning first=117 second=1058 amount=-3 -kerning first=1274 second=1265 amount=-4 -kerning first=1180 second=231 amount=-3 -kerning first=1077 second=121 amount=-1 -kerning first=1270 second=1193 amount=-5 -kerning first=1265 second=227 amount=-1 -kerning first=1140 second=59 amount=-4 -kerning first=374 second=335 amount=-6 -kerning first=1184 second=240 amount=-3 -kerning first=1188 second=1241 amount=-5 -kerning first=73 second=303 amount=2 -kerning first=195 second=242 amount=-1 -kerning first=194 second=269 amount=-1 -kerning first=1170 second=1234 amount=-6 -kerning first=279 second=1091 amount=-1 -kerning first=1234 second=287 amount=-1 -kerning first=358 second=940 amount=-5 -kerning first=1061 second=281 amount=-2 -kerning first=263 second=89 amount=-4 -kerning first=8250 second=918 amount=-2 -kerning first=356 second=353 amount=-5 -kerning first=109 second=1263 amount=-1 -kerning first=162 second=1059 amount=-4 -kerning first=8217 second=197 amount=-9 -kerning first=221 second=1173 amount=-3 -kerning first=1188 second=1230 amount=-4 -kerning first=242 second=1217 amount=-2 -kerning first=193 second=1026 amount=-6 -kerning first=959 second=125 amount=-1 -kerning first=214 second=8230 amount=-3 -kerning first=358 second=264 amount=-2 -kerning first=1271 second=354 amount=-3 -kerning first=1225 second=203 amount=1 -kerning first=310 second=100 amount=-3 -kerning first=266 second=239 amount=2 -kerning first=337 second=374 amount=-6 -kerning first=933 second=1255 amount=-6 -kerning first=1036 second=361 amount=-2 -kerning first=195 second=8220 amount=-8 -kerning first=1084 second=1140 amount=-3 -kerning first=1094 second=78 amount=1 -kerning first=86 second=58 amount=-4 -kerning first=87 second=1082 amount=-2 -kerning first=186 second=291 amount=-2 -kerning first=340 second=89 amount=-2 -kerning first=317 second=247 amount=-4 -kerning first=193 second=67 amount=-2 -kerning first=363 second=1066 amount=-3 -kerning first=1274 second=267 amount=-5 -kerning first=1270 second=1109 amount=-5 -kerning first=372 second=47 amount=-1 -kerning first=1128 second=1028 amount=-2 -kerning first=75 second=940 amount=-3 -kerning first=8217 second=275 amount=-4 -kerning first=357 second=115 amount=-1 -kerning first=8360 second=8220 amount=-3 -kerning first=931 second=173 amount=-2 -kerning first=239 second=1171 amount=3 -kerning first=259 second=1035 amount=-3 -kerning first=242 second=192 amount=-2 -kerning first=1178 second=1255 amount=-3 -kerning first=933 second=126 amount=-4 -kerning first=1082 second=244 amount=-1 -kerning first=1181 second=1010 amount=-1 -kerning first=1050 second=105 amount=2 -kerning first=1226 second=8360 amount=1 -kerning first=343 second=193 amount=-3 -kerning first=1193 second=1204 amount=-3 -kerning first=1196 second=112 amount=-4 -kerning first=75 second=264 amount=-2 -kerning first=295 second=354 amount=-3 -kerning first=193 second=297 amount=3 -kerning first=84 second=1145 amount=-5 -kerning first=1200 second=245 amount=-6 -kerning first=89 second=1074 amount=-3 -kerning first=1258 second=1217 amount=-1 -kerning first=8217 second=1187 amount=-1 -kerning first=100 second=95 amount=2 -kerning first=194 second=1086 amount=-1 -kerning first=354 second=1265 amount=-4 -kerning first=1199 second=261 amount=-1 -kerning first=1226 second=325 amount=1 -kerning first=1106 second=1249 amount=-2 -kerning first=910 second=263 amount=-6 -kerning first=1178 second=126 amount=-6 -kerning first=317 second=1028 amount=-2 -kerning first=1169 second=225 amount=-2 -kerning first=197 second=1091 amount=-4 -kerning first=1059 second=365 amount=-3 -kerning first=343 second=233 amount=-1 -kerning first=1140 second=291 amount=-3 -kerning first=254 second=1202 amount=-2 -kerning first=341 second=1195 amount=-1 -kerning first=923 second=372 amount=-4 -kerning first=88 second=271 amount=-2 -kerning first=75 second=236 amount=2 -kerning first=248 second=120 amount=-1 -kerning first=122 second=1153 amount=-1 -kerning first=1111 second=73 amount=3 -kerning first=1090 second=99 amount=-2 -kerning first=95 second=370 amount=-3 -kerning first=375 second=239 amount=3 -kerning first=343 second=1241 amount=-1 -kerning first=378 second=275 amount=-1 -kerning first=1278 second=333 amount=-2 -kerning first=240 second=119 amount=-1 -kerning first=1258 second=192 amount=-2 -kerning first=1027 second=194 amount=-6 -kerning first=239 second=320 amount=3 -kerning first=235 second=1140 amount=-3 -kerning first=224 second=1141 amount=-1 -kerning first=1209 second=910 amount=-5 -kerning first=374 second=1104 amount=-6 -kerning first=1036 second=290 amount=-2 -kerning first=8222 second=221 amount=-7 -kerning first=301 second=209 amount=3 -kerning first=1188 second=1125 amount=-4 -kerning first=354 second=267 amount=-5 -kerning first=332 second=356 amount=-2 -kerning first=126 second=1061 amount=-4 -kerning first=1231 second=239 amount=5 -kerning first=86 second=285 amount=-3 -kerning first=1267 second=229 amount=-1 -kerning first=1232 second=1198 amount=-5 -kerning first=376 second=242 amount=-6 -kerning first=333 second=1040 amount=-2 -kerning first=1171 second=244 amount=-2 -kerning first=929 second=173 amount=-2 -kerning first=359 second=215 amount=-1 -kerning first=915 second=1081 amount=-4 -kerning first=192 second=246 amount=-1 -kerning first=197 second=231 amount=-1 -kerning first=65 second=1265 amount=-4 -kerning first=1181 second=339 amount=-1 -kerning first=1050 second=371 amount=-2 -kerning first=1117 second=358 amount=-3 -kerning first=1198 second=347 amount=-4 -kerning first=1027 second=234 amount=-5 -kerning first=1197 second=100 amount=-2 -kerning first=43 second=8216 amount=-3 -kerning first=70 second=248 amount=-3 -kerning first=1120 second=303 amount=2 -kerning first=1113 second=1217 amount=-2 -kerning first=374 second=1114 amount=-3 -kerning first=981 second=1035 amount=-3 -kerning first=1027 second=1243 amount=-5 -kerning first=1139 second=1197 amount=-2 -kerning first=42 second=192 amount=-5 -kerning first=118 second=1196 amount=-2 -kerning first=121 second=1255 amount=-1 -kerning first=1196 second=67 amount=-2 -kerning first=1012 second=197 amount=-2 -kerning first=86 second=162 amount=-3 -kerning first=349 second=87 amount=-2 -kerning first=1171 second=8222 amount=-8 -kerning first=192 second=8217 amount=-7 -kerning first=38 second=92 amount=-4 -kerning first=102 second=1232 amount=-2 -kerning first=957 second=358 amount=-2 -kerning first=1040 second=8224 amount=-5 -kerning first=923 second=299 amount=3 -kerning first=326 second=933 amount=-5 -kerning first=88 second=113 amount=-2 -kerning first=915 second=71 amount=-2 -kerning first=105 second=297 amount=3 -kerning first=357 second=108 amount=1 -kerning first=1027 second=1085 amount=-4 -kerning first=332 second=902 amount=-2 -kerning first=358 second=1237 amount=-5 -kerning first=1276 second=333 amount=-2 -kerning first=1115 second=358 amount=-3 -kerning first=1178 second=305 amount=2 -kerning first=359 second=1190 amount=1 -kerning first=117 second=939 amount=-4 -kerning first=65 second=267 amount=-1 -kerning first=1092 second=375 amount=-1 -kerning first=234 second=1197 amount=-1 -kerning first=1207 second=98 amount=1 -kerning first=1097 second=344 amount=1 -kerning first=1196 second=297 amount=6 -kerning first=324 second=255 amount=-1 -kerning first=1188 second=1111 amount=6 -kerning first=1043 second=279 amount=-5 -kerning first=1122 second=1234 amount=-2 -kerning first=910 second=215 amount=-3 -kerning first=68 second=1278 amount=-1 -kerning first=106 second=309 amount=3 -kerning first=1143 second=910 amount=-2 -kerning first=1078 second=963 amount=-1 -kerning first=1185 second=265 amount=-1 -kerning first=345 second=65 amount=-3 -kerning first=1205 second=1039 amount=1 -kerning first=310 second=67 amount=-2 -kerning first=89 second=945 amount=-6 -kerning first=374 second=353 amount=-4 -kerning first=1186 second=1062 amount=1 -kerning first=1111 second=1210 amount=3 -kerning first=972 second=1263 amount=-1 -kerning first=213 second=1046 amount=-1 -kerning first=358 second=961 amount=-4 -kerning first=242 second=221 amount=-6 -kerning first=246 second=1143 amount=-1 -kerning first=8244 second=287 amount=-4 -kerning first=1201 second=224 amount=-1 -kerning first=1230 second=1211 amount=1 -kerning first=1093 second=245 amount=-1 -kerning first=255 second=263 amount=-1 -kerning first=89 second=262 amount=-2 -kerning first=1126 second=1057 amount=-2 -kerning first=270 second=923 amount=-2 -kerning first=1043 second=1224 amount=-4 -kerning first=377 second=8370 amount=-2 -kerning first=371 second=376 amount=-4 -kerning first=8230 second=32 amount=-1 -kerning first=261 second=372 amount=-3 -kerning first=118 second=271 amount=-1 -kerning first=345 second=101 amount=-1 -kerning first=1237 second=1118 amount=-1 -kerning first=375 second=1072 amount=-1 -kerning first=1200 second=1097 amount=-3 -kerning first=1265 second=1092 amount=-1 -kerning first=310 second=297 amount=5 -kerning first=915 second=45 amount=-4 -kerning first=379 second=171 amount=-2 -kerning first=357 second=1134 amount=1 -kerning first=1168 second=1233 amount=-5 -kerning first=913 second=1204 amount=-6 -kerning first=1257 second=84 amount=-3 -kerning first=169 second=1040 amount=-2 -kerning first=1278 second=1077 amount=-2 -kerning first=241 second=253 amount=-1 -kerning first=111 second=195 amount=-2 -kerning first=1188 second=332 amount=-2 -kerning first=1078 second=243 amount=-1 -kerning first=79 second=1196 amount=-2 -kerning first=1239 second=374 amount=-6 -kerning first=254 second=118 amount=-1 -kerning first=321 second=260 amount=2 -kerning first=243 second=1185 amount=-2 -kerning first=1111 second=1106 amount=3 -kerning first=1199 second=197 amount=-4 -kerning first=1163 second=314 amount=1 -kerning first=210 second=372 amount=-1 -kerning first=1234 second=1012 amount=-2 -kerning first=358 second=246 amount=-5 -kerning first=254 second=1201 amount=-1 -kerning first=1195 second=1200 amount=-4 -kerning first=315 second=1057 amount=-2 -kerning first=1241 second=1249 amount=-2 -kerning first=1230 second=323 amount=1 -kerning first=1167 second=1277 amount=-1 -kerning first=1102 second=1040 amount=-2 -kerning first=120 second=269 amount=-1 -kerning first=88 second=268 amount=-1 -kerning first=289 second=95 amount=2 -kerning first=1234 second=358 amount=-6 -kerning first=1258 second=221 amount=-2 -kerning first=39 second=916 amount=-5 -kerning first=1107 second=248 amount=-2 -kerning first=8230 second=56 amount=-2 -kerning first=1185 second=1139 amount=-1 -kerning first=283 second=375 amount=-1 -kerning first=1180 second=363 amount=-2 -kerning first=318 second=299 amount=5 -kerning first=1072 second=1267 amount=-1 -kerning first=288 second=1236 amount=-1 -kerning first=8225 second=966 amount=-2 -kerning first=68 second=260 amount=-2 -kerning first=359 second=78 amount=1 -kerning first=1036 second=235 amount=-3 -kerning first=97 second=376 amount=-5 -kerning first=1199 second=275 amount=-1 -kerning first=187 second=377 amount=-2 -kerning first=1170 second=1258 amount=-2 -kerning first=122 second=234 amount=-1 -kerning first=239 second=304 amount=3 -kerning first=1089 second=356 amount=-5 -kerning first=55 second=258 amount=-7 -kerning first=1169 second=100 amount=-2 -kerning first=65 second=177 amount=-3 -kerning first=1034 second=1040 amount=-2 -kerning first=1226 second=1055 amount=1 -kerning first=1191 second=935 amount=-2 -kerning first=1270 second=1010 amount=-5 -kerning first=1091 second=923 amount=-4 -kerning first=284 second=1058 amount=-2 -kerning first=1186 second=313 amount=1 -kerning first=75 second=246 amount=-3 -kerning first=122 second=1243 amount=-1 -kerning first=8221 second=58 amount=-4 -kerning first=1197 second=1026 amount=-3 -kerning first=1185 second=247 amount=-2 -kerning first=228 second=1249 amount=-2 -kerning first=118 second=113 amount=-1 -kerning first=1086 second=1279 amount=-1 -kerning first=1276 second=1077 amount=-2 -kerning first=116 second=8360 amount=1 -kerning first=273 second=301 amount=3 -kerning first=1075 second=940 amount=-2 -kerning first=367 second=1204 amount=-3 -kerning first=216 second=354 amount=-2 -kerning first=1163 second=1120 amount=1 -kerning first=1059 second=256 amount=-5 -kerning first=119 second=333 amount=-1 -kerning first=373 second=1089 amount=-1 -kerning first=1196 second=1235 amount=-5 -kerning first=95 second=1143 amount=-5 -kerning first=927 second=1066 amount=-2 -kerning first=221 second=267 amount=-6 -kerning first=80 second=45 amount=-2 -kerning first=55 second=283 amount=-3 -kerning first=84 second=1233 amount=-5 -kerning first=1274 second=369 amount=-5 -kerning first=1116 second=183 amount=-2 -kerning first=932 second=1277 amount=-3 -kerning first=253 second=1207 amount=-1 -kerning first=1091 second=295 amount=3 -kerning first=116 second=325 amount=1 -kerning first=1043 second=1195 amount=-5 -kerning first=277 second=1279 amount=-1 -kerning first=1267 second=279 amount=-1 -kerning first=347 second=8222 amount=-3 -kerning first=1222 second=322 amount=1 -kerning first=1059 second=281 amount=-6 -kerning first=1084 second=1058 amount=-3 -kerning first=1207 second=1035 amount=-2 -kerning first=119 second=8218 amount=-5 -kerning first=1113 second=221 amount=-11 -kerning first=120 second=1086 amount=-1 -kerning first=1140 second=1054 amount=-2 -kerning first=176 second=214 amount=-1 -kerning first=1098 second=1143 amount=-2 -kerning first=243 second=1276 amount=-2 -kerning first=357 second=204 amount=1 -kerning first=8221 second=1051 amount=-3 -kerning first=95 second=284 amount=-3 -kerning first=915 second=1082 amount=-4 -kerning first=46 second=354 amount=-2 -kerning first=216 second=913 amount=-2 -kerning first=1167 second=933 amount=-6 -kerning first=913 second=357 amount=-2 -kerning first=943 second=8244 amount=2 -kerning first=87 second=971 amount=-2 -kerning first=966 second=196 amount=-2 -kerning first=1118 second=171 amount=-3 -kerning first=910 second=365 amount=-3 -kerning first=1053 second=301 amount=5 -kerning first=356 second=43 amount=-4 -kerning first=1059 second=1226 amount=-3 -kerning first=1035 second=1143 amount=-1 -kerning first=1270 second=339 amount=-5 -kerning first=1193 second=1200 amount=-6 -kerning first=1058 second=1232 amount=-6 -kerning first=939 second=1069 amount=-2 -kerning first=1211 second=1197 amount=-2 -kerning first=1175 second=245 amount=-1 -kerning first=112 second=255 amount=-1 -kerning first=336 second=8220 amount=-2 -kerning first=1114 second=1185 amount=-4 -kerning first=286 second=1278 amount=-1 -kerning first=1036 second=169 amount=-2 -kerning first=321 second=170 amount=-6 -kerning first=1201 second=195 amount=-4 -kerning first=211 second=86 amount=-2 -kerning first=1170 second=1080 amount=-4 -kerning first=1092 second=1066 amount=-3 -kerning first=373 second=1145 amount=-1 -kerning first=1198 second=99 amount=-6 -kerning first=358 second=1197 amount=-3 -kerning first=1027 second=334 amount=-2 -kerning first=239 second=1172 amount=3 -kerning first=1166 second=46 amount=-3 -kerning first=8221 second=285 amount=-4 -kerning first=1088 second=1035 amount=-3 -kerning first=114 second=1143 amount=1 -kerning first=923 second=34 amount=-5 -kerning first=922 second=1069 amount=-2 -kerning first=357 second=60 amount=-2 -kerning first=251 second=374 amount=-4 -kerning first=354 second=369 amount=-5 -kerning first=1233 second=1091 amount=-1 -kerning first=290 second=923 amount=-1 -kerning first=1068 second=1185 amount=-2 -kerning first=87 second=337 amount=-3 -kerning first=1213 second=1141 amount=-1 -kerning first=358 second=1096 amount=-4 -kerning first=1126 second=910 amount=-5 -kerning first=239 second=66 amount=3 -kerning first=355 second=1229 amount=1 -kerning first=269 second=372 amount=-1 -kerning first=225 second=89 amount=-5 -kerning first=1050 second=1092 amount=-3 -kerning first=902 second=289 amount=-1 -kerning first=1205 second=1024 amount=1 -kerning first=254 second=356 amount=-3 -kerning first=1186 second=70 amount=1 -kerning first=1128 second=283 amount=-1 -kerning first=295 second=1263 amount=-1 -kerning first=221 second=177 amount=-6 -kerning first=1188 second=46 amount=-2 -kerning first=1027 second=373 amount=-4 -kerning first=8221 second=162 amount=-4 -kerning first=333 second=1198 amount=-6 -kerning first=1275 second=269 amount=-2 -kerning first=177 second=923 amount=-3 -kerning first=1139 second=253 amount=-1 -kerning first=235 second=1058 amount=-3 -kerning first=118 second=238 amount=3 -kerning first=1271 second=265 amount=-2 -kerning first=1225 second=1178 amount=1 -kerning first=98 second=932 amount=-3 -kerning first=1056 second=65 amount=-5 -kerning first=317 second=258 amount=2 -kerning first=81 second=1196 amount=-2 -kerning first=58 second=86 amount=-4 -kerning first=1027 second=1273 amount=-4 -kerning first=356 second=1236 amount=-6 -kerning first=79 second=87 amount=-1 -kerning first=1097 second=201 amount=1 -kerning first=119 second=1077 amount=-1 -kerning first=40 second=244 amount=-1 -kerning first=290 second=295 amount=2 -kerning first=245 second=92 amount=-3 -kerning first=1169 second=1026 amount=-3 -kerning first=1274 second=326 amount=-4 -kerning first=1060 second=194 amount=-2 -kerning first=92 second=1069 amount=-2 -kerning first=89 second=111 amount=-6 -kerning first=8353 second=239 amount=2 -kerning first=315 second=910 amount=-3 -kerning first=939 second=8373 amount=-2 -kerning first=1043 second=1194 amount=-2 -kerning first=357 second=1067 amount=1 -kerning first=1074 second=8220 amount=-3 -kerning first=234 second=253 amount=-1 -kerning first=102 second=1200 amount=1 -kerning first=1256 second=932 amount=-2 -kerning first=244 second=8224 amount=-2 -kerning first=337 second=1249 amount=-2 -kerning first=1168 second=1094 amount=-4 -kerning first=1170 second=172 amount=-4 -kerning first=286 second=260 amount=-1 -kerning first=1040 second=337 amount=-1 -kerning first=254 second=902 amount=-2 -kerning first=1267 second=1195 amount=-1 -kerning first=265 second=354 amount=-5 -kerning first=299 second=107 amount=3 -kerning first=302 second=206 amount=1 -kerning first=258 second=933 amount=-5 -kerning first=1197 second=1235 amount=-2 -kerning first=283 second=1066 amount=-3 -kerning first=1230 second=1043 amount=1 -kerning first=1114 second=1276 amount=-2 -kerning first=287 second=356 amount=-3 -kerning first=244 second=88 amount=-2 -kerning first=922 second=8373 amount=-2 -kerning first=1075 second=1237 amount=-2 -kerning first=260 second=281 amount=-1 -kerning first=1163 second=215 amount=-1 -kerning first=1187 second=295 amount=1 -kerning first=1094 second=274 amount=1 -kerning first=341 second=287 amount=-1 -kerning first=284 second=939 amount=-2 -kerning first=239 second=1052 amount=3 -kerning first=256 second=255 amount=-4 -kerning first=1270 second=239 amount=6 -kerning first=1070 second=46 amount=-3 -kerning first=169 second=47 amount=-3 -kerning first=372 second=963 amount=-3 -kerning first=88 second=248 amount=-2 -kerning first=1202 second=265 amount=-2 -kerning first=1254 second=92 amount=-2 -kerning first=939 second=249 amount=-3 -kerning first=379 second=286 amount=-2 -kerning first=325 second=1031 amount=1 -kerning first=1275 second=1086 amount=-2 -kerning first=1224 second=121 amount=-1 -kerning first=1068 second=1276 amount=-2 -kerning first=1234 second=266 amount=-2 -kerning first=1271 second=1139 amount=-2 -kerning first=1205 second=1196 amount=-2 -kerning first=1186 second=1198 amount=-1 -kerning first=270 second=1217 amount=-1 -kerning first=1222 second=205 amount=1 -kerning first=162 second=372 amount=-1 -kerning first=966 second=89 amount=-6 -kerning first=1188 second=103 amount=-5 -kerning first=333 second=1175 amount=-1 -kerning first=204 second=300 amount=1 -kerning first=1180 second=279 amount=-3 -kerning first=1086 second=186 amount=-2 -kerning first=1189 second=171 amount=-3 -kerning first=229 second=1140 amount=-3 -kerning first=343 second=46 amount=-4 -kerning first=92 second=8373 amount=-2 -kerning first=169 second=1198 amount=-2 -kerning first=326 second=1204 amount=-3 -kerning first=246 second=1202 amount=-2 -kerning first=1128 second=176 amount=-5 -kerning first=1055 second=1111 amount=5 -kerning first=1036 second=210 amount=-2 -kerning first=922 second=249 amount=-2 -kerning first=920 second=358 amount=-2 -kerning first=1111 second=222 amount=3 -kerning first=354 second=326 amount=-4 -kerning first=1163 second=1190 amount=1 -kerning first=1084 second=939 amount=-5 -kerning first=1226 second=280 amount=1 -kerning first=913 second=1256 amount=-2 -kerning first=95 second=1181 amount=3 -kerning first=94 second=1051 amount=-2 -kerning first=87 second=1105 amount=-3 -kerning first=1271 second=247 amount=-1 -kerning first=1244 second=183 amount=-4 -kerning first=1061 second=289 amount=-2 -kerning first=116 second=1055 amount=1 -kerning first=192 second=253 amount=-4 -kerning first=1274 second=260 amount=-6 -kerning first=356 second=251 amount=-5 -kerning first=1046 second=8370 amount=-1 -kerning first=913 second=1200 amount=-5 -kerning first=372 second=243 amount=-3 -kerning first=1196 second=1119 amount=-4 -kerning first=111 second=119 amount=-1 -kerning first=270 second=192 amount=-2 -kerning first=1188 second=1249 amount=-3 -kerning first=357 second=77 amount=1 -kerning first=939 second=257 amount=-5 -kerning first=84 second=1094 amount=-4 -kerning first=212 second=1140 amount=-2 -kerning first=125 second=8216 amount=-2 -kerning first=375 second=910 amount=-2 -kerning first=1232 second=963 amount=-1 -kerning first=1102 second=1198 amount=-6 -kerning first=1225 second=1045 amount=1 -kerning first=1265 second=981 amount=-1 -kerning first=374 second=43 amount=-4 -kerning first=335 second=358 amount=-3 -kerning first=939 second=1153 amount=-6 -kerning first=1075 second=246 amount=-2 -kerning first=194 second=1092 amount=-1 -kerning first=119 second=379 amount=-2 -kerning first=1066 second=932 amount=-3 -kerning first=1198 second=198 amount=-5 -kerning first=345 second=1257 amount=-1 -kerning first=317 second=176 amount=-8 -kerning first=1229 second=1111 amount=5 -kerning first=8244 second=1169 amount=-1 -kerning first=1143 second=1234 amount=-4 -kerning first=1119 second=376 amount=-5 -kerning first=1099 second=92 amount=2 -kerning first=1141 second=354 amount=-2 -kerning first=1202 second=1139 amount=-2 -kerning first=1125 second=358 amount=-5 -kerning first=1258 second=44 amount=-3 -kerning first=301 second=276 amount=3 -kerning first=1027 second=8230 amount=-2 -kerning first=1034 second=1198 amount=-6 -kerning first=1054 second=1202 amount=-1 -kerning first=910 second=256 amount=-5 -kerning first=922 second=1153 amount=-3 -kerning first=275 second=121 amount=-1 -kerning first=1257 second=1118 amount=-1 -kerning first=1040 second=1105 amount=-1 -kerning first=227 second=1197 amount=-2 -kerning first=1101 second=8224 amount=-2 -kerning first=176 second=913 amount=-5 -kerning first=221 second=369 amount=-3 -kerning first=905 second=303 amount=2 -kerning first=1274 second=1090 amount=-3 -kerning first=1060 second=376 amount=-2 -kerning first=1232 second=243 amount=-1 -kerning first=1207 second=1016 amount=1 -kerning first=1202 second=247 amount=-4 -kerning first=89 second=1209 amount=-5 -kerning first=379 second=920 amount=-2 -kerning first=1153 second=932 amount=-5 -kerning first=208 second=1196 amount=-2 -kerning first=1096 second=1059 amount=-5 -kerning first=1101 second=88 amount=-2 -kerning first=1242 second=1236 amount=-2 -kerning first=95 second=42 amount=-4 -kerning first=86 second=940 amount=-3 -kerning first=910 second=281 amount=-6 -kerning first=355 second=342 amount=1 -kerning first=8244 second=1088 amount=-1 -kerning first=1036 second=1259 amount=-3 -kerning first=1169 second=1235 amount=-2 -kerning first=235 second=939 amount=-6 -kerning first=322 second=938 amount=1 -kerning first=367 second=1200 amount=-4 -kerning first=1222 second=1068 amount=1 -kerning first=343 second=103 amount=-1 -kerning first=1141 second=913 amount=-4 -kerning first=1270 second=1072 amount=-5 -kerning first=1033 second=8224 amount=-2 -kerning first=1091 second=192 amount=-4 -kerning first=42 second=44 amount=-9 -kerning first=1140 second=299 amount=5 -kerning first=374 second=1236 amount=-5 -kerning first=1198 second=8353 amount=-2 -kerning first=81 second=87 amount=-1 -kerning first=313 second=8249 amount=-4 -kerning first=1111 second=1030 amount=3 -kerning first=354 second=260 amount=-6 -kerning first=1163 second=78 amount=1 -kerning first=1090 second=233 amount=-2 -kerning first=118 second=248 amount=-1 -kerning first=86 second=264 amount=-2 -kerning first=1232 second=8221 amount=-7 -kerning first=170 second=333 amount=-2 -kerning first=1200 second=187 amount=-4 -kerning first=92 second=1153 amount=-1 -kerning first=381 second=71 amount=-2 -kerning first=194 second=186 amount=-5 -kerning first=1033 second=88 amount=-2 -kerning first=957 second=245 amount=-1 -kerning first=1090 second=1241 amount=-2 -kerning first=1104 second=1198 amount=-6 -kerning first=1188 second=259 amount=-5 -kerning first=1211 second=253 amount=-1 -kerning first=1225 second=358 amount=-2 -kerning first=910 second=1226 amount=-3 -kerning first=936 second=52 amount=-4 -kerning first=1081 second=376 amount=-5 -kerning first=179 second=916 amount=-6 -kerning first=224 second=49 amount=-3 -kerning first=1102 second=1175 amount=-1 -kerning first=1091 second=232 amount=-1 -kerning first=1202 second=1028 amount=-1 -kerning first=1058 second=1256 amount=-2 -kerning first=1184 second=255 amount=-3 -kerning first=261 second=1098 amount=-2 -kerning first=1203 second=1204 amount=-3 -kerning first=1098 second=1202 amount=-2 -kerning first=1180 second=1195 amount=-3 -kerning first=927 second=65 amount=-2 -kerning first=358 second=253 amount=-4 -kerning first=297 second=1066 amount=6 -kerning first=918 second=1256 amount=-2 -kerning first=273 second=1099 amount=2 -kerning first=197 second=279 amount=-1 -kerning first=107 second=356 amount=-4 -kerning first=1215 second=375 amount=-1 -kerning first=1207 second=915 amount=1 -kerning first=176 second=308 amount=-6 -kerning first=1217 second=284 amount=-1 -kerning first=940 second=8220 amount=-3 -kerning first=1043 second=1138 amount=-2 -kerning first=313 second=1035 amount=-6 -kerning first=193 second=121 amount=-4 -kerning first=1162 second=938 amount=1 -kerning first=959 second=1203 amount=-1 -kerning first=70 second=959 amount=-3 -kerning first=230 second=375 amount=-1 -kerning first=1100 second=119 amount=-2 -kerning first=1239 second=1249 amount=-1 -kerning first=1034 second=1175 amount=-1 -kerning first=902 second=1196 amount=-6 -kerning first=1026 second=86 amount=-3 -kerning first=1200 second=1066 amount=3 -kerning first=246 second=118 amount=-1 -kerning first=915 second=971 amount=-4 -kerning first=195 second=8370 amount=-2 -kerning first=354 second=1090 amount=-3 -kerning first=1084 second=967 amount=-1 -kerning first=87 second=951 amount=-2 -kerning first=1103 second=358 amount=-3 -kerning first=246 second=1201 amount=-1 -kerning first=381 second=45 amount=-2 -kerning first=1078 second=99 amount=-1 -kerning first=192 second=171 amount=-2 -kerning first=211 second=8216 amount=-2 -kerning first=286 second=1011 amount=2 -kerning first=1141 second=308 amount=-4 -kerning first=1265 second=1040 amount=-4 -kerning first=290 second=1217 amount=-1 -kerning first=75 second=253 amount=-3 -kerning first=1254 second=95 amount=-3 -kerning first=248 second=1078 amount=-1 -kerning first=270 second=221 amount=-2 -kerning first=1027 second=1141 amount=-4 -kerning first=73 second=298 amount=1 -kerning first=1095 second=89 amount=-5 -kerning first=97 second=1141 amount=-1 -kerning first=1230 second=278 amount=1 -kerning first=1168 second=967 amount=-4 -kerning first=259 second=1199 amount=-1 -kerning first=1167 second=1204 amount=-3 -kerning first=1170 second=965 amount=-4 -kerning first=255 second=256 amount=-4 -kerning first=177 second=1217 amount=-3 -kerning first=1069 second=358 amount=-2 -kerning first=173 second=1035 amount=-4 -kerning first=1248 second=8218 amount=-3 -kerning first=221 second=326 amount=-3 -kerning first=939 second=194 amount=-5 -kerning first=1043 second=287 amount=-5 -kerning first=1185 second=283 amount=-1 -kerning first=1274 second=946 amount=-4 -kerning first=320 second=239 amount=5 -kerning first=961 second=255 amount=-1 -kerning first=253 second=8249 amount=-3 -kerning first=1040 second=1171 amount=-2 -kerning first=254 second=93 amount=-1 -kerning first=374 second=251 amount=-3 -kerning first=359 second=274 amount=1 -kerning first=915 second=337 amount=-5 -kerning first=357 second=8226 amount=-1 -kerning first=1167 second=1232 amount=-2 -kerning first=1187 second=82 amount=1 -kerning first=1092 second=65 amount=-2 -kerning first=290 second=192 amount=-1 -kerning first=1104 second=1175 amount=-1 -kerning first=121 second=933 amount=-2 -kerning first=1234 second=245 amount=-1 -kerning first=186 second=294 amount=3 -kerning first=58 second=8216 amount=-3 -kerning first=1050 second=981 amount=-3 -kerning first=902 second=271 amount=-1 -kerning first=1097 second=1219 amount=1 -kerning first=255 second=281 amount=-1 -kerning first=341 second=358 amount=-4 -kerning first=372 second=347 amount=-2 -kerning first=939 second=234 amount=-6 -kerning first=8221 second=1075 amount=-1 -kerning first=972 second=258 amount=-2 -kerning first=1275 second=227 amount=-2 -kerning first=55 second=59 amount=-2 -kerning first=177 second=192 amount=-3 -kerning first=369 second=1196 amount=-3 -kerning first=912 second=126 amount=-2 -kerning first=95 second=213 amount=-3 -kerning first=1108 second=84 amount=-5 -kerning first=170 second=1077 amount=-2 -kerning first=1270 second=1057 amount=-2 -kerning first=376 second=923 amount=-5 -kerning first=76 second=290 amount=-2 -kerning first=321 second=1060 amount=-2 -kerning first=939 second=1243 amount=-6 -kerning first=259 second=957 amount=-1 -kerning first=1170 second=333 amount=-5 -kerning first=377 second=212 amount=-2 -kerning first=48 second=936 amount=-2 -kerning first=959 second=910 amount=-6 -kerning first=235 second=967 amount=-1 -kerning first=8250 second=1277 amount=-2 -kerning first=902 second=1275 amount=-2 -kerning first=1099 second=95 amount=3 -kerning first=373 second=1058 amount=-3 -kerning first=1105 second=358 amount=-3 -kerning first=253 second=1035 amount=-2 -kerning first=1279 second=972 amount=-1 -kerning first=1091 second=221 amount=-2 -kerning first=254 second=1265 amount=-1 -kerning first=116 second=280 amount=1 -kerning first=922 second=234 amount=-3 -kerning first=939 second=1085 amount=-3 -kerning first=357 second=928 amount=1 -kerning first=361 second=932 amount=-3 -kerning first=1251 second=89 amount=-5 -kerning first=1228 second=933 amount=-5 -kerning first=913 second=1017 amount=-2 -kerning first=1134 second=297 amount=2 -kerning first=71 second=197 amount=-1 -kerning first=1180 second=1194 amount=-2 -kerning first=95 second=118 amount=-5 -kerning first=345 second=1108 amount=-1 -kerning first=86 second=1237 amount=-3 -kerning first=1118 second=8363 amount=-1 -kerning first=104 second=1091 amount=-1 -kerning first=922 second=1243 amount=-3 -kerning first=1011 second=372 amount=2 -kerning first=356 second=277 amount=-5 -kerning first=932 second=1232 amount=-6 -kerning first=1145 second=65 amount=-2 -kerning first=1170 second=8218 amount=-8 -kerning first=1094 second=1039 amount=1 -kerning first=1196 second=121 amount=-4 -kerning first=1198 second=241 amount=-3 -kerning first=95 second=1201 amount=-5 -kerning first=8216 second=1076 amount=-5 -kerning first=1107 second=959 amount=-2 -kerning first=299 second=104 amount=3 -kerning first=84 second=967 amount=-4 -kerning first=249 second=1198 amount=-4 -kerning first=208 second=87 amount=-1 -kerning first=1269 second=255 amount=-1 -kerning first=197 second=1195 amount=-1 -kerning first=1277 second=173 amount=-1 -kerning first=345 second=1032 amount=-4 -kerning first=1064 second=95 amount=2 -kerning first=110 second=221 amount=-5 -kerning first=1205 second=52 amount=-1 -kerning first=1200 second=252 amount=-3 -kerning first=929 second=74 amount=-6 -kerning first=1058 second=114 amount=-4 -kerning first=354 second=946 amount=-4 -kerning first=339 second=374 amount=-6 -kerning first=1098 second=118 amount=-2 -kerning first=927 second=935 amount=-1 -kerning first=358 second=171 amount=-8 -kerning first=221 second=260 amount=-5 -kerning first=39 second=902 amount=-5 -kerning first=376 second=8370 amount=-2 -kerning first=355 second=376 amount=-1 -kerning first=981 second=1199 amount=-1 -kerning first=65 second=170 amount=-5 -kerning first=356 second=1189 amount=-4 -kerning first=1145 second=101 amount=-1 -kerning first=161 second=1026 amount=-4 -kerning first=902 second=113 amount=-1 -kerning first=1020 second=194 amount=-2 -kerning first=120 second=1092 amount=-1 -kerning first=1205 second=1037 amount=1 -kerning first=1093 second=1066 amount=-3 -kerning first=92 second=234 amount=-1 -kerning first=1098 second=1201 amount=-2 -kerning first=1186 second=1252 amount=1 -kerning first=382 second=356 amount=-2 -kerning first=315 second=1234 amount=2 -kerning first=193 second=903 amount=-5 -kerning first=258 second=1204 amount=-6 -kerning first=229 second=1058 amount=-3 -kerning first=92 second=1243 amount=-1 -kerning first=310 second=121 amount=-3 -kerning first=326 second=1200 amount=-5 -kerning first=1036 second=1193 amount=-3 -kerning first=903 second=198 amount=-5 -kerning first=281 second=374 amount=-6 -kerning first=1046 second=232 amount=-2 -kerning first=334 second=1236 amount=-2 -kerning first=316 second=300 amount=1 -kerning first=1226 second=1062 amount=1 -kerning first=1035 second=118 amount=-1 -kerning first=240 second=1140 amount=-3 -kerning first=241 second=1185 amount=-2 -kerning first=935 second=972 amount=-2 -kerning first=1188 second=273 amount=-5 -kerning first=299 second=317 amount=3 -kerning first=269 second=1098 amount=-1 -kerning first=55 second=291 amount=-3 -kerning first=196 second=277 amount=-1 -kerning first=171 second=256 amount=-2 -kerning first=1274 second=120 amount=-3 -kerning first=1082 second=1153 amount=-1 -kerning first=1120 second=298 amount=1 -kerning first=1035 second=1201 amount=-1 -kerning first=1270 second=1203 amount=-3 -kerning first=246 second=356 amount=-3 -kerning first=75 second=171 amount=-3 -kerning first=915 second=1105 amount=-5 -kerning first=1219 second=1111 amount=2 -kerning first=227 second=253 amount=-1 -kerning first=212 second=1058 amount=-2 -kerning first=86 second=246 amount=-3 -kerning first=87 second=231 amount=-3 -kerning first=174 second=337 amount=-2 -kerning first=1267 second=287 amount=-1 -kerning first=376 second=181 amount=-3 -kerning first=355 second=200 amount=1 -kerning first=1061 second=271 amount=-2 -kerning first=981 second=957 amount=-1 -kerning first=1011 second=299 amount=3 -kerning first=8250 second=933 amount=-6 -kerning first=1215 second=1066 amount=-3 -kerning first=1168 second=183 amount=-4 -kerning first=1059 second=289 amount=-6 -kerning first=902 second=87 amount=-4 -kerning first=114 second=118 amount=1 -kerning first=1092 second=174 amount=-1 -kerning first=1040 second=1091 amount=-4 -kerning first=966 second=1046 amount=-2 -kerning first=8221 second=940 amount=-4 -kerning first=259 second=354 amount=-3 -kerning first=70 second=361 amount=-2 -kerning first=230 second=1066 amount=-3 -kerning first=345 second=918 amount=-2 -kerning first=114 second=1201 amount=1 -kerning first=1244 second=338 amount=-1 -kerning first=76 second=196 amount=2 -kerning first=321 second=359 amount=-1 -kerning first=194 second=981 amount=-1 -kerning first=311 second=242 amount=-1 -kerning first=1179 second=8249 amount=-3 -kerning first=1092 second=935 amount=-2 -kerning first=1170 second=1077 amount=-5 -kerning first=366 second=95 amount=-3 -kerning first=290 second=221 amount=-2 -kerning first=1198 second=193 amount=-5 -kerning first=916 second=8221 amount=-6 -kerning first=1080 second=933 amount=-5 -kerning first=1200 second=288 amount=-2 -kerning first=372 second=191 amount=-1 -kerning first=923 second=972 amount=-1 -kerning first=246 second=902 amount=-2 -kerning first=1128 second=1059 amount=-5 -kerning first=1058 second=1017 amount=-2 -kerning first=379 second=216 amount=-2 -kerning first=8230 second=8219 amount=-9 -kerning first=177 second=221 amount=-6 -kerning first=1060 second=8230 amount=-3 -kerning first=1054 second=356 amount=-2 -kerning first=1171 second=257 amount=-2 -kerning first=918 second=1017 amount=-2 -kerning first=307 second=303 amount=3 -kerning first=1086 second=1040 amount=-2 -kerning first=902 second=268 amount=-2 -kerning first=123 second=972 amount=-1 -kerning first=1040 second=231 amount=-1 -kerning first=1198 second=233 amount=-6 -kerning first=1188 second=1167 amount=-4 -kerning first=376 second=1116 amount=-3 -kerning first=1171 second=1153 amount=-2 -kerning first=1112 second=86 amount=2 -kerning first=959 second=1093 amount=-1 -kerning first=197 second=1194 amount=-2 -kerning first=1274 second=966 amount=-5 -kerning first=102 second=244 amount=-1 -kerning first=375 second=1234 amount=-4 -kerning first=1016 second=1197 amount=-2 -kerning first=1198 second=1241 amount=-6 -kerning first=8217 second=1074 amount=-1 -kerning first=354 second=120 amount=-3 -kerning first=250 second=358 amount=-3 -kerning first=1179 second=1035 amount=-4 -kerning first=1187 second=221 amount=-1 -kerning first=1226 second=313 amount=1 -kerning first=239 second=203 amount=3 -kerning first=1061 second=113 amount=-2 -kerning first=48 second=374 amount=-2 -kerning first=317 second=1059 amount=-3 -kerning first=8218 second=1267 amount=-3 -kerning first=8244 second=245 amount=-4 -kerning first=226 second=8220 amount=-3 -kerning first=1189 second=8363 amount=-2 -kerning first=343 second=273 amount=-1 -kerning first=332 second=1278 amount=-1 -kerning first=253 second=228 amount=-1 -kerning first=92 second=376 amount=-5 -kerning first=1198 second=1230 amount=-3 -kerning first=1186 second=1186 amount=1 -kerning first=1128 second=291 amount=-1 -kerning first=162 second=1098 amount=-1 -kerning first=357 second=89 amount=-1 -kerning first=1027 second=122 amount=-3 -kerning first=1111 second=905 amount=3 -kerning first=274 second=299 amount=5 -kerning first=355 second=1124 amount=1 -kerning first=258 second=357 amount=-2 -kerning first=84 second=183 amount=-4 -kerning first=283 second=174 amount=-1 -kerning first=95 second=356 amount=-4 -kerning first=102 second=8222 amount=-6 -kerning first=1271 second=283 amount=-2 -kerning first=1054 second=902 amount=-2 -kerning first=353 second=910 amount=-5 -kerning first=1225 second=1048 amount=1 -kerning first=1265 second=47 amount=-4 -kerning first=297 second=929 amount=3 -kerning first=933 second=1204 amount=3 -kerning first=192 second=286 amount=-2 -kerning first=1170 second=351 amount=-5 -kerning first=290 second=1110 amount=2 -kerning first=1043 second=1012 amount=-2 -kerning first=328 second=1196 amount=-3 -kerning first=340 second=239 amount=3 -kerning first=1052 second=303 amount=2 -kerning first=106 second=87 amount=2 -kerning first=336 second=923 amount=-2 -kerning first=1020 second=376 amount=-6 -kerning first=1141 second=265 amount=-1 -kerning first=374 second=277 amount=-6 -kerning first=981 second=354 amount=-3 -kerning first=933 second=1232 amount=-5 -kerning first=922 second=307 amount=2 -kerning first=301 second=922 amount=3 -kerning first=195 second=232 amount=-1 -kerning first=187 second=194 amount=-2 -kerning first=1275 second=1092 amount=-2 -kerning first=1175 second=1066 amount=-3 -kerning first=365 second=8244 amount=1 -kerning first=1098 second=356 amount=-7 -kerning first=958 second=936 amount=-3 -kerning first=358 second=117 amount=-5 -kerning first=174 second=1105 amount=-2 -kerning first=1026 second=8216 amount=-4 -kerning first=376 second=110 amount=-3 -kerning first=1265 second=1198 amount=-2 -kerning first=372 second=99 amount=-3 -kerning first=221 second=946 amount=-3 -kerning first=1188 second=240 amount=-5 -kerning first=939 second=334 amount=-2 -kerning first=365 second=84 amount=-3 -kerning first=1180 second=1138 amount=-2 -kerning first=1119 second=1141 amount=-1 -kerning first=89 second=8250 amount=-4 -kerning first=374 second=1189 amount=-3 -kerning first=1186 second=8221 amount=2 -kerning first=915 second=951 amount=-4 -kerning first=8222 second=1026 amount=-6 -kerning first=270 second=44 amount=-3 -kerning first=1048 second=297 amount=5 -kerning first=260 second=289 amount=-1 -kerning first=354 second=966 amount=-5 -kerning first=1094 second=1024 amount=1 -kerning first=1035 second=356 amount=-3 -kerning first=913 second=244 amount=-1 -kerning first=71 second=106 amount=2 -kerning first=1117 second=375 amount=-1 -kerning first=965 second=1059 amount=-4 -kerning first=76 second=169 amount=-2 -kerning first=1010 second=1058 amount=-5 -kerning first=233 second=221 amount=-6 -kerning first=101 second=1143 amount=-1 -kerning first=229 second=939 amount=-5 -kerning first=1167 second=1200 amount=-6 -kerning first=1200 second=65 amount=-5 -kerning first=88 second=959 amount=-2 -kerning first=1202 second=283 amount=-2 -kerning first=981 second=913 amount=-2 -kerning first=75 second=117 amount=-2 -kerning first=922 second=334 amount=-2 -kerning first=243 second=1267 amount=-1 -kerning first=1111 second=84 amount=6 -kerning first=1143 second=172 amount=-3 -kerning first=332 second=260 amount=-2 -kerning first=1139 second=1185 amount=-2 -kerning first=1056 second=1032 amount=-6 -kerning first=1061 second=268 amount=-1 -kerning first=76 second=89 amount=-3 -kerning first=359 second=1039 amount=1 -kerning first=939 second=1273 amount=-3 -kerning first=1082 second=234 amount=-1 -kerning first=114 second=356 amount=-4 -kerning first=8224 second=335 amount=-2 -kerning first=8221 second=1237 amount=-4 -kerning first=1274 second=1060 amount=-2 -kerning first=1180 second=287 amount=-3 -kerning first=212 second=939 amount=-2 -kerning first=1082 second=1243 amount=-1 -kerning first=1232 second=99 amount=-1 -kerning first=1141 second=1139 amount=-1 -kerning first=1200 second=101 amount=-6 -kerning first=1115 second=375 amount=-1 -kerning first=88 second=60 amount=-4 -kerning first=1198 second=1125 amount=-3 -kerning first=922 second=373 amount=-4 -kerning first=8217 second=945 amount=-4 -kerning first=321 second=1254 amount=-2 -kerning first=1226 second=70 amount=1 -kerning first=234 second=1185 amount=-1 -kerning first=112 second=8225 amount=-2 -kerning first=1090 second=46 amount=-6 -kerning first=95 second=1173 amount=3 -kerning first=1088 second=1199 amount=-1 -kerning first=1126 second=1258 amount=-2 -kerning first=945 second=43 amount=-2 -kerning first=1053 second=206 amount=1 -kerning first=52 second=8230 amount=-2 -kerning first=321 second=1144 amount=-2 -kerning first=65 second=966 amount=-1 -kerning first=192 second=920 amount=-2 -kerning first=932 second=1256 amount=-2 -kerning first=1201 second=97 amount=-1 -kerning first=107 second=267 amount=-1 -kerning first=92 second=334 amount=-2 -kerning first=109 second=1059 amount=-5 -kerning first=1217 second=213 amount=-1 -kerning first=1043 second=1169 amount=-4 -kerning first=8221 second=961 amount=-1 -kerning first=55 second=35 amount=-4 -kerning first=1163 second=274 amount=1 -kerning first=1081 second=1141 amount=-1 -kerning first=288 second=932 amount=-2 -kerning first=358 second=286 amount=-2 -kerning first=45 second=89 amount=-4 -kerning first=376 second=192 amount=-5 -kerning first=1091 second=44 amount=-2 -kerning first=116 second=1062 amount=1 -kerning first=1046 second=212 amount=-1 -kerning first=114 second=902 amount=-3 -kerning first=121 second=1204 amount=-2 -kerning first=1278 second=275 amount=-2 -kerning first=380 second=1089 amount=-1 -kerning first=242 second=1026 amount=-3 -kerning first=8244 second=1097 amount=-1 -kerning first=193 second=71 amount=-2 -kerning first=247 second=932 amount=-4 -kerning first=70 second=196 amount=-6 -kerning first=1168 second=1253 amount=-4 -kerning first=1094 second=1196 amount=-2 -kerning first=343 second=240 amount=-1 -kerning first=1270 second=1093 amount=-3 -kerning first=92 second=373 amount=-4 -kerning first=176 second=1028 amount=-1 -kerning first=315 second=1258 amount=-2 -kerning first=248 second=8220 amount=-4 -kerning first=301 second=1025 amount=3 -kerning first=195 second=221 amount=-5 -kerning first=1096 second=372 amount=-3 -kerning first=121 second=1232 amount=-4 -kerning first=1088 second=957 amount=-1 -kerning first=376 second=232 amount=-6 -kerning first=378 second=945 amount=-1 -kerning first=1171 second=234 amount=-2 -kerning first=244 second=41 amount=-1 -kerning first=192 second=8363 amount=-1 -kerning first=1075 second=171 amount=-3 -kerning first=1230 second=76 amount=1 -kerning first=284 second=92 amount=-1 -kerning first=75 second=286 amount=-2 -kerning first=1267 second=358 amount=-2 -kerning first=1043 second=1088 amount=-4 -kerning first=8370 second=1035 amount=-2 -kerning first=8360 second=221 amount=-5 -kerning first=8221 second=246 amount=-4 -kerning first=1171 second=1243 amount=-2 -kerning first=258 second=1256 amount=-2 -kerning first=1139 second=1276 amount=-2 -kerning first=1085 second=932 amount=-3 -kerning first=70 second=235 amount=-3 -kerning first=1059 second=1196 amount=3 -kerning first=102 second=349 amount=-1 -kerning first=1020 second=373 amount=-1 -kerning first=1200 second=341 amount=-3 -kerning first=1058 second=244 amount=-5 -kerning first=1036 second=1010 amount=-3 -kerning first=915 second=1091 amount=-4 -kerning first=1184 second=173 amount=-6 -kerning first=1017 second=95 amount=-3 -kerning first=194 second=355 amount=-2 -kerning first=187 second=376 amount=-6 -kerning first=354 second=1060 amount=-2 -kerning first=1228 second=1204 amount=-3 -kerning first=258 second=1200 amount=-5 -kerning first=1257 second=256 amount=-2 -kerning first=1234 second=375 amount=-4 -kerning first=72 second=299 amount=5 -kerning first=376 second=1084 amount=-3 -kerning first=910 second=289 amount=-6 -kerning first=959 second=1234 amount=-2 -kerning first=1220 second=196 amount=-2 -kerning first=197 second=1138 amount=-2 -kerning first=1116 second=335 amount=-1 -kerning first=902 second=248 amount=-1 -kerning first=1226 second=1198 amount=-1 -kerning first=120 second=981 amount=-1 -kerning first=240 second=1058 amount=-3 -kerning first=1258 second=1026 amount=-2 -kerning first=966 second=125 amount=-1 -kerning first=313 second=94 amount=-8 -kerning first=1090 second=103 amount=-2 -kerning first=118 second=959 amount=-1 -kerning first=1145 second=1257 amount=-1 -kerning first=345 second=1255 amount=-1 -kerning first=1114 second=1267 amount=-2 -kerning first=328 second=87 amount=-3 -kerning first=1276 second=275 amount=-2 -kerning first=1200 second=174 amount=-1 -kerning first=76 second=210 amount=-2 -kerning first=246 second=93 amount=-1 -kerning first=244 second=1091 amount=-1 -kerning first=1058 second=8222 amount=-8 -kerning first=273 second=295 amount=3 -kerning first=903 second=193 amount=-5 -kerning first=1084 second=92 amount=-3 -kerning first=1207 second=354 amount=-2 -kerning first=8224 second=1104 amount=-2 -kerning first=372 second=198 amount=-4 -kerning first=1198 second=332 amount=-2 -kerning first=1012 second=86 amount=-2 -kerning first=1188 second=230 amount=-5 -kerning first=380 second=1145 amount=-1 -kerning first=1027 second=199 amount=-2 -kerning first=355 second=1180 amount=1 -kerning first=1253 second=1196 amount=-3 -kerning first=256 second=8225 amount=-5 -kerning first=126 second=88 amount=-4 -kerning first=229 second=967 amount=-1 -kerning first=902 second=39 amount=-5 -kerning first=8225 second=242 amount=-2 -kerning first=1205 second=115 amount=-1 -kerning first=1196 second=1081 amount=-4 -kerning first=351 second=1035 amount=-5 -kerning first=1186 second=347 amount=-1 -kerning first=116 second=313 amount=1 -kerning first=915 second=231 amount=-5 -kerning first=939 second=8230 amount=-3 -kerning first=84 second=1253 amount=-4 -kerning first=118 second=60 amount=-2 -kerning first=1068 second=1267 amount=-1 -kerning first=345 second=126 amount=-2 -kerning first=87 second=229 amount=-3 -kerning first=358 second=920 amount=-2 -kerning first=1106 second=255 amount=-1 -kerning first=179 second=902 amount=-6 -kerning first=65 second=1060 amount=-2 -kerning first=197 second=287 amount=-1 -kerning first=1059 second=271 amount=-6 -kerning first=1207 second=1041 amount=1 -kerning first=1016 second=253 amount=-1 -kerning first=1093 second=101 amount=-1 -kerning first=1128 second=1054 amount=-2 -kerning first=221 second=966 amount=-6 -kerning first=1086 second=1198 amount=-6 -kerning first=285 second=1058 amount=-3 -kerning first=246 second=1265 amount=-1 -kerning first=1036 second=339 amount=-3 -kerning first=1010 second=939 amount=-4 -kerning first=232 second=932 amount=-3 -kerning first=216 second=258 amount=-2 -kerning first=1168 second=338 amount=-2 -kerning first=341 second=245 amount=-1 -kerning first=1117 second=1066 amount=-3 -kerning first=1196 second=71 amount=-2 -kerning first=324 second=84 amount=-3 -kerning first=935 second=81 amount=-1 -kerning first=1043 second=266 amount=-2 -kerning first=1078 second=233 amount=-1 -kerning first=1274 second=226 amount=-5 -kerning first=356 second=58 amount=-2 -kerning first=43 second=1202 amount=-4 -kerning first=932 second=114 amount=-4 -kerning first=8250 second=1204 amount=-8 -kerning first=1088 second=354 amount=-3 -kerning first=1113 second=1026 amount=-7 -kerning first=40 second=1153 amount=-1 -kerning first=372 second=8353 amount=-2 -kerning first=1055 second=938 amount=1 -kerning first=382 second=267 amount=-1 -kerning first=75 second=920 amount=-2 -kerning first=195 second=212 amount=-2 -kerning first=259 second=1263 amount=-1 -kerning first=213 second=910 amount=-2 -kerning first=1078 second=1241 amount=-1 -kerning first=277 second=1198 amount=-6 -kerning first=358 second=8363 amount=-5 -kerning first=254 second=1278 amount=-2 -kerning first=317 second=1054 amount=-2 -kerning first=8250 second=1232 amount=-2 -kerning first=97 second=49 amount=-3 -kerning first=1230 second=1238 amount=1 -kerning first=339 second=1249 amount=-1 -kerning first=1235 second=374 amount=-5 -kerning first=1164 second=194 amount=-2 -kerning first=957 second=1066 amount=-2 -kerning first=1101 second=41 amount=-1 -kerning first=1211 second=1185 amount=-2 -kerning first=1107 second=235 amount=-2 -kerning first=48 second=46 amount=-2 -kerning first=1089 second=1090 amount=-1 -kerning first=1243 second=1277 amount=-1 -kerning first=1080 second=1204 amount=-3 -kerning first=1185 second=291 amount=-1 -kerning first=235 second=92 amount=-3 -kerning first=92 second=8230 amount=3 -kerning first=1115 second=1066 amount=-3 -kerning first=310 second=71 amount=-2 -kerning first=933 second=1256 amount=-2 -kerning first=359 second=1024 amount=1 -kerning first=1250 second=296 amount=1 -kerning first=972 second=1059 amount=-6 -kerning first=119 second=197 amount=-4 -kerning first=336 second=1217 amount=-1 -kerning first=358 second=1185 amount=-3 -kerning first=1061 second=248 amount=-2 -kerning first=1229 second=938 amount=1 diff --git a/assets/fnt/MaxonRegular1.png b/assets/fnt/MaxonRegular1.png Binary files differdeleted file mode 100644 index 0ec71e9..0000000 --- a/assets/fnt/MaxonRegular1.png +++ /dev/null diff --git a/assets/fnt/MaxonRegular2.png b/assets/fnt/MaxonRegular2.png Binary files differdeleted file mode 100644 index 4432911..0000000 --- a/assets/fnt/MaxonRegular2.png +++ /dev/null diff --git a/assets/fnt/MaxonRegularSemi.fnt b/assets/fnt/MaxonRegularSemi.fnt deleted file mode 100644 index c3777af..0000000 --- a/assets/fnt/MaxonRegularSemi.fnt +++ /dev/null @@ -1,41665 +0,0 @@ -info face="Inter SemiBold" size=64 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=78 base=62 scaleW=1024 scaleH=1024 pages=2 packed=0 -page id=0 file="MaxonRegularSemi1.png" -page id=1 file="MaxonRegularSemi2.png" -chars count=750 -char id=0 x=0 y=0 width=56 height=79 xoffset=5 yoffset=-1 xadvance=66 page=0 chnl=0 -char id=13 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=16 page=0 chnl=0 -char id=33 x=477 y=837 width=13 height=50 xoffset=3 yoffset=14 xadvance=20 page=0 chnl=0 -char id=34 x=503 y=988 width=21 height=20 xoffset=2 yoffset=14 xadvance=25 page=0 chnl=0 -char id=35 x=360 y=938 width=43 height=49 xoffset=-1 yoffset=14 xadvance=41 page=0 chnl=0 -char id=36 x=0 y=398 width=39 height=61 xoffset=1 yoffset=8 xadvance=42 page=0 chnl=0 -char id=37 x=632 y=578 width=46 height=52 xoffset=4 yoffset=13 xadvance=54 page=0 chnl=0 -char id=38 x=688 y=683 width=42 height=51 xoffset=1 yoffset=13 xadvance=42 page=0 chnl=0 -char id=39 x=1013 y=578 width=9 height=20 xoffset=2 yoffset=14 xadvance=14 page=0 chnl=0 -char id=40 x=1001 y=272 width=20 height=60 xoffset=5 yoffset=13 xadvance=25 page=0 chnl=0 -char id=41 x=1004 y=335 width=19 height=60 xoffset=1 yoffset=13 xadvance=25 page=0 chnl=0 -char id=42 x=245 y=988 width=29 height=29 xoffset=3 yoffset=14 xadvance=35 page=0 chnl=0 -char id=43 x=0 y=988 width=35 height=35 xoffset=4 yoffset=26 xadvance=43 page=0 chnl=0 -char id=44 x=412 y=988 width=13 height=21 xoffset=2 yoffset=54 xadvance=19 page=0 chnl=0 -char id=46 x=903 y=988 width=13 height=13 xoffset=3 yoffset=51 xadvance=19 page=0 chnl=0 -char id=47 x=870 y=459 width=25 height=58 xoffset=0 yoffset=12 xadvance=24 page=0 chnl=0 -char id=48 x=730 y=683 width=39 height=51 xoffset=2 yoffset=13 xadvance=43 page=0 chnl=0 -char id=49 x=996 y=888 width=23 height=49 xoffset=2 yoffset=14 xadvance=31 page=0 chnl=0 -char id=50 x=490 y=837 width=36 height=50 xoffset=2 yoffset=13 xadvance=40 page=0 chnl=0 -char id=51 x=769 y=683 width=38 height=51 xoffset=2 yoffset=13 xadvance=42 page=0 chnl=0 -char id=52 x=403 y=938 width=39 height=49 xoffset=2 yoffset=14 xadvance=43 page=0 chnl=0 -char id=53 x=526 y=837 width=36 height=50 xoffset=3 yoffset=14 xadvance=40 page=0 chnl=0 -char id=54 x=807 y=683 width=37 height=51 xoffset=2 yoffset=13 xadvance=41 page=0 chnl=0 -char id=55 x=442 y=938 width=35 height=49 xoffset=1 yoffset=14 xadvance=38 page=0 chnl=0 -char id=56 x=844 y=683 width=37 height=51 xoffset=2 yoffset=13 xadvance=41 page=0 chnl=0 -char id=57 x=881 y=683 width=38 height=51 xoffset=2 yoffset=13 xadvance=41 page=0 chnl=0 -char id=59 x=996 y=837 width=15 height=49 xoffset=2 yoffset=26 xadvance=19 page=0 chnl=0 -char id=63 x=919 y=683 width=32 height=51 xoffset=1 yoffset=13 xadvance=35 page=0 chnl=0 -char id=64 x=249 y=335 width=61 height=62 xoffset=2 yoffset=8 xadvance=64 page=0 chnl=0 -char id=65 x=477 y=938 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=0 chnl=0 -char id=66 x=523 y=938 width=38 height=49 xoffset=3 yoffset=14 xadvance=42 page=0 chnl=0 -char id=67 x=951 y=683 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=68 x=561 y=938 width=41 height=49 xoffset=3 yoffset=14 xadvance=46 page=0 chnl=0 -char id=69 x=602 y=938 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=70 x=636 y=938 width=33 height=49 xoffset=3 yoffset=14 xadvance=37 page=0 chnl=0 -char id=71 x=0 y=735 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=72 x=669 y=938 width=42 height=49 xoffset=3 yoffset=14 xadvance=48 page=0 chnl=0 -char id=73 x=1011 y=735 width=12 height=49 xoffset=3 yoffset=14 xadvance=18 page=0 chnl=0 -char id=74 x=562 y=837 width=33 height=50 xoffset=0 yoffset=14 xadvance=36 page=0 chnl=0 -char id=75 x=711 y=938 width=41 height=49 xoffset=3 yoffset=14 xadvance=43 page=0 chnl=0 -char id=76 x=752 y=938 width=32 height=49 xoffset=3 yoffset=14 xadvance=36 page=0 chnl=0 -char id=77 x=784 y=938 width=52 height=49 xoffset=3 yoffset=14 xadvance=58 page=0 chnl=0 -char id=78 x=836 y=938 width=41 height=49 xoffset=3 yoffset=14 xadvance=47 page=0 chnl=0 -char id=79 x=44 y=735 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=80 x=877 y=938 width=37 height=49 xoffset=3 yoffset=14 xadvance=41 page=0 chnl=0 -char id=81 x=192 y=520 width=46 height=54 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=82 x=914 y=938 width=39 height=49 xoffset=3 yoffset=14 xadvance=42 page=0 chnl=0 -char id=83 x=90 y=735 width=39 height=51 xoffset=1 yoffset=13 xadvance=42 page=0 chnl=0 -char id=84 x=953 y=938 width=40 height=49 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=85 x=595 y=837 width=41 height=50 xoffset=3 yoffset=14 xadvance=47 page=0 chnl=0 -char id=91 x=324 y=459 width=19 height=60 xoffset=6 yoffset=9 xadvance=25 page=0 chnl=0 -char id=92 x=895 y=459 width=25 height=58 xoffset=0 yoffset=12 xadvance=24 page=0 chnl=0 -char id=93 x=343 y=459 width=20 height=60 xoffset=0 yoffset=13 xadvance=25 page=0 chnl=0 -char id=94 x=348 y=988 width=29 height=23 xoffset=1 yoffset=15 xadvance=31 page=0 chnl=0 -char id=96 x=916 y=988 width=16 height=13 xoffset=8 yoffset=11 xadvance=32 page=0 chnl=0 -char id=98 x=636 y=837 width=36 height=50 xoffset=3 yoffset=14 xadvance=40 page=0 chnl=0 -char id=100 x=672 y=837 width=36 height=50 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=102 x=995 y=683 width=25 height=51 xoffset=0 yoffset=12 xadvance=24 page=0 chnl=0 -char id=103 x=678 y=578 width=36 height=52 xoffset=1 yoffset=25 xadvance=40 page=0 chnl=0 -char id=105 x=129 y=735 width=13 height=51 xoffset=2 yoffset=12 xadvance=17 page=0 chnl=0 -char id=106 x=597 y=0 width=19 height=65 xoffset=-3 yoffset=12 xadvance=17 page=0 chnl=0 -char id=108 x=1011 y=837 width=11 height=49 xoffset=3 yoffset=14 xadvance=17 page=0 chnl=0 -char id=112 x=714 y=578 width=36 height=52 xoffset=3 yoffset=25 xadvance=40 page=0 chnl=0 -char id=113 x=750 y=578 width=36 height=52 xoffset=1 yoffset=25 xadvance=40 page=0 chnl=0 -char id=121 x=142 y=735 width=37 height=51 xoffset=0 yoffset=26 xadvance=37 page=0 chnl=0 -char id=123 x=363 y=459 width=24 height=60 xoffset=1 yoffset=9 xadvance=25 page=0 chnl=0 -char id=124 x=56 y=0 width=11 height=79 xoffset=6 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=125 x=387 y=459 width=25 height=60 xoffset=0 yoffset=9 xadvance=25 page=0 chnl=0 -char id=126 x=718 y=988 width=37 height=17 xoffset=3 yoffset=30 xadvance=43 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=16 page=0 chnl=0 -char id=161 x=708 y=837 width=13 height=50 xoffset=3 yoffset=25 xadvance=20 page=0 chnl=0 -char id=163 x=721 y=837 width=36 height=50 xoffset=3 yoffset=13 xadvance=42 page=0 chnl=0 -char id=166 x=920 y=459 width=10 height=58 xoffset=5 yoffset=14 xadvance=20 page=0 chnl=0 -char id=167 x=412 y=459 width=33 height=60 xoffset=2 yoffset=13 xadvance=37 page=0 chnl=0 -char id=168 x=987 y=988 width=25 height=11 xoffset=5 yoffset=12 xadvance=35 page=0 chnl=0 -char id=169 x=179 y=735 width=51 height=51 xoffset=4 yoffset=13 xadvance=59 page=0 chnl=0 -char id=170 x=274 y=988 width=24 height=28 xoffset=3 yoffset=14 xadvance=30 page=0 chnl=0 -char id=171 x=137 y=988 width=34 height=30 xoffset=2 yoffset=28 xadvance=38 page=0 chnl=0 -char id=172 x=755 y=988 width=30 height=17 xoffset=3 yoffset=35 xadvance=36 page=0 chnl=0 -char id=176 x=323 y=988 width=25 height=24 xoffset=2 yoffset=14 xadvance=29 page=0 chnl=0 -char id=178 x=96 y=988 width=25 height=31 xoffset=1 yoffset=9 xadvance=27 page=0 chnl=0 -char id=179 x=70 y=988 width=26 height=32 xoffset=1 yoffset=9 xadvance=28 page=0 chnl=0 -char id=180 x=932 y=988 width=16 height=13 xoffset=11 yoffset=11 xadvance=32 page=0 chnl=0 -char id=181 x=757 y=837 width=36 height=50 xoffset=3 yoffset=26 xadvance=42 page=0 chnl=0 -char id=183 x=948 y=988 width=13 height=13 xoffset=3 yoffset=35 xadvance=19 page=0 chnl=0 -char id=184 x=704 y=988 width=14 height=18 xoffset=5 yoffset=60 xadvance=22 page=0 chnl=0 -char id=185 x=121 y=988 width=16 height=31 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=186 x=298 y=988 width=25 height=28 xoffset=3 yoffset=14 xadvance=30 page=0 chnl=0 -char id=187 x=171 y=988 width=34 height=30 xoffset=2 yoffset=28 xadvance=38 page=0 chnl=0 -char id=190 x=793 y=837 width=60 height=50 xoffset=1 yoffset=13 xadvance=61 page=0 chnl=0 -char id=191 x=230 y=735 width=32 height=51 xoffset=2 yoffset=25 xadvance=35 page=0 chnl=0 -char id=192 x=899 y=79 width=46 height=64 xoffset=0 yoffset=-1 xadvance=46 page=0 chnl=0 -char id=193 x=945 y=79 width=46 height=64 xoffset=0 yoffset=-1 xadvance=46 page=0 chnl=0 -char id=194 x=0 y=144 width=46 height=64 xoffset=0 yoffset=-1 xadvance=46 page=0 chnl=0 -char id=195 x=820 y=208 width=46 height=63 xoffset=0 yoffset=0 xadvance=46 page=0 chnl=0 -char id=196 x=866 y=208 width=46 height=63 xoffset=0 yoffset=0 xadvance=46 page=0 chnl=0 -char id=197 x=616 y=0 width=46 height=65 xoffset=0 yoffset=-2 xadvance=46 page=0 chnl=0 -char id=199 x=662 y=0 width=44 height=65 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=200 x=46 y=144 width=34 height=64 xoffset=3 yoffset=-1 xadvance=39 page=0 chnl=0 -char id=201 x=80 y=144 width=34 height=64 xoffset=3 yoffset=-1 xadvance=39 page=0 chnl=0 -char id=202 x=114 y=144 width=34 height=64 xoffset=3 yoffset=-1 xadvance=39 page=0 chnl=0 -char id=203 x=912 y=208 width=34 height=63 xoffset=3 yoffset=0 xadvance=39 page=0 chnl=0 -char id=204 x=991 y=79 width=18 height=64 xoffset=-2 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=205 x=148 y=144 width=17 height=64 xoffset=3 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=206 x=165 y=144 width=32 height=64 xoffset=-5 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=207 x=946 y=208 width=30 height=63 xoffset=-4 yoffset=0 xadvance=18 page=0 chnl=0 -char id=209 x=976 y=208 width=41 height=63 xoffset=3 yoffset=0 xadvance=47 page=0 chnl=0 -char id=210 x=706 y=0 width=46 height=65 xoffset=2 yoffset=-1 xadvance=50 page=0 chnl=0 -char id=211 x=752 y=0 width=46 height=65 xoffset=2 yoffset=-1 xadvance=50 page=0 chnl=0 -char id=212 x=798 y=0 width=46 height=65 xoffset=2 yoffset=-1 xadvance=50 page=0 chnl=0 -char id=213 x=197 y=144 width=46 height=64 xoffset=2 yoffset=0 xadvance=50 page=0 chnl=0 -char id=214 x=243 y=144 width=46 height=64 xoffset=2 yoffset=0 xadvance=50 page=0 chnl=0 -char id=215 x=35 y=988 width=35 height=34 xoffset=4 yoffset=22 xadvance=43 page=0 chnl=0 -char id=216 x=238 y=520 width=46 height=54 xoffset=2 yoffset=12 xadvance=50 page=0 chnl=0 -char id=217 x=844 y=0 width=41 height=65 xoffset=3 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=218 x=885 y=0 width=41 height=65 xoffset=3 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=219 x=926 y=0 width=41 height=65 xoffset=3 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=220 x=289 y=144 width=41 height=64 xoffset=3 yoffset=0 xadvance=47 page=0 chnl=0 -char id=221 x=330 y=144 width=45 height=64 xoffset=0 yoffset=-1 xadvance=45 page=0 chnl=0 -char id=223 x=853 y=837 width=37 height=50 xoffset=3 yoffset=13 xadvance=41 page=0 chnl=0 -char id=224 x=445 y=520 width=33 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=225 x=478 y=520 width=33 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=226 x=511 y=520 width=33 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=227 x=786 y=578 width=33 height=52 xoffset=1 yoffset=12 xadvance=37 page=0 chnl=0 -char id=228 x=819 y=578 width=33 height=52 xoffset=1 yoffset=12 xadvance=37 page=0 chnl=0 -char id=229 x=126 y=520 width=33 height=57 xoffset=1 yoffset=7 xadvance=37 page=0 chnl=0 -char id=231 x=544 y=520 width=35 height=53 xoffset=1 yoffset=25 xadvance=37 page=0 chnl=0 -char id=232 x=579 y=520 width=36 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=233 x=615 y=520 width=36 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=234 x=651 y=520 width=36 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=235 x=852 y=578 width=36 height=52 xoffset=1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=236 x=1000 y=459 width=18 height=52 xoffset=-3 yoffset=11 xadvance=17 page=0 chnl=0 -char id=237 x=888 y=578 width=18 height=52 xoffset=3 yoffset=11 xadvance=17 page=0 chnl=0 -char id=238 x=906 y=578 width=33 height=52 xoffset=-5 yoffset=11 xadvance=17 page=0 chnl=0 -char id=239 x=262 y=735 width=29 height=51 xoffset=-4 yoffset=12 xadvance=17 page=0 chnl=0 -char id=240 x=687 y=520 width=36 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=241 x=291 y=735 width=33 height=51 xoffset=3 yoffset=12 xadvance=39 page=0 chnl=0 -char id=242 x=723 y=520 width=37 height=53 xoffset=1 yoffset=11 xadvance=39 page=0 chnl=0 -char id=243 x=760 y=520 width=37 height=53 xoffset=1 yoffset=11 xadvance=39 page=0 chnl=0 -char id=244 x=797 y=520 width=37 height=53 xoffset=1 yoffset=11 xadvance=39 page=0 chnl=0 -char id=245 x=939 y=578 width=37 height=52 xoffset=1 yoffset=12 xadvance=39 page=0 chnl=0 -char id=246 x=976 y=578 width=37 height=52 xoffset=1 yoffset=12 xadvance=39 page=0 chnl=0 -char id=249 x=834 y=520 width=33 height=53 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=250 x=867 y=520 width=33 height=53 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=251 x=900 y=520 width=33 height=53 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=252 x=0 y=631 width=33 height=52 xoffset=3 yoffset=12 xadvance=39 page=0 chnl=0 -char id=253 x=290 y=0 width=37 height=66 xoffset=0 yoffset=11 xadvance=37 page=0 chnl=0 -char id=254 x=0 y=272 width=35 height=63 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=255 x=967 y=0 width=37 height=65 xoffset=0 yoffset=12 xadvance=37 page=0 chnl=0 -char id=256 x=39 y=398 width=46 height=61 xoffset=0 yoffset=2 xadvance=46 page=0 chnl=0 -char id=257 x=890 y=837 width=33 height=50 xoffset=1 yoffset=14 xadvance=37 page=0 chnl=0 -char id=258 x=85 y=398 width=46 height=61 xoffset=0 yoffset=2 xadvance=46 page=0 chnl=0 -char id=259 x=923 y=837 width=33 height=50 xoffset=1 yoffset=14 xadvance=37 page=0 chnl=0 -char id=260 x=35 y=272 width=47 height=63 xoffset=0 yoffset=14 xadvance=46 page=0 chnl=0 -char id=261 x=33 y=631 width=34 height=52 xoffset=1 yoffset=25 xadvance=37 page=0 chnl=0 -char id=262 x=0 y=79 width=44 height=65 xoffset=2 yoffset=-1 xadvance=48 page=0 chnl=0 -char id=263 x=933 y=520 width=35 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=264 x=44 y=79 width=44 height=65 xoffset=2 yoffset=-1 xadvance=48 page=0 chnl=0 -char id=265 x=968 y=520 width=35 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=266 x=375 y=144 width=44 height=64 xoffset=2 yoffset=0 xadvance=48 page=0 chnl=0 -char id=267 x=67 y=631 width=35 height=52 xoffset=1 yoffset=12 xadvance=37 page=0 chnl=0 -char id=268 x=88 y=79 width=44 height=65 xoffset=2 yoffset=-1 xadvance=48 page=0 chnl=0 -char id=269 x=0 y=578 width=35 height=53 xoffset=1 yoffset=11 xadvance=37 page=0 chnl=0 -char id=270 x=419 y=144 width=41 height=64 xoffset=3 yoffset=-1 xadvance=46 page=0 chnl=0 -char id=271 x=102 y=631 width=47 height=52 xoffset=1 yoffset=12 xadvance=46 page=0 chnl=0 -char id=273 x=956 y=837 width=40 height=50 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=274 x=131 y=398 width=34 height=61 xoffset=3 yoffset=2 xadvance=39 page=0 chnl=0 -char id=275 x=0 y=888 width=36 height=50 xoffset=1 yoffset=14 xadvance=38 page=0 chnl=0 -char id=276 x=165 y=398 width=34 height=61 xoffset=3 yoffset=2 xadvance=39 page=0 chnl=0 -char id=277 x=36 y=888 width=36 height=50 xoffset=1 yoffset=14 xadvance=38 page=0 chnl=0 -char id=278 x=82 y=272 width=34 height=63 xoffset=3 yoffset=0 xadvance=39 page=0 chnl=0 -char id=279 x=149 y=631 width=36 height=52 xoffset=1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=280 x=116 y=272 width=34 height=63 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=281 x=324 y=735 width=36 height=51 xoffset=1 yoffset=25 xadvance=38 page=0 chnl=0 -char id=282 x=460 y=144 width=34 height=64 xoffset=3 yoffset=-1 xadvance=39 page=0 chnl=0 -char id=283 x=35 y=578 width=36 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=284 x=132 y=79 width=44 height=65 xoffset=2 yoffset=-1 xadvance=48 page=0 chnl=0 -char id=285 x=327 y=0 width=36 height=66 xoffset=1 yoffset=11 xadvance=40 page=0 chnl=0 -char id=286 x=310 y=335 width=44 height=62 xoffset=2 yoffset=2 xadvance=48 page=0 chnl=0 -char id=287 x=150 y=272 width=36 height=63 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=288 x=494 y=144 width=44 height=64 xoffset=2 yoffset=0 xadvance=48 page=0 chnl=0 -char id=289 x=176 y=79 width=36 height=65 xoffset=1 yoffset=12 xadvance=40 page=0 chnl=0 -char id=290 x=363 y=0 width=44 height=66 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=291 x=170 y=0 width=36 height=71 xoffset=1 yoffset=6 xadvance=40 page=0 chnl=0 -char id=292 x=538 y=144 width=42 height=64 xoffset=3 yoffset=-1 xadvance=48 page=0 chnl=0 -char id=293 x=580 y=144 width=45 height=64 xoffset=-5 yoffset=-1 xadvance=39 page=0 chnl=0 -char id=296 x=186 y=272 width=26 height=63 xoffset=1 yoffset=0 xadvance=29 page=0 chnl=0 -char id=297 x=360 y=735 width=30 height=51 xoffset=-4 yoffset=12 xadvance=18 page=0 chnl=0 -char id=298 x=199 y=398 width=28 height=61 xoffset=-4 yoffset=2 xadvance=18 page=0 chnl=0 -char id=299 x=993 y=938 width=29 height=49 xoffset=-4 yoffset=14 xadvance=17 page=0 chnl=0 -char id=300 x=227 y=398 width=26 height=61 xoffset=-3 yoffset=2 xadvance=18 page=0 chnl=0 -char id=302 x=212 y=272 width=16 height=63 xoffset=-1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=303 x=1004 y=0 width=16 height=65 xoffset=-1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=304 x=1009 y=79 width=12 height=63 xoffset=3 yoffset=0 xadvance=18 page=0 chnl=0 -char id=306 x=72 y=888 width=48 height=50 xoffset=3 yoffset=14 xadvance=54 page=0 chnl=0 -char id=307 x=212 y=79 width=30 height=65 xoffset=2 yoffset=12 xadvance=33 page=0 chnl=0 -char id=308 x=242 y=79 width=42 height=65 xoffset=0 yoffset=-1 xadvance=36 page=0 chnl=0 -char id=309 x=407 y=0 width=33 height=66 xoffset=-5 yoffset=11 xadvance=17 page=0 chnl=0 -char id=310 x=284 y=79 width=41 height=65 xoffset=3 yoffset=14 xadvance=43 page=0 chnl=0 -char id=311 x=325 y=79 width=34 height=65 xoffset=3 yoffset=14 xadvance=36 page=0 chnl=0 -char id=313 x=625 y=144 width=32 height=64 xoffset=3 yoffset=-1 xadvance=36 page=0 chnl=0 -char id=314 x=657 y=144 width=18 height=64 xoffset=3 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=315 x=359 y=79 width=32 height=65 xoffset=3 yoffset=14 xadvance=36 page=0 chnl=0 -char id=316 x=391 y=79 width=13 height=65 xoffset=1 yoffset=14 xadvance=17 page=0 chnl=0 -char id=317 x=390 y=735 width=32 height=51 xoffset=3 yoffset=12 xadvance=36 page=0 chnl=0 -char id=318 x=422 y=735 width=21 height=51 xoffset=3 yoffset=12 xadvance=23 page=0 chnl=0 -char id=323 x=675 y=144 width=41 height=64 xoffset=3 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=324 x=185 y=631 width=33 height=52 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=325 x=404 y=79 width=41 height=65 xoffset=3 yoffset=14 xadvance=47 page=0 chnl=0 -char id=326 x=284 y=520 width=33 height=54 xoffset=3 yoffset=25 xadvance=39 page=0 chnl=0 -char id=327 x=716 y=144 width=41 height=64 xoffset=3 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=328 x=218 y=631 width=33 height=52 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=330 x=228 y=272 width=41 height=63 xoffset=3 yoffset=14 xadvance=47 page=0 chnl=0 -char id=331 x=251 y=631 width=33 height=52 xoffset=3 yoffset=25 xadvance=39 page=0 chnl=0 -char id=332 x=354 y=335 width=46 height=62 xoffset=2 yoffset=2 xadvance=50 page=0 chnl=0 -char id=333 x=120 y=888 width=37 height=50 xoffset=1 yoffset=14 xadvance=39 page=0 chnl=0 -char id=334 x=400 y=335 width=46 height=62 xoffset=2 yoffset=2 xadvance=50 page=0 chnl=0 -char id=335 x=157 y=888 width=37 height=50 xoffset=1 yoffset=14 xadvance=39 page=0 chnl=0 -char id=336 x=269 y=272 width=46 height=63 xoffset=2 yoffset=1 xadvance=50 page=0 chnl=0 -char id=337 x=443 y=735 width=37 height=51 xoffset=1 yoffset=13 xadvance=39 page=0 chnl=0 -char id=340 x=757 y=144 width=39 height=64 xoffset=3 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=341 x=284 y=631 width=23 height=52 xoffset=3 yoffset=11 xadvance=25 page=0 chnl=0 -char id=342 x=445 y=79 width=39 height=65 xoffset=3 yoffset=14 xadvance=42 page=0 chnl=0 -char id=343 x=317 y=520 width=25 height=54 xoffset=1 yoffset=25 xadvance=25 page=0 chnl=0 -char id=344 x=796 y=144 width=39 height=64 xoffset=3 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=345 x=307 y=631 width=27 height=52 xoffset=0 yoffset=11 xadvance=25 page=0 chnl=0 -char id=346 x=484 y=79 width=39 height=65 xoffset=1 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=347 x=71 y=578 width=33 height=53 xoffset=1 yoffset=11 xadvance=35 page=0 chnl=0 -char id=348 x=523 y=79 width=39 height=65 xoffset=1 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=349 x=104 y=578 width=33 height=53 xoffset=1 yoffset=11 xadvance=35 page=0 chnl=0 -char id=350 x=562 y=79 width=39 height=65 xoffset=1 yoffset=13 xadvance=42 page=0 chnl=0 -char id=351 x=137 y=578 width=33 height=53 xoffset=1 yoffset=25 xadvance=35 page=0 chnl=0 -char id=352 x=601 y=79 width=39 height=65 xoffset=1 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=353 x=170 y=578 width=33 height=53 xoffset=1 yoffset=11 xadvance=35 page=0 chnl=0 -char id=354 x=835 y=144 width=40 height=64 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=355 x=253 y=398 width=25 height=61 xoffset=0 yoffset=17 xadvance=24 page=0 chnl=0 -char id=356 x=875 y=144 width=40 height=64 xoffset=1 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=357 x=342 y=520 width=27 height=54 xoffset=0 yoffset=10 xadvance=24 page=0 chnl=0 -char id=360 x=915 y=144 width=41 height=64 xoffset=3 yoffset=0 xadvance=47 page=0 chnl=0 -char id=361 x=334 y=631 width=33 height=52 xoffset=3 yoffset=12 xadvance=39 page=0 chnl=0 -char id=362 x=446 y=335 width=41 height=62 xoffset=3 yoffset=2 xadvance=47 page=0 chnl=0 -char id=363 x=194 y=888 width=33 height=50 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=364 x=487 y=335 width=41 height=62 xoffset=3 yoffset=2 xadvance=47 page=0 chnl=0 -char id=365 x=227 y=888 width=33 height=50 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=366 x=440 y=0 width=41 height=66 xoffset=3 yoffset=-2 xadvance=47 page=0 chnl=0 -char id=367 x=159 y=520 width=33 height=57 xoffset=3 yoffset=7 xadvance=39 page=0 chnl=0 -char id=368 x=315 y=272 width=41 height=63 xoffset=3 yoffset=1 xadvance=47 page=0 chnl=0 -char id=369 x=480 y=735 width=34 height=51 xoffset=3 yoffset=13 xadvance=39 page=0 chnl=0 -char id=370 x=356 y=272 width=41 height=63 xoffset=3 yoffset=14 xadvance=47 page=0 chnl=0 -char id=371 x=514 y=735 width=34 height=51 xoffset=3 yoffset=26 xadvance=39 page=0 chnl=0 -char id=372 x=956 y=144 width=65 height=64 xoffset=0 yoffset=-1 xadvance=64 page=0 chnl=0 -char id=373 x=367 y=631 width=54 height=52 xoffset=0 yoffset=11 xadvance=54 page=0 chnl=0 -char id=374 x=0 y=208 width=45 height=64 xoffset=0 yoffset=-1 xadvance=45 page=0 chnl=0 -char id=375 x=481 y=0 width=37 height=66 xoffset=0 yoffset=11 xadvance=37 page=0 chnl=0 -char id=376 x=397 y=272 width=45 height=63 xoffset=0 yoffset=0 xadvance=45 page=0 chnl=0 -char id=377 x=45 y=208 width=38 height=64 xoffset=2 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=378 x=421 y=631 width=32 height=52 xoffset=2 yoffset=11 xadvance=36 page=0 chnl=0 -char id=379 x=442 y=272 width=38 height=63 xoffset=2 yoffset=0 xadvance=42 page=0 chnl=0 -char id=380 x=548 y=735 width=32 height=51 xoffset=2 yoffset=12 xadvance=36 page=0 chnl=0 -char id=381 x=83 y=208 width=38 height=64 xoffset=2 yoffset=-1 xadvance=42 page=0 chnl=0 -char id=382 x=453 y=631 width=32 height=52 xoffset=2 yoffset=11 xadvance=36 page=0 chnl=0 -char id=383 x=580 y=735 width=20 height=51 xoffset=-1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=884 x=400 y=988 width=12 height=22 xoffset=3 yoffset=14 xadvance=18 page=0 chnl=0 -char id=885 x=829 y=988 width=14 height=14 xoffset=2 yoffset=63 xadvance=18 page=0 chnl=0 -char id=890 x=785 y=988 width=12 height=16 xoffset=3 yoffset=63 xadvance=18 page=0 chnl=0 -char id=900 x=961 y=988 width=13 height=13 xoffset=5 yoffset=11 xadvance=22 page=0 chnl=0 -char id=901 x=524 y=988 width=30 height=19 xoffset=3 yoffset=6 xadvance=36 page=0 chnl=0 -char id=902 x=485 y=631 width=46 height=52 xoffset=0 yoffset=11 xadvance=46 page=0 chnl=0 -char id=903 x=974 y=988 width=13 height=13 xoffset=3 yoffset=25 xadvance=19 page=0 chnl=0 -char id=904 x=531 y=631 width=44 height=52 xoffset=2 yoffset=11 xadvance=48 page=0 chnl=0 -char id=905 x=575 y=631 width=52 height=52 xoffset=3 yoffset=11 xadvance=58 page=0 chnl=0 -char id=906 x=627 y=631 width=21 height=52 xoffset=-1 yoffset=11 xadvance=23 page=0 chnl=0 -char id=908 x=203 y=578 width=52 height=53 xoffset=-2 yoffset=11 xadvance=51 page=0 chnl=0 -char id=910 x=648 y=631 width=57 height=52 xoffset=0 yoffset=11 xadvance=59 page=0 chnl=0 -char id=911 x=705 y=631 width=53 height=52 xoffset=-2 yoffset=11 xadvance=51 page=0 chnl=0 -char id=912 x=930 y=459 width=38 height=58 xoffset=-7 yoffset=6 xadvance=19 page=0 chnl=0 -char id=920 x=600 y=735 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=927 x=646 y=735 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=937 x=260 y=888 width=46 height=50 xoffset=2 yoffset=13 xadvance=49 page=0 chnl=0 -char id=938 x=480 y=272 width=30 height=63 xoffset=-4 yoffset=0 xadvance=18 page=0 chnl=0 -char id=939 x=397 y=272 width=45 height=63 xoffset=0 yoffset=0 xadvance=45 page=0 chnl=0 -char id=940 x=255 y=578 width=39 height=53 xoffset=1 yoffset=11 xadvance=41 page=0 chnl=0 -char id=941 x=294 y=578 width=34 height=53 xoffset=1 yoffset=11 xadvance=36 page=0 chnl=0 -char id=942 x=518 y=0 width=33 height=66 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=943 x=1003 y=520 width=18 height=53 xoffset=3 yoffset=11 xadvance=19 page=0 chnl=0 -char id=944 x=968 y=459 width=32 height=58 xoffset=3 yoffset=6 xadvance=38 page=0 chnl=0 -char id=946 x=121 y=208 width=34 height=64 xoffset=3 yoffset=13 xadvance=39 page=0 chnl=0 -char id=947 x=692 y=735 width=35 height=51 xoffset=0 yoffset=26 xadvance=35 page=0 chnl=0 -char id=948 x=758 y=631 width=35 height=52 xoffset=2 yoffset=12 xadvance=39 page=0 chnl=0 -char id=950 x=528 y=335 width=32 height=62 xoffset=1 yoffset=14 xadvance=35 page=0 chnl=0 -char id=951 x=793 y=631 width=33 height=52 xoffset=3 yoffset=25 xadvance=39 page=0 chnl=0 -char id=952 x=306 y=888 width=34 height=50 xoffset=3 yoffset=14 xadvance=40 page=0 chnl=0 -char id=955 x=727 y=735 width=38 height=51 xoffset=0 yoffset=13 xadvance=38 page=0 chnl=0 -char id=956 x=340 y=888 width=36 height=50 xoffset=3 yoffset=26 xadvance=42 page=0 chnl=0 -char id=958 x=510 y=272 width=32 height=63 xoffset=2 yoffset=13 xadvance=36 page=0 chnl=0 -char id=961 x=765 y=735 width=33 height=51 xoffset=3 yoffset=25 xadvance=37 page=0 chnl=0 -char id=962 x=376 y=888 width=32 height=50 xoffset=2 yoffset=25 xadvance=36 page=0 chnl=0 -char id=966 x=826 y=631 width=47 height=52 xoffset=2 yoffset=25 xadvance=52 page=0 chnl=0 -char id=967 x=873 y=631 width=40 height=52 xoffset=0 yoffset=25 xadvance=39 page=0 chnl=0 -char id=968 x=913 y=631 width=46 height=52 xoffset=3 yoffset=26 xadvance=50 page=0 chnl=0 -char id=970 x=959 y=631 width=27 height=52 xoffset=-4 yoffset=12 xadvance=19 page=0 chnl=0 -char id=971 x=986 y=631 width=32 height=52 xoffset=3 yoffset=12 xadvance=38 page=0 chnl=0 -char id=972 x=328 y=578 width=37 height=53 xoffset=1 yoffset=11 xadvance=39 page=0 chnl=0 -char id=973 x=365 y=578 width=32 height=53 xoffset=3 yoffset=11 xadvance=38 page=0 chnl=0 -char id=974 x=397 y=578 width=51 height=53 xoffset=3 yoffset=11 xadvance=57 page=0 chnl=0 -char id=976 x=0 y=683 width=35 height=52 xoffset=4 yoffset=12 xadvance=42 page=0 chnl=0 -char id=977 x=798 y=735 width=38 height=51 xoffset=2 yoffset=13 xadvance=42 page=0 chnl=0 -char id=978 x=408 y=888 width=42 height=50 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=0 -char id=979 x=836 y=735 width=53 height=51 xoffset=-2 yoffset=12 xadvance=53 page=0 chnl=0 -char id=980 x=542 y=272 width=42 height=63 xoffset=1 yoffset=0 xadvance=44 page=0 chnl=0 -char id=981 x=155 y=208 width=45 height=64 xoffset=2 yoffset=13 xadvance=49 page=0 chnl=0 -char id=983 x=889 y=735 width=44 height=51 xoffset=2 yoffset=25 xadvance=48 page=0 chnl=0 -char id=984 x=584 y=272 width=45 height=63 xoffset=2 yoffset=13 xadvance=49 page=0 chnl=0 -char id=985 x=35 y=683 width=36 height=52 xoffset=1 yoffset=25 xadvance=40 page=0 chnl=0 -char id=986 x=629 y=272 width=40 height=63 xoffset=4 yoffset=13 xadvance=48 page=0 chnl=0 -char id=987 x=933 y=735 width=34 height=51 xoffset=1 yoffset=25 xadvance=36 page=0 chnl=0 -char id=989 x=450 y=888 width=30 height=50 xoffset=3 yoffset=26 xadvance=36 page=0 chnl=0 -char id=990 x=967 y=735 width=44 height=51 xoffset=1 yoffset=13 xadvance=45 page=0 chnl=0 -char id=992 x=200 y=208 width=47 height=64 xoffset=2 yoffset=13 xadvance=51 page=0 chnl=0 -char id=993 x=551 y=0 width=46 height=66 xoffset=1 yoffset=11 xadvance=48 page=0 chnl=0 -char id=1009 x=448 y=578 width=35 height=53 xoffset=4 yoffset=25 xadvance=42 page=0 chnl=0 -char id=1011 x=640 y=79 width=19 height=65 xoffset=-3 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1012 x=0 y=786 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=1016 x=669 y=272 width=35 height=63 xoffset=3 yoffset=14 xadvance=39 page=0 chnl=0 -char id=1017 x=46 y=786 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=1019 x=480 y=888 width=44 height=50 xoffset=2 yoffset=26 xadvance=48 page=0 chnl=0 -char id=1020 x=90 y=786 width=42 height=51 xoffset=-4 yoffset=25 xadvance=37 page=0 chnl=0 -char id=1021 x=132 y=786 width=40 height=51 xoffset=3 yoffset=13 xadvance=45 page=0 chnl=0 -char id=1022 x=172 y=786 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=1023 x=216 y=786 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=1024 x=247 y=208 width=34 height=64 xoffset=3 yoffset=-1 xadvance=39 page=0 chnl=0 -char id=1025 x=704 y=272 width=34 height=63 xoffset=3 yoffset=0 xadvance=39 page=0 chnl=0 -char id=1026 x=524 y=888 width=51 height=50 xoffset=1 yoffset=14 xadvance=54 page=0 chnl=0 -char id=1027 x=281 y=208 width=33 height=64 xoffset=3 yoffset=-1 xadvance=37 page=0 chnl=0 -char id=1028 x=260 y=786 width=40 height=51 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=0 -char id=1029 x=300 y=786 width=39 height=51 xoffset=1 yoffset=13 xadvance=42 page=0 chnl=0 -char id=1031 x=738 y=272 width=29 height=63 xoffset=-4 yoffset=0 xadvance=18 page=0 chnl=0 -char id=1032 x=575 y=888 width=33 height=50 xoffset=0 yoffset=14 xadvance=36 page=0 chnl=0 -char id=1036 x=314 y=208 width=41 height=64 xoffset=3 yoffset=-1 xadvance=43 page=0 chnl=0 -char id=1037 x=355 y=208 width=41 height=64 xoffset=3 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=1038 x=560 y=335 width=42 height=62 xoffset=0 yoffset=2 xadvance=42 page=0 chnl=0 -char id=1039 x=278 y=398 width=40 height=61 xoffset=3 yoffset=14 xadvance=46 page=0 chnl=0 -char id=1044 x=318 y=398 width=49 height=61 xoffset=0 yoffset=14 xadvance=50 page=0 chnl=0 -char id=1047 x=339 y=786 width=38 height=51 xoffset=2 yoffset=13 xadvance=42 page=0 chnl=0 -char id=1049 x=367 y=398 width=41 height=61 xoffset=3 yoffset=2 xadvance=47 page=0 chnl=0 -char id=1054 x=377 y=786 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=1057 x=46 y=786 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=1059 x=608 y=888 width=42 height=50 xoffset=0 yoffset=14 xadvance=42 page=0 chnl=0 -char id=1060 x=71 y=683 width=50 height=52 xoffset=2 yoffset=13 xadvance=54 page=0 chnl=0 -char id=1062 x=445 y=459 width=46 height=60 xoffset=3 yoffset=14 xadvance=50 page=0 chnl=0 -char id=1065 x=491 y=459 width=62 height=60 xoffset=4 yoffset=14 xadvance=66 page=0 chnl=0 -char id=1069 x=423 y=786 width=40 height=51 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=0 -char id=1070 x=463 y=786 width=62 height=51 xoffset=3 yoffset=13 xadvance=67 page=0 chnl=0 -char id=1073 x=525 y=786 width=36 height=51 xoffset=1 yoffset=13 xadvance=39 page=0 chnl=0 -char id=1088 x=121 y=683 width=36 height=52 xoffset=3 yoffset=25 xadvance=40 page=0 chnl=0 -char id=1091 x=561 y=786 width=37 height=51 xoffset=0 yoffset=26 xadvance=37 page=0 chnl=0 -char id=1092 x=408 y=398 width=46 height=61 xoffset=1 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1104 x=483 y=578 width=36 height=53 xoffset=1 yoffset=11 xadvance=38 page=0 chnl=0 -char id=1105 x=157 y=683 width=36 height=52 xoffset=1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=1106 x=767 y=272 width=43 height=63 xoffset=-4 yoffset=14 xadvance=39 page=0 chnl=0 -char id=1107 x=193 y=683 width=26 height=52 xoffset=3 yoffset=11 xadvance=30 page=0 chnl=0 -char id=1110 x=598 y=786 width=13 height=51 xoffset=2 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1111 x=611 y=786 width=29 height=51 xoffset=-4 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1112 x=640 y=79 width=19 height=65 xoffset=-3 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1116 x=219 y=683 width=34 height=52 xoffset=3 yoffset=11 xadvance=36 page=0 chnl=0 -char id=1117 x=253 y=683 width=33 height=52 xoffset=3 yoffset=11 xadvance=39 page=0 chnl=0 -char id=1118 x=810 y=272 width=37 height=63 xoffset=0 yoffset=14 xadvance=37 page=0 chnl=0 -char id=1120 x=650 y=888 width=55 height=50 xoffset=3 yoffset=14 xadvance=61 page=0 chnl=0 -char id=1123 x=369 y=520 width=38 height=54 xoffset=0 yoffset=9 xadvance=39 page=0 chnl=0 -char id=1124 x=640 y=786 width=59 height=51 xoffset=3 yoffset=13 xadvance=63 page=0 chnl=0 -char id=1134 x=87 y=0 width=32 height=76 xoffset=2 yoffset=1 xadvance=36 page=0 chnl=0 -char id=1135 x=659 y=79 width=30 height=65 xoffset=0 yoffset=12 xadvance=33 page=0 chnl=0 -char id=1137 x=286 y=683 width=46 height=52 xoffset=3 yoffset=26 xadvance=50 page=0 chnl=0 -char id=1138 x=699 y=786 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=1140 x=705 y=888 width=47 height=50 xoffset=0 yoffset=13 xadvance=47 page=0 chnl=0 -char id=1142 x=396 y=208 width=47 height=64 xoffset=0 yoffset=-1 xadvance=47 page=0 chnl=0 -char id=1143 x=332 y=683 width=39 height=52 xoffset=0 yoffset=11 xadvance=39 page=0 chnl=0 -char id=1144 x=443 y=208 width=85 height=64 xoffset=2 yoffset=13 xadvance=86 page=0 chnl=0 -char id=1145 x=371 y=683 width=74 height=52 xoffset=1 yoffset=25 xadvance=75 page=0 chnl=0 -char id=1146 x=553 y=459 width=45 height=60 xoffset=2 yoffset=9 xadvance=49 page=0 chnl=0 -char id=1148 x=454 y=398 width=55 height=61 xoffset=4 yoffset=3 xadvance=63 page=0 chnl=0 -char id=1149 x=752 y=888 width=47 height=50 xoffset=2 yoffset=14 xadvance=51 page=0 chnl=0 -char id=1150 x=509 y=398 width=55 height=61 xoffset=3 yoffset=3 xadvance=61 page=0 chnl=0 -char id=1152 x=602 y=335 width=38 height=62 xoffset=2 yoffset=13 xadvance=42 page=0 chnl=0 -char id=1153 x=799 y=888 width=32 height=50 xoffset=2 yoffset=25 xadvance=36 page=0 chnl=0 -char id=1157 x=843 y=988 width=30 height=14 xoffset=-22 yoffset=9 xadvance=0 page=0 chnl=0 -char id=1158 x=873 y=988 width=30 height=14 xoffset=-21 yoffset=9 xadvance=0 page=0 chnl=0 -char id=1160 x=0 y=520 width=126 height=58 xoffset=-51 yoffset=15 xadvance=0 page=0 chnl=0 -char id=1161 x=640 y=335 width=120 height=62 xoffset=-49 yoffset=14 xadvance=0 page=0 chnl=0 -char id=1162 x=119 y=0 width=51 height=74 xoffset=3 yoffset=2 xadvance=47 page=0 chnl=0 -char id=1163 x=760 y=335 width=40 height=62 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=0 -char id=1165 x=407 y=520 width=38 height=54 xoffset=0 yoffset=9 xadvance=39 page=0 chnl=0 -char id=1167 x=445 y=683 width=36 height=52 xoffset=3 yoffset=25 xadvance=39 page=0 chnl=0 -char id=1168 x=598 y=459 width=33 height=60 xoffset=3 yoffset=3 xadvance=37 page=0 chnl=0 -char id=1172 x=631 y=459 width=38 height=60 xoffset=3 yoffset=14 xadvance=43 page=0 chnl=0 -char id=1174 x=564 y=398 width=70 height=61 xoffset=0 yoffset=14 xadvance=67 page=0 chnl=0 -char id=1176 x=689 y=79 width=38 height=65 xoffset=2 yoffset=13 xadvance=42 page=0 chnl=0 -char id=1177 x=519 y=578 width=31 height=53 xoffset=1 yoffset=25 xadvance=33 page=0 chnl=0 -char id=1178 x=634 y=398 width=42 height=61 xoffset=3 yoffset=14 xadvance=46 page=0 chnl=0 -char id=1186 x=676 y=398 width=49 height=61 xoffset=3 yoffset=14 xadvance=53 page=0 chnl=0 -char id=1190 x=669 y=459 width=65 height=60 xoffset=3 yoffset=14 xadvance=72 page=0 chnl=0 -char id=1192 x=745 y=786 width=48 height=51 xoffset=3 yoffset=13 xadvance=54 page=0 chnl=0 -char id=1194 x=727 y=79 width=44 height=65 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=1195 x=550 y=578 width=35 height=53 xoffset=1 yoffset=25 xadvance=37 page=0 chnl=0 -char id=1196 x=725 y=398 width=40 height=61 xoffset=1 yoffset=14 xadvance=42 page=0 chnl=0 -char id=1199 x=793 y=786 width=35 height=51 xoffset=0 yoffset=26 xadvance=35 page=0 chnl=0 -char id=1201 x=828 y=786 width=35 height=51 xoffset=0 yoffset=26 xadvance=35 page=0 chnl=0 -char id=1202 x=765 y=398 width=46 height=61 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=0 -char id=1204 x=734 y=459 width=57 height=60 xoffset=1 yoffset=14 xadvance=59 page=0 chnl=0 -char id=1206 x=811 y=398 width=49 height=61 xoffset=4 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1212 x=863 y=786 width=50 height=51 xoffset=2 yoffset=13 xadvance=54 page=0 chnl=0 -char id=1214 x=771 y=79 width=50 height=65 xoffset=2 yoffset=13 xadvance=54 page=0 chnl=0 -char id=1215 x=585 y=578 width=47 height=53 xoffset=0 yoffset=25 xadvance=48 page=0 chnl=0 -char id=1217 x=860 y=398 width=66 height=61 xoffset=0 yoffset=2 xadvance=67 page=0 chnl=0 -char id=1219 x=791 y=459 width=39 height=60 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=0 -char id=1221 x=800 y=335 width=52 height=62 xoffset=0 yoffset=14 xadvance=46 page=0 chnl=0 -char id=1222 x=831 y=888 width=43 height=50 xoffset=0 yoffset=26 xadvance=44 page=0 chnl=0 -char id=1223 x=847 y=272 width=42 height=63 xoffset=3 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1224 x=913 y=786 width=32 height=51 xoffset=3 yoffset=26 xadvance=38 page=0 chnl=0 -char id=1225 x=852 y=335 width=49 height=62 xoffset=3 yoffset=14 xadvance=52 page=0 chnl=0 -char id=1226 x=874 y=888 width=39 height=50 xoffset=3 yoffset=26 xadvance=43 page=0 chnl=0 -char id=1227 x=926 y=398 width=49 height=61 xoffset=4 yoffset=14 xadvance=48 page=0 chnl=0 -char id=1229 x=901 y=335 width=61 height=62 xoffset=3 yoffset=14 xadvance=58 page=0 chnl=0 -char id=1230 x=913 y=888 width=50 height=50 xoffset=3 yoffset=26 xadvance=54 page=0 chnl=0 -char id=1232 x=975 y=398 width=46 height=61 xoffset=0 yoffset=2 xadvance=46 page=0 chnl=0 -char id=1233 x=963 y=888 width=33 height=50 xoffset=1 yoffset=14 xadvance=37 page=0 chnl=0 -char id=1234 x=889 y=272 width=46 height=63 xoffset=0 yoffset=0 xadvance=46 page=0 chnl=0 -char id=1235 x=481 y=683 width=33 height=52 xoffset=1 yoffset=12 xadvance=37 page=0 chnl=0 -char id=1238 x=0 y=459 width=34 height=61 xoffset=3 yoffset=2 xadvance=39 page=0 chnl=0 -char id=1239 x=0 y=938 width=36 height=50 xoffset=1 yoffset=14 xadvance=38 page=0 chnl=0 -char id=1240 x=945 y=786 width=43 height=51 xoffset=1 yoffset=13 xadvance=45 page=0 chnl=0 -char id=1242 x=528 y=208 width=43 height=64 xoffset=1 yoffset=0 xadvance=45 page=0 chnl=0 -char id=1243 x=514 y=683 width=36 height=52 xoffset=1 yoffset=12 xadvance=38 page=0 chnl=0 -char id=1244 x=935 y=272 width=66 height=63 xoffset=0 yoffset=0 xadvance=67 page=0 chnl=0 -char id=1245 x=0 y=837 width=55 height=51 xoffset=0 yoffset=12 xadvance=55 page=0 chnl=0 -char id=1246 x=571 y=208 width=38 height=64 xoffset=2 yoffset=0 xadvance=42 page=0 chnl=0 -char id=1247 x=550 y=683 width=31 height=52 xoffset=1 yoffset=12 xadvance=33 page=0 chnl=0 -char id=1248 x=36 y=938 width=37 height=50 xoffset=2 yoffset=14 xadvance=41 page=0 chnl=0 -char id=1249 x=73 y=938 width=37 height=50 xoffset=2 yoffset=26 xadvance=41 page=0 chnl=0 -char id=1250 x=34 y=459 width=41 height=61 xoffset=3 yoffset=2 xadvance=47 page=0 chnl=0 -char id=1252 x=0 y=335 width=41 height=63 xoffset=3 yoffset=0 xadvance=47 page=0 chnl=0 -char id=1253 x=988 y=786 width=33 height=51 xoffset=3 yoffset=12 xadvance=39 page=0 chnl=0 -char id=1254 x=609 y=208 width=46 height=64 xoffset=2 yoffset=0 xadvance=50 page=0 chnl=0 -char id=1255 x=581 y=683 width=37 height=52 xoffset=1 yoffset=12 xadvance=39 page=0 chnl=0 -char id=1256 x=55 y=837 width=46 height=51 xoffset=2 yoffset=13 xadvance=50 page=0 chnl=0 -char id=1258 x=655 y=208 width=46 height=64 xoffset=2 yoffset=0 xadvance=50 page=0 chnl=0 -char id=1259 x=618 y=683 width=37 height=52 xoffset=1 yoffset=12 xadvance=39 page=0 chnl=0 -char id=1260 x=701 y=208 width=40 height=64 xoffset=2 yoffset=0 xadvance=44 page=0 chnl=0 -char id=1261 x=655 y=683 width=33 height=52 xoffset=1 yoffset=12 xadvance=35 page=0 chnl=0 -char id=1262 x=962 y=335 width=42 height=62 xoffset=0 yoffset=2 xadvance=42 page=0 chnl=0 -char id=1263 x=41 y=335 width=37 height=63 xoffset=0 yoffset=14 xadvance=37 page=0 chnl=0 -char id=1264 x=741 y=208 width=42 height=64 xoffset=0 yoffset=0 xadvance=42 page=0 chnl=0 -char id=1265 x=821 y=79 width=37 height=65 xoffset=0 yoffset=12 xadvance=37 page=0 chnl=0 -char id=1266 x=78 y=335 width=42 height=63 xoffset=0 yoffset=1 xadvance=42 page=0 chnl=0 -char id=1267 x=783 y=208 width=37 height=64 xoffset=0 yoffset=13 xadvance=37 page=0 chnl=0 -char id=1268 x=120 y=335 width=40 height=63 xoffset=4 yoffset=0 xadvance=48 page=0 chnl=0 -char id=1269 x=101 y=837 width=32 height=51 xoffset=3 yoffset=12 xadvance=37 page=0 chnl=0 -char id=1270 x=75 y=459 width=33 height=61 xoffset=3 yoffset=14 xadvance=37 page=0 chnl=0 -char id=1272 x=108 y=459 width=50 height=61 xoffset=3 yoffset=2 xadvance=58 page=0 chnl=0 -char id=1273 x=133 y=837 width=45 height=51 xoffset=3 yoffset=12 xadvance=51 page=0 chnl=0 -char id=1274 x=160 y=335 width=41 height=63 xoffset=-3 yoffset=14 xadvance=37 page=0 chnl=0 -char id=1275 x=178 y=837 width=37 height=51 xoffset=-5 yoffset=26 xadvance=30 page=0 chnl=0 -char id=1276 x=201 y=335 width=48 height=63 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=0 -char id=1277 x=215 y=837 width=35 height=51 xoffset=0 yoffset=26 xadvance=35 page=0 chnl=0 -char id=8192 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=36 page=0 chnl=0 -char id=8193 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=72 page=0 chnl=0 -char id=8194 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=8195 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=64 page=0 chnl=0 -char id=8196 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=21 page=0 chnl=0 -char id=8197 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=16 page=0 chnl=0 -char id=8198 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=11 page=0 chnl=0 -char id=8199 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=43 page=0 chnl=0 -char id=8200 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=8201 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=10 page=0 chnl=0 -char id=8202 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=5 page=0 chnl=0 -char id=8203 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8204 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8214 x=67 y=0 width=20 height=79 xoffset=6 yoffset=-1 xadvance=29 page=0 chnl=0 -char id=8215 x=797 y=988 width=32 height=15 xoffset=-1 yoffset=61 xadvance=30 page=0 chnl=0 -char id=8216 x=554 y=988 width=13 height=19 xoffset=2 yoffset=12 xadvance=15 page=0 chnl=0 -char id=8217 x=567 y=988 width=13 height=19 xoffset=0 yoffset=14 xadvance=14 page=0 chnl=0 -char id=8218 x=580 y=988 width=13 height=19 xoffset=0 yoffset=55 xadvance=15 page=0 chnl=0 -char id=8219 x=593 y=988 width=13 height=19 xoffset=2 yoffset=14 xadvance=15 page=0 chnl=0 -char id=8220 x=606 y=988 width=25 height=19 xoffset=2 yoffset=12 xadvance=26 page=0 chnl=0 -char id=8221 x=631 y=988 width=24 height=19 xoffset=0 yoffset=14 xadvance=26 page=0 chnl=0 -char id=8222 x=655 y=988 width=24 height=19 xoffset=0 yoffset=55 xadvance=26 page=0 chnl=0 -char id=8223 x=679 y=988 width=25 height=19 xoffset=2 yoffset=14 xadvance=29 page=0 chnl=0 -char id=8225 x=158 y=459 width=34 height=61 xoffset=1 yoffset=15 xadvance=36 page=0 chnl=0 -char id=8226 x=377 y=988 width=23 height=23 xoffset=4 yoffset=32 xadvance=32 page=0 chnl=0 -char id=8239 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=10 page=0 chnl=0 -char id=8240 x=250 y=837 width=61 height=51 xoffset=4 yoffset=13 xadvance=69 page=0 chnl=0 -char id=8242 x=425 y=988 width=13 height=21 xoffset=2 yoffset=14 xadvance=17 page=0 chnl=0 -char id=8243 x=438 y=988 width=26 height=21 xoffset=2 yoffset=14 xadvance=30 page=0 chnl=0 -char id=8244 x=464 y=988 width=39 height=21 xoffset=2 yoffset=14 xadvance=42 page=0 chnl=0 -char id=8249 x=205 y=988 width=20 height=30 xoffset=2 yoffset=28 xadvance=24 page=0 chnl=0 -char id=8250 x=225 y=988 width=20 height=30 xoffset=2 yoffset=28 xadvance=24 page=0 chnl=0 -char id=8252 x=110 y=938 width=33 height=50 xoffset=3 yoffset=14 xadvance=40 page=0 chnl=0 -char id=8352 x=311 y=837 width=44 height=51 xoffset=2 yoffset=13 xadvance=48 page=0 chnl=0 -char id=8353 x=192 y=459 width=44 height=61 xoffset=2 yoffset=8 xadvance=48 page=0 chnl=0 -char id=8354 x=355 y=837 width=43 height=51 xoffset=2 yoffset=13 xadvance=47 page=0 chnl=0 -char id=8356 x=143 y=938 width=36 height=50 xoffset=3 yoffset=13 xadvance=43 page=0 chnl=0 -char id=8359 x=179 y=938 width=75 height=50 xoffset=3 yoffset=14 xadvance=78 page=0 chnl=0 -char id=8360 x=254 y=938 width=70 height=50 xoffset=3 yoffset=14 xadvance=74 page=0 chnl=0 -char id=8363 x=830 y=459 width=40 height=60 xoffset=1 yoffset=14 xadvance=40 page=0 chnl=0 -char id=8364 x=398 y=837 width=41 height=51 xoffset=0 yoffset=13 xadvance=43 page=0 chnl=0 -char id=8367 x=206 y=0 width=84 height=69 xoffset=1 yoffset=8 xadvance=87 page=0 chnl=0 -char id=8368 x=858 y=79 width=41 height=65 xoffset=2 yoffset=12 xadvance=45 page=0 chnl=0 -char id=8370 x=236 y=459 width=44 height=61 xoffset=2 yoffset=8 xadvance=48 page=0 chnl=0 -char id=8372 x=439 y=837 width=38 height=51 xoffset=4 yoffset=13 xadvance=45 page=0 chnl=0 -char id=8373 x=280 y=459 width=44 height=61 xoffset=2 yoffset=8 xadvance=48 page=0 chnl=0 -char id=8378 x=324 y=938 width=36 height=50 xoffset=2 yoffset=14 xadvance=40 page=0 chnl=0 -char id=45 x=119 y=408 width=24 height=9 xoffset=3 yoffset=38 xadvance=30 page=1 chnl=0 -char id=58 x=1001 y=333 width=13 height=36 xoffset=3 yoffset=22 xadvance=19 page=1 chnl=0 -char id=60 x=76 y=245 width=76 height=47 xoffset=4 yoffset=15 xadvance=86 page=1 chnl=0 -char id=86 x=0 y=0 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=87 x=46 y=0 width=65 height=49 xoffset=0 yoffset=14 xadvance=64 page=1 chnl=0 -char id=88 x=111 y=0 width=44 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=89 x=155 y=0 width=45 height=49 xoffset=0 yoffset=14 xadvance=45 page=1 chnl=0 -char id=90 x=200 y=0 width=38 height=49 xoffset=2 yoffset=14 xadvance=42 page=1 chnl=0 -char id=95 x=143 y=408 width=34 height=9 xoffset=-2 yoffset=61 xadvance=30 page=1 chnl=0 -char id=97 x=679 y=245 width=33 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=99 x=712 y=245 width=35 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=101 x=747 y=245 width=36 height=39 xoffset=1 yoffset=25 xadvance=38 page=1 chnl=0 -char id=104 x=238 y=0 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=107 x=272 y=0 width=34 height=49 xoffset=3 yoffset=14 xadvance=36 page=1 chnl=0 -char id=109 x=879 y=294 width=52 height=38 xoffset=3 yoffset=25 xadvance=57 page=1 chnl=0 -char id=110 x=931 y=294 width=33 height=38 xoffset=3 yoffset=25 xadvance=39 page=1 chnl=0 -char id=111 x=783 y=245 width=37 height=39 xoffset=1 yoffset=25 xadvance=39 page=1 chnl=0 -char id=114 x=964 y=294 width=23 height=38 xoffset=3 yoffset=25 xadvance=25 page=1 chnl=0 -char id=115 x=820 y=245 width=33 height=39 xoffset=1 yoffset=25 xadvance=35 page=1 chnl=0 -char id=116 x=998 y=196 width=24 height=47 xoffset=0 yoffset=17 xadvance=24 page=1 chnl=0 -char id=117 x=987 y=294 width=33 height=38 xoffset=3 yoffset=26 xadvance=39 page=1 chnl=0 -char id=118 x=357 y=333 width=37 height=37 xoffset=0 yoffset=26 xadvance=37 page=1 chnl=0 -char id=119 x=394 y=333 width=54 height=37 xoffset=0 yoffset=26 xadvance=54 page=1 chnl=0 -char id=120 x=448 y=333 width=36 height=37 xoffset=0 yoffset=26 xadvance=36 page=1 chnl=0 -char id=122 x=484 y=333 width=32 height=37 xoffset=2 yoffset=26 xadvance=36 page=1 chnl=0 -char id=162 x=306 y=0 width=35 height=49 xoffset=1 yoffset=14 xadvance=37 page=1 chnl=0 -char id=164 x=560 y=245 width=43 height=43 xoffset=3 yoffset=21 xadvance=48 page=1 chnl=0 -char id=165 x=341 y=0 width=38 height=49 xoffset=-1 yoffset=14 xadvance=36 page=1 chnl=0 -char id=173 x=177 y=408 width=24 height=9 xoffset=3 yoffset=38 xadvance=30 page=1 chnl=0 -char id=174 x=640 y=245 width=39 height=40 xoffset=2 yoffset=13 xadvance=43 page=1 chnl=0 -char id=175 x=380 y=408 width=25 height=8 xoffset=4 yoffset=14 xadvance=34 page=1 chnl=0 -char id=177 x=516 y=333 width=35 height=37 xoffset=4 yoffset=25 xadvance=43 page=1 chnl=0 -char id=182 x=379 y=0 width=34 height=49 xoffset=2 yoffset=14 xadvance=39 page=1 chnl=0 -char id=188 x=413 y=0 width=55 height=49 xoffset=1 yoffset=14 xadvance=56 page=1 chnl=0 -char id=189 x=468 y=0 width=57 height=49 xoffset=1 yoffset=14 xadvance=59 page=1 chnl=0 -char id=198 x=525 y=0 width=63 height=49 xoffset=0 yoffset=14 xadvance=65 page=1 chnl=0 -char id=208 x=588 y=0 width=50 height=49 xoffset=-4 yoffset=14 xadvance=46 page=1 chnl=0 -char id=222 x=638 y=0 width=36 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=230 x=853 y=245 width=56 height=39 xoffset=1 yoffset=25 xadvance=59 page=1 chnl=0 -char id=247 x=551 y=333 width=33 height=37 xoffset=5 yoffset=25 xadvance=43 page=1 chnl=0 -char id=248 x=603 y=245 width=37 height=42 xoffset=1 yoffset=24 xadvance=39 page=1 chnl=0 -char id=272 x=674 y=0 width=50 height=49 xoffset=-4 yoffset=14 xadvance=46 page=1 chnl=0 -char id=294 x=724 y=0 width=49 height=49 xoffset=1 yoffset=14 xadvance=51 page=1 chnl=0 -char id=295 x=773 y=0 width=43 height=49 xoffset=-4 yoffset=14 xadvance=39 page=1 chnl=0 -char id=301 x=816 y=0 width=28 height=49 xoffset=-4 yoffset=14 xadvance=17 page=1 chnl=0 -char id=305 x=584 y=333 width=11 height=37 xoffset=3 yoffset=26 xadvance=17 page=1 chnl=0 -char id=312 x=595 y=333 width=36 height=37 xoffset=3 yoffset=26 xadvance=42 page=1 chnl=0 -char id=319 x=844 y=0 width=32 height=49 xoffset=3 yoffset=14 xadvance=36 page=1 chnl=0 -char id=320 x=876 y=0 width=24 height=49 xoffset=3 yoffset=14 xadvance=24 page=1 chnl=0 -char id=321 x=900 y=0 width=36 height=49 xoffset=0 yoffset=14 xadvance=37 page=1 chnl=0 -char id=322 x=936 y=0 width=21 height=49 xoffset=-2 yoffset=14 xadvance=17 page=1 chnl=0 -char id=338 x=957 y=0 width=59 height=49 xoffset=2 yoffset=14 xadvance=64 page=1 chnl=0 -char id=339 x=909 y=245 width=62 height=39 xoffset=1 yoffset=25 xadvance=63 page=1 chnl=0 -char id=358 x=0 y=49 width=40 height=49 xoffset=1 yoffset=14 xadvance=42 page=1 chnl=0 -char id=359 x=152 y=245 width=24 height=47 xoffset=0 yoffset=17 xadvance=24 page=1 chnl=0 -char id=891 x=971 y=245 width=33 height=39 xoffset=2 yoffset=25 xadvance=36 page=1 chnl=0 -char id=892 x=0 y=294 width=33 height=39 xoffset=2 yoffset=25 xadvance=36 page=1 chnl=0 -char id=893 x=33 y=294 width=33 height=39 xoffset=2 yoffset=25 xadvance=36 page=1 chnl=0 -char id=894 x=40 y=49 width=15 height=49 xoffset=2 yoffset=26 xadvance=18 page=1 chnl=0 -char id=913 x=55 y=49 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=914 x=101 y=49 width=38 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=915 x=139 y=49 width=33 height=49 xoffset=3 yoffset=14 xadvance=37 page=1 chnl=0 -char id=916 x=172 y=49 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=917 x=218 y=49 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=918 x=252 y=49 width=38 height=49 xoffset=2 yoffset=14 xadvance=42 page=1 chnl=0 -char id=919 x=290 y=49 width=42 height=49 xoffset=3 yoffset=14 xadvance=48 page=1 chnl=0 -char id=921 x=332 y=49 width=12 height=49 xoffset=3 yoffset=14 xadvance=18 page=1 chnl=0 -char id=922 x=344 y=49 width=41 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=923 x=385 y=49 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=924 x=431 y=49 width=52 height=49 xoffset=3 yoffset=14 xadvance=58 page=1 chnl=0 -char id=925 x=483 y=49 width=41 height=49 xoffset=3 yoffset=14 xadvance=47 page=1 chnl=0 -char id=926 x=524 y=49 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=928 x=558 y=49 width=40 height=49 xoffset=4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=929 x=598 y=49 width=37 height=49 xoffset=3 yoffset=14 xadvance=41 page=1 chnl=0 -char id=931 x=635 y=49 width=36 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=932 x=671 y=49 width=40 height=49 xoffset=1 yoffset=14 xadvance=42 page=1 chnl=0 -char id=933 x=711 y=49 width=45 height=49 xoffset=0 yoffset=14 xadvance=45 page=1 chnl=0 -char id=934 x=756 y=49 width=48 height=49 xoffset=2 yoffset=14 xadvance=52 page=1 chnl=0 -char id=935 x=804 y=49 width=44 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=936 x=848 y=49 width=46 height=49 xoffset=3 yoffset=14 xadvance=52 page=1 chnl=0 -char id=945 x=66 y=294 width=39 height=39 xoffset=1 yoffset=25 xadvance=41 page=1 chnl=0 -char id=949 x=105 y=294 width=34 height=39 xoffset=1 yoffset=25 xadvance=36 page=1 chnl=0 -char id=953 x=1004 y=245 width=18 height=38 xoffset=3 yoffset=26 xadvance=19 page=1 chnl=0 -char id=954 x=631 y=333 width=36 height=37 xoffset=3 yoffset=26 xadvance=42 page=1 chnl=0 -char id=957 x=667 y=333 width=37 height=37 xoffset=0 yoffset=26 xadvance=39 page=1 chnl=0 -char id=959 x=139 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=39 page=1 chnl=0 -char id=960 x=0 y=333 width=41 height=38 xoffset=2 yoffset=26 xadvance=45 page=1 chnl=0 -char id=963 x=704 y=333 width=38 height=37 xoffset=2 yoffset=27 xadvance=42 page=1 chnl=0 -char id=964 x=41 y=333 width=34 height=38 xoffset=0 yoffset=26 xadvance=34 page=1 chnl=0 -char id=965 x=75 y=333 width=32 height=38 xoffset=3 yoffset=26 xadvance=38 page=1 chnl=0 -char id=969 x=107 y=333 width=51 height=38 xoffset=3 yoffset=26 xadvance=57 page=1 chnl=0 -char id=982 x=158 y=333 width=55 height=38 xoffset=1 yoffset=26 xadvance=57 page=1 chnl=0 -char id=988 x=894 y=49 width=33 height=49 xoffset=4 yoffset=14 xadvance=42 page=1 chnl=0 -char id=991 x=927 y=49 width=35 height=49 xoffset=2 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1008 x=176 y=294 width=44 height=39 xoffset=2 yoffset=25 xadvance=48 page=1 chnl=0 -char id=1010 x=220 y=294 width=35 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=1013 x=213 y=333 width=28 height=38 xoffset=1 yoffset=26 xadvance=30 page=1 chnl=0 -char id=1014 x=241 y=333 width=28 height=38 xoffset=1 yoffset=26 xadvance=30 page=1 chnl=0 -char id=1015 x=962 y=49 width=36 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=1018 x=431 y=49 width=52 height=49 xoffset=3 yoffset=14 xadvance=58 page=1 chnl=0 -char id=1030 x=998 y=49 width=12 height=49 xoffset=3 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1033 x=0 y=98 width=69 height=49 xoffset=1 yoffset=14 xadvance=71 page=1 chnl=0 -char id=1034 x=69 y=98 width=68 height=49 xoffset=3 yoffset=14 xadvance=72 page=1 chnl=0 -char id=1035 x=137 y=98 width=52 height=49 xoffset=1 yoffset=14 xadvance=58 page=1 chnl=0 -char id=1040 x=189 y=98 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=1041 x=235 y=98 width=38 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=1042 x=273 y=98 width=38 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=1043 x=311 y=98 width=33 height=49 xoffset=3 yoffset=14 xadvance=37 page=1 chnl=0 -char id=1045 x=344 y=98 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1046 x=378 y=98 width=66 height=49 xoffset=0 yoffset=14 xadvance=67 page=1 chnl=0 -char id=1048 x=444 y=98 width=41 height=49 xoffset=3 yoffset=14 xadvance=47 page=1 chnl=0 -char id=1050 x=485 y=98 width=41 height=49 xoffset=3 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1051 x=526 y=98 width=43 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=1052 x=569 y=98 width=52 height=49 xoffset=3 yoffset=14 xadvance=58 page=1 chnl=0 -char id=1053 x=621 y=98 width=42 height=49 xoffset=3 yoffset=14 xadvance=48 page=1 chnl=0 -char id=1055 x=663 y=98 width=40 height=49 xoffset=4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=1056 x=703 y=98 width=37 height=49 xoffset=3 yoffset=14 xadvance=41 page=1 chnl=0 -char id=1058 x=740 y=98 width=40 height=49 xoffset=1 yoffset=14 xadvance=42 page=1 chnl=0 -char id=1061 x=780 y=98 width=44 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1063 x=824 y=98 width=40 height=49 xoffset=4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=1064 x=864 y=98 width=57 height=49 xoffset=4 yoffset=14 xadvance=65 page=1 chnl=0 -char id=1066 x=921 y=98 width=50 height=49 xoffset=1 yoffset=14 xadvance=52 page=1 chnl=0 -char id=1067 x=971 y=98 width=50 height=49 xoffset=3 yoffset=14 xadvance=56 page=1 chnl=0 -char id=1068 x=0 y=147 width=38 height=49 xoffset=3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=1071 x=38 y=147 width=38 height=49 xoffset=2 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1072 x=255 y=294 width=33 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=1074 x=742 y=333 width=32 height=37 xoffset=3 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1075 x=774 y=333 width=26 height=37 xoffset=3 yoffset=26 xadvance=30 page=1 chnl=0 -char id=1076 x=34 y=245 width=42 height=48 xoffset=0 yoffset=26 xadvance=42 page=1 chnl=0 -char id=1077 x=288 y=294 width=36 height=39 xoffset=1 yoffset=25 xadvance=38 page=1 chnl=0 -char id=1078 x=800 y=333 width=55 height=37 xoffset=0 yoffset=26 xadvance=55 page=1 chnl=0 -char id=1079 x=324 y=294 width=31 height=39 xoffset=1 yoffset=25 xadvance=33 page=1 chnl=0 -char id=1080 x=855 y=333 width=33 height=37 xoffset=3 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1081 x=76 y=147 width=33 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1082 x=888 y=333 width=34 height=37 xoffset=3 yoffset=26 xadvance=36 page=1 chnl=0 -char id=1083 x=922 y=333 width=36 height=37 xoffset=0 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1084 x=958 y=333 width=43 height=37 xoffset=3 yoffset=26 xadvance=49 page=1 chnl=0 -char id=1085 x=0 y=371 width=32 height=37 xoffset=3 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1086 x=355 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=39 page=1 chnl=0 -char id=1087 x=32 y=371 width=32 height=37 xoffset=3 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1089 x=392 y=294 width=35 height=39 xoffset=1 yoffset=25 xadvance=37 page=1 chnl=0 -char id=1090 x=64 y=371 width=33 height=37 xoffset=1 yoffset=26 xadvance=35 page=1 chnl=0 -char id=1093 x=97 y=371 width=36 height=37 xoffset=0 yoffset=26 xadvance=36 page=1 chnl=0 -char id=1094 x=109 y=147 width=38 height=49 xoffset=3 yoffset=26 xadvance=42 page=1 chnl=0 -char id=1095 x=133 y=371 width=32 height=37 xoffset=3 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1096 x=165 y=371 width=48 height=37 xoffset=3 yoffset=26 xadvance=54 page=1 chnl=0 -char id=1097 x=176 y=245 width=55 height=47 xoffset=3 yoffset=26 xadvance=59 page=1 chnl=0 -char id=1098 x=213 y=371 width=42 height=37 xoffset=1 yoffset=26 xadvance=44 page=1 chnl=0 -char id=1099 x=255 y=371 width=45 height=37 xoffset=3 yoffset=26 xadvance=51 page=1 chnl=0 -char id=1100 x=300 y=371 width=33 height=37 xoffset=3 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1101 x=427 y=294 width=33 height=39 xoffset=1 yoffset=25 xadvance=35 page=1 chnl=0 -char id=1102 x=460 y=294 width=50 height=39 xoffset=1 yoffset=25 xadvance=53 page=1 chnl=0 -char id=1103 x=333 y=371 width=33 height=37 xoffset=1 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1108 x=510 y=294 width=35 height=39 xoffset=0 yoffset=25 xadvance=36 page=1 chnl=0 -char id=1109 x=545 y=294 width=33 height=39 xoffset=1 yoffset=25 xadvance=35 page=1 chnl=0 -char id=1113 x=366 y=371 width=57 height=37 xoffset=2 yoffset=26 xadvance=60 page=1 chnl=0 -char id=1114 x=423 y=371 width=54 height=37 xoffset=3 yoffset=26 xadvance=58 page=1 chnl=0 -char id=1115 x=147 y=147 width=43 height=49 xoffset=-4 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1119 x=190 y=147 width=32 height=49 xoffset=3 yoffset=26 xadvance=38 page=1 chnl=0 -char id=1121 x=269 y=333 width=49 height=38 xoffset=3 yoffset=26 xadvance=55 page=1 chnl=0 -char id=1122 x=222 y=147 width=45 height=49 xoffset=-3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=1125 x=578 y=294 width=48 height=39 xoffset=2 yoffset=25 xadvance=53 page=1 chnl=0 -char id=1126 x=267 y=147 width=45 height=49 xoffset=0 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1127 x=477 y=371 width=38 height=37 xoffset=1 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1128 x=312 y=147 width=59 height=49 xoffset=2 yoffset=14 xadvance=63 page=1 chnl=0 -char id=1129 x=515 y=371 width=51 height=37 xoffset=2 yoffset=26 xadvance=53 page=1 chnl=0 -char id=1130 x=371 y=147 width=52 height=49 xoffset=3 yoffset=14 xadvance=57 page=1 chnl=0 -char id=1131 x=566 y=371 width=44 height=37 xoffset=2 yoffset=26 xadvance=48 page=1 chnl=0 -char id=1132 x=423 y=147 width=71 height=49 xoffset=3 yoffset=14 xadvance=78 page=1 chnl=0 -char id=1133 x=610 y=371 width=60 height=37 xoffset=2 yoffset=26 xadvance=66 page=1 chnl=0 -char id=1136 x=494 y=147 width=46 height=49 xoffset=3 yoffset=14 xadvance=52 page=1 chnl=0 -char id=1139 x=626 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=39 page=1 chnl=0 -char id=1141 x=318 y=333 width=39 height=38 xoffset=0 yoffset=25 xadvance=39 page=1 chnl=0 -char id=1147 x=487 y=245 width=36 height=44 xoffset=1 yoffset=23 xadvance=40 page=1 chnl=0 -char id=1151 x=540 y=147 width=50 height=49 xoffset=2 yoffset=15 xadvance=55 page=1 chnl=0 -char id=1154 x=523 y=245 width=37 height=44 xoffset=3 yoffset=19 xadvance=42 page=1 chnl=0 -char id=1155 x=902 y=371 width=56 height=13 xoffset=-32 yoffset=13 xadvance=0 page=1 chnl=0 -char id=1156 x=0 y=408 width=58 height=11 xoffset=-32 yoffset=12 xadvance=0 page=1 chnl=0 -char id=1159 x=58 y=408 width=61 height=11 xoffset=-34 yoffset=12 xadvance=0 page=1 chnl=0 -char id=1164 x=590 y=147 width=45 height=49 xoffset=-3 yoffset=14 xadvance=43 page=1 chnl=0 -char id=1166 x=635 y=147 width=37 height=49 xoffset=3 yoffset=14 xadvance=42 page=1 chnl=0 -char id=1169 x=323 y=245 width=27 height=46 xoffset=3 yoffset=17 xadvance=30 page=1 chnl=0 -char id=1170 x=672 y=147 width=41 height=49 xoffset=-3 yoffset=14 xadvance=37 page=1 chnl=0 -char id=1171 x=670 y=371 width=35 height=37 xoffset=-4 yoffset=26 xadvance=30 page=1 chnl=0 -char id=1173 x=350 y=245 width=31 height=46 xoffset=3 yoffset=26 xadvance=36 page=1 chnl=0 -char id=1175 x=713 y=147 width=59 height=49 xoffset=0 yoffset=26 xadvance=55 page=1 chnl=0 -char id=1179 x=772 y=147 width=37 height=49 xoffset=3 yoffset=26 xadvance=41 page=1 chnl=0 -char id=1180 x=809 y=147 width=42 height=49 xoffset=3 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1181 x=705 y=371 width=38 height=37 xoffset=3 yoffset=26 xadvance=40 page=1 chnl=0 -char id=1184 x=851 y=147 width=52 height=49 xoffset=-1 yoffset=14 xadvance=52 page=1 chnl=0 -char id=1185 x=743 y=371 width=47 height=37 xoffset=1 yoffset=26 xadvance=47 page=1 chnl=0 -char id=1187 x=903 y=147 width=40 height=49 xoffset=3 yoffset=26 xadvance=44 page=1 chnl=0 -char id=1188 x=943 y=147 width=60 height=49 xoffset=3 yoffset=14 xadvance=64 page=1 chnl=0 -char id=1189 x=790 y=371 width=44 height=37 xoffset=3 yoffset=26 xadvance=46 page=1 chnl=0 -char id=1191 x=381 y=245 width=55 height=46 xoffset=3 yoffset=26 xadvance=59 page=1 chnl=0 -char id=1193 x=663 y=294 width=40 height=39 xoffset=3 yoffset=25 xadvance=45 page=1 chnl=0 -char id=1197 x=0 y=196 width=33 height=49 xoffset=1 yoffset=26 xadvance=35 page=1 chnl=0 -char id=1198 x=33 y=196 width=45 height=49 xoffset=0 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1200 x=78 y=196 width=45 height=49 xoffset=0 yoffset=14 xadvance=45 page=1 chnl=0 -char id=1203 x=123 y=196 width=38 height=49 xoffset=0 yoffset=26 xadvance=36 page=1 chnl=0 -char id=1205 x=231 y=245 width=45 height=47 xoffset=1 yoffset=26 xadvance=47 page=1 chnl=0 -char id=1207 x=161 y=196 width=39 height=49 xoffset=3 yoffset=26 xadvance=44 page=1 chnl=0 -char id=1208 x=200 y=196 width=40 height=49 xoffset=4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=1209 x=834 y=371 width=32 height=37 xoffset=3 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1210 x=240 y=196 width=39 height=49 xoffset=4 yoffset=14 xadvance=48 page=1 chnl=0 -char id=1211 x=279 y=196 width=34 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1213 x=703 y=294 width=47 height=39 xoffset=0 yoffset=25 xadvance=48 page=1 chnl=0 -char id=1216 x=1010 y=49 width=12 height=49 xoffset=3 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1218 x=313 y=196 width=55 height=49 xoffset=0 yoffset=14 xadvance=55 page=1 chnl=0 -char id=1220 x=276 y=245 width=35 height=47 xoffset=3 yoffset=26 xadvance=39 page=1 chnl=0 -char id=1228 x=368 y=196 width=32 height=49 xoffset=3 yoffset=26 xadvance=37 page=1 chnl=0 -char id=1231 x=1003 y=147 width=12 height=49 xoffset=3 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1236 x=400 y=196 width=63 height=49 xoffset=0 yoffset=14 xadvance=65 page=1 chnl=0 -char id=1237 x=750 y=294 width=56 height=39 xoffset=1 yoffset=25 xadvance=59 page=1 chnl=0 -char id=1241 x=806 y=294 width=36 height=39 xoffset=1 yoffset=25 xadvance=38 page=1 chnl=0 -char id=1251 x=463 y=196 width=33 height=49 xoffset=3 yoffset=14 xadvance=39 page=1 chnl=0 -char id=1257 x=842 y=294 width=37 height=39 xoffset=1 yoffset=25 xadvance=39 page=1 chnl=0 -char id=1271 x=496 y=196 width=26 height=49 xoffset=3 yoffset=26 xadvance=30 page=1 chnl=0 -char id=1278 x=522 y=196 width=44 height=49 xoffset=0 yoffset=14 xadvance=44 page=1 chnl=0 -char id=1279 x=866 y=371 width=36 height=37 xoffset=0 yoffset=26 xadvance=36 page=1 chnl=0 -char id=8210 x=201 y=408 width=45 height=9 xoffset=-1 yoffset=38 xadvance=43 page=1 chnl=0 -char id=8211 x=246 y=408 width=34 height=9 xoffset=-1 yoffset=38 xadvance=32 page=1 chnl=0 -char id=8212 x=280 y=408 width=66 height=9 xoffset=-1 yoffset=38 xadvance=64 page=1 chnl=0 -char id=8213 x=280 y=408 width=66 height=9 xoffset=-1 yoffset=38 xadvance=64 page=1 chnl=0 -char id=8224 x=566 y=196 width=35 height=49 xoffset=2 yoffset=14 xadvance=39 page=1 chnl=0 -char id=8230 x=958 y=371 width=46 height=13 xoffset=3 yoffset=51 xadvance=52 page=1 chnl=0 -char id=8254 x=346 y=408 width=34 height=9 xoffset=-1 yoffset=6 xadvance=33 page=1 chnl=0 -char id=8260 x=601 y=196 width=60 height=49 xoffset=-12 yoffset=14 xadvance=18 page=1 chnl=0 -char id=8286 x=311 y=245 width=12 height=47 xoffset=2 yoffset=18 xadvance=14 page=1 chnl=0 -char id=8355 x=661 y=196 width=41 height=49 xoffset=-3 yoffset=14 xadvance=37 page=1 chnl=0 -char id=8357 x=436 y=245 width=51 height=46 xoffset=3 yoffset=21 xadvance=55 page=1 chnl=0 -char id=8358 x=702 y=196 width=49 height=49 xoffset=0 yoffset=14 xadvance=49 page=1 chnl=0 -char id=8361 x=751 y=196 width=63 height=49 xoffset=1 yoffset=14 xadvance=65 page=1 chnl=0 -char id=8365 x=814 y=196 width=50 height=49 xoffset=0 yoffset=14 xadvance=50 page=1 chnl=0 -char id=8366 x=864 y=196 width=40 height=49 xoffset=1 yoffset=14 xadvance=42 page=1 chnl=0 -char id=8369 x=904 y=196 width=48 height=49 xoffset=2 yoffset=14 xadvance=51 page=1 chnl=0 -char id=8371 x=952 y=196 width=46 height=49 xoffset=0 yoffset=14 xadvance=46 page=1 chnl=0 -char id=8377 x=0 y=245 width=34 height=49 xoffset=1 yoffset=14 xadvance=36 page=1 chnl=0 -kernings count=40909 -kerning first=1116 second=1104 amount=-1 -kerning first=1201 second=1089 amount=-1 -kerning first=1088 second=913 amount=-2 -kerning first=281 second=1249 amount=-1 -kerning first=260 second=1196 amount=-6 -kerning first=1059 second=113 amount=-6 -kerning first=1259 second=194 amount=-2 -kerning first=1207 second=1103 amount=-1 -kerning first=343 second=230 amount=-1 -kerning first=255 second=289 amount=-1 -kerning first=1033 second=41 amount=-1 -kerning first=908 second=84 amount=-2 -kerning first=923 second=81 amount=-2 -kerning first=1196 second=45 amount=-3 -kerning first=89 second=284 amount=-3 -kerning first=8353 second=1234 amount=-1 -kerning first=75 second=8363 amount=-3 -kerning first=111 second=1140 amount=-4 -kerning first=1107 second=1222 amount=-3 -kerning first=8221 second=1096 amount=-1 -kerning first=947 second=46 amount=-5 -kerning first=44 second=910 amount=-4 -kerning first=1090 second=259 amount=-1 -kerning first=1087 second=358 amount=-3 -kerning first=1232 second=8353 amount=-2 -kerning first=1178 second=1256 amount=-2 -kerning first=315 second=172 amount=-3 -kerning first=187 second=373 amount=-2 -kerning first=1199 second=945 amount=-1 -kerning first=119 second=275 amount=-1 -kerning first=1098 second=93 amount=-2 -kerning first=1101 second=1091 amount=-1 -kerning first=1234 second=187 amount=-2 -kerning first=186 second=972 amount=-2 -kerning first=905 second=298 amount=2 -kerning first=313 second=214 amount=-2 -kerning first=299 second=68 amount=3 -kerning first=196 second=932 amount=-6 -kerning first=84 second=338 amount=-2 -kerning first=249 second=8221 amount=1 -kerning first=1220 second=89 amount=-7 -kerning first=1180 second=1012 amount=-2 -kerning first=336 second=192 amount=-2 -kerning first=1086 second=1175 amount=-1 -kerning first=1067 second=297 amount=5 -kerning first=1205 second=108 amount=1 -kerning first=1091 second=225 amount=-1 -kerning first=116 second=70 amount=1 -kerning first=8217 second=111 amount=-4 -kerning first=346 second=193 amount=-1 -kerning first=1111 second=314 amount=3 -kerning first=354 second=226 amount=-5 -kerning first=1275 second=981 amount=-1 -kerning first=1273 second=1091 amount=-1 -kerning first=95 second=1265 amount=-5 -kerning first=174 second=231 amount=-2 -kerning first=310 second=45 amount=-4 -kerning first=65 second=359 amount=-2 -kerning first=256 second=79 amount=-2 -kerning first=356 second=285 amount=-5 -kerning first=932 second=1017 amount=-2 -kerning first=194 second=1198 amount=-5 -kerning first=1168 second=1163 amount=-4 -kerning first=1270 second=1234 amount=-6 -kerning first=1033 second=1091 amount=-1 -kerning first=254 second=260 amount=-2 -kerning first=88 second=290 amount=-2 -kerning first=1263 second=337 amount=-1 -kerning first=221 second=1060 amount=-3 -kerning first=1143 second=333 amount=-1 -kerning first=277 second=1175 amount=-1 -kerning first=981 second=1263 amount=-1 -kerning first=1058 second=349 amount=-5 -kerning first=922 second=1141 amount=-3 -kerning first=1036 second=239 amount=5 -kerning first=313 second=1199 amount=-4 -kerning first=260 second=271 amount=-1 -kerning first=1255 second=358 amount=-3 -kerning first=1098 second=1265 amount=-2 -kerning first=1278 second=336 amount=-2 -kerning first=240 second=939 amount=-7 -kerning first=1234 second=1066 amount=-6 -kerning first=239 second=1178 amount=3 -kerning first=8244 second=375 amount=1 -kerning first=1243 second=933 amount=-7 -kerning first=359 second=1196 amount=-2 -kerning first=1274 second=1254 amount=-2 -kerning first=356 second=162 amount=-5 -kerning first=1201 second=1145 amount=-1 -kerning first=1277 second=84 amount=-3 -kerning first=1215 second=174 amount=-1 -kerning first=902 second=115 amount=-1 -kerning first=1140 second=972 amount=-4 -kerning first=1198 second=46 amount=-4 -kerning first=1175 second=101 amount=-1 -kerning first=193 second=8224 amount=-5 -kerning first=1143 second=8218 amount=-5 -kerning first=1274 second=1144 amount=-2 -kerning first=230 second=174 amount=-1 -kerning first=1205 second=1134 amount=1 -kerning first=376 second=212 amount=-3 -kerning first=1244 second=335 amount=-2 -kerning first=378 second=111 amount=-1 -kerning first=974 second=8216 amount=-4 -kerning first=1253 second=87 amount=-3 -kerning first=192 second=216 amount=-2 -kerning first=1241 second=255 amount=-1 -kerning first=1111 second=1120 amount=3 -kerning first=260 second=1275 amount=-2 -kerning first=1059 second=268 amount=-3 -kerning first=279 second=358 amount=-3 -kerning first=1035 second=1265 amount=-1 -kerning first=1109 second=932 amount=-5 -kerning first=1166 second=1095 amount=-1 -kerning first=98 second=1197 amount=-2 -kerning first=936 second=60 amount=-6 -kerning first=55 second=299 amount=6 -kerning first=323 second=239 amount=5 -kerning first=196 second=285 amount=-1 -kerning first=258 second=1017 amount=-2 -kerning first=921 second=303 amount=2 -kerning first=1274 second=380 amount=-3 -kerning first=1138 second=84 amount=-2 -kerning first=1145 second=1108 amount=-1 -kerning first=1077 second=1091 amount=-1 -kerning first=92 second=1141 amount=-4 -kerning first=254 second=1090 amount=-2 -kerning first=352 second=1232 amount=-1 -kerning first=313 second=957 amount=-4 -kerning first=1163 second=1039 amount=1 -kerning first=87 second=279 amount=-4 -kerning first=973 second=356 amount=-3 -kerning first=375 second=172 amount=-3 -kerning first=1200 second=1257 amount=-6 -kerning first=263 second=910 amount=-4 -kerning first=116 second=1198 amount=-1 -kerning first=1145 second=1032 amount=-4 -kerning first=1168 second=95 amount=-4 -kerning first=219 second=8218 amount=-5 -kerning first=114 second=1265 amount=1 -kerning first=1094 second=52 amount=-1 -kerning first=1164 second=376 amount=-7 -kerning first=372 second=241 amount=-2 -kerning first=1196 second=1082 amount=-4 -kerning first=121 second=1200 amount=-2 -kerning first=1128 second=372 amount=-4 -kerning first=1188 second=1095 amount=-5 -kerning first=357 second=75 amount=1 -kerning first=242 second=1061 amount=-2 -kerning first=910 second=1196 amount=3 -kerning first=201 second=239 amount=5 -kerning first=55 second=53 amount=-1 -kerning first=196 second=162 amount=-1 -kerning first=84 second=1163 amount=-4 -kerning first=228 second=255 amount=-1 -kerning first=112 second=84 amount=-3 -kerning first=1100 second=1140 amount=-7 -kerning first=961 second=8225 amount=-2 -kerning first=1020 second=1141 amount=-1 -kerning first=1276 second=336 amount=-2 -kerning first=347 second=376 amount=-5 -kerning first=1265 second=963 amount=-1 -kerning first=374 second=58 amount=-4 -kerning first=933 second=114 amount=-3 -kerning first=90 second=264 amount=-2 -kerning first=260 second=113 amount=-1 -kerning first=1187 second=223 amount=1 -kerning first=1094 second=1037 amount=1 -kerning first=1242 second=932 amount=-2 -kerning first=86 second=171 amount=-4 -kerning first=87 second=1224 amount=-2 -kerning first=340 second=910 amount=-2 -kerning first=262 second=1046 amount=-1 -kerning first=1056 second=126 amount=-2 -kerning first=224 second=1035 amount=-3 -kerning first=1277 second=1239 amount=-1 -kerning first=1059 second=52 amount=-4 -kerning first=1259 second=376 amount=-7 -kerning first=92 second=116 amount=-2 -kerning first=374 second=932 amount=3 -kerning first=335 second=375 amount=-1 -kerning first=357 second=1109 amount=-1 -kerning first=379 second=927 amount=-2 -kerning first=354 second=1254 amount=-2 -kerning first=1197 second=45 amount=-1 -kerning first=1203 second=244 amount=-1 -kerning first=1210 second=1140 amount=-3 -kerning first=45 second=1046 amount=-4 -kerning first=317 second=372 amount=-2 -kerning first=348 second=65 amount=-1 -kerning first=197 second=1012 amount=-2 -kerning first=354 second=1144 amount=-2 -kerning first=114 second=267 amount=-1 -kerning first=1207 second=316 amount=1 -kerning first=1228 second=1200 amount=-6 -kerning first=1040 second=279 amount=-1 -kerning first=176 second=258 amount=-6 -kerning first=1198 second=103 amount=-6 -kerning first=1263 second=1105 amount=-1 -kerning first=1043 second=245 amount=-5 -kerning first=1143 second=1077 amount=-1 -kerning first=197 second=358 amount=-6 -kerning first=1274 second=1078 amount=-3 -kerning first=214 second=1035 amount=-2 -kerning first=336 second=221 amount=-3 -kerning first=1265 second=243 amount=-1 -kerning first=254 second=170 amount=-2 -kerning first=89 second=1181 amount=-3 -kerning first=915 second=363 amount=-5 -kerning first=1258 second=1061 amount=-2 -kerning first=8217 second=1209 amount=-4 -kerning first=301 second=299 amount=3 -kerning first=354 second=380 amount=-3 -kerning first=260 second=87 amount=-4 -kerning first=1226 second=1252 amount=1 -kerning first=227 second=1185 amount=-2 -kerning first=70 second=1259 amount=-3 -kerning first=239 second=1045 amount=3 -kerning first=910 second=271 amount=-6 -kerning first=54 second=8218 amount=-3 -kerning first=1205 second=204 amount=1 -kerning first=1141 second=258 amount=-4 -kerning first=88 second=235 amount=-2 -kerning first=1128 second=299 amount=3 -kerning first=295 second=1059 amount=-6 -kerning first=1184 second=79 amount=-2 -kerning first=1012 second=8216 amount=-2 -kerning first=34 second=1236 amount=-5 -kerning first=252 second=8220 amount=-3 -kerning first=1143 second=1113 amount=-3 -kerning first=84 second=95 amount=-4 -kerning first=210 second=195 amount=-2 -kerning first=1090 second=273 amount=-1 -kerning first=358 second=216 amount=-2 -kerning first=1271 second=291 amount=-1 -kerning first=1265 second=8221 amount=2 -kerning first=1244 second=1104 amount=-2 -kerning first=243 second=1279 amount=-1 -kerning first=327 second=300 amount=2 -kerning first=65 second=1254 amount=-2 -kerning first=101 second=118 amount=-1 -kerning first=1170 second=250 amount=-5 -kerning first=372 second=193 amount=-4 -kerning first=240 second=967 amount=-1 -kerning first=221 second=226 amount=-6 -kerning first=313 second=354 amount=-6 -kerning first=299 second=1188 amount=3 -kerning first=65 second=1144 amount=-2 -kerning first=256 second=8244 amount=-7 -kerning first=101 second=1201 amount=-1 -kerning first=902 second=63 amount=-4 -kerning first=343 second=1095 amount=-1 -kerning first=1066 second=1197 amount=-2 -kerning first=1091 second=100 amount=-1 -kerning first=1141 second=283 amount=-1 -kerning first=374 second=285 amount=-6 -kerning first=933 second=1017 amount=-3 -kerning first=915 second=229 amount=-5 -kerning first=301 second=1049 amount=3 -kerning first=271 second=1111 amount=2 -kerning first=260 second=268 amount=-2 -kerning first=333 second=198 amount=-2 -kerning first=256 second=84 amount=-6 -kerning first=372 second=233 amount=-4 -kerning first=75 second=216 amount=-2 -kerning first=87 second=1195 amount=-4 -kerning first=8221 second=253 amount=1 -kerning first=1074 second=221 amount=-5 -kerning first=8250 second=1200 amount=-6 -kerning first=1119 second=49 amount=-3 -kerning first=1113 second=1061 amount=-2 -kerning first=1093 second=1257 amount=-1 -kerning first=1205 second=60 amount=-2 -kerning first=255 second=1196 amount=-2 -kerning first=1178 second=1017 amount=-2 -kerning first=372 second=1241 amount=-4 -kerning first=374 second=162 amount=-6 -kerning first=346 second=1111 amount=3 -kerning first=1075 second=8363 amount=-1 -kerning first=195 second=1213 amount=-2 -kerning first=354 second=1078 amount=-3 -kerning first=1199 second=111 amount=-1 -kerning first=1170 second=261 amount=-5 -kerning first=1096 second=1098 amount=-2 -kerning first=173 second=354 amount=-3 -kerning first=935 second=211 amount=-2 -kerning first=349 second=89 amount=-5 -kerning first=1126 second=333 amount=-1 -kerning first=313 second=913 amount=2 -kerning first=376 second=44 amount=-4 -kerning first=268 second=299 amount=2 -kerning first=910 second=113 amount=-6 -kerning first=377 second=67 amount=-2 -kerning first=1171 second=8230 amount=-6 -kerning first=1180 second=266 amount=-2 -kerning first=43 second=356 amount=-3 -kerning first=932 second=244 amount=-5 -kerning first=1181 second=172 amount=-2 -kerning first=1153 second=1197 amount=-1 -kerning first=1097 second=8216 amount=-3 -kerning first=286 second=301 amount=2 -kerning first=1164 second=373 amount=-1 -kerning first=372 second=1230 amount=-2 -kerning first=1202 second=291 amount=-2 -kerning first=1027 second=1207 amount=-5 -kerning first=380 second=1058 amount=-2 -kerning first=239 second=358 amount=6 -kerning first=1080 second=1200 amount=-6 -kerning first=1234 second=288 amount=-2 -kerning first=1103 second=375 amount=-1 -kerning first=245 second=1236 amount=-2 -kerning first=1178 second=303 amount=2 -kerning first=337 second=255 amount=-1 -kerning first=321 second=8220 amount=-5 -kerning first=1222 second=310 amount=1 -kerning first=187 second=1141 amount=-2 -kerning first=1099 second=302 amount=2 -kerning first=109 second=372 amount=-3 -kerning first=1198 second=259 amount=-6 -kerning first=324 second=1118 amount=-1 -kerning first=264 second=913 amount=-1 -kerning first=1032 second=44 amount=-2 -kerning first=99 second=933 amount=-4 -kerning first=1166 second=38 amount=-2 -kerning first=377 second=297 amount=5 -kerning first=1169 second=45 amount=-1 -kerning first=118 second=196 amount=-4 -kerning first=1180 second=237 amount=2 -kerning first=932 second=8222 amount=-8 -kerning first=1088 second=1263 amount=-1 -kerning first=1259 second=373 amount=-1 -kerning first=1232 second=233 amount=-1 -kerning first=170 second=197 amount=-5 -kerning first=1205 second=1067 amount=1 -kerning first=1191 second=1277 amount=-1 -kerning first=1040 second=1195 amount=-1 -kerning first=88 second=169 amount=-2 -kerning first=929 second=256 amount=-5 -kerning first=1186 second=1034 amount=1 -kerning first=111 second=1058 amount=-3 -kerning first=270 second=1026 amount=-2 -kerning first=1107 second=1259 amount=-1 -kerning first=1111 second=1190 amount=3 -kerning first=1226 second=1186 amount=1 -kerning first=957 second=65 amount=-4 -kerning first=1237 second=1196 amount=-3 -kerning first=1126 second=1029 amount=-1 -kerning first=1267 second=245 amount=-1 -kerning first=1232 second=1241 amount=-1 -kerning first=80 second=229 amount=-1 -kerning first=8220 second=1033 amount=-4 -kerning first=68 second=8220 amount=-2 -kerning first=1036 second=1057 amount=-2 -kerning first=256 second=1239 amount=-1 -kerning first=1201 second=1233 amount=-1 -kerning first=1050 second=963 amount=-3 -kerning first=1059 second=248 amount=-6 -kerning first=255 second=271 amount=-1 -kerning first=1270 second=1258 amount=-2 -kerning first=253 second=354 amount=-2 -kerning first=1140 second=224 amount=-4 -kerning first=923 second=211 amount=-2 -kerning first=1188 second=38 amount=-2 -kerning first=1043 second=1097 amount=-4 -kerning first=920 second=1066 amount=-2 -kerning first=1163 second=1024 amount=1 -kerning first=1081 second=49 amount=-3 -kerning first=258 second=244 amount=-1 -kerning first=213 second=1234 amount=-2 -kerning first=118 second=235 amount=-1 -kerning first=36 second=197 amount=-1 -kerning first=124 second=303 amount=2 -kerning first=170 second=275 amount=-2 -kerning first=1200 second=1108 amount=-6 -kerning first=8220 second=923 amount=-6 -kerning first=231 second=1035 amount=-5 -kerning first=237 second=125 amount=2 -kerning first=361 second=8217 amount=1 -kerning first=1170 second=331 amount=-4 -kerning first=913 second=1069 amount=-2 -kerning first=957 second=101 amount=-1 -kerning first=169 second=198 amount=-2 -kerning first=341 second=375 amount=1 -kerning first=241 second=1267 amount=-1 -kerning first=1254 second=1236 amount=-2 -kerning first=1114 second=1279 amount=-1 -kerning first=221 second=1254 amount=-3 -kerning first=1274 second=301 amount=6 -kerning first=903 second=46 amount=-6 -kerning first=1200 second=1032 amount=-2 -kerning first=254 second=120 amount=-1 -kerning first=923 second=119 amount=-4 -kerning first=1186 second=293 amount=1 -kerning first=301 second=294 amount=3 -kerning first=221 second=1144 amount=-3 -kerning first=335 second=1066 amount=-3 -kerning first=1090 second=240 amount=-1 -kerning first=118 second=1222 amount=-3 -kerning first=174 second=229 amount=-1 -kerning first=1072 second=1198 amount=-6 -kerning first=345 second=1277 amount=1 -kerning first=1118 second=269 amount=-1 -kerning first=910 second=268 amount=-3 -kerning first=98 second=253 amount=-1 -kerning first=359 second=52 amount=-1 -kerning first=1230 second=1250 amount=1 -kerning first=1168 second=944 amount=-4 -kerning first=1050 second=243 amount=-3 -kerning first=334 second=932 amount=-2 -kerning first=1226 second=8221 amount=2 -kerning first=1102 second=198 amount=-2 -kerning first=1105 second=375 amount=-1 -kerning first=253 second=913 amount=-4 -kerning first=957 second=1083 amount=-3 -kerning first=1068 second=1279 amount=-1 -kerning first=1125 second=1066 amount=-5 -kerning first=87 second=1194 amount=-2 -kerning first=1188 second=255 amount=-4 -kerning first=193 second=337 amount=-1 -kerning first=1220 second=1046 amount=-2 -kerning first=229 second=92 amount=-3 -kerning first=1091 second=1026 amount=-2 -kerning first=372 second=1125 amount=-2 -kerning first=359 second=1037 amount=1 -kerning first=8222 second=121 amount=-3 -kerning first=101 second=356 amount=-3 -kerning first=79 second=196 amount=-2 -kerning first=171 second=1196 amount=-3 -kerning first=8224 second=1236 amount=-5 -kerning first=1126 second=1077 amount=-1 -kerning first=39 second=260 amount=-5 -kerning first=246 second=1278 amount=-2 -kerning first=1052 second=298 amount=2 -kerning first=8244 second=252 amount=-3 -kerning first=8218 second=947 amount=-3 -kerning first=356 second=1075 amount=-4 -kerning first=1034 second=198 amount=-2 -kerning first=902 second=959 amount=-1 -kerning first=1207 second=247 amount=-1 -kerning first=1235 second=1249 amount=-2 -kerning first=1191 second=933 amount=-11 -kerning first=1205 second=77 amount=1 -kerning first=255 second=113 amount=-1 -kerning first=89 second=213 amount=-3 -kerning first=1217 second=267 amount=-2 -kerning first=8221 second=171 amount=-5 -kerning first=303 second=1140 amount=2 -kerning first=1111 second=78 amount=3 -kerning first=212 second=92 amount=-2 -kerning first=86 second=286 amount=-2 -kerning first=288 second=236 amount=2 -kerning first=70 second=1193 amount=-3 -kerning first=375 second=333 amount=-1 -kerning first=110 second=1026 amount=-3 -kerning first=297 second=918 amount=6 -kerning first=273 second=1110 amount=2 -kerning first=59 second=932 amount=-2 -kerning first=197 second=266 amount=-2 -kerning first=1168 second=335 amount=-5 -kerning first=1046 second=100 amount=-2 -kerning first=1163 second=1196 amount=-2 -kerning first=1199 second=1209 amount=-1 -kerning first=1175 second=1257 amount=-1 -kerning first=913 second=8373 amount=-2 -kerning first=1117 second=174 amount=-1 -kerning first=248 second=923 amount=-2 -kerning first=308 second=95 amount=-3 -kerning first=910 second=52 amount=-4 -kerning first=355 second=254 amount=1 -kerning first=1243 second=1204 amount=-3 -kerning first=1116 second=43 amount=-2 -kerning first=102 second=257 amount=-1 -kerning first=902 second=60 amount=-2 -kerning first=1232 second=374 amount=-5 -kerning first=1270 second=1080 amount=-4 -kerning first=1091 second=297 amount=3 -kerning first=1040 second=1194 amount=-2 -kerning first=1128 second=34 amount=-5 -kerning first=116 second=1252 amount=1 -kerning first=915 second=279 amount=-5 -kerning first=243 second=186 amount=-2 -kerning first=354 second=301 amount=6 -kerning first=1170 second=197 amount=-6 -kerning first=1234 second=101 amount=-1 -kerning first=1100 second=1058 amount=-7 -kerning first=186 second=195 amount=-5 -kerning first=1213 second=1035 amount=-3 -kerning first=375 second=8218 amount=-5 -kerning first=102 second=1153 amount=-1 -kerning first=1118 second=1086 amount=-1 -kerning first=1225 second=1066 amount=-2 -kerning first=1243 second=1232 amount=-2 -kerning first=52 second=49 amount=-1 -kerning first=216 second=1059 amount=-3 -kerning first=253 second=308 amount=-4 -kerning first=1140 second=81 amount=-2 -kerning first=88 second=210 amount=-2 -kerning first=1196 second=971 amount=-4 -kerning first=1054 second=1278 amount=-2 -kerning first=84 second=944 amount=-4 -kerning first=118 second=89 amount=-2 -kerning first=1201 second=1058 amount=-2 -kerning first=1115 second=174 amount=-1 -kerning first=176 second=208 amount=2 -kerning first=933 second=244 amount=-6 -kerning first=1058 second=1069 amount=-2 -kerning first=915 second=1224 amount=-4 -kerning first=194 second=963 amount=-1 -kerning first=260 second=248 amount=-1 -kerning first=1170 second=275 amount=-5 -kerning first=1210 second=1058 amount=-3 -kerning first=1126 second=351 amount=-1 -kerning first=1026 second=1143 amount=-1 -kerning first=242 second=121 amount=-1 -kerning first=317 second=34 amount=-6 -kerning first=8244 second=912 amount=-4 -kerning first=918 second=1069 amount=-2 -kerning first=1078 second=103 amount=-1 -kerning first=932 second=349 amount=-5 -kerning first=1145 second=1255 amount=-1 -kerning first=1277 second=263 amount=-1 -kerning first=1059 second=1100 amount=-3 -kerning first=961 second=84 amount=-3 -kerning first=343 second=255 amount=1 -kerning first=1093 second=1108 amount=-1 -kerning first=246 second=260 amount=-2 -kerning first=1184 second=1239 amount=-3 -kerning first=972 second=372 amount=-3 -kerning first=1179 second=354 amount=-4 -kerning first=1194 second=256 amount=-1 -kerning first=112 second=1118 amount=-1 -kerning first=336 second=44 amount=-3 -kerning first=95 second=326 amount=3 -kerning first=1103 second=1066 amount=-3 -kerning first=376 second=225 amount=-6 -kerning first=1178 second=244 amount=-3 -kerning first=933 second=8222 amount=-7 -kerning first=46 second=1059 amount=-4 -kerning first=65 second=301 amount=3 -kerning first=1230 second=1223 amount=1 -kerning first=260 second=39 amount=-5 -kerning first=211 second=1202 amount=-2 -kerning first=1170 second=1187 amount=-4 -kerning first=1094 second=115 amount=-1 -kerning first=1066 second=253 amount=-1 -kerning first=1140 second=195 amount=-5 -kerning first=1233 second=358 amount=-3 -kerning first=290 second=1026 amount=-2 -kerning first=372 second=332 amount=-2 -kerning first=1196 second=337 amount=-5 -kerning first=1198 second=273 amount=-6 -kerning first=1263 second=231 amount=-1 -kerning first=111 second=939 amount=-7 -kerning first=939 second=199 amount=-3 -kerning first=299 second=379 amount=6 -kerning first=193 second=1105 amount=-1 -kerning first=84 second=335 amount=-5 -kerning first=1180 second=245 amount=-3 -kerning first=1063 second=300 amount=2 -kerning first=1145 second=126 amount=-1 -kerning first=1237 second=87 amount=-3 -kerning first=1239 second=255 amount=-1 -kerning first=1232 second=1111 amount=3 -kerning first=1270 second=172 amount=-3 -kerning first=1217 second=177 amount=-3 -kerning first=194 second=243 amount=-1 -kerning first=71 second=86 amount=-1 -kerning first=1069 second=1066 amount=-2 -kerning first=86 second=920 amount=-2 -kerning first=358 second=1191 amount=-4 -kerning first=294 second=186 amount=3 -kerning first=1061 second=959 amount=-2 -kerning first=916 second=936 amount=-4 -kerning first=225 second=910 amount=-6 -kerning first=356 second=940 amount=-5 -kerning first=1189 second=269 amount=-1 -kerning first=1059 second=115 amount=-4 -kerning first=953 second=173 amount=-2 -kerning first=8225 second=923 amount=-5 -kerning first=1016 second=1185 amount=-2 -kerning first=255 second=238 amount=3 -kerning first=913 second=1153 amount=-1 -kerning first=1098 second=1278 amount=-2 -kerning first=1202 second=1054 amount=-2 -kerning first=922 second=199 amount=-2 -kerning first=966 second=1203 amount=-1 -kerning first=1107 second=1193 amount=-1 -kerning first=333 second=1244 amount=-2 -kerning first=258 second=349 amount=-1 -kerning first=1139 second=1267 amount=-1 -kerning first=1090 second=230 amount=-1 -kerning first=375 second=1077 amount=-1 -kerning first=1054 second=260 amount=-2 -kerning first=310 second=337 amount=-3 -kerning first=88 second=1259 amount=-2 -kerning first=246 second=1090 amount=-2 -kerning first=1058 second=8373 amount=-2 -kerning first=356 second=264 amount=-2 -kerning first=194 second=8221 amount=-7 -kerning first=79 second=89 amount=-3 -kerning first=1168 second=1104 amount=-5 -kerning first=1187 second=1026 amount=-2 -kerning first=1226 second=347 amount=-1 -kerning first=1207 second=209 amount=1 -kerning first=341 second=1066 amount=-4 -kerning first=290 second=297 amount=2 -kerning first=1234 second=174 amount=-5 -kerning first=239 second=237 amount=6 -kerning first=1061 second=60 amount=-4 -kerning first=918 second=8373 amount=-2 -kerning first=1269 second=84 amount=-3 -kerning first=1274 second=242 amount=-5 -kerning first=8250 second=55 amount=-3 -kerning first=1230 second=8220 amount=-3 -kerning first=1232 second=332 amount=-2 -kerning first=1164 second=1141 amount=-1 -kerning first=1200 second=908 amount=-3 -kerning first=1091 second=1235 amount=-1 -kerning first=1195 second=376 amount=-4 -kerning first=116 second=1186 amount=1 -kerning first=195 second=100 amount=-1 -kerning first=1083 second=86 amount=-3 -kerning first=234 second=1267 amount=-1 -kerning first=174 second=279 amount=-2 -kerning first=86 second=8363 amount=-4 -kerning first=1114 second=186 amount=-3 -kerning first=375 second=1113 amount=-3 -kerning first=1271 second=1076 amount=-3 -kerning first=333 second=193 amount=-2 -kerning first=915 second=1195 amount=-5 -kerning first=1181 second=333 amount=-1 -kerning first=183 second=358 amount=-3 -kerning first=1168 second=1114 amount=-4 -kerning first=1105 second=1066 amount=-3 -kerning first=47 second=74 amount=-4 -kerning first=92 second=199 amount=-2 -kerning first=1198 second=1167 amount=-3 -kerning first=81 second=196 amount=-2 -kerning first=1043 second=375 amount=-4 -kerning first=357 second=1042 amount=1 -kerning first=313 second=1263 amount=-4 -kerning first=8221 second=117 amount=-3 -kerning first=196 second=940 amount=-1 -kerning first=1259 second=1141 amount=-1 -kerning first=374 second=1075 amount=-3 -kerning first=1058 second=249 amount=-5 -kerning first=1046 second=67 amount=-2 -kerning first=311 second=232 amount=-1 -kerning first=121 second=244 amount=-1 -kerning first=1068 second=186 amount=-2 -kerning first=87 second=1138 amount=-2 -kerning first=239 second=1048 amount=3 -kerning first=910 second=248 amount=-6 -kerning first=196 second=264 amount=-2 -kerning first=256 second=1118 amount=-4 -kerning first=1189 second=1086 amount=-1 -kerning first=102 second=194 amount=-2 -kerning first=1113 second=121 amount=-2 -kerning first=89 second=356 amount=3 -kerning first=981 second=258 amount=-2 -kerning first=1186 second=340 amount=1 -kerning first=1278 second=1242 amount=-2 -kerning first=265 second=1059 amount=-4 -kerning first=1112 second=8361 amount=2 -kerning first=1224 second=1091 amount=-1 -kerning first=212 second=95 amount=-3 -kerning first=246 second=170 amount=-2 -kerning first=8244 second=65 amount=-9 -kerning first=116 second=8221 amount=2 -kerning first=270 second=1061 amount=-2 -kerning first=192 second=927 amount=-2 -kerning first=1222 second=921 amount=1 -kerning first=1168 second=353 amount=-5 -kerning first=1094 second=108 amount=1 -kerning first=1016 second=1276 amount=-2 -kerning first=121 second=8222 amount=-5 -kerning first=1196 second=1105 amount=-5 -kerning first=966 second=910 amount=-7 -kerning first=1122 second=197 amount=-2 -kerning first=84 second=1104 amount=-5 -kerning first=233 second=1026 amount=-3 -kerning first=1100 second=939 amount=-11 -kerning first=102 second=234 amount=-1 -kerning first=286 second=1099 amount=2 -kerning first=1205 second=928 amount=1 -kerning first=92 second=49 amount=-2 -kerning first=1265 second=99 amount=-1 -kerning first=169 second=1244 amount=-2 -kerning first=1058 second=257 amount=-5 -kerning first=237 second=239 amount=3 -kerning first=342 second=1059 amount=-2 -kerning first=8249 second=84 amount=-3 -kerning first=354 second=242 amount=-5 -kerning first=1175 second=1108 amount=-1 -kerning first=193 second=1171 amount=-2 -kerning first=87 second=287 amount=-4 -kerning first=102 second=1243 amount=-1 -kerning first=1244 second=43 amount=-4 -kerning first=8244 second=101 amount=-4 -kerning first=1058 second=1153 amount=-5 -kerning first=363 second=933 amount=-4 -kerning first=197 second=245 amount=-1 -kerning first=256 second=263 amount=-1 -kerning first=192 second=1267 amount=-4 -kerning first=1201 second=939 amount=-2 -kerning first=1040 second=1138 amount=-2 -kerning first=89 second=902 amount=-5 -kerning first=1198 second=240 amount=-6 -kerning first=111 second=967 amount=-1 -kerning first=99 second=1204 amount=-5 -kerning first=8221 second=953 amount=-4 -kerning first=84 second=1114 amount=-4 -kerning first=1197 second=337 amount=-1 -kerning first=1220 second=125 amount=-1 -kerning first=1210 second=939 amount=-6 -kerning first=1102 second=1244 amount=-2 -kerning first=310 second=1105 amount=-3 -kerning first=8220 second=192 amount=-6 -kerning first=933 second=349 amount=-4 -kerning first=209 second=207 amount=2 -kerning first=1250 second=1111 amount=5 -kerning first=260 second=115 amount=-1 -kerning first=114 second=260 amount=-3 -kerning first=169 second=193 amount=-2 -kerning first=118 second=1259 amount=-1 -kerning first=1098 second=1090 amount=-4 -kerning first=1193 second=376 amount=-7 -kerning first=1057 second=256 amount=-1 -kerning first=920 second=65 amount=-2 -kerning first=8370 second=354 amount=-2 -kerning first=1276 second=1242 amount=-2 -kerning first=8244 second=1083 amount=-4 -kerning first=107 second=966 amount=-1 -kerning first=1094 second=1134 amount=1 -kerning first=957 second=1257 amount=-1 -kerning first=1257 second=1196 amount=-3 -kerning first=944 second=8216 amount=-3 -kerning first=372 second=46 amount=-6 -kerning first=1027 second=8249 amount=-8 -kerning first=371 second=1035 amount=-3 -kerning first=1034 second=1244 amount=-2 -kerning first=1118 second=227 amount=-1 -kerning first=376 second=100 amount=-6 -kerning first=8373 second=299 amount=2 -kerning first=915 second=1194 amount=-2 -kerning first=65 second=242 amount=-1 -kerning first=192 second=269 amount=-1 -kerning first=356 second=1237 amount=-5 -kerning first=1181 second=1077 amount=-1 -kerning first=275 second=1091 amount=-1 -kerning first=902 second=290 amount=-2 -kerning first=1102 second=193 amount=-2 -kerning first=1035 second=1090 amount=-2 -kerning first=1040 second=287 amount=-1 -kerning first=240 second=92 amount=-4 -kerning first=174 second=1195 amount=-2 -kerning first=295 second=372 amount=-3 -kerning first=335 second=65 amount=-2 -kerning first=84 second=353 amount=-5 -kerning first=70 second=1010 amount=-3 -kerning first=1141 second=1059 amount=-2 -kerning first=1200 second=1255 amount=-6 -kerning first=89 second=1173 amount=-3 -kerning first=374 second=940 amount=-6 -kerning first=248 second=1217 amount=-2 -kerning first=301 second=322 amount=3 -kerning first=195 second=1026 amount=-6 -kerning first=194 second=347 amount=-1 -kerning first=1163 second=52 amount=-1 -kerning first=1170 second=336 amount=-2 -kerning first=913 second=234 amount=-1 -kerning first=289 second=932 amount=-3 -kerning first=8370 second=913 amount=-1 -kerning first=262 second=239 amount=2 -kerning first=333 second=374 amount=-7 -kerning first=8244 second=341 amount=-1 -kerning first=65 second=8220 amount=-8 -kerning first=356 second=961 amount=-4 -kerning first=1034 second=193 amount=-2 -kerning first=120 second=963 amount=-1 -kerning first=255 second=248 amount=-1 -kerning first=253 second=265 amount=-1 -kerning first=913 second=1243 amount=-1 -kerning first=109 second=1098 amount=-2 -kerning first=374 second=264 amount=-3 -kerning first=351 second=354 amount=-5 -kerning first=81 second=89 amount=-3 -kerning first=1043 second=187 amount=-3 -kerning first=8360 second=1026 amount=-5 -kerning first=313 second=247 amount=-3 -kerning first=195 second=67 amount=-2 -kerning first=355 second=1036 amount=1 -kerning first=250 second=1066 amount=-3 -kerning first=1163 second=1037 amount=1 -kerning first=302 second=297 amount=5 -kerning first=1243 second=1200 amount=-7 -kerning first=358 second=927 amount=-2 -kerning first=1200 second=126 amount=-3 -kerning first=1225 second=929 amount=1 -kerning first=359 second=115 amount=-1 -kerning first=97 second=1035 amount=-3 -kerning first=226 second=221 amount=-6 -kerning first=1222 second=914 amount=1 -kerning first=101 second=1265 amount=-1 -kerning first=8224 second=277 amount=-2 -kerning first=1098 second=170 amount=-3 -kerning first=248 second=192 amount=-2 -kerning first=1211 second=1267 amount=-1 -kerning first=910 second=1100 amount=-3 -kerning first=208 second=196 amount=-2 -kerning first=1191 second=1204 amount=-7 -kerning first=1141 second=291 amount=-1 -kerning first=1270 second=965 amount=-4 -kerning first=88 second=1193 amount=-2 -kerning first=1184 second=1118 amount=-3 -kerning first=1188 second=1251 amount=-4 -kerning first=195 second=297 amount=3 -kerning first=1090 second=1095 amount=-1 -kerning first=247 second=1197 amount=-1 -kerning first=95 second=946 amount=3 -kerning first=358 second=1267 amount=-4 -kerning first=376 second=112 amount=-3 -kerning first=179 second=260 amount=-6 -kerning first=315 second=8219 amount=-3 -kerning first=192 second=1086 amount=-1 -kerning first=356 second=246 amount=-5 -kerning first=1241 second=8225 amount=-2 -kerning first=120 second=243 amount=-1 -kerning first=1140 second=211 amount=-2 -kerning first=372 second=103 amount=-4 -kerning first=1196 second=951 amount=-4 -kerning first=1234 second=1257 amount=-1 -kerning first=75 second=927 amount=-2 -kerning first=966 second=1093 amount=-1 -kerning first=1017 second=1236 amount=-1 -kerning first=313 second=1028 amount=-2 -kerning first=947 second=955 amount=-3 -kerning first=193 second=1091 amount=-4 -kerning first=1197 second=1105 amount=-1 -kerning first=70 second=339 amount=-3 -kerning first=1100 second=967 amount=-2 -kerning first=1026 second=1202 amount=-2 -kerning first=246 second=120 amount=-1 -kerning first=116 second=347 amount=-1 -kerning first=1094 second=204 amount=1 -kerning first=1085 second=1197 amount=-2 -kerning first=222 second=1040 amount=-3 -kerning first=910 second=115 amount=-4 -kerning first=1169 second=337 amount=-1 -kerning first=1078 second=273 amount=-1 -kerning first=921 second=298 amount=2 -kerning first=1205 second=89 amount=-1 -kerning first=253 second=1139 amount=-1 -kerning first=1270 second=333 amount=-5 -kerning first=1279 second=1089 amount=-1 -kerning first=1265 second=198 amount=-4 -kerning first=290 second=1061 amount=-1 -kerning first=1186 second=374 amount=-1 -kerning first=1058 second=194 amount=-6 -kerning first=1184 second=263 amount=-3 -kerning first=75 second=1267 amount=-3 -kerning first=1095 second=910 amount=-6 -kerning first=1210 second=967 amount=-1 -kerning first=95 second=1011 amount=6 -kerning first=224 second=1199 amount=-1 -kerning first=345 second=1204 amount=-4 -kerning first=86 second=216 amount=-2 -kerning first=358 second=269 amount=-5 -kerning first=1061 second=290 amount=-2 -kerning first=297 second=305 amount=6 -kerning first=8217 second=1143 amount=1 -kerning first=934 second=8230 amount=-3 -kerning first=57 second=939 amount=-2 -kerning first=38 second=932 amount=-4 -kerning first=260 second=63 amount=-4 -kerning first=1050 second=99 amount=-3 -kerning first=211 second=356 amount=-2 -kerning first=187 second=49 amount=-3 -kerning first=373 second=335 amount=-1 -kerning first=177 second=1061 amount=-3 -kerning first=169 second=374 amount=-3 -kerning first=1198 second=230 amount=-6 -kerning first=1278 second=945 amount=-2 -kerning first=1263 second=229 amount=-1 -kerning first=243 second=1040 amount=-2 -kerning first=221 second=242 amount=-6 -kerning first=1188 second=109 amount=-4 -kerning first=920 second=935 amount=-2 -kerning first=1166 second=173 amount=-2 -kerning first=1107 second=1010 amount=-1 -kerning first=8221 second=8363 amount=-4 -kerning first=55 second=972 amount=-3 -kerning first=196 second=246 amount=-1 -kerning first=193 second=231 amount=-1 -kerning first=1143 second=261 amount=-1 -kerning first=345 second=1232 amount=-3 -kerning first=1232 second=103 amount=-1 -kerning first=961 second=1118 amount=-1 -kerning first=1270 second=8218 amount=-8 -kerning first=293 second=86 amount=-3 -kerning first=1058 second=234 amount=-5 -kerning first=382 second=966 amount=-1 -kerning first=105 second=41 amount=2 -kerning first=8217 second=952 amount=-4 -kerning first=335 second=174 amount=-1 -kerning first=913 second=376 amount=-5 -kerning first=1278 second=262 amount=-2 -kerning first=971 second=1058 amount=-3 -kerning first=8216 second=195 amount=-6 -kerning first=376 second=1026 amount=3 -kerning first=353 second=8218 amount=-3 -kerning first=1058 second=1243 amount=-5 -kerning first=1116 second=277 amount=-1 -kerning first=1088 second=258 amount=-2 -kerning first=1189 second=227 amount=-1 -kerning first=1059 second=959 amount=-6 -kerning first=902 second=235 amount=-1 -kerning first=8225 second=192 amount=-5 -kerning first=1094 second=60 amount=-2 -kerning first=1097 second=1064 amount=1 -kerning first=1102 second=374 amount=-7 -kerning first=1093 second=1255 amount=-1 -kerning first=92 second=348 amount=-1 -kerning first=1186 second=69 amount=1 -kerning first=75 second=269 amount=-3 -kerning first=335 second=935 amount=-2 -kerning first=1188 second=173 amount=-3 -kerning first=299 second=1070 amount=3 -kerning first=1111 second=274 amount=3 -kerning first=196 second=8217 amount=-7 -kerning first=1069 second=65 amount=-2 -kerning first=224 second=957 amount=-1 -kerning first=376 second=67 amount=-3 -kerning first=297 second=327 amount=3 -kerning first=359 second=108 amount=1 -kerning first=1058 second=1085 amount=-4 -kerning first=58 second=356 amount=-2 -kerning first=211 second=902 amount=-2 -kerning first=1083 second=8216 amount=-3 -kerning first=904 second=301 amount=5 -kerning first=1257 second=87 amount=-3 -kerning first=935 second=1089 amount=-2 -kerning first=104 second=358 amount=-3 -kerning first=122 second=1035 amount=-2 -kerning first=196 second=352 amount=-1 -kerning first=932 second=1069 amount=-2 -kerning first=1087 second=375 amount=-1 -kerning first=232 second=1197 amount=-1 -kerning first=1059 second=60 amount=-7 -kerning first=1034 second=374 amount=-7 -kerning first=8225 second=232 amount=-2 -kerning first=1093 second=126 amount=-1 -kerning first=1279 second=1145 amount=-1 -kerning first=374 second=1237 amount=-6 -kerning first=321 second=923 amount=2 -kerning first=301 second=205 amount=3 -kerning first=939 second=1207 amount=-6 -kerning first=1111 second=309 amount=-4 -kerning first=1251 second=910 amount=-6 -kerning first=1275 second=963 amount=-1 -kerning first=1179 second=265 amount=-1 -kerning first=341 second=65 amount=-3 -kerning first=118 second=1193 amount=-1 -kerning first=87 second=1012 amount=-2 -kerning first=358 second=1086 amount=-5 -kerning first=1276 second=945 amount=-2 -kerning first=79 second=1046 amount=-2 -kerning first=1092 second=1277 amount=-1 -kerning first=1094 second=1067 amount=1 -kerning first=957 second=1108 amount=-1 -kerning first=908 second=256 amount=-2 -kerning first=372 second=259 amount=-4 -kerning first=1196 second=1091 amount=-4 -kerning first=248 second=221 amount=-7 -kerning first=1043 second=252 amount=-5 -kerning first=1027 second=228 amount=-5 -kerning first=1107 second=339 amount=-1 -kerning first=208 second=89 amount=-3 -kerning first=1269 second=1118 amount=-1 -kerning first=356 second=1197 amount=-2 -kerning first=1180 second=375 amount=-3 -kerning first=115 second=84 amount=-5 -kerning first=1276 second=262 amount=-2 -kerning first=374 second=961 amount=-3 -kerning first=68 second=923 amount=-2 -kerning first=915 second=1138 amount=-2 -kerning first=367 second=376 amount=-4 -kerning first=44 second=32 amount=-1 -kerning first=972 second=1098 amount=-2 -kerning first=957 second=1032 amount=-4 -kerning first=341 second=101 amount=-1 -kerning first=1098 second=120 amount=-1 -kerning first=927 second=933 amount=-3 -kerning first=1118 second=1092 amount=-1 -kerning first=1267 second=1066 amount=-2 -kerning first=90 second=171 amount=-2 -kerning first=359 second=1134 amount=1 -kerning first=1169 second=1105 amount=-1 -kerning first=356 second=1096 amount=-4 -kerning first=1270 second=1077 amount=-5 -kerning first=923 second=1089 amount=-1 -kerning first=1128 second=972 amount=-1 -kerning first=75 second=1086 amount=-3 -kerning first=1275 second=243 amount=-1 -kerning first=1124 second=65 amount=-1 -kerning first=258 second=1069 amount=-2 -kerning first=1255 second=375 amount=-1 -kerning first=1104 second=374 amount=-7 -kerning first=1231 second=300 amount=2 -kerning first=345 second=357 amount=2 -kerning first=1106 second=84 amount=-3 -kerning first=1026 second=118 amount=-1 -kerning first=310 second=1091 amount=-3 -kerning first=321 second=8370 amount=-2 -kerning first=1222 second=72 amount=1 -kerning first=216 second=372 amount=-1 -kerning first=1226 second=1034 amount=1 -kerning first=1097 second=321 amount=1 -kerning first=373 second=1104 amount=-1 -kerning first=1040 second=1012 amount=-2 -kerning first=1203 second=1153 amount=-1 -kerning first=1196 second=231 amount=-5 -kerning first=66 second=297 amount=2 -kerning first=935 second=1145 amount=-2 -kerning first=1026 second=1201 amount=-1 -kerning first=299 second=924 amount=3 -kerning first=76 second=1057 amount=-2 -kerning first=1078 second=240 amount=-1 -kerning first=932 second=8373 amount=-2 -kerning first=902 second=169 amount=-2 -kerning first=343 second=173 amount=-2 -kerning first=285 second=95 amount=2 -kerning first=1040 second=358 amount=-6 -kerning first=254 second=1078 amount=-1 -kerning first=374 second=246 amount=-6 -kerning first=915 second=287 amount=-5 -kerning first=8217 second=916 amount=-8 -kerning first=99 second=1200 amount=-4 -kerning first=44 second=56 amount=-2 -kerning first=194 second=99 amount=-1 -kerning first=1179 second=1139 amount=-1 -kerning first=279 second=375 amount=-1 -kerning first=314 second=299 amount=5 -kerning first=913 second=334 amount=-2 -kerning first=227 second=1267 amount=-1 -kerning first=284 second=1236 amount=-1 -kerning first=1103 second=174 amount=-1 -kerning first=98 second=1185 amount=-2 -kerning first=1061 second=235 amount=-2 -kerning first=337 second=8225 amount=-2 -kerning first=8250 second=377 amount=-2 -kerning first=224 second=354 amount=-3 -kerning first=1168 second=43 amount=-3 -kerning first=902 second=89 amount=-5 -kerning first=114 second=120 amount=1 -kerning first=176 second=1054 amount=-1 -kerning first=1188 second=1220 amount=-4 -kerning first=8244 second=1257 amount=-4 -kerning first=283 second=1277 amount=-1 -kerning first=1068 second=1040 amount=-2 -kerning first=310 second=231 amount=-3 -kerning first=301 second=1068 amount=3 -kerning first=260 second=959 amount=-1 -kerning first=1179 second=247 amount=-2 -kerning first=1226 second=293 amount=1 -kerning first=1092 second=933 amount=-7 -kerning first=1094 second=77 amount=1 -kerning first=1207 second=276 amount=1 -kerning first=1139 second=1279 amount=-1 -kerning first=913 second=373 amount=-4 -kerning first=1234 second=1108 amount=-1 -kerning first=87 second=1169 amount=-2 -kerning first=966 second=1234 amount=-2 -kerning first=1043 second=288 amount=-2 -kerning first=1143 second=197 amount=-4 -kerning first=363 second=1204 amount=-3 -kerning first=214 second=354 amount=-2 -kerning first=1138 second=256 amount=-2 -kerning first=932 second=249 amount=-5 -kerning first=1277 second=281 amount=-1 -kerning first=1270 second=351 amount=-5 -kerning first=923 second=1145 amount=-1 -kerning first=89 second=267 amount=-6 -kerning first=195 second=83 amount=-1 -kerning first=259 second=1059 amount=-6 -kerning first=1175 second=1255 amount=-1 -kerning first=258 second=8373 amount=-2 -kerning first=1069 second=935 amount=-2 -kerning first=376 second=1235 amount=-6 -kerning first=1086 second=198 amount=-2 -kerning first=260 second=60 amount=-2 -kerning first=234 second=1279 amount=-1 -kerning first=119 second=945 amount=-1 -kerning first=191 second=8244 amount=-2 -kerning first=1263 second=279 amount=-1 -kerning first=8218 second=1198 amount=-7 -kerning first=1143 second=275 amount=-1 -kerning first=112 second=256 amount=-2 -kerning first=1222 second=1058 amount=-2 -kerning first=1119 second=1035 amount=-3 -kerning first=124 second=298 amount=2 -kerning first=971 second=939 amount=-4 -kerning first=359 second=204 amount=1 -kerning first=8217 second=1181 amount=-1 -kerning first=34 second=1051 amount=-3 -kerning first=1168 second=1236 amount=-6 -kerning first=1175 second=126 amount=-1 -kerning first=87 second=1088 amount=-2 -kerning first=369 second=89 amount=-4 -kerning first=197 second=375 amount=-4 -kerning first=214 second=913 amount=-2 -kerning first=932 second=257 amount=-5 -kerning first=257 second=86 amount=-3 -kerning first=1050 second=8353 amount=-2 -kerning first=1059 second=361 amount=-3 -kerning first=953 second=8244 amount=2 -kerning first=114 second=966 amount=-1 -kerning first=1105 second=174 amount=-1 -kerning first=88 second=1010 amount=-2 -kerning first=1198 second=1095 amount=-6 -kerning first=75 second=105 amount=2 -kerning first=357 second=910 amount=-1 -kerning first=84 second=43 amount=-3 -kerning first=1085 second=253 amount=-1 -kerning first=336 second=1026 amount=-2 -kerning first=1060 second=1035 amount=-2 -kerning first=932 second=1153 amount=-5 -kerning first=95 second=218 amount=-3 -kerning first=102 second=8230 amount=-4 -kerning first=110 second=121 amount=-1 -kerning first=1191 second=1200 amount=-11 -kerning first=1244 second=277 amount=-2 -kerning first=98 second=1276 amount=-2 -kerning first=1056 second=1232 amount=-5 -kerning first=933 second=1069 amount=-3 -kerning first=339 second=255 amount=-1 -kerning first=373 second=381 amount=-2 -kerning first=332 second=8220 amount=-2 -kerning first=1278 second=111 amount=-2 -kerning first=182 second=301 amount=5 -kerning first=1061 second=169 amount=-2 -kerning first=297 second=1056 amount=3 -kerning first=55 second=224 amount=-3 -kerning first=283 second=933 amount=-7 -kerning first=1189 second=1092 amount=-1 -kerning first=1087 second=1066 amount=-3 -kerning first=923 second=1140 amount=-5 -kerning first=1058 second=334 amount=-2 -kerning first=1184 second=365 amount=-2 -kerning first=81 second=1046 amount=-2 -kerning first=1163 second=115 amount=-1 -kerning first=1124 second=935 amount=-1 -kerning first=43 second=1278 amount=-4 -kerning first=95 second=1060 amount=-3 -kerning first=174 second=287 amount=-2 -kerning first=358 second=371 amount=-5 -kerning first=45 second=1203 amount=-1 -kerning first=1256 second=1276 amount=-2 -kerning first=245 second=932 amount=-3 -kerning first=1178 second=1069 amount=-2 -kerning first=359 second=60 amount=-2 -kerning first=918 second=334 amount=-2 -kerning first=249 second=374 amount=-4 -kerning first=46 second=53 amount=-1 -kerning first=281 second=255 amount=-1 -kerning first=902 second=210 amount=-2 -kerning first=286 second=923 amount=-1 -kerning first=1066 second=1185 amount=-2 -kerning first=1216 second=296 amount=2 -kerning first=372 second=273 amount=-4 -kerning first=1193 second=1141 amount=-1 -kerning first=1213 second=1199 amount=-1 -kerning first=265 second=372 amount=-1 -kerning first=55 second=970 amount=-3 -kerning first=1081 second=1035 amount=-3 -kerning first=1197 second=231 amount=-1 -kerning first=1026 second=356 amount=-3 -kerning first=1141 second=1076 amount=-3 -kerning first=89 second=177 amount=-6 -kerning first=374 second=1096 amount=-3 -kerning first=981 second=1059 amount=-7 -kerning first=1058 second=373 amount=-4 -kerning first=243 second=1198 amount=-7 -kerning first=1241 second=84 amount=-3 -kerning first=1075 second=269 amount=-1 -kerning first=1187 second=311 amount=1 -kerning first=213 second=8218 amount=-3 -kerning first=258 second=1153 amount=-1 -kerning first=1043 second=65 amount=-6 -kerning first=313 second=258 amount=2 -kerning first=910 second=959 amount=-6 -kerning first=355 second=98 amount=1 -kerning first=8220 second=44 amount=-6 -kerning first=8244 second=1044 amount=-3 -kerning first=1058 second=1273 amount=-4 -kerning first=84 second=1236 amount=-6 -kerning first=286 second=295 amount=2 -kerning first=1265 second=193 amount=-4 -kerning first=169 second=46 amount=-3 -kerning first=326 second=376 amount=-6 -kerning first=88 second=339 amount=-2 -kerning first=75 second=371 amount=-2 -kerning first=295 second=1098 amount=-2 -kerning first=111 second=92 amount=-4 -kerning first=357 second=107 amount=1 -kerning first=1027 second=1179 amount=-4 -kerning first=1074 second=1026 amount=-5 -kerning first=1255 second=1066 amount=-3 -kerning first=1203 second=234 amount=-1 -kerning first=358 second=227 amount=-5 -kerning first=87 second=266 amount=-2 -kerning first=1276 second=111 amount=-2 -kerning first=293 second=8216 amount=-3 -kerning first=76 second=910 amount=-5 -kerning first=933 second=8373 amount=-3 -kerning first=359 second=1067 amount=1 -kerning first=232 second=253 amount=-1 -kerning first=1168 second=251 amount=-5 -kerning first=1059 second=290 amount=-3 -kerning first=1153 second=1185 amount=-1 -kerning first=1097 second=1166 amount=1 -kerning first=1203 second=1243 amount=-1 -kerning first=1254 second=932 amount=-2 -kerning first=1213 second=957 amount=-1 -kerning first=264 second=258 amount=-1 -kerning first=1043 second=101 amount=-5 -kerning first=1107 second=1072 amount=-1 -kerning first=299 second=344 amount=3 -kerning first=242 second=8224 amount=-2 -kerning first=333 second=1249 amount=-2 -kerning first=910 second=60 amount=-7 -kerning first=381 second=1194 amount=-2 -kerning first=228 second=84 amount=-3 -kerning first=1026 second=902 amount=-2 -kerning first=1232 second=273 amount=-1 -kerning first=1265 second=233 amount=-1 -kerning first=1186 second=1050 amount=1 -kerning first=1263 second=1195 amount=-1 -kerning first=231 second=354 amount=-5 -kerning first=1036 second=1258 amount=-2 -kerning first=1111 second=1039 amount=3 -kerning first=1167 second=194 amount=-2 -kerning first=279 second=1066 amount=-3 -kerning first=177 second=121 amount=-3 -kerning first=242 second=88 amount=-2 -kerning first=1265 second=1241 amount=-1 -kerning first=1178 second=8373 amount=-2 -kerning first=256 second=281 amount=-1 -kerning first=1274 second=923 amount=-6 -kerning first=356 second=253 amount=-4 -kerning first=1230 second=295 amount=1 -kerning first=1140 second=97 amount=-4 -kerning first=372 second=1167 amount=-2 -kerning first=118 second=1010 amount=-1 -kerning first=375 second=261 amount=-1 -kerning first=902 second=1259 amount=-1 -kerning first=45 second=910 amount=-3 -kerning first=933 second=249 amount=-3 -kerning first=116 second=1034 amount=1 -kerning first=90 second=286 amount=-2 -kerning first=209 second=1031 amount=2 -kerning first=1075 second=1086 amount=-1 -kerning first=194 second=8353 amount=-2 -kerning first=1066 second=1276 amount=-2 -kerning first=1040 second=266 amount=-2 -kerning first=1108 second=1196 amount=-5 -kerning first=1188 second=79 amount=-2 -kerning first=8244 second=1108 amount=-4 -kerning first=68 second=1217 amount=-2 -kerning first=197 second=187 amount=-2 -kerning first=915 second=1012 amount=-2 -kerning first=321 second=192 amount=2 -kerning first=243 second=1175 amount=-1 -kerning first=342 second=299 amount=3 -kerning first=1163 second=108 amount=1 -kerning first=1139 second=186 amount=-2 -kerning first=261 second=1140 amount=-3 -kerning first=1234 second=908 amount=-2 -kerning first=358 second=328 amount=-4 -kerning first=1178 second=249 amount=-2 -kerning first=1061 second=210 amount=-2 -kerning first=8244 second=1032 amount=-8 -kerning first=932 second=194 amount=-6 -kerning first=1222 second=939 amount=-1 -kerning first=1094 second=928 amount=1 -kerning first=120 second=99 amount=-1 -kerning first=253 second=258 amount=-4 -kerning first=1196 second=363 amount=-5 -kerning first=1258 second=88 amount=-2 -kerning first=358 second=1279 amount=-3 -kerning first=1043 second=341 amount=-4 -kerning first=196 second=253 amount=-4 -kerning first=84 second=251 amount=-5 -kerning first=1185 second=972 amount=-1 -kerning first=1274 second=8370 amount=-2 -kerning first=1180 second=252 amount=-2 -kerning first=43 second=1090 amount=-1 -kerning first=68 second=192 amount=-2 -kerning first=933 second=257 amount=-6 -kerning first=116 second=293 amount=1 -kerning first=359 second=77 amount=1 -kerning first=1226 second=340 amount=1 -kerning first=210 second=1140 amount=-2 -kerning first=1126 second=275 amount=-1 -kerning first=1118 second=981 amount=-1 -kerning first=1114 second=1198 amount=-11 -kerning first=376 second=1119 amount=-3 -kerning first=55 second=195 amount=-7 -kerning first=1171 second=1207 amount=-1 -kerning first=244 second=358 amount=-3 -kerning first=933 second=1153 amount=-6 -kerning first=1169 second=231 amount=-1 -kerning first=192 second=1092 amount=-1 -kerning first=197 second=1066 amount=-6 -kerning first=932 second=234 amount=-5 -kerning first=1170 second=1242 amount=-2 -kerning first=1205 second=75 amount=1 -kerning first=255 second=959 amount=-1 -kerning first=253 second=283 amount=-1 -kerning first=341 second=1257 amount=-1 -kerning first=372 second=240 amount=-4 -kerning first=1198 second=38 amount=-4 -kerning first=315 second=197 amount=2 -kerning first=313 second=176 amount=-8 -kerning first=354 second=923 amount=-6 -kerning first=208 second=1046 amount=-2 -kerning first=118 second=339 amount=-1 -kerning first=932 second=1243 amount=-5 -kerning first=1100 second=92 amount=-7 -kerning first=1213 second=354 amount=-3 -kerning first=1267 second=65 amount=-4 -kerning first=328 second=89 amount=-6 -kerning first=1279 second=1058 amount=-3 -kerning first=310 second=363 amount=-2 -kerning first=344 second=86 amount=-1 -kerning first=1058 second=8230 amount=-2 -kerning first=273 second=297 amount=3 -kerning first=1059 second=196 amount=-5 -kerning first=1163 second=1134 amount=1 -kerning first=119 second=111 amount=-1 -kerning first=913 second=1141 amount=-4 -kerning first=957 second=1255 amount=-1 -kerning first=8224 second=285 amount=-2 -kerning first=1196 second=229 amount=-5 -kerning first=1068 second=1198 amount=-7 -kerning first=927 second=1204 amount=-2 -kerning first=1012 second=1202 amount=-2 -kerning first=355 second=1035 amount=-2 -kerning first=1178 second=1153 amount=-3 -kerning first=252 second=221 amount=-4 -kerning first=233 second=121 amount=-1 -kerning first=1274 second=181 amount=-5 -kerning first=932 second=1085 amount=-4 -kerning first=1113 second=8224 amount=-3 -kerning first=1102 second=1249 amount=-2 -kerning first=1205 second=1109 amount=-1 -kerning first=255 second=60 amount=-2 -kerning first=1141 second=299 amount=3 -kerning first=1265 second=374 amount=-2 -kerning first=1140 second=64 amount=-2 -kerning first=89 second=369 amount=-3 -kerning first=266 second=197 amount=-1 -kerning first=1217 second=966 amount=-2 -kerning first=8217 second=118 amount=1 -kerning first=939 second=8249 amount=-6 -kerning first=260 second=290 amount=-2 -kerning first=1210 second=92 amount=-3 -kerning first=927 second=1232 amount=-2 -kerning first=1267 second=101 amount=-1 -kerning first=1106 second=1118 amount=-1 -kerning first=90 second=920 amount=-2 -kerning first=8217 second=1201 amount=1 -kerning first=46 second=34 amount=-6 -kerning first=1116 second=932 amount=-4 -kerning first=1059 second=235 amount=-6 -kerning first=114 second=359 amount=2 -kerning first=1207 second=1059 amount=-1 -kerning first=1016 second=1267 amount=-1 -kerning first=1113 second=88 amount=-2 -kerning first=8224 second=162 amount=-2 -kerning first=1128 second=81 amount=-2 -kerning first=1188 second=973 amount=-4 -kerning first=1061 second=1259 amount=-2 -kerning first=258 second=234 amount=-1 -kerning first=363 second=1200 amount=-4 -kerning first=1220 second=1203 amount=-1 -kerning first=1086 second=1244 amount=-2 -kerning first=1034 second=1249 amount=-2 -kerning first=1232 second=240 amount=-1 -kerning first=297 second=282 amount=3 -kerning first=337 second=84 amount=-3 -kerning first=922 second=8249 amount=-3 -kerning first=915 second=1169 amount=-4 -kerning first=354 second=8370 amount=-2 -kerning first=1167 second=376 amount=-7 -kerning first=258 second=1243 amount=-1 -kerning first=913 second=116 amount=-2 -kerning first=186 second=1089 amount=-2 -kerning first=1267 second=1083 amount=-3 -kerning first=910 second=361 amount=-3 -kerning first=1053 second=297 amount=5 -kerning first=377 second=71 amount=-2 -kerning first=192 second=186 amount=-5 -kerning first=356 second=171 amount=-8 -kerning first=1180 second=288 amount=-2 -kerning first=224 second=1263 amount=-1 -kerning first=1184 second=281 amount=-3 -kerning first=939 second=1035 amount=3 -kerning first=1274 second=1116 amount=-4 -kerning first=86 second=927 amount=-2 -kerning first=1114 second=1175 amount=-1 -kerning first=45 second=1093 amount=-1 -kerning first=170 second=945 amount=-2 -kerning first=317 second=81 amount=-2 -kerning first=1036 second=172 amount=-4 -kerning first=1086 second=193 amount=-2 -kerning first=101 second=1090 amount=-1 -kerning first=1050 second=233 amount=-3 -kerning first=1092 second=1204 amount=-3 -kerning first=1170 second=1074 amount=-4 -kerning first=114 second=226 amount=-1 -kerning first=1027 second=214 amount=-2 -kerning first=239 second=1066 amount=6 -kerning first=193 second=279 amount=-1 -kerning first=1088 second=1059 amount=-7 -kerning first=257 second=8216 amount=-3 -kerning first=1050 second=1241 amount=-3 -kerning first=375 second=197 amount=-4 -kerning first=1071 second=303 amount=2 -kerning first=92 second=8249 amount=-2 -kerning first=1265 second=1111 amount=3 -kerning first=254 second=8220 amount=-4 -kerning first=915 second=1088 amount=-4 -kerning first=321 second=221 amount=-5 -kerning first=195 second=121 amount=-4 -kerning first=1250 second=938 amount=2 -kerning first=354 second=181 amount=-5 -kerning first=1092 second=1232 amount=-2 -kerning first=1233 second=375 amount=-1 -kerning first=336 second=1061 amount=-2 -kerning first=1104 second=1249 amount=-1 -kerning first=121 second=257 amount=-1 -kerning first=1068 second=1175 amount=-1 -kerning first=1234 second=1255 amount=-1 -kerning first=87 second=245 amount=-4 -kerning first=358 second=1092 amount=-5 -kerning first=381 second=1138 amount=-2 -kerning first=65 second=8370 amount=-2 -kerning first=1116 second=285 amount=-1 -kerning first=1215 second=1277 amount=-1 -kerning first=1059 second=343 amount=-3 -kerning first=961 second=256 amount=-2 -kerning first=1140 second=1089 amount=-4 -kerning first=1101 second=358 amount=-3 -kerning first=121 second=1153 amount=-1 -kerning first=8221 second=1191 amount=-1 -kerning first=1111 second=1024 amount=3 -kerning first=377 second=45 amount=-2 -kerning first=1275 second=99 amount=-1 -kerning first=1163 second=204 amount=1 -kerning first=196 second=171 amount=-2 -kerning first=118 second=239 amount=3 -kerning first=95 second=1254 amount=-3 -kerning first=230 second=1277 amount=-1 -kerning first=1108 second=87 amount=-1 -kerning first=375 second=275 amount=-1 -kerning first=1118 second=1040 amount=-4 -kerning first=286 second=1217 amount=-1 -kerning first=923 second=1058 amount=-6 -kerning first=317 second=195 amount=2 -kerning first=246 second=1078 amount=-1 -kerning first=68 second=221 amount=-3 -kerning first=1058 second=1141 amount=-4 -kerning first=1027 second=1199 amount=-4 -kerning first=1168 second=277 amount=-5 -kerning first=1207 second=922 amount=1 -kerning first=1094 second=89 amount=-1 -kerning first=1273 second=358 amount=-3 -kerning first=95 second=1144 amount=-3 -kerning first=186 second=1145 amount=-2 -kerning first=299 second=201 amount=3 -kerning first=179 second=359 amount=2 -kerning first=1220 second=910 amount=-7 -kerning first=1274 second=110 amount=-4 -kerning first=1116 second=162 amount=-1 -kerning first=97 second=1199 amount=-1 -kerning first=1189 second=981 amount=-1 -kerning first=1059 second=169 amount=-3 -kerning first=902 second=1193 amount=-1 -kerning first=1033 second=358 amount=-3 -kerning first=92 second=1035 amount=-6 -kerning first=291 second=1026 amount=-3 -kerning first=89 second=326 amount=-3 -kerning first=933 second=194 amount=-5 -kerning first=1217 second=1060 amount=-2 -kerning first=75 second=1092 amount=-3 -kerning first=1179 second=283 amount=-1 -kerning first=86 second=269 amount=-4 -kerning first=1026 second=93 amount=-1 -kerning first=292 second=95 amount=2 -kerning first=268 second=195 amount=-1 -kerning first=910 second=290 amount=-3 -kerning first=46 second=1098 amount=-5 -kerning first=1145 second=1232 amount=-2 -kerning first=1230 second=82 amount=1 -kerning first=1168 second=1189 amount=-4 -kerning first=354 second=1116 amount=-4 -kerning first=286 second=192 amount=-1 -kerning first=1040 second=245 amount=-1 -kerning first=960 second=948 amount=-2 -kerning first=372 second=230 amount=-4 -kerning first=299 second=106 amount=-4 -kerning first=258 second=376 amount=-5 -kerning first=1197 second=229 amount=-1 -kerning first=283 second=1204 amount=-3 -kerning first=1222 second=1216 amount=1 -kerning first=1020 second=1035 amount=-3 -kerning first=933 second=234 amount=-6 -kerning first=1027 second=957 amount=-4 -kerning first=1075 second=227 amount=-1 -kerning first=260 second=235 amount=-1 -kerning first=311 second=100 amount=-1 -kerning first=1163 second=60 amount=-2 -kerning first=365 second=1196 amount=-3 -kerning first=1187 second=1115 amount=1 -kerning first=1226 second=374 amount=-1 -kerning first=373 second=1236 amount=-4 -kerning first=221 second=923 amount=-5 -kerning first=933 second=1243 amount=-6 -kerning first=97 second=957 amount=-1 -kerning first=902 second=1109 amount=-1 -kerning first=368 second=44 amount=-2 -kerning first=1140 second=1145 amount=-4 -kerning first=1198 second=894 amount=-4 -kerning first=915 second=266 amount=-2 -kerning first=357 second=104 amount=1 -kerning first=280 second=301 amount=5 -kerning first=181 second=47 amount=-2 -kerning first=1077 second=358 amount=-3 -kerning first=1271 second=972 amount=-1 -kerning first=1026 second=1265 amount=-1 -kerning first=67 second=194 amount=-1 -kerning first=1178 second=234 amount=-3 -kerning first=933 second=1085 amount=-3 -kerning first=359 second=928 amount=1 -kerning first=117 second=932 amount=-3 -kerning first=1253 second=89 amount=-6 -kerning first=197 second=288 amount=-2 -kerning first=1241 second=1118 amount=-1 -kerning first=1111 second=1196 amount=6 -kerning first=1215 second=933 amount=-7 -kerning first=1167 second=373 amount=-1 -kerning first=1170 second=945 amount=-5 -kerning first=341 second=1108 amount=-1 -kerning first=1196 second=279 amount=-5 -kerning first=1188 second=1239 amount=-5 -kerning first=1178 second=1243 amount=-3 -kerning first=309 second=372 amount=2 -kerning first=84 second=277 amount=-5 -kerning first=1255 second=65 amount=-2 -kerning first=1180 second=101 amount=-3 -kerning first=1201 second=95 amount=-5 -kerning first=43 second=120 amount=-1 -kerning first=230 second=933 amount=-7 -kerning first=343 second=8244 amount=1 -kerning first=116 second=340 amount=1 -kerning first=321 second=212 amount=-2 -kerning first=1043 second=1257 amount=-5 -kerning first=194 second=233 amount=-1 -kerning first=354 second=110 amount=-4 -kerning first=181 second=1198 amount=-4 -kerning first=1163 second=1067 amount=1 -kerning first=1226 second=69 amount=1 -kerning first=1170 second=262 amount=-2 -kerning first=193 second=1195 amount=-1 -kerning first=1090 second=173 amount=-1 -kerning first=341 second=1032 amount=-4 -kerning first=86 second=1086 amount=-4 -kerning first=1126 second=336 amount=-2 -kerning first=945 second=8217 amount=2 -kerning first=1166 second=74 amount=-6 -kerning first=1274 second=192 amount=-6 -kerning first=356 second=117 amount=-5 -kerning first=932 second=334 amount=-2 -kerning first=1086 second=374 amount=-7 -kerning first=194 second=1241 amount=-1 -kerning first=1235 second=255 amount=-1 -kerning first=343 second=84 amount=-4 -kerning first=1196 second=1224 amount=-4 -kerning first=89 second=260 amount=-5 -kerning first=8217 second=902 amount=-9 -kerning first=221 second=8370 amount=-3 -kerning first=1188 second=1102 amount=-4 -kerning first=939 second=228 amount=-6 -kerning first=357 second=317 amount=1 -kerning first=259 second=372 amount=-3 -kerning first=371 second=354 amount=-3 -kerning first=84 second=1189 amount=-4 -kerning first=228 second=1118 amount=-1 -kerning first=118 second=1072 amount=-1 -kerning first=378 second=356 amount=-2 -kerning first=310 second=279 amount=-3 -kerning first=76 second=1234 amount=2 -kerning first=88 second=1057 amount=-2 -kerning first=374 second=171 amount=-6 -kerning first=195 second=903 amount=-5 -kerning first=1207 second=1025 amount=1 -kerning first=261 second=1058 amount=-3 -kerning first=1098 second=1078 amount=-1 -kerning first=87 second=1097 amount=-2 -kerning first=1188 second=74 amount=-6 -kerning first=1061 second=1193 amount=-2 -kerning first=8218 second=8221 amount=-6 -kerning first=277 second=374 amount=-7 -kerning first=903 second=38 amount=-2 -kerning first=1274 second=232 amount=-5 -kerning first=212 second=1236 amount=-2 -kerning first=320 second=300 amount=2 -kerning first=932 second=373 amount=-4 -kerning first=1222 second=183 amount=-1 -kerning first=1277 second=289 amount=-1 -kerning first=1239 second=84 amount=-3 -kerning first=1270 second=250 amount=-5 -kerning first=1202 second=972 amount=-2 -kerning first=315 second=336 amount=-2 -kerning first=265 second=1098 amount=-1 -kerning first=303 second=92 amount=2 -kerning first=8249 second=256 amount=-2 -kerning first=355 second=1016 amount=1 -kerning first=932 second=1273 amount=-4 -kerning first=121 second=194 amount=-4 -kerning first=262 second=1234 amount=-1 -kerning first=910 second=196 amount=-5 -kerning first=1181 second=275 amount=-1 -kerning first=260 second=169 amount=-2 -kerning first=1050 second=1111 amount=5 -kerning first=1059 second=210 amount=-3 -kerning first=210 second=1058 amount=-2 -kerning first=1263 second=287 amount=-1 -kerning first=221 second=181 amount=-3 -kerning first=309 second=299 amount=3 -kerning first=258 second=334 amount=-2 -kerning first=1220 second=1093 amount=-1 -kerning first=1274 second=1084 amount=-4 -kerning first=1087 second=174 amount=-1 -kerning first=923 second=182 amount=-1 -kerning first=326 second=1141 amount=-1 -kerning first=8217 second=1173 amount=-1 -kerning first=97 second=354 amount=-3 -kerning first=1111 second=1275 amount=3 -kerning first=260 second=89 amount=-5 -kerning first=1233 second=1066 amount=-3 -kerning first=341 second=918 amount=-2 -kerning first=121 second=234 amount=-1 -kerning first=8370 second=258 amount=-1 -kerning first=910 second=235 amount=-6 -kerning first=8244 second=1255 amount=-4 -kerning first=959 second=197 amount=-2 -kerning first=1169 second=229 amount=-1 -kerning first=192 second=981 amount=-1 -kerning first=107 second=242 amount=-1 -kerning first=1082 second=8249 amount=-3 -kerning first=362 second=95 amount=-3 -kerning first=114 second=1078 amount=1 -kerning first=343 second=1239 amount=-1 -kerning first=286 second=221 amount=-2 -kerning first=1270 second=261 amount=-5 -kerning first=923 second=939 amount=-5 -kerning first=121 second=1243 amount=-1 -kerning first=927 second=1200 amount=-3 -kerning first=354 second=192 amount=-6 -kerning first=1163 second=77 amount=1 -kerning first=258 second=373 amount=-4 -kerning first=1180 second=174 amount=-1 -kerning first=345 second=244 amount=-1 -kerning first=170 second=111 amount=-2 -kerning first=1265 second=46 amount=-2 -kerning first=1244 second=285 amount=-2 -kerning first=90 second=216 amount=-2 -kerning first=356 second=286 amount=-2 -kerning first=44 second=8219 amount=-9 -kerning first=101 second=120 amount=-1 -kerning first=1050 second=332 amount=-2 -kerning first=215 second=221 amount=-3 -kerning first=311 second=1026 amount=-4 -kerning first=187 second=1035 amount=-8 -kerning first=1012 second=356 amount=-2 -kerning first=380 second=335 amount=-1 -kerning first=1027 second=913 amount=-6 -kerning first=355 second=915 amount=1 -kerning first=8244 second=126 amount=-2 -kerning first=1110 second=303 amount=3 -kerning first=1139 second=1040 amount=-2 -kerning first=1232 second=346 amount=-1 -kerning first=1196 second=1195 amount=-5 -kerning first=981 second=372 amount=-3 -kerning first=221 second=1116 amount=-3 -kerning first=1188 second=1107 amount=-4 -kerning first=325 second=299 amount=5 -kerning first=194 second=374 amount=-5 -kerning first=354 second=232 amount=-5 -kerning first=193 second=1194 amount=-2 -kerning first=1255 second=174 amount=-1 -kerning first=345 second=8222 amount=-5 -kerning first=1213 second=1263 amount=-1 -kerning first=1244 second=162 amount=-2 -kerning first=297 second=1204 amount=6 -kerning first=197 second=101 amount=-1 -kerning first=226 second=1026 amount=-3 -kerning first=1082 second=1035 amount=-4 -kerning first=1230 second=221 amount=-1 -kerning first=1083 second=1143 amount=-1 -kerning first=343 second=74 amount=-4 -kerning first=1128 second=211 amount=-2 -kerning first=1188 second=942 amount=-4 -kerning first=1267 second=1257 amount=-1 -kerning first=1122 second=86 amount=-4 -kerning first=313 second=1059 amount=-5 -kerning first=8221 second=1267 amount=1 -kerning first=1255 second=935 amount=-2 -kerning first=1197 second=279 amount=-1 -kerning first=247 second=1185 amount=-1 -kerning first=211 second=1278 amount=-2 -kerning first=1059 second=1259 amount=-6 -kerning first=967 second=309 amount=3 -kerning first=1200 second=1204 amount=3 -kerning first=359 second=89 amount=-1 -kerning first=1058 second=122 amount=-3 -kerning first=1036 second=333 amount=-3 -kerning first=202 second=299 amount=5 -kerning first=183 second=1066 amount=-3 -kerning first=354 second=1084 amount=-4 -kerning first=1046 second=71 amount=-2 -kerning first=1187 second=1231 amount=1 -kerning first=279 second=174 amount=-1 -kerning first=1012 second=902 amount=-2 -kerning first=349 second=910 amount=-5 -kerning first=1118 second=47 amount=-4 -kerning first=239 second=929 amount=3 -kerning first=910 second=343 amount=-3 -kerning first=310 second=1195 amount=-3 -kerning first=1171 second=8249 amount=-3 -kerning first=196 second=286 amount=-2 -kerning first=57 second=95 amount=-3 -kerning first=1092 second=1200 amount=-7 -kerning first=286 second=1110 amount=2 -kerning first=1270 second=331 amount=-4 -kerning first=1200 second=1232 amount=-5 -kerning first=372 second=1095 amount=-4 -kerning first=1128 second=119 amount=-4 -kerning first=324 second=1196 amount=-3 -kerning first=270 second=88 amount=-2 -kerning first=1027 second=1103 amount=-5 -kerning first=73 second=207 amount=2 -kerning first=924 second=303 amount=2 -kerning first=1112 second=93 amount=2 -kerning first=332 second=923 amount=-2 -kerning first=1085 second=1185 amount=-2 -kerning first=1178 second=307 amount=2 -kerning first=317 second=211 amount=-2 -kerning first=337 second=1118 amount=-1 -kerning first=381 second=1012 amount=-2 -kerning first=65 second=232 amount=-1 -kerning first=8250 second=194 amount=-2 -kerning first=1075 second=1092 amount=-1 -kerning first=251 second=8244 amount=1 -kerning first=1187 second=45 amount=-1 -kerning first=1097 second=356 amount=-2 -kerning first=255 second=196 amount=-4 -kerning first=173 second=1059 amount=-3 -kerning first=221 second=110 amount=-3 -kerning first=1118 second=1198 amount=-2 -kerning first=1027 second=308 amount=-6 -kerning first=8221 second=269 amount=-4 -kerning first=910 second=169 amount=-3 -kerning first=350 second=256 amount=-1 -kerning first=932 second=8230 amount=-2 -kerning first=1265 second=103 amount=-1 -kerning first=89 second=946 amount=-3 -kerning first=1198 second=1251 amount=-3 -kerning first=933 second=334 amount=-3 -kerning first=374 second=117 amount=-3 -kerning first=116 second=374 amount=-1 -kerning first=915 second=245 amount=-5 -kerning first=251 second=84 amount=-3 -kerning first=194 second=1111 amount=3 -kerning first=260 second=210 amount=-2 -kerning first=1199 second=356 amount=-2 -kerning first=1187 second=80 amount=1 -kerning first=121 second=376 amount=-2 -kerning first=1119 second=1199 amount=-1 -kerning first=358 second=981 amount=-5 -kerning first=122 second=354 amount=-2 -kerning first=1171 second=1035 amount=-2 -kerning first=68 second=44 amount=-3 -kerning first=256 second=289 amount=-1 -kerning first=356 second=920 amount=-2 -kerning first=1046 second=45 amount=-4 -kerning first=902 second=1010 amount=-1 -kerning first=1097 second=1168 amount=1 -kerning first=1205 second=1042 amount=1 -kerning first=255 second=235 amount=-1 -kerning first=1140 second=1233 amount=-4 -kerning first=1217 second=1254 amount=-2 -kerning first=8353 second=197 amount=-1 -kerning first=241 second=1198 amount=-6 -kerning first=1043 second=1108 amount=-5 -kerning first=299 second=1219 amount=3 -kerning first=947 second=173 amount=-2 -kerning first=269 second=1058 amount=-5 -kerning first=972 second=195 amount=-2 -kerning first=106 second=125 amount=2 -kerning first=261 second=939 amount=-6 -kerning first=288 second=1276 amount=-1 -kerning first=1271 second=224 amount=-1 -kerning first=908 second=1196 amount=-2 -kerning first=1178 second=334 amount=-2 -kerning first=297 second=315 amount=3 -kerning first=1217 second=1144 amount=-2 -kerning first=211 second=260 amount=-2 -kerning first=1170 second=111 amount=-5 -kerning first=1043 second=1032 amount=-6 -kerning first=380 second=1104 amount=-1 -kerning first=933 second=1273 amount=-3 -kerning first=197 second=174 amount=-5 -kerning first=247 second=1276 amount=-4 -kerning first=70 second=1234 amount=-6 -kerning first=8225 second=100 amount=-2 -kerning first=255 second=1222 amount=-3 -kerning first=253 second=1059 amount=-2 -kerning first=923 second=967 amount=-4 -kerning first=1196 second=1194 amount=-2 -kerning first=116 second=69 amount=1 -kerning first=75 second=981 amount=-3 -kerning first=382 second=242 amount=-1 -kerning first=939 second=1179 amount=-3 -kerning first=303 second=95 amount=3 -kerning first=1111 second=238 amount=6 -kerning first=194 second=332 amount=-2 -kerning first=1199 second=902 amount=-4 -kerning first=1228 second=376 amount=-6 -kerning first=210 second=939 amount=-3 -kerning first=913 second=199 amount=-2 -kerning first=283 second=1200 amount=-7 -kerning first=1119 second=957 amount=-1 -kerning first=86 second=227 amount=-4 -kerning first=104 second=375 amount=-1 -kerning first=98 second=1267 amount=-1 -kerning first=1178 second=373 amount=-4 -kerning first=297 second=357 amount=3 -kerning first=356 second=8363 amount=-5 -kerning first=232 second=1185 amount=-1 -kerning first=1167 second=1141 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=1270 second=197 amount=-6 -kerning first=8224 second=940 amount=-2 -kerning first=1198 second=109 amount=-3 -kerning first=1188 second=1118 amount=-4 -kerning first=8221 second=1086 amount=-4 -kerning first=196 second=920 amount=-2 -kerning first=1016 second=1279 amount=-1 -kerning first=120 second=1241 amount=-1 -kerning first=1279 second=183 amount=-1 -kerning first=1036 second=1077 amount=-3 -kerning first=8222 second=1091 amount=-3 -kerning first=1081 second=1199 amount=-1 -kerning first=1197 second=1195 amount=-1 -kerning first=284 second=932 amount=-2 -kerning first=182 second=206 amount=2 -kerning first=221 second=192 amount=-5 -kerning first=1225 second=126 amount=-1 -kerning first=310 second=1194 amount=-2 -kerning first=1169 second=279 amount=-1 -kerning first=1220 second=1234 amount=-2 -kerning first=1274 second=212 amount=-2 -kerning first=356 second=1185 amount=-2 -kerning first=1011 second=1140 amount=2 -kerning first=1201 second=335 amount=-1 -kerning first=260 second=1259 amount=-1 -kerning first=902 second=339 amount=-1 -kerning first=1093 second=1204 amount=-3 -kerning first=1270 second=275 amount=-5 -kerning first=253 second=291 amount=-1 -kerning first=1216 second=1111 amount=5 -kerning first=374 second=286 amount=-3 -kerning first=1198 second=173 amount=-3 -kerning first=248 second=1026 amount=-3 -kerning first=1111 second=1037 amount=3 -kerning first=195 second=71 amount=-2 -kerning first=1277 second=1196 amount=-3 -kerning first=76 second=1258 amount=-2 -kerning first=305 second=1111 amount=3 -kerning first=246 second=8220 amount=-4 -kerning first=321 second=1213 amount=-1 -kerning first=65 second=221 amount=-5 -kerning first=1226 second=1050 amount=1 -kerning first=373 second=277 amount=-1 -kerning first=913 second=49 amount=-2 -kerning first=221 second=232 amount=-6 -kerning first=1126 second=36 amount=-1 -kerning first=1188 second=263 amount=-5 -kerning first=222 second=90 amount=-3 -kerning first=242 second=41 amount=-1 -kerning first=196 second=8363 amount=-1 -kerning first=171 second=196 amount=-2 -kerning first=932 second=1141 amount=-4 -kerning first=1120 second=207 amount=2 -kerning first=1270 second=1187 amount=-4 -kerning first=1265 second=259 amount=-1 -kerning first=162 second=1058 amount=-5 -kerning first=1263 second=358 amount=-2 -kerning first=8217 second=1265 amount=1 -kerning first=352 second=194 amount=-1 -kerning first=1163 second=928 amount=1 -kerning first=1084 second=932 amount=-3 -kerning first=1081 second=957 amount=-1 -kerning first=1180 second=1257 amount=-3 -kerning first=1138 second=1196 amount=-2 -kerning first=1117 second=933 amount=-6 -kerning first=240 second=1236 amount=-2 -kerning first=174 second=245 amount=-2 -kerning first=910 second=210 amount=-3 -kerning first=1061 second=1010 amount=-2 -kerning first=192 second=355 amount=-2 -kerning first=8250 second=376 amount=-6 -kerning first=1215 second=1204 amount=-3 -kerning first=1168 second=58 amount=-2 -kerning first=255 second=89 amount=-2 -kerning first=1040 second=375 amount=-4 -kerning first=935 second=183 amount=-4 -kerning first=221 second=1084 amount=-3 -kerning first=193 second=1138 amount=-2 -kerning first=118 second=910 amount=-2 -kerning first=230 second=1204 amount=-3 -kerning first=345 second=377 amount=-2 -kerning first=358 second=1040 amount=-6 -kerning first=8373 second=195 amount=-1 -kerning first=915 second=1097 amount=-4 -kerning first=1094 second=75 amount=1 -kerning first=943 second=60 amount=-3 -kerning first=112 second=1196 amount=-3 -kerning first=957 second=933 amount=-2 -kerning first=341 second=1255 amount=-1 -kerning first=290 second=88 amount=-1 -kerning first=324 second=87 amount=-3 -kerning first=1267 second=1108 amount=-1 -kerning first=1054 second=8220 amount=-2 -kerning first=242 second=1091 amount=-1 -kerning first=1056 second=8222 amount=-9 -kerning first=1080 second=376 amount=-6 -kerning first=1116 second=940 amount=-1 -kerning first=1088 second=372 amount=-3 -kerning first=1277 second=271 amount=-1 -kerning first=1119 second=354 amount=-3 -kerning first=1059 second=1193 amount=-6 -kerning first=343 second=1118 amount=1 -kerning first=1164 second=1035 amount=-3 -kerning first=1115 second=933 amount=-6 -kerning first=372 second=38 amount=-3 -kerning first=1058 second=199 amount=-2 -kerning first=1184 second=289 amount=-3 -kerning first=8217 second=267 amount=-4 -kerning first=354 second=212 amount=-2 -kerning first=258 second=1141 amount=-4 -kerning first=177 second=88 amount=-3 -kerning first=261 second=967 amount=-1 -kerning first=1267 second=1032 amount=-4 -kerning first=347 second=1035 amount=-5 -kerning first=1171 second=228 amount=-1 -kerning first=933 second=8230 amount=-4 -kerning first=918 second=199 amount=-2 -kerning first=1050 second=103 amount=-3 -kerning first=1170 second=1209 amount=-5 -kerning first=1094 second=1109 amount=-1 -kerning first=1066 second=1267 amount=-1 -kerning first=341 second=126 amount=-2 -kerning first=376 second=1081 amount=-3 -kerning first=193 second=287 amount=-1 -kerning first=1060 second=354 amount=-2 -kerning first=1237 second=89 amount=-7 -kerning first=1239 second=1118 amount=-1 -kerning first=1259 second=1035 amount=-3 -kerning first=92 second=94 amount=-6 -kerning first=923 second=183 amount=-2 -kerning first=89 second=966 amount=-6 -kerning first=374 second=920 amount=-3 -kerning first=357 second=172 amount=-1 -kerning first=1139 second=1198 amount=-7 -kerning first=71 second=1202 amount=-1 -kerning first=1278 second=284 amount=-2 -kerning first=95 second=8220 amount=-3 -kerning first=293 second=1143 amount=-1 -kerning first=1061 second=339 amount=-2 -kerning first=269 second=939 amount=-4 -kerning first=297 second=124 amount=3 -kerning first=235 second=932 amount=-3 -kerning first=214 second=258 amount=-2 -kerning first=1201 second=1104 amount=-1 -kerning first=1059 second=1109 amount=-4 -kerning first=902 second=239 amount=3 -kerning first=343 second=263 amount=-1 -kerning first=908 second=87 amount=-1 -kerning first=1202 second=81 amount=-2 -kerning first=1198 second=1220 amount=-3 -kerning first=1186 second=292 amount=1 -kerning first=1027 second=1263 amount=-4 -kerning first=910 second=1259 amount=-6 -kerning first=1275 second=233 amount=-1 -kerning first=258 second=116 amount=-2 -kerning first=84 second=58 amount=-2 -kerning first=1169 second=1195 amount=-1 -kerning first=376 second=71 amount=-3 -kerning first=1225 second=327 amount=1 -kerning first=378 second=267 amount=-1 -kerning first=381 second=266 amount=-2 -kerning first=65 second=212 amount=-2 -kerning first=97 second=1263 amount=-1 -kerning first=1168 second=285 amount=-5 -kerning first=79 second=910 amount=-3 -kerning first=1275 second=1241 amount=-1 -kerning first=234 second=1198 amount=-7 -kerning first=1207 second=1049 amount=1 -kerning first=1097 second=917 amount=1 -kerning first=1098 second=8220 amount=-5 -kerning first=1026 second=1278 amount=-2 -kerning first=1043 second=908 amount=-2 -kerning first=313 second=1054 amount=-2 -kerning first=55 second=97 amount=-3 -kerning first=1081 second=354 amount=-3 -kerning first=1060 second=913 amount=-2 -kerning first=1086 second=1249 amount=-2 -kerning first=1277 second=113 amount=-1 -kerning first=1072 second=374 amount=-6 -kerning first=1209 second=86 amount=-3 -kerning first=1113 second=41 amount=-2 -kerning first=1200 second=1256 amount=-3 -kerning first=374 second=8363 amount=-6 -kerning first=301 second=310 amount=3 -kerning first=1122 second=8216 amount=-4 -kerning first=259 second=1098 amount=-2 -kerning first=1175 second=1204 amount=-3 -kerning first=1179 second=291 amount=-1 -kerning first=1187 second=270 amount=1 -kerning first=126 second=358 amount=-3 -kerning first=1234 second=933 amount=-5 -kerning first=104 second=1066 amount=-3 -kerning first=1037 second=296 amount=2 -kerning first=1168 second=162 amount=-5 -kerning first=1051 second=303 amount=2 -kerning first=114 second=242 amount=-1 -kerning first=1097 second=318 amount=1 -kerning first=332 second=1217 amount=-2 -kerning first=1035 second=8220 amount=-3 -kerning first=254 second=923 amount=-2 -kerning first=1196 second=1138 amount=-2 -kerning first=939 second=214 amount=-3 -kerning first=357 second=68 amount=1 -kerning first=1027 second=265 amount=-5 -kerning first=8221 second=371 amount=-3 -kerning first=171 second=89 amount=-4 -kerning first=277 second=1249 amount=-1 -kerning first=197 second=1257 amount=-1 -kerning first=256 second=1196 amount=-6 -kerning first=1274 second=44 amount=-2 -kerning first=1232 second=255 amount=-4 -kerning first=1276 second=284 amount=-2 -kerning first=8217 second=177 amount=-4 -kerning first=1224 second=358 amount=-3 -kerning first=86 second=1092 amount=-4 -kerning first=376 second=45 amount=-3 -kerning first=76 second=172 amount=-3 -kerning first=8250 second=373 amount=-2 -kerning first=1113 second=1091 amount=-2 -kerning first=1016 second=186 amount=-2 -kerning first=1040 second=187 amount=-2 -kerning first=922 second=214 amount=-2 -kerning first=183 second=65 amount=-2 -kerning first=181 second=8221 amount=1 -kerning first=1163 second=89 amount=-1 -kerning first=332 second=192 amount=-2 -kerning first=1139 second=1175 amount=-1 -kerning first=310 second=1138 amount=-2 -kerning first=1186 second=1027 amount=1 -kerning first=356 second=216 amount=-2 -kerning first=1075 second=981 amount=-1 -kerning first=260 second=1193 amount=-1 -kerning first=8224 second=246 amount=-2 -kerning first=121 second=8230 amount=-2 -kerning first=1196 second=287 amount=-5 -kerning first=162 second=939 amount=-4 -kerning first=8221 second=227 amount=-4 -kerning first=106 second=239 amount=3 -kerning first=84 second=285 amount=-5 -kerning first=192 second=1198 amount=-5 -kerning first=1138 second=87 amount=-1 -kerning first=1026 second=260 amount=-2 -kerning first=1141 second=972 amount=-1 -kerning first=1091 second=337 amount=-1 -kerning first=1265 second=273 amount=-1 -kerning first=89 second=1060 amount=-3 -kerning first=105 second=165 amount=2 -kerning first=1241 second=256 amount=-2 -kerning first=194 second=103 amount=-1 -kerning first=972 second=119 amount=-1 -kerning first=234 second=1175 amount=-1 -kerning first=913 second=348 amount=-1 -kerning first=95 second=1099 amount=2 -kerning first=1178 second=1141 amount=-3 -kerning first=922 second=1199 amount=-3 -kerning first=256 second=271 amount=-1 -kerning first=38 second=253 amount=-2 -kerning first=1270 second=336 amount=-2 -kerning first=92 second=214 amount=-2 -kerning first=1040 second=1066 amount=-6 -kerning first=1126 second=1242 amount=-2 -kerning first=1027 second=1139 amount=-5 -kerning first=245 second=1197 amount=-2 -kerning first=1143 second=945 amount=-1 -kerning first=213 second=197 amount=-2 -kerning first=84 second=162 amount=-5 -kerning first=112 second=87 amount=-3 -kerning first=1090 second=84 amount=-2 -kerning first=1180 second=1108 amount=-3 -kerning first=102 second=1207 amount=-1 -kerning first=255 second=1259 amount=-1 -kerning first=310 second=287 amount=-3 -kerning first=981 second=1098 amount=-2 -kerning first=116 second=1050 amount=1 -kerning first=195 second=8224 amount=-5 -kerning first=354 second=44 amount=-2 -kerning first=260 second=1109 amount=-1 -kerning first=1207 second=294 amount=1 -kerning first=1233 second=174 amount=-1 -kerning first=1242 second=1276 amount=-2 -kerning first=221 second=212 amount=-3 -kerning first=968 second=8216 amount=-4 -kerning first=196 second=216 amount=-2 -kerning first=256 second=1275 amount=-2 -kerning first=932 second=122 amount=-3 -kerning first=275 second=358 amount=-3 -kerning first=1071 second=298 amount=2 -kerning first=1027 second=247 amount=-3 -kerning first=931 second=60 amount=-4 -kerning first=78 second=239 amount=5 -kerning first=1026 second=1090 amount=-2 -kerning first=92 second=1199 amount=-4 -kerning first=1244 second=940 amount=-2 -kerning first=238 second=372 amount=2 -kerning first=348 second=1232 amount=-1 -kerning first=922 second=957 amount=-3 -kerning first=315 second=1242 amount=-2 -kerning first=944 second=356 amount=-3 -kerning first=927 second=8222 amount=-3 -kerning first=1188 second=365 amount=-5 -kerning first=8370 second=1059 amount=-2 -kerning first=1043 second=1255 amount=-5 -kerning first=8221 second=328 amount=-1 -kerning first=1078 second=173 amount=-1 -kerning first=217 second=8218 amount=-5 -kerning first=43 second=1078 amount=-1 -kerning first=1200 second=114 amount=-3 -kerning first=1244 second=264 amount=-2 -kerning first=326 second=49 amount=-3 -kerning first=359 second=75 amount=1 -kerning first=915 second=375 amount=-4 -kerning first=248 second=1061 amount=-2 -kerning first=69 second=239 amount=5 -kerning first=1199 second=267 amount=-1 -kerning first=339 second=84 amount=-3 -kerning first=1083 second=118 amount=-1 -kerning first=1257 second=196 amount=-2 -kerning first=1096 second=1140 amount=-3 -kerning first=358 second=47 amount=-5 -kerning first=1118 second=963 amount=-1 -kerning first=122 second=265 amount=-1 -kerning first=1020 second=1199 amount=-1 -kerning first=376 second=1082 amount=-3 -kerning first=355 second=354 amount=-2 -kerning first=256 second=113 amount=-1 -kerning first=1230 second=223 amount=1 -kerning first=1116 second=246 amount=-1 -kerning first=1083 second=1201 amount=-1 -kerning first=81 second=910 amount=-3 -kerning first=1043 second=126 amount=-3 -kerning first=1027 second=1028 amount=-2 -kerning first=1211 second=1198 amount=-6 -kerning first=1090 second=1239 amount=-1 -kerning first=257 second=1143 amount=-1 -kerning first=92 second=957 amount=-4 -kerning first=244 second=375 amount=-1 -kerning first=359 second=1109 amount=-1 -kerning first=90 second=927 amount=-2 -kerning first=281 second=84 amount=-3 -kerning first=1198 second=79 amount=-3 -kerning first=313 second=372 amount=-2 -kerning first=1225 second=1056 amount=1 -kerning first=910 second=1193 amount=-6 -kerning first=83 second=65 amount=-1 -kerning first=355 second=1041 amount=1 -kerning first=55 second=1089 amount=-3 -kerning first=193 second=1012 amount=-2 -kerning first=1215 second=1200 amount=-7 -kerning first=253 second=1076 amount=-3 -kerning first=1091 second=1105 amount=-1 -kerning first=351 second=1059 amount=-5 -kerning first=8217 second=369 amount=-3 -kerning first=335 second=1277 amount=-1 -kerning first=183 second=935 amount=-4 -kerning first=1187 second=919 amount=1 -kerning first=193 second=358 amount=-6 -kerning first=332 second=221 amount=-3 -kerning first=230 second=1200 amount=-7 -kerning first=358 second=382 amount=-3 -kerning first=1118 second=243 amount=-1 -kerning first=1026 second=170 amount=-2 -kerning first=1020 second=957 amount=-1 -kerning first=238 second=299 amount=3 -kerning first=1243 second=194 amount=-2 -kerning first=256 second=87 amount=-4 -kerning first=1059 second=1010 amount=-6 -kerning first=939 second=354 amount=3 -kerning first=357 second=1188 amount=1 -kerning first=252 second=1026 amount=-3 -kerning first=1197 second=287 amount=-1 -kerning first=902 second=1057 amount=-2 -kerning first=294 second=296 amount=2 -kerning first=1265 second=240 amount=-1 -kerning first=216 second=195 amount=-2 -kerning first=1228 second=1141 amount=-1 -kerning first=1117 second=1204 amount=-3 -kerning first=173 second=372 amount=-2 -kerning first=935 second=338 amount=-2 -kerning first=1118 second=8221 amount=2 -kerning first=122 second=1139 amount=-1 -kerning first=222 second=198 amount=-3 -kerning first=910 second=1109 amount=-4 -kerning first=8244 second=948 amount=-4 -kerning first=323 second=300 amount=2 -kerning first=197 second=1108 amount=-1 -kerning first=1274 second=225 amount=-5 -kerning first=1145 second=244 amount=-1 -kerning first=1205 second=910 amount=-1 -kerning first=1200 second=1017 amount=-3 -kerning first=89 second=226 amount=-6 -kerning first=374 second=216 amount=-3 -kerning first=1217 second=242 amount=-2 -kerning first=1184 second=271 amount=-3 -kerning first=73 second=1031 amount=2 -kerning first=87 second=288 amount=-2 -kerning first=961 second=1196 amount=-3 -kerning first=297 second=303 amount=6 -kerning first=256 second=268 amount=-2 -kerning first=205 second=95 amount=2 -kerning first=1222 second=925 amount=1 -kerning first=101 second=1078 amount=-1 -kerning first=1046 second=337 amount=-2 -kerning first=1050 second=273 amount=-3 -kerning first=1199 second=177 amount=-3 -kerning first=957 second=1204 amount=-2 -kerning first=243 second=198 amount=-2 -kerning first=939 second=913 amount=-5 -kerning first=920 second=933 amount=-3 -kerning first=299 second=86 amount=5 -kerning first=98 second=1279 amount=-1 -kerning first=355 second=1103 amount=-1 -kerning first=55 second=1145 amount=-3 -kerning first=118 second=1234 amount=-4 -kerning first=1145 second=8222 amount=-6 -kerning first=1119 second=1263 amount=-1 -kerning first=1115 second=1204 amount=-3 -kerning first=923 second=92 amount=-5 -kerning first=337 second=256 amount=-2 -kerning first=957 second=1232 amount=-4 -kerning first=71 second=356 amount=-2 -kerning first=358 second=1175 amount=-3 -kerning first=1126 second=86 amount=-5 -kerning first=1267 second=1255 amount=-1 -kerning first=297 second=55 amount=6 -kerning first=65 second=1213 amount=-2 -kerning first=1059 second=339 amount=-6 -kerning first=92 second=354 amount=-6 -kerning first=923 second=338 amount=-2 -kerning first=1202 second=211 amount=-2 -kerning first=1198 second=973 amount=-3 -kerning first=1128 second=1089 amount=-1 -kerning first=221 second=44 amount=-4 -kerning first=264 second=299 amount=2 -kerning first=335 second=933 amount=-7 -kerning first=1027 second=367 amount=-5 -kerning first=8221 second=1092 amount=-4 -kerning first=947 second=8244 amount=2 -kerning first=1209 second=8216 amount=-3 -kerning first=254 second=1217 amount=-2 -kerning first=297 second=1162 amount=3 -kerning first=1058 second=1207 amount=-5 -kerning first=915 second=187 amount=-3 -kerning first=321 second=1026 amount=-6 -kerning first=373 second=932 amount=-3 -kerning first=1257 second=89 amount=-7 -kerning first=1040 second=288 amount=-2 -kerning first=1101 second=375 amount=-1 -kerning first=1196 second=1012 amount=-2 -kerning first=1125 second=933 amount=-4 -kerning first=111 second=1236 amount=-2 -kerning first=1126 second=945 amount=-1 -kerning first=905 second=207 amount=2 -kerning first=333 second=255 amount=-1 -kerning first=8250 second=1141 amount=-2 -kerning first=1180 second=908 amount=-2 -kerning first=1189 second=963 amount=-1 -kerning first=1277 second=248 amount=-1 -kerning first=187 second=1199 amount=-2 -kerning first=1020 second=354 amount=-3 -kerning first=1205 second=107 amount=1 -kerning first=255 second=1193 amount=-1 -kerning first=1141 second=224 amount=-1 -kerning first=199 second=913 amount=-1 -kerning first=1184 second=113 amount=-3 -kerning first=315 second=86 amount=-5 -kerning first=321 second=67 amount=-2 -kerning first=8217 second=326 amount=-1 -kerning first=301 second=921 amount=3 -kerning first=939 second=1103 amount=-4 -kerning first=1111 second=108 amount=3 -kerning first=354 second=225 amount=-5 -kerning first=1083 second=356 amount=-3 -kerning first=1273 second=375 amount=-1 -kerning first=1269 second=1196 amount=-3 -kerning first=71 second=902 amount=-1 -kerning first=1126 second=262 amount=-2 -kerning first=1166 second=256 amount=-5 -kerning first=68 second=1026 amount=-2 -kerning first=50 second=52 amount=-1 -kerning first=932 second=199 amount=-2 -kerning first=226 second=121 amount=-1 -kerning first=1168 second=1075 amount=-4 -kerning first=334 second=1276 amount=-2 -kerning first=1170 second=8250 amount=-3 -kerning first=1097 second=1211 amount=1 -kerning first=120 second=103 amount=-1 -kerning first=1033 second=375 amount=-1 -kerning first=254 second=192 amount=-2 -kerning first=1263 second=245 amount=-1 -kerning first=939 second=308 amount=-2 -kerning first=39 second=1033 amount=-3 -kerning first=1061 second=1057 amount=-2 -kerning first=1081 second=1263 amount=-1 -kerning first=1143 second=111 amount=-1 -kerning first=1080 second=1141 amount=-1 -kerning first=208 second=910 amount=-3 -kerning first=1088 second=1098 amount=-2 -kerning first=1195 second=1035 amount=-5 -kerning first=310 second=1012 amount=-2 -kerning first=372 second=1251 amount=-2 -kerning first=948 second=964 amount=-2 -kerning first=79 second=1234 amount=-2 -kerning first=260 second=1010 amount=-1 -kerning first=1094 second=1042 amount=1 -kerning first=1278 second=213 amount=-2 -kerning first=1234 second=1204 amount=-6 -kerning first=86 second=981 amount=-4 -kerning first=1188 second=256 amount=-6 -kerning first=39 second=923 amount=-5 -kerning first=245 second=253 amount=-1 -kerning first=1089 second=221 amount=-4 -kerning first=1243 second=376 amount=-7 -kerning first=117 second=8217 amount=1 -kerning first=1169 second=287 amount=-1 -kerning first=356 second=1191 amount=-4 -kerning first=1189 second=243 amount=-1 -kerning first=229 second=932 amount=-3 -kerning first=187 second=957 amount=-2 -kerning first=1020 second=913 amount=-2 -kerning first=253 second=299 amount=3 -kerning first=89 second=1254 amount=-3 -kerning first=1128 second=1145 amount=-1 -kerning first=315 second=262 amount=-2 -kerning first=1107 second=172 amount=-1 -kerning first=1041 second=301 amount=2 -kerning first=87 second=65 amount=-4 -kerning first=1026 second=120 amount=-1 -kerning first=1225 second=933 amount=-1 -kerning first=1244 second=246 amount=-2 -kerning first=89 second=1144 amount=-3 -kerning first=244 second=1066 amount=-3 -kerning first=1111 second=1134 amount=3 -kerning first=1046 second=1105 amount=-2 -kerning first=1097 second=323 amount=1 -kerning first=373 second=285 amount=-1 -kerning first=227 second=1198 amount=-6 -kerning first=341 second=1277 amount=1 -kerning first=1198 second=84 amount=3 -kerning first=973 second=8220 amount=-3 -kerning first=1188 second=281 amount=-5 -kerning first=258 second=199 amount=-2 -kerning first=212 second=932 amount=-2 -kerning first=1120 second=1031 amount=2 -kerning first=1077 second=375 amount=-1 -kerning first=1066 second=1279 amount=-1 -kerning first=92 second=1103 amount=-1 -kerning first=1265 second=230 amount=-1 -kerning first=1140 second=183 amount=-2 -kerning first=49 second=8222 amount=-3 -kerning first=195 second=337 amount=-1 -kerning first=194 second=273 amount=-1 -kerning first=1275 second=46 amount=-6 -kerning first=261 second=92 amount=-3 -kerning first=87 second=101 amount=-4 -kerning first=8249 second=1196 amount=-3 -kerning first=1050 second=240 amount=-3 -kerning first=902 second=910 amount=-5 -kerning first=373 second=162 amount=-1 -kerning first=1105 second=1277 amount=-1 -kerning first=176 second=81 amount=-1 -kerning first=372 second=109 amount=-2 -kerning first=88 second=1258 amount=-2 -kerning first=1196 second=1169 amount=-4 -kerning first=1184 second=268 amount=-2 -kerning first=8217 second=260 amount=-9 -kerning first=1188 second=1226 amount=-4 -kerning first=1027 second=324 amount=-4 -kerning first=924 second=298 amount=2 -kerning first=84 second=1075 amount=-4 -kerning first=1068 second=198 amount=-2 -kerning first=1072 second=1249 amount=-2 -kerning first=345 second=257 amount=-1 -kerning first=1103 second=933 amount=-6 -kerning first=1276 second=213 amount=-2 -kerning first=1225 second=282 amount=1 -kerning first=293 second=118 amount=-1 -kerning first=297 second=1225 amount=3 -kerning first=1036 second=250 amount=-2 -kerning first=301 second=1140 amount=5 -kerning first=1027 second=1271 amount=-4 -kerning first=271 second=8225 amount=3 -kerning first=260 second=339 amount=-1 -kerning first=1016 second=1040 amount=-2 -kerning first=210 second=92 amount=-2 -kerning first=284 second=236 amount=2 -kerning first=345 second=1153 amount=-1 -kerning first=239 second=918 amount=6 -kerning first=355 second=316 amount=1 -kerning first=293 second=1201 amount=-1 -kerning first=8244 second=968 amount=-3 -kerning first=193 second=266 amount=-2 -kerning first=1274 second=100 amount=-5 -kerning first=1145 second=349 amount=-1 -kerning first=224 second=1059 amount=-6 -kerning first=961 second=87 amount=-3 -kerning first=1102 second=255 amount=-1 -kerning first=372 second=173 amount=-2 -kerning first=246 second=923 amount=-2 -kerning first=1128 second=1140 amount=-5 -kerning first=1184 second=238 amount=2 -kerning first=301 second=914 amount=3 -kerning first=357 second=351 amount=-1 -kerning first=258 second=49 amount=-2 -kerning first=63 second=65 amount=-4 -kerning first=1069 second=933 amount=-3 -kerning first=375 second=945 amount=-1 -kerning first=197 second=908 amount=-2 -kerning first=1201 second=1236 amount=-4 -kerning first=1168 second=940 amount=-5 -kerning first=1207 second=322 amount=1 -kerning first=343 second=256 amount=-3 -kerning first=1040 second=101 amount=-1 -kerning first=1096 second=1058 amount=-3 -kerning first=1193 second=1035 amount=-3 -kerning first=1196 second=1088 amount=-4 -kerning first=1198 second=1239 amount=-6 -kerning first=176 second=195 amount=-6 -kerning first=214 second=1059 amount=-3 -kerning first=1180 second=1255 amount=-3 -kerning first=336 second=88 amount=-2 -kerning first=1034 second=255 amount=-1 -kerning first=1200 second=244 amount=-6 -kerning first=1012 second=1278 amount=-2 -kerning first=915 second=252 amount=-5 -kerning first=1168 second=264 amount=-2 -kerning first=187 second=354 amount=-8 -kerning first=1197 second=358 amount=-2 -kerning first=1234 second=357 amount=-2 -kerning first=87 second=341 amount=-2 -kerning first=104 second=174 amount=-1 -kerning first=376 second=971 amount=-3 -kerning first=910 second=1010 amount=-6 -kerning first=98 second=186 amount=-2 -kerning first=317 second=1140 amount=-5 -kerning first=8218 second=936 amount=-7 -kerning first=1029 second=902 amount=-1 -kerning first=369 second=910 amount=-4 -kerning first=192 second=963 amount=-1 -kerning first=256 second=248 amount=-1 -kerning first=343 second=281 amount=-1 -kerning first=1141 second=195 amount=-4 -kerning first=254 second=221 amount=-7 -kerning first=1198 second=1102 amount=-3 -kerning first=1186 second=73 amount=1 -kerning first=248 second=121 amount=-1 -kerning first=313 second=34 amount=-6 -kerning first=1111 second=204 amount=3 -kerning first=1275 second=103 amount=-1 -kerning first=1163 second=75 amount=1 -kerning first=1143 second=1209 amount=-1 -kerning first=1085 second=1267 amount=-1 -kerning first=1090 second=263 amount=-1 -kerning first=1180 second=126 amount=-4 -kerning first=86 second=1040 amount=-5 -kerning first=102 second=8249 amount=-3 -kerning first=110 second=1091 amount=-1 -kerning first=1054 second=923 amount=-2 -kerning first=1200 second=8222 amount=-7 -kerning first=1082 second=354 amount=-4 -kerning first=339 second=1118 amount=-1 -kerning first=332 second=44 amount=-3 -kerning first=1105 second=933 amount=-7 -kerning first=1101 second=1066 amount=-3 -kerning first=1198 second=74 amount=-2 -kerning first=221 second=225 amount=-6 -kerning first=1027 second=258 amount=-6 -kerning first=55 second=1233 amount=-3 -kerning first=1243 second=373 amount=-1 -kerning first=1269 second=87 amount=-3 -kerning first=256 second=39 amount=-5 -kerning first=1274 second=112 amount=-4 -kerning first=286 second=1026 amount=-2 -kerning first=1091 second=231 amount=-1 -kerning first=933 second=199 amount=-3 -kerning first=195 second=1105 amount=-1 -kerning first=354 second=100 amount=-5 -kerning first=187 second=913 amount=-2 -kerning first=1163 second=1109 amount=-1 -kerning first=906 second=239 amount=5 -kerning first=1273 second=1066 amount=-3 -kerning first=1104 second=255 amount=-1 -kerning first=376 second=337 amount=-6 -kerning first=192 second=243 amount=-1 -kerning first=281 second=1118 amount=-1 -kerning first=1059 second=1072 amount=-6 -kerning first=215 second=1026 amount=-4 -kerning first=1033 second=1066 amount=-3 -kerning first=1216 second=938 amount=2 -kerning first=1117 second=1200 amount=-6 -kerning first=940 second=45 amount=-2 -kerning first=81 second=1234 amount=-2 -kerning first=1027 second=283 amount=-5 -kerning first=222 second=936 amount=-4 -kerning first=84 second=940 amount=-5 -kerning first=43 second=8220 amount=-2 -kerning first=70 second=333 amount=-3 -kerning first=1178 second=199 amount=-2 -kerning first=374 second=1191 amount=-3 -kerning first=915 second=912 amount=-8 -kerning first=1010 second=932 amount=-5 -kerning first=243 second=1244 amount=-2 -kerning first=194 second=240 amount=-1 -kerning first=260 second=239 amount=3 -kerning first=1187 second=320 amount=1 -kerning first=1196 second=266 amount=-2 -kerning first=1012 second=260 amount=-2 -kerning first=1126 second=111 amount=-1 -kerning first=222 second=193 amount=-3 -kerning first=910 second=339 amount=-6 -kerning first=84 second=264 amount=-2 -kerning first=192 second=8221 amount=-7 -kerning first=1230 second=1026 amount=-2 -kerning first=1170 second=1143 amount=-4 -kerning first=286 second=297 amount=2 -kerning first=957 second=1200 amount=-2 -kerning first=1040 second=174 amount=-5 -kerning first=372 second=1220 amount=-2 -kerning first=915 second=288 amount=-2 -kerning first=1027 second=1087 amount=-4 -kerning first=318 second=95 amount=2 -kerning first=70 second=8218 amount=-8 -kerning first=170 second=916 amount=-5 -kerning first=1164 second=1199 amount=-1 -kerning first=1115 second=1200 amount=-6 -kerning first=1171 second=354 amount=-2 -kerning first=8244 second=1232 amount=-9 -kerning first=65 second=100 amount=-1 -kerning first=356 second=927 amount=-2 -kerning first=232 second=1267 amount=-1 -kerning first=1235 second=84 amount=-3 -kerning first=913 second=8249 amount=-2 -kerning first=243 second=193 amount=-2 -kerning first=1126 second=8216 amount=-8 -kerning first=99 second=376 amount=-4 -kerning first=303 second=302 amount=2 -kerning first=1185 second=1089 amount=-1 -kerning first=1180 second=305 amount=2 -kerning first=345 second=194 amount=-3 -kerning first=1077 second=1066 amount=-3 -kerning first=1097 second=1043 amount=1 -kerning first=310 second=266 amount=-2 -kerning first=293 second=356 amount=-3 -kerning first=88 second=172 amount=-4 -kerning first=929 second=196 amount=-5 -kerning first=1198 second=1107 amount=-3 -kerning first=1186 second=1210 amount=1 -kerning first=359 second=1042 amount=1 -kerning first=922 second=1263 amount=-3 -kerning first=8217 second=946 amount=-1 -kerning first=77 second=296 amount=2 -kerning first=1111 second=1067 amount=3 -kerning first=354 second=112 amount=-4 -kerning first=1226 second=292 amount=1 -kerning first=1170 second=284 amount=-2 -kerning first=177 second=1091 amount=-3 -kerning first=95 second=8370 amount=-3 -kerning first=358 second=963 amount=-5 -kerning first=1126 second=350 amount=-1 -kerning first=1259 second=1199 amount=-1 -kerning first=197 second=1255 amount=-1 -kerning first=1274 second=67 amount=-2 -kerning first=356 second=1267 amount=-4 -kerning first=107 second=232 amount=-1 -kerning first=1181 second=945 amount=-1 -kerning first=1222 second=353 amount=-1 -kerning first=1093 second=244 amount=-1 -kerning first=255 second=1010 amount=-1 -kerning first=1066 second=186 amount=-2 -kerning first=109 second=1140 amount=-3 -kerning first=1198 second=942 amount=-3 -kerning first=939 second=265 amount=-6 -kerning first=1043 second=1277 amount=-3 -kerning first=920 second=1204 amount=-2 -kerning first=8221 second=981 amount=-4 -kerning first=1275 second=259 amount=-1 -kerning first=1169 second=358 amount=-2 -kerning first=345 second=234 amount=-1 -kerning first=1271 second=97 amount=-1 -kerning first=1164 second=957 amount=-1 -kerning first=1270 second=1242 amount=-2 -kerning first=1265 second=1095 amount=-1 -kerning first=310 second=237 amount=2 -kerning first=231 second=1059 amount=-4 -kerning first=315 second=8216 amount=-5 -kerning first=1168 second=1237 amount=-5 -kerning first=114 second=923 amount=-3 -kerning first=1207 second=205 amount=1 -kerning first=210 second=95 amount=-3 -kerning first=913 second=1035 amount=-6 -kerning first=345 second=1243 amount=-1 -kerning first=380 second=277 amount=-1 -kerning first=920 second=1232 amount=-2 -kerning first=68 second=1061 amount=-2 -kerning first=196 second=927 amount=-2 -kerning first=959 second=86 amount=-4 -kerning first=1274 second=297 amount=6 -kerning first=257 second=118 amount=-1 -kerning first=1205 second=104 amount=1 -kerning first=1279 second=335 amount=-1 -kerning first=92 second=1263 amount=-4 -kerning first=1186 second=1106 amount=1 -kerning first=75 second=963 amount=-3 -kerning first=1184 second=248 amount=-3 -kerning first=922 second=265 amount=-3 -kerning first=301 second=72 amount=3 -kerning first=335 second=1204 amount=-3 -kerning first=183 second=1032 amount=-3 -kerning first=1199 second=260 amount=-4 -kerning first=1096 second=939 amount=-6 -kerning first=257 second=1201 amount=-1 -kerning first=1234 second=1256 amount=-2 -kerning first=358 second=243 amount=-5 -kerning first=1118 second=99 amount=-1 -kerning first=1259 second=957 amount=-1 -kerning first=376 second=1105 amount=-6 -kerning first=1056 second=257 amount=-1 -kerning first=82 second=1059 amount=-2 -kerning first=8218 second=374 amount=-7 -kerning first=356 second=269 amount=-5 -kerning first=195 second=1171 amount=-2 -kerning first=1168 second=961 amount=-4 -kerning first=120 second=273 amount=-1 -kerning first=1257 second=1046 amount=-2 -kerning first=173 second=1098 amount=-1 -kerning first=1125 second=1204 amount=-5 -kerning first=1234 second=1200 amount=-5 -kerning first=335 second=1232 amount=-2 -kerning first=1107 second=333 amount=-1 -kerning first=355 second=247 amount=-1 -kerning first=250 second=933 amount=-4 -kerning first=193 second=245 amount=-1 -kerning first=196 second=1267 amount=-4 -kerning first=258 second=348 amount=-1 -kerning first=1185 second=1145 amount=-1 -kerning first=70 second=1077 amount=-3 -kerning first=1059 second=1057 amount=-3 -kerning first=1020 second=1263 amount=-1 -kerning first=1200 second=349 amount=-4 -kerning first=1036 second=275 amount=-3 -kerning first=1083 second=1265 amount=-1 -kerning first=240 second=932 amount=-3 -kerning first=1114 second=1244 amount=-2 -kerning first=122 second=283 amount=-1 -kerning first=39 second=192 amount=-5 -kerning first=115 second=1196 amount=-5 -kerning first=1052 second=207 amount=2 -kerning first=8244 second=357 amount=1 -kerning first=1078 second=84 amount=-3 -kerning first=1037 second=1111 amount=5 -kerning first=256 second=115 amount=-1 -kerning first=1226 second=1027 amount=1 -kerning first=1205 second=317 amount=1 -kerning first=255 second=339 amount=-1 -kerning first=1191 second=376 amount=-11 -kerning first=92 second=265 amount=-1 -kerning first=351 second=372 amount=-2 -kerning first=75 second=243 amount=-3 -kerning first=915 second=65 amount=-6 -kerning first=939 second=1139 amount=-6 -kerning first=1107 second=8218 amount=-8 -kerning first=1111 second=77 amount=3 -kerning first=354 second=67 amount=-2 -kerning first=288 second=105 amount=2 -kerning first=375 second=111 amount=-1 -kerning first=1232 second=8225 amount=-5 -kerning first=964 second=8216 amount=-3 -kerning first=328 second=910 amount=-6 -kerning first=198 second=301 amount=5 -kerning first=297 second=377 amount=6 -kerning first=1058 second=8249 amount=-8 -kerning first=367 second=1035 amount=-3 -kerning first=1168 second=246 amount=-5 -kerning first=1046 second=231 amount=-2 -kerning first=1051 second=298 amount=2 -kerning first=1068 second=1244 amount=-2 -kerning first=95 second=1116 amount=3 -kerning first=935 second=335 amount=-2 -kerning first=221 second=100 amount=-6 -kerning first=1106 second=1196 amount=-3 -kerning first=8370 second=299 amount=2 -kerning first=196 second=269 amount=-1 -kerning first=84 second=1237 amount=-5 -kerning first=918 second=8249 amount=-2 -kerning first=208 second=1234 amount=-2 -kerning first=233 second=1091 amount=-1 -kerning first=1116 second=171 amount=-3 -kerning first=932 second=1207 amount=-5 -kerning first=102 second=228 amount=-1 -kerning first=1016 second=1198 amount=-7 -kerning first=1270 second=1074 amount=-4 -kerning first=244 second=65 amount=-2 -kerning first=922 second=1139 amount=-3 -kerning first=915 second=101 amount=-5 -kerning first=939 second=247 amount=-3 -kerning first=354 second=297 amount=6 -kerning first=1187 second=304 amount=1 -kerning first=118 second=172 amount=-3 -kerning first=1213 second=1059 amount=-7 -kerning first=1225 second=1204 amount=-2 -kerning first=246 second=1217 amount=-2 -kerning first=179 second=923 amount=-6 -kerning first=301 second=1058 amount=6 -kerning first=65 second=1026 amount=-6 -kerning first=192 second=347 amount=-1 -kerning first=356 second=1086 amount=-5 -kerning first=1207 second=1068 amount=1 -kerning first=1164 second=354 amount=-3 -kerning first=285 second=932 amount=-3 -kerning first=176 second=211 amount=-1 -kerning first=1140 second=338 amount=-2 -kerning first=87 second=1257 amount=-4 -kerning first=243 second=374 amount=-7 -kerning first=84 second=961 amount=-4 -kerning first=1068 second=193 amount=-2 -kerning first=347 second=354 amount=-5 -kerning first=1128 second=1058 amount=-6 -kerning first=922 second=247 amount=-4 -kerning first=65 second=67 amount=-2 -kerning first=379 second=8353 amount=-2 -kerning first=1122 second=1143 amount=-1 -kerning first=1228 second=49 amount=-3 -kerning first=119 second=356 amount=-3 -kerning first=86 second=47 amount=-4 -kerning first=966 second=197 amount=-2 -kerning first=8221 second=1040 amount=-9 -kerning first=1078 second=1239 amount=-1 -kerning first=1274 second=1235 amount=-5 -kerning first=1259 second=354 amount=-3 -kerning first=1279 second=1104 amount=-1 -kerning first=92 second=1139 amount=-1 -kerning first=923 second=335 amount=-1 -kerning first=246 second=192 amount=-2 -kerning first=374 second=927 amount=-3 -kerning first=382 second=232 amount=-1 -kerning first=939 second=1028 amount=-3 -kerning first=271 second=84 amount=3 -kerning first=1175 second=244 amount=-1 -kerning first=1194 second=196 amount=-1 -kerning first=95 second=110 amount=3 -kerning first=1103 second=1204 amount=-3 -kerning first=80 second=65 amount=-5 -kerning first=65 second=297 amount=3 -kerning first=903 second=74 amount=-11 -kerning first=311 second=45 amount=-2 -kerning first=1170 second=1181 amount=-4 -kerning first=1164 second=913 amount=-2 -kerning first=372 second=79 amount=-2 -kerning first=1196 second=245 amount=-5 -kerning first=1198 second=263 amount=-6 -kerning first=221 second=112 amount=-3 -kerning first=1054 second=1217 amount=-2 -kerning first=1107 second=1077 amount=-1 -kerning first=76 second=8219 amount=-3 -kerning first=317 second=1058 amount=-6 -kerning first=196 second=1086 amount=-1 -kerning first=84 second=246 amount=-5 -kerning first=1243 second=1141 amount=-1 -kerning first=1040 second=1257 amount=-1 -kerning first=922 second=1028 amount=-2 -kerning first=915 second=341 amount=-4 -kerning first=8217 second=966 amount=-4 -kerning first=195 second=1091 amount=-4 -kerning first=972 second=1140 amount=-4 -kerning first=119 second=902 amount=-4 -kerning first=1096 second=967 amount=-1 -kerning first=1069 second=1204 amount=-2 -kerning first=376 second=951 amount=-3 -kerning first=910 second=1072 amount=-6 -kerning first=355 second=209 amount=1 -kerning first=1201 second=277 amount=-1 -kerning first=1189 second=99 amount=-1 -kerning first=257 second=356 amount=-3 -kerning first=260 second=1057 amount=-2 -kerning first=1084 second=1197 amount=-2 -kerning first=1259 second=913 amount=-2 -kerning first=1016 second=1175 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=255 second=239 amount=3 -kerning first=1107 second=1113 amount=-3 -kerning first=1275 second=273 amount=-1 -kerning first=1069 second=1232 amount=-2 -kerning first=174 second=65 amount=-5 -kerning first=1108 second=89 amount=-4 -kerning first=1271 second=1089 amount=-1 -kerning first=1118 second=198 amount=-4 -kerning first=1054 second=192 amount=-2 -kerning first=286 second=1061 amount=-1 -kerning first=353 second=86 amount=-3 -kerning first=1225 second=315 amount=1 -kerning first=310 second=245 amount=-3 -kerning first=1056 second=194 amount=-5 -kerning first=187 second=1263 amount=-2 -kerning first=1187 second=1172 amount=1 -kerning first=37 second=8216 amount=-4 -kerning first=1094 second=910 amount=-1 -kerning first=1097 second=278 amount=1 -kerning first=341 second=1204 amount=-4 -kerning first=935 second=1104 amount=-2 -kerning first=905 second=1031 amount=2 -kerning first=239 second=305 amount=6 -kerning first=256 second=63 amount=-4 -kerning first=8250 second=49 amount=-3 -kerning first=1060 second=258 amount=-2 -kerning first=1277 second=959 amount=-1 -kerning first=1168 second=1197 amount=-2 -kerning first=1232 second=79 amount=-2 -kerning first=1270 second=945 amount=-5 -kerning first=1091 second=229 amount=-1 -kerning first=92 second=1028 amount=-2 -kerning first=1191 second=373 amount=-2 -kerning first=89 second=242 amount=-6 -kerning first=374 second=269 amount=-6 -kerning first=116 second=292 amount=1 -kerning first=357 second=1070 amount=1 -kerning first=195 second=231 amount=-1 -kerning first=194 second=346 amount=-1 -kerning first=354 second=1235 amount=-5 -kerning first=1187 second=66 amount=1 -kerning first=341 second=1232 amount=-3 -kerning first=1101 second=65 amount=-2 -kerning first=95 second=934 amount=-3 -kerning first=358 second=347 amount=-5 -kerning first=375 second=1209 amount=-1 -kerning first=174 second=101 amount=-2 -kerning first=1267 second=933 amount=-2 -kerning first=378 second=966 amount=-1 -kerning first=244 second=174 amount=-1 -kerning first=1181 second=111 amount=-1 -kerning first=1168 second=1096 amount=-4 -kerning first=373 second=940 amount=-1 -kerning first=1105 second=1204 amount=-3 -kerning first=1270 second=262 amount=-2 -kerning first=1098 second=1217 amount=-2 -kerning first=965 second=1058 amount=-3 -kerning first=221 second=1026 amount=3 -kerning first=349 second=8218 amount=-3 -kerning first=8221 second=355 amount=1 -kerning first=55 second=941 amount=-3 -kerning first=1080 second=49 amount=-3 -kerning first=1114 second=374 amount=-11 -kerning first=955 second=126 amount=-1 -kerning first=115 second=87 amount=-2 -kerning first=98 second=1040 amount=-2 -kerning first=338 second=1111 amount=5 -kerning first=244 second=935 amount=-2 -kerning first=1186 second=173 amount=-1 -kerning first=1033 second=65 amount=-2 -kerning first=221 second=67 amount=-3 -kerning first=239 second=327 amount=3 -kerning first=8230 second=356 amount=-2 -kerning first=1241 second=1196 amount=-3 -kerning first=923 second=1104 amount=-1 -kerning first=372 second=973 amount=-2 -kerning first=88 second=333 amount=-2 -kerning first=1202 second=1089 amount=-2 -kerning first=1198 second=215 amount=-3 -kerning first=981 second=195 amount=-2 -kerning first=939 second=367 amount=-3 -kerning first=1124 second=1232 amount=-1 -kerning first=1224 second=375 amount=-1 -kerning first=235 second=1197 amount=-1 -kerning first=1068 second=374 amount=-7 -kerning first=1234 second=1017 amount=-2 -kerning first=345 second=373 amount=1 -kerning first=1271 second=1145 amount=-1 -kerning first=1106 second=87 amount=-3 -kerning first=1256 second=1040 amount=-2 -kerning first=294 second=1111 amount=5 -kerning first=933 second=1207 amount=-6 -kerning first=1253 second=910 amount=-6 -kerning first=1075 second=963 amount=-1 -kerning first=1082 second=265 amount=-1 -kerning first=1222 second=302 amount=1 -kerning first=1094 second=107 amount=1 -kerning first=1188 second=289 amount=-5 -kerning first=936 second=172 amount=-3 -kerning first=1140 second=95 amount=-5 -kerning first=109 second=1058 amount=-3 -kerning first=326 second=1035 amount=-3 -kerning first=246 second=221 amount=-7 -kerning first=374 second=1086 amount=-6 -kerning first=1128 second=182 amount=-1 -kerning first=1186 second=222 amount=1 -kerning first=1217 second=8370 amount=-2 -kerning first=1058 second=228 amount=-5 -kerning first=1036 second=336 amount=-2 -kerning first=922 second=367 amount=-2 -kerning first=920 second=1200 amount=-3 -kerning first=1111 second=928 amount=3 -kerning first=1187 second=1052 amount=1 -kerning first=84 second=1197 amount=-2 -kerning first=228 second=1196 amount=-3 -kerning first=1025 second=239 amount=5 -kerning first=247 second=1279 amount=-1 -kerning first=95 second=1084 amount=3 -kerning first=1244 second=171 amount=-3 -kerning first=116 second=1027 amount=1 -kerning first=363 second=376 amount=-4 -kerning first=356 second=371 amount=-5 -kerning first=224 second=372 amount=-3 -kerning first=1235 second=1118 amount=-1 -kerning first=255 second=1072 amount=-1 -kerning first=1257 second=125 amount=-1 -kerning first=1196 second=1097 amount=-4 -kerning first=1128 second=939 amount=-5 -kerning first=1263 second=1066 amount=-2 -kerning first=357 second=924 amount=1 -kerning first=910 second=1057 amount=-3 -kerning first=1163 second=1042 amount=1 -kerning first=84 second=1096 amount=-4 -kerning first=959 second=8216 amount=-4 -kerning first=1197 second=245 amount=-1 -kerning first=94 second=1040 amount=-6 -kerning first=125 second=8220 amount=-2 -kerning first=293 second=1265 amount=-1 -kerning first=321 second=121 amount=-4 -kerning first=335 second=1200 amount=-7 -kerning first=1075 second=243 amount=-1 -kerning first=114 second=192 amount=-3 -kerning first=341 second=357 amount=2 -kerning first=1278 second=267 amount=-2 -kerning first=87 second=1108 amount=-4 -kerning first=1057 second=196 amount=-1 -kerning first=245 second=1185 amount=-2 -kerning first=916 second=8225 amount=-5 -kerning first=1011 second=92 amount=2 -kerning first=214 second=372 amount=-1 -kerning first=1222 second=43 amount=-1 -kerning first=923 second=353 amount=-1 -kerning first=1202 second=1145 amount=-2 -kerning first=1125 second=1200 amount=-4 -kerning first=1027 second=59 amount=-2 -kerning first=1275 second=240 amount=-1 -kerning first=371 second=1059 amount=-4 -kerning first=1255 second=1277 amount=-1 -kerning first=87 second=1032 amount=-4 -kerning first=1026 second=1078 amount=-1 -kerning first=1054 second=221 amount=-3 -kerning first=376 second=231 amount=-6 -kerning first=317 second=939 amount=-5 -kerning first=1171 second=265 amount=-1 -kerning first=192 second=99 amount=-1 -kerning first=356 second=227 amount=-5 -kerning first=1082 second=1139 amount=-1 -kerning first=275 second=375 amount=-1 -kerning first=114 second=232 amount=-1 -kerning first=1101 second=174 amount=-1 -kerning first=333 second=8225 amount=-2 -kerning first=1274 second=1119 amount=-4 -kerning first=161 second=358 amount=-4 -kerning first=267 second=356 amount=-5 -kerning first=304 second=296 amount=2 -kerning first=260 second=910 amount=-5 -kerning first=1170 second=213 amount=-2 -kerning first=279 second=1277 amount=-1 -kerning first=191 second=87 amount=-1 -kerning first=1273 second=174 amount=-1 -kerning first=1066 second=1040 amount=-2 -kerning first=1203 second=8249 amount=-2 -kerning first=1101 second=935 amount=-2 -kerning first=968 second=916 amount=-2 -kerning first=1225 second=124 amount=1 -kerning first=8244 second=114 amount=-1 -kerning first=256 second=959 amount=-1 -kerning first=1082 second=247 amount=-2 -kerning first=1145 second=257 amount=-1 -kerning first=1087 second=933 amount=-6 -kerning first=343 second=289 amount=-1 -kerning first=1033 second=174 amount=-1 -kerning first=1040 second=1108 amount=-1 -kerning first=88 second=1077 amount=-2 -kerning first=1186 second=1030 amount=1 -kerning first=295 second=1140 amount=-3 -kerning first=939 second=324 amount=-3 -kerning first=222 second=46 amount=-7 -kerning first=8221 second=47 amount=-9 -kerning first=250 second=1204 amount=-3 -kerning first=1090 second=281 amount=-1 -kerning first=118 second=333 amount=-1 -kerning first=1145 second=1153 amount=-1 -kerning first=1232 second=8244 amount=-7 -kerning first=1276 second=267 amount=-2 -kerning first=381 second=288 amount=-2 -kerning first=939 second=1271 amount=-3 -kerning first=65 second=83 amount=-1 -kerning first=97 second=1059 amount=-6 -kerning first=108 second=303 amount=2 -kerning first=1199 second=966 amount=-1 -kerning first=1170 second=118 amount=-4 -kerning first=1033 second=935 amount=-2 -kerning first=957 second=244 amount=-1 -kerning first=8224 second=8363 amount=-2 -kerning first=121 second=1207 amount=-1 -kerning first=221 second=1235 amount=-6 -kerning first=1225 second=1200 amount=-1 -kerning first=1139 second=198 amount=-2 -kerning first=256 second=60 amount=-2 -kerning first=232 second=1279 amount=-1 -kerning first=1232 second=84 amount=-6 -kerning first=1170 second=1201 amount=-4 -kerning first=1091 second=279 amount=-1 -kerning first=8217 second=359 amount=1 -kerning first=1185 second=1058 amount=-4 -kerning first=118 second=8218 amount=-5 -kerning first=1203 second=1035 amount=-3 -kerning first=1098 second=221 amount=-11 -kerning first=927 second=194 amount=-2 -kerning first=1209 second=1143 amount=-1 -kerning first=965 second=939 amount=-4 -kerning first=345 second=8230 amount=-4 -kerning first=245 second=1276 amount=-2 -kerning first=1171 second=1139 amount=-1 -kerning first=179 second=192 amount=-6 -kerning first=915 second=1257 amount=-5 -kerning first=356 second=328 amount=-4 -kerning first=1050 second=255 amount=-3 -kerning first=902 second=1258 amount=-2 -kerning first=957 second=8222 amount=-5 -kerning first=372 second=1239 amount=-4 -kerning first=1198 second=365 amount=-3 -kerning first=1278 second=177 amount=-3 -kerning first=1027 second=291 amount=-5 -kerning first=1122 second=1202 amount=-2 -kerning first=55 second=974 amount=-3 -kerning first=365 second=89 amount=-4 -kerning first=193 second=375 amount=-4 -kerning first=1255 second=933 amount=-7 -kerning first=356 second=1279 amount=-3 -kerning first=126 second=1066 amount=-3 -kerning first=1077 second=174 amount=-1 -kerning first=1205 second=172 amount=-1 -kerning first=1200 second=1069 amount=-3 -kerning first=359 second=910 amount=-1 -kerning first=1241 second=87 amount=-3 -kerning first=354 second=1119 amount=-4 -kerning first=1084 second=253 amount=-1 -kerning first=332 second=1026 amount=-2 -kerning first=1035 second=221 amount=-6 -kerning first=1103 second=1200 amount=-6 -kerning first=1043 second=1232 amount=-6 -kerning first=380 second=932 amount=-2 -kerning first=1171 second=247 amount=-1 -kerning first=337 second=1196 amount=-3 -kerning first=1169 second=245 amount=-1 -kerning first=1078 second=263 amount=-1 -kerning first=921 second=207 amount=2 -kerning first=1252 second=303 amount=2 -kerning first=1086 second=255 amount=-1 -kerning first=211 second=8220 amount=-2 -kerning first=1164 second=1263 amount=-1 -kerning first=1270 second=111 amount=-5 -kerning first=253 second=972 amount=-1 -kerning first=71 second=1278 amount=-1 -kerning first=372 second=1102 amount=-2 -kerning first=1128 second=967 amount=-4 -kerning first=8217 second=226 amount=-4 -kerning first=239 second=1056 amount=3 -kerning first=279 second=933 amount=-7 -kerning first=213 second=86 amount=-2 -kerning first=1224 second=1066 amount=-3 -kerning first=95 second=1110 amount=2 -kerning first=358 second=99 amount=-5 -kerning first=321 second=903 amount=-6 -kerning first=1222 second=1018 amount=1 -kerning first=1168 second=253 amount=-4 -kerning first=972 second=1058 amount=-3 -kerning first=1167 second=1035 amount=-3 -kerning first=373 second=246 amount=-1 -kerning first=913 second=94 amount=-6 -kerning first=109 second=939 amount=-6 -kerning first=372 second=74 amount=-4 -kerning first=1069 second=1200 amount=-3 -kerning first=1254 second=1276 amount=-2 -kerning first=111 second=932 amount=-3 -kerning first=1126 second=8250 amount=-2 -kerning first=939 second=258 amount=-5 -kerning first=181 second=374 amount=-4 -kerning first=228 second=87 amount=-3 -kerning first=277 second=255 amount=-1 -kerning first=932 second=8249 amount=-8 -kerning first=1259 second=1263 amount=-1 -kerning first=1232 second=1239 amount=-1 -kerning first=170 second=902 amount=-5 -kerning first=1102 second=8225 amount=-2 -kerning first=1191 second=1141 amount=-2 -kerning first=1193 second=1199 amount=-1 -kerning first=374 second=371 amount=-3 -kerning first=231 second=372 amount=-1 -kerning first=1226 second=73 amount=1 -kerning first=1092 second=194 amount=-2 -kerning first=1234 second=244 amount=-1 -kerning first=1276 second=177 amount=-3 -kerning first=353 second=8216 amount=-3 -kerning first=317 second=967 amount=-4 -kerning first=301 second=1216 amount=3 -kerning first=58 second=8220 amount=-3 -kerning first=1116 second=8363 amount=-1 -kerning first=1088 second=195 amount=-2 -kerning first=1230 second=311 amount=1 -kerning first=79 second=8218 amount=-3 -kerning first=373 second=8217 amount=3 -kerning first=1205 second=68 amount=1 -kerning first=75 second=99 amount=-3 -kerning first=939 second=283 amount=-6 -kerning first=357 second=344 amount=1 -kerning first=39 second=44 amount=-6 -kerning first=299 second=1064 amount=3 -kerning first=1275 second=230 amount=-1 -kerning first=118 second=1077 amount=-1 -kerning first=95 second=212 amount=-3 -kerning first=36 second=902 amount=-1 -kerning first=1271 second=1233 amount=-1 -kerning first=1034 second=8225 amount=-2 -kerning first=1118 second=193 amount=-4 -kerning first=1200 second=8373 amount=-3 -kerning first=297 second=1229 amount=3 -kerning first=359 second=107 amount=1 -kerning first=1058 second=1179 amount=-4 -kerning first=904 second=297 amount=5 -kerning first=119 second=267 amount=-1 -kerning first=186 second=335 amount=-2 -kerning first=380 second=285 amount=-1 -kerning first=1256 second=47 amount=-3 -kerning first=98 second=1198 amount=-7 -kerning first=235 second=253 amount=-1 -kerning first=1011 second=95 amount=3 -kerning first=257 second=1265 amount=-1 -kerning first=1105 second=1200 amount=-7 -kerning first=1141 second=97 amount=-1 -kerning first=1195 second=354 amount=-5 -kerning first=1193 second=957 amount=-1 -kerning first=199 second=258 amount=-1 -kerning first=374 second=227 amount=-6 -kerning first=1184 second=959 amount=-3 -kerning first=922 second=283 amount=-3 -kerning first=248 second=8224 amount=-2 -kerning first=243 second=1249 amount=-2 -kerning first=939 second=1087 amount=-3 -kerning first=377 second=1194 amount=-2 -kerning first=258 second=8249 amount=-2 -kerning first=118 second=1113 amount=-3 -kerning first=71 second=260 amount=-1 -kerning first=345 second=1141 amount=1 -kerning first=87 second=908 amount=-2 -kerning first=1118 second=233 amount=-1 -kerning first=1091 second=1195 amount=-1 -kerning first=1061 second=1258 amount=-2 -kerning first=8222 second=358 amount=-6 -kerning first=197 second=933 amount=-5 -kerning first=1145 second=194 amount=-2 -kerning first=275 second=1066 amount=-3 -kerning first=103 second=356 amount=-3 -kerning first=908 second=196 amount=-2 -kerning first=1196 second=375 amount=-4 -kerning first=174 second=1257 amount=-2 -kerning first=248 second=88 amount=-2 -kerning first=1118 second=1241 amount=-1 -kerning first=380 second=162 amount=-1 -kerning first=1256 second=1198 amount=-3 -kerning first=84 second=253 amount=-4 -kerning first=1200 second=249 amount=-3 -kerning first=1279 second=43 amount=-1 -kerning first=1244 second=286 amount=-2 -kerning first=372 second=1107 amount=-2 -kerning first=981 second=119 amount=-1 -kerning first=1184 second=60 amount=-4 -kerning first=194 second=255 amount=-4 -kerning first=927 second=376 amount=-3 -kerning first=86 second=963 amount=-4 -kerning first=1267 second=1204 amount=-2 -kerning first=122 second=291 amount=-1 -kerning first=1052 second=1031 amount=2 -kerning first=192 second=8353 amount=-2 -kerning first=356 second=1092 amount=-5 -kerning first=1145 second=234 amount=-1 -kerning first=1020 second=258 amount=-2 -kerning first=92 second=283 amount=-1 -kerning first=1140 second=335 amount=-4 -kerning first=372 second=942 amount=-2 -kerning first=1217 second=232 amount=-2 -kerning first=1122 second=118 amount=-1 -kerning first=193 second=187 amount=-2 -kerning first=258 second=1035 amount=-6 -kerning first=1145 second=1243 amount=-1 -kerning first=1237 second=1203 amount=-1 -kerning first=345 second=116 amount=2 -kerning first=288 second=1112 amount=2 -kerning first=1213 second=372 amount=-3 -kerning first=1267 second=1232 amount=-4 -kerning first=310 second=375 amount=-3 -kerning first=82 second=299 amount=3 -kerning first=1122 second=1201 amount=-1 -kerning first=1046 second=279 amount=-2 -kerning first=1059 second=1234 amount=-5 -kerning first=1226 second=1210 amount=1 -kerning first=1094 second=104 amount=1 -kerning first=1097 second=76 amount=1 -kerning first=1040 second=908 amount=-2 -kerning first=1188 second=271 amount=-5 -kerning first=299 second=321 amount=3 -kerning first=1089 second=1026 amount=-5 -kerning first=936 second=8218 amount=-8 -kerning first=1274 second=121 amount=-4 -kerning first=1100 second=932 amount=-7 -kerning first=1270 second=1209 amount=-5 -kerning first=1200 second=257 amount=-6 -kerning first=374 second=328 amount=-3 -kerning first=1128 second=183 amount=-2 -kerning first=379 second=1111 amount=5 -kerning first=1179 second=972 amount=-1 -kerning first=1170 second=902 amount=-6 -kerning first=913 second=214 amount=-2 -kerning first=86 second=243 amount=-4 -kerning first=1200 second=1153 amount=-6 -kerning first=376 second=363 amount=-3 -kerning first=98 second=1175 amount=-1 -kerning first=355 second=276 amount=1 -kerning first=1201 second=932 amount=-2 -kerning first=1168 second=171 amount=-8 -kerning first=216 second=1140 amount=-2 -kerning first=255 second=910 amount=-2 -kerning first=109 second=967 amount=-1 -kerning first=935 second=43 amount=-4 -kerning first=221 second=1119 amount=-3 -kerning first=242 second=358 amount=-3 -kerning first=196 second=1092 amount=-1 -kerning first=193 second=1066 amount=-6 -kerning first=1210 second=932 amount=-3 -kerning first=70 second=250 amount=-2 -kerning first=358 second=198 amount=-6 -kerning first=343 second=1196 amount=-4 -kerning first=76 second=197 amount=2 -kerning first=337 second=87 amount=-3 -kerning first=915 second=1108 amount=-5 -kerning first=77 second=1111 amount=5 -kerning first=311 second=337 amount=-1 -kerning first=1083 second=1090 amount=-2 -kerning first=1194 second=1046 amount=-1 -kerning first=1226 second=1106 amount=1 -kerning first=1092 second=376 amount=-7 -kerning first=1094 second=317 amount=1 -kerning first=1096 second=92 amount=-3 -kerning first=1193 second=354 amount=-3 -kerning first=1198 second=256 amount=-5 -kerning first=1263 second=65 amount=-4 -kerning first=186 second=1104 amount=-2 -kerning first=324 second=89 amount=-6 -kerning first=1271 second=1058 amount=-2 -kerning first=1054 second=44 amount=-3 -kerning first=340 second=86 amount=-1 -kerning first=1056 second=8230 amount=-3 -kerning first=317 second=183 amount=-3 -kerning first=916 second=8244 amount=-6 -kerning first=1138 second=196 amount=-2 -kerning first=1277 second=235 amount=-1 -kerning first=1066 second=1198 amount=-7 -kerning first=913 second=1199 amount=-4 -kerning first=915 second=1032 amount=-6 -kerning first=379 second=332 amount=-2 -kerning first=972 second=939 amount=-7 -kerning first=229 second=1197 amount=-2 -kerning first=1114 second=1249 amount=-4 -kerning first=1239 second=1196 amount=-3 -kerning first=1118 second=374 amount=-2 -kerning first=262 second=197 amount=-1 -kerning first=376 second=229 amount=-6 -kerning first=1244 second=920 amount=-2 -kerning first=933 second=8249 amount=-6 -kerning first=256 second=290 amount=-2 -kerning first=1170 second=1173 amount=-4 -kerning first=1198 second=281 amount=-6 -kerning first=1263 second=101 amount=-1 -kerning first=1188 second=113 amount=-5 -kerning first=1027 second=1054 amount=-2 -kerning first=112 second=196 amount=-2 -kerning first=1119 second=1059 amount=-6 -kerning first=1237 second=910 amount=-7 -kerning first=124 second=207 amount=2 -kerning first=92 second=176 amount=-6 -kerning first=295 second=1058 amount=-3 -kerning first=1258 second=358 amount=-2 -kerning first=81 second=8218 amount=-3 -kerning first=354 second=121 amount=-4 -kerning first=1199 second=226 amount=-1 -kerning first=250 second=1200 amount=-4 -kerning first=1139 second=1244 amount=-2 -kerning first=1068 second=1249 amount=-2 -kerning first=1234 second=349 amount=-1 -kerning first=241 second=374 amount=-6 -kerning first=87 second=1255 amount=-4 -kerning first=358 second=8353 amount=-2 -kerning first=239 second=282 amount=3 -kerning first=333 second=84 amount=-3 -kerning first=1178 second=8249 amount=-3 -kerning first=8244 second=244 amount=-4 -kerning first=1029 second=260 amount=-1 -kerning first=1201 second=285 amount=-1 -kerning first=932 second=228 amount=-5 -kerning first=1189 second=233 amount=-1 -kerning first=1153 second=1198 amount=-4 -kerning first=343 second=271 amount=-1 -kerning first=1205 second=1188 amount=1 -kerning first=253 second=224 amount=-1 -kerning first=913 second=957 amount=-4 -kerning first=1140 second=1104 amount=-4 -kerning first=908 second=89 amount=-3 -kerning first=1196 second=187 amount=-3 -kerning first=1198 second=1226 amount=-3 -kerning first=1186 second=905 amount=1 -kerning first=1263 second=1083 amount=-3 -kerning first=1126 second=1143 amount=-4 -kerning first=1027 second=378 amount=-3 -kerning first=8221 second=54 amount=-3 -kerning first=196 second=186 amount=-5 -kerning first=84 second=171 amount=-8 -kerning first=1060 second=1059 amount=-3 -kerning first=370 second=47 amount=-4 -kerning first=1189 second=1241 amount=-1 -kerning first=1225 second=1162 amount=1 -kerning first=1244 second=8363 amount=-2 -kerning first=297 second=342 amount=3 -kerning first=933 second=1035 amount=3 -kerning first=1097 second=1238 amount=1 -kerning first=87 second=126 amount=-2 -kerning first=182 second=297 amount=5 -kerning first=1043 second=1256 amount=-2 -kerning first=313 second=81 amount=-2 -kerning first=1061 second=172 amount=-4 -kerning first=8244 second=8222 amount=-12 -kerning first=1139 second=193 amount=-2 -kerning first=283 second=376 amount=-7 -kerning first=1201 second=162 amount=-1 -kerning first=224 second=1098 amount=-2 -kerning first=1087 second=1204 amount=-3 -kerning first=1046 second=1195 amount=-2 -kerning first=343 second=1275 amount=2 -kerning first=1141 second=1089 amount=-1 -kerning first=254 second=1026 amount=-3 -kerning first=116 second=73 amount=1 -kerning first=75 second=8353 amount=-2 -kerning first=1058 second=214 amount=-2 -kerning first=1184 second=361 amount=-2 -kerning first=321 second=71 amount=-2 -kerning first=195 second=279 amount=-1 -kerning first=187 second=258 amount=-2 -kerning first=1275 second=1095 amount=-1 -kerning first=1187 second=203 amount=1 -kerning first=1126 second=284 amount=-2 -kerning first=1118 second=1111 amount=3 -kerning first=1026 second=8220 amount=-4 -kerning first=80 second=1032 amount=-6 -kerning first=918 second=214 amount=-2 -kerning first=315 second=1143 amount=-4 -kerning first=65 second=121 amount=-4 -kerning first=1037 second=938 amount=2 -kerning first=332 second=1061 amount=-2 -kerning first=1066 second=1175 amount=-1 -kerning first=1040 second=1255 amount=-1 -kerning first=372 second=263 amount=-4 -kerning first=357 second=201 amount=1 -kerning first=1122 second=356 amount=-3 -kerning first=377 second=1138 amount=-2 -kerning first=1081 second=1059 amount=-6 -kerning first=1112 second=301 amount=3 -kerning first=171 second=910 amount=-4 -kerning first=1232 second=1118 amount=-4 -kerning first=1113 second=358 amount=-7 -kerning first=1093 second=1153 amount=-1 -kerning first=374 second=1092 amount=-6 -kerning first=1186 second=8244 amount=2 -kerning first=1075 second=99 amount=-1 -kerning first=311 second=1105 amount=-1 -kerning first=213 second=8216 amount=-2 -kerning first=71 second=1011 amount=2 -kerning first=174 second=1108 amount=-2 -kerning first=1188 second=268 amount=-2 -kerning first=313 second=195 amount=2 -kerning first=1058 second=1199 amount=-4 -kerning first=102 second=913 amount=-2 -kerning first=970 second=247 amount=-2 -kerning first=114 second=44 amount=-4 -kerning first=343 second=113 amount=-1 -kerning first=1200 second=194 amount=-5 -kerning first=1140 second=353 amount=-3 -kerning first=1186 second=84 amount=-2 -kerning first=315 second=284 amount=-2 -kerning first=920 second=8222 amount=-3 -kerning first=1163 second=910 amount=-1 -kerning first=1255 second=1204 amount=-3 -kerning first=43 second=1217 amount=-4 -kerning first=174 second=1032 amount=-5 -kerning first=287 second=1026 amount=-3 -kerning first=321 second=45 amount=-3 -kerning first=1082 second=283 amount=-1 -kerning first=1168 second=117 amount=-5 -kerning first=1092 second=373 amount=-1 -kerning first=169 second=84 amount=-2 -kerning first=121 second=8249 amount=-3 -kerning first=72 second=95 amount=2 -kerning first=264 second=195 amount=-1 -kerning first=1122 second=902 amount=-2 -kerning first=1107 second=261 amount=-1 -kerning first=299 second=1166 amount=3 -kerning first=1255 second=1232 amount=-2 -kerning first=1138 second=89 amount=-3 -kerning first=1088 second=119 amount=-1 -kerning first=955 second=948 amount=-3 -kerning first=1232 second=263 amount=-1 -kerning first=1141 second=1145 amount=-1 -kerning first=1200 second=234 amount=-6 -kerning first=342 second=1140 amount=-1 -kerning first=972 second=967 amount=-1 -kerning first=279 second=1204 amount=-3 -kerning first=913 second=354 amount=-6 -kerning first=973 second=221 amount=-4 -kerning first=86 second=347 amount=-3 -kerning first=1200 second=1243 amount=-6 -kerning first=1058 second=957 amount=-4 -kerning first=1036 second=1242 amount=-2 -kerning first=256 second=235 amount=-1 -kerning first=251 second=1196 amount=-3 -kerning first=107 second=100 amount=-1 -kerning first=1230 second=1115 amount=1 -kerning first=38 second=1267 amount=-2 -kerning first=1102 second=84 amount=-3 -kerning first=89 second=923 amount=-5 -kerning first=1217 second=212 amount=-2 -kerning first=1184 second=290 amount=-2 -kerning first=1188 second=52 amount=-4 -kerning first=1057 second=1046 amount=-1 -kerning first=8221 second=963 amount=-4 -kerning first=112 second=89 amount=-7 -kerning first=364 second=44 amount=-2 -kerning first=1237 second=1093 amount=-1 -kerning first=102 second=1103 amount=-1 -kerning first=170 second=267 amount=-2 -kerning first=165 second=1099 amount=2 -kerning first=1200 second=1085 amount=-3 -kerning first=1225 second=1225 amount=1 -kerning first=116 second=1210 amount=1 -kerning first=359 second=104 amount=1 -kerning first=276 second=301 amount=5 -kerning first=183 second=1277 amount=-1 -kerning first=121 second=1035 amount=-2 -kerning first=193 second=288 amount=-2 -kerning first=1010 second=1197 amount=-1 -kerning first=925 second=239 amount=5 -kerning first=70 second=197 amount=-6 -kerning first=1046 second=1194 amount=-2 -kerning first=1239 second=87 amount=-3 -kerning first=102 second=308 amount=-4 -kerning first=1034 second=84 amount=-3 -kerning first=915 second=908 amount=-2 -kerning first=1163 second=107 amount=1 -kerning first=208 second=8218 amount=-3 -kerning first=1233 second=933 amount=-6 -kerning first=358 second=241 amount=-4 -kerning first=376 second=279 amount=-6 -kerning first=910 second=1234 amount=-5 -kerning first=1171 second=283 amount=-1 -kerning first=192 second=233 amount=-1 -kerning first=361 second=1198 amount=-4 -kerning first=195 second=1195 amount=-1 -kerning first=1059 second=1258 amount=-3 -kerning first=1226 second=173 amount=-1 -kerning first=253 second=195 amount=-4 -kerning first=1196 second=252 amount=-5 -kerning first=927 second=8230 amount=-3 -kerning first=295 second=939 amount=-6 -kerning first=1267 second=1200 amount=-2 -kerning first=1043 second=114 amount=-4 -kerning first=8221 second=243 amount=-4 -kerning first=84 second=117 amount=-5 -kerning first=179 second=44 amount=-7 -kerning first=1139 second=374 amount=-7 -kerning first=192 second=1241 amount=-1 -kerning first=70 second=275 amount=-3 -kerning first=1072 second=255 amount=-1 -kerning first=1209 second=118 amount=-1 -kerning first=288 second=1040 amount=-1 -kerning first=89 second=8370 amount=-3 -kerning first=933 second=228 amount=-6 -kerning first=116 second=1106 amount=1 -kerning first=359 second=317 amount=1 -kerning first=97 second=372 amount=-3 -kerning first=367 second=354 amount=-3 -kerning first=1168 second=286 amount=-2 -kerning first=1228 second=1035 amount=-3 -kerning first=1209 second=1201 amount=-1 -kerning first=376 second=1224 amount=-3 -kerning first=8244 second=349 amount=-5 -kerning first=1220 second=197 amount=-2 -kerning first=65 second=903 amount=-5 -kerning first=197 second=1204 amount=-6 -kerning first=356 second=981 amount=-5 -kerning first=1050 second=173 amount=-4 -kerning first=902 second=333 amount=-1 -kerning first=114 second=1213 amount=2 -kerning first=1017 second=1276 amount=-1 -kerning first=1111 second=75 amount=3 -kerning first=234 second=374 amount=-7 -kerning first=210 second=1236 amount=-2 -kerning first=1197 second=1066 amount=-2 -kerning first=1185 second=183 amount=-2 -kerning first=1090 second=289 amount=-1 -kerning first=1104 second=84 amount=-3 -kerning first=310 second=252 amount=-2 -kerning first=293 second=1090 amount=-2 -kerning first=76 second=336 amount=-2 -kerning first=231 second=1098 amount=-1 -kerning first=301 second=92 amount=5 -kerning first=903 second=256 amount=-5 -kerning first=1222 second=202 amount=1 -kerning first=1175 second=1153 amount=-1 -kerning first=1226 second=222 amount=1 -kerning first=1170 second=1265 amount=-4 -kerning first=913 second=1103 amount=-1 -kerning first=355 second=1059 amount=-1 -kerning first=256 second=169 amount=-2 -kerning first=932 second=1179 amount=-4 -kerning first=126 second=935 amount=-4 -kerning first=229 second=253 amount=-1 -kerning first=216 second=1058 amount=-2 -kerning first=8225 second=337 amount=-2 -kerning first=1205 second=351 amount=-1 -kerning first=1091 second=287 amount=-1 -kerning first=89 second=181 amount=-3 -kerning first=1128 second=92 amount=-5 -kerning first=939 second=59 amount=-4 -kerning first=183 second=933 amount=-3 -kerning first=1224 second=174 amount=-1 -kerning first=326 second=1199 amount=-1 -kerning first=256 second=89 amount=-5 -kerning first=902 second=1029 amount=-1 -kerning first=1093 second=234 amount=-1 -kerning first=1257 second=1203 amount=-1 -kerning first=1128 second=338 amount=-2 -kerning first=1027 second=299 amount=6 -kerning first=196 second=981 amount=-1 -kerning first=220 second=95 amount=-3 -kerning first=358 second=193 amount=-6 -kerning first=1093 second=1243 amount=-1 -kerning first=294 second=938 amount=2 -kerning first=1244 second=216 amount=-2 -kerning first=297 second=200 amount=3 -kerning first=1170 second=267 amount=-5 -kerning first=341 second=244 amount=-1 -kerning first=1196 second=288 amount=-2 -kerning first=1069 second=8222 amount=-3 -kerning first=86 second=191 amount=-1 -kerning first=1118 second=46 amount=-2 -kerning first=1043 second=1017 amount=-2 -kerning first=317 second=92 amount=-5 -kerning first=84 second=286 amount=-2 -kerning first=1078 second=281 amount=-1 -kerning first=921 second=1031 amount=2 -kerning first=46 second=1058 amount=-2 -kerning first=107 second=1026 amount=-4 -kerning first=43 second=221 amount=-3 -kerning first=8250 second=1035 amount=-8 -kerning first=1059 second=1080 amount=-3 -kerning first=1279 second=277 amount=-1 -kerning first=240 second=1197 amount=-2 -kerning first=1058 second=913 amount=-6 -kerning first=382 second=100 amount=-1 -kerning first=1184 second=235 amount=-3 -kerning first=1274 second=1081 amount=-4 -kerning first=1277 second=1259 amount=-1 -kerning first=358 second=233 amount=-5 -kerning first=317 second=338 amount=-2 -kerning first=297 second=307 amount=6 -kerning first=326 second=957 amount=-1 -kerning first=89 second=1116 amount=-3 -kerning first=321 second=8224 amount=-6 -kerning first=209 second=299 amount=5 -kerning first=192 second=374 amount=-5 -kerning first=195 second=1194 amount=-2 -kerning first=1168 second=920 amount=-2 -kerning first=114 second=225 amount=-1 -kerning first=1164 second=258 amount=-2 -kerning first=255 second=1234 amount=-4 -kerning first=341 second=8222 amount=-5 -kerning first=1193 second=1263 amount=-1 -kerning first=358 second=1241 amount=-5 -kerning first=1126 second=42 amount=-6 -kerning first=1188 second=248 amount=-5 -kerning first=380 second=940 amount=-1 -kerning first=239 second=1204 amount=6 -kerning first=1107 second=275 amount=-1 -kerning first=376 second=1195 amount=-6 -kerning first=193 second=101 amount=-1 -kerning first=179 second=1213 amount=2 -kerning first=1080 second=1035 amount=-3 -kerning first=1145 second=8230 amount=-4 -kerning first=955 second=968 amount=-2 -kerning first=971 second=932 amount=-3 -kerning first=1270 second=8250 amount=-3 -kerning first=310 second=288 amount=-2 -kerning first=1263 second=1257 amount=-1 -kerning first=915 second=1255 amount=-5 -kerning first=8217 second=962 amount=-4 -kerning first=260 second=1258 amount=-2 -kerning first=1226 second=1030 amount=1 -kerning first=119 second=260 amount=-4 -kerning first=121 second=228 amount=-1 -kerning first=1213 second=1098 amount=-1 -kerning first=358 second=1230 amount=-4 -kerning first=355 second=922 amount=1 -kerning first=1061 second=333 amount=-2 -kerning first=200 second=299 amount=5 -kerning first=225 second=86 amount=-3 -kerning first=197 second=357 amount=-2 -kerning first=1274 second=71 amount=-2 -kerning first=1230 second=1231 amount=1 -kerning first=275 second=174 amount=-1 -kerning first=902 second=1077 amount=-1 -kerning first=1259 second=258 amount=-2 -kerning first=1094 second=172 amount=-1 -kerning first=961 second=196 amount=-2 -kerning first=373 second=171 amount=-2 -kerning first=75 second=233 amount=-3 -kerning first=295 second=967 amount=-1 -kerning first=939 second=291 amount=-6 -kerning first=55 second=95 amount=-10 -kerning first=1087 second=1200 amount=-6 -kerning first=254 second=1061 amount=-2 -kerning first=68 second=88 amount=-2 -kerning first=1058 second=1103 amount=-5 -kerning first=75 second=1241 amount=-3 -kerning first=315 second=42 amount=-8 -kerning first=915 second=126 amount=-3 -kerning first=1036 second=945 amount=-3 -kerning first=356 second=1040 amount=-6 -kerning first=304 second=1111 amount=5 -kerning first=1168 second=8363 amount=-5 -kerning first=211 second=923 amount=-2 -kerning first=1084 second=1185 amount=-2 -kerning first=1207 second=310 amount=1 -kerning first=1257 second=910 amount=-7 -kerning first=935 second=277 amount=-2 -kerning first=313 second=211 amount=-2 -kerning first=333 second=1118 amount=-1 -kerning first=377 second=1012 amount=-2 -kerning first=297 second=1124 amount=3 -kerning first=1169 second=1066 amount=-2 -kerning first=249 second=8244 amount=1 -kerning first=1180 second=1256 amount=-2 -kerning first=1230 second=45 amount=-1 -kerning first=1209 second=356 amount=-3 -kerning first=1059 second=172 amount=-3 -kerning first=8225 second=1105 amount=-2 -kerning first=1141 second=1233 amount=-1 -kerning first=1200 second=334 amount=-3 -kerning first=92 second=1059 amount=-5 -kerning first=908 second=1046 amount=-2 -kerning first=89 second=110 amount=-3 -kerning first=1186 second=314 amount=1 -kerning first=1058 second=308 amount=-6 -kerning first=1036 second=262 amount=-2 -kerning first=922 second=291 amount=-3 -kerning first=8217 second=242 amount=-4 -kerning first=346 second=256 amount=-1 -kerning first=357 second=1219 amount=1 -kerning first=1122 second=93 amount=-1 -kerning first=258 second=94 amount=-6 -kerning first=959 second=1143 amount=-1 -kerning first=86 second=99 amount=-4 -kerning first=1118 second=103 amount=-1 -kerning first=1225 second=349 amount=-1 -kerning first=919 second=239 amount=5 -kerning first=249 second=84 amount=-3 -kerning first=192 second=1111 amount=3 -kerning first=256 second=210 amount=-2 -kerning first=226 second=1091 amount=-1 -kerning first=1230 second=80 amount=1 -kerning first=1168 second=1185 amount=-2 -kerning first=1046 second=1138 amount=-2 -kerning first=354 second=1081 amount=-4 -kerning first=1092 second=1141 amount=-1 -kerning first=8221 second=347 amount=-5 -kerning first=84 second=920 amount=-2 -kerning first=1274 second=45 amount=-3 -kerning first=1020 second=1059 amount=-7 -kerning first=374 second=981 amount=-6 -kerning first=266 second=1202 amount=-1 -kerning first=1184 second=169 amount=-2 -kerning first=265 second=1058 amount=-5 -kerning first=101 second=221 amount=-7 -kerning first=108 second=298 amount=2 -kerning first=1199 second=301 amount=3 -kerning first=311 second=231 amount=-1 -kerning first=1094 second=68 amount=1 -kerning first=1255 second=1200 amount=-7 -kerning first=284 second=1276 amount=-1 -kerning first=1196 second=65 amount=-6 -kerning first=1234 second=1069 amount=-2 -kerning first=1211 second=374 amount=-6 -kerning first=239 second=315 amount=3 -kerning first=245 second=1267 amount=-1 -kerning first=1200 second=1273 amount=-3 -kerning first=902 second=351 amount=-1 -kerning first=343 second=248 amount=-1 -kerning first=92 second=291 amount=-1 -kerning first=109 second=92 amount=-3 -kerning first=923 second=277 amount=-1 -kerning first=326 second=354 amount=-3 -kerning first=1027 second=1020 amount=-4 -kerning first=1122 second=1265 amount=-1 -kerning first=280 second=297 amount=5 -kerning first=354 second=71 amount=-2 -kerning first=1175 second=234 amount=-1 -kerning first=193 second=174 amount=-5 -kerning first=113 second=356 amount=-3 -kerning first=378 second=242 amount=-1 -kerning first=1186 second=1120 amount=1 -kerning first=933 second=1179 amount=-3 -kerning first=116 second=173 amount=-1 -kerning first=974 second=8220 amount=-4 -kerning first=270 second=358 amount=-2 -kerning first=192 second=332 amount=-2 -kerning first=1222 second=1053 amount=1 -kerning first=1215 second=376 amount=-7 -kerning first=1046 second=287 amount=-2 -kerning first=216 second=939 amount=-3 -kerning first=1175 second=1243 amount=-1 -kerning first=279 second=1200 amount=-7 -kerning first=1097 second=1250 amount=1 -kerning first=1196 second=101 amount=-5 -kerning first=241 second=1249 amount=-2 -kerning first=358 second=1125 amount=-4 -kerning first=966 second=86 amount=-4 -kerning first=80 second=126 amount=-2 -kerning first=239 second=357 amount=3 -kerning first=376 second=1194 amount=-3 -kerning first=1143 second=356 amount=-2 -kerning first=171 second=1234 amount=-2 -kerning first=84 second=8363 amount=-5 -kerning first=235 second=1185 amount=-1 -kerning first=1086 second=8225 amount=-2 -kerning first=1189 second=46 amount=-6 -kerning first=257 second=1090 amount=-2 -kerning first=230 second=376 amount=-7 -kerning first=102 second=265 amount=-1 -kerning first=1167 second=1199 amount=-1 -kerning first=1140 second=43 amount=-2 -kerning first=382 second=1026 amount=-2 -kerning first=49 second=8230 amount=-3 -kerning first=1187 second=1178 amount=1 -kerning first=174 second=1255 amount=-2 -kerning first=186 second=1236 amount=-5 -kerning first=1271 second=183 amount=-1 -kerning first=1126 second=213 amount=-2 -kerning first=910 second=1258 amount=-3 -kerning first=223 second=1111 amount=2 -kerning first=355 second=1025 amount=1 -kerning first=1061 second=1077 amount=-2 -kerning first=46 second=182 amount=-3 -kerning first=1252 second=298 amount=2 -kerning first=932 second=214 amount=-2 -kerning first=89 second=192 amount=-5 -kerning first=1188 second=1100 amount=-4 -kerning first=55 second=57 amount=-1 -kerning first=309 second=1140 amount=2 -kerning first=84 second=1185 amount=-2 -kerning first=283 second=1141 amount=-1 -kerning first=118 second=261 amount=-1 -kerning first=256 second=1259 amount=-1 -kerning first=1138 second=1046 amount=-2 -kerning first=310 second=101 amount=-3 -kerning first=246 second=1026 amount=-3 -kerning first=929 second=1072 amount=-1 -kerning first=116 second=222 amount=1 -kerning first=46 second=939 amount=-4 -kerning first=65 second=71 amount=-2 -kerning first=354 second=45 amount=-3 -kerning first=1016 second=198 amount=-2 -kerning first=913 second=1263 amount=-4 -kerning first=957 second=257 amount=-1 -kerning first=1090 second=1196 amount=-2 -kerning first=1234 second=8373 amount=-2 -kerning first=288 second=1198 amount=-2 -kerning first=1126 second=118 amount=-4 -kerning first=1143 second=902 amount=-4 -kerning first=1201 second=940 amount=-1 -kerning first=1119 second=372 amount=-3 -kerning first=1167 second=957 amount=-1 -kerning first=961 second=89 amount=-7 -kerning first=1102 second=1118 amount=-1 -kerning first=957 second=1153 amount=-1 -kerning first=89 second=232 amount=-6 -kerning first=315 second=213 amount=-2 -kerning first=248 second=41 amount=-1 -kerning first=1126 second=1201 amount=-4 -kerning first=8249 second=196 amount=-2 -kerning first=259 second=1140 amount=-3 -kerning first=1163 second=104 amount=1 -kerning first=112 second=1046 amount=-2 -kerning first=932 second=1199 amount=-4 -kerning first=247 second=1198 amount=-3 -kerning first=95 second=112 amount=3 -kerning first=358 second=1111 amount=6 -kerning first=1118 second=259 amount=-1 -kerning first=1141 second=1058 amount=-2 -kerning first=1091 second=358 amount=-2 -kerning first=348 second=194 amount=-1 -kerning first=197 second=1256 amount=-2 -kerning first=1222 second=932 amount=-2 -kerning first=114 second=100 amount=-1 -kerning first=1257 second=1093 amount=-1 -kerning first=1140 second=1236 amount=-5 -kerning first=1196 second=341 amount=-4 -kerning first=1198 second=289 amount=-6 -kerning first=1278 second=966 amount=-2 -kerning first=1188 second=115 amount=-5 -kerning first=1043 second=244 amount=-5 -kerning first=268 second=95 amount=-3 -kerning first=8230 second=1090 amount=-5 -kerning first=196 second=355 amount=-2 -kerning first=258 second=214 amount=-2 -kerning first=197 second=1200 amount=-5 -kerning first=1274 second=1082 amount=-4 -kerning first=1060 second=372 amount=-1 -kerning first=1277 second=1193 amount=-1 -kerning first=102 second=1139 amount=-1 -kerning first=1034 second=1118 amount=-1 -kerning first=124 second=1031 amount=2 -kerning first=1202 second=183 amount=-4 -kerning first=89 second=1084 amount=-3 -kerning first=315 second=118 amount=-4 -kerning first=195 second=1138 amount=-2 -kerning first=1194 second=239 amount=2 -kerning first=913 second=265 amount=-1 -kerning first=1085 second=1198 amount=-6 -kerning first=1233 second=1204 amount=-3 -kerning first=341 second=377 amount=-2 -kerning first=1242 second=1040 amount=-2 -kerning first=8370 second=195 amount=-1 -kerning first=110 second=358 amount=-3 -kerning first=1054 second=1026 amount=-2 -kerning first=315 second=1201 amount=-4 -kerning first=1189 second=103 amount=-1 -kerning first=953 second=60 amount=-3 -kerning first=339 second=1196 amount=-3 -kerning first=286 second=88 amount=-1 -kerning first=88 second=275 amount=-2 -kerning first=374 second=1040 amount=-5 -kerning first=1263 second=1108 amount=-1 -kerning first=75 second=1111 amount=5 -kerning first=1184 second=210 amount=-2 -kerning first=1012 second=8220 amount=-2 -kerning first=248 second=1091 amount=-1 -kerning first=1043 second=8222 amount=-8 -kerning first=8221 second=191 amount=-4 -kerning first=1163 second=317 amount=1 -kerning first=1090 second=271 amount=-1 -kerning first=1203 second=354 amount=-3 -kerning first=932 second=957 amount=-4 -kerning first=86 second=198 amount=-5 -kerning first=358 second=332 amount=-2 -kerning first=102 second=247 amount=-1 -kerning first=104 second=933 amount=-6 -kerning first=1200 second=8230 amount=-4 -kerning first=1270 second=1143 amount=-4 -kerning first=1265 second=8244 amount=2 -kerning first=194 second=8225 amount=-5 -kerning first=1050 second=79 amount=-2 -kerning first=187 second=1059 amount=-6 -kerning first=1170 second=369 amount=-5 -kerning first=258 second=1199 amount=-4 -kerning first=1097 second=1223 amount=1 -kerning first=8224 second=269 amount=-2 -kerning first=372 second=256 amount=-4 -kerning first=1263 second=1032 amount=-4 -kerning first=240 second=253 amount=-1 -kerning first=380 second=246 amount=-1 -kerning first=910 second=1080 amount=-3 -kerning first=1081 second=372 amount=-3 -kerning first=1269 second=89 amount=-6 -kerning first=281 second=1196 amount=-3 -kerning first=319 second=933 amount=-2 -kerning first=1265 second=84 amount=-2 -kerning first=116 second=1030 amount=1 -kerning first=221 second=1081 amount=-3 -kerning first=301 second=925 amount=3 -kerning first=271 second=309 amount=2 -kerning first=195 second=287 amount=-1 -kerning first=1187 second=1045 amount=1 -kerning first=1104 second=1118 amount=-1 -kerning first=95 second=1026 amount=-4 -kerning first=1276 second=966 amount=-2 -kerning first=310 second=174 amount=-1 -kerning first=297 second=1180 amount=3 -kerning first=359 second=172 amount=-1 -kerning first=1270 second=284 amount=-2 -kerning first=372 second=281 amount=-4 -kerning first=1234 second=1153 amount=-1 -kerning first=75 second=332 amount=-2 -kerning first=939 second=1054 amount=-3 -kerning first=265 second=939 amount=-4 -kerning first=239 second=124 amount=3 -kerning first=1197 second=101 amount=-1 -kerning first=247 second=1175 amount=-1 -kerning first=95 second=67 amount=-3 -kerning first=981 second=1140 amount=-4 -kerning first=1058 second=1263 amount=-4 -kerning first=1036 second=111 amount=-3 -kerning first=1075 second=233 amount=-1 -kerning first=183 second=1204 amount=-3 -kerning first=354 second=1082 amount=-4 -kerning first=1168 second=216 amount=-2 -kerning first=972 second=92 amount=-4 -kerning first=1199 second=242 amount=-1 -kerning first=1167 second=354 amount=-3 -kerning first=1094 second=1188 amount=1 -kerning first=258 second=957 amount=-4 -kerning first=913 second=1139 amount=-1 -kerning first=1098 second=1026 amount=-7 -kerning first=86 second=8353 amount=-2 -kerning first=221 second=71 amount=-3 -kerning first=377 second=266 amount=-2 -kerning first=8218 second=1095 amount=-2 -kerning first=356 second=47 amount=-5 -kerning first=1180 second=1017 amount=-2 -kerning first=1075 second=1241 amount=-1 -kerning first=232 second=1198 amount=-7 -kerning first=1059 second=965 amount=-3 -kerning first=1097 second=8220 amount=-3 -kerning first=120 second=173 amount=-1 -kerning first=290 second=358 amount=-2 -kerning first=372 second=1226 amount=-2 -kerning first=922 second=1054 amount=-2 -kerning first=342 second=939 amount=-2 -kerning first=1027 second=1098 amount=-2 -kerning first=183 second=1232 amount=-2 -kerning first=1139 second=1249 amount=-2 -kerning first=1197 second=1083 amount=-3 -kerning first=1090 second=113 amount=-1 -kerning first=227 second=374 amount=-6 -kerning first=1095 second=86 amount=-3 -kerning first=381 second=908 amount=-2 -kerning first=1184 second=1259 amount=-3 -kerning first=267 second=1090 amount=-1 -kerning first=1011 second=302 amount=2 -kerning first=97 second=1098 amount=-2 -kerning first=1082 second=291 amount=-1 -kerning first=1222 second=1184 amount=1 -kerning first=1230 second=270 amount=1 -kerning first=1035 second=1026 amount=-3 -kerning first=8224 second=1086 amount=-2 -kerning first=1040 second=933 amount=-5 -kerning first=1278 second=1060 amount=-2 -kerning first=299 second=356 amount=6 -kerning first=8221 second=99 amount=-4 -kerning first=910 second=172 amount=-3 -kerning first=350 second=196 amount=-1 -kerning first=55 second=335 amount=-3 -kerning first=330 second=296 amount=2 -kerning first=225 second=8216 amount=-3 -kerning first=118 second=197 amount=-4 -kerning first=1180 second=303 amount=2 -kerning first=43 second=1047 amount=-2 -kerning first=211 second=1217 amount=-2 -kerning first=1026 second=923 amount=-2 -kerning first=1232 second=281 amount=-1 -kerning first=170 second=260 amount=-5 -kerning first=1205 second=1070 amount=1 -kerning first=1265 second=1239 amount=-1 -kerning first=1186 second=1190 amount=1 -kerning first=933 second=214 amount=-3 -kerning first=359 second=68 amount=1 -kerning first=1058 second=265 amount=-5 -kerning first=77 second=938 amount=2 -kerning first=8249 second=89 amount=-4 -kerning first=1167 second=913 amount=-2 -kerning first=234 second=1249 amount=-1 -kerning first=1226 second=905 amount=1 -kerning first=193 second=1257 amount=-1 -kerning first=957 second=194 amount=-4 -kerning first=1126 second=356 amount=-6 -kerning first=1267 second=244 amount=-1 -kerning first=376 second=1138 amount=-3 -kerning first=356 second=382 amount=-3 -kerning first=1201 second=1237 amount=-1 -kerning first=1116 second=269 amount=-1 -kerning first=1189 second=259 amount=-1 -kerning first=1059 second=333 amount=-6 -kerning first=1187 second=358 amount=-2 -kerning first=114 second=1026 amount=-4 -kerning first=92 second=1054 amount=-2 -kerning first=221 second=45 amount=-3 -kerning first=299 second=1168 amount=3 -kerning first=1111 second=1042 amount=3 -kerning first=118 second=275 amount=-1 -kerning first=36 second=260 amount=-1 -kerning first=1178 second=214 amount=-2 -kerning first=361 second=8221 amount=1 -kerning first=1046 second=1012 amount=-2 -kerning first=211 second=192 amount=-2 -kerning first=1170 second=326 amount=-4 -kerning first=1207 second=921 amount=1 -kerning first=913 second=1028 amount=-2 -kerning first=957 second=234 amount=-1 -kerning first=1267 second=8222 amount=-5 -kerning first=84 second=216 amount=-2 -kerning first=959 second=1202 amount=-2 -kerning first=256 second=1193 amount=-1 -kerning first=1059 second=8218 amount=-7 -kerning first=8225 second=231 amount=-2 -kerning first=1141 second=939 amount=-2 -kerning first=957 second=1243 amount=-1 -kerning first=1265 second=74 amount=-4 -kerning first=254 second=121 amount=-1 -kerning first=315 second=356 amount=-6 -kerning first=1111 second=239 amount=3 -kerning first=1251 second=86 amount=-3 -kerning first=194 second=79 amount=-2 -kerning first=196 second=1198 amount=-5 -kerning first=345 second=1207 amount=-1 -kerning first=1118 second=273 amount=-1 -kerning first=1276 second=1060 amount=-2 -kerning first=376 second=287 amount=-6 -kerning first=1171 second=291 amount=-1 -kerning first=297 second=116 amount=3 -kerning first=192 second=103 amount=-1 -kerning first=932 second=913 amount=-6 -kerning first=232 second=1175 amount=-1 -kerning first=1226 second=8244 amount=2 -kerning first=119 second=966 amount=-1 -kerning first=1043 second=349 amount=-5 -kerning first=1057 second=239 amount=2 -kerning first=1178 second=1199 amount=-3 -kerning first=258 second=354 amount=-6 -kerning first=1209 second=1265 amount=-1 -kerning first=1058 second=1139 amount=-5 -kerning first=111 second=1197 amount=-2 -kerning first=8222 second=375 amount=-3 -kerning first=79 second=197 amount=-2 -kerning first=339 second=87 amount=-3 -kerning first=1226 second=84 amount=-2 -kerning first=1257 second=1234 amount=-2 -kerning first=358 second=46 amount=-2 -kerning first=8244 second=249 amount=-3 -kerning first=1169 second=101 amount=-1 -kerning first=65 second=8224 amount=-5 -kerning first=256 second=1109 amount=-1 -kerning first=356 second=1175 amount=-3 -kerning first=1201 second=246 amount=-1 -kerning first=1116 second=1086 amount=-1 -kerning first=161 second=1066 amount=-4 -kerning first=1205 second=924 amount=1 -kerning first=1279 second=932 amount=-3 -kerning first=89 second=212 amount=-3 -kerning first=1186 second=78 amount=1 -kerning first=1128 second=335 amount=-1 -kerning first=1217 second=100 amount=-2 -kerning first=315 second=902 amount=2 -kerning first=966 second=8216 amount=-4 -kerning first=233 second=358 amount=-3 -kerning first=1058 second=247 amount=-3 -kerning first=1018 second=239 amount=5 -kerning first=197 second=1017 amount=-2 -kerning first=281 second=87 amount=-3 -kerning first=334 second=1040 amount=-2 -kerning first=373 second=8363 amount=-1 -kerning first=236 second=372 amount=2 -kerning first=83 second=1232 amount=-1 -kerning first=1178 second=957 amount=-3 -kerning first=76 second=1242 amount=-2 -kerning first=55 second=1104 amount=-3 -kerning first=1243 second=1035 amount=-3 -kerning first=918 second=247 amount=-2 -kerning first=1169 second=1083 amount=-3 -kerning first=932 second=1103 amount=-5 -kerning first=1201 second=8217 amount=2 -kerning first=1016 second=1244 amount=-2 -kerning first=255 second=172 amount=-3 -kerning first=1270 second=1181 amount=-4 -kerning first=326 second=1263 amount=-1 -kerning first=1196 second=1257 amount=-5 -kerning first=1198 second=1196 amount=3 -kerning first=266 second=902 amount=-1 -kerning first=1109 second=1198 amount=-5 -kerning first=1275 second=173 amount=-1 -kerning first=1170 second=260 amount=-6 -kerning first=85 second=8218 amount=-5 -kerning first=112 second=125 amount=-1 -kerning first=1117 second=376 amount=-6 -kerning first=1234 second=234 amount=-1 -kerning first=246 second=1061 amount=-2 -kerning first=8244 second=257 amount=-4 -kerning first=932 second=308 amount=-6 -kerning first=1086 second=84 amount=-3 -kerning first=1059 second=1077 amount=-6 -kerning first=88 second=336 amount=-2 -kerning first=1242 second=47 amount=-3 -kerning first=1234 second=1243 amount=-1 -kerning first=221 second=1082 amount=-3 -kerning first=8244 second=1153 amount=-4 -kerning first=375 second=356 amount=-2 -kerning first=1244 second=927 amount=-2 -kerning first=1058 second=1028 amount=-2 -kerning first=915 second=1277 amount=-3 -kerning first=260 second=333 amount=-1 -kerning first=259 second=1058 amount=-3 -kerning first=1207 second=914 amount=1 -kerning first=1016 second=193 amount=-2 -kerning first=957 second=376 amount=-2 -kerning first=186 second=277 amount=-2 -kerning first=8221 second=198 amount=-9 -kerning first=242 second=375 amount=-1 -kerning first=310 second=1257 amount=-3 -kerning first=381 second=126 amount=-2 -kerning first=918 second=1028 amount=-2 -kerning first=1078 second=289 amount=-1 -kerning first=277 second=84 amount=-3 -kerning first=1277 second=1010 amount=-1 -kerning first=38 second=186 amount=-3 -kerning first=1164 second=1059 amount=-7 -kerning first=1279 second=285 amount=-1 -kerning first=1115 second=376 amount=-6 -kerning first=1242 second=1198 amount=-3 -kerning first=8353 second=1202 amount=-1 -kerning first=295 second=92 amount=-3 -kerning first=195 second=1012 amount=-2 -kerning first=258 second=1103 amount=-1 -kerning first=358 second=103 amount=-5 -kerning first=347 second=1059 amount=-5 -kerning first=244 second=1277 amount=-1 -kerning first=1230 second=919 amount=1 -kerning first=195 second=358 amount=-6 -kerning first=1050 second=1239 amount=-3 -kerning first=211 second=221 amount=-3 -kerning first=1170 second=1090 amount=-2 -kerning first=1094 second=351 amount=-1 -kerning first=114 second=1235 amount=-1 -kerning first=1233 second=1200 amount=-6 -kerning first=1198 second=271 amount=-6 -kerning first=1188 second=959 amount=-5 -kerning first=1211 second=1249 amount=-2 -kerning first=1054 second=1061 amount=-2 -kerning first=236 second=299 amount=3 -kerning first=55 second=353 amount=-3 -kerning first=1143 second=267 amount=-1 -kerning first=959 second=118 amount=-1 -kerning first=1274 second=971 amount=-4 -kerning first=1180 second=244 amount=-3 -kerning first=1088 second=1140 amount=-4 -kerning first=229 second=1185 amount=-2 -kerning first=375 second=902 amount=-4 -kerning first=1259 second=1059 amount=-7 -kerning first=961 second=1046 amount=-2 -kerning first=1279 second=162 amount=-1 -kerning first=933 second=354 amount=3 -kerning first=359 second=1188 amount=1 -kerning first=1184 second=1193 amount=-3 -kerning first=8360 second=358 amount=-5 -kerning first=51 second=8218 amount=-3 -kerning first=260 second=1029 amount=-1 -kerning first=959 second=1201 amount=-1 -kerning first=1100 second=1197 amount=-4 -kerning first=358 second=1249 amount=-2 -kerning first=1118 second=240 amount=-1 -kerning first=8216 second=1236 amount=-6 -kerning first=355 second=1049 amount=1 -kerning first=8218 second=255 amount=-3 -kerning first=321 second=1171 amount=-1 -kerning first=214 second=195 amount=-2 -kerning first=1189 second=273 amount=-1 -kerning first=1215 second=1141 amount=-1 -kerning first=1059 second=351 amount=-4 -kerning first=1228 second=1199 amount=-1 -kerning first=253 second=97 amount=-1 -kerning first=92 second=372 amount=-4 -kerning first=1140 second=277 amount=-4 -kerning first=923 second=932 amount=-6 -kerning first=1202 second=338 amount=-2 -kerning first=1128 second=1104 amount=-1 -kerning first=75 second=103 amount=-3 -kerning first=1188 second=60 amount=-5 -kerning first=245 second=1279 amount=-1 -kerning first=78 second=300 amount=2 -kerning first=193 second=1108 amount=-1 -kerning first=230 second=1141 amount=-1 -kerning first=86 second=193 amount=-5 -kerning first=1108 second=910 amount=-4 -kerning first=1225 second=1229 amount=1 -kerning first=1244 second=269 amount=-2 -kerning first=1122 second=1278 amount=-2 -kerning first=194 second=8244 amount=-7 -kerning first=290 second=237 amount=2 -kerning first=1210 second=1197 amount=-2 -kerning first=935 second=285 amount=-2 -kerning first=239 second=303 amount=6 -kerning first=299 second=917 amount=3 -kerning first=910 second=965 amount=-3 -kerning first=1274 second=337 amount=-5 -kerning first=1277 second=339 amount=-1 -kerning first=1020 second=372 amount=-3 -kerning first=933 second=913 amount=-5 -kerning first=116 second=905 amount=1 -kerning first=922 second=299 amount=5 -kerning first=237 second=86 amount=2 -kerning first=194 second=84 amount=-6 -kerning first=1234 second=376 amount=-5 -kerning first=86 second=233 amount=-4 -kerning first=104 second=1204 amount=-3 -kerning first=333 second=256 amount=-2 -kerning first=981 second=1058 amount=-3 -kerning first=183 second=1200 amount=-3 -kerning first=1168 second=1191 amount=-4 -kerning first=1228 second=957 amount=-1 -kerning first=1098 second=1061 amount=-2 -kerning first=1198 second=113 amount=-6 -kerning first=1263 second=1255 amount=-1 -kerning first=1217 second=67 amount=-2 -kerning first=86 second=1241 amount=-4 -kerning first=81 second=197 amount=-2 -kerning first=935 second=162 amount=-2 -kerning first=239 second=55 amount=6 -kerning first=299 second=318 amount=3 -kerning first=55 second=950 amount=-3 -kerning first=1112 second=295 amount=3 -kerning first=1119 second=1098 amount=-2 -kerning first=115 second=89 amount=-5 -kerning first=98 second=198 amount=-2 -kerning first=89 second=44 amount=-4 -kerning first=199 second=299 amount=2 -kerning first=244 second=933 amount=-7 -kerning first=1058 second=367 amount=-5 -kerning first=915 second=948 amount=-4 -kerning first=8222 second=1066 amount=-6 -kerning first=260 second=1077 amount=-1 -kerning first=354 second=971 amount=-4 -kerning first=1046 second=266 amount=-2 -kerning first=311 second=279 amount=-1 -kerning first=1163 second=172 amount=-1 -kerning first=1197 second=1257 amount=-1 -kerning first=1095 second=8216 amount=-3 -kerning first=71 second=301 amount=2 -kerning first=1278 second=1254 amount=-2 -kerning first=1026 second=1217 amount=-2 -kerning first=239 second=1162 amount=3 -kerning first=910 second=333 amount=-6 -kerning first=8373 second=95 amount=-3 -kerning first=1056 second=1207 amount=-1 -kerning first=102 second=258 amount=-2 -kerning first=343 second=959 amount=-1 -kerning first=1205 second=344 amount=1 -kerning first=1113 second=375 amount=-2 -kerning first=92 second=299 amount=3 -kerning first=923 second=285 amount=-1 -kerning first=1128 second=353 amount=-1 -kerning first=1278 second=1144 amount=-2 -kerning first=243 second=255 amount=-1 -kerning first=1143 second=177 amount=-3 -kerning first=1090 second=248 amount=-1 -kerning first=1203 second=265 amount=-1 -kerning first=8250 second=1199 amount=-2 -kerning first=87 second=1232 amount=-4 -kerning first=358 second=259 amount=-5 -kerning first=1106 second=89 amount=-6 -kerning first=1256 second=198 amount=-2 -kerning first=67 second=913 amount=-1 -kerning first=376 second=1012 amount=-3 -kerning first=74 second=44 amount=-2 -kerning first=1244 second=1086 amount=-2 -kerning first=76 second=86 amount=-5 -kerning first=8244 second=194 amount=-9 -kerning first=933 second=1103 amount=-4 -kerning first=116 second=8244 amount=2 -kerning first=1181 second=356 amount=-4 -kerning first=1167 second=1263 amount=-1 -kerning first=1170 second=946 amount=-4 -kerning first=1016 second=374 amount=-7 -kerning first=1101 second=1277 amount=-1 -kerning first=1122 second=260 amount=-2 -kerning first=376 second=358 amount=3 -kerning first=910 second=8218 amount=-7 -kerning first=212 second=1276 amount=-2 -kerning first=102 second=283 amount=-1 -kerning first=1026 second=192 amount=-2 -kerning first=343 second=60 amount=-3 -kerning first=1235 second=1196 amount=-3 -kerning first=1091 second=245 amount=-1 -kerning first=1265 second=263 amount=-1 -kerning first=923 second=162 amount=-1 -kerning first=933 second=308 amount=-2 -kerning first=116 second=84 amount=-2 -kerning first=8217 second=1033 amount=-3 -kerning first=301 second=381 amount=6 -kerning first=1241 second=196 amount=-2 -kerning first=194 second=1239 amount=-1 -kerning first=354 second=337 amount=-5 -kerning first=1187 second=1048 amount=1 -kerning first=1080 second=1199 amount=-1 -kerning first=121 second=354 amount=-2 -kerning first=95 second=1119 amount=3 -kerning first=1271 second=95 amount=-3 -kerning first=355 second=294 amount=1 -kerning first=8244 second=234 amount=-4 -kerning first=197 second=244 amount=-1 -kerning first=256 second=1010 amount=-1 -kerning first=1270 second=213 amount=-2 -kerning first=1033 second=1277 amount=-1 -kerning first=1040 second=1204 amount=-6 -kerning first=1196 second=1108 amount=-5 -kerning first=8217 second=923 amount=-9 -kerning first=111 second=253 amount=-1 -kerning first=99 second=1035 amount=-5 -kerning first=1027 second=972 amount=-5 -kerning first=259 second=939 amount=-6 -kerning first=1163 second=68 amount=1 -kerning first=8244 second=1243 amount=-4 -kerning first=1081 second=1098 amount=-2 -kerning first=84 second=1191 amount=-4 -kerning first=261 second=932 amount=-3 -kerning first=8250 second=957 amount=-2 -kerning first=94 second=198 amount=-6 -kerning first=45 second=86 amount=-2 -kerning first=1276 second=1254 amount=-2 -kerning first=76 second=262 amount=-2 -kerning first=321 second=1091 amount=-4 -kerning first=1251 second=8216 amount=-3 -kerning first=260 second=351 amount=-1 -kerning first=1226 second=314 amount=1 -kerning first=1207 second=72 amount=1 -kerning first=169 second=256 amount=-2 -kerning first=1196 second=1032 amount=-6 -kerning first=1198 second=268 amount=-3 -kerning first=973 second=1026 amount=-3 -kerning first=1126 second=1265 amount=-4 -kerning first=920 second=194 amount=-2 -kerning first=1276 second=1144 amount=-2 -kerning first=242 second=1066 amount=-3 -kerning first=8244 second=1085 amount=-1 -kerning first=959 second=356 amount=-3 -kerning first=1274 second=1105 amount=-5 -kerning first=932 second=1263 amount=-4 -kerning first=1189 second=240 amount=-1 -kerning first=334 second=47 amount=-3 -kerning first=1071 second=207 amount=2 -kerning first=1270 second=118 amount=-4 -kerning first=944 second=8220 amount=-3 -kerning first=939 second=1020 amount=-3 -kerning first=1122 second=1090 amount=-2 -kerning first=1228 second=354 amount=-3 -kerning first=63 second=1232 amount=-4 -kerning first=210 second=932 amount=-2 -kerning first=1080 second=957 amount=-1 -kerning first=1203 second=1139 amount=-1 -kerning first=121 second=913 amount=-4 -kerning first=174 second=933 amount=-1 -kerning first=1234 second=334 amount=-2 -kerning first=1118 second=230 amount=-1 -kerning first=170 second=966 amount=-2 -kerning first=1270 second=1201 amount=-4 -kerning first=310 second=1108 amount=-3 -kerning first=1010 second=1185 amount=-1 -kerning first=65 second=337 amount=-1 -kerning first=192 second=273 amount=-1 -kerning first=1075 second=46 amount=-6 -kerning first=1102 second=256 amount=-2 -kerning first=335 second=194 amount=-2 -kerning first=1188 second=361 amount=-5 -kerning first=8221 second=241 amount=-1 -kerning first=1185 second=335 amount=-1 -kerning first=334 second=1198 amount=-3 -kerning first=1077 second=1277 amount=-1 -kerning first=1058 second=324 amount=-4 -kerning first=315 second=1265 amount=-4 -kerning first=304 second=938 amount=2 -kerning first=187 second=372 amount=-4 -kerning first=1066 second=198 amount=-2 -kerning first=913 second=283 amount=-1 -kerning first=1203 second=247 amount=-1 -kerning first=227 second=1249 amount=-2 -kerning first=341 second=257 amount=-1 -kerning first=1101 second=933 amount=-7 -kerning first=1234 second=373 amount=-4 -kerning first=1126 second=267 amount=-1 -kerning first=239 second=1225 amount=3 -kerning first=376 second=1169 amount=-3 -kerning first=910 second=1077 amount=-6 -kerning first=1171 second=1076 amount=-3 -kerning first=238 second=1140 amount=2 -kerning first=1058 second=1271 amount=-4 -kerning first=959 second=902 amount=-2 -kerning first=256 second=339 amount=-1 -kerning first=356 second=963 amount=-5 -kerning first=932 second=265 amount=-5 -kerning first=311 second=1195 amount=-1 -kerning first=216 second=92 amount=-2 -kerning first=1034 second=256 amount=-2 -kerning first=1226 second=1120 amount=1 -kerning first=255 second=333 amount=-1 -kerning first=253 second=1089 amount=-1 -kerning first=341 second=1153 amount=-1 -kerning first=1198 second=52 amount=-4 -kerning first=1258 second=1066 amount=-2 -kerning first=195 second=266 amount=-2 -kerning first=258 second=1263 amount=-4 -kerning first=1273 second=933 amount=-6 -kerning first=1169 second=1257 amount=-1 -kerning first=1078 second=1196 amount=-3 -kerning first=1114 second=255 amount=-2 -kerning first=1225 second=342 amount=1 -kerning first=359 second=351 amount=-1 -kerning first=1170 second=120 amount=-3 -kerning first=1033 second=933 amount=-7 -kerning first=245 second=186 amount=-2 -kerning first=193 second=908 amount=-2 -kerning first=1029 second=301 amount=3 -kerning first=208 second=197 amount=-2 -kerning first=1207 second=1058 amount=-2 -kerning first=255 second=8218 amount=-5 -kerning first=1191 second=1035 amount=-7 -kerning first=981 second=939 amount=-7 -kerning first=8217 second=181 amount=-3 -kerning first=1122 second=170 amount=-2 -kerning first=354 second=1105 amount=-5 -kerning first=332 second=88 amount=-2 -kerning first=121 second=308 amount=-4 -kerning first=1068 second=255 amount=-1 -kerning first=86 second=1111 amount=5 -kerning first=45 second=50 amount=-2 -kerning first=376 second=1088 amount=-3 -kerning first=297 second=254 amount=3 -kerning first=8250 second=354 amount=-8 -kerning first=356 second=243 amount=-5 -kerning first=1050 second=1118 amount=-3 -kerning first=1238 second=299 amount=5 -kerning first=957 second=8230 amount=-2 -kerning first=8224 second=1092 amount=-2 -kerning first=1040 second=357 amount=-2 -kerning first=372 second=289 amount=-4 -kerning first=221 second=971 amount=-3 -kerning first=1043 second=1069 amount=-2 -kerning first=313 second=1140 amount=-5 -kerning first=204 second=301 amount=5 -kerning first=365 second=910 amount=-4 -kerning first=196 second=963 amount=-1 -kerning first=258 second=265 amount=-1 -kerning first=1100 second=253 amount=-2 -kerning first=1026 second=221 amount=-7 -kerning first=961 second=125 amount=-1 -kerning first=246 second=121 amount=-1 -kerning first=915 second=968 amount=-8 -kerning first=1241 second=89 amount=-7 -kerning first=1075 second=103 amount=-1 -kerning first=1168 second=927 amount=-2 -kerning first=1084 second=1267 amount=-1 -kerning first=1012 second=923 amount=-2 -kerning first=1188 second=290 amount=-2 -kerning first=122 second=972 amount=-1 -kerning first=8221 second=193 amount=-9 -kerning first=910 second=351 amount=-4 -kerning first=1080 second=354 amount=-3 -kerning first=1078 second=271 amount=-1 -kerning first=932 second=1139 amount=-5 -kerning first=1086 second=1118 amount=-1 -kerning first=211 second=44 amount=-3 -kerning first=1077 second=933 amount=-7 -kerning first=1113 second=1066 amount=-7 -kerning first=1200 second=199 amount=-3 -kerning first=253 second=1145 amount=-1 -kerning first=89 second=225 amount=-6 -kerning first=1058 second=258 amount=-6 -kerning first=1184 second=1010 amount=-3 -kerning first=259 second=967 amount=-1 -kerning first=213 second=1202 amount=-2 -kerning first=1197 second=1108 amount=-1 -kerning first=1210 second=253 amount=-1 -kerning first=1088 second=1058 amount=-3 -kerning first=345 second=1035 amount=-4 -kerning first=86 second=332 amount=-2 -kerning first=358 second=273 amount=-5 -kerning first=971 second=8217 amount=1 -kerning first=8217 second=1116 amount=-1 -kerning first=65 second=1105 amount=-1 -kerning first=8250 second=913 amount=-2 -kerning first=271 second=1196 amount=3 -kerning first=1222 second=330 amount=1 -kerning first=1168 second=1267 amount=-4 -kerning first=1046 second=245 amount=-2 -kerning first=1050 second=263 amount=-3 -kerning first=1170 second=966 amount=-5 -kerning first=1235 second=87 amount=-3 -kerning first=120 second=84 amount=-3 -kerning first=913 second=176 amount=-6 -kerning first=173 second=1140 amount=-2 -kerning first=240 second=1185 amount=-2 -kerning first=221 second=337 amount=-6 -kerning first=1126 second=177 amount=-3 -kerning first=920 second=376 amount=-3 -kerning first=8221 second=233 amount=-4 -kerning first=196 second=243 amount=-1 -kerning first=1185 second=1104 amount=-1 -kerning first=228 second=89 amount=-6 -kerning first=277 second=1118 amount=-1 -kerning first=1274 second=951 amount=-4 -kerning first=43 second=1026 amount=-3 -kerning first=932 second=247 amount=-3 -kerning first=1232 second=289 amount=-1 -kerning first=955 second=964 amount=-6 -kerning first=165 second=1110 amount=2 -kerning first=92 second=34 amount=-5 -kerning first=929 second=1234 amount=-5 -kerning first=337 second=196 amount=-2 -kerning first=1058 second=283 amount=-5 -kerning first=357 second=8216 amount=-3 -kerning first=8221 second=1241 amount=-4 -kerning first=336 second=358 amount=-2 -kerning first=269 second=932 amount=-5 -kerning first=297 second=49 amount=3 -kerning first=192 second=240 amount=-1 -kerning first=197 second=349 amount=-1 -kerning first=256 second=239 amount=3 -kerning first=1230 second=320 amount=1 -kerning first=1189 second=230 amount=-1 -kerning first=902 second=275 amount=-1 -kerning first=1205 second=201 amount=1 -kerning first=255 second=1077 amount=-1 -kerning first=1186 second=274 amount=1 -kerning first=8353 second=902 amount=-1 -kerning first=75 second=273 amount=-3 -kerning first=335 second=376 amount=-7 -kerning first=1043 second=8373 amount=-2 -kerning first=8221 second=1230 amount=-1 -kerning first=1163 second=1188 amount=1 -kerning first=196 second=8221 amount=-7 -kerning first=258 second=1139 amount=-1 -kerning first=1069 second=194 amount=-2 -kerning first=70 second=945 amount=-3 -kerning first=375 second=267 amount=-1 -kerning first=376 second=266 amount=-3 -kerning first=353 second=356 amount=-5 -kerning first=1058 second=1087 amount=-4 -kerning first=183 second=55 amount=-2 -kerning first=1168 second=269 amount=-5 -kerning first=1083 second=8220 amount=-3 -kerning first=314 second=95 amount=2 -kerning first=1117 second=1141 amount=-1 -kerning first=1196 second=908 amount=-2 -kerning first=1125 second=376 amount=-4 -kerning first=104 second=1200 amount=-6 -kerning first=98 second=1244 amount=-2 -kerning first=84 second=927 amount=-2 -kerning first=1078 second=113 amount=-1 -kerning first=1220 second=86 amount=-4 -kerning first=235 second=1267 amount=-1 -kerning first=1116 second=1092 amount=-1 -kerning first=932 second=1028 amount=-2 -kerning first=1072 second=84 amount=-3 -kerning first=8225 second=279 amount=-2 -kerning first=255 second=1113 amount=-3 -kerning first=1184 second=339 amount=-3 -kerning first=8217 second=110 amount=-1 -kerning first=301 second=302 amount=3 -kerning first=1111 second=107 amount=3 -kerning first=1199 second=923 amount=-4 -kerning first=1179 second=1089 amount=-1 -kerning first=341 second=194 amount=-3 -kerning first=95 second=121 amount=-5 -kerning first=319 second=1200 amount=-2 -kerning first=87 second=1256 amount=-2 -kerning first=358 second=1167 amount=-4 -kerning first=1166 second=196 amount=-5 -kerning first=376 second=237 amount=-2 -kerning first=1178 second=1263 amount=-3 -kerning first=1094 second=1070 amount=1 -kerning first=1097 second=295 amount=1 -kerning first=120 second=1239 amount=-1 -kerning first=1270 second=902 amount=-6 -kerning first=1198 second=248 amount=-6 -kerning first=1043 second=249 amount=-5 -kerning first=1027 second=224 amount=-5 -kerning first=1256 second=1244 amount=-2 -kerning first=299 second=1211 amount=3 -kerning first=193 second=1255 amount=-1 -kerning first=84 second=1267 amount=-4 -kerning first=1115 second=1141 amount=-1 -kerning first=98 second=193 amount=-2 -kerning first=1195 second=1059 amount=-4 -kerning first=310 second=908 amount=-2 -kerning first=374 second=963 amount=-6 -kerning first=981 second=967 amount=-1 -kerning first=933 second=265 amount=-6 -kerning first=116 second=314 amount=1 -kerning first=342 second=92 amount=-1 -kerning first=1075 second=259 amount=-1 -kerning first=194 second=1118 amount=-4 -kerning first=354 second=951 amount=-4 -kerning first=1199 second=295 amount=3 -kerning first=1074 second=358 amount=-5 -kerning first=341 second=234 amount=-1 -kerning first=1098 second=121 amount=-2 -kerning first=240 second=1276 amount=-2 -kerning first=1188 second=196 amount=-6 -kerning first=1118 second=1095 amount=-1 -kerning first=76 second=8216 amount=-5 -kerning first=55 second=1236 amount=-7 -kerning first=216 second=95 amount=-3 -kerning first=341 second=1243 amount=-1 -kerning first=915 second=1232 amount=-6 -kerning first=1122 second=120 amount=-1 -kerning first=1124 second=194 amount=-1 -kerning first=8244 second=1273 amount=-1 -kerning first=906 second=300 amount=2 -kerning first=1041 second=297 amount=2 -kerning first=258 second=1028 amount=-2 -kerning first=1271 second=335 amount=-1 -kerning first=1256 second=193 amount=-2 -kerning first=1225 second=376 amount=-1 -kerning first=1178 second=265 amount=-3 -kerning first=244 second=1204 amount=-3 -kerning first=101 second=1026 amount=-3 -kerning first=1168 second=1086 amount=-5 -kerning first=1226 second=1190 amount=1 -kerning first=1170 second=1060 amount=-2 -kerning first=1207 second=939 amount=-1 -kerning first=1035 second=121 amount=-1 -kerning first=1040 second=1256 amount=-2 -kerning first=71 second=1099 amount=2 -kerning first=162 second=932 amount=-5 -kerning first=221 second=1105 amount=-6 -kerning first=1188 second=235 amount=-5 -kerning first=1043 second=257 amount=-5 -kerning first=299 second=323 amount=3 -kerning first=84 second=269 amount=-5 -kerning first=1169 second=1108 amount=-1 -kerning first=65 second=1171 amount=-2 -kerning first=1274 second=1091 amount=-4 -kerning first=1201 second=171 amount=-3 -kerning first=1145 second=1207 amount=-1 -kerning first=1270 second=1173 amount=-4 -kerning first=1279 second=940 amount=-1 -kerning first=1040 second=1200 amount=-5 -kerning first=1140 second=58 amount=-4 -kerning first=374 second=243 amount=-6 -kerning first=244 second=1232 amount=-2 -kerning first=352 second=913 amount=-1 -kerning first=1043 second=1153 amount=-5 -kerning first=73 second=299 amount=5 -kerning first=8221 second=1125 amount=-1 -kerning first=195 second=245 amount=-1 -kerning first=194 second=263 amount=-1 -kerning first=1179 second=1145 amount=-1 -kerning first=358 second=240 amount=-5 -kerning first=375 second=177 amount=-3 -kerning first=45 second=8216 amount=-2 -kerning first=945 second=47 amount=-2 -kerning first=1061 second=275 amount=-2 -kerning first=116 second=1120 amount=1 -kerning first=356 second=347 amount=-5 -kerning first=114 second=121 amount=1 -kerning first=1164 second=372 amount=-3 -kerning first=176 second=338 amount=-1 -kerning first=8217 second=192 amount=-9 -kerning first=1107 second=945 amount=-1 -kerning first=924 second=207 amount=2 -kerning first=1275 second=84 amount=-2 -kerning first=330 second=1111 amount=5 -kerning first=959 second=93 amount=-1 -kerning first=94 second=193 amount=-6 -kerning first=1209 second=1090 amount=-2 -kerning first=345 second=228 amount=-1 -kerning first=1103 second=376 amount=-6 -kerning first=1020 second=1098 amount=-2 -kerning first=347 second=372 amount=-2 -kerning first=1225 second=200 amount=1 -kerning first=88 second=1242 amount=-2 -kerning first=337 second=89 amount=-7 -kerning first=933 second=1139 amount=-6 -kerning first=1027 second=1117 amount=-4 -kerning first=1094 second=924 amount=1 -kerning first=943 second=172 amount=-2 -kerning first=284 second=105 amount=2 -kerning first=1234 second=1141 amount=-4 -kerning first=86 second=46 amount=-6 -kerning first=324 second=910 amount=-6 -kerning first=186 second=285 amount=-2 -kerning first=239 second=377 amount=6 -kerning first=355 second=322 amount=1 -kerning first=317 second=43 amount=-3 -kerning first=1143 second=260 amount=-4 -kerning first=363 second=1035 amount=-3 -kerning first=903 second=52 amount=-4 -kerning first=1274 second=231 amount=-5 -kerning first=932 second=367 amount=-5 -kerning first=1222 second=8217 amount=2 -kerning first=1088 second=939 amount=-7 -kerning first=1259 second=372 amount=-3 -kerning first=1066 second=1244 amount=-2 -kerning first=1202 second=335 amount=-2 -kerning first=89 second=100 amount=-6 -kerning first=75 second=240 amount=-3 -kerning first=1184 second=239 amount=5 -kerning first=8217 second=232 amount=-4 -kerning first=335 second=373 amount=-1 -kerning first=1194 second=1234 amount=-1 -kerning first=1069 second=376 amount=-3 -kerning first=8225 second=1195 amount=-2 -kerning first=80 second=1232 amount=-5 -kerning first=242 second=65 amount=-2 -kerning first=1178 second=1139 amount=-3 -kerning first=933 second=247 amount=-3 -kerning first=1181 second=267 amount=-1 -kerning first=1230 second=304 amount=1 -kerning first=343 second=196 amount=-3 -kerning first=1193 second=1059 amount=-7 -kerning first=1196 second=1255 amount=-5 -kerning first=186 second=162 amount=-2 -kerning first=935 second=940 amount=-2 -kerning first=1188 second=343 amount=-4 -kerning first=1027 second=81 amount=-2 -kerning first=196 second=347 amount=-1 -kerning first=84 second=1086 amount=-5 -kerning first=959 second=1265 amount=-1 -kerning first=254 second=8224 amount=-2 -kerning first=914 second=239 amount=2 -kerning first=8217 second=1084 amount=-1 -kerning first=354 second=1091 amount=-4 -kerning first=1226 second=78 amount=1 -kerning first=1228 second=1263 amount=-1 -kerning first=1066 second=193 amount=-2 -kerning first=121 second=265 amount=-1 -kerning first=1234 second=116 amount=-2 -kerning first=87 second=114 amount=-2 -kerning first=935 second=264 amount=-2 -kerning first=1178 second=247 amount=-4 -kerning first=90 second=8353 amount=-2 -kerning first=1036 second=1143 amount=-3 -kerning first=1059 second=250 amount=-3 -kerning first=343 second=235 amount=-1 -kerning first=1016 second=1249 amount=-2 -kerning first=253 second=1233 amount=-1 -kerning first=1140 second=285 amount=-4 -kerning first=254 second=88 amount=-2 -kerning first=908 second=910 amount=-3 -kerning first=1196 second=126 amount=-3 -kerning first=1198 second=1100 amount=-3 -kerning first=34 second=1040 amount=-5 -kerning first=1188 second=169 amount=-2 -kerning first=1275 second=1239 amount=-1 -kerning first=225 second=1143 amount=-1 -kerning first=95 second=364 amount=-3 -kerning first=174 second=1232 amount=-5 -kerning first=1271 second=1104 amount=-1 -kerning first=110 second=375 amount=-1 -kerning first=98 second=374 amount=-7 -kerning first=378 second=232 amount=-1 -kerning first=310 second=1255 amount=-3 -kerning first=317 second=1236 amount=2 -kerning first=933 second=1028 amount=-3 -kerning first=1105 second=376 amount=-7 -kerning first=1101 second=1204 amount=-3 -kerning first=1278 second=242 amount=-2 -kerning first=1258 second=65 amount=-2 -kerning first=1027 second=195 amount=-6 -kerning first=1225 second=1124 amount=1 -kerning first=297 second=1036 amount=3 -kerning first=8244 second=8230 amount=-8 -kerning first=107 second=45 amount=-2 -kerning first=1189 second=1095 amount=-1 -kerning first=1140 second=162 amount=-4 -kerning first=923 second=940 amount=-1 -kerning first=89 second=112 amount=-3 -kerning first=1012 second=1217 amount=-2 -kerning first=1036 second=284 amount=-2 -kerning first=301 second=1018 amount=3 -kerning first=313 second=1058 amount=-6 -kerning first=271 second=238 amount=3 -kerning first=354 second=231 amount=-5 -kerning first=1163 second=351 amount=-1 -kerning first=1243 second=1199 amount=-1 -kerning first=1273 second=1204 amount=-3 -kerning first=112 second=1203 amount=-1 -kerning first=1101 second=1232 amount=-2 -kerning first=86 second=103 amount=-4 -kerning first=1267 second=257 amount=-1 -kerning first=1232 second=1196 amount=-6 -kerning first=1256 second=374 amount=-3 -kerning first=376 second=245 amount=-6 -kerning first=268 second=1236 amount=-1 -kerning first=1244 second=1092 amount=-2 -kerning first=310 second=126 amount=-4 -kerning first=1178 second=1028 amount=-2 -kerning first=46 second=57 amount=-1 -kerning first=65 second=1091 amount=-4 -kerning first=1059 second=261 amount=-6 -kerning first=1050 second=365 amount=-2 -kerning first=316 second=301 amount=5 -kerning first=902 second=336 amount=-2 -kerning first=1033 second=1204 amount=-3 -kerning first=8224 second=981 amount=-2 -kerning first=923 second=264 amount=-2 -kerning first=372 second=271 amount=-4 -kerning first=1198 second=115 amount=-4 -kerning first=221 second=951 amount=-3 -kerning first=1267 second=1153 amount=-1 -kerning first=256 second=1057 amount=-2 -kerning first=1180 second=1069 amount=-2 -kerning first=70 second=111 amount=-3 -kerning first=1120 second=299 amount=5 -kerning first=1075 second=273 amount=-1 -kerning first=311 second=287 amount=-1 -kerning first=1170 second=226 amount=-5 -kerning first=1033 second=1232 amount=-2 -kerning first=42 second=65 amount=-6 -kerning first=121 second=1139 amount=-1 -kerning first=1012 second=192 amount=-2 -kerning first=349 second=86 amount=-3 -kerning first=1043 second=194 amount=-6 -kerning first=8250 second=1263 amount=-2 -kerning first=932 second=324 amount=-4 -kerning first=1230 second=1172 amount=1 -kerning first=1265 second=256 amount=-4 -kerning first=1202 second=1104 amount=-2 -kerning first=173 second=1058 amount=-3 -kerning first=920 second=8230 amount=-3 -kerning first=213 second=356 amount=-2 -kerning first=1243 second=957 amount=-1 -kerning first=1090 second=959 amount=-1 -kerning first=1203 second=283 amount=-1 -kerning first=43 second=1061 amount=-4 -kerning first=932 second=1271 amount=-4 -kerning first=87 second=1017 amount=-2 -kerning first=358 second=230 amount=-5 -kerning first=1276 second=242 amount=-2 -kerning first=245 second=1040 amount=-2 -kerning first=293 second=8220 amount=-3 -kerning first=359 second=1070 amount=1 -kerning first=65 second=231 amount=-1 -kerning first=192 second=346 amount=-1 -kerning first=1241 second=1046 amount=-2 -kerning first=1230 second=66 amount=1 -kerning first=1168 second=371 amount=-5 -kerning first=1097 second=82 amount=1 -kerning first=1263 second=933 amount=-2 -kerning first=1043 second=234 amount=-5 -kerning first=242 second=174 amount=-1 -kerning first=1080 second=1263 amount=-1 -kerning first=1138 second=910 amount=-3 -kerning first=1088 second=967 amount=-1 -kerning first=38 second=1198 amount=-5 -kerning first=1077 second=1204 amount=-3 -kerning first=102 second=291 amount=-1 -kerning first=1232 second=271 amount=-1 -kerning first=1207 second=1216 amount=1 -kerning first=1205 second=1219 amount=1 -kerning first=1265 second=281 amount=-1 -kerning first=176 second=95 amount=-4 -kerning first=89 second=1026 amount=3 -kerning first=374 second=347 amount=-4 -kerning first=1186 second=1039 amount=1 -kerning first=966 second=1143 amount=-1 -kerning first=270 second=1066 amount=-2 -kerning first=1043 second=1243 amount=-5 -kerning first=299 second=1043 amount=3 -kerning first=1167 second=258 amount=-2 -kerning first=177 second=375 amount=-3 -kerning first=242 second=935 amount=-2 -kerning first=355 second=205 amount=1 -kerning first=1059 second=331 amount=-3 -kerning first=372 second=113 amount=-4 -kerning first=89 second=67 amount=-3 -kerning first=1043 second=1085 amount=-4 -kerning first=1027 second=345 amount=-4 -kerning first=44 second=356 amount=-2 -kerning first=213 second=902 amount=-2 -kerning first=1220 second=8216 amount=-4 -kerning first=112 second=910 amount=-7 -kerning first=1197 second=1255 amount=-1 -kerning first=1180 second=8373 amount=-2 -kerning first=126 second=1277 amount=-1 -kerning first=1232 second=1275 amount=-2 -kerning first=1141 second=95 amount=-5 -kerning first=253 second=1058 amount=-2 -kerning first=1200 second=1207 amount=-6 -kerning first=291 second=358 amount=-3 -kerning first=310 second=305 amount=2 -kerning first=933 second=367 amount=-3 -kerning first=116 second=1190 amount=1 -kerning first=1168 second=227 amount=-5 -kerning first=1094 second=344 amount=1 -kerning first=1066 second=374 amount=-7 -kerning first=913 second=1059 amount=-5 -kerning first=1040 second=1017 amount=-2 -kerning first=341 second=373 amount=1 -kerning first=241 second=255 amount=-1 -kerning first=1254 second=1040 amount=-2 -kerning first=1188 second=210 amount=-2 -kerning first=1057 second=1234 amount=-1 -kerning first=380 second=8363 amount=-1 -kerning first=8244 second=1141 amount=1 -kerning first=266 second=1278 amount=-1 -kerning first=1078 second=248 amount=-1 -kerning first=1116 second=981 amount=-1 -kerning first=1239 second=89 amount=-7 -kerning first=1071 second=1031 amount=2 -kerning first=1270 second=1265 amount=-4 -kerning first=1279 second=246 amount=-1 -kerning first=88 second=945 amount=-2 -kerning first=915 second=1256 amount=-2 -kerning first=931 second=172 amount=-2 -kerning first=1111 second=104 amount=3 -kerning first=1199 second=192 amount=-4 -kerning first=1197 second=126 amount=-1 -kerning first=86 second=259 amount=-4 -kerning first=1056 second=228 amount=-1 -kerning first=1178 second=367 amount=-2 -kerning first=1061 second=336 amount=-2 -kerning first=950 second=912 amount=-2 -kerning first=356 second=99 amount=-5 -kerning first=932 second=258 amount=-6 -kerning first=1230 second=1052 amount=1 -kerning first=1045 second=239 amount=5 -kerning first=120 second=263 amount=-1 -kerning first=88 second=262 amount=-2 -kerning first=1258 second=935 amount=-2 -kerning first=8370 second=1140 amount=-1 -kerning first=1107 second=111 amount=-1 -kerning first=250 second=376 amount=-4 -kerning first=84 second=371 amount=-5 -kerning first=1180 second=249 amount=-2 -kerning first=1072 second=1118 amount=-1 -kerning first=288 second=198 amount=-1 -kerning first=1232 second=113 amount=-1 -kerning first=1091 second=1066 amount=-2 -kerning first=359 second=924 amount=1 -kerning first=1153 second=374 amount=-4 -kerning first=1199 second=232 amount=-1 -kerning first=1170 second=1254 amount=-2 -kerning first=913 second=291 amount=-1 -kerning first=8224 second=1040 amount=-5 -kerning first=376 second=1097 amount=-3 -kerning first=244 second=1200 amount=-7 -kerning first=8244 second=116 amount=1 -kerning first=1243 second=354 amount=-3 -kerning first=197 second=1069 amount=-2 -kerning first=932 second=283 amount=-5 -kerning first=1170 second=1144 amount=-2 -kerning first=1207 second=183 amount=-1 -kerning first=1270 second=267 amount=-5 -kerning first=315 second=260 amount=2 -kerning first=111 second=1185 amount=-2 -kerning first=939 second=972 amount=-6 -kerning first=8221 second=46 amount=-8 -kerning first=1111 second=317 amount=3 -kerning first=309 second=92 amount=2 -kerning first=1185 second=43 amount=-2 -kerning first=1267 second=194 amount=-4 -kerning first=110 second=1066 amount=-3 -kerning first=198 second=297 amount=5 -kerning first=1058 second=59 amount=-2 -kerning first=1184 second=1057 amount=-2 -kerning first=273 second=237 amount=2 -kerning first=1075 second=240 amount=-1 -kerning first=367 second=1059 amount=-4 -kerning first=1168 second=328 amount=-4 -kerning first=1051 second=207 amount=2 -kerning first=1059 second=197 amount=-5 -kerning first=1170 second=380 amount=-3 -kerning first=119 second=242 amount=-1 -kerning first=373 second=269 amount=-1 -kerning first=372 second=268 amount=-2 -kerning first=95 second=1081 amount=3 -kerning first=927 second=1035 amount=-2 -kerning first=1012 second=221 amount=-3 -kerning first=935 second=246 amount=-2 -kerning first=221 second=231 amount=-6 -kerning first=313 second=939 amount=-5 -kerning first=355 second=1068 amount=1 -kerning first=55 second=277 amount=-3 -kerning first=196 second=99 amount=-1 -kerning first=84 second=227 amount=-5 -kerning first=233 second=375 amount=-1 -kerning first=1274 second=363 amount=-5 -kerning first=932 second=1087 amount=-4 -kerning first=126 second=933 amount=-3 -kerning first=229 second=1267 amount=-1 -kerning first=1168 second=1279 amount=-3 -kerning first=1232 second=87 amount=-4 -kerning first=266 second=260 amount=-1 -kerning first=351 second=1140 amount=-3 -kerning first=116 second=78 amount=1 -kerning first=922 second=972 amount=-3 -kerning first=243 second=8225 amount=-2 -kerning first=335 second=1141 amount=-1 -kerning first=1188 second=1259 amount=-5 -kerning first=259 second=92 amount=-3 -kerning first=1180 second=1153 amount=-3 -kerning first=1267 second=234 amount=-1 -kerning first=1225 second=1180 amount=1 -kerning first=263 second=356 amount=-5 -kerning first=929 second=172 amount=-2 -kerning first=1243 second=913 amount=-2 -kerning first=256 second=910 amount=-5 -kerning first=275 second=1277 amount=-1 -kerning first=1059 second=275 amount=-6 -kerning first=1113 second=935 amount=-2 -kerning first=173 second=182 amount=-1 -kerning first=1267 second=1243 amount=-1 -kerning first=258 second=283 amount=-1 -kerning first=1224 second=933 amount=-6 -kerning first=95 second=71 amount=-3 -kerning first=933 second=324 amount=-3 -kerning first=271 second=39 amount=2 -kerning first=1069 second=8230 amount=-3 -kerning first=173 second=939 amount=-3 -kerning first=910 second=250 amount=-3 -kerning first=377 second=288 amount=-2 -kerning first=933 second=1271 amount=-3 -kerning first=1169 second=1255 amount=-1 -kerning first=197 second=8373 amount=-2 -kerning first=1274 second=229 amount=-5 -kerning first=1059 second=1187 amount=-3 -kerning first=1232 second=268 amount=-2 -kerning first=92 second=972 amount=-1 -kerning first=923 second=246 amount=-1 -kerning first=372 second=52 amount=-2 -kerning first=89 second=1235 amount=-6 -kerning first=112 second=1093 amount=-1 -kerning first=235 second=1279 amount=-1 -kerning first=118 second=945 amount=-1 -kerning first=344 second=301 amount=3 -kerning first=337 second=1046 amount=-2 -kerning first=1086 second=256 amount=-2 -kerning first=1050 second=281 amount=-3 -kerning first=1179 second=1058 amount=-4 -kerning first=1170 second=1078 amount=-3 -kerning first=1092 second=1035 amount=-3 -kerning first=1097 second=221 amount=-1 -kerning first=373 second=1086 amount=-1 -kerning first=1095 second=1143 amount=-1 -kerning first=341 second=8230 amount=-4 -kerning first=290 second=1066 amount=-2 -kerning first=174 second=1200 amount=-1 -kerning first=111 second=1276 amount=-2 -kerning first=1126 second=170 amount=-5 -kerning first=1027 second=211 amount=-2 -kerning first=8216 second=1051 amount=-4 -kerning first=8221 second=103 amount=-4 -kerning first=84 second=328 amount=-4 -kerning first=1169 second=126 amount=-1 -kerning first=1145 second=8249 amount=-3 -kerning first=257 second=8220 amount=-3 -kerning first=375 second=260 amount=-4 -kerning first=923 second=8217 amount=-7 -kerning first=1058 second=291 amount=-5 -kerning first=915 second=114 amount=-4 -kerning first=251 second=89 amount=-4 -kerning first=195 second=375 amount=-4 -kerning first=354 second=363 amount=-5 -kerning first=1199 second=221 amount=-2 -kerning first=84 second=1279 amount=-3 -kerning first=177 second=1066 amount=-3 -kerning first=87 second=244 amount=-4 -kerning first=358 second=1095 amount=-5 -kerning first=294 second=8225 amount=3 -kerning first=910 second=261 amount=-6 -kerning first=1201 second=8363 amount=-1 -kerning first=211 second=1026 amount=-2 -kerning first=311 second=358 amount=-4 -kerning first=253 second=939 amount=-2 -kerning first=923 second=352 amount=-1 -kerning first=1101 second=1200 amount=-7 -kerning first=1186 second=1024 amount=1 -kerning first=1128 second=277 amount=-1 -kerning first=1027 second=119 amount=-4 -kerning first=1107 second=1209 amount=-1 -kerning first=947 second=60 amount=-3 -kerning first=333 second=1196 amount=-3 -kerning first=350 second=239 amount=3 -kerning first=972 second=1236 amount=-2 -kerning first=1275 second=263 amount=-1 -kerning first=1049 second=303 amount=2 -kerning first=1143 second=966 amount=-1 -kerning first=1139 second=255 amount=-1 -kerning first=1100 second=1185 amount=-4 -kerning first=343 second=1259 amount=-1 -kerning first=981 second=92 amount=-4 -kerning first=315 second=170 amount=-6 -kerning first=356 second=198 amount=-6 -kerning first=275 second=933 amount=-7 -kerning first=79 second=86 amount=-2 -kerning first=1187 second=1066 amount=-2 -kerning first=1273 second=1200 amount=-6 -kerning first=1117 second=49 amount=-3 -kerning first=87 second=8222 amount=-7 -kerning first=1043 second=334 amount=-2 -kerning first=1256 second=46 amount=-3 -kerning first=299 second=278 amount=3 -kerning first=1060 second=195 amount=-2 -kerning first=226 second=358 amount=-3 -kerning first=902 second=36 amount=-1 -kerning first=8225 second=287 amount=-2 -kerning first=1164 second=1098 amount=-2 -kerning first=1033 second=1200 amount=-7 -kerning first=1195 second=372 amount=-1 -kerning first=374 second=99 amount=-6 -kerning first=933 second=258 amount=-5 -kerning first=357 second=1064 amount=1 -kerning first=361 second=374 amount=-4 -kerning first=354 second=229 amount=-5 -kerning first=234 second=255 amount=-1 -kerning first=258 second=176 amount=-6 -kerning first=71 second=923 amount=-1 -kerning first=1210 second=1185 amount=-2 -kerning first=86 second=273 amount=-4 -kerning first=1114 second=8225 amount=-3 -kerning first=1103 second=1141 amount=-1 -kerning first=36 second=301 amount=3 -kerning first=1267 second=376 amount=-2 -kerning first=1191 second=1199 amount=-2 -kerning first=1244 second=981 amount=-2 -kerning first=58 second=1026 amount=-2 -kerning first=1241 second=125 amount=-1 -kerning first=1251 second=1143 amount=-1 -kerning first=1168 second=1092 amount=-5 -kerning first=1046 second=1066 amount=-3 -kerning first=1040 second=244 amount=-1 -kerning first=908 second=1234 amount=-2 -kerning first=1198 second=959 amount=-6 -kerning first=349 second=8216 amount=-3 -kerning first=1043 second=373 amount=-4 -kerning first=313 second=967 amount=-4 -kerning first=299 second=1011 amount=-4 -kerning first=245 second=1198 amount=-7 -kerning first=283 second=1035 amount=-3 -kerning first=197 second=1153 amount=-1 -kerning first=1259 second=1098 amount=-2 -kerning first=961 second=1203 amount=-1 -kerning first=1115 second=49 amount=-3 -kerning first=933 second=283 amount=-6 -kerning first=359 second=344 amount=1 -kerning first=8217 second=44 amount=-8 -kerning first=8222 second=1044 amount=3 -kerning first=1043 second=1273 amount=-4 -kerning first=1075 second=230 amount=-1 -kerning first=260 second=275 amount=-1 -kerning first=1094 second=201 amount=1 -kerning first=71 second=295 amount=2 -kerning first=1068 second=8225 amount=-2 -kerning first=94 second=46 amount=-9 -kerning first=239 second=1229 amount=3 -kerning first=910 second=331 amount=-3 -kerning first=356 second=8353 amount=-2 -kerning first=114 second=45 amount=-2 -kerning first=88 second=111 amount=-2 -kerning first=1198 second=60 amount=-7 -kerning first=1254 second=47 amount=-3 -kerning first=915 second=1017 amount=-2 -kerning first=181 second=173 amount=-2 -kerning first=309 second=95 amount=3 -kerning first=1234 second=199 amount=-2 -kerning first=1077 second=1200 amount=-7 -kerning first=1191 second=957 amount=-2 -kerning first=67 second=258 amount=-1 -kerning first=1178 second=283 amount=-3 -kerning first=246 second=8224 amount=-2 -kerning first=297 second=98 amount=3 -kerning first=1186 second=1196 amount=-2 -kerning first=933 second=1087 amount=-3 -kerning first=341 second=1141 amount=1 -kerning first=345 second=1199 amount=1 -kerning first=186 second=940 amount=-2 -kerning first=966 second=1202 amount=-2 -kerning first=99 second=354 amount=-5 -kerning first=8221 second=259 amount=-4 -kerning first=204 second=206 amount=2 -kerning first=193 second=933 amount=-5 -kerning first=1255 second=194 amount=-2 -kerning first=233 second=1066 amount=-3 -kerning first=1180 second=234 amount=-3 -kerning first=1100 second=1276 amount=-2 -kerning first=1141 second=335 amount=-1 -kerning first=169 second=1196 amount=-2 -kerning first=326 second=1059 amount=-6 -kerning first=246 second=88 amount=-2 -kerning first=1036 second=213 amount=-2 -kerning first=1254 second=1198 amount=-3 -kerning first=194 second=281 amount=-1 -kerning first=1163 second=1070 amount=1 -kerning first=1226 second=274 amount=1 -kerning first=959 second=1278 amount=-2 -kerning first=913 second=1054 amount=-2 -kerning first=1180 second=1243 amount=-3 -kerning first=95 second=1082 amount=3 -kerning first=1271 second=43 amount=-1 -kerning first=945 second=8221 amount=2 -kerning first=98 second=1249 amount=-2 -kerning first=321 second=1194 amount=-2 -kerning first=192 second=255 amount=-4 -kerning first=1105 second=1141 amount=-1 -kerning first=255 second=261 amount=-1 -kerning first=372 second=248 amount=-4 -kerning first=1196 second=1277 amount=-3 -kerning first=1263 second=1204 amount=-2 -kerning first=270 second=65 amount=-2 -kerning first=1188 second=1193 amount=-5 -kerning first=939 second=224 amount=-6 -kerning first=357 second=321 amount=1 -kerning first=924 second=1031 amount=2 -kerning first=196 second=8353 amount=-2 -kerning first=84 second=1092 amount=-5 -kerning first=1102 second=1196 amount=-3 -kerning first=8373 second=1236 amount=-1 -kerning first=1036 second=118 amount=-3 -kerning first=237 second=8361 amount=2 -kerning first=379 second=173 amount=-2 -kerning first=325 second=95 amount=2 -kerning first=195 second=187 amount=-2 -kerning first=1170 second=301 amount=6 -kerning first=341 second=116 amount=2 -kerning first=284 second=1112 amount=2 -kerning first=1193 second=372 amount=-3 -kerning first=1263 second=1232 amount=-4 -kerning first=1234 second=49 amount=-2 -kerning first=345 second=957 amount=1 -kerning first=288 second=1244 amount=-1 -kerning first=245 second=1175 amount=-1 -kerning first=8218 second=8244 amount=-6 -kerning first=8244 second=1073 amount=-3 -kerning first=1036 second=1201 amount=-3 -kerning first=225 second=118 amount=-1 -kerning first=1274 second=279 amount=-5 -kerning first=1138 second=1234 amount=-2 -kerning first=224 second=1140 amount=-3 -kerning first=961 second=910 amount=-7 -kerning first=1270 second=369 amount=-5 -kerning first=1140 second=940 amount=-4 -kerning first=301 second=202 amount=3 -kerning first=8370 second=1058 amount=-2 -kerning first=1122 second=1078 amount=-1 -kerning first=225 second=1201 amount=-1 -kerning first=1096 second=932 amount=-3 -kerning first=121 second=258 amount=-4 -kerning first=247 second=1244 amount=-4 -kerning first=1034 second=1196 amount=-3 -kerning first=1054 second=88 amount=-2 -kerning first=910 second=197 amount=-5 -kerning first=8218 second=84 amount=-6 -kerning first=90 second=1111 amount=5 -kerning first=1082 second=972 amount=-1 -kerning first=1059 second=336 amount=-3 -kerning first=1140 second=264 amount=-2 -kerning first=221 second=363 amount=-3 -kerning first=1188 second=1109 amount=-5 -kerning first=905 second=299 amount=5 -kerning first=112 second=1234 amount=-2 -kerning first=1274 second=1224 amount=-4 -kerning first=214 second=1140 amount=-2 -kerning first=247 second=936 amount=-3 -kerning first=288 second=193 amount=-1 -kerning first=41 second=8216 amount=-2 -kerning first=1232 second=248 amount=-1 -kerning first=1202 second=43 amount=-4 -kerning first=89 second=1119 amount=-3 -kerning first=8217 second=1213 amount=1 -kerning first=248 second=358 amount=-3 -kerning first=195 second=1066 amount=-6 -kerning first=1242 second=198 amount=-2 -kerning first=121 second=283 amount=-1 -kerning first=86 second=240 amount=-4 -kerning first=87 second=349 amount=-2 -kerning first=358 second=38 amount=-2 -kerning first=333 second=87 amount=-3 -kerning first=910 second=275 amount=-6 -kerning first=1029 second=923 amount=-1 -kerning first=959 second=260 amount=-2 -kerning first=107 second=337 amount=-1 -kerning first=1145 second=228 amount=-1 -kerning first=1222 second=1065 amount=1 -kerning first=1087 second=376 amount=-6 -kerning first=1191 second=354 amount=-7 -kerning first=1091 second=65 amount=-4 -kerning first=374 second=198 amount=-5 -kerning first=1012 second=44 amount=-3 -kerning first=81 second=86 amount=-2 -kerning first=1043 second=8230 amount=-2 -kerning first=8360 second=1066 amount=-5 -kerning first=313 second=183 amount=-3 -kerning first=1163 second=924 amount=1 -kerning first=1090 second=235 amount=-1 -kerning first=118 second=111 amount=-1 -kerning first=370 second=46 amount=-2 -kerning first=1232 second=39 amount=-5 -kerning first=170 second=242 amount=-2 -kerning first=1200 second=8249 amount=-6 -kerning first=351 second=1058 amount=-5 -kerning first=90 second=332 amount=-2 -kerning first=939 second=1117 amount=-3 -kerning first=101 second=121 amount=-1 -kerning first=261 second=1197 amount=-2 -kerning first=1098 second=8224 amount=-3 -kerning first=1104 second=1196 amount=-3 -kerning first=240 second=1267 amount=-1 -kerning first=221 second=229 amount=-6 -kerning first=1223 second=303 amount=2 -kerning first=1126 second=966 amount=-1 -kerning first=222 second=84 amount=-4 -kerning first=1211 second=255 amount=-1 -kerning first=910 second=1187 amount=-3 -kerning first=1243 second=1263 amount=-1 -kerning first=1269 second=910 amount=-6 -kerning first=343 second=1193 amount=-1 -kerning first=1141 second=1104 amount=-1 -kerning first=1091 second=101 amount=-1 -kerning first=1058 second=1054 amount=-2 -kerning first=354 second=279 amount=-5 -kerning first=1090 second=1222 amount=-3 -kerning first=1098 second=88 amount=-2 -kerning first=358 second=255 amount=-4 -kerning first=297 second=1035 amount=6 -kerning first=1171 second=972 amount=-1 -kerning first=929 second=8218 amount=-9 -kerning first=337 second=125 amount=-1 -kerning first=8353 second=1278 amount=-1 -kerning first=918 second=1054 amount=-2 -kerning first=197 second=234 amount=-1 -kerning first=356 second=241 amount=-4 -kerning first=1066 second=1249 amount=-2 -kerning first=1040 second=349 amount=-1 -kerning first=1198 second=361 amount=-3 -kerning first=1217 second=71 amount=-2 -kerning first=243 second=84 amount=-3 -kerning first=966 second=118 amount=-1 -kerning first=939 second=81 amount=-3 -kerning first=1017 second=1040 amount=-1 -kerning first=959 second=1090 amount=-2 -kerning first=1255 second=376 amount=-7 -kerning first=197 second=1243 amount=-1 -kerning first=126 second=1204 amount=-3 -kerning first=1088 second=92 amount=-4 -kerning first=345 second=354 amount=-4 -kerning first=902 second=1242 amount=-2 -kerning first=1200 second=1035 amount=3 -kerning first=1091 second=1083 amount=-3 -kerning first=374 second=8353 amount=-3 -kerning first=915 second=964 amount=-7 -kerning first=1058 second=378 amount=-3 -kerning first=966 second=1201 amount=-1 -kerning first=354 second=1224 amount=-4 -kerning first=1046 second=288 amount=-2 -kerning first=366 second=47 amount=-4 -kerning first=239 second=342 amount=3 -kerning first=376 second=187 amount=-4 -kerning first=1270 second=326 amount=-4 -kerning first=372 second=1100 amount=-2 -kerning first=922 second=81 amount=-2 -kerning first=75 second=255 amount=-3 -kerning first=8217 second=225 amount=-4 -kerning first=270 second=935 amount=-2 -kerning first=279 second=376 amount=-7 -kerning first=1224 second=1204 amount=-3 -kerning first=1203 second=291 amount=-1 -kerning first=1274 second=1195 amount=-5 -kerning first=1026 second=1026 amount=-3 -kerning first=381 second=1256 amount=-2 -kerning first=65 second=279 amount=-1 -kerning first=8250 second=258 amount=-2 -kerning first=1075 second=1095 amount=-1 -kerning first=1230 second=203 amount=1 -kerning first=1153 second=1249 amount=-1 -kerning first=1199 second=44 amount=-2 -kerning first=1167 second=1059 amount=-7 -kerning first=255 second=197 amount=-4 -kerning first=169 second=87 amount=-1 -kerning first=939 second=195 amount=-5 -kerning first=8221 second=273 amount=-4 -kerning first=76 second=1143 amount=-4 -kerning first=330 second=938 amount=2 -kerning first=1143 second=226 amount=-1 -kerning first=1185 second=277 amount=-1 -kerning first=1180 second=307 amount=2 -kerning first=932 second=59 amount=-2 -kerning first=345 second=913 amount=-3 -kerning first=211 second=1061 amount=-2 -kerning first=102 second=299 amount=7 -kerning first=961 second=1093 amount=-1 -kerning first=1265 second=289 amount=-1 -kerning first=254 second=41 amount=-1 -kerning first=359 second=201 amount=1 -kerning first=1217 second=45 amount=-4 -kerning first=915 second=244 amount=-5 -kerning first=260 second=336 amount=-2 -kerning first=8249 second=910 amount=-4 -kerning first=1187 second=929 amount=1 -kerning first=913 second=372 amount=-4 -kerning first=290 second=65 amount=-1 -kerning first=376 second=1066 amount=3 -kerning first=225 second=356 amount=-3 -kerning first=107 second=1105 amount=-1 -kerning first=79 second=8216 amount=-2 -kerning first=1102 second=87 amount=-3 -kerning first=255 second=275 amount=-1 -kerning first=92 second=81 amount=-2 -kerning first=1140 second=1237 amount=-4 -kerning first=71 second=1217 amount=-1 -kerning first=372 second=115 amount=-2 -kerning first=8353 second=260 amount=-1 -kerning first=1043 second=1141 amount=-4 -kerning first=357 second=1166 amount=1 -kerning first=1111 second=68 amount=3 -kerning first=55 second=58 amount=-2 -kerning first=959 second=170 amount=-2 -kerning first=177 second=65 amount=-3 -kerning first=912 second=247 amount=-2 -kerning first=288 second=374 amount=-2 -kerning first=76 second=284 amount=-2 -kerning first=915 second=8222 amount=-8 -kerning first=321 second=1138 amount=-2 -kerning first=356 second=193 amount=-6 -kerning first=1170 second=242 amount=-5 -kerning first=42 second=1032 amount=-6 -kerning first=1198 second=290 amount=-3 -kerning first=186 second=246 amount=-2 -kerning first=1126 second=1060 amount=-2 -kerning first=1267 second=8230 amount=-2 -kerning first=8370 second=939 amount=-2 -kerning first=222 second=74 amount=-3 -kerning first=1078 second=959 amount=-1 -kerning first=1180 second=334 amount=-2 -kerning first=322 second=239 amount=5 -kerning first=247 second=374 amount=-3 -kerning first=1034 second=87 amount=-3 -kerning first=1093 second=8249 amount=-2 -kerning first=254 second=1091 amount=-1 -kerning first=923 second=253 amount=-4 -kerning first=199 second=195 amount=-1 -kerning first=116 second=274 amount=1 -kerning first=382 second=337 amount=-1 -kerning first=301 second=1053 amount=3 -kerning first=118 second=1209 amount=-1 -kerning first=71 second=192 amount=-1 -kerning first=1234 second=348 amount=-1 -kerning first=86 second=230 amount=-4 -kerning first=375 second=966 amount=-1 -kerning first=110 second=174 amount=-1 -kerning first=82 second=1140 amount=-1 -kerning first=327 second=301 amount=5 -kerning first=197 second=376 amount=-5 -kerning first=356 second=233 amount=-5 -kerning first=275 second=1204 amount=-3 -kerning first=1168 second=981 amount=-5 -kerning first=354 second=1195 amount=-5 -kerning first=1094 second=1219 amount=1 -kerning first=120 second=281 amount=-1 -kerning first=1270 second=260 amount=-6 -kerning first=957 second=1207 amount=-1 -kerning first=944 second=221 amount=-4 -kerning first=1278 second=8370 amount=-2 -kerning first=1027 second=97 amount=-5 -kerning first=8221 second=1167 amount=-1 -kerning first=1061 second=1242 amount=-2 -kerning first=249 second=1196 amount=-3 -kerning first=1085 second=374 amount=-6 -kerning first=208 second=86 amount=-2 -kerning first=356 second=1241 amount=-5 -kerning first=1180 second=373 amount=-4 -kerning first=345 second=308 amount=-4 -kerning first=1114 second=84 amount=-7 -kerning first=1232 second=115 amount=-1 -kerning first=1279 second=171 amount=-2 -kerning first=1186 second=52 amount=-1 -kerning first=315 second=1060 amount=-2 -kerning first=339 second=89 amount=-7 -kerning first=913 second=299 amount=3 -kerning first=360 second=44 amount=-2 -kerning first=203 second=301 amount=5 -kerning first=356 second=1230 amount=-4 -kerning first=932 second=291 amount=-5 -kerning first=1020 second=195 amount=-2 -kerning first=1093 second=1035 amount=-3 -kerning first=1140 second=246 amount=-4 -kerning first=351 second=939 amount=-5 -kerning first=1186 second=1037 amount=1 -kerning first=939 second=345 amount=-3 -kerning first=195 second=288 amount=-2 -kerning first=269 second=1197 amount=-1 -kerning first=1163 second=344 amount=1 -kerning first=1162 second=239 amount=5 -kerning first=258 second=1059 amount=-5 -kerning first=1255 second=373 amount=-1 -kerning first=1030 second=303 amount=2 -kerning first=1274 second=1194 amount=-2 -kerning first=1104 second=87 amount=-3 -kerning first=1068 second=84 amount=-3 -kerning first=288 second=1111 amount=2 -kerning first=305 second=309 amount=3 -kerning first=307 second=372 amount=2 -kerning first=281 second=89 amount=-7 -kerning first=1046 second=101 amount=-2 -kerning first=1051 second=1031 amount=2 -kerning first=334 second=198 amount=-2 -kerning first=316 second=206 amount=2 -kerning first=1226 second=1039 amount=1 -kerning first=221 second=279 amount=-6 -kerning first=966 second=356 amount=-3 -kerning first=1188 second=1010 amount=-5 -kerning first=80 second=8222 amount=-9 -kerning first=299 second=76 amount=3 -kerning first=55 second=285 amount=-3 -kerning first=196 second=233 amount=-1 -kerning first=171 second=197 amount=-2 -kerning first=117 second=1198 amount=-4 -kerning first=65 second=1195 amount=-1 -kerning first=1189 second=173 amount=-1 -kerning first=1270 second=1090 amount=-2 -kerning first=1200 second=228 amount=-6 -kerning first=374 second=241 amount=-3 -kerning first=1263 second=1200 amount=-2 -kerning first=301 second=932 amount=6 -kerning first=352 second=258 amount=-1 -kerning first=196 second=1241 amount=-1 -kerning first=227 second=255 amount=-1 -kerning first=1095 second=118 amount=-1 -kerning first=284 second=1040 amount=-1 -kerning first=95 second=971 amount=3 -kerning first=174 second=244 amount=-2 -kerning first=1213 second=1140 amount=-3 -kerning first=1276 second=8370 amount=-2 -kerning first=376 second=252 amount=-3 -kerning first=1225 second=254 amount=1 -kerning first=910 second=336 amount=-3 -kerning first=363 second=354 amount=-3 -kerning first=1215 second=1035 amount=-3 -kerning first=902 second=86 amount=-5 -kerning first=1097 second=223 amount=1 -kerning first=373 second=1092 amount=-1 -kerning first=1095 second=1201 amount=-1 -kerning first=1128 second=932 amount=-6 -kerning first=935 second=171 amount=-3 -kerning first=221 second=1224 amount=-3 -kerning first=100 second=296 amount=2 -kerning first=8221 second=240 amount=-4 -kerning first=299 second=359 amount=3 -kerning first=55 second=162 amount=-3 -kerning first=193 second=1204 amount=-6 -kerning first=258 second=291 amount=-1 -kerning first=84 second=981 amount=-5 -kerning first=224 second=1058 amount=-3 -kerning first=230 second=1035 amount=-3 -kerning first=1195 second=1098 amount=-1 -kerning first=56 second=44 amount=-1 -kerning first=232 second=374 amount=-7 -kerning first=216 second=1236 amount=-2 -kerning first=311 second=245 amount=-1 -kerning first=1179 second=183 amount=-2 -kerning first=290 second=935 amount=-1 -kerning first=1198 second=196 amount=-5 -kerning first=966 second=902 amount=-2 -kerning first=1126 second=359 amount=-2 -kerning first=916 second=39 amount=-6 -kerning first=238 second=92 amount=2 -kerning first=8244 second=958 amount=-4 -kerning first=902 second=945 amount=-1 -kerning first=1242 second=1244 amount=-2 -kerning first=382 second=1105 amount=-1 -kerning first=8217 second=100 amount=-4 -kerning first=379 second=79 amount=-2 -kerning first=177 second=935 amount=-3 -kerning first=261 second=253 amount=-1 -kerning first=214 second=1058 amount=-2 -kerning first=317 second=932 amount=-6 -kerning first=1171 second=224 amount=-1 -kerning first=933 second=59 amount=-4 -kerning first=307 second=299 amount=3 -kerning first=197 second=334 amount=-2 -kerning first=354 second=1194 amount=-2 -kerning first=1050 second=289 amount=-3 -kerning first=902 second=262 amount=-2 -kerning first=1198 second=235 amount=-6 -kerning first=1188 second=339 amount=-5 -kerning first=297 second=1016 amount=3 -kerning first=959 second=120 amount=-1 -kerning first=356 second=1125 amount=-4 -kerning first=923 second=171 amount=-2 -kerning first=162 second=1197 amount=-1 -kerning first=1058 second=299 amount=6 -kerning first=915 second=349 amount=-5 -kerning first=315 second=359 amount=-1 -kerning first=81 second=8216 amount=-2 -kerning first=1251 second=118 amount=-1 -kerning first=1168 second=1040 amount=-6 -kerning first=1199 second=225 amount=-1 -kerning first=1175 second=8249 amount=-2 -kerning first=119 second=923 amount=-4 -kerning first=218 second=95 amount=-3 -kerning first=71 second=221 amount=-2 -kerning first=1242 second=193 amount=-2 -kerning first=70 second=1143 amount=-2 -kerning first=239 second=200 amount=3 -kerning first=48 second=89 amount=-2 -kerning first=8218 second=1118 amount=-3 -kerning first=1029 second=192 amount=-1 -kerning first=918 second=299 amount=5 -kerning first=197 second=373 amount=-4 -kerning first=925 second=300 amount=2 -kerning first=1181 second=966 amount=-1 -kerning first=1251 second=1201 amount=-1 -kerning first=961 second=1234 amount=-2 -kerning first=343 second=1010 amount=-1 -kerning first=374 second=193 amount=-5 -kerning first=1128 second=285 amount=-1 -kerning first=313 second=92 amount=-5 -kerning first=8221 second=48 amount=-3 -kerning first=1111 second=1188 amount=3 -kerning first=1275 second=281 amount=-1 -kerning first=336 second=1066 amount=-2 -kerning first=1271 second=277 amount=-1 -kerning first=1232 second=63 amount=-4 -kerning first=376 second=288 amount=-3 -kerning first=378 second=100 amount=-1 -kerning first=1056 second=913 amount=-5 -kerning first=381 second=1017 amount=-2 -kerning first=1207 second=925 amount=1 -kerning first=1090 second=1259 amount=-1 -kerning first=313 second=338 amount=-2 -kerning first=239 second=307 amount=6 -kerning first=299 second=1238 amount=3 -kerning first=1052 second=299 amount=5 -kerning first=196 second=374 amount=-5 -kerning first=106 second=86 amount=2 -kerning first=65 second=1194 amount=-2 -kerning first=1191 second=1263 amount=-2 -kerning first=1270 second=946 amount=-4 -kerning first=374 second=233 amount=-6 -kerning first=1128 second=162 amount=-1 -kerning first=8217 second=112 amount=-1 -kerning first=301 second=1184 amount=3 -kerning first=221 second=1195 amount=-6 -kerning first=1122 second=8220 amount=-4 -kerning first=195 second=101 amount=-1 -kerning first=187 second=195 amount=-2 -kerning first=252 second=358 amount=-3 -kerning first=1175 second=1035 amount=-3 -kerning first=1083 second=221 amount=-6 -kerning first=1220 second=1143 amount=-1 -kerning first=126 second=1200 amount=-3 -kerning first=965 second=932 amount=-3 -kerning first=1103 second=49 amount=-3 -kerning first=1091 second=1257 amount=-1 -kerning first=1265 second=1196 amount=-2 -kerning first=1176 second=44 amount=-1 -kerning first=297 second=915 amount=3 -kerning first=374 second=1241 amount=-6 -kerning first=256 second=1258 amount=-2 -kerning first=356 second=1111 amount=6 -kerning first=114 second=337 amount=-1 -kerning first=213 second=1278 amount=-2 -kerning first=8224 second=963 amount=-2 -kerning first=1193 second=1098 amount=-1 -kerning first=1198 second=343 amount=-3 -kerning first=173 second=92 amount=-2 -kerning first=939 second=211 amount=-3 -kerning first=1027 second=1089 amount=-5 -kerning first=1043 second=122 amount=-3 -kerning first=193 second=357 amount=-2 -kerning first=1112 second=297 amount=3 -kerning first=233 second=174 amount=-1 -kerning first=1277 second=172 amount=-1 -kerning first=1205 second=8216 amount=-3 -kerning first=115 second=910 amount=-5 -kerning first=374 second=1230 amount=-3 -kerning first=933 second=291 amount=-6 -kerning first=1224 second=1200 amount=-6 -kerning first=71 second=1110 amount=2 -kerning first=1196 second=1232 amount=-6 -kerning first=86 second=1095 amount=-4 -kerning first=87 second=1069 amount=-2 -kerning first=1026 second=1061 amount=-2 -kerning first=1061 second=945 amount=-2 -kerning first=76 second=42 amount=-8 -kerning first=84 second=1040 amount=-6 -kerning first=343 second=339 amount=-1 -kerning first=326 second=372 amount=-3 -kerning first=1202 second=277 amount=-2 -kerning first=1198 second=169 amount=-3 -kerning first=922 second=211 amount=-2 -kerning first=243 second=1118 amount=-1 -kerning first=239 second=1124 amount=3 -kerning first=183 second=194 amount=-2 -kerning first=1074 second=1066 amount=-5 -kerning first=181 second=8244 amount=1 -kerning first=1095 second=356 amount=-3 -kerning first=345 second=1263 amount=1 -kerning first=1106 second=910 amount=-6 -kerning first=1056 second=308 amount=-6 -kerning first=1061 second=262 amount=-2 -kerning first=1178 second=291 amount=-3 -kerning first=359 second=1219 amount=1 -kerning first=356 second=332 amount=-2 -kerning first=260 second=36 amount=-1 -kerning first=913 second=34 amount=-5 -kerning first=109 second=932 amount=-3 -kerning first=8224 second=243 amount=-2 -kerning first=358 second=1251 amount=-4 -kerning first=1188 second=239 amount=6 -kerning first=1109 second=374 amount=-5 -kerning first=8221 second=230 amount=-4 -kerning first=181 second=84 amount=-3 -kerning first=196 second=1111 amount=3 -kerning first=1274 second=1138 amount=-2 -kerning first=1087 second=1141 amount=-1 -kerning first=1092 second=1199 amount=-1 -kerning first=1265 second=271 amount=-1 -kerning first=922 second=119 amount=-4 -kerning first=321 second=1012 amount=-2 -kerning first=194 second=289 amount=-1 -kerning first=1226 second=1024 amount=1 -kerning first=174 second=349 amount=-1 -kerning first=1126 second=1254 amount=-2 -kerning first=262 second=1202 amount=-1 -kerning first=231 second=1058 amount=-5 -kerning first=321 second=358 amount=-6 -kerning first=107 second=231 amount=-1 -kerning first=932 second=1054 amount=-2 -kerning first=224 second=939 amount=-6 -kerning first=92 second=211 amount=-2 -kerning first=1040 second=1069 amount=-2 -kerning first=372 second=959 amount=-4 -kerning first=111 second=1267 amount=-1 -kerning first=1126 second=1144 amount=-2 -kerning first=1027 second=1145 amount=-5 -kerning first=1163 second=201 amount=1 -kerning first=213 second=260 amount=-2 -kerning first=1180 second=1141 amount=-3 -kerning first=1063 second=301 amount=5 -kerning first=345 second=265 amount=-1 -kerning first=375 second=226 amount=-1 -kerning first=45 second=1202 amount=-4 -kerning first=1200 second=1179 amount=-3 -kerning first=376 second=65 amount=-5 -kerning first=116 second=1039 amount=1 -kerning first=1058 second=1020 amount=-4 -kerning first=1036 second=1265 amount=-3 -kerning first=276 second=297 amount=5 -kerning first=195 second=174 amount=-5 -kerning first=1242 second=374 amount=-3 -kerning first=121 second=1059 amount=-2 -kerning first=1278 second=232 amount=-2 -kerning first=87 second=8373 amount=-2 -kerning first=380 second=269 amount=-1 -kerning first=968 second=8220 amount=-4 -kerning first=238 second=95 amount=3 -kerning first=8244 second=1207 amount=-4 -kerning first=68 second=358 amount=-2 -kerning first=196 second=332 amount=-2 -kerning first=225 second=1265 amount=-1 -kerning first=1274 second=287 amount=-5 -kerning first=214 second=939 amount=-3 -kerning first=932 second=378 amount=-3 -kerning first=1116 second=963 amount=-1 -kerning first=275 second=1200 amount=-7 -kerning first=1092 second=957 amount=-1 -kerning first=1270 second=120 amount=-3 -kerning first=92 second=119 amount=-4 -kerning first=372 second=60 amount=-5 -kerning first=240 second=1279 amount=-1 -kerning first=315 second=1254 amount=-2 -kerning first=221 second=1194 amount=-3 -kerning first=8360 second=174 amount=-1 -kerning first=1251 second=356 amount=-3 -kerning first=8249 second=1234 amount=-2 -kerning first=1255 second=1141 amount=-1 -kerning first=1139 second=8225 amount=-2 -kerning first=208 second=8216 amount=-2 -kerning first=1233 second=376 amount=-6 -kerning first=358 second=109 amount=-4 -kerning first=376 second=101 amount=-6 -kerning first=378 second=1026 amount=-2 -kerning first=374 second=1125 amount=-3 -kerning first=315 second=1144 amount=-2 -kerning first=1241 second=1203 amount=-1 -kerning first=1230 second=1178 amount=1 -kerning first=114 second=1105 amount=-1 -kerning first=176 second=1236 amount=-6 -kerning first=1049 second=298 amount=2 -kerning first=258 second=1054 amount=-2 -kerning first=1143 second=301 amount=3 -kerning first=334 second=1244 amount=-2 -kerning first=1059 second=1242 amount=-3 -kerning first=1232 second=959 amount=-1 -kerning first=1020 second=119 amount=-1 -kerning first=1265 second=113 amount=-1 -kerning first=1036 second=267 amount=-3 -kerning first=354 second=1138 amount=-2 -kerning first=1199 second=100 amount=-1 -kerning first=279 second=1141 amount=-1 -kerning first=1228 second=1059 amount=-6 -kerning first=1257 second=197 amount=-2 -kerning first=283 second=1199 amount=-1 -kerning first=121 second=291 amount=-1 -kerning first=927 second=354 amount=-2 -kerning first=358 second=173 amount=-3 -kerning first=935 second=286 amount=-2 -kerning first=122 second=1089 amount=-1 -kerning first=1166 second=1072 amount=-1 -kerning first=1116 second=243 amount=-1 -kerning first=902 second=111 amount=-1 -kerning first=1226 second=1196 amount=-2 -kerning first=1141 second=1236 amount=-4 -kerning first=1040 second=8373 amount=-2 -kerning first=284 second=1198 amount=-2 -kerning first=1184 second=1258 amount=-2 -kerning first=966 second=93 amount=-1 -kerning first=1197 second=1204 amount=-2 -kerning first=345 second=1139 amount=-1 -kerning first=1114 second=1118 amount=-2 -kerning first=1232 second=60 amount=-2 -kerning first=328 second=86 amount=-3 -kerning first=1276 second=232 amount=-2 -kerning first=919 second=300 amount=2 -kerning first=76 second=213 amount=-2 -kerning first=246 second=41 amount=-1 -kerning first=903 second=196 amount=-5 -kerning first=97 second=1140 amount=-3 -kerning first=334 second=193 amount=-2 -kerning first=1198 second=210 amount=-3 -kerning first=1213 second=1058 amount=-3 -kerning first=1188 second=1072 amount=-5 -kerning first=380 second=1086 amount=-1 -kerning first=1225 second=1036 amount=1 -kerning first=83 second=194 amount=-1 -kerning first=193 second=1256 amount=-2 -kerning first=1185 second=932 amount=-4 -kerning first=1046 second=1257 amount=-2 -kerning first=902 second=8216 amount=-8 -kerning first=8225 second=245 amount=-2 -kerning first=1270 second=966 amount=-5 -kerning first=1186 second=115 amount=-1 -kerning first=75 second=173 amount=-4 -kerning first=264 second=95 amount=-3 -kerning first=44 second=1090 amount=-5 -kerning first=183 second=376 amount=-3 -kerning first=354 second=287 amount=-5 -kerning first=193 second=1200 amount=-5 -kerning first=1090 second=1193 amount=-1 -kerning first=283 second=957 amount=-1 -kerning first=1068 second=1118 amount=-1 -kerning first=95 second=951 amount=3 -kerning first=927 second=913 amount=-2 -kerning first=345 second=247 amount=-2 -kerning first=87 second=257 amount=-4 -kerning first=376 second=341 amount=-3 -kerning first=76 second=118 amount=-4 -kerning first=1243 second=258 amount=-2 -kerning first=65 second=1138 amount=-2 -kerning first=59 second=936 amount=-4 -kerning first=1168 second=47 amount=-5 -kerning first=902 second=350 amount=-1 -kerning first=1084 second=1198 amount=-6 -kerning first=373 second=981 amount=-1 -kerning first=1016 second=255 amount=-1 -kerning first=957 second=8249 amount=-3 -kerning first=923 second=286 amount=-2 -kerning first=1012 second=1026 amount=-2 -kerning first=87 second=1153 amount=-4 -kerning first=966 second=1265 amount=-1 -kerning first=76 second=1201 amount=-4 -kerning first=247 second=1249 amount=-1 -kerning first=1086 second=1196 amount=-3 -kerning first=1100 second=1267 amount=-2 -kerning first=1091 second=1108 amount=-1 -kerning first=246 second=1091 amount=-1 -kerning first=1241 second=910 amount=-7 -kerning first=1167 second=372 amount=-3 -kerning first=1092 second=354 amount=-3 -kerning first=1117 second=1035 amount=-3 -kerning first=86 second=38 amount=-3 -kerning first=1118 second=8244 amount=2 -kerning first=1043 second=199 amount=-2 -kerning first=122 second=1145 amount=-1 -kerning first=376 second=174 amount=-1 -kerning first=916 second=63 amount=-4 -kerning first=1078 second=235 amount=-1 -kerning first=192 second=8225 amount=-5 -kerning first=197 second=1141 amount=-4 -kerning first=356 second=46 amount=-2 -kerning first=43 second=88 amount=-4 -kerning first=8250 second=1059 amount=-6 -kerning first=224 second=967 amount=-1 -kerning first=1059 second=1074 amount=-3 -kerning first=1279 second=8363 amount=-1 -kerning first=1091 second=1032 amount=-4 -kerning first=374 second=332 amount=-3 -kerning first=1217 second=337 amount=-2 -kerning first=382 second=231 amount=-1 -kerning first=8217 second=1235 amount=-4 -kerning first=1111 second=379 amount=6 -kerning first=972 second=932 amount=-3 -kerning first=1085 second=1249 amount=-2 -kerning first=277 second=1196 amount=-3 -kerning first=1210 second=1267 amount=-1 -kerning first=1118 second=84 amount=-2 -kerning first=1236 second=1111 amount=5 -kerning first=89 second=1081 amount=-3 -kerning first=1036 second=177 amount=-2 -kerning first=65 second=287 amount=-1 -kerning first=1230 second=1045 amount=1 -kerning first=1168 second=382 amount=-3 -kerning first=1050 second=271 amount=-3 -kerning first=1235 second=89 amount=-6 -kerning first=1164 second=195 amount=-2 -kerning first=957 second=1035 amount=-2 -kerning first=935 second=920 amount=-2 -kerning first=239 second=1180 amount=3 -kerning first=350 second=1234 amount=-1 -kerning first=1080 second=1059 amount=-6 -kerning first=228 second=910 amount=-6 -kerning first=369 second=8216 amount=-3 -kerning first=1185 second=285 amount=-1 -kerning first=114 second=1171 amount=2 -kerning first=253 second=95 amount=-5 -kerning first=170 second=923 amount=-5 -kerning first=1265 second=238 amount=3 -kerning first=1115 second=1035 amount=-3 -kerning first=908 second=8218 amount=-3 -kerning first=1040 second=1153 amount=-1 -kerning first=293 second=221 amount=-6 -kerning first=1198 second=1259 amount=-6 -kerning first=933 second=1054 amount=-3 -kerning first=231 second=939 amount=-4 -kerning first=1092 second=913 amount=-2 -kerning first=119 second=192 amount=-4 -kerning first=241 second=84 amount=-3 -kerning first=358 second=1220 amount=-4 -kerning first=355 second=310 amount=1 -kerning first=1061 second=111 amount=-2 -kerning first=197 second=116 amount=-2 -kerning first=1201 second=269 amount=-1 -kerning first=260 second=1242 amount=-2 -kerning first=1259 second=195 amount=-2 -kerning first=1097 second=1026 amount=-2 -kerning first=343 second=1072 amount=-1 -kerning first=89 second=71 amount=-3 -kerning first=357 second=356 amount=-2 -kerning first=8221 second=1095 amount=-4 -kerning first=84 second=47 amount=-5 -kerning first=1185 second=162 amount=-1 -kerning first=235 second=1198 amount=-7 -kerning first=126 second=55 amount=-2 -kerning first=1209 second=8220 amount=-3 -kerning first=36 second=923 amount=-1 -kerning first=286 second=358 amount=-2 -kerning first=1178 second=1054 amount=-2 -kerning first=82 second=939 amount=-2 -kerning first=1058 second=1098 amount=-2 -kerning first=187 second=119 amount=-2 -kerning first=1199 second=1026 amount=-2 -kerning first=119 second=232 amount=-1 -kerning first=1098 second=41 amount=-2 -kerning first=1196 second=1256 amount=-2 -kerning first=1234 second=8249 amount=-2 -kerning first=935 second=8363 amount=-2 -kerning first=263 second=1090 amount=-1 -kerning first=377 second=908 amount=-2 -kerning first=309 second=302 amount=2 -kerning first=1169 second=1204 amount=-2 -kerning first=1220 second=1202 amount=-2 -kerning first=283 second=354 amount=-3 -kerning first=336 second=65 amount=-2 -kerning first=1277 second=333 amount=-1 -kerning first=215 second=358 amount=-4 -kerning first=1270 second=1060 amount=-2 -kerning first=1200 second=214 amount=-3 -kerning first=291 second=1066 amount=-3 -kerning first=923 second=920 amount=-2 -kerning first=1186 second=108 amount=1 -kerning first=116 second=1024 amount=1 -kerning first=321 second=266 amount=-2 -kerning first=1188 second=1057 amount=-2 -kerning first=346 second=196 amount=-1 -kerning first=357 second=1168 amount=1 -kerning first=95 second=1091 amount=-5 -kerning first=1118 second=1239 amount=-1 -kerning first=1244 second=963 amount=-2 -kerning first=337 second=1203 amount=-1 -kerning first=356 second=103 amount=-5 -kerning first=226 second=375 amount=-1 -kerning first=1145 second=913 amount=-2 -kerning first=232 second=1249 amount=-1 -kerning first=195 second=1257 amount=-1 -kerning first=194 second=1196 amount=-6 -kerning first=1168 second=1175 amount=-3 -kerning first=161 second=933 amount=-4 -kerning first=1050 second=113 amount=-3 -kerning first=334 second=374 amount=-3 -kerning first=1207 second=353 amount=-1 -kerning first=120 second=289 amount=-1 -kerning first=88 second=284 amount=-2 -kerning first=1263 second=244 amount=-1 -kerning first=240 second=186 amount=-2 -kerning first=221 second=1138 amount=-3 -kerning first=1027 second=1233 amount=-5 -kerning first=299 second=301 amount=3 -kerning first=55 second=940 amount=-3 -kerning first=1143 second=242 amount=-1 -kerning first=258 second=372 amount=-4 -kerning first=84 second=382 amount=-3 -kerning first=1230 second=358 amount=-2 -kerning first=310 second=1256 amount=-2 -kerning first=89 second=45 amount=-3 -kerning first=1184 second=172 amount=-4 -kerning first=915 second=1069 amount=-2 -kerning first=108 second=207 amount=2 -kerning first=1199 second=297 amount=3 -kerning first=373 second=1040 amount=-4 -kerning first=1098 second=1091 amount=-2 -kerning first=1278 second=212 amount=-2 -kerning first=1234 second=1035 amount=-6 -kerning first=1223 second=298 amount=2 -kerning first=1126 second=301 amount=3 -kerning first=117 second=8221 amount=1 -kerning first=1274 second=1012 amount=-2 -kerning first=932 second=299 amount=6 -kerning first=356 second=1249 amount=-2 -kerning first=1201 second=1086 amount=-1 -kerning first=1059 second=945 amount=-6 -kerning first=923 second=8363 amount=-1 -kerning first=1263 second=8222 amount=-5 -kerning first=1217 second=1105 amount=-2 -kerning first=179 second=1171 amount=2 -kerning first=1138 second=8218 amount=-3 -kerning first=87 second=194 amount=-4 -kerning first=1213 second=939 amount=-7 -kerning first=1118 second=74 amount=-4 -kerning first=1026 second=121 amount=-1 -kerning first=1244 second=243 amount=-2 -kerning first=76 second=356 amount=-6 -kerning first=1186 second=1134 amount=1 -kerning first=1253 second=86 amount=-3 -kerning first=192 second=79 amount=-2 -kerning first=1241 second=1093 amount=-1 -kerning first=1059 second=262 amount=-3 -kerning first=1035 second=1091 amount=-1 -kerning first=341 second=1207 amount=-1 -kerning first=372 second=290 amount=-2 -kerning first=221 second=287 amount=-6 -kerning first=239 second=116 amount=3 -kerning first=299 second=1250 amount=3 -kerning first=936 second=8250 amount=-1 -kerning first=196 second=103 amount=-1 -kerning first=921 second=299 amount=5 -kerning first=235 second=1175 amount=-1 -kerning first=1145 second=1103 amount=-1 -kerning first=1140 second=171 amount=-4 -kerning first=1055 second=239 amount=5 -kerning first=194 second=271 amount=-1 -kerning first=1163 second=1219 amount=1 -kerning first=1170 second=923 amount=-6 -kerning first=1095 second=1265 amount=-1 -kerning first=87 second=234 amount=-4 -kerning first=116 second=1196 amount=-2 -kerning first=1252 second=207 amount=2 -kerning first=1086 second=87 amount=-3 -kerning first=1145 second=308 amount=-4 -kerning first=1189 second=84 amount=-2 -kerning first=1046 second=1108 amount=-2 -kerning first=114 second=1091 amount=1 -kerning first=1242 second=46 amount=-3 -kerning first=87 second=1243 amount=-4 -kerning first=1188 second=1203 amount=-3 -kerning first=939 second=97 amount=-6 -kerning first=8370 second=92 amount=-1 -kerning first=910 second=1242 amount=-3 -kerning first=258 second=299 amount=3 -kerning first=84 second=1175 amount=-3 -kerning first=70 second=118 amount=-2 -kerning first=1271 second=932 amount=-2 -kerning first=45 second=356 amount=-3 -kerning first=1276 second=212 amount=-2 -kerning first=76 second=902 amount=2 -kerning first=929 second=261 amount=-1 -kerning first=374 second=46 amount=-4 -kerning first=337 second=910 amount=-7 -kerning first=266 second=301 amount=2 -kerning first=1036 second=369 amount=-2 -kerning first=915 second=8373 amount=-2 -kerning first=194 second=1275 amount=-2 -kerning first=1050 second=268 amount=-2 -kerning first=371 second=1058 amount=-3 -kerning first=957 second=228 amount=-1 -kerning first=70 second=1201 amount=-2 -kerning first=87 second=1085 amount=-2 -kerning first=1056 second=247 amount=-2 -kerning first=1229 second=239 amount=5 -kerning first=193 second=1017 amount=-2 -kerning first=277 second=87 amount=-3 -kerning first=212 second=1040 amount=-2 -kerning first=1277 second=1077 amount=-1 -kerning first=1232 second=290 amount=-2 -kerning first=1128 second=940 amount=-1 -kerning first=354 second=1012 amount=-2 -kerning first=63 second=194 amount=-4 -kerning first=262 second=902 amount=-1 -kerning first=356 second=259 amount=-5 -kerning first=1075 second=173 amount=-1 -kerning first=1050 second=238 amount=2 -kerning first=1226 second=52 amount=-1 -kerning first=1170 second=8370 amount=-2 -kerning first=114 second=231 amount=-1 -kerning first=1040 second=234 amount=-1 -kerning first=1196 second=114 amount=-4 -kerning first=1128 second=264 amount=-2 -kerning first=295 second=932 amount=-3 -kerning first=376 second=1257 amount=-6 -kerning first=1139 second=84 amount=-3 -kerning first=1220 second=118 amount=-1 -kerning first=1274 second=1169 amount=-4 -kerning first=336 second=935 amount=-2 -kerning first=1119 second=1140 amount=-3 -kerning first=102 second=972 amount=-1 -kerning first=1265 second=248 amount=-1 -kerning first=1040 second=1243 amount=-1 -kerning first=326 second=1098 amount=-2 -kerning first=89 second=1082 amount=-3 -kerning first=351 second=92 amount=-3 -kerning first=915 second=249 amount=-5 -kerning first=8217 second=1119 amount=-1 -kerning first=301 second=236 amount=6 -kerning first=1251 second=1265 amount=-1 -kerning first=194 second=113 amount=-1 -kerning first=260 second=86 amount=-5 -kerning first=1199 second=1235 amount=-1 -kerning first=1226 second=1037 amount=1 -kerning first=1220 second=1201 amount=-1 -kerning first=328 second=8216 amount=-3 -kerning first=256 second=333 amount=-1 -kerning first=97 second=1058 amount=-3 -kerning first=1189 second=1239 amount=-1 -kerning first=257 second=221 amount=-6 -kerning first=1270 second=226 amount=-5 -kerning first=1198 second=1193 amount=-6 -kerning first=1186 second=204 amount=1 -kerning first=34 second=198 amount=-5 -kerning first=248 second=375 amount=-1 -kerning first=8221 second=38 amount=-4 -kerning first=377 second=126 amount=-2 -kerning first=1275 second=289 amount=-1 -kerning first=234 second=84 amount=-3 -kerning first=1090 second=1010 amount=-1 -kerning first=1060 second=1140 amount=-2 -kerning first=358 second=79 amount=-2 -kerning first=375 second=301 amount=3 -kerning first=1271 second=285 amount=-1 -kerning first=104 second=376 amount=-6 -kerning first=317 second=264 amount=-2 -kerning first=297 second=354 amount=6 -kerning first=327 second=206 amount=2 -kerning first=65 second=1012 amount=-2 -kerning first=260 second=945 amount=-1 -kerning first=311 second=1066 amount=-4 -kerning first=1170 second=181 amount=-5 -kerning first=8224 second=99 amount=-2 -kerning first=372 second=196 amount=-4 -kerning first=121 second=1076 amount=-3 -kerning first=308 second=47 amount=-4 -kerning first=299 second=1223 amount=3 -kerning first=242 second=1277 amount=-1 -kerning first=910 second=1074 amount=-3 -kerning first=55 second=1237 amount=-3 -kerning first=8244 second=8249 amount=-5 -kerning first=65 second=358 amount=-6 -kerning first=1274 second=1088 amount=-4 -kerning first=932 second=1020 amount=-4 -kerning first=319 second=376 amount=-2 -kerning first=343 second=1203 amount=1 -kerning first=1141 second=277 amount=-1 -kerning first=1200 second=354 amount=3 -kerning first=374 second=103 amount=-6 -kerning first=1012 second=1061 amount=-2 -kerning first=915 second=257 amount=-5 -kerning first=301 second=330 amount=3 -kerning first=8222 second=933 amount=-7 -kerning first=194 second=87 amount=-4 -kerning first=260 second=262 amount=-2 -kerning first=1074 second=174 amount=-1 -kerning first=261 second=1185 amount=-2 -kerning first=1231 second=301 amount=5 -kerning first=1213 second=967 amount=-1 -kerning first=1271 second=162 amount=-1 -kerning first=297 second=1041 amount=3 -kerning first=915 second=1153 amount=-5 -kerning first=256 second=1029 amount=-1 -kerning first=226 second=1066 amount=-3 -kerning first=1096 second=1197 amount=-2 -kerning first=372 second=235 amount=-4 -kerning first=1198 second=1109 amount=-4 -kerning first=75 second=79 amount=-2 -kerning first=357 second=917 amount=1 -kerning first=8221 second=255 amount=1 -kerning first=55 second=961 amount=-3 -kerning first=1081 second=1140 amount=-3 -kerning first=959 second=1078 amount=-1 -kerning first=1030 second=298 amount=2 -kerning first=1215 second=1199 amount=-1 -kerning first=1239 second=1203 amount=-1 -kerning first=1186 second=60 amount=-2 -kerning first=111 second=1279 amount=-1 -kerning first=1018 second=300 amount=2 -kerning first=195 second=1108 amount=-1 -kerning first=354 second=1169 amount=-4 -kerning first=913 second=972 amount=-1 -kerning first=1233 second=1141 amount=-1 -kerning first=1196 second=1017 amount=-2 -kerning first=230 second=1199 amount=-1 -kerning first=935 second=216 amount=-2 -kerning first=1126 second=242 amount=-1 -kerning first=222 second=256 amount=-3 -kerning first=8230 second=221 amount=-4 -kerning first=192 second=8244 amount=-7 -kerning first=1180 second=199 amount=-2 -kerning first=1170 second=1116 amount=-4 -kerning first=286 second=237 amount=2 -kerning first=1164 second=119 amount=-1 -kerning first=1200 second=913 amount=-5 -kerning first=253 second=335 amount=-1 -kerning first=1202 second=285 amount=-2 -kerning first=981 second=1236 amount=-2 -kerning first=105 second=303 amount=3 -kerning first=357 second=318 amount=1 -kerning first=1027 second=1094 amount=-4 -kerning first=100 second=1111 amount=5 -kerning first=194 second=268 amount=-2 -kerning first=1078 second=1259 amount=-1 -kerning first=1090 second=339 amount=-1 -kerning first=245 second=198 amount=-2 -kerning first=1225 second=98 amount=1 -kerning first=1178 second=299 amount=5 -kerning first=337 second=1093 amount=-1 -kerning first=192 second=84 amount=-6 -kerning first=1092 second=1263 amount=-1 -kerning first=1040 second=376 amount=-5 -kerning first=243 second=256 amount=-2 -kerning first=1126 second=8220 amount=-8 -kerning first=1122 second=923 amount=-2 -kerning first=55 second=246 amount=-3 -kerning first=1087 second=49 amount=-3 -kerning first=1215 second=957 amount=-1 -kerning first=345 second=258 amount=-3 -kerning first=1259 second=119 amount=-1 -kerning first=1232 second=235 amount=-1 -kerning first=170 second=192 amount=-5 -kerning first=120 second=1196 amount=-3 -kerning first=1205 second=1064 amount=1 -kerning first=1091 second=1255 amount=-1 -kerning first=310 second=1017 amount=-2 -kerning first=1202 second=162 amount=-2 -kerning first=929 second=197 amount=-5 -kerning first=1186 second=1067 amount=1 -kerning first=1241 second=1234 amount=-2 -kerning first=1111 second=1070 amount=3 -kerning first=354 second=1088 amount=-4 -kerning first=230 second=957 amount=-1 -kerning first=358 second=973 amount=-4 -kerning first=80 second=257 amount=-1 -kerning first=67 second=299 amount=2 -kerning first=242 second=933 amount=-7 -kerning first=355 second=921 amount=1 -kerning first=256 second=1077 amount=-1 -kerning first=1274 second=266 amount=-2 -kerning first=1201 second=227 amount=-1 -kerning first=107 second=279 amount=-1 -kerning first=1116 second=99 amount=-1 -kerning first=38 second=936 amount=-5 -kerning first=1059 second=111 amount=-6 -kerning first=1064 second=296 amount=2 -kerning first=1094 second=8216 amount=-3 -kerning first=1270 second=1254 amount=-2 -kerning first=923 second=216 amount=-2 -kerning first=372 second=343 amount=-2 -kerning first=939 second=1089 amount=-6 -kerning first=1043 second=1207 amount=-5 -kerning first=122 second=1058 amount=-2 -kerning first=920 second=1035 amount=-2 -kerning first=371 second=939 amount=-4 -kerning first=345 second=283 amount=-1 -kerning first=36 second=192 amount=-1 -kerning first=124 second=299 amount=5 -kerning first=964 second=962 amount=-3 -kerning first=170 second=232 amount=-2 -kerning first=1270 second=1144 amount=-2 -kerning first=1200 second=1103 amount=-4 -kerning first=310 second=303 amount=2 -kerning first=305 second=87 amount=2 -kerning first=315 second=8220 amount=-5 -kerning first=237 second=93 amount=2 -kerning first=1046 second=908 amount=-2 -kerning first=1170 second=110 amount=-4 -kerning first=1207 second=302 amount=1 -kerning first=241 second=1118 amount=-1 -kerning first=1254 second=198 amount=-2 -kerning first=221 second=1012 amount=-3 -kerning first=910 second=945 amount=-6 -kerning first=1220 second=356 amount=-3 -kerning first=70 second=902 amount=-6 -kerning first=334 second=46 amount=-3 -kerning first=1239 second=910 amount=-7 -kerning first=1113 second=1277 amount=-1 -kerning first=1270 second=380 amount=-3 -kerning first=1200 second=308 amount=-2 -kerning first=372 second=169 amount=-2 -kerning first=374 second=259 amount=-6 -kerning first=1184 second=333 amount=-3 -kerning first=922 second=1089 amount=-3 -kerning first=221 second=358 amount=3 -kerning first=335 second=1035 amount=-3 -kerning first=1228 second=372 amount=-3 -kerning first=258 second=34 amount=-5 -kerning first=210 second=1276 amount=-2 -kerning first=1072 second=1196 amount=-3 -kerning first=87 second=334 amount=-2 -kerning first=174 second=257 amount=-1 -kerning first=1118 second=263 amount=-1 -kerning first=910 second=262 amount=-3 -kerning first=98 second=255 amount=-1 -kerning first=192 second=1239 amount=-1 -kerning first=356 second=273 amount=-5 -kerning first=1230 second=1048 amount=1 -kerning first=1168 second=963 amount=-5 -kerning first=1050 second=248 amount=-3 -kerning first=1167 second=1098 amount=-2 -kerning first=120 second=271 amount=-1 -kerning first=1093 second=354 amount=-3 -kerning first=1140 second=286 amount=-2 -kerning first=1125 second=1035 amount=-5 -kerning first=174 second=1153 amount=-2 -kerning first=1258 second=933 amount=-3 -kerning first=1188 second=1093 amount=-3 -kerning first=380 second=1092 amount=-1 -kerning first=193 second=244 amount=-1 -kerning first=283 second=1263 amount=-1 -kerning first=1058 second=972 amount=-5 -kerning first=267 second=221 amount=-4 -kerning first=915 second=937 amount=-2 -kerning first=966 second=1278 amount=-2 -kerning first=97 second=939 amount=-6 -kerning first=8224 second=198 amount=-5 -kerning first=121 second=299 amount=3 -kerning first=94 second=38 amount=-2 -kerning first=1100 second=1279 amount=-1 -kerning first=1211 second=84 amount=-3 -kerning first=376 second=1108 amount=-6 -kerning first=1220 second=902 amount=-2 -kerning first=1253 second=8216 amount=-3 -kerning first=256 second=351 amount=-1 -kerning first=1145 second=265 amount=-1 -kerning first=161 second=1204 amount=-4 -kerning first=1207 second=43 amount=-1 -kerning first=1205 second=321 amount=1 -kerning first=253 second=1104 amount=-1 -kerning first=92 second=1089 amount=-1 -kerning first=944 second=1026 amount=-3 -kerning first=1186 second=77 amount=1 -kerning first=1128 second=246 amount=-1 -kerning first=1217 second=231 amount=-2 -kerning first=915 second=194 amount=-6 -kerning first=87 second=1273 amount=-2 -kerning first=248 second=1066 amount=-3 -kerning first=939 second=1145 amount=-6 -kerning first=299 second=1099 amount=6 -kerning first=1111 second=924 amount=3 -kerning first=354 second=266 amount=-2 -kerning first=212 second=47 amount=-3 -kerning first=229 second=1198 amount=-6 -kerning first=375 second=242 amount=-1 -kerning first=1232 second=169 amount=-2 -kerning first=964 second=8220 amount=-3 -kerning first=376 second=1032 amount=-2 -kerning first=344 second=221 amount=-2 -kerning first=933 second=1020 amount=-3 -kerning first=116 second=52 amount=-1 -kerning first=197 second=199 amount=-2 -kerning first=1215 second=354 amount=-3 -kerning first=1168 second=243 amount=-5 -kerning first=216 second=932 amount=-2 -kerning first=1040 second=334 amount=-2 -kerning first=1107 second=356 amount=-2 -kerning first=269 second=1185 amount=-1 -kerning first=196 second=273 amount=-1 -kerning first=1243 second=1059 amount=-7 -kerning first=225 second=1090 amount=-2 -kerning first=932 second=1098 amount=-2 -kerning first=224 second=92 amount=-3 -kerning first=230 second=354 amount=-3 -kerning first=102 second=224 amount=-1 -kerning first=902 second=8250 amount=-2 -kerning first=1232 second=89 amount=-5 -kerning first=1270 second=1078 amount=-3 -kerning first=244 second=194 amount=-2 -kerning first=1128 second=8217 amount=-7 -kerning first=116 second=1037 amount=1 -kerning first=922 second=1145 amount=-3 -kerning first=915 second=234 amount=-5 -kerning first=8217 second=121 amount=1 -kerning first=1179 second=335 amount=-1 -kerning first=1170 second=192 amount=-6 -kerning first=1219 second=239 amount=2 -kerning first=212 second=1198 amount=-3 -kerning first=240 second=1040 amount=-2 -kerning first=1225 second=1035 amount=-2 -kerning first=355 second=914 amount=1 -kerning first=76 second=1265 amount=-4 -kerning first=8244 second=228 amount=-4 -kerning first=915 second=1243 amount=-5 -kerning first=8250 second=372 amount=-4 -kerning first=356 second=1167 amount=-4 -kerning first=119 second=44 amount=-5 -kerning first=1113 second=933 amount=-11 -kerning first=120 second=113 amount=-1 -kerning first=1040 second=373 amount=-4 -kerning first=88 second=213 amount=-2 -kerning first=1128 second=352 amount=-1 -kerning first=221 second=1169 amount=-3 -kerning first=236 second=1140 amount=2 -kerning first=84 second=963 amount=-5 -kerning first=1185 second=940 amount=-1 -kerning first=214 second=92 amount=-2 -kerning first=107 second=1195 amount=-1 -kerning first=1068 second=256 amount=-2 -kerning first=915 second=1085 amount=-4 -kerning first=46 second=932 amount=-2 -kerning first=65 second=266 amount=-2 -kerning first=260 second=111 amount=-1 -kerning first=1170 second=232 amount=-5 -kerning first=1275 second=1196 amount=-2 -kerning first=86 second=173 amount=-2 -kerning first=186 second=8363 amount=-2 -kerning first=966 second=260 amount=-2 -kerning first=1267 second=1207 amount=-1 -kerning first=317 second=8217 amount=-3 -kerning first=936 second=916 amount=-4 -kerning first=1080 second=372 amount=-3 -kerning first=197 second=49 amount=-2 -kerning first=1145 second=1139 amount=-1 -kerning first=1059 second=1209 amount=-6 -kerning first=343 second=1093 amount=1 -kerning first=255 second=945 amount=-1 -kerning first=92 second=1145 amount=-1 -kerning first=1140 second=920 amount=-2 -kerning first=382 second=279 amount=-1 -kerning first=1184 second=1077 amount=-3 -kerning first=111 second=186 amount=-2 -kerning first=195 second=908 amount=-2 -kerning first=1194 second=197 amount=-1 -kerning first=1119 second=1058 amount=-3 -kerning first=1103 second=1035 amount=-3 -kerning first=358 second=1239 amount=-5 -kerning first=80 second=194 amount=-5 -kerning first=1171 second=97 amount=-1 -kerning first=297 second=316 amount=3 -kerning first=38 second=374 amount=-5 -kerning first=1046 second=1255 amount=-2 -kerning first=260 second=8216 amount=-8 -kerning first=211 second=88 amount=-2 -kerning first=1187 second=126 amount=-1 -kerning first=1170 second=1084 amount=-4 -kerning first=114 second=229 amount=-1 -kerning first=1066 second=255 amount=-1 -kerning first=372 second=210 amount=-2 -kerning first=1196 second=244 amount=-5 -kerning first=1198 second=1010 amount=-6 -kerning first=221 second=1088 amount=-3 -kerning first=239 second=254 amount=3 -kerning first=84 second=243 amount=-5 -kerning first=1078 second=1193 amount=-1 -kerning first=1063 second=206 amount=2 -kerning first=1145 second=247 amount=-1 -kerning first=1024 second=299 amount=5 -kerning first=1237 second=86 amount=-3 -kerning first=1239 second=1093 amount=-1 -kerning first=89 second=971 amount=-3 -kerning first=337 second=1234 amount=-2 -kerning first=251 second=910 amount=-4 -kerning first=194 second=248 amount=-1 -kerning first=260 second=350 amount=-1 -kerning first=1096 second=253 amount=-1 -kerning first=1060 second=1058 amount=-2 -kerning first=1069 second=1035 amount=-2 -kerning first=358 second=1102 amount=-4 -kerning first=381 second=1069 amount=-2 -kerning first=356 second=240 amount=-5 -kerning first=1088 second=1236 amount=-2 -kerning first=1189 second=263 amount=-1 -kerning first=1046 second=126 amount=-4 -kerning first=1140 second=8363 amount=-4 -kerning first=1196 second=8222 amount=-8 -kerning first=162 second=1185 amount=-1 -kerning first=75 second=1239 amount=-3 -kerning first=34 second=193 amount=-5 -kerning first=966 second=1090 amount=-2 -kerning first=1027 second=967 amount=-4 -kerning first=1275 second=271 amount=-1 -kerning first=1175 second=354 amount=-3 -kerning first=1139 second=1118 amount=-1 -kerning first=1090 second=1072 amount=-1 -kerning first=174 second=194 amount=-5 -kerning first=358 second=74 amount=-6 -kerning first=1244 second=99 amount=-2 -kerning first=310 second=244 amount=-3 -kerning first=1056 second=258 amount=-5 -kerning first=97 second=967 amount=-1 -kerning first=194 second=39 amount=-5 -kerning first=79 second=1202 amount=-2 -kerning first=1226 second=115 amount=-1 -kerning first=37 second=8220 amount=-4 -kerning first=1207 second=1018 amount=1 -kerning first=341 second=1035 amount=-4 -kerning first=71 second=1026 amount=-2 -kerning first=290 second=305 amount=2 -kerning first=1234 second=94 amount=-6 -kerning first=965 second=8217 amount=1 -kerning first=87 second=8230 amount=-6 -kerning first=1274 second=245 amount=-5 -kerning first=1201 second=1092 amount=-1 -kerning first=1072 second=87 amount=-3 -kerning first=1232 second=210 amount=-2 -kerning first=92 second=1140 amount=-5 -kerning first=89 second=337 amount=-6 -kerning first=374 second=273 amount=-6 -kerning first=8353 second=301 amount=2 -kerning first=1179 second=1104 amount=-1 -kerning first=234 second=1118 amount=-1 -kerning first=1081 second=1058 amount=-3 -kerning first=1101 second=194 amount=-2 -kerning first=174 second=234 amount=-2 -kerning first=1166 second=1234 amount=-5 -kerning first=333 second=196 amount=-2 -kerning first=359 second=8216 amount=-3 -kerning first=1181 second=242 amount=-1 -kerning first=1097 second=311 amount=1 -kerning first=332 second=358 amount=-2 -kerning first=1105 second=1035 amount=-3 -kerning first=1198 second=339 amount=-6 -kerning first=174 second=1243 amount=-2 -kerning first=265 second=932 amount=-5 -kerning first=239 second=49 amount=3 -kerning first=245 second=1244 amount=-2 -kerning first=196 second=240 amount=-1 -kerning first=193 second=349 amount=-1 -kerning first=1020 second=1140 amount=-4 -kerning first=372 second=1259 amount=-4 -kerning first=244 second=376 amount=-7 -kerning first=8222 second=1204 amount=-6 -kerning first=1122 second=1217 amount=-2 -kerning first=108 second=1031 amount=2 -kerning first=311 second=101 amount=-1 -kerning first=1083 second=1026 amount=-3 -kerning first=1033 second=194 amount=-2 -kerning first=71 second=297 amount=2 -kerning first=221 second=266 amount=-3 -kerning first=349 second=356 amount=-5 -kerning first=1188 second=1234 amount=-6 -kerning first=910 second=111 amount=-6 -kerning first=381 second=8373 amount=-2 -kerning first=1010 second=1198 amount=-4 -kerning first=102 second=195 amount=-2 -kerning first=1016 second=8225 amount=-2 -kerning first=1205 second=1166 amount=1 -kerning first=1270 second=301 amount=6 -kerning first=1117 second=1199 amount=-1 -kerning first=966 second=170 amount=-2 -kerning first=357 second=1211 amount=1 -kerning first=1111 second=344 amount=3 -kerning first=1275 second=113 amount=-1 -kerning first=227 second=84 amount=-3 -kerning first=1100 second=186 amount=-3 -kerning first=245 second=193 amount=-2 -kerning first=376 second=908 amount=-3 -kerning first=238 second=302 amount=2 -kerning first=382 second=1195 amount=-1 -kerning first=1082 second=1089 amount=-1 -kerning first=1168 second=347 amount=-5 -kerning first=358 second=1107 amount=-4 -kerning first=221 second=237 amount=-2 -kerning first=1122 second=192 amount=-2 -kerning first=1200 second=265 amount=-6 -kerning first=374 second=1167 amount=-3 -kerning first=1186 second=928 amount=1 -kerning first=1058 second=224 amount=-5 -kerning first=1254 second=1244 amount=-2 -kerning first=8221 second=1251 amount=-1 -kerning first=195 second=1255 amount=-1 -kerning first=354 second=245 amount=-5 -kerning first=1187 second=327 amount=1 -kerning first=913 second=81 amount=-2 -kerning first=95 second=1224 amount=3 -kerning first=358 second=942 amount=-4 -kerning first=104 second=1141 amount=-1 -kerning first=1232 second=1259 amount=-1 -kerning first=1115 second=1199 amount=-1 -kerning first=355 second=72 amount=1 -kerning first=82 second=92 amount=-1 -kerning first=192 second=1118 amount=-4 -kerning first=1252 second=1031 amount=2 -kerning first=1079 second=8218 amount=-3 -kerning first=1117 second=957 amount=-1 -kerning first=939 second=1233 amount=-6 -kerning first=99 second=1059 amount=-4 -kerning first=357 second=323 amount=1 -kerning first=106 second=8361 amount=2 -kerning first=959 second=8220 amount=-4 -kerning first=1220 second=93 amount=-1 -kerning first=1197 second=244 amount=-1 -kerning first=214 second=95 amount=-3 -kerning first=70 second=1265 amount=-2 -kerning first=902 second=1143 amount=-4 -kerning first=8220 second=65 amount=-6 -kerning first=321 second=375 amount=-4 -kerning first=352 second=299 amount=3 -kerning first=1226 second=108 amount=1 -kerning first=169 second=196 amount=-2 -kerning first=1278 second=100 amount=-2 -kerning first=1254 second=193 amount=-2 -kerning first=1057 second=197 amount=-1 -kerning first=242 second=1204 amount=-3 -kerning first=8244 second=1179 amount=-1 -kerning first=1143 second=923 amount=-4 -kerning first=1119 second=939 amount=-6 -kerning first=1141 second=932 amount=-2 -kerning first=176 second=1051 amount=-2 -kerning first=89 second=1105 amount=-6 -kerning first=915 second=334 amount=-2 -kerning first=1027 second=183 amount=-3 -kerning first=1197 second=8222 amount=-8 -kerning first=1203 second=972 amount=-1 -kerning first=1234 second=214 amount=-2 -kerning first=174 second=376 amount=-1 -kerning first=1271 second=940 amount=-1 -kerning first=242 second=1232 amount=-2 -kerning first=1115 second=957 amount=-1 -kerning first=1171 second=1089 amount=-1 -kerning first=348 second=913 amount=-1 -kerning first=65 second=245 amount=-1 -kerning first=192 second=263 amount=-1 -kerning first=197 second=348 amount=-1 -kerning first=356 second=230 amount=-5 -kerning first=1082 second=1145 amount=-1 -kerning first=902 second=284 amount=-2 -kerning first=114 second=279 amount=-1 -kerning first=343 second=1234 amount=-3 -kerning first=1102 second=196 amount=-2 -kerning first=1196 second=349 amount=-5 -kerning first=380 second=981 amount=-1 -kerning first=8221 second=109 amount=-1 -kerning first=1225 second=1016 amount=1 -kerning first=1143 second=295 amount=3 -kerning first=84 second=347 amount=-5 -kerning first=1220 second=1265 amount=-1 -kerning first=1185 second=246 amount=-1 -kerning first=1274 second=1097 amount=-4 -kerning first=1060 second=939 amount=-3 -kerning first=70 second=267 amount=-3 -kerning first=161 second=1200 amount=-4 -kerning first=955 second=49 amount=-4 -kerning first=1200 second=1139 amount=-6 -kerning first=1265 second=959 amount=-1 -kerning first=109 second=1197 amount=-2 -kerning first=374 second=240 amount=-6 -kerning first=915 second=373 amount=-4 -kerning first=1075 second=84 amount=-2 -kerning first=194 second=115 amount=-1 -kerning first=1170 second=212 amount=-2 -kerning first=8224 second=193 amount=-5 -kerning first=1095 second=1090 amount=-2 -kerning first=341 second=228 amount=-1 -kerning first=1101 second=376 amount=-7 -kerning first=1213 second=92 amount=-3 -kerning first=333 second=89 amount=-7 -kerning first=8220 second=1083 amount=-5 -kerning first=1058 second=1117 amount=-4 -kerning first=915 second=1273 amount=-4 -kerning first=226 second=174 amount=-1 -kerning first=953 second=172 amount=-2 -kerning first=1034 second=196 amount=-2 -kerning first=1226 second=1134 amount=1 -kerning first=255 second=111 amount=-1 -kerning first=1040 second=1141 amount=-4 -kerning first=240 second=1198 amount=-7 -kerning first=1234 second=1199 amount=-4 -kerning first=1258 second=1204 amount=-2 -kerning first=81 second=1202 amount=-2 -kerning first=1043 second=8249 amount=-8 -kerning first=313 second=43 amount=-3 -kerning first=8221 second=173 amount=-2 -kerning first=355 second=1058 amount=-2 -kerning first=1089 second=358 amount=-5 -kerning first=250 second=1035 amount=-3 -kerning first=1273 second=376 amount=-6 -kerning first=1276 second=100 amount=-2 -kerning first=1200 second=247 amount=-3 -kerning first=1265 second=60 amount=-2 -kerning first=244 second=373 amount=-1 -kerning first=1036 second=966 amount=-3 -kerning first=282 second=1111 amount=5 -kerning first=101 second=1091 amount=-1 -kerning first=187 second=1140 amount=-4 -kerning first=1033 second=376 amount=-7 -kerning first=8224 second=233 amount=-2 -kerning first=1258 second=1232 amount=-2 -kerning first=248 second=65 amount=-2 -kerning first=1211 second=1118 amount=-1 -kerning first=910 second=1209 amount=-6 -kerning first=1081 second=939 amount=-6 -kerning first=1029 second=297 amount=3 -kerning first=1191 second=1059 amount=-11 -kerning first=1141 second=285 amount=-1 -kerning first=8224 second=1241 amount=-2 -kerning first=1202 second=940 amount=-2 -kerning first=1058 second=81 amount=-2 -kerning first=1117 second=354 amount=-3 -kerning first=927 second=258 amount=-2 -kerning first=358 second=1118 amount=-4 -kerning first=1026 second=8224 amount=-2 -kerning first=245 second=374 amount=-7 -kerning first=376 second=1255 amount=-6 -kerning first=1225 second=915 amount=1 -kerning first=1244 second=8353 amount=-2 -kerning first=1171 second=1145 amount=-1 -kerning first=918 second=81 amount=-2 -kerning first=1215 second=1263 amount=-1 -kerning first=373 second=963 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=1093 second=265 amount=-1 -kerning first=1040 second=116 amount=-2 -kerning first=1140 second=216 amount=-2 -kerning first=1202 second=264 amount=-2 -kerning first=1234 second=957 amount=-4 -kerning first=966 second=120 amount=-1 -kerning first=1017 second=198 amount=-1 -kerning first=1122 second=221 amount=-7 -kerning first=252 second=1066 amount=-3 -kerning first=204 second=297 amount=5 -kerning first=118 second=356 amount=-2 -kerning first=230 second=1263 amount=-1 -kerning first=1026 second=88 amount=-2 -kerning first=1200 second=1028 amount=-3 -kerning first=1141 second=162 amount=-1 -kerning first=116 second=115 amount=-1 -kerning first=939 second=1058 amount=3 -kerning first=1075 second=1239 amount=-1 -kerning first=271 second=125 amount=2 -kerning first=1251 second=1090 amount=-2 -kerning first=354 second=1097 amount=-4 -kerning first=1228 second=1098 amount=-2 -kerning first=957 second=354 amount=-2 -kerning first=42 second=1232 amount=-6 -kerning first=1233 second=49 amount=-3 -kerning first=935 second=927 amount=-2 -kerning first=313 second=1236 amount=2 -kerning first=376 second=126 amount=-3 -kerning first=1169 second=244 amount=-1 -kerning first=1078 second=1010 amount=-1 -kerning first=932 second=972 amount=-5 -kerning first=1222 second=8360 amount=1 -kerning first=1077 second=376 amount=-7 -kerning first=1113 second=1204 amount=-7 -kerning first=1270 second=242 amount=-5 -kerning first=1279 second=269 amount=-1 -kerning first=1115 second=354 amount=-3 -kerning first=372 second=1193 amount=-4 -kerning first=1186 second=89 amount=-1 -kerning first=1128 second=253 amount=-4 -kerning first=75 second=1118 amount=-3 -kerning first=1058 second=195 amount=-6 -kerning first=270 second=933 amount=-3 -kerning first=239 second=1036 amount=3 -kerning first=86 second=79 amount=-2 -kerning first=358 second=263 amount=-5 -kerning first=1061 second=284 amount=-2 -kerning first=8217 second=1081 amount=-1 -kerning first=1222 second=325 amount=1 -kerning first=339 second=1203 amount=-1 -kerning first=373 second=243 amount=-1 -kerning first=169 second=89 amount=-3 -kerning first=1198 second=1072 amount=-6 -kerning first=1263 second=257 amount=-1 -kerning first=240 second=1175 amount=-1 -kerning first=1248 second=44 amount=-1 -kerning first=1254 second=374 amount=-3 -kerning first=221 second=245 amount=-6 -kerning first=264 second=1236 amount=-1 -kerning first=1107 second=267 amount=-1 -kerning first=1169 second=8222 amount=-8 -kerning first=118 second=902 amount=-4 -kerning first=320 second=301 amount=5 -kerning first=1119 second=967 amount=-1 -kerning first=114 second=1195 amount=-1 -kerning first=89 second=951 amount=-3 -kerning first=1263 second=1153 amount=-1 -kerning first=1226 second=204 amount=1 -kerning first=1092 second=258 amount=-2 -kerning first=957 second=913 amount=-4 -kerning first=1278 second=67 amount=-2 -kerning first=353 second=8220 amount=-3 -kerning first=317 second=253 amount=-4 -kerning first=107 second=287 amount=-1 -kerning first=1116 second=233 amount=-1 -kerning first=281 second=1203 amount=-1 -kerning first=1187 second=1056 amount=1 -kerning first=8225 second=65 amount=-5 -kerning first=373 second=8221 amount=3 -kerning first=1102 second=89 amount=-7 -kerning first=1093 second=1139 amount=-1 -kerning first=923 second=927 amount=-2 -kerning first=71 second=1061 amount=-1 -kerning first=372 second=1109 amount=-2 -kerning first=75 second=263 amount=-3 -kerning first=8221 second=1220 amount=-1 -kerning first=1111 second=201 amount=3 -kerning first=55 second=171 amount=-4 -kerning first=258 second=972 amount=-1 -kerning first=1116 second=1241 amount=-1 -kerning first=345 second=291 amount=-1 -kerning first=1271 second=1237 amount=-1 -kerning first=1118 second=256 amount=-4 -kerning first=1232 second=1193 amount=-1 -kerning first=92 second=1058 amount=-6 -kerning first=254 second=358 amount=-3 -kerning first=293 second=1026 amount=-3 -kerning first=297 second=209 amount=3 -kerning first=1036 second=1060 amount=-2 -kerning first=915 second=8230 amount=-2 -kerning first=321 second=1066 amount=-6 -kerning first=357 second=1043 amount=1 -kerning first=194 second=63 amount=-4 -kerning first=1168 second=99 amount=-5 -kerning first=79 second=356 amount=-2 -kerning first=119 second=100 amount=-1 -kerning first=1257 second=86 amount=-4 -kerning first=1101 second=373 amount=-1 -kerning first=95 second=1194 amount=-3 -kerning first=111 second=1040 amount=-2 -kerning first=935 second=269 amount=-2 -kerning first=1188 second=1258 amount=-2 -kerning first=1267 second=8249 amount=-3 -kerning first=196 second=346 amount=-1 -kerning first=1078 second=339 amount=-1 -kerning first=1201 second=981 amount=-1 -kerning first=1059 second=8250 amount=-4 -kerning first=1034 second=89 amount=-7 -kerning first=8225 second=101 amount=-2 -kerning first=1093 second=247 amount=-1 -kerning first=255 second=1209 amount=-1 -kerning first=1279 second=1086 amount=-1 -kerning first=1091 second=933 amount=-2 -kerning first=923 second=1267 amount=-4 -kerning first=374 second=230 amount=-6 -kerning first=248 second=174 amount=-1 -kerning first=939 second=1094 amount=-3 -kerning first=1111 second=106 amount=-4 -kerning first=1234 second=354 amount=-6 -kerning first=1118 second=281 amount=-1 -kerning first=1020 second=1058 amount=-3 -kerning first=115 second=8218 amount=-3 -kerning first=68 second=1066 amount=-2 -kerning first=8222 second=1200 amount=-7 -kerning first=1145 second=258 amount=-2 -kerning first=1050 second=959 amount=-3 -kerning first=972 second=1197 amount=-2 -kerning first=1226 second=60 amount=-2 -kerning first=1170 second=44 amount=-2 -kerning first=1094 second=1064 amount=1 -kerning first=1097 second=1115 amount=1 -kerning first=253 second=1236 amount=-4 -kerning first=1033 second=373 amount=-1 -kerning first=908 second=197 amount=-2 -kerning first=248 second=935 amount=-2 -kerning first=299 second=295 amount=3 -kerning first=1081 second=967 amount=-1 -kerning first=1080 second=1098 amount=-2 -kerning first=208 second=1202 amount=-2 -kerning first=1232 second=1109 amount=-1 -kerning first=110 second=933 amount=-6 -kerning first=1200 second=367 amount=-3 -kerning first=1276 second=67 amount=-2 -kerning first=116 second=108 amount=1 -kerning first=1058 second=345 amount=-4 -kerning first=8217 second=45 amount=-2 -kerning first=1027 second=1253 amount=-4 -kerning first=79 second=902 amount=-2 -kerning first=1163 second=8216 amount=-3 -kerning first=339 second=910 amount=-7 -kerning first=177 second=1277 amount=-2 -kerning first=957 second=308 amount=-4 -kerning first=287 second=358 amount=-3 -kerning first=1267 second=1035 amount=-2 -kerning first=355 second=939 amount=-1 -kerning first=1243 second=372 amount=-3 -kerning first=356 second=1095 amount=-5 -kerning first=1145 second=283 amount=-1 -kerning first=311 second=1257 amount=-1 -kerning first=1050 second=60 amount=-4 -kerning first=923 second=269 amount=-1 -kerning first=1217 second=279 amount=-2 -kerning first=315 second=923 amount=2 -kerning first=262 second=1278 amount=-1 -kerning first=1275 second=248 amount=-1 -kerning first=1175 second=265 amount=-1 -kerning first=8244 second=1199 amount=1 -kerning first=1104 second=89 amount=-7 -kerning first=1231 second=206 amount=2 -kerning first=1271 second=246 amount=-1 -kerning first=281 second=910 amount=-7 -kerning first=1226 second=1067 amount=1 -kerning first=1016 second=84 amount=-3 -kerning first=935 second=1086 amount=-2 -kerning first=1126 second=8370 amount=-2 -kerning first=1043 second=228 amount=-5 -kerning first=45 second=1278 amount=-4 -kerning first=328 second=1143 amount=-1 -kerning first=80 second=8230 amount=-3 -kerning first=84 second=99 amount=-5 -kerning first=1274 second=375 amount=-4 -kerning first=902 second=42 amount=-6 -kerning first=1198 second=1057 amount=-3 -kerning first=1128 second=171 amount=-2 -kerning first=266 second=923 amount=-1 -kerning first=913 second=211 amount=-2 -kerning first=227 second=1118 amount=-1 -kerning first=284 second=198 amount=-1 -kerning first=116 second=1134 amount=1 -kerning first=1099 second=1111 amount=3 -kerning first=109 second=253 amount=-1 -kerning first=221 second=1097 amount=-3 -kerning first=1188 second=1080 amount=-4 -kerning first=100 second=938 amount=2 -kerning first=242 second=1200 amount=-7 -kerning first=259 second=932 amount=-3 -kerning first=8244 second=957 amount=1 -kerning first=193 second=1069 amount=-2 -kerning first=70 second=369 amount=-2 -kerning first=76 second=260 amount=2 -kerning first=933 second=972 amount=-6 -kerning first=915 second=1141 amount=-4 -kerning first=315 second=8370 amount=-2 -kerning first=34 second=46 amount=-6 -kerning first=301 second=1065 amount=3 -kerning first=1179 second=43 amount=-2 -kerning first=1094 second=321 amount=1 -kerning first=1207 second=202 amount=1 -kerning first=913 second=119 amount=-4 -kerning first=290 second=933 amount=-2 -kerning first=1263 second=194 amount=-4 -kerning first=1234 second=1103 amount=-1 -kerning first=317 second=171 amount=-4 -kerning first=1143 second=192 amount=-4 -kerning first=363 second=1059 amount=-4 -kerning first=1138 second=197 amount=-2 -kerning first=1277 second=275 amount=-1 -kerning first=1064 second=1111 amount=5 -kerning first=1164 second=1140 amount=-4 -kerning first=923 second=1086 amount=-1 -kerning first=1202 second=246 amount=-2 -kerning first=89 second=231 amount=-6 -kerning first=382 second=287 amount=-1 -kerning first=1175 second=1139 amount=-1 -kerning first=177 second=933 amount=-6 -kerning first=261 second=1267 amount=-1 -kerning first=262 second=260 amount=-1 -kerning first=347 second=1140 amount=-3 -kerning first=1178 second=972 amount=-3 -kerning first=1171 second=1233 amount=-1 -kerning first=244 second=1141 amount=-1 -kerning first=335 second=1199 amount=-1 -kerning first=97 second=92 amount=-3 -kerning first=1201 second=1040 amount=-4 -kerning first=260 second=8250 amount=-2 -kerning first=119 second=1026 amount=-3 -kerning first=1263 second=234 amount=-1 -kerning first=1027 second=338 amount=-2 -kerning first=1166 second=172 amount=-2 -kerning first=8218 second=1196 amount=-6 -kerning first=1143 second=232 amount=-1 -kerning first=112 second=197 amount=-2 -kerning first=233 second=1277 amount=-1 -kerning first=1222 second=1055 amount=1 -kerning first=375 second=923 amount=-4 -kerning first=1259 second=1140 amount=-4 -kerning first=1200 second=324 amount=-3 -kerning first=92 second=182 amount=-1 -kerning first=1263 second=1243 amount=-1 -kerning first=1258 second=1200 amount=-3 -kerning first=8217 second=1082 amount=-1 -kerning first=194 second=959 amount=-1 -kerning first=1168 second=198 amount=-6 -kerning first=354 second=375 amount=-4 -kerning first=1175 second=247 amount=-1 -kerning first=1187 second=933 amount=-1 -kerning first=1226 second=77 amount=1 -kerning first=1200 second=1271 amount=-3 -kerning first=98 second=8225 amount=-2 -kerning first=48 second=910 amount=-2 -kerning first=932 second=224 amount=-5 -kerning first=1189 second=281 amount=-1 -kerning first=187 second=1058 amount=-8 -kerning first=92 second=939 amount=-5 -kerning first=88 second=267 amount=-2 -kerning first=81 second=356 amount=-2 -kerning first=1188 second=172 amount=-3 -kerning first=193 second=8373 amount=-2 -kerning first=1085 second=255 amount=-1 -kerning first=1180 second=8249 amount=-3 -kerning first=95 second=85 amount=-3 -kerning first=375 second=295 amount=3 -kerning first=1244 second=233 amount=-2 -kerning first=1217 second=1195 amount=-2 -kerning first=335 second=957 amount=-1 -kerning first=1017 second=1244 amount=-1 -kerning first=194 second=60 amount=-2 -kerning first=339 second=1093 amount=-1 -kerning first=373 second=90 amount=-2 -kerning first=340 second=301 amount=3 -kerning first=333 second=1046 amount=-2 -kerning first=1244 second=1241 amount=-2 -kerning first=1139 second=256 amount=-2 -kerning first=1082 second=1058 amount=-4 -kerning first=257 second=1026 amount=-3 -kerning first=1087 second=1035 amount=-3 -kerning first=1209 second=221 amount=-6 -kerning first=1020 second=939 amount=-7 -kerning first=286 second=1066 amount=-2 -kerning first=981 second=932 amount=-3 -kerning first=116 second=204 amount=1 -kerning first=1058 second=211 amount=-2 -kerning first=1184 second=250 amount=-2 -kerning first=321 second=288 amount=-2 -kerning first=222 second=1196 amount=-4 -kerning first=271 second=239 amount=2 -kerning first=1187 second=282 amount=1 -kerning first=95 second=1138 amount=-3 -kerning first=86 second=1239 amount=-4 -kerning first=358 second=365 amount=-5 -kerning first=1267 second=228 amount=-1 -kerning first=45 second=1090 amount=-1 -kerning first=918 second=211 amount=-2 -kerning first=249 second=89 amount=-4 -kerning first=65 second=375 amount=-4 -kerning first=281 second=1093 amount=-1 -kerning first=1168 second=8353 amount=-2 -kerning first=1050 second=361 amount=-2 -kerning first=215 second=1066 amount=-5 -kerning first=316 second=297 amount=5 -kerning first=902 second=213 amount=-2 -kerning first=1097 second=1231 amount=1 -kerning first=372 second=1010 amount=-4 -kerning first=1196 second=1069 amount=-2 -kerning first=81 second=902 amount=-2 -kerning first=1017 second=193 amount=-1 -kerning first=357 second=278 amount=1 -kerning first=55 second=953 amount=-3 -kerning first=1274 second=187 amount=-3 -kerning first=107 second=358 amount=-4 -kerning first=1113 second=1200 amount=-11 -kerning first=374 second=1095 amount=-6 -kerning first=295 second=1197 amount=-2 -kerning first=1058 second=119 amount=-4 -kerning first=243 second=1196 amount=-3 -kerning first=346 second=239 amount=3 -kerning first=1075 second=263 amount=-1 -kerning first=1048 second=303 amount=2 -kerning first=1170 second=225 amount=-5 -kerning first=213 second=8220 amount=-2 -kerning first=1096 second=1185 amount=-2 -kerning first=1117 second=1263 amount=-1 -kerning first=121 second=972 amount=-1 -kerning first=76 second=170 amount=-6 -kerning first=84 second=198 amount=-6 -kerning first=233 second=933 amount=-7 -kerning first=356 second=38 amount=-2 -kerning first=1230 second=1066 amount=-2 -kerning first=902 second=118 amount=-4 -kerning first=1097 second=45 amount=-1 -kerning first=1205 second=356 amount=-2 -kerning first=1200 second=258 amount=-5 -kerning first=1265 second=196 amount=-4 -kerning first=75 second=365 amount=-2 -kerning first=1254 second=46 amount=-3 -kerning first=1027 second=1163 amount=-4 -kerning first=355 second=1216 amount=1 -kerning first=1255 second=1035 amount=-3 -kerning first=932 second=1117 amount=-4 -kerning first=86 second=74 amount=-6 -kerning first=87 second=199 amount=-2 -kerning first=902 second=1201 amount=-4 -kerning first=310 second=1069 amount=-2 -kerning first=8244 second=913 amount=-9 -kerning first=116 second=60 amount=-2 -kerning first=359 second=1064 amount=1 -kerning first=381 second=334 amount=-2 -kerning first=117 second=374 amount=-4 -kerning first=232 second=255 amount=-1 -kerning first=311 second=1108 amount=-1 -kerning first=1059 second=284 amount=-3 -kerning first=1097 second=80 amount=1 -kerning first=1101 second=1141 amount=-1 -kerning first=1263 second=376 amount=-2 -kerning first=1103 second=1199 amount=-1 -kerning first=99 second=372 amount=-1 -kerning first=920 second=354 amount=-2 -kerning first=299 second=82 amount=3 -kerning first=910 second=8250 amount=-4 -kerning first=1171 second=1058 amount=-2 -kerning first=8230 second=1026 amount=-2 -kerning first=1143 second=221 amount=-2 -kerning first=1253 second=1143 amount=-1 -kerning first=343 second=172 amount=-2 -kerning first=1232 second=1010 amount=-1 -kerning first=1205 second=1168 amount=1 -kerning first=1200 second=283 amount=-6 -kerning first=1265 second=235 amount=-1 -kerning first=1115 second=1263 amount=-1 -kerning first=88 second=177 amount=-3 -kerning first=1036 second=1254 amount=-2 -kerning first=922 second=967 amount=-3 -kerning first=111 second=1198 amount=-7 -kerning first=270 second=1204 amount=-2 -kerning first=1111 second=1219 amount=3 -kerning first=972 second=253 amount=-1 -kerning first=1167 second=195 amount=-2 -kerning first=279 second=1035 amount=-3 -kerning first=193 second=1153 amount=-1 -kerning first=1273 second=1141 amount=-1 -kerning first=1220 second=1278 amount=-2 -kerning first=104 second=49 amount=-3 -kerning first=8220 second=1044 amount=-3 -kerning first=1036 second=1144 amount=-2 -kerning first=256 second=275 amount=-1 -kerning first=356 second=255 amount=-4 -kerning first=932 second=81 amount=-2 -kerning first=1033 second=1141 amount=-1 -kerning first=1066 second=8225 amount=-2 -kerning first=1257 second=8216 amount=-4 -kerning first=169 second=1046 amount=-2 -kerning first=1196 second=8373 amount=-2 -kerning first=372 second=339 amount=-4 -kerning first=335 second=354 amount=-3 -kerning first=270 second=1232 amount=-2 -kerning first=1043 second=1179 amount=-4 -kerning first=8221 second=973 amount=-1 -kerning first=84 second=8353 amount=-2 -kerning first=118 second=267 amount=-1 -kerning first=170 second=100 amount=-2 -kerning first=1200 second=1087 amount=-3 -kerning first=1265 second=1222 amount=-3 -kerning first=116 second=1067 amount=1 -kerning first=1217 second=1194 amount=-2 -kerning first=354 second=187 amount=-3 -kerning first=1050 second=290 amount=-2 -kerning first=1094 second=1166 amount=1 -kerning first=1207 second=1053 amount=1 -kerning first=957 second=265 amount=-1 -kerning first=1040 second=199 amount=-2 -kerning first=1125 second=354 amount=-5 -kerning first=1103 second=957 amount=-1 -kerning first=920 second=913 amount=-2 -kerning first=239 second=98 amount=3 -kerning first=245 second=1249 amount=-2 -kerning first=8244 second=1103 amount=-5 -kerning first=197 second=8249 amount=-2 -kerning first=70 second=260 amount=-6 -kerning first=1102 second=1046 amount=-2 -kerning first=92 second=967 amount=-4 -kerning first=341 second=1199 amount=1 -kerning first=321 second=65 amount=2 -kerning first=1027 second=95 amount=-4 -kerning first=195 second=933 amount=-5 -kerning first=8225 second=1257 amount=-2 -kerning first=310 second=8373 amount=-2 -kerning first=1061 second=213 amount=-2 -kerning first=8244 second=308 amount=-8 -kerning first=8218 second=87 amount=-4 -kerning first=192 second=281 amount=-1 -kerning first=932 second=195 amount=-6 -kerning first=114 second=287 amount=-1 -kerning first=176 second=264 amount=-1 -kerning first=1196 second=249 amount=-5 -kerning first=1128 second=286 amount=-2 -kerning first=335 second=913 amount=-2 -kerning first=8360 second=933 amount=-5 -kerning first=355 second=183 amount=-1 -kerning first=196 second=255 amount=-4 -kerning first=258 second=81 amount=-2 -kerning first=208 second=356 amount=-2 -kerning first=1077 second=1141 amount=-1 -kerning first=1034 second=1046 amount=-2 -kerning first=1232 second=339 amount=-1 -kerning first=1020 second=967 amount=-1 -kerning first=1105 second=1199 amount=-1 -kerning first=1141 second=940 amount=-1 -kerning first=1091 second=1204 amount=-2 -kerning first=68 second=65 amount=-2 -kerning first=933 second=224 amount=-6 -kerning first=359 second=321 amount=1 -kerning first=915 second=122 amount=-3 -kerning first=187 second=939 amount=-6 -kerning first=1083 second=121 amount=-1 -kerning first=1234 second=1263 amount=-4 -kerning first=1114 second=1196 amount=-7 -kerning first=1126 second=232 amount=-1 -kerning first=8370 second=1236 amount=-1 -kerning first=266 second=1217 amount=-1 -kerning first=90 second=173 amount=-2 -kerning first=959 second=923 amount=-2 -kerning first=1220 second=260 amount=-2 -kerning first=209 second=95 amount=2 -kerning first=65 second=187 amount=-2 -kerning first=197 second=1035 amount=-6 -kerning first=260 second=1143 amount=-4 -kerning first=253 second=277 amount=-1 -kerning first=1091 second=1232 amount=-4 -kerning first=1040 second=49 amount=-2 -kerning first=341 second=957 amount=1 -kerning first=284 second=1244 amount=-1 -kerning first=1186 second=75 amount=1 -kerning first=315 second=192 amount=2 -kerning first=111 second=1175 amount=-1 -kerning first=1185 second=171 amount=-3 -kerning first=110 second=1204 amount=-3 -kerning first=1225 second=354 amount=-2 -kerning first=310 second=249 amount=-2 -kerning first=317 second=286 amount=-2 -kerning first=8220 second=1032 amount=-9 -kerning first=382 second=358 amount=-2 -kerning first=267 second=1026 amount=-5 -kerning first=273 second=305 amount=2 -kerning first=1222 second=280 amount=1 -kerning first=1168 second=241 amount=-4 -kerning first=1226 second=928 amount=1 -kerning first=1207 second=932 amount=-2 -kerning first=373 second=99 amount=-1 -kerning first=957 second=1139 amount=-1 -kerning first=8224 second=103 amount=-2 -kerning first=1196 second=257 amount=-5 -kerning first=1068 second=1196 amount=-3 -kerning first=927 second=1059 amount=-3 -kerning first=1012 second=88 amount=-2 -kerning first=55 second=8363 amount=-3 -kerning first=208 second=902 amount=-2 -kerning first=1274 second=252 amount=-5 -kerning first=1201 second=47 amount=-4 -kerning first=126 second=376 amount=-3 -kerning first=102 second=97 amount=-1 -kerning first=1105 second=957 amount=-1 -kerning first=1265 second=89 amount=-2 -kerning first=1196 second=1153 amount=-5 -kerning first=89 second=363 amount=-3 -kerning first=1186 second=1109 amount=-1 -kerning first=116 second=77 amount=1 -kerning first=266 second=192 amount=-1 -kerning first=939 second=183 amount=-3 -kerning first=260 second=284 amount=-2 -kerning first=118 second=177 amount=-3 -kerning first=284 second=193 amount=-1 -kerning first=1234 second=265 amount=-1 -kerning first=1100 second=1198 amount=-11 -kerning first=1225 second=1041 amount=1 -kerning first=246 second=358 amount=-3 -kerning first=46 second=8217 amount=-5 -kerning first=65 second=1066 amount=-6 -kerning first=902 second=356 amount=-6 -kerning first=1016 second=1118 amount=-1 -kerning first=120 second=959 amount=-1 -kerning first=1093 second=283 amount=-1 -kerning first=1140 second=927 amount=-2 -kerning first=940 second=126 amount=-2 -kerning first=243 second=87 amount=-3 -kerning first=1188 second=965 amount=-4 -kerning first=1220 second=1090 amount=-2 -kerning first=1224 second=376 amount=-6 -kerning first=1201 second=1198 amount=-2 -kerning first=1119 second=92 amount=-3 -kerning first=1103 second=354 amount=-3 -kerning first=358 second=256 amount=-6 -kerning first=1164 second=1058 amount=-3 -kerning first=1244 second=332 amount=-2 -kerning first=297 second=276 amount=3 -kerning first=374 second=38 amount=-4 -kerning first=922 second=183 amount=-4 -kerning first=915 second=1073 amount=-2 -kerning first=1170 second=100 amount=-5 -kerning first=366 second=46 amount=-2 -kerning first=943 second=8216 amount=-3 -kerning first=1210 second=1198 amount=-6 -kerning first=186 second=269 amount=-2 -kerning first=347 second=1058 amount=-5 -kerning first=310 second=1153 amount=-3 -kerning first=933 second=1117 amount=-3 -kerning first=932 second=345 amount=-4 -kerning first=1088 second=932 amount=-3 -kerning first=1059 second=1181 amount=-3 -kerning first=89 second=229 amount=-6 -kerning first=1128 second=920 amount=-2 -kerning first=1184 second=275 amount=-3 -kerning first=1017 second=1111 amount=2 -kerning first=194 second=290 amount=-2 -kerning first=1060 second=92 amount=-2 -kerning first=1069 second=354 amount=-2 -kerning first=358 second=281 amount=-5 -kerning first=45 second=120 amount=-1 -kerning first=1259 second=1058 amount=-3 -kerning first=344 second=297 amount=3 -kerning first=321 second=174 amount=-5 -kerning first=1086 second=196 amount=-2 -kerning first=1050 second=235 amount=-3 -kerning first=1092 second=1059 amount=-7 -kerning first=1235 second=910 amount=-6 -kerning first=290 second=1204 amount=-2 -kerning first=1188 second=333 amount=-5 -kerning first=1054 second=358 amount=-2 -kerning first=239 second=1035 amount=6 -kerning first=1166 second=8218 amount=-9 -kerning first=333 second=125 amount=-1 -kerning first=8221 second=1239 amount=-4 -kerning first=193 second=234 amount=-1 -kerning first=84 second=241 amount=-4 -kerning first=1243 second=1098 amount=-2 -kerning first=375 second=192 amount=-4 -kerning first=1071 second=299 amount=5 -kerning first=1232 second=239 amount=3 -kerning first=1279 second=1092 amount=-1 -kerning first=92 second=183 amount=-2 -kerning first=933 second=81 amount=-3 -kerning first=8217 second=971 amount=-1 -kerning first=1168 second=193 amount=-6 -kerning first=354 second=252 amount=-5 -kerning first=193 second=1243 amount=-1 -kerning first=341 second=354 amount=-4 -kerning first=290 second=1232 amount=-1 -kerning first=121 second=224 amount=-1 -kerning first=1234 second=1139 amount=-1 -kerning first=358 second=1226 amount=-4 -kerning first=1126 second=221 amount=-5 -kerning first=1225 second=1103 amount=-1 -kerning first=317 second=920 amount=-2 -kerning first=369 second=356 amount=-3 -kerning first=1274 second=288 amount=-2 -kerning first=1116 second=103 amount=-1 -kerning first=362 second=47 amount=-4 -kerning first=961 second=197 amount=-2 -kerning first=1205 second=917 amount=1 -kerning first=1140 second=269 amount=-4 -kerning first=1128 second=8363 amount=-1 -kerning first=8353 second=923 amount=-1 -kerning first=295 second=253 amount=-1 -kerning first=75 second=281 amount=-3 -kerning first=221 second=187 amount=-4 -kerning first=966 second=1078 amount=-1 -kerning first=1188 second=8218 amount=-8 -kerning first=8221 second=1102 amount=-1 -kerning first=1081 second=92 amount=-3 -kerning first=177 second=1232 amount=-3 -kerning first=1220 second=170 amount=-2 -kerning first=1069 second=913 amount=-2 -kerning first=95 second=1012 amount=-3 -kerning first=1100 second=1175 amount=-1 -kerning first=375 second=232 amount=-1 -kerning first=98 second=84 amount=-3 -kerning first=1178 second=81 amount=-2 -kerning first=68 second=935 amount=-2 -kerning first=275 second=376 amount=-7 -kerning first=1168 second=233 amount=-5 -kerning first=187 second=967 amount=-2 -kerning first=1187 second=1204 amount=-2 -kerning first=1170 second=112 amount=-4 -kerning first=1207 second=1184 amount=1 -kerning first=1097 second=270 amount=1 -kerning first=1105 second=354 amount=-3 -kerning first=95 second=358 amount=-4 -kerning first=186 second=1086 amount=-2 -kerning first=1043 second=214 amount=-2 -kerning first=8221 second=74 amount=-8 -kerning first=377 second=1256 amount=-2 -kerning first=46 second=1197 amount=-5 -kerning first=1168 second=1241 amount=-5 -kerning first=1067 second=303 amount=2 -kerning first=1205 second=318 amount=1 -kerning first=1141 second=1237 amount=-1 -kerning first=933 second=195 amount=-5 -kerning first=1217 second=1138 amount=-2 -kerning first=315 second=221 amount=-5 -kerning first=8217 second=337 amount=-4 -kerning first=1179 second=277 amount=-1 -kerning first=341 second=913 amount=-3 -kerning first=1065 second=1044 amount=2 -kerning first=86 second=263 amount=-4 -kerning first=36 second=297 amount=3 -kerning first=1118 second=289 amount=-1 -kerning first=1026 second=41 amount=-1 -kerning first=1256 second=84 amount=-2 -kerning first=328 second=118 amount=-1 -kerning first=910 second=284 amount=-3 -kerning first=256 second=336 amount=-2 -kerning first=1230 second=929 amount=1 -kerning first=1168 second=1230 amount=-4 -kerning first=286 second=65 amount=-1 -kerning first=1270 second=923 amount=-6 -kerning first=372 second=1072 amount=-4 -kerning first=1098 second=358 amount=-7 -kerning first=935 second=1092 amount=-2 -kerning first=221 second=1066 amount=3 -kerning first=328 second=1201 amount=-1 -kerning first=299 second=1110 amount=6 -kerning first=1197 second=257 amount=-1 -kerning first=283 second=1059 amount=-7 -kerning first=8225 second=1108 amount=-2 -kerning first=359 second=1166 amount=1 -kerning first=1036 second=301 amount=5 -kerning first=1043 second=1199 amount=-4 -kerning first=1226 second=89 amount=-1 -kerning first=373 second=198 amount=-4 -kerning first=1197 second=1153 amount=-1 -kerning first=284 second=374 amount=-2 -kerning first=1196 second=194 amount=-6 -kerning first=1234 second=1028 amount=-2 -kerning first=8244 second=1263 amount=1 -kerning first=84 second=193 amount=-6 -kerning first=1145 second=291 amount=-1 -kerning first=1050 second=169 amount=-2 -kerning first=8225 second=1032 amount=-5 -kerning first=343 second=333 amount=-1 -kerning first=1035 second=358 amount=-3 -kerning first=103 second=1026 amount=-3 -kerning first=1070 second=8218 amount=-2 -kerning first=1140 second=1086 amount=-4 -kerning first=1263 second=8230 amount=-2 -kerning first=1217 second=287 amount=-2 -kerning first=915 second=199 amount=-2 -kerning first=1027 second=944 amount=-4 -kerning first=931 second=960 amount=-2 -kerning first=354 second=288 amount=-2 -kerning first=1275 second=959 amount=-1 -kerning first=1175 second=283 amount=-1 -kerning first=1124 second=913 amount=-1 -kerning first=1143 second=44 amount=-2 -kerning first=1068 second=87 amount=-3 -kerning first=1026 second=1091 amount=-1 -kerning first=67 second=195 amount=-1 -kerning first=378 second=337 amount=-1 -kerning first=270 second=1200 amount=-3 -kerning first=1167 second=119 amount=-1 -kerning first=1040 second=348 amount=-1 -kerning first=1196 second=234 amount=-5 -kerning first=1188 second=1077 amount=-5 -kerning first=323 second=301 amount=5 -kerning first=193 second=376 amount=-5 -kerning first=84 second=233 amount=-5 -kerning first=57 second=1198 amount=-2 -kerning first=233 second=1204 amount=-3 -kerning first=102 second=1089 amount=-1 -kerning first=114 second=358 amount=-4 -kerning first=343 second=8218 amount=-5 -kerning first=1102 second=125 amount=-1 -kerning first=1141 second=246 amount=-1 -kerning first=1270 second=8370 amount=-2 -kerning first=923 second=1092 amount=-1 -kerning first=1196 second=1243 amount=-5 -kerning first=1058 second=97 amount=-5 -kerning first=1043 second=957 amount=-4 -kerning first=8221 second=1107 amount=-1 -kerning first=194 second=235 amount=-1 -kerning first=181 second=1196 amount=-3 -kerning first=1163 second=1064 amount=1 -kerning first=1084 second=374 amount=-6 -kerning first=1187 second=315 amount=1 -kerning first=1170 second=67 amount=-2 -kerning first=84 second=1241 amount=-5 -kerning first=341 second=308 amount=-4 -kerning first=95 second=1169 amount=3 -kerning first=1271 second=171 amount=-3 -kerning first=1126 second=212 amount=-2 -kerning first=1265 second=1259 amount=-1 -kerning first=76 second=1060 amount=-2 -kerning first=8244 second=265 amount=-4 -kerning first=1274 second=65 amount=-6 -kerning first=932 second=211 amount=-2 -kerning first=1086 second=89 amount=-7 -kerning first=219 second=44 amount=-2 -kerning first=1164 second=939 amount=-7 -kerning first=1196 second=1085 amount=-4 -kerning first=357 second=76 amount=1 -kerning first=1027 second=335 amount=-5 -kerning first=8221 second=942 amount=-1 -kerning first=201 second=301 amount=5 -kerning first=84 second=1230 amount=-4 -kerning first=375 second=221 amount=-2 -kerning first=1034 second=125 amount=-1 -kerning first=1141 second=8217 amount=2 -kerning first=347 second=939 amount=-5 -kerning first=293 second=121 amount=-1 -kerning first=310 second=234 amount=-3 -kerning first=374 second=894 amount=-4 -kerning first=933 second=345 amount=-3 -kerning first=116 second=928 amount=1 -kerning first=65 second=288 amount=-2 -kerning first=939 second=1253 amount=-3 -kerning first=265 second=1197 amount=-1 -kerning first=1250 second=239 amount=5 -kerning first=311 second=1255 amount=-1 -kerning first=1170 second=297 amount=6 -kerning first=1066 second=84 amount=-3 -kerning first=284 second=1111 amount=2 -kerning first=1198 second=1234 amount=-5 -kerning first=86 second=215 amount=-3 -kerning first=87 second=1207 amount=-4 -kerning first=310 second=1243 amount=-3 -kerning first=1110 second=372 amount=2 -kerning first=277 second=89 amount=-7 -kerning first=1274 second=101 amount=-5 -kerning first=212 second=198 amount=-2 -kerning first=320 second=206 amount=2 -kerning first=932 second=119 amount=-4 -kerning first=1168 second=1125 amount=-4 -kerning first=1259 second=939 amount=-7 -kerning first=1270 second=181 amount=-5 -kerning first=89 second=279 amount=-6 -kerning first=315 second=212 amount=-2 -kerning first=1258 second=8222 amount=-3 -kerning first=8217 second=1105 amount=-4 -kerning first=335 second=1263 amount=-1 -kerning first=8249 second=197 amount=-2 -kerning first=959 second=1217 amount=-2 -kerning first=1060 second=95 amount=-3 -kerning first=121 second=195 amount=-4 -kerning first=95 second=1088 amount=3 -kerning first=1225 second=316 amount=1 -kerning first=1091 second=1200 amount=-2 -kerning first=348 second=258 amount=-1 -kerning first=1181 second=232 amount=-1 -kerning first=260 second=42 amount=-6 -kerning first=311 second=126 amount=-2 -kerning first=1059 second=213 amount=-3 -kerning first=1193 second=1140 amount=-3 -kerning first=221 second=252 amount=-3 -kerning first=1188 second=351 amount=-5 -kerning first=380 second=963 amount=-1 -kerning first=250 second=354 amount=-3 -kerning first=309 second=236 amount=3 -kerning first=258 second=211 amount=-2 -kerning first=1220 second=120 amount=-1 -kerning first=356 second=1251 amount=-4 -kerning first=336 second=933 amount=-3 -kerning first=102 second=1145 amount=-1 -kerning first=923 second=186 amount=-5 -kerning first=372 second=1057 amount=-2 -kerning first=1202 second=171 amount=-3 -kerning first=89 second=1224 amount=-3 -kerning first=195 second=1204 amount=-6 -kerning first=1153 second=84 amount=-5 -kerning first=913 second=1089 amount=-1 -kerning first=1233 second=1035 amount=-3 -kerning first=1237 second=1143 amount=-1 -kerning first=110 second=1200 amount=-6 -kerning first=268 second=1276 amount=-1 -kerning first=8244 second=1139 amount=-4 -kerning first=959 second=192 amount=-2 -kerning first=1169 second=257 amount=-1 -kerning first=54 second=44 amount=-2 -kerning first=235 second=374 amount=-7 -kerning first=214 second=1236 amount=-2 -kerning first=322 second=300 amount=2 -kerning first=107 second=245 amount=-1 -kerning first=1222 second=1062 amount=1 -kerning first=1082 second=183 amount=-2 -kerning first=1189 second=289 amount=-1 -kerning first=343 second=1077 amount=-1 -kerning first=286 second=935 amount=-1 -kerning first=109 second=1185 amount=-2 -kerning first=1184 second=336 amount=-2 -kerning first=99 second=1098 amount=-1 -kerning first=8360 second=1204 amount=-5 -kerning first=236 second=92 amount=2 -kerning first=354 second=65 amount=-6 -kerning first=1163 second=321 amount=1 -kerning first=258 second=119 amount=-4 -kerning first=1169 second=1153 amount=-1 -kerning first=94 second=74 amount=-6 -kerning first=70 second=966 amount=-3 -kerning first=328 second=356 amount=-3 -kerning first=1270 second=1116 amount=-4 -kerning first=1200 second=59 amount=-4 -kerning first=1244 second=103 amount=-2 -kerning first=378 second=1105 amount=-1 -kerning first=90 second=79 amount=-2 -kerning first=194 second=169 amount=-2 -kerning first=1168 second=1111 amount=6 -kerning first=1050 second=210 amount=-2 -kerning first=1097 second=919 amount=1 -kerning first=8224 second=273 amount=-2 -kerning first=380 second=243 amount=-1 -kerning first=313 second=932 amount=-6 -kerning first=910 second=1181 amount=-3 -kerning first=8244 second=247 amount=-2 -kerning first=1110 second=299 amount=3 -kerning first=193 second=334 amount=-2 -kerning first=1274 second=341 amount=-4 -kerning first=239 second=1016 amount=3 -kerning first=194 second=89 amount=-5 -kerning first=354 second=101 amount=-5 -kerning first=84 second=1125 amount=-4 -kerning first=1232 second=1057 amount=-2 -kerning first=76 second=359 amount=-1 -kerning first=1253 second=118 amount=-1 -kerning first=356 second=109 amount=-4 -kerning first=1128 second=216 amount=-2 -kerning first=939 second=338 amount=-3 -kerning first=357 second=1238 amount=1 -kerning first=1027 second=1104 amount=-5 -kerning first=8221 second=1118 amount=1 -kerning first=1074 second=933 amount=-5 -kerning first=193 second=373 amount=-4 -kerning first=1162 second=300 amount=2 -kerning first=1197 second=234 amount=-1 -kerning first=1253 second=1201 amount=-1 -kerning first=95 second=266 amount=-3 -kerning first=967 second=106 amount=3 -kerning first=915 second=958 amount=-4 -kerning first=1036 second=242 amount=-3 -kerning first=1075 second=281 amount=-1 -kerning first=183 second=1035 amount=-3 -kerning first=1168 second=332 amount=-2 -kerning first=1199 second=337 amount=-1 -kerning first=1170 second=1235 amount=-5 -kerning first=332 second=1066 amount=-2 -kerning first=913 second=1145 amount=-1 -kerning first=1197 second=1243 amount=-1 -kerning first=173 second=932 amount=-3 -kerning first=221 second=288 amount=-3 -kerning first=122 second=335 amount=-1 -kerning first=1043 second=913 amount=-6 -kerning first=377 second=1017 amount=-2 -kerning first=1171 second=183 amount=-1 -kerning first=356 second=173 amount=-3 -kerning first=902 second=1265 amount=-4 -kerning first=1164 second=967 amount=-1 -kerning first=1270 second=110 amount=-4 -kerning first=290 second=1200 amount=-2 -kerning first=922 second=338 amount=-2 -kerning first=1027 second=1114 amount=-4 -kerning first=1122 second=1026 amount=-3 -kerning first=924 second=299 amount=5 -kerning first=1111 second=86 amount=5 -kerning first=1112 second=41 amount=2 -kerning first=95 second=237 amount=2 -kerning first=1103 second=1263 amount=-1 -kerning first=317 second=216 amount=-2 -kerning first=89 second=1195 amount=-6 -kerning first=8353 second=1217 amount=-1 -kerning first=8217 second=1171 amount=1 -kerning first=65 second=101 amount=-1 -kerning first=8250 second=195 amount=-2 -kerning first=1222 second=313 amount=1 -kerning first=1187 second=124 amount=1 -kerning first=177 second=1200 amount=-6 -kerning first=123 second=1112 amount=1 -kerning first=1118 second=1196 amount=-2 -kerning first=239 second=915 amount=3 -kerning first=8221 second=263 amount=-4 -kerning first=350 second=197 amount=-1 -kerning first=1143 second=225 amount=-1 -kerning first=84 second=1111 amount=6 -kerning first=225 second=8220 amount=-3 -kerning first=1185 second=8363 amount=-1 -kerning first=118 second=260 amount=-4 -kerning first=79 second=1278 amount=-2 -kerning first=1050 second=1259 amount=-3 -kerning first=1259 second=967 amount=-1 -kerning first=1191 second=1098 amount=-4 -kerning first=1200 second=291 amount=-6 -kerning first=1279 second=981 amount=-1 -kerning first=92 second=92 amount=-5 -kerning first=933 second=211 amount=-3 -kerning first=116 second=89 amount=-1 -kerning first=1058 second=1089 amount=-5 -kerning first=8217 second=951 amount=-1 -kerning first=195 second=357 amount=-2 -kerning first=260 second=213 amount=-2 -kerning first=354 second=341 amount=-4 -kerning first=1273 second=49 amount=-3 -kerning first=957 second=258 amount=-4 -kerning first=1090 second=172 amount=-1 -kerning first=95 second=51 amount=-3 -kerning first=971 second=1198 amount=-4 -kerning first=376 second=1204 amount=3 -kerning first=1116 second=273 amount=-1 -kerning first=1064 second=938 amount=2 -kerning first=902 second=267 amount=-1 -kerning first=1187 second=1200 amount=-1 -kerning first=343 second=379 amount=-2 -kerning first=253 second=932 amount=-2 -kerning first=92 second=338 amount=-2 -kerning first=1140 second=227 amount=-4 -kerning first=1186 second=1042 amount=1 -kerning first=1217 second=1012 amount=-2 -kerning first=8353 second=192 amount=-1 -kerning first=241 second=1196 amount=-3 -kerning first=1043 second=1103 amount=-5 -kerning first=1027 second=353 amount=-5 -kerning first=1107 second=966 amount=-1 -kerning first=106 second=93 amount=2 -kerning first=213 second=923 amount=-2 -kerning first=1020 second=92 amount=-4 -kerning first=376 second=1232 amount=-5 -kerning first=1265 second=1193 amount=-1 -kerning first=310 second=307 amount=2 -kerning first=1178 second=211 amount=-2 -kerning first=297 second=922 amount=3 -kerning first=361 second=8244 amount=1 -kerning first=260 second=118 amount=-4 -kerning first=1046 second=1256 amount=-2 -kerning first=1094 second=356 amount=-2 -kerning first=913 second=1140 amount=-5 -kerning first=957 second=283 amount=-1 -kerning first=341 second=1263 amount=1 -kerning first=1196 second=334 amount=-2 -kerning first=1043 second=308 amount=-6 -kerning first=84 second=332 amount=-2 -kerning first=959 second=221 amount=-7 -kerning first=197 second=94 amount=-6 -kerning first=256 second=36 amount=-1 -kerning first=1201 second=963 amount=-1 -kerning first=1180 second=214 amount=-2 -kerning first=257 second=121 amount=-1 -kerning first=260 second=1201 amount=-4 -kerning first=1205 second=1211 amount=1 -kerning first=254 second=375 amount=-1 -kerning first=382 second=245 amount=-1 -kerning first=939 second=1163 amount=-3 -kerning first=361 second=84 amount=-3 -kerning first=194 second=210 amount=-2 -kerning first=1224 second=1141 amount=-1 -kerning first=1087 second=1199 amount=-1 -kerning first=1118 second=271 amount=-1 -kerning first=1267 second=354 amount=-2 -kerning first=98 second=1118 amount=-1 -kerning first=1195 second=1058 amount=-5 -kerning first=1178 second=119 amount=-4 -kerning first=929 second=1209 amount=-1 -kerning first=374 second=1251 amount=-3 -kerning first=327 second=297 amount=5 -kerning first=192 second=289 amount=-1 -kerning first=1059 second=356 amount=3 -kerning first=1094 second=1168 amount=1 -kerning first=120 second=235 amount=-1 -kerning first=1105 second=1263 amount=-1 -kerning first=1270 second=192 amount=-6 -kerning first=8224 second=240 amount=-2 -kerning first=1196 second=373 amount=-4 -kerning first=935 second=981 amount=-2 -kerning first=310 second=334 amount=-2 -kerning first=1196 second=1273 amount=-4 -kerning first=1058 second=1145 amount=-5 -kerning first=79 second=260 amount=-2 -kerning first=972 second=1185 amount=-2 -kerning first=1199 second=1105 amount=-1 -kerning first=373 second=193 amount=-4 -kerning first=341 second=265 amount=-1 -kerning first=1180 second=1199 amount=-3 -kerning first=927 second=372 amount=-1 -kerning first=221 second=65 amount=-5 -kerning first=122 second=1104 amount=-1 -kerning first=1225 second=247 amount=-1 -kerning first=8244 second=367 amount=-3 -kerning first=203 second=297 amount=5 -kerning first=1169 second=234 amount=-1 -kerning first=65 second=174 amount=-5 -kerning first=356 second=1220 amount=-4 -kerning first=1201 second=243 amount=-1 -kerning first=1205 second=323 amount=1 -kerning first=253 second=285 amount=-1 -kerning first=1270 second=232 amount=-5 -kerning first=966 second=8220 amount=-4 -kerning first=379 second=268 amount=-2 -kerning first=236 second=95 amount=3 -kerning first=299 second=1213 amount=3 -kerning first=1163 second=1166 amount=1 -kerning first=1169 second=1243 amount=-1 -kerning first=233 second=1200 amount=-7 -kerning first=1087 second=957 amount=-1 -kerning first=1267 second=913 amount=-4 -kerning first=310 second=373 amount=-4 -kerning first=76 second=1254 amount=-2 -kerning first=89 second=1194 amount=-3 -kerning first=1036 second=1099 amount=2 -kerning first=1253 second=356 amount=-3 -kerning first=903 second=1234 amount=-5 -kerning first=1222 second=70 amount=1 -kerning first=1059 second=902 amount=-5 -kerning first=373 second=233 amount=-1 -kerning first=1255 second=1199 amount=-1 -kerning first=1198 second=1258 amount=-3 -kerning first=221 second=101 amount=-6 -kerning first=1126 second=1213 amount=-2 -kerning first=76 second=1144 amount=-2 -kerning first=1089 second=1066 amount=-5 -kerning first=1201 second=8221 amount=2 -kerning first=102 second=1233 amount=-1 -kerning first=902 second=177 amount=-3 -kerning first=8225 second=1255 amount=-2 -kerning first=1232 second=910 amount=-5 -kerning first=373 second=1241 amount=-1 -kerning first=1270 second=1084 amount=-4 -kerning first=253 second=162 amount=-1 -kerning first=923 second=981 amount=-1 -kerning first=374 second=109 amount=-3 -kerning first=8217 second=1091 amount=1 -kerning first=352 second=195 amount=-1 -kerning first=1048 second=298 amount=2 -kerning first=1180 second=957 amount=-3 -kerning first=212 second=1244 amount=-2 -kerning first=240 second=198 amount=-2 -kerning first=1234 second=283 amount=-1 -kerning first=375 second=44 amount=-2 -kerning first=1118 second=113 amount=-1 -kerning first=910 second=213 amount=-3 -kerning first=1061 second=267 amount=-2 -kerning first=307 second=1140 amount=2 -kerning first=275 second=1141 amount=-1 -kerning first=1215 second=1059 amount=-7 -kerning first=194 second=1259 amount=-1 -kerning first=1168 second=46 amount=-2 -kerning first=1046 second=1079 amount=-2 -kerning first=279 second=1199 amount=-1 -kerning first=1093 second=291 amount=-1 -kerning first=1202 second=286 amount=-2 -kerning first=973 second=358 amount=-3 -kerning first=299 second=223 amount=3 -kerning first=1189 second=1196 amount=-2 -kerning first=230 second=1059 amount=-7 -kerning first=297 second=1025 amount=3 -kerning first=374 second=173 amount=-3 -kerning first=915 second=1207 amount=-5 -kerning first=315 second=1213 amount=-1 -kerning first=1092 second=372 amount=-3 -kerning first=1016 second=256 amount=-2 -kerning first=1255 second=957 amount=-1 -kerning first=341 second=1139 amount=-1 -kerning first=324 second=86 amount=-3 -kerning first=1116 second=240 amount=-1 -kerning first=212 second=193 amount=-2 -kerning first=1086 second=1046 amount=-2 -kerning first=1059 second=1173 amount=-3 -kerning first=1193 second=1058 amount=-3 -kerning first=8217 second=231 amount=-4 -kerning first=195 second=1256 amount=-2 -kerning first=972 second=1276 amount=-2 -kerning first=1179 second=932 amount=-4 -kerning first=1274 second=1257 amount=-5 -kerning first=358 second=289 amount=-5 -kerning first=1267 second=308 amount=-4 -kerning first=199 second=95 amount=-3 -kerning first=81 second=1278 amount=-2 -kerning first=197 second=214 amount=-2 -kerning first=195 second=1200 amount=-5 -kerning first=187 second=92 amount=-4 -kerning first=1170 second=1119 amount=-4 -kerning first=279 second=957 amount=-1 -kerning first=1066 second=1118 amount=-1 -kerning first=341 second=247 amount=-2 -kerning first=186 second=1092 amount=-2 -kerning first=221 second=341 amount=-3 -kerning first=1143 second=100 amount=-1 -kerning first=1222 second=1198 amount=-1 -kerning first=301 second=102 amount=3 -kerning first=8360 second=1200 amount=-5 -kerning first=260 second=356 amount=-6 -kerning first=1226 second=75 amount=1 -kerning first=1139 second=1196 amount=-3 -kerning first=1096 second=1267 amount=-1 -kerning first=71 second=88 amount=-1 -kerning first=1278 second=71 amount=-2 -kerning first=241 second=87 amount=-3 -kerning first=355 second=925 amount=1 -kerning first=8244 second=324 amount=-1 -kerning first=932 second=97 amount=-5 -kerning first=1189 second=271 amount=-1 -kerning first=1087 second=354 amount=-3 -kerning first=1050 second=1193 amount=-3 -kerning first=908 second=86 amount=-2 -kerning first=1196 second=8230 amount=-2 -kerning first=1198 second=1080 amount=-3 -kerning first=75 second=289 amount=-3 -kerning first=221 second=174 amount=-1 -kerning first=947 second=172 amount=-2 -kerning first=1275 second=235 amount=-1 -kerning first=8244 second=1271 amount=-1 -kerning first=196 second=8225 amount=-5 -kerning first=193 second=1141 amount=-4 -kerning first=84 second=46 amount=-2 -kerning first=197 second=1199 amount=-4 -kerning first=336 second=1204 amount=-2 -kerning first=86 second=256 amount=-5 -kerning first=1271 second=8363 amount=-1 -kerning first=353 second=221 amount=-5 -kerning first=1225 second=209 amount=1 -kerning first=1244 second=273 amount=-2 -kerning first=378 second=231 amount=-1 -kerning first=381 second=199 amount=-2 -kerning first=1168 second=103 amount=-5 -kerning first=259 second=1197 amount=-2 -kerning first=1084 second=1249 amount=-2 -kerning first=1226 second=1109 amount=-1 -kerning first=234 second=1196 amount=-3 -kerning first=1207 second=330 amount=1 -kerning first=290 second=303 amount=2 -kerning first=1234 second=176 amount=-6 -kerning first=87 second=8249 amount=-4 -kerning first=80 second=1207 amount=-1 -kerning first=1061 second=177 amount=-3 -kerning first=283 second=372 amount=-3 -kerning first=336 second=1232 amount=-2 -kerning first=1072 second=89 amount=-6 -kerning first=1200 second=1054 amount=-3 -kerning first=1257 second=1143 amount=-1 -kerning first=1140 second=1092 amount=-4 -kerning first=254 second=1066 amount=-3 -kerning first=1195 second=939 amount=-4 -kerning first=88 second=966 amount=-2 -kerning first=1202 second=920 amount=-2 -kerning first=346 second=1234 amount=-1 -kerning first=1275 second=1222 amount=-3 -kerning first=365 second=8216 amount=-3 -kerning first=1179 second=285 amount=-1 -kerning first=86 second=281 amount=-4 -kerning first=1118 second=238 amount=3 -kerning first=104 second=1035 amount=-3 -kerning first=45 second=1078 amount=-1 -kerning first=328 second=1265 amount=-1 -kerning first=1168 second=1249 amount=-2 -kerning first=354 second=1257 amount=-5 -kerning first=1051 second=299 amount=5 -kerning first=114 second=245 amount=-1 -kerning first=1097 second=320 amount=1 -kerning first=1278 second=45 amount=-4 -kerning first=1217 second=266 amount=-2 -kerning first=81 second=260 amount=-2 -kerning first=1043 second=1263 amount=-4 -kerning first=8221 second=365 amount=-3 -kerning first=8230 second=903 amount=-6 -kerning first=193 second=116 amount=-2 -kerning first=1255 second=354 amount=-3 -kerning first=197 second=957 amount=-4 -kerning first=256 second=1242 amount=-2 -kerning first=1209 second=1026 amount=-3 -kerning first=1276 second=71 amount=-2 -kerning first=374 second=1220 amount=-3 -kerning first=359 second=356 amount=-2 -kerning first=270 second=8222 amount=-3 -kerning first=1122 second=1061 amount=-2 -kerning first=1046 second=1017 amount=-2 -kerning first=1179 second=162 amount=-1 -kerning first=1094 second=917 amount=1 -kerning first=1095 second=8220 amount=-3 -kerning first=174 second=1207 amount=-1 -kerning first=8250 second=119 amount=-2 -kerning first=1145 second=299 amount=7 -kerning first=1189 second=113 amount=-1 -kerning first=229 second=374 amount=-6 -kerning first=970 second=183 amount=-2 -kerning first=1040 second=8249 amount=-2 -kerning first=1202 second=8363 amount=-2 -kerning first=1198 second=172 amount=-3 -kerning first=295 second=1185 amount=-2 -kerning first=1074 second=1204 amount=-5 -kerning first=1175 second=291 amount=-1 -kerning first=279 second=354 amount=-3 -kerning first=332 second=65 amount=-2 -kerning first=1090 second=333 amount=-1 -kerning first=1203 second=1089 amount=-1 -kerning first=43 second=358 amount=-3 -kerning first=287 second=1066 amount=-3 -kerning first=1205 second=1043 amount=1 -kerning first=376 second=1256 amount=-3 -kerning first=8373 second=1276 amount=-1 -kerning first=8244 second=258 amount=-9 -kerning first=359 second=1168 amount=1 -kerning first=356 second=79 amount=-2 -kerning first=1094 second=318 amount=1 -kerning first=213 second=1217 amount=-2 -kerning first=1043 second=265 amount=-5 -kerning first=1107 second=226 amount=-1 -kerning first=333 second=1203 amount=-1 -kerning first=84 second=103 amount=-5 -kerning first=1255 second=913 amount=-2 -kerning first=235 second=1249 amount=-1 -kerning first=65 second=1257 amount=-1 -kerning first=192 second=1196 amount=-6 -kerning first=212 second=374 amount=-3 -kerning first=1138 second=86 amount=-2 -kerning first=1277 second=945 amount=-1 -kerning first=1091 second=244 amount=-1 -kerning first=1265 second=1010 amount=-1 -kerning first=326 second=1140 amount=-3 -kerning first=89 second=1138 amount=-3 -kerning first=1058 second=1233 amount=-5 -kerning first=321 second=908 amount=-2 -kerning first=237 second=301 amount=3 -kerning first=1241 second=197 amount=-2 -kerning first=1187 second=1162 amount=1 -kerning first=113 second=1026 amount=-3 -kerning first=1090 second=8218 amount=-8 -kerning first=95 second=1097 amount=3 -kerning first=1276 second=45 amount=-4 -kerning first=910 second=356 amount=3 -kerning first=8244 second=283 amount=-4 -kerning first=981 second=1197 amount=-2 -kerning first=38 second=255 amount=-2 -kerning first=1270 second=212 amount=-2 -kerning first=913 second=1058 amount=-6 -kerning first=1040 second=1035 amount=-6 -kerning first=1196 second=1141 amount=-4 -kerning first=357 second=1250 amount=1 -kerning first=1143 second=1026 amount=-2 -kerning first=213 second=192 amount=-2 -kerning first=84 second=1249 amount=-2 -kerning first=112 second=86 amount=-4 -kerning first=1063 second=297 amount=5 -kerning first=70 second=380 amount=-2 -kerning first=288 second=84 amount=-2 -kerning first=1237 second=118 amount=-1 -kerning first=375 second=225 amount=-1 -kerning first=1141 second=171 amount=-3 -kerning first=1091 second=8222 amount=-5 -kerning first=1251 second=8220 amount=-3 -kerning first=194 second=1193 amount=-1 -kerning first=1168 second=259 amount=-5 -kerning first=208 second=1278 amount=-2 -kerning first=1193 second=939 amount=-7 -kerning first=1237 second=1201 amount=-1 -kerning first=8370 second=932 amount=-2 -kerning first=380 second=99 amount=-1 -kerning first=920 second=258 amount=-2 -kerning first=8244 second=1087 amount=-1 -kerning first=196 second=79 amount=-2 -kerning first=247 second=84 amount=-3 -kerning first=923 second=355 amount=-2 -kerning first=89 second=287 amount=-6 -kerning first=88 second=1060 amount=-2 -kerning first=939 second=944 amount=-3 -kerning first=1027 second=43 amount=-3 -kerning first=1197 second=8230 amount=-6 -kerning first=1203 second=1145 amount=-1 -kerning first=118 second=966 amount=-1 -kerning first=910 second=902 amount=-5 -kerning first=1244 second=240 amount=-2 -kerning first=310 second=1141 amount=-3 -kerning first=192 second=271 amount=-1 -kerning first=197 second=354 amount=-6 -kerning first=335 second=258 amount=-2 -kerning first=1188 second=250 amount=-5 -kerning first=1043 second=1139 amount=-5 -kerning first=1049 second=207 amount=2 -kerning first=1143 second=297 amount=3 -kerning first=1139 second=87 amount=-3 -kerning first=1085 second=84 amount=-3 -kerning first=1274 second=1108 amount=-5 -kerning first=120 second=1259 amount=-1 -kerning first=1265 second=339 amount=-1 -kerning first=933 second=97 amount=-6 -kerning first=194 second=1109 amount=-1 -kerning first=1199 second=231 amount=-1 -kerning first=1126 second=100 amount=-1 -kerning first=1166 second=261 amount=-1 -kerning first=333 second=910 amount=-7 -kerning first=262 second=301 amount=2 -kerning first=192 second=1275 amount=-2 -kerning first=1274 second=1032 amount=-6 -kerning first=356 second=973 amount=-4 -kerning first=932 second=1089 amount=-5 -kerning first=367 second=1058 amount=-3 -kerning first=101 second=358 amount=-3 -kerning first=1067 second=298 amount=2 -kerning first=1207 second=8217 amount=2 -kerning first=351 second=932 amount=-5 -kerning first=240 second=1244 amount=-2 -kerning first=939 second=335 amount=-6 -kerning first=1043 second=247 amount=-3 -kerning first=1211 second=1196 amount=-3 -kerning first=195 second=1017 amount=-2 -kerning first=302 second=303 amount=2 -kerning first=234 second=87 amount=-3 -kerning first=210 second=1040 amount=-2 -kerning first=917 second=1111 amount=5 -kerning first=1090 second=1077 amount=-1 -kerning first=345 second=972 amount=-1 -kerning first=1184 second=1242 amount=-2 -kerning first=226 second=933 amount=-6 -kerning first=1170 second=121 amount=-4 -kerning first=1097 second=304 amount=1 -kerning first=372 second=1234 amount=-4 -kerning first=1188 second=261 amount=-5 -kerning first=308 second=46 amount=-2 -kerning first=1027 second=1236 amount=-6 -kerning first=910 second=1173 amount=-3 -kerning first=55 second=269 amount=-3 -kerning first=84 second=259 amount=-5 -kerning first=208 second=260 amount=-2 -kerning first=1086 second=125 amount=-1 -kerning first=1102 second=1203 amount=-1 -kerning first=1164 second=92 amount=-4 -kerning first=116 second=75 amount=1 -kerning first=922 second=335 amount=-3 -kerning first=8217 second=363 amount=-3 -kerning first=221 second=1257 amount=-6 -kerning first=1187 second=1225 amount=1 -kerning first=332 second=935 amount=-2 -kerning first=1090 second=1113 amount=-3 -kerning first=240 second=193 amount=-2 -kerning first=87 second=228 amount=-4 -kerning first=1118 second=248 amount=-1 -kerning first=1267 second=265 amount=-1 -kerning first=376 second=114 amount=-3 -kerning first=347 second=92 amount=-3 -kerning first=1243 second=195 amount=-2 -kerning first=1253 second=1265 amount=-1 -kerning first=192 second=113 amount=-1 -kerning first=256 second=86 amount=-5 -kerning first=1059 second=267 amount=-6 -kerning first=255 second=356 amount=-2 -kerning first=1128 second=927 amount=-2 -kerning first=324 second=8216 amount=-3 -kerning first=1043 second=1028 amount=-2 -kerning first=357 second=1223 amount=1 -kerning first=258 second=1089 amount=-1 -kerning first=1220 second=1078 amount=-1 -kerning first=1034 second=1203 amount=-1 -kerning first=1259 second=92 amount=-4 -kerning first=246 second=375 amount=-1 -kerning first=116 second=1109 amount=-1 -kerning first=1010 second=374 amount=-4 -kerning first=34 second=38 amount=-2 -kerning first=1075 second=289 amount=-1 -kerning first=232 second=84 amount=-3 -kerning first=354 second=1108 amount=-5 -kerning first=1117 second=1059 amount=-6 -kerning first=313 second=264 amount=-2 -kerning first=239 second=354 amount=6 -kerning first=8221 second=256 amount=-9 -kerning first=1171 second=95 amount=-3 -kerning first=323 second=206 amount=2 -kerning first=197 second=1103 amount=-1 -kerning first=256 second=945 amount=-1 -kerning first=107 second=1066 amount=-4 -kerning first=932 second=1145 amount=-5 -kerning first=92 second=335 amount=-1 -kerning first=374 second=79 amount=-3 -kerning first=1186 second=910 amount=-1 -kerning first=1128 second=1267 amount=-4 -kerning first=1217 second=245 amount=-2 -kerning first=1055 second=300 amount=2 -kerning first=8217 second=229 amount=-4 -kerning first=248 second=1277 amount=-1 -kerning first=354 second=1032 amount=-6 -kerning first=259 second=253 amount=-1 -kerning first=213 second=221 amount=-3 -kerning first=358 second=271 amount=-5 -kerning first=971 second=8221 amount=1 -kerning first=317 second=927 amount=-2 -kerning first=297 second=299 amount=3 -kerning first=321 second=126 amount=-3 -kerning first=192 second=87 amount=-4 -kerning first=256 second=262 amount=-2 -kerning first=1222 second=1252 amount=1 -kerning first=1046 second=244 amount=-2 -kerning first=1050 second=1010 amount=-3 -kerning first=1167 second=1140 amount=-4 -kerning first=255 second=902 amount=-4 -kerning first=913 second=182 amount=-1 -kerning first=957 second=1059 amount=-2 -kerning first=169 second=910 amount=-3 -kerning first=1193 second=967 amount=-1 -kerning first=186 second=981 amount=-2 -kerning first=1188 second=331 amount=-4 -kerning first=239 second=1041 amount=3 -kerning first=8221 second=281 amount=-4 -kerning first=48 second=8218 amount=-3 -kerning first=55 second=1086 amount=-3 -kerning first=1143 second=1235 amount=-1 -kerning first=1169 second=8230 amount=-6 -kerning first=1237 second=356 amount=-3 -kerning first=292 second=296 amount=2 -kerning first=1270 second=44 amount=-2 -kerning first=1265 second=239 amount=3 -kerning first=1115 second=1059 amount=-6 -kerning first=908 second=8216 amount=-2 -kerning first=337 second=197 amount=-2 -kerning first=359 second=917 amount=1 -kerning first=357 second=8220 amount=-3 -kerning first=913 second=939 amount=-5 -kerning first=943 second=916 amount=-3 -kerning first=336 second=1200 amount=-3 -kerning first=1104 second=1203 amount=-1 -kerning first=121 second=97 amount=-1 -kerning first=1267 second=1139 amount=-1 -kerning first=317 second=1267 amount=-4 -kerning first=1229 second=300 amount=2 -kerning first=65 second=1108 amount=-1 -kerning first=1201 second=99 amount=-1 -kerning first=1097 second=1172 amount=1 -kerning first=343 second=261 amount=-1 -kerning first=1102 second=910 amount=-7 -kerning first=373 second=46 amount=-5 -kerning first=1205 second=278 amount=1 -kerning first=1233 second=1199 amount=-1 -kerning first=1202 second=216 amount=-2 -kerning first=1198 second=965 amount=-3 -kerning first=1128 second=269 amount=-1 -kerning first=75 second=271 amount=-3 -kerning first=939 second=1104 amount=-6 -kerning first=1027 second=251 amount=-5 -kerning first=8221 second=1226 amount=-1 -kerning first=299 second=1026 amount=6 -kerning first=947 second=8218 amount=-5 -kerning first=44 second=221 amount=-4 -kerning first=196 second=8244 amount=-7 -kerning first=258 second=1145 amount=-1 -kerning first=1069 second=258 amount=-2 -kerning first=375 second=100 amount=-1 -kerning first=376 second=1017 amount=-3 -kerning first=923 second=1198 amount=-5 -kerning first=297 second=1049 amount=3 -kerning first=359 second=318 amount=1 -kerning first=1058 second=1094 amount=-4 -kerning first=915 second=8249 amount=-8 -kerning first=192 second=268 amount=-2 -kerning first=73 second=95 amount=2 -kerning first=1168 second=273 amount=-5 -kerning first=260 second=1265 amount=-4 -kerning first=1275 second=1259 amount=-1 -kerning first=1097 second=66 amount=1 -kerning first=957 second=291 amount=-1 -kerning first=1257 second=1202 amount=-2 -kerning first=111 second=198 amount=-2 -kerning first=1126 second=1026 amount=-6 -kerning first=333 second=1093 amount=-1 -kerning first=355 second=353 amount=-1 -kerning first=196 second=84 amount=-6 -kerning first=1087 second=1263 amount=-1 -kerning first=1277 second=111 amount=-1 -kerning first=1059 second=177 amount=-6 -kerning first=1034 second=910 amount=-7 -kerning first=253 second=940 amount=-1 -kerning first=291 second=1204 amount=-3 -kerning first=1140 second=981 amount=-4 -kerning first=1186 second=107 amount=1 -kerning first=922 second=1104 amount=-3 -kerning first=939 second=1114 amount=-3 -kerning first=1224 second=49 amount=-3 -kerning first=341 second=258 amount=-3 -kerning first=95 second=375 amount=-5 -kerning first=1088 second=1197 amount=-2 -kerning first=358 second=113 amount=-5 -kerning first=1126 second=67 amount=-2 -kerning first=1166 second=197 amount=-5 -kerning first=46 second=1185 amount=-5 -kerning first=356 second=1239 amount=-5 -kerning first=161 second=376 amount=-4 -kerning first=1050 second=339 amount=-3 -kerning first=1092 second=1098 amount=-2 -kerning first=254 second=65 amount=-2 -kerning first=1233 second=957 amount=-1 -kerning first=176 second=286 amount=-1 -kerning first=1196 second=122 amount=-3 -kerning first=1198 second=333 amount=-6 -kerning first=1042 second=299 amount=2 -kerning first=248 second=933 amount=-7 -kerning first=1043 second=367 amount=-5 -kerning first=299 second=297 amount=3 -kerning first=171 second=356 amount=-3 -kerning first=1078 second=172 amount=-1 -kerning first=1180 second=1263 amount=-3 -kerning first=98 second=256 amount=-2 -kerning first=374 second=973 amount=-3 -kerning first=981 second=253 amount=-1 -kerning first=933 second=1089 amount=-6 -kerning first=315 second=1026 amount=-6 -kerning first=367 second=939 amount=-4 -kerning first=260 second=267 amount=-1 -kerning first=1074 second=1200 amount=-5 -kerning first=341 second=283 amount=-1 -kerning first=1098 second=375 amount=-2 -kerning first=240 second=374 amount=-7 -kerning first=1234 second=1059 amount=-5 -kerning first=1223 second=207 amount=2 -kerning first=1126 second=297 amount=3 -kerning first=1188 second=197 amount=-6 -kerning first=1211 second=87 amount=-3 -kerning first=245 second=255 amount=-1 -kerning first=76 second=8220 amount=-5 -kerning first=916 second=969 amount=-2 -kerning first=1274 second=908 amount=-2 -kerning first=356 second=1102 amount=-4 -kerning first=1189 second=248 amount=-1 -kerning first=120 second=1193 amount=-1 -kerning first=92 second=1104 amount=-1 -kerning first=89 second=1012 amount=-3 -kerning first=1198 second=8218 amount=-7 -kerning first=1128 second=1086 amount=-1 -kerning first=75 second=113 amount=-3 -kerning first=315 second=67 amount=-2 -kerning first=939 second=353 amount=-4 -kerning first=1122 second=121 amount=-1 -kerning first=1163 second=356 amount=-2 -kerning first=1124 second=258 amount=-1 -kerning first=258 second=1140 amount=-5 -kerning first=1255 second=1263 amount=-1 -kerning first=212 second=46 amount=-3 -kerning first=1138 second=8216 amount=-2 -kerning first=1104 second=910 amount=-7 -kerning first=1256 second=256 amount=-2 -kerning first=1178 second=1089 amount=-3 -kerning first=326 second=1058 amount=-3 -kerning first=89 second=358 amount=3 -kerning first=244 second=1035 amount=-3 -kerning first=1036 second=8370 amount=-2 -kerning first=356 second=74 amount=-6 -kerning first=1222 second=1186 amount=1 -kerning first=1215 second=372 amount=-3 -kerning first=1168 second=1167 amount=-4 -kerning first=216 second=1276 amount=-2 -kerning first=1094 second=1211 amount=1 -kerning first=1097 second=1052 amount=1 -kerning first=373 second=103 amount=-1 -kerning first=1035 second=375 amount=-1 -kerning first=227 second=1196 amount=-3 -kerning first=1188 second=275 amount=-5 -kerning first=1109 second=84 amount=-5 -kerning first=196 second=1239 amount=-1 -kerning first=171 second=902 amount=-2 -kerning first=84 second=273 amount=-5 -kerning first=1180 second=265 amount=-3 -kerning first=230 second=372 amount=-3 -kerning first=902 second=170 amount=-5 -kerning first=1265 second=1072 amount=-1 -kerning first=382 second=1066 amount=-2 -kerning first=1184 second=945 amount=-3 -kerning first=195 second=244 amount=-1 -kerning first=194 second=1010 amount=-1 -kerning first=1163 second=1168 amount=1 -kerning first=1226 second=1042 amount=1 -kerning first=279 second=1263 amount=-1 -kerning first=112 second=8216 amount=-4 -kerning first=1234 second=291 amount=-1 -kerning first=186 second=1040 amount=-5 -kerning first=45 second=8220 amount=-2 -kerning first=945 second=173 amount=-2 -kerning first=263 second=221 amount=-4 -kerning first=305 second=125 amount=2 -kerning first=224 second=932 amount=-3 -kerning first=114 second=375 amount=1 -kerning first=8224 second=38 amount=-3 -kerning first=109 second=1267 amount=-1 -kerning first=88 second=1254 amount=-2 -kerning first=1184 second=262 amount=-2 -kerning first=221 second=1108 amount=-6 -kerning first=1188 second=1187 amount=-4 -kerning first=283 second=1098 amount=-1 -kerning first=118 second=226 amount=-1 -kerning first=94 second=256 amount=-6 -kerning first=345 second=224 amount=-1 -kerning first=358 second=268 amount=-2 -kerning first=1200 second=1020 amount=-3 -kerning first=1225 second=276 amount=1 -kerning first=297 second=294 amount=3 -kerning first=88 second=1144 amount=-2 -kerning first=246 second=1066 amount=-3 -kerning first=266 second=297 amount=2 -kerning first=933 second=1145 amount=-6 -kerning first=1036 second=181 amount=-2 -kerning first=1187 second=349 amount=-1 -kerning first=1094 second=323 amount=1 -kerning first=210 second=47 amount=-3 -kerning first=913 second=967 amount=-4 -kerning first=261 second=1198 amount=-6 -kerning first=1242 second=84 amount=-2 -kerning first=87 second=1179 amount=-2 -kerning first=221 second=1032 amount=-2 -kerning first=966 second=923 amount=-2 -kerning first=340 second=221 amount=-2 -kerning first=193 second=199 amount=-2 -kerning first=214 second=932 amount=-2 -kerning first=1222 second=8221 amount=2 -kerning first=961 second=86 amount=-4 -kerning first=1102 second=1093 amount=-1 -kerning first=92 second=353 amount=-1 -kerning first=176 second=920 amount=-1 -kerning first=374 second=84 amount=3 -kerning first=8217 second=279 amount=-4 -kerning first=8360 second=8222 amount=-3 -kerning first=265 second=1185 amount=-1 -kerning first=354 second=908 amount=-2 -kerning first=1233 second=354 amount=-3 -kerning first=1120 second=95 amount=2 -kerning first=375 second=1026 amount=-2 -kerning first=242 second=194 amount=-2 -kerning first=1178 second=1145 amount=-3 -kerning first=1201 second=198 amount=-4 -kerning first=1082 second=335 amount=-1 -kerning first=1181 second=100 amount=-1 -kerning first=1168 second=240 amount=-5 -kerning first=260 second=177 amount=-3 -kerning first=1050 second=239 amount=5 -kerning first=343 second=197 amount=-3 -kerning first=210 second=1198 amount=-3 -kerning first=1257 second=118 amount=-1 -kerning first=1140 second=1040 amount=-5 -kerning first=1198 second=1077 amount=-6 -kerning first=372 second=1258 amount=-2 -kerning first=75 second=268 amount=-2 -kerning first=1043 second=324 amount=-4 -kerning first=84 second=1167 amount=-4 -kerning first=356 second=1107 amount=-4 -kerning first=1180 second=1139 amount=-3 -kerning first=229 second=1249 amount=-2 -kerning first=1034 second=1093 amount=-1 -kerning first=1257 second=1201 amount=-1 -kerning first=254 second=174 amount=-1 -kerning first=89 second=1169 amount=-3 -kerning first=8217 second=1224 amount=-1 -kerning first=301 second=105 amount=6 -kerning first=1043 second=1271 amount=-4 -kerning first=194 second=339 amount=-1 -kerning first=1199 second=229 amount=-1 -kerning first=1179 second=940 amount=-1 -kerning first=1066 second=256 amount=-2 -kerning first=121 second=1089 amount=-1 -kerning first=358 second=52 amount=-4 -kerning first=1054 second=1066 amount=-2 -kerning first=910 second=267 amount=-6 -kerning first=197 second=1263 amount=-4 -kerning first=256 second=111 amount=-1 -kerning first=356 second=942 amount=-4 -kerning first=932 second=1233 amount=-5 -kerning first=1075 second=1196 amount=-2 -kerning first=1059 second=369 amount=-3 -kerning first=343 second=275 amount=-1 -kerning first=1270 second=225 amount=-5 -kerning first=253 second=1237 amount=-1 -kerning first=254 second=935 amount=-2 -kerning first=1263 second=1207 amount=-1 -kerning first=75 second=238 amount=2 -kerning first=313 second=8217 amount=-3 -kerning first=193 second=49 amount=-2 -kerning first=1085 second=1118 amount=-1 -kerning first=1180 second=247 amount=-4 -kerning first=375 second=297 amount=3 -kerning first=102 second=183 amount=-1 -kerning first=378 second=279 amount=-1 -kerning first=301 second=8360 amount=3 -kerning first=65 second=908 amount=-2 -kerning first=311 second=1204 amount=-4 -kerning first=1203 second=1058 amount=-3 -kerning first=1101 second=1035 amount=-3 -kerning first=1278 second=337 amount=-2 -kerning first=1258 second=194 amount=-2 -kerning first=239 second=316 amount=3 -kerning first=55 second=227 amount=-3 -kerning first=8244 second=59 amount=-4 -kerning first=1243 second=119 amount=-1 -kerning first=1269 second=86 amount=-3 -kerning first=1274 second=1255 amount=-5 -kerning first=256 second=8216 amount=-8 -kerning first=1060 second=1236 amount=-2 -kerning first=1230 second=126 amount=-1 -kerning first=1232 second=1258 amount=-2 -kerning first=1141 second=8363 amount=-1 -kerning first=89 second=1088 amount=-3 -kerning first=374 second=1239 amount=-6 -kerning first=915 second=228 amount=-5 -kerning first=8222 second=376 amount=-7 -kerning first=301 second=325 amount=3 -kerning first=183 second=354 amount=-3 -kerning first=1275 second=1193 amount=-1 -kerning first=1273 second=1035 amount=-3 -kerning first=1104 second=1093 amount=-1 -kerning first=95 second=1066 amount=-3 -kerning first=1231 second=297 amount=5 -kerning first=86 second=289 amount=-4 -kerning first=333 second=1234 amount=-2 -kerning first=376 second=244 amount=-6 -kerning first=1171 second=335 amount=-1 -kerning first=249 second=910 amount=-4 -kerning first=192 second=248 amount=-1 -kerning first=197 second=265 amount=-1 -kerning first=256 second=350 amount=-1 -kerning first=226 second=1204 amount=-3 -kerning first=1033 second=1035 amount=-3 -kerning first=1198 second=351 amount=-4 -kerning first=1027 second=277 amount=-5 -kerning first=377 second=1069 amount=-2 -kerning first=84 second=240 amount=-5 -kerning first=1030 second=207 amount=2 -kerning first=1274 second=126 amount=-3 -kerning first=1180 second=1028 amount=-2 -kerning first=70 second=242 amount=-3 -kerning first=374 second=1102 amount=-3 -kerning first=1058 second=967 amount=-4 -kerning first=1075 second=271 amount=-1 -kerning first=213 second=44 amount=-3 -kerning first=42 second=194 amount=-6 -kerning first=1098 second=1066 amount=-7 -kerning first=121 second=1145 amount=-1 -kerning first=1196 second=199 amount=-2 -kerning first=1043 second=258 amount=-6 -kerning first=222 second=196 amount=-3 -kerning first=376 second=8222 amount=-7 -kerning first=192 second=39 amount=-5 -kerning first=970 second=95 amount=-2 -kerning first=1167 second=1058 amount=-3 -kerning first=1170 second=1081 amount=-4 -kerning first=286 second=305 amount=2 -kerning first=253 second=246 amount=-1 -kerning first=1040 second=94 amount=-6 -kerning first=372 second=1080 amount=-2 -kerning first=326 second=939 amount=-6 -kerning first=374 second=74 amount=-2 -kerning first=1027 second=1189 amount=-4 -kerning first=183 second=913 amount=-2 -kerning first=181 second=60 amount=-3 -kerning first=227 second=87 amount=-3 -kerning first=1276 second=337 amount=-2 -kerning first=8217 second=1195 amount=-4 -kerning first=1082 second=1104 amount=-1 -kerning first=232 second=1118 amount=-1 -kerning first=1035 second=1066 amount=-3 -kerning first=913 second=183 amount=-2 -kerning first=243 second=196 amount=-2 -kerning first=1032 second=8222 amount=-5 -kerning first=1043 second=283 amount=-5 -kerning first=910 second=177 amount=-6 -kerning first=1185 second=269 amount=-1 -kerning first=1088 second=253 amount=-1 -kerning first=345 second=195 amount=-3 -kerning first=211 second=358 amount=-2 -kerning first=1077 second=1035 amount=-3 -kerning first=253 second=8217 amount=2 -kerning first=1279 second=963 amount=-1 -kerning first=310 second=199 amount=-2 -kerning first=231 second=932 amount=-5 -kerning first=111 second=1244 amount=-2 -kerning first=1111 second=1064 amount=3 -kerning first=195 second=349 amount=-1 -kerning first=194 second=239 amount=3 -kerning first=354 second=1255 amount=-5 -kerning first=972 second=1267 amount=-1 -kerning first=1170 second=71 amount=-2 -kerning first=1126 second=83 amount=-1 -kerning first=328 second=1090 amount=-2 -kerning first=80 second=228 amount=-1 -kerning first=242 second=376 amount=-7 -kerning first=355 second=302 amount=1 -kerning first=8244 second=291 amount=-4 -kerning first=197 second=1139 amount=-1 -kerning first=356 second=1118 amount=-4 -kerning first=107 second=101 amount=-1 -kerning first=1181 second=1026 amount=-4 -kerning first=1222 second=347 amount=-1 -kerning first=1059 second=326 amount=-3 -kerning first=114 second=1066 amount=-4 -kerning first=255 second=267 amount=-1 -kerning first=89 second=266 amount=-3 -kerning first=1043 second=1087 amount=-4 -kerning first=920 second=1059 amount=-3 -kerning first=377 second=8373 amount=-2 -kerning first=269 second=1198 amount=-4 -kerning first=1163 second=917 amount=1 -kerning first=1220 second=8220 amount=-4 -kerning first=1237 second=1265 amount=-1 -kerning first=375 second=1235 amount=-1 -kerning first=8220 second=1232 amount=-6 -kerning first=359 second=1211 amount=1 -kerning first=379 second=60 amount=-4 -kerning first=1075 second=113 amount=-1 -kerning first=1168 second=230 amount=-5 -kerning first=354 second=126 amount=-3 -kerning first=1257 second=356 amount=-3 -kerning first=169 second=1234 amount=-2 -kerning first=1278 second=1105 amount=-2 -kerning first=111 second=193 amount=-2 -kerning first=221 second=908 amount=-3 -kerning first=1188 second=336 amount=-2 -kerning first=380 second=233 amount=-1 -kerning first=236 second=302 amount=2 -kerning first=378 second=1195 amount=-1 -kerning first=1078 second=333 amount=-1 -kerning first=58 second=358 amount=-2 -kerning first=902 second=966 amount=-1 -kerning first=1094 second=1043 amount=1 -kerning first=1279 second=243 amount=-1 -kerning first=372 second=172 amount=-2 -kerning first=89 second=237 amount=-2 -kerning first=1186 second=104 amount=1 -kerning first=173 second=1197 amount=-1 -kerning first=116 second=1042 amount=1 -kerning first=1184 second=111 amount=-3 -kerning first=335 second=1059 amount=-7 -kerning first=380 second=1241 amount=-1 -kerning first=183 second=308 amount=-3 -kerning first=1163 second=318 amount=1 -kerning first=1234 second=1054 amount=-2 -kerning first=174 second=228 amount=-1 -kerning first=87 second=214 amount=-2 -kerning first=358 second=248 amount=-5 -kerning first=1056 second=224 amount=-1 -kerning first=1171 second=1104 amount=-1 -kerning first=374 second=1107 amount=-3 -kerning first=8218 second=89 amount=-7 -kerning first=1010 second=1249 amount=-1 -kerning first=65 second=1255 amount=-1 -kerning first=356 second=263 amount=-5 -kerning first=1230 second=327 amount=1 -kerning first=334 second=84 amount=-2 -kerning first=1170 second=45 amount=-3 -kerning first=1102 second=1234 amount=-2 -kerning first=120 second=1010 amount=-1 -kerning first=957 second=1076 amount=-3 -kerning first=1125 second=1059 amount=-4 -kerning first=1258 second=376 amount=-3 -kerning first=935 second=963 amount=-2 -kerning first=104 second=1199 amount=-1 -kerning first=1107 second=242 amount=-1 -kerning first=355 second=43 amount=-1 -kerning first=196 second=1118 amount=-4 -kerning first=1049 second=1031 amount=2 -kerning first=959 second=1026 amount=-3 -kerning first=1185 second=1086 amount=-1 -kerning first=1180 second=367 amount=-2 -kerning first=1209 second=121 amount=-1 -kerning first=374 second=942 amount=-3 -kerning first=933 second=1233 amount=-6 -kerning first=359 second=323 amount=1 -kerning first=1036 second=232 amount=-3 -kerning first=1199 second=279 amount=-1 -kerning first=187 second=381 amount=-2 -kerning first=1083 second=1091 amount=-1 -kerning first=1228 second=1140 amount=-3 -kerning first=258 second=1058 amount=-6 -kerning first=1257 second=902 amount=-2 -kerning first=122 second=277 amount=-1 -kerning first=39 second=65 amount=-5 -kerning first=266 second=1061 amount=-1 -kerning first=348 second=299 amount=3 -kerning first=197 second=1028 amount=-2 -kerning first=1034 second=1234 amount=-2 -kerning first=1205 second=76 amount=1 -kerning first=1270 second=100 amount=-5 -kerning first=1216 second=239 amount=5 -kerning first=1186 second=317 amount=1 -kerning first=75 second=248 amount=-3 -kerning first=248 second=1204 amount=-3 -kerning first=1111 second=321 amount=3 -kerning first=1213 second=932 amount=-3 -kerning first=1267 second=258 amount=-4 -kerning first=1276 second=1105 amount=-2 -kerning first=305 second=239 amount=3 -kerning first=1058 second=183 amount=-3 -kerning first=273 second=303 amount=2 -kerning first=59 second=84 amount=-2 -kerning first=1059 second=260 amount=-5 -kerning first=119 second=337 amount=-1 -kerning first=373 second=273 amount=-1 -kerning first=1040 second=214 amount=-2 -kerning first=935 second=243 amount=-2 -kerning first=248 second=1232 amount=-2 -kerning first=104 second=957 amount=-1 -kerning first=8370 second=236 amount=2 -kerning first=83 second=913 amount=-1 -kerning first=252 second=933 amount=-4 -kerning first=196 second=263 amount=-1 -kerning first=193 second=348 amount=-1 -kerning first=84 second=230 amount=-5 -kerning first=918 second=183 amount=-2 -kerning first=932 second=1094 amount=-4 -kerning first=1050 second=1057 amount=-2 -kerning first=1016 second=1196 amount=-3 -kerning first=255 second=177 amount=-3 -kerning first=1265 second=910 amount=-2 -kerning first=1140 second=47 amount=-4 -kerning first=923 second=963 amount=-1 -kerning first=326 second=967 amount=-1 -kerning first=162 second=1198 amount=-4 -kerning first=966 second=1217 amount=-2 -kerning first=939 second=43 amount=-3 -kerning first=1179 second=246 amount=-1 -kerning first=1117 second=372 amount=-3 -kerning first=1100 second=1244 amount=-2 -kerning first=1118 second=959 amount=-1 -kerning first=1267 second=283 amount=-1 -kerning first=376 second=349 amount=-4 -kerning first=1225 second=1059 amount=-1 -kerning first=301 second=1055 amount=3 -kerning first=192 second=115 amount=-1 -kerning first=1207 second=1065 amount=1 -kerning first=1113 second=376 amount=-11 -kerning first=120 second=339 amount=-1 -kerning first=176 second=216 amount=-1 -kerning first=1193 second=92 amount=-3 -kerning first=243 second=89 amount=-7 -kerning first=55 second=1092 amount=-3 -kerning first=1068 second=196 amount=-2 -kerning first=95 second=288 amount=-3 -kerning first=961 second=8216 amount=-4 -kerning first=1040 second=1199 amount=-4 -kerning first=922 second=43 amount=-4 -kerning first=915 second=1179 amount=-4 -kerning first=1167 second=939 amount=-7 -kerning first=966 second=192 amount=-2 -kerning first=1118 second=60 amount=-2 -kerning first=242 second=373 amount=-1 -kerning first=910 second=369 amount=-3 -kerning first=1053 second=303 amount=2 -kerning first=1061 second=966 amount=-2 -kerning first=381 second=8249 amount=-2 -kerning first=278 second=1111 amount=5 -kerning first=1078 second=1077 amount=-1 -kerning first=8250 second=1140 amount=-4 -kerning first=1145 second=972 amount=-1 -kerning first=38 second=8225 amount=-3 -kerning first=902 second=1060 amount=-2 -kerning first=1270 second=112 amount=-4 -kerning first=1115 second=372 amount=-3 -kerning first=923 second=243 amount=-1 -kerning first=246 second=65 amount=-2 -kerning first=382 second=101 amount=-1 -kerning first=336 second=8222 amount=-3 -kerning first=1103 second=1059 amount=-6 -kerning first=297 second=322 amount=3 -kerning first=934 second=95 amount=-3 -kerning first=1201 second=193 amount=-4 -kerning first=1170 second=1082 amount=-4 -kerning first=240 second=1249 amount=-2 -kerning first=111 second=374 amount=-7 -kerning first=221 second=1255 amount=-6 -kerning first=939 second=1236 amount=-5 -kerning first=8221 second=289 amount=-4 -kerning first=1080 second=1140 amount=-3 -kerning first=1040 second=957 amount=-4 -kerning first=923 second=8221 amount=-7 -kerning first=321 second=933 amount=-5 -kerning first=1233 second=1263 amount=-1 -kerning first=121 second=1233 amount=-1 -kerning first=1069 second=1059 amount=-3 -kerning first=358 second=1100 amount=-4 -kerning first=8216 second=1040 amount=-6 -kerning first=355 second=1018 amount=1 -kerning first=933 second=1058 amount=3 -kerning first=225 second=221 amount=-6 -kerning first=1253 second=1090 amount=-2 -kerning first=1201 second=233 amount=-1 -kerning first=1215 second=1098 amount=-1 -kerning first=1199 second=1195 amount=-1 -kerning first=8225 second=1232 amount=-5 -kerning first=1205 second=1238 amount=1 -kerning first=1202 second=927 amount=-2 -kerning first=295 second=1267 amount=-1 -kerning first=221 second=126 amount=-3 -kerning first=1275 second=1010 amount=-1 -kerning first=1090 second=261 amount=-1 -kerning first=1269 second=8216 amount=-3 -kerning first=118 second=301 amount=3 -kerning first=1201 second=1241 amount=-1 -kerning first=230 second=1098 amount=-1 -kerning first=1271 second=269 amount=-1 -kerning first=104 second=354 amount=-3 -kerning first=1054 second=65 amount=-2 -kerning first=1225 second=922 amount=1 -kerning first=1056 second=195 amount=-5 -kerning first=68 second=933 amount=-3 -kerning first=1097 second=203 amount=1 -kerning first=119 second=1105 amount=-1 -kerning first=957 second=299 amount=3 -kerning first=8244 second=35 amount=-8 -kerning first=226 second=1200 amount=-6 -kerning first=1086 second=1203 amount=-1 -kerning first=1191 second=119 amount=-2 -kerning first=1091 second=257 amount=-1 -kerning first=89 second=245 amount=-6 -kerning first=374 second=263 amount=-6 -kerning first=199 second=1236 amount=-1 -kerning first=1128 second=1092 amount=-1 -kerning first=8353 second=297 amount=2 -kerning first=1074 second=8222 amount=-3 -kerning first=259 second=1185 amount=-2 -kerning first=258 second=182 amount=-1 -kerning first=1234 second=372 amount=-4 -kerning first=86 second=271 amount=-4 -kerning first=358 second=115 amount=-5 -kerning first=1091 second=1153 amount=-1 -kerning first=353 second=1026 amount=-5 -kerning first=194 second=1057 amount=-2 -kerning first=1168 second=1095 amount=-5 -kerning first=1046 second=1069 amount=-2 -kerning first=373 second=240 amount=-1 -kerning first=1105 second=1059 amount=-7 -kerning first=1270 second=67 amount=-2 -kerning first=349 second=8220 amount=-3 -kerning first=313 second=253 amount=-4 -kerning first=299 second=311 amount=3 -kerning first=302 second=298 amount=2 -kerning first=258 second=939 amount=-5 -kerning first=277 second=1203 amount=-1 -kerning first=1230 second=1056 amount=1 -kerning first=1114 second=89 amount=-11 -kerning first=955 second=247 amount=-1 -kerning first=115 second=86 amount=-3 -kerning first=1036 second=1110 amount=2 -kerning first=1226 second=910 amount=-1 -kerning first=1094 second=278 amount=1 -kerning first=341 second=291 amount=-1 -kerning first=1223 second=1031 amount=2 -kerning first=1026 second=358 amount=-3 -kerning first=239 second=209 amount=3 -kerning first=910 second=326 amount=-3 -kerning first=1061 second=1060 amount=-2 -kerning first=359 second=1043 amount=1 -kerning first=192 second=63 amount=-4 -kerning first=1189 second=959 amount=-1 -kerning first=1059 second=946 amount=-3 -kerning first=902 second=359 amount=-2 -kerning first=1020 second=1236 amount=-2 -kerning first=1113 second=373 amount=-2 -kerning first=1270 second=297 amount=6 -kerning first=372 second=965 amount=-2 -kerning first=88 second=242 amount=-2 -kerning first=1202 second=269 amount=-2 -kerning first=1263 second=8249 amount=-3 -kerning first=905 second=95 amount=2 -kerning first=939 second=251 amount=-3 -kerning first=357 second=295 amount=1 -kerning first=379 second=290 amount=-2 -kerning first=1111 second=1166 amount=3 -kerning first=1275 second=339 amount=-1 -kerning first=1112 second=165 amount=2 -kerning first=1068 second=89 amount=-7 -kerning first=345 second=119 amount=1 -kerning first=87 second=913 amount=-4 -kerning first=1271 second=1086 amount=-1 -kerning first=1106 second=86 amount=-3 -kerning first=246 second=174 amount=-1 -kerning first=933 second=1094 amount=-3 -kerning first=1167 second=967 amount=-1 -kerning first=1016 second=87 amount=-3 -kerning first=913 second=92 amount=-5 -kerning first=1040 second=354 amount=-6 -kerning first=966 second=221 amount=-7 -kerning first=1255 second=258 amount=-2 -kerning first=1180 second=283 amount=-3 -kerning first=1100 second=374 amount=-11 -kerning first=246 second=935 amount=-2 -kerning first=1128 second=186 amount=-5 -kerning first=1036 second=212 amount=-2 -kerning first=922 second=251 amount=-2 -kerning first=237 second=295 amount=3 -kerning first=1194 second=1202 amount=-1 -kerning first=1187 second=1229 amount=1 -kerning first=913 second=338 amount=-2 -kerning first=1234 second=299 amount=3 -kerning first=86 second=113 amount=-4 -kerning first=945 second=8244 amount=2 -kerning first=1058 second=1253 amount=-4 -kerning first=57 second=936 amount=-2 -kerning first=356 second=365 amount=-5 -kerning first=1201 second=374 amount=-2 -kerning first=1086 second=910 amount=-7 -kerning first=1046 second=8373 amount=-2 -kerning first=1257 second=93 amount=-1 -kerning first=372 second=333 amount=-4 -kerning first=121 second=1058 amount=-2 -kerning first=1196 second=1207 amount=-5 -kerning first=1263 second=1035 amount=-2 -kerning first=270 second=194 amount=-2 -kerning first=371 second=932 amount=-3 -kerning first=84 second=1095 amount=-5 -kerning first=107 second=1257 amount=-1 -kerning first=1210 second=374 amount=-6 -kerning first=292 second=1111 amount=5 -kerning first=1225 second=1025 amount=1 -kerning first=293 second=1091 amount=-1 -kerning first=76 second=923 amount=2 -kerning first=297 second=205 amount=3 -kerning first=374 second=215 amount=-3 -kerning first=981 second=1185 amount=-2 -kerning first=8222 second=1141 amount=-3 -kerning first=1075 second=248 amount=-1 -kerning first=1226 second=107 amount=1 -kerning first=114 second=65 amount=-3 -kerning first=1278 second=231 amount=-2 -kerning first=87 second=1103 amount=-2 -kerning first=973 second=1066 amount=-3 -kerning first=1126 second=121 amount=-4 -kerning first=317 second=186 amount=-6 -kerning first=8244 second=1076 amount=-4 -kerning first=277 second=910 amount=-7 -kerning first=932 second=967 amount=-4 -kerning first=923 second=347 amount=-1 -kerning first=1202 second=1086 amount=-2 -kerning first=372 second=8218 amount=-7 -kerning first=324 second=1143 amount=-1 -kerning first=1258 second=8230 amount=-3 -kerning first=915 second=214 amount=-2 -kerning first=301 second=280 amount=3 -kerning first=8217 second=287 amount=-4 -kerning first=1027 second=58 amount=-2 -kerning first=1163 second=1211 amount=1 -kerning first=63 second=913 amount=-4 -kerning first=959 second=1061 amount=-2 -kerning first=95 second=341 amount=3 -kerning first=87 second=308 amount=-4 -kerning first=1054 second=935 amount=-2 -kerning first=262 second=923 amount=-1 -kerning first=910 second=260 amount=-5 -kerning first=260 second=170 amount=-5 -kerning first=114 second=101 amount=-1 -kerning first=1228 second=1058 amount=-3 -kerning first=1257 second=1265 amount=-1 -kerning first=1274 second=1277 amount=-3 -kerning first=288 second=256 amount=-1 -kerning first=41 second=8220 amount=-2 -kerning first=1232 second=333 amount=-1 -kerning first=1200 second=972 amount=-6 -kerning first=89 second=1097 amount=-3 -kerning first=315 second=121 amount=-4 -kerning first=248 second=1200 amount=-7 -kerning first=301 second=1112 amount=-4 -kerning first=97 second=932 amount=-3 -kerning first=195 second=1069 amount=-2 -kerning first=191 second=86 amount=-1 -kerning first=1203 second=183 amount=-1 -kerning first=289 second=84 amount=-3 -kerning first=76 second=8370 amount=-2 -kerning first=915 second=1199 amount=-4 -kerning first=307 second=92 amount=2 -kerning first=1201 second=1111 amount=3 -kerning first=1082 second=43 amount=-2 -kerning first=1222 second=1034 amount=1 -kerning first=1145 second=224 amount=-1 -kerning first=286 second=933 amount=-2 -kerning first=1270 second=1235 amount=-5 -kerning first=1091 second=194 amount=-4 -kerning first=42 second=8230 amount=-9 -kerning first=1040 second=1103 amount=-1 -kerning first=1043 second=59 amount=-2 -kerning first=313 second=171 amount=-4 -kerning first=250 second=1059 amount=-4 -kerning first=1163 second=323 amount=1 -kerning first=258 second=967 amount=-4 -kerning first=1090 second=275 amount=-1 -kerning first=118 second=242 amount=-1 -kerning first=86 second=268 amount=-2 -kerning first=102 second=95 amount=-1 -kerning first=170 second=337 amount=-2 -kerning first=1276 second=231 amount=-2 -kerning first=378 second=287 amount=-1 -kerning first=101 second=375 amount=-1 -kerning first=108 second=299 amount=5 -kerning first=215 second=933 amount=-3 -kerning first=245 second=8225 amount=-2 -kerning first=242 second=1141 amount=-1 -kerning first=244 second=1199 amount=-1 -kerning first=256 second=8250 amount=-2 -kerning first=1116 second=173 amount=-2 -kerning first=1046 second=1153 amount=-2 -kerning first=1232 second=1029 amount=-1 -kerning first=1091 second=234 amount=-1 -kerning first=981 second=1276 amount=-2 -kerning first=1058 second=338 amount=-2 -kerning first=1122 second=8224 amount=-2 -kerning first=205 second=296 amount=2 -kerning first=194 second=910 amount=-5 -kerning first=187 second=1236 amount=-2 -kerning first=1098 second=935 amount=-2 -kerning first=927 second=195 amount=-2 -kerning first=1091 second=1243 amount=-1 -kerning first=297 second=1068 amount=3 -kerning first=179 second=65 amount=-6 -kerning first=915 second=957 amount=-4 -kerning first=918 second=338 amount=-2 -kerning first=192 second=959 amount=-1 -kerning first=197 second=283 amount=-1 -kerning first=1222 second=293 amount=1 -kerning first=1230 second=933 amount=-1 -kerning first=1168 second=38 amount=-2 -kerning first=972 second=1279 amount=-1 -kerning first=902 second=1254 amount=-2 -kerning first=1035 second=174 amount=-1 -kerning first=372 second=1077 amount=-4 -kerning first=1198 second=250 amount=-3 -kerning first=1217 second=288 amount=-2 -kerning first=1027 second=285 amount=-5 -kerning first=1122 second=88 amount=-2 -kerning first=8216 second=47 amount=-6 -kerning first=252 second=1204 amount=-3 -kerning first=55 second=981 amount=-3 -kerning first=1030 second=1031 amount=2 -kerning first=8250 second=1058 amount=-8 -kerning first=126 second=1035 amount=-3 -kerning first=902 second=1144 amount=-2 -kerning first=1186 second=172 amount=-1 -kerning first=1241 second=86 amount=-4 -kerning first=195 second=8373 amount=-2 -kerning first=354 second=1277 amount=-3 -kerning first=1084 second=255 amount=-1 -kerning first=86 second=52 amount=-2 -kerning first=1171 second=43 amount=-1 -kerning first=244 second=957 amount=-1 -kerning first=192 second=60 amount=-2 -kerning first=1252 second=299 amount=5 -kerning first=1086 second=1093 amount=-1 -kerning first=1059 second=966 amount=-6 -kerning first=1265 second=1234 amount=-4 -kerning first=1279 second=99 amount=-1 -kerning first=243 second=1046 amount=-2 -kerning first=270 second=376 amount=-3 -kerning first=1027 second=162 amount=-5 -kerning first=1080 second=1058 amount=-3 -kerning first=1197 second=1207 amount=-1 -kerning first=1224 second=1035 amount=-3 -kerning first=1095 second=221 amount=-6 -kerning first=8353 second=1061 amount=-1 -kerning first=382 second=1257 amount=-1 -kerning first=57 second=374 amount=-2 -kerning first=1230 second=282 amount=1 -kerning first=1168 second=255 amount=-4 -kerning first=38 second=84 amount=-4 -kerning first=1170 second=971 amount=-4 -kerning first=255 second=260 amount=-4 -kerning first=1198 second=261 amount=-6 -kerning first=1263 second=228 amount=-1 -kerning first=186 second=963 amount=-2 -kerning first=1126 second=903 amount=-5 -kerning first=1043 second=291 amount=-5 -kerning first=1057 second=1202 amount=-1 -kerning first=920 second=372 amount=-1 -kerning first=8221 second=271 amount=-4 -kerning first=181 second=89 amount=-4 -kerning first=228 second=86 amount=-3 -kerning first=277 second=1093 amount=-1 -kerning first=43 second=1066 amount=-3 -kerning first=932 second=183 amount=-3 -kerning first=320 second=297 amount=5 -kerning first=1232 second=1077 amount=-1 -kerning first=253 second=171 amount=-3 -kerning first=165 second=237 amount=2 -kerning first=929 second=902 amount=-5 -kerning first=374 second=365 amount=-3 -kerning first=116 second=910 amount=-1 -kerning first=359 second=278 amount=1 -kerning first=1187 second=342 amount=1 -kerning first=1092 second=195 amount=-2 -kerning first=213 second=1026 amount=-2 -kerning first=290 second=194 amount=-1 -kerning first=121 second=939 amount=-2 -kerning first=122 second=932 amount=-2 -kerning first=376 second=1069 amount=-3 -kerning first=79 second=8220 amount=-2 -kerning first=1093 second=972 amount=-1 -kerning first=372 second=351 amount=-2 -kerning first=1186 second=68 amount=1 -kerning first=335 second=372 amount=-3 -kerning first=939 second=277 amount=-6 -kerning first=357 second=82 amount=1 -kerning first=8221 second=1275 amount=1 -kerning first=1275 second=1072 amount=-1 -kerning first=84 second=38 amount=-2 -kerning first=177 second=194 amount=-3 -kerning first=1185 second=1092 amount=-1 -kerning first=1108 second=356 amount=-5 -kerning first=1271 second=227 amount=-1 -kerning first=1118 second=196 amount=-4 -kerning first=170 second=1105 amount=-2 -kerning first=1058 second=1163 amount=-4 -kerning first=315 second=903 amount=-6 -kerning first=321 second=1204 amount=-6 -kerning first=379 second=169 amount=-2 -kerning first=356 second=256 amount=-6 -kerning first=1170 second=337 amount=-5 -kerning first=119 second=231 amount=-1 -kerning first=112 second=1143 amount=-1 -kerning first=1117 second=1098 amount=-2 -kerning first=1125 second=372 amount=-1 -kerning first=1234 second=34 amount=-5 -kerning first=186 second=243 amount=-2 -kerning first=935 second=99 amount=-2 -kerning first=380 second=103 amount=-1 -kerning first=910 second=946 amount=-3 -kerning first=98 second=1196 amount=-3 -kerning first=377 second=334 amount=-2 -kerning first=235 second=255 amount=-1 -kerning first=197 second=176 amount=-6 -kerning first=107 second=1108 amount=-1 -kerning first=257 second=1091 amount=-1 -kerning first=70 second=923 amount=-6 -kerning first=1113 second=1141 amount=-2 -kerning first=1091 second=376 amount=-2 -kerning first=1140 second=963 amount=-4 -kerning first=1101 second=1199 amount=-1 -kerning first=1128 second=981 amount=-1 -kerning first=922 second=277 amount=-3 -kerning first=321 second=1232 amount=2 -kerning first=1188 second=1242 amount=-2 -kerning first=939 second=1189 amount=-3 -kerning first=44 second=1026 amount=-2 -kerning first=1251 second=221 amount=-6 -kerning first=1041 second=1066 amount=-4 -kerning first=1228 second=939 amount=-6 -kerning first=258 second=183 amount=-2 -kerning first=358 second=959 amount=-5 -kerning first=1118 second=235 amount=-1 -kerning first=104 second=1263 amount=-1 -kerning first=115 second=8216 amount=-3 -kerning first=1178 second=967 amount=-3 -kerning first=1061 second=1254 amount=-2 -kerning first=68 second=1204 amount=-2 -kerning first=356 second=281 amount=-5 -kerning first=1145 second=195 amount=-2 -kerning first=275 second=1035 amount=-3 -kerning first=195 second=1153 amount=-1 -kerning first=1273 second=1199 amount=-1 -kerning first=1198 second=331 amount=-3 -kerning first=1256 second=1196 amount=-2 -kerning first=299 second=1115 amount=3 -kerning first=8221 second=113 amount=-4 -kerning first=1061 second=1144 amount=-2 -kerning first=84 second=255 amount=-4 -kerning first=1088 second=1185 amount=-2 -kerning first=1232 second=351 amount=-1 -kerning first=110 second=376 amount=-6 -kerning first=1033 second=1199 amount=-1 -kerning first=1115 second=1098 amount=-2 -kerning first=326 second=92 amount=-3 -kerning first=244 second=354 amount=-3 -kerning first=68 second=1232 amount=-2 -kerning first=116 second=107 amount=1 -kerning first=1199 second=287 amount=-1 -kerning first=358 second=60 amount=-5 -kerning first=1118 second=1222 amount=-3 -kerning first=1267 second=1059 amount=-2 -kerning first=1106 second=8216 amount=-3 -kerning first=122 second=285 amount=-1 -kerning first=376 second=8373 amount=-3 -kerning first=55 second=1040 amount=-7 -kerning first=1220 second=923 amount=-2 -kerning first=307 second=95 amount=3 -kerning first=356 second=1226 amount=-4 -kerning first=1059 second=1060 amount=-3 -kerning first=1205 second=1250 amount=1 -kerning first=92 second=277 amount=-1 -kerning first=1140 second=243 amount=-4 -kerning first=923 second=99 amount=-1 -kerning first=1101 second=957 amount=-1 -kerning first=1217 second=101 amount=-2 -kerning first=75 second=959 amount=-3 -kerning first=915 second=913 amount=-6 -kerning first=111 second=1249 amount=-2 -kerning first=193 second=8249 amount=-2 -kerning first=1237 second=1090 amount=-1 -kerning first=288 second=309 amount=2 -kerning first=1114 second=1046 amount=-2 -kerning first=1058 second=95 amount=-4 -kerning first=65 second=933 amount=-5 -kerning first=101 second=1066 amount=-3 -kerning first=260 second=966 amount=-1 -kerning first=1163 second=1043 amount=1 -kerning first=1046 second=234 amount=-2 -kerning first=1097 second=1178 amount=1 -kerning first=1273 second=957 amount=-1 -kerning first=122 second=162 amount=-1 -kerning first=196 second=281 amount=-1 -kerning first=171 second=260 amount=-2 -kerning first=1243 second=1140 amount=-4 -kerning first=1169 second=1207 amount=-1 -kerning first=1201 second=46 amount=-2 -kerning first=1046 second=1243 amount=-2 -kerning first=1270 second=1119 amount=-4 -kerning first=1200 second=224 amount=-6 -kerning first=1033 second=957 amount=-1 -kerning first=244 second=913 amount=-2 -kerning first=75 second=60 amount=-4 -kerning first=1068 second=1046 amount=-2 -kerning first=86 second=248 amount=-4 -kerning first=87 second=265 amount=-4 -kerning first=1077 second=1199 amount=-1 -kerning first=1267 second=291 amount=-1 -kerning first=376 second=249 amount=-3 -kerning first=1244 second=173 amount=-4 -kerning first=355 second=202 amount=1 -kerning first=8250 second=939 amount=-6 -kerning first=1040 second=1263 amount=-4 -kerning first=176 second=927 amount=-1 -kerning first=1188 second=1074 amount=-4 -kerning first=303 second=1111 amount=3 -kerning first=262 second=1217 amount=-1 -kerning first=1052 second=95 amount=2 -kerning first=193 second=1035 amount=-6 -kerning first=256 second=1143 amount=-4 -kerning first=70 second=181 amount=-2 -kerning first=345 second=97 amount=-1 -kerning first=1103 second=372 amount=-3 -kerning first=76 second=192 amount=2 -kerning first=337 second=86 amount=-4 -kerning first=915 second=1103 amount=-5 -kerning first=321 second=357 amount=-1 -kerning first=301 second=1062 amount=3 -kerning first=972 second=186 amount=-2 -kerning first=311 second=244 amount=-1 -kerning first=1179 second=171 amount=-3 -kerning first=1226 second=104 amount=1 -kerning first=1094 second=76 amount=1 -kerning first=1170 second=1105 amount=-5 -kerning first=290 second=376 amount=-2 -kerning first=1198 second=197 amount=-5 -kerning first=45 second=1217 amount=-4 -kerning first=313 second=286 amount=-2 -kerning first=39 second=1032 amount=-11 -kerning first=378 second=358 amount=-2 -kerning first=263 second=1026 amount=-5 -kerning first=8244 second=1020 amount=-1 -kerning first=1080 second=939 amount=-6 -kerning first=1088 second=1276 amount=-2 -kerning first=1119 second=932 amount=-3 -kerning first=1066 second=1196 amount=-3 -kerning first=915 second=308 amount=-6 -kerning first=379 second=210 amount=-2 -kerning first=1175 second=972 amount=-1 -kerning first=1194 second=902 amount=-1 -kerning first=177 second=376 amount=-6 -kerning first=1069 second=372 amount=-1 -kerning first=1077 second=957 amount=-1 -kerning first=1118 second=89 amount=-2 -kerning first=80 second=913 amount=-5 -kerning first=376 second=257 amount=-6 -kerning first=262 second=192 amount=-1 -kerning first=933 second=183 amount=-3 -kerning first=256 second=284 amount=-2 -kerning first=1086 second=1234 amount=-2 -kerning first=1222 second=340 amount=1 -kerning first=191 second=8216 amount=-4 -kerning first=1164 second=1236 amount=-2 -kerning first=1040 second=265 amount=-1 -kerning first=1096 second=1198 amount=-6 -kerning first=1198 second=275 amount=-6 -kerning first=376 second=1153 amount=-6 -kerning first=959 second=121 amount=-1 -kerning first=1060 second=932 amount=-2 -kerning first=102 second=335 amount=-1 -kerning first=114 second=1257 amount=-1 -kerning first=971 second=374 amount=-4 -kerning first=382 second=1108 amount=-1 -kerning first=81 second=8220 amount=-2 -kerning first=8217 second=1169 amount=-1 -kerning first=1187 second=376 amount=-1 -kerning first=1226 second=317 amount=1 -kerning first=1228 second=967 amount=-1 -kerning first=1101 second=354 amount=-3 -kerning first=1242 second=256 amount=-2 -kerning first=241 second=89 amount=-6 -kerning first=87 second=1139 amount=-4 -kerning first=239 second=276 amount=3 -kerning first=1200 second=1117 amount=-3 -kerning first=1178 second=183 amount=-4 -kerning first=1201 second=103 amount=-1 -kerning first=1189 second=235 amount=-1 -kerning first=1153 second=1196 amount=-5 -kerning first=902 second=301 amount=3 -kerning first=362 second=46 amount=-2 -kerning first=953 second=8216 amount=-3 -kerning first=1259 second=1236 amount=-2 -kerning first=1205 second=1223 amount=1 -kerning first=908 second=1202 amount=-2 -kerning first=1196 second=8249 amount=-8 -kerning first=1198 second=1187 amount=-3 -kerning first=374 second=256 amount=-5 -kerning first=1186 second=1188 amount=1 -kerning first=357 second=221 amount=-1 -kerning first=8221 second=52 amount=-6 -kerning first=1273 second=354 amount=-3 -kerning first=932 second=1253 amount=-4 -kerning first=224 second=1197 amount=-2 -kerning first=174 second=913 amount=-5 -kerning first=1100 second=1249 amount=-4 -kerning first=1225 second=1049 amount=1 -kerning first=98 second=87 amount=-3 -kerning first=317 second=1040 amount=2 -kerning first=192 second=290 amount=-2 -kerning first=260 second=1060 amount=-2 -kerning first=1097 second=1045 amount=1 -kerning first=1105 second=372 amount=-3 -kerning first=1033 second=354 amount=-3 -kerning first=290 second=307 amount=2 -kerning first=87 second=247 amount=-2 -kerning first=1043 second=1054 amount=-2 -kerning first=340 second=297 amount=3 -kerning first=910 second=966 amount=-6 -kerning first=1081 second=932 amount=-3 -kerning first=1139 second=196 amount=-2 -kerning first=318 second=296 amount=2 -kerning first=1189 second=1222 amount=-3 -kerning first=1087 second=1059 amount=-6 -kerning first=1072 second=910 amount=-6 -kerning first=286 second=1204 amount=-2 -kerning first=1141 second=269 amount=-1 -kerning first=1200 second=81 amount=-3 -kerning first=374 second=281 amount=-6 -kerning first=1012 second=358 amount=-2 -kerning first=8217 second=1088 amount=-1 -kerning first=301 second=313 amount=3 -kerning first=243 second=125 amount=-1 -kerning first=195 second=234 amount=-1 -kerning first=252 second=1200 amount=-4 -kerning first=1187 second=200 amount=1 -kerning first=1101 second=913 amount=-2 -kerning first=1210 second=1249 amount=-2 -kerning first=95 second=1044 amount=4 -kerning first=358 second=361 amount=-5 -kerning first=1271 second=1092 amount=-1 -kerning first=1126 second=71 amount=-2 -kerning first=1256 second=87 amount=-1 -kerning first=80 second=308 amount=-6 -kerning first=245 second=84 amount=-3 -kerning first=268 second=1040 amount=-1 -kerning first=310 second=8249 amount=-3 -kerning first=1241 second=8216 amount=-4 -kerning first=195 second=1243 amount=-1 -kerning first=215 second=1204 amount=-4 -kerning first=1059 second=226 amount=-6 -kerning first=1167 second=92 amount=-4 -kerning first=286 second=1232 amount=-1 -kerning first=1040 second=1139 amount=-1 -kerning first=935 second=8353 amount=-2 -kerning first=1188 second=945 amount=-5 -kerning first=1043 second=378 amount=-3 -kerning first=313 second=920 amount=-2 -kerning first=299 second=1231 amount=3 -kerning first=365 second=356 amount=-3 -kerning first=220 second=47 amount=-4 -kerning first=1205 second=8220 amount=-3 -kerning first=89 second=187 amount=-4 -kerning first=374 second=1226 amount=-3 -kerning first=301 second=355 amount=3 -kerning first=270 second=8230 amount=-3 -kerning first=1094 second=1238 amount=1 -kerning first=913 second=335 amount=-1 -kerning first=1033 second=913 amount=-2 -kerning first=174 second=1103 amount=-1 -kerning first=87 second=1028 amount=-2 -kerning first=1188 second=262 amount=-2 -kerning first=8220 second=8222 amount=-8 -kerning first=57 second=46 amount=-2 -kerning first=233 second=376 amount=-7 -kerning first=8250 second=967 amount=-2 -kerning first=1230 second=1204 amount=-2 -kerning first=1077 second=354 amount=-3 -kerning first=970 second=43 amount=-2 -kerning first=1200 second=195 amount=-5 -kerning first=1140 second=347 amount=-3 -kerning first=169 second=8218 amount=-3 -kerning first=1128 second=355 amount=-2 -kerning first=75 second=361 amount=-2 -kerning first=315 second=71 amount=-2 -kerning first=34 second=74 amount=-11 -kerning first=1027 second=1075 amount=-4 -kerning first=1111 second=356 amount=6 -kerning first=183 second=258 amount=-2 -kerning first=1255 second=1059 amount=-7 -kerning first=228 second=8216 amount=-3 -kerning first=174 second=308 amount=-5 -kerning first=76 second=221 amount=-5 -kerning first=1184 second=1143 amount=-3 -kerning first=381 second=214 amount=-2 -kerning first=1082 second=277 amount=-1 -kerning first=1092 second=119 amount=-1 -kerning first=1170 second=951 amount=-4 -kerning first=213 second=1061 amount=-2 -kerning first=1254 second=84 amount=-2 -kerning first=324 second=118 amount=-1 -kerning first=299 second=80 amount=3 -kerning first=106 second=301 amount=3 -kerning first=1080 second=967 amount=-1 -kerning first=1180 second=291 amount=-3 -kerning first=1138 second=1202 amount=-2 -kerning first=102 second=1104 amount=-1 -kerning first=1097 second=358 amount=-2 -kerning first=1141 second=1086 amount=-1 -kerning first=1257 second=1278 amount=-2 -kerning first=923 second=8353 amount=-2 -kerning first=1202 second=1092 amount=-2 -kerning first=89 second=1066 amount=3 -kerning first=324 second=1201 amount=-1 -kerning first=321 second=1256 amount=-2 -kerning first=1111 second=1168 amount=3 -kerning first=1124 second=299 amount=2 -kerning first=279 second=1059 amount=-7 -kerning first=86 second=115 amount=-3 -kerning first=1053 second=298 amount=2 -kerning first=355 second=1053 amount=1 -kerning first=317 second=355 amount=-1 -kerning first=321 second=1200 amount=-5 -kerning first=1274 second=1232 amount=-6 -kerning first=932 second=338 amount=-2 -kerning first=1201 second=259 amount=-1 -kerning first=38 second=1118 amount=-2 -kerning first=1199 second=358 amount=-2 -kerning first=1187 second=1124 amount=1 -kerning first=373 second=38 amount=-2 -kerning first=1040 second=1028 amount=-2 -kerning first=1184 second=284 amount=-2 -kerning first=1163 second=278 amount=1 -kerning first=1185 second=981 amount=-1 -kerning first=112 second=1202 amount=-2 -kerning first=1237 second=120 amount=-1 -kerning first=345 second=1089 amount=-1 -kerning first=358 second=290 amount=-2 -kerning first=45 second=221 amount=-3 -kerning first=170 second=231 amount=-2 -kerning first=376 second=194 amount=-5 -kerning first=1091 second=8230 amount=-2 -kerning first=1225 second=294 amount=1 -kerning first=1058 second=944 amount=-4 -kerning first=315 second=45 amount=-3 -kerning first=8222 second=49 amount=-4 -kerning first=1075 second=959 amount=-1 -kerning first=260 second=359 amount=-2 -kerning first=1046 second=334 amount=-2 -kerning first=1066 second=87 amount=-3 -kerning first=1278 second=279 amount=-2 -kerning first=1057 second=902 amount=-1 -kerning first=380 second=273 amount=-1 -kerning first=910 second=1060 amount=-3 -kerning first=68 second=1200 amount=-3 -kerning first=70 second=192 amount=-6 -kerning first=1168 second=1251 amount=-4 -kerning first=1239 second=86 amount=-3 -kerning first=343 second=945 amount=-1 -kerning first=255 second=966 amount=-1 -kerning first=1270 second=121 amount=-4 -kerning first=301 second=70 amount=3 -kerning first=78 second=301 amount=5 -kerning first=195 second=376 amount=-5 -kerning first=258 second=92 amount=-5 -kerning first=1220 second=1217 amount=-2 -kerning first=1197 second=8249 amount=-3 -kerning first=208 second=8220 amount=-2 -kerning first=1114 second=125 amount=-2 -kerning first=961 second=1143 amount=-1 -kerning first=376 second=234 amount=-6 -kerning first=1056 second=97 amount=-1 -kerning first=1171 second=277 amount=-1 -kerning first=192 second=235 amount=-1 -kerning first=361 second=1196 amount=-3 -kerning first=1222 second=374 amount=-1 -kerning first=1230 second=315 amount=1 -kerning first=1059 second=1254 amount=-3 -kerning first=173 second=1185 amount=-1 -kerning first=75 second=290 amount=-2 -kerning first=1118 second=1259 amount=-1 -kerning first=8360 second=376 amount=-5 -kerning first=8221 second=248 amount=-4 -kerning first=376 second=1243 amount=-6 -kerning first=258 second=338 amount=-2 -kerning first=1139 second=89 amount=-7 -kerning first=217 second=44 amount=-2 -kerning first=70 second=232 amount=-3 -kerning first=1059 second=1144 amount=-3 -kerning first=102 second=353 amount=-1 -kerning first=1200 second=345 amount=-3 -kerning first=116 second=104 amount=1 -kerning first=359 second=76 amount=1 -kerning first=1058 second=335 amount=-5 -kerning first=915 second=1263 amount=-4 -kerning first=1036 second=100 amount=-3 -kerning first=69 second=301 amount=5 -kerning first=1153 second=87 amount=-1 -kerning first=913 second=1104 amount=-1 -kerning first=1257 second=260 amount=-2 -kerning first=1068 second=125 amount=-1 -kerning first=94 second=52 amount=-3 -kerning first=376 second=1085 amount=-3 -kerning first=355 second=932 amount=-2 -kerning first=933 second=1253 amount=-3 -kerning first=231 second=1197 amount=-1 -kerning first=1220 second=192 amount=-2 -kerning first=1037 second=239 amount=5 -kerning first=197 second=1059 amount=-5 -kerning first=107 second=1255 amount=-1 -kerning first=902 second=242 amount=-1 -kerning first=114 second=1108 amount=-1 -kerning first=253 second=8363 amount=-1 -kerning first=1027 second=940 amount=-5 -kerning first=354 second=1232 amount=-6 -kerning first=234 second=89 amount=-7 -kerning first=1243 second=1058 amount=-3 -kerning first=210 second=198 amount=-2 -kerning first=1197 second=1035 amount=-2 -kerning first=345 second=1145 amount=-1 -kerning first=1276 second=279 amount=-2 -kerning first=1265 second=172 amount=-3 -kerning first=76 second=212 amount=-2 -kerning first=244 second=1263 amount=-1 -kerning first=1217 second=1257 amount=-2 -kerning first=903 second=197 amount=-5 -kerning first=1222 second=69 amount=1 -kerning first=1168 second=109 amount=-4 -kerning first=1050 second=1258 amount=-2 -kerning first=334 second=256 amount=-2 -kerning first=1170 second=1091 amount=-4 -kerning first=114 second=1032 amount=-4 -kerning first=957 second=972 amount=-1 -kerning first=8224 second=1239 amount=-2 -kerning first=1196 second=228 amount=-5 -kerning first=1198 second=336 amount=-3 -kerning first=1027 second=264 amount=-2 -kerning first=83 second=258 amount=-1 -kerning first=256 second=42 amount=-6 -kerning first=107 second=126 amount=-2 -kerning first=932 second=1163 amount=-4 -kerning first=229 second=255 amount=-1 -kerning first=902 second=8220 amount=-8 -kerning first=8225 second=244 amount=-2 -kerning first=1191 second=1140 amount=-7 -kerning first=1140 second=191 amount=-1 -kerning first=88 second=8370 amount=-2 -kerning first=89 second=252 amount=-3 -kerning first=1186 second=351 amount=-1 -kerning first=116 second=317 amount=1 -kerning first=915 second=265 amount=-5 -kerning first=335 second=1098 amount=-2 -kerning first=939 second=58 amount=-4 -kerning first=84 second=1251 amount=-4 -kerning first=332 second=933 amount=-3 -kerning first=1269 second=1143 amount=-1 -kerning first=337 second=8216 amount=-4 -kerning first=65 second=1204 amount=-6 -kerning first=197 second=291 amount=-1 -kerning first=1116 second=84 amount=-4 -kerning first=1168 second=173 amount=-3 -kerning first=1257 second=1090 amount=-2 -kerning first=1125 second=1098 amount=-1 -kerning first=264 second=1276 amount=-1 -kerning first=939 second=932 amount=3 -kerning first=53 second=44 amount=-2 -kerning first=358 second=196 amount=-6 -kerning first=1244 second=79 amount=-2 -kerning first=1128 second=1198 amount=-5 -kerning first=1170 second=231 amount=-5 -kerning first=913 second=353 amount=-1 -kerning first=8224 second=74 amount=-5 -kerning first=173 second=1276 amount=-4 -kerning first=324 second=356 amount=-3 -kerning first=186 second=99 amount=-2 -kerning first=1267 second=1076 amount=-3 -kerning first=1078 second=275 amount=-1 -kerning first=192 second=169 amount=-2 -kerning first=43 second=935 amount=-4 -kerning first=224 second=253 amount=-1 -kerning first=1279 second=233 amount=-1 -kerning first=1278 second=1195 amount=-2 -kerning first=195 second=334 amount=-2 -kerning first=259 second=1267 amount=-1 -kerning first=112 second=118 amount=-1 -kerning first=358 second=235 amount=-5 -kerning first=110 second=1141 amount=-1 -kerning first=1279 second=1241 amount=-1 -kerning first=192 second=89 amount=-5 -kerning first=114 second=918 amount=-2 -kerning first=112 second=1201 amount=-1 -kerning first=1213 second=1197 amount=-1 -kerning first=1126 second=8224 amount=-5 -kerning first=1188 second=111 amount=-5 -kerning first=1043 second=299 amount=6 -kerning first=380 second=240 amount=-1 -kerning first=1107 second=232 amount=-1 -kerning first=317 second=1198 amount=-5 -kerning first=84 second=109 amount=-4 -kerning first=1169 second=8249 amount=-3 -kerning first=369 second=8220 amount=-3 -kerning first=118 second=923 amount=-4 -kerning first=932 second=95 amount=-4 -kerning first=292 second=938 amount=2 -kerning first=933 second=338 amount=-3 -kerning first=359 second=1238 amount=1 -kerning first=1058 second=1104 amount=-5 -kerning first=915 second=1139 amount=-5 -kerning first=1250 second=300 amount=2 -kerning first=195 second=373 amount=-4 -kerning first=260 second=1254 amount=-2 -kerning first=1234 second=972 amount=-1 -kerning first=87 second=324 amount=-2 -kerning first=910 second=226 amount=-6 -kerning first=355 second=1184 amount=1 -kerning first=1061 second=242 amount=-2 -kerning first=179 second=1032 amount=-7 -kerning first=1116 second=1239 amount=-1 -kerning first=1201 second=273 amount=-1 -kerning first=260 second=1144 amount=-2 -kerning first=211 second=1066 amount=-2 -kerning first=92 second=932 amount=-6 -kerning first=1257 second=170 amount=-2 -kerning first=908 second=356 amount=-2 -kerning first=1140 second=99 amount=-4 -kerning first=89 second=288 amount=-3 -kerning first=75 second=235 amount=-3 -kerning first=87 second=1271 amount=-2 -kerning first=939 second=285 amount=-6 -kerning first=8221 second=1100 amount=-1 -kerning first=1111 second=917 amount=3 -kerning first=972 second=1040 amount=-2 -kerning first=84 second=173 amount=-3 -kerning first=921 second=95 amount=2 -kerning first=118 second=295 amount=3 -kerning first=95 second=908 amount=-3 -kerning first=1189 second=1259 amount=-1 -kerning first=286 second=1200 amount=-2 -kerning first=1178 second=338 amount=-2 -kerning first=1058 second=1114 amount=-4 -kerning first=915 second=247 amount=-3 -kerning first=315 second=8224 amount=-6 -kerning first=1187 second=1180 amount=1 -kerning first=119 second=279 amount=-1 -kerning first=1101 second=1263 amount=-1 -kerning first=935 second=233 amount=-2 -kerning first=122 second=940 amount=-1 -kerning first=313 second=216 amount=-2 -kerning first=1276 second=1195 amount=-2 -kerning first=299 second=270 amount=3 -kerning first=225 second=1026 amount=-3 -kerning first=1169 second=1035 amount=-2 -kerning first=1220 second=221 amount=-7 -kerning first=1180 second=1054 amount=-2 -kerning first=336 second=194 amount=-2 -kerning first=1230 second=124 amount=1 -kerning first=215 second=1200 amount=-3 -kerning first=1020 second=932 amount=-3 -kerning first=1200 second=211 amount=-3 -kerning first=1141 second=227 amount=-1 -kerning first=382 second=1255 amount=-1 -kerning first=922 second=285 amount=-3 -kerning first=1036 second=67 amount=-2 -kerning first=8217 second=245 amount=-4 -kerning first=321 second=1017 amount=-2 -kerning first=935 second=1241 amount=-2 -kerning first=939 second=162 amount=-6 -kerning first=346 second=197 amount=-1 -kerning first=1122 second=41 amount=-1 -kerning first=1111 second=318 amount=3 -kerning first=194 second=1258 amount=-2 -kerning first=1179 second=8363 amount=-1 -kerning first=1273 second=1263 amount=-1 -kerning first=174 second=265 amount=-2 -kerning first=1103 second=1098 amount=-2 -kerning first=358 second=343 amount=-4 -kerning first=1271 second=981 amount=-1 -kerning first=58 second=1066 amount=-2 -kerning first=65 second=357 amount=-2 -kerning first=256 second=213 amount=-2 -kerning first=356 second=289 amount=-5 -kerning first=101 second=174 amount=-1 -kerning first=1168 second=1220 amount=-4 -kerning first=1226 second=172 amount=-1 -kerning first=1033 second=1263 amount=-1 -kerning first=908 second=902 amount=-2 -kerning first=372 second=261 amount=-4 -kerning first=965 second=1198 amount=-4 -kerning first=221 second=1204 amount=3 -kerning first=1027 second=1237 amount=-5 -kerning first=8221 second=115 amount=-5 -kerning first=1143 second=337 amount=-1 -kerning first=1197 second=228 amount=-1 -kerning first=1230 second=1200 amount=-1 -kerning first=338 second=239 amount=5 -kerning first=266 second=88 amount=-1 -kerning first=981 second=1267 amount=-1 -kerning first=1058 second=353 amount=-5 -kerning first=915 second=1028 amount=-2 -kerning first=922 second=162 amount=-3 -kerning first=1036 second=297 amount=5 -kerning first=205 second=1111 amount=5 -kerning first=79 second=923 amount=-2 -kerning first=177 second=1141 amount=-3 -kerning first=358 second=169 amount=-2 -kerning first=221 second=1232 amount=-5 -kerning first=1118 second=1193 amount=-1 -kerning first=1211 second=89 amount=-6 -kerning first=239 second=922 amount=3 -kerning first=245 second=1118 amount=-1 -kerning first=1089 second=933 amount=-4 -kerning first=1243 second=939 amount=-7 -kerning first=117 second=8244 amount=1 -kerning first=256 second=118 amount=-4 -kerning first=1274 second=1256 amount=-2 -kerning first=1181 second=45 amount=-2 -kerning first=1277 second=356 amount=-3 -kerning first=1050 second=172 amount=-4 -kerning first=368 second=8222 amount=-5 -kerning first=343 second=111 amount=-1 -kerning first=92 second=285 amount=-1 -kerning first=923 second=233 amount=-1 -kerning first=1278 second=1194 amount=-2 -kerning first=1027 second=961 amount=-4 -kerning first=1122 second=1091 amount=-1 -kerning first=193 second=94 amount=-6 -kerning first=256 second=1201 amount=-4 -kerning first=87 second=258 amount=-4 -kerning first=1026 second=375 amount=-1 -kerning first=376 second=334 amount=-3 -kerning first=294 second=239 amount=5 -kerning first=378 second=245 amount=-1 -kerning first=923 second=1241 amount=-1 -kerning first=933 second=1163 amount=-3 -kerning first=117 second=84 amount=-3 -kerning first=192 second=210 amount=-2 -kerning first=1097 second=1048 amount=1 -kerning first=1224 second=1199 amount=-1 -kerning first=1263 second=354 amount=-2 -kerning first=80 second=247 amount=-2 -kerning first=1166 second=1209 amount=-1 -kerning first=323 second=297 amount=5 -kerning first=196 second=289 amount=-1 -kerning first=1138 second=356 amount=-2 -kerning first=1077 second=1263 amount=-1 -kerning first=92 second=162 amount=-1 -kerning first=109 second=1198 amount=-6 -kerning first=254 second=1277 amount=-1 -kerning first=1202 second=981 amount=-2 -kerning first=1217 second=1108 amount=-2 -kerning first=75 second=169 amount=-2 -kerning first=99 second=1058 amount=-5 -kerning first=371 second=8217 amount=1 -kerning first=1226 second=68 amount=1 -kerning first=86 second=959 amount=-4 -kerning first=87 second=283 amount=-4 -kerning first=186 second=198 amount=-5 -kerning first=174 second=1139 amount=-2 -kerning first=1267 second=299 amount=3 -kerning first=910 second=1254 amount=-3 -kerning first=1105 second=1098 amount=-1 -kerning first=255 second=226 amount=-1 -kerning first=372 second=331 amount=-2 -kerning first=1196 second=1179 amount=-4 -kerning first=89 second=65 amount=-5 -kerning first=966 second=1026 amount=-3 -kerning first=1188 second=1209 amount=-5 -kerning first=1043 second=1020 amount=-4 -kerning first=1027 second=246 amount=-5 -kerning first=376 second=1273 amount=-3 -kerning first=910 second=1144 amount=-3 -kerning first=201 second=297 amount=5 -kerning first=55 second=54 amount=-1 -kerning first=84 second=1220 amount=-4 -kerning first=112 second=356 amount=-3 -kerning first=345 second=1233 amount=-1 -kerning first=8373 second=1040 amount=-1 -kerning first=90 second=268 amount=-2 -kerning first=1094 second=1250 amount=1 -kerning first=1228 second=92 amount=-3 -kerning first=1224 second=957 amount=-1 -kerning first=957 second=224 amount=-1 -kerning first=1263 second=913 amount=-4 -kerning first=86 second=60 amount=-5 -kerning first=288 second=1196 amount=-2 -kerning first=87 second=1087 amount=-2 -kerning first=1276 second=1194 amount=-2 -kerning first=1138 second=902 amount=-2 -kerning first=1201 second=240 amount=-1 -kerning first=961 second=1202 amount=-2 -kerning first=119 second=1195 amount=-1 -kerning first=89 second=101 amount=-6 -kerning first=357 second=223 amount=1 -kerning first=354 second=1256 amount=-2 -kerning first=63 second=258 amount=-4 -kerning first=1203 second=335 amount=-1 -kerning first=247 second=1196 amount=-3 -kerning first=45 second=1047 amount=-2 -kerning first=1225 second=322 amount=1 -kerning first=348 second=195 amount=-1 -kerning first=197 second=1054 amount=-2 -kerning first=210 second=1244 amount=-2 -kerning first=1257 second=120 amount=-1 -kerning first=1040 second=283 amount=-1 -kerning first=1140 second=198 amount=-5 -kerning first=1110 second=1140 amount=2 -kerning first=309 second=105 amount=3 -kerning first=1143 second=1105 amount=-1 -kerning first=112 second=902 amount=-2 -kerning first=233 second=1141 amount=-1 -kerning first=192 second=1259 amount=-1 -kerning first=336 second=376 amount=-3 -kerning first=275 second=1199 amount=-1 -kerning first=1265 second=333 amount=-1 -kerning first=944 second=358 amount=-3 -kerning first=915 second=367 amount=-5 -kerning first=8217 second=1097 amount=-1 -kerning first=187 second=932 amount=-8 -kerning first=1085 second=1196 amount=-3 -kerning first=1233 second=1059 amount=-6 -kerning first=328 second=8220 amount=-3 -kerning first=239 second=1025 amount=3 -kerning first=76 second=1213 amount=-1 -kerning first=8244 second=972 amount=-4 -kerning first=1169 second=228 amount=-1 -kerning first=1145 second=97 amount=-1 -kerning first=1222 second=1050 amount=1 -kerning first=1087 second=372 amount=-3 -kerning first=254 second=933 amount=-7 -kerning first=923 second=374 amount=-5 -kerning first=88 second=232 amount=-2 -kerning first=1184 second=213 amount=-2 -kerning first=1163 second=76 amount=1 -kerning first=210 second=193 amount=-2 -kerning first=1139 second=1046 amount=-2 -kerning first=358 second=210 amount=-2 -kerning first=102 second=43 amount=-1 -kerning first=1191 second=1058 amount=-7 -kerning first=1270 second=1081 amount=-4 -kerning first=1265 second=8218 amount=-5 -kerning first=1244 second=1239 amount=-2 -kerning first=65 second=1256 amount=-2 -kerning first=1082 second=932 amount=-4 -kerning first=187 second=1051 amount=-2 -kerning first=1170 second=363 amount=-5 -kerning first=8224 second=263 amount=-2 -kerning first=372 second=197 amount=-4 -kerning first=1263 second=308 amount=-4 -kerning first=240 second=255 amount=-1 -kerning first=67 second=95 amount=-3 -kerning first=299 second=919 amount=3 -kerning first=193 second=214 amount=-2 -kerning first=1243 second=967 amount=-1 -kerning first=65 second=1200 amount=-5 -kerning first=1274 second=114 amount=-4 -kerning first=8250 second=92 amount=-4 -kerning first=126 second=354 amount=-3 -kerning first=932 second=944 amount=-4 -kerning first=1189 second=1193 amount=-1 -kerning first=275 second=957 amount=-1 -kerning first=343 second=1209 amount=-1 -kerning first=1140 second=8353 amount=-2 -kerning first=89 second=341 amount=-3 -kerning first=374 second=289 amount=-6 -kerning first=1184 second=118 amount=-3 -kerning first=301 second=1252 amount=3 -kerning first=271 second=106 amount=2 -kerning first=906 second=301 amount=5 -kerning first=1213 second=253 amount=-1 -kerning first=124 second=95 amount=2 -kerning first=1184 second=1201 amount=-3 -kerning first=256 second=356 amount=-6 -kerning first=114 second=1255 amount=-1 -kerning first=1270 second=71 amount=-2 -kerning first=372 second=275 amount=-4 -kerning first=75 second=210 amount=-2 -kerning first=81 second=923 amount=-2 -kerning first=8216 second=191 amount=-4 -kerning first=1074 second=376 amount=-5 -kerning first=55 second=963 amount=-3 -kerning first=1080 second=92 amount=-3 -kerning first=1255 second=372 amount=-3 -kerning first=1224 second=354 amount=-3 -kerning first=1141 second=1092 amount=-1 -kerning first=89 second=174 amount=-1 -kerning first=1027 second=1197 amount=-2 -kerning first=1075 second=235 amount=-1 -kerning first=195 second=1141 amount=-4 -kerning first=183 second=1059 amount=-3 -kerning first=260 second=301 amount=3 -kerning first=1168 second=79 amount=-2 -kerning first=1199 second=245 amount=-1 -kerning first=1170 second=229 amount=-5 -kerning first=1094 second=1223 amount=1 -kerning first=193 second=1199 amount=-4 -kerning first=332 second=1204 amount=-2 -kerning first=345 second=1058 amount=-4 -kerning first=935 second=332 amount=-2 -kerning first=349 second=221 amount=-5 -kerning first=1126 second=337 amount=-1 -kerning first=122 second=246 amount=-1 -kerning first=376 second=8230 amount=-4 -kerning first=377 second=199 amount=-2 -kerning first=936 second=181 amount=-4 -kerning first=97 second=1197 amount=-2 -kerning first=932 second=335 amount=-5 -kerning first=232 second=1196 amount=-3 -kerning first=102 second=1236 amount=-2 -kerning first=114 second=126 amount=-2 -kerning first=286 second=303 amount=2 -kerning first=1040 second=176 amount=-6 -kerning first=923 second=1111 amount=3 -kerning first=372 second=1187 amount=-2 -kerning first=1027 second=1096 amount=-4 -kerning first=279 second=372 amount=-3 -kerning first=332 second=1232 amount=-2 -kerning first=1203 second=1104 amount=-1 -kerning first=227 second=89 amount=-6 -kerning first=95 second=305 amount=2 -kerning first=70 second=44 amount=-3 -kerning first=1026 second=1066 amount=-3 -kerning first=1171 second=932 amount=-2 -kerning first=116 second=172 amount=-1 -kerning first=1075 second=1222 amount=-3 -kerning first=251 second=8216 amount=-3 -kerning first=1082 second=285 amount=-1 -kerning first=972 second=1198 amount=-7 -kerning first=121 second=95 amount=-5 -kerning first=1278 second=1138 amount=-2 -kerning first=324 second=1265 amount=-1 -kerning first=358 second=1259 amount=-5 -kerning first=1106 second=1143 amount=-1 -kerning first=1032 second=8230 amount=-2 -kerning first=99 second=939 amount=-4 -kerning first=55 second=243 amount=-3 -kerning first=118 second=192 amount=-4 -kerning first=1180 second=299 amount=5 -kerning first=1088 second=1267 amount=-1 -kerning first=1232 second=275 amount=-1 -kerning first=961 second=118 amount=-1 -kerning first=1270 second=45 amount=-3 -kerning first=1265 second=1077 amount=-1 -kerning first=929 second=260 amount=-5 -kerning first=1186 second=1070 amount=1 -kerning first=915 second=324 amount=-4 -kerning first=44 second=903 amount=-6 -kerning first=195 second=116 amount=-2 -kerning first=354 second=114 amount=-4 -kerning first=1226 second=1188 amount=1 -kerning first=193 second=957 amount=-4 -kerning first=957 second=195 amount=-4 -kerning first=1095 second=1026 amount=-3 -kerning first=961 second=1201 amount=-1 -kerning first=68 second=8222 amount=-3 -kerning first=915 second=1271 amount=-4 -kerning first=1274 second=1017 amount=-2 -kerning first=1201 second=230 amount=-1 -kerning first=1082 second=162 amount=-1 -kerning first=1116 second=263 amount=-1 -kerning first=1059 second=242 amount=-6 -kerning first=1094 second=8220 amount=-3 -kerning first=923 second=332 amount=-2 -kerning first=71 second=358 amount=-2 -kerning first=1217 second=908 amount=-2 -kerning first=1043 second=1098 amount=-2 -kerning first=1163 second=1238 amount=1 -kerning first=258 second=335 amount=-1 -kerning first=959 second=8224 amount=-2 -kerning first=261 second=374 amount=-6 -kerning first=118 second=232 amount=-1 -kerning first=912 second=183 amount=-2 -kerning first=170 second=279 amount=-2 -kerning first=1225 second=205 amount=1 -kerning first=1265 second=1113 amount=-3 -kerning first=297 second=310 amount=3 -kerning first=75 second=1259 amount=-3 -kerning first=307 second=302 amount=2 -kerning first=275 second=354 amount=-3 -kerning first=211 second=65 amount=-2 -kerning first=1196 second=214 amount=-2 -kerning first=1278 second=287 amount=-2 -kerning first=221 second=1256 amount=-3 -kerning first=8370 second=1276 amount=-1 -kerning first=84 second=79 amount=-2 -kerning first=959 second=88 amount=-2 -kerning first=247 second=87 amount=-2 -kerning first=79 second=1217 amount=-2 -kerning first=1205 second=295 amount=1 -kerning first=1128 second=963 amount=-1 -kerning first=116 second=68 amount=1 -kerning first=301 second=1186 amount=3 -kerning first=243 second=1203 amount=-1 -kerning first=939 second=1075 amount=-3 -kerning first=1111 second=1211 amount=3 -kerning first=196 second=1196 amount=-6 -kerning first=210 second=374 amount=-3 -kerning first=1090 second=945 amount=-1 -kerning first=1234 second=81 amount=-2 -kerning first=1118 second=1010 amount=-1 -kerning first=1276 second=1138 amount=-2 -kerning first=1056 second=1233 amount=-1 -kerning first=1171 second=285 amount=-1 -kerning first=8218 second=910 amount=-7 -kerning first=197 second=372 amount=-4 -kerning first=356 second=271 amount=-5 -kerning first=1230 second=1162 amount=1 -kerning first=1168 second=973 amount=-4 -kerning first=1050 second=333 amount=-3 -kerning first=1083 second=358 amount=-3 -kerning first=8221 second=959 amount=-4 -kerning first=1085 second=87 amount=-3 -kerning first=1269 second=118 amount=-1 -kerning first=318 second=1111 amount=5 -kerning first=1209 second=1091 amount=-1 -kerning first=310 second=214 amount=-2 -kerning first=1196 second=1199 amount=-4 -kerning first=359 second=1250 amount=1 -kerning first=1251 second=1026 amount=-3 -kerning first=79 second=192 amount=-2 -kerning first=972 second=1175 amount=-1 -kerning first=339 second=86 amount=-3 -kerning first=1269 second=1201 amount=-1 -kerning first=284 second=84 amount=-2 -kerning first=1126 second=1105 amount=-1 -kerning first=1171 second=162 amount=-1 -kerning first=1253 second=8220 amount=-3 -kerning first=192 second=1193 amount=-1 -kerning first=932 second=1104 amount=-5 -kerning first=1145 second=1089 amount=-1 -kerning first=161 second=1035 amount=-4 -kerning first=311 second=1153 amount=-1 -kerning first=1194 second=1278 amount=-1 -kerning first=1191 second=939 amount=-11 -kerning first=1186 second=924 amount=1 -kerning first=1128 second=243 amount=-1 -kerning first=915 second=258 amount=-6 -kerning first=8221 second=60 amount=-6 -kerning first=1107 second=44 amount=-6 -kerning first=1111 second=323 amount=3 -kerning first=354 second=1017 amount=-2 -kerning first=288 second=238 amount=2 -kerning first=1237 second=1078 amount=-1 -kerning first=86 second=290 amount=-2 -kerning first=375 second=337 amount=-1 -kerning first=1276 second=287 amount=-2 -kerning first=933 second=944 amount=-3 -kerning first=1058 second=43 amount=-3 -kerning first=273 second=307 amount=2 -kerning first=281 second=86 amount=-3 -kerning first=927 second=1140 amount=-2 -kerning first=310 second=1199 amount=-3 -kerning first=1089 second=1204 amount=-5 -kerning first=196 second=271 amount=-1 -kerning first=193 second=354 amount=-6 -kerning first=918 second=43 amount=-2 -kerning first=208 second=923 amount=-2 -kerning first=932 second=1114 amount=-4 -kerning first=1270 second=1082 amount=-4 -kerning first=1200 second=97 amount=-6 -kerning first=1196 second=957 amount=-4 -kerning first=1198 second=1242 amount=-3 -kerning first=244 second=258 amount=-2 -kerning first=1128 second=8221 amount=-7 -kerning first=915 second=283 amount=-5 -kerning first=8217 second=375 amount=1 -kerning first=966 second=1061 amount=-2 -kerning first=1109 second=1196 amount=-5 -kerning first=379 second=239 amount=5 -kerning first=1048 second=207 amount=2 -kerning first=1084 second=84 amount=-3 -kerning first=112 second=93 amount=-1 -kerning first=186 second=193 amount=-5 -kerning first=1108 second=1090 amount=-1 -kerning first=1118 second=339 amount=-1 -kerning first=1225 second=1068 amount=1 -kerning first=8244 second=224 amount=-4 -kerning first=192 second=1109 amount=-1 -kerning first=197 second=299 amount=3 -kerning first=356 second=113 amount=-5 -kerning first=1164 second=932 amount=-3 -kerning first=88 second=212 amount=-2 -kerning first=243 second=910 amount=-7 -kerning first=196 second=1275 amount=-2 -kerning first=258 second=1104 amount=-1 -kerning first=84 second=973 amount=-4 -kerning first=363 second=1058 amount=-3 -kerning first=118 second=221 amount=-2 -kerning first=347 second=932 amount=-5 -kerning first=933 second=335 amount=-6 -kerning first=915 second=1087 amount=-4 -kerning first=77 second=239 amount=5 -kerning first=65 second=1017 amount=-2 -kerning first=232 second=87 amount=-3 -kerning first=260 second=242 amount=-1 -kerning first=216 second=1040 amount=-2 -kerning first=1170 second=279 amount=-5 -kerning first=1016 second=196 amount=-2 -kerning first=341 second=972 amount=-1 -kerning first=186 second=233 amount=-2 -kerning first=170 second=1195 amount=-2 -kerning first=310 second=957 amount=-3 -kerning first=317 second=8221 amount=-3 -kerning first=8244 second=970 amount=-4 -kerning first=381 second=247 amount=-2 -kerning first=1241 second=1143 amount=-1 -kerning first=932 second=353 amount=-5 -kerning first=1145 second=1145 amount=-1 -kerning first=1277 second=267 amount=-1 -kerning first=1259 second=932 amount=-3 -kerning first=961 second=356 amount=-3 -kerning first=120 second=172 amount=-1 -kerning first=1279 second=103 amount=-1 -kerning first=1242 second=1196 amount=-2 -kerning first=1217 second=1255 amount=-2 -kerning first=8353 second=88 amount=-1 -kerning first=1058 second=1236 amount=-6 -kerning first=186 second=1241 amount=-2 -kerning first=939 second=940 amount=-6 -kerning first=1194 second=260 amount=-1 -kerning first=1139 second=125 amount=-1 -kerning first=112 second=1265 amount=-1 -kerning first=336 second=8230 amount=-3 -kerning first=1114 second=1203 amount=-1 -kerning first=110 second=49 amount=-3 -kerning first=80 second=258 amount=-5 -kerning first=1178 second=335 amount=-3 -kerning first=89 second=1257 amount=-6 -kerning first=374 second=1196 amount=3 -kerning first=946 second=299 amount=2 -kerning first=1230 second=1225 amount=1 -kerning first=260 second=8220 amount=-8 -kerning first=211 second=935 amount=-2 -kerning first=1050 second=1077 amount=-3 -kerning first=1092 second=1140 amount=-4 -kerning first=1170 second=1224 amount=-4 -kerning first=1140 second=193 amount=-5 -kerning first=372 second=336 amount=-2 -kerning first=1263 second=265 amount=-1 -kerning first=221 second=114 amount=-3 -kerning first=939 second=264 amount=-3 -kerning first=55 second=347 amount=-3 -kerning first=196 second=113 amount=-1 -kerning first=1143 second=231 amount=-1 -kerning first=1217 second=126 amount=-4 -kerning first=359 second=1223 amount=1 -kerning first=295 second=1198 amount=-6 -kerning first=922 second=940 amount=-3 -kerning first=299 second=1171 amount=3 -kerning first=194 second=333 amount=-1 -kerning first=228 second=1143 amount=-1 -kerning first=1068 second=1203 amount=-1 -kerning first=358 second=1193 amount=-5 -kerning first=8216 second=198 amount=-6 -kerning first=355 second=330 amount=1 -kerning first=269 second=374 amount=-4 -kerning first=981 second=1279 amount=-1 -kerning first=381 second=1028 amount=-2 -kerning first=235 second=84 amount=-3 -kerning first=1189 second=1010 amount=-1 -kerning first=961 second=902 amount=-2 -kerning first=1207 second=8360 amount=1 -kerning first=255 second=301 amount=3 -kerning first=1140 second=233 amount=-4 -kerning first=1198 second=1074 amount=-3 -kerning first=922 second=264 amount=-2 -kerning first=34 second=256 amount=-5 -kerning first=1126 second=1171 amount=-2 -kerning first=1188 second=8250 amount=-3 -kerning first=1027 second=253 amount=-4 -kerning first=78 second=206 amount=2 -kerning first=8244 second=1117 amount=-1 -kerning first=193 second=1103 amount=-1 -kerning first=258 second=353 amount=-1 -kerning first=174 second=258 amount=-5 -kerning first=86 second=196 amount=-5 -kerning first=375 second=1105 amount=-1 -kerning first=1244 second=263 amount=-2 -kerning first=1140 second=1241 amount=-4 -kerning first=246 second=1277 amount=-1 -kerning first=81 second=1217 amount=-2 -kerning first=356 second=268 amount=-2 -kerning first=97 second=253 amount=-1 -kerning first=1168 second=1239 amount=-5 -kerning first=79 second=221 amount=-3 -kerning first=1187 second=254 amount=1 -kerning first=1226 second=351 amount=-1 -kerning first=1207 second=325 amount=1 -kerning first=119 second=287 amount=-1 -kerning first=965 second=8221 amount=1 -kerning first=935 second=103 amount=-2 -kerning first=87 second=59 amount=-3 -kerning first=239 second=299 amount=3 -kerning first=313 second=927 amount=-2 -kerning first=196 second=87 amount=-4 -kerning first=1269 second=356 amount=-3 -kerning first=1274 second=244 amount=-5 -kerning first=1201 second=1095 amount=-1 -kerning first=224 second=1185 amount=-2 -kerning first=902 second=8370 amount=-2 -kerning first=1232 second=336 amount=-2 -kerning first=1191 second=967 amount=-2 -kerning first=92 second=940 amount=-1 -kerning first=254 second=1204 amount=-3 -kerning first=374 second=271 amount=-6 -kerning first=116 second=1188 amount=1 -kerning first=75 second=1193 amount=-3 -kerning first=922 second=236 amount=2 -kerning first=357 second=1026 amount=-2 -kerning first=194 second=1029 amount=-1 -kerning first=1101 second=258 amount=-2 -kerning first=174 second=283 amount=-2 -kerning first=1119 second=1197 amount=-2 -kerning first=86 second=235 amount=-4 -kerning first=358 second=1109 amount=-5 -kerning first=72 second=296 amount=2 -kerning first=1118 second=239 amount=3 -kerning first=104 second=1059 amount=-6 -kerning first=333 second=197 amount=-2 -kerning first=359 second=8220 amount=-3 -kerning first=315 second=1171 amount=-1 -kerning first=1181 second=337 amount=-1 -kerning first=1168 second=1102 amount=-4 -kerning first=953 second=916 amount=-3 -kerning first=332 second=1200 amount=-3 -kerning first=92 second=264 amount=-2 -kerning first=254 second=1232 amount=-2 -kerning first=1263 second=1139 amount=-1 -kerning first=81 second=192 amount=-2 -kerning first=313 second=1267 amount=-4 -kerning first=299 second=320 amount=3 -kerning first=8221 second=361 amount=-3 -kerning first=283 second=1140 amount=-3 -kerning first=1274 second=8222 amount=-8 -kerning first=1277 second=177 amount=-2 -kerning first=319 second=1059 amount=-2 -kerning first=1114 second=910 amount=-11 -kerning first=1141 second=981 amount=-1 -kerning first=933 second=1104 amount=-6 -kerning first=1058 second=251 amount=-5 -kerning first=8222 second=1035 amount=-6 -kerning first=1057 second=1278 amount=-1 -kerning first=1168 second=74 amount=-6 -kerning first=1046 second=199 amount=-2 -kerning first=311 second=234 amount=-1 -kerning first=1033 second=258 amount=-2 -kerning first=71 second=237 amount=2 -kerning first=121 second=335 amount=-1 -kerning first=1196 second=913 amount=-6 -kerning first=1278 second=1012 amount=-2 -kerning first=221 second=1017 amount=-3 -kerning first=239 second=1049 amount=3 -kerning first=910 second=242 amount=-6 -kerning first=196 second=268 amount=-2 -kerning first=356 second=52 amount=-4 -kerning first=256 second=1265 amount=-4 -kerning first=1075 second=1259 amount=-1 -kerning first=1189 second=339 amount=-1 -kerning first=311 second=1243 amount=-1 -kerning first=1170 second=1195 amount=-5 -kerning first=1205 second=82 amount=1 -kerning first=923 second=103 amount=-1 -kerning first=1186 second=344 amount=1 -kerning first=1128 second=347 amount=-1 -kerning first=243 second=1093 amount=-1 -kerning first=1224 second=1263 amount=-1 -kerning first=1090 second=111 amount=-1 -kerning first=1068 second=910 amount=-7 -kerning first=345 second=967 amount=1 -kerning first=287 second=1204 amount=-3 -kerning first=245 second=256 amount=-2 -kerning first=1178 second=1104 amount=-3 -kerning first=8244 second=195 amount=-9 -kerning first=933 second=1114 amount=-3 -kerning first=1111 second=1043 amount=3 -kerning first=1016 second=89 amount=-7 -kerning first=162 second=374 amount=-4 -kerning first=1109 second=87 amount=-2 -kerning first=1107 second=225 amount=-1 -kerning first=106 second=295 amount=3 -kerning first=84 second=1239 amount=-5 -kerning first=1087 second=1098 amount=-2 -kerning first=102 second=277 amount=-1 -kerning first=1026 second=65 amount=-2 -kerning first=1200 second=1089 amount=-6 -kerning first=246 second=933 amount=-7 -kerning first=374 second=113 amount=-6 -kerning first=237 second=297 amount=3 -kerning first=301 second=90 amount=6 -kerning first=194 second=1077 amount=-1 -kerning first=8249 second=356 amount=-3 -kerning first=354 second=244 amount=-5 -kerning first=1275 second=172 amount=-1 -kerning first=1081 second=1197 amount=-2 -kerning first=1025 second=301 amount=5 -kerning first=87 second=291 amount=-4 -kerning first=293 second=358 amount=-3 -kerning first=76 second=1026 amount=-6 -kerning first=363 second=939 amount=-4 -kerning first=256 second=267 amount=-1 -kerning first=1040 second=1059 amount=-5 -kerning first=1196 second=1103 amount=-5 -kerning first=1198 second=945 amount=-6 -kerning first=111 second=255 amount=-1 -kerning first=939 second=1237 amount=-6 -kerning first=8221 second=943 amount=-4 -kerning first=84 second=1102 amount=-4 -kerning first=1185 second=963 amount=-1 -kerning first=1276 second=1012 amount=-2 -kerning first=76 second=67 amount=-2 -kerning first=297 second=921 amount=3 -kerning first=8220 second=194 amount=-6 -kerning first=933 second=353 amount=-4 -kerning first=1036 second=121 amount=-3 -kerning first=354 second=8222 amount=-8 -kerning first=210 second=46 amount=-3 -kerning first=169 second=197 amount=-2 -kerning first=1098 second=1277 amount=-1 -kerning first=1242 second=87 amount=-1 -kerning first=1196 second=308 amount=-6 -kerning first=1198 second=262 amount=-3 -kerning first=86 second=169 amount=-2 -kerning first=1254 second=256 amount=-2 -kerning first=1126 second=1091 amount=-4 -kerning first=1057 second=260 amount=-1 -kerning first=920 second=195 amount=-2 -kerning first=242 second=1035 amount=-3 -kerning first=1061 second=8370 amount=-2 -kerning first=337 second=1143 amount=-1 -kerning first=84 second=74 amount=-6 -kerning first=225 second=121 amount=-1 -kerning first=197 second=34 amount=-5 -kerning first=214 second=1276 amount=-2 -kerning first=1168 second=1107 amount=-4 -kerning first=939 second=961 amount=-3 -kerning first=1027 second=171 amount=-8 -kerning first=8249 second=902 amount=-2 -kerning first=1255 second=1098 amount=-2 -kerning first=1233 second=372 amount=-3 -kerning first=1234 second=211 amount=-2 -kerning first=1118 second=1072 amount=-1 -kerning first=45 second=1026 amount=-3 -kerning first=8225 second=1153 amount=-2 -kerning first=1054 second=933 amount=-3 -kerning first=378 second=1066 amount=-2 -kerning first=65 second=244 amount=-1 -kerning first=192 second=1010 amount=-1 -kerning first=379 second=1057 amount=-2 -kerning first=1181 second=1105 amount=-1 -kerning first=275 second=1263 amount=-1 -kerning first=1168 second=942 amount=-4 -kerning first=1102 second=197 amount=-2 -kerning first=1040 second=291 amount=-1 -kerning first=176 second=1040 amount=-6 -kerning first=335 second=195 amount=-2 -kerning first=1043 second=972 amount=-5 -kerning first=355 second=8217 amount=2 -kerning first=309 second=1112 amount=3 -kerning first=1243 second=92 amount=-4 -kerning first=1185 second=243 amount=-1 -kerning first=1197 second=354 amount=-2 -kerning first=70 second=100 amount=-3 -kerning first=334 second=1196 amount=-2 -kerning first=1200 second=1145 amount=-6 -kerning first=89 second=1108 amount=-6 -kerning first=315 second=1091 amount=-4 -kerning first=194 second=351 amount=-1 -kerning first=279 second=1098 amount=-1 -kerning first=913 second=277 amount=-1 -kerning first=208 second=1217 amount=-2 -kerning first=8224 second=256 amount=-5 -kerning first=1203 second=43 amount=-1 -kerning first=341 second=224 amount=-1 -kerning first=121 second=1104 amount=-1 -kerning first=1234 second=119 amount=-4 -kerning first=1126 second=231 amount=-1 -kerning first=239 second=294 amount=3 -kerning first=262 second=297 amount=2 -kerning first=8218 second=1063 amount=-4 -kerning first=8244 second=345 amount=-1 -kerning first=321 second=8223 amount=-3 -kerning first=1145 second=1233 amount=-1 -kerning first=1230 second=349 amount=-1 -kerning first=216 second=47 amount=-3 -kerning first=1067 second=207 amount=2 -kerning first=1034 second=197 amount=-2 -kerning first=114 second=1277 amount=1 -kerning first=1170 second=1194 amount=-2 -kerning first=255 second=242 amount=-1 -kerning first=1141 second=1040 amount=-4 -kerning first=253 second=269 amount=-1 -kerning first=1140 second=1111 amount=5 -kerning first=89 second=1032 amount=-2 -kerning first=374 second=268 amount=-3 -kerning first=927 second=1058 amount=-2 -kerning first=1258 second=1035 amount=-2 -kerning first=81 second=221 amount=-3 -kerning first=939 second=246 amount=-6 -kerning first=195 second=199 amount=-2 -kerning first=1089 second=1200 amount=-4 -kerning first=1163 second=1250 amount=1 -kerning first=1114 second=1093 amount=-1 -kerning first=981 second=186 amount=-2 -kerning first=231 second=1185 amount=-1 -kerning first=226 second=376 amount=-6 -kerning first=8224 second=281 amount=-2 -kerning first=248 second=194 amount=-2 -kerning first=299 second=304 amount=3 -kerning first=55 second=99 amount=-3 -kerning first=208 second=192 amount=-2 -kerning first=59 second=1196 amount=-2 -kerning first=256 second=177 amount=-3 -kerning first=1274 second=349 amount=-5 -kerning first=216 second=1198 amount=-3 -kerning first=1207 second=1055 amount=1 -kerning first=1270 second=971 amount=-4 -kerning first=1184 second=1265 amount=-3 -kerning first=922 second=246 amount=-3 -kerning first=8217 second=252 amount=-3 -kerning first=1188 second=1143 amount=-4 -kerning first=205 second=938 amount=2 -kerning first=183 second=372 amount=-2 -kerning first=84 second=1107 amount=-4 -kerning first=261 second=1249 amount=-2 -kerning first=1090 second=1209 amount=-1 -kerning first=118 second=44 amount=-2 -kerning first=1098 second=933 amount=-11 -kerning first=1068 second=1093 amount=-1 -kerning first=1088 second=1279 amount=-1 -kerning first=345 second=183 amount=-2 -kerning first=1106 second=118 amount=-1 -kerning first=1026 second=174 amount=-1 -kerning first=297 second=1140 amount=5 -kerning first=192 second=339 amount=-1 -kerning first=356 second=248 amount=-5 -kerning first=1082 second=940 amount=-1 -kerning first=120 second=333 amount=-1 -kerning first=1093 second=1089 amount=-1 -kerning first=1257 second=1078 amount=-1 -kerning first=1140 second=332 amount=-2 -kerning first=1012 second=1066 amount=-2 -kerning first=966 second=121 amount=-1 -kerning first=1106 second=1201 amount=-1 -kerning first=193 second=1263 amount=-4 -kerning first=84 second=942 amount=-4 -kerning first=1100 second=255 amount=-2 -kerning first=1026 second=935 amount=-2 -kerning first=961 second=93 amount=-1 -kerning first=1091 second=1207 amount=-1 -kerning first=297 second=914 amount=3 -kerning first=374 second=52 amount=-4 -kerning first=116 second=351 amount=-1 -kerning first=1241 second=1202 amount=-2 -kerning first=195 second=49 amount=-2 -kerning first=1084 second=1118 amount=-1 -kerning first=1035 second=933 amount=-6 -kerning first=1188 second=284 amount=-2 -kerning first=222 second=1234 amount=-3 -kerning first=8221 second=196 amount=-9 -kerning first=46 second=1198 amount=-4 -kerning first=107 second=1204 amount=-4 -kerning first=1092 second=1058 amount=-3 -kerning first=119 second=358 amount=-3 -kerning first=1113 second=1035 amount=-7 -kerning first=1205 second=221 amount=-1 -kerning first=1270 second=337 amount=-5 -kerning first=253 second=1086 amount=-1 -kerning first=1279 second=273 amount=-1 -kerning first=92 second=246 amount=-1 -kerning first=1184 second=267 amount=-3 -kerning first=213 second=88 amount=-2 -kerning first=1210 second=255 amount=-1 -kerning first=86 second=210 amount=-2 -kerning first=358 second=1010 amount=-5 -kerning first=908 second=1278 amount=-2 -kerning first=1075 second=1193 amount=-1 -kerning first=1168 second=1118 amount=-4 -kerning first=1235 second=86 amount=-3 -kerning first=243 second=1234 amount=-2 -kerning first=221 second=244 amount=-6 -kerning first=8221 second=235 amount=-4 -kerning first=1107 second=100 amount=-1 -kerning first=350 second=902 amount=-1 -kerning first=181 second=910 amount=-4 -kerning first=48 second=8216 amount=-3 -kerning first=196 second=248 amount=-1 -kerning first=193 second=265 amount=-1 -kerning first=1143 second=229 amount=-1 -kerning first=932 second=43 amount=-3 -kerning first=1119 second=253 amount=-1 -kerning first=961 second=1265 amount=-1 -kerning first=92 second=8217 amount=-7 -kerning first=1058 second=277 amount=-5 -kerning first=8217 second=912 amount=-4 -kerning first=354 second=349 amount=-5 -kerning first=1167 second=1236 amount=-2 -kerning first=1278 second=266 amount=-2 -kerning first=1213 second=1185 amount=-1 -kerning first=1267 second=972 amount=-1 -kerning first=8216 second=193 amount=-6 -kerning first=1171 second=940 amount=-1 -kerning first=1169 second=354 amount=-2 -kerning first=1116 second=281 amount=-1 -kerning first=1189 second=1072 amount=-1 -kerning first=79 second=44 amount=-3 -kerning first=902 second=232 amount=-1 -kerning first=1187 second=1036 amount=1 -kerning first=8225 second=194 amount=-5 -kerning first=1097 second=1066 amount=-2 -kerning first=373 second=8244 amount=3 -kerning first=1093 second=1145 amount=-1 -kerning first=92 second=352 amount=-1 -kerning first=1186 second=201 amount=1 -kerning first=1128 second=99 amount=-1 -kerning first=75 second=1010 amount=-3 -kerning first=221 second=8222 amount=-7 -kerning first=969 second=936 amount=-5 -kerning first=1027 second=117 amount=-5 -kerning first=8221 second=1222 amount=-4 -kerning first=299 second=1172 amount=3 -kerning first=947 second=8216 amount=-4 -kerning first=1111 second=278 amount=3 -kerning first=1163 second=1223 amount=1 -kerning first=196 second=39 amount=-5 -kerning first=912 second=95 amount=-2 -kerning first=1069 second=195 amount=-2 -kerning first=257 second=358 amount=-3 -kerning first=375 second=231 amount=-1 -kerning first=1232 second=36 amount=-1 -kerning first=343 second=1143 amount=1 -kerning first=170 second=287 amount=-2 -kerning first=376 second=199 amount=-3 -kerning first=254 second=1200 amount=-7 -kerning first=1058 second=1189 amount=-4 -kerning first=915 second=59 amount=-2 -kerning first=321 second=1069 amount=-2 -kerning first=304 second=239 amount=5 -kerning first=1168 second=263 amount=-5 -kerning first=1199 second=1066 amount=-2 -kerning first=373 second=84 amount=-3 -kerning first=935 second=273 amount=-2 -kerning first=299 second=66 amount=3 -kerning first=235 second=1118 amount=-1 -kerning first=8225 second=234 amount=-2 -kerning first=1195 second=932 amount=-5 -kerning first=939 second=1096 amount=-3 -kerning first=1111 second=1011 amount=-4 -kerning first=1179 second=269 amount=-1 -kerning first=283 second=1058 amount=-3 -kerning first=341 second=195 amount=-3 -kerning first=87 second=1054 amount=-2 -kerning first=1239 second=1143 amount=-1 -kerning first=358 second=339 amount=-5 -kerning first=1271 second=963 amount=-1 -kerning first=8225 second=1243 amount=-2 -kerning first=65 second=349 amount=-1 -kerning first=192 second=239 amount=3 -kerning first=932 second=1236 amount=-6 -kerning first=334 second=87 amount=-1 -kerning first=120 second=1077 amount=-1 -kerning first=908 second=260 amount=-2 -kerning first=1196 second=1263 amount=-4 -kerning first=1198 second=111 amount=-6 -kerning first=240 second=8225 amount=-2 -kerning first=86 second=1259 amount=-4 -kerning first=324 second=1090 amount=-2 -kerning first=248 second=376 amount=-7 -kerning first=8221 second=343 amount=-1 -kerning first=1081 second=253 amount=-1 -kerning first=193 second=1139 amount=-1 -kerning first=84 second=1118 amount=-4 -kerning first=1220 second=1026 amount=-3 -kerning first=208 second=221 amount=-3 -kerning first=1269 second=1265 amount=-1 -kerning first=1276 second=266 amount=-2 -kerning first=115 second=356 amount=-5 -kerning first=98 second=196 amount=-2 -kerning first=1184 second=177 amount=-2 -kerning first=265 second=1198 amount=-4 -kerning first=1163 second=8220 amount=-3 -kerning first=1138 second=1278 amount=-2 -kerning first=927 second=939 amount=-3 -kerning first=39 second=1232 amount=-5 -kerning first=55 second=198 amount=-7 -kerning first=90 second=60 amount=-4 -kerning first=356 second=1100 amount=-4 -kerning first=229 second=84 amount=-3 -kerning first=1270 second=1105 amount=-5 -kerning first=923 second=273 amount=-1 -kerning first=89 second=908 amount=-3 -kerning first=75 second=339 amount=-3 -kerning first=1275 second=333 amount=-1 -kerning first=1175 second=1089 amount=-1 -kerning first=1124 second=195 amount=-1 -kerning first=8230 second=358 amount=-2 -kerning first=906 second=206 amount=2 -kerning first=1271 second=243 amount=-1 -kerning first=1106 second=356 amount=-3 -kerning first=1256 second=196 amount=-2 -kerning first=310 second=1263 amount=-3 -kerning first=244 second=1059 amount=-7 -kerning first=321 second=8373 amount=-2 -kerning first=342 second=1198 amount=-2 -kerning first=1241 second=118 amount=-1 -kerning first=1222 second=292 amount=1 -kerning first=1059 second=923 amount=-5 -kerning first=1226 second=1070 amount=1 -kerning first=1170 second=1138 amount=-2 -kerning first=1094 second=295 amount=1 -kerning first=373 second=1239 amount=-1 -kerning first=112 second=1278 amount=-2 -kerning first=1040 second=1054 amount=-2 -kerning first=1196 second=265 amount=-5 -kerning first=1043 second=224 amount=-5 -kerning first=1027 second=286 amount=-2 -kerning first=299 second=1052 amount=3 -kerning first=269 second=1249 amount=-1 -kerning first=936 second=44 amount=-6 -kerning first=84 second=263 amount=-5 -kerning first=1078 second=945 amount=-1 -kerning first=1241 second=1201 amount=-1 -kerning first=212 second=84 amount=-2 -kerning first=1200 second=1233 amount=-6 -kerning first=1279 second=240 amount=-1 -kerning first=1265 second=261 amount=-1 -kerning first=1140 second=46 amount=-6 -kerning first=1202 second=963 amount=-2 -kerning first=374 second=248 amount=-6 -kerning first=382 second=1204 amount=-2 -kerning first=915 second=291 amount=-5 -kerning first=1048 second=1031 amount=2 -kerning first=1275 second=8218 amount=-8 -kerning first=1179 second=1086 amount=-1 -kerning first=1095 second=121 amount=-1 -kerning first=1020 second=1197 amount=-2 -kerning first=223 second=239 amount=2 -kerning first=1061 second=232 amount=-2 -kerning first=1011 second=1111 amount=3 -kerning first=8250 second=381 amount=-2 -kerning first=356 second=115 amount=-5 -kerning first=1215 second=1140 amount=-3 -kerning first=902 second=221 amount=-5 -kerning first=1099 second=309 amount=3 -kerning first=1016 second=1046 amount=-2 -kerning first=8217 second=65 amount=-9 -kerning first=1188 second=1181 amount=-4 -kerning first=1107 second=1026 amount=-2 -kerning first=262 second=1061 amount=-1 -kerning first=83 second=299 amount=3 -kerning first=193 second=1028 amount=-2 -kerning first=959 second=41 amount=-1 -kerning first=228 second=118 amount=-1 -kerning first=118 second=225 amount=-1 -kerning first=1068 second=1234 amount=-2 -kerning first=1088 second=186 amount=-2 -kerning first=94 second=196 amount=-6 -kerning first=230 second=1140 amount=-3 -kerning first=1141 second=47 amount=-4 -kerning first=310 second=265 amount=-3 -kerning first=297 second=72 amount=3 -kerning first=929 second=226 amount=-1 -kerning first=246 second=1204 amount=-3 -kerning first=337 second=1202 amount=-2 -kerning first=301 second=1034 amount=3 -kerning first=1092 second=939 amount=-7 -kerning first=1170 second=287 amount=-5 -kerning first=1207 second=280 amount=1 -kerning first=373 second=74 amount=-4 -kerning first=228 second=1201 amount=-1 -kerning first=957 second=97 amount=-1 -kerning first=1193 second=932 amount=-3 -kerning first=1263 second=258 amount=-4 -kerning first=186 second=103 amount=-2 -kerning first=45 second=1061 amount=-4 -kerning first=1056 second=183 amount=-2 -kerning first=1138 second=260 amount=-2 -kerning first=932 second=251 amount=-5 -kerning first=1059 second=8370 amount=-3 -kerning first=1202 second=243 amount=-2 -kerning first=246 second=1232 amount=-2 -kerning first=8217 second=101 amount=-4 -kerning first=335 second=119 amount=-1 -kerning first=195 second=348 amount=-1 -kerning first=1175 second=1145 amount=-1 -kerning first=358 second=239 amount=6 -kerning first=1118 second=910 amount=-2 -kerning first=1141 second=1198 amount=-2 -kerning first=1171 second=1237 amount=-1 -kerning first=933 second=43 amount=-3 -kerning first=1082 second=246 amount=-1 -kerning first=1181 second=231 amount=-1 -kerning first=1196 second=1139 amount=-5 -kerning first=1263 second=283 amount=-1 -kerning first=935 second=240 amount=-2 -kerning first=221 second=349 amount=-4 -kerning first=196 second=115 amount=-1 -kerning first=1143 second=279 amount=-1 -kerning first=959 second=1091 amount=-1 -kerning first=112 second=260 amount=-2 -kerning first=1180 second=972 amount=-3 -kerning first=1222 second=1027 amount=1 -kerning first=1191 second=92 amount=-7 -kerning first=372 second=1242 amount=-2 -kerning first=8217 second=1083 amount=-4 -kerning first=81 second=44 amount=-3 -kerning first=301 second=293 amount=3 -kerning first=1043 second=1117 amount=-4 -kerning first=1251 second=121 amount=-1 -kerning first=1226 second=924 amount=1 -kerning first=1066 second=196 amount=-2 -kerning first=174 second=1059 amount=-1 -kerning first=241 second=910 amount=-6 -kerning first=1054 second=1204 amount=-2 -kerning first=1178 second=43 amount=-4 -kerning first=267 second=358 amount=-5 -kerning first=369 second=221 amount=-4 -kerning first=1059 second=181 amount=-3 -kerning first=253 second=227 amount=-1 -kerning first=1140 second=103 amount=-4 -kerning first=88 second=100 amount=-2 -kerning first=1196 second=247 amount=-3 -kerning first=1198 second=1209 amount=-6 -kerning first=162 second=1249 amount=-1 -kerning first=289 second=1196 amount=-3 -kerning first=75 second=239 amount=5 -kerning first=248 second=373 amount=-1 -kerning first=1027 second=920 amount=-2 -kerning first=377 second=8249 amount=-2 -kerning first=274 second=1111 amount=5 -kerning first=1275 second=1077 amount=-1 -kerning first=95 second=220 amount=-3 -kerning first=104 second=372 amount=-3 -kerning first=1054 second=1232 amount=-2 -kerning first=1244 second=281 amount=-2 -kerning first=98 second=89 amount=-7 -kerning first=310 second=1139 amount=-3 -kerning first=378 second=101 amount=-1 -kerning first=317 second=198 amount=2 -kerning first=332 second=8222 amount=-3 -kerning first=1101 second=1059 amount=-7 -kerning first=1278 second=245 amount=-2 -kerning first=182 second=303 amount=2 -kerning first=1043 second=81 amount=-2 -kerning first=239 second=322 amount=3 -kerning first=297 second=1058 amount=6 -kerning first=283 second=939 amount=-7 -kerning first=318 second=938 amount=2 -kerning first=1270 second=951 amount=-4 -kerning first=923 second=240 amount=-1 -kerning first=89 second=1255 amount=-6 -kerning first=933 second=1236 amount=-5 -kerning first=1128 second=8353 amount=-2 -kerning first=173 second=1279 amount=-1 -kerning first=1184 second=369 amount=-2 -kerning first=1036 second=71 amount=-2 -kerning first=8217 second=341 amount=-1 -kerning first=1275 second=1113 amount=-3 -kerning first=1273 second=1059 amount=-6 -kerning first=112 second=1090 amount=-2 -kerning first=95 second=1204 amount=-4 -kerning first=174 second=291 amount=-2 -kerning first=1267 second=224 amount=-1 -kerning first=1232 second=1242 amount=-2 -kerning first=1256 second=89 amount=-3 -kerning first=1200 second=1058 amount=3 -kerning first=268 second=198 amount=-1 -kerning first=310 second=247 amount=-4 -kerning first=1171 second=246 amount=-1 -kerning first=46 second=54 amount=-2 -kerning first=902 second=212 amount=-2 -kerning first=1050 second=250 amount=-2 -kerning first=1033 second=1059 amount=-7 -kerning first=1216 second=300 amount=2 -kerning first=1196 second=1028 amount=-2 -kerning first=1017 second=256 amount=-1 -kerning first=1027 second=8363 amount=-5 -kerning first=1197 second=265 amount=-1 -kerning first=1059 second=1116 amount=-3 -kerning first=89 second=126 amount=-3 -kerning first=374 second=1100 amount=-3 -kerning first=1010 second=84 amount=-5 -kerning first=1241 second=356 amount=-3 -kerning first=1075 second=1010 amount=-1 -kerning first=1233 second=1098 amount=-2 -kerning first=1098 second=1204 amount=-7 -kerning first=1012 second=65 amount=-2 -kerning first=86 second=1193 amount=-4 -kerning first=1043 second=195 amount=-6 -kerning first=317 second=8353 amount=-2 -kerning first=8220 second=8230 amount=-6 -kerning first=1235 second=8216 amount=-3 -kerning first=1265 second=197 amount=-4 -kerning first=372 second=1074 amount=-2 -kerning first=981 second=1040 amount=-2 -kerning first=357 second=311 amount=1 -kerning first=1027 second=1185 amount=-2 -kerning first=1139 second=1203 amount=-1 -kerning first=1203 second=277 amount=-1 -kerning first=358 second=1072 amount=-5 -kerning first=1028 second=44 amount=-3 -kerning first=67 second=1236 amount=-1 -kerning first=1276 second=245 amount=-2 -kerning first=310 second=1028 amount=-2 -kerning first=337 second=118 amount=-1 -kerning first=1036 second=45 amount=-4 -kerning first=97 second=1185 amount=-2 -kerning first=260 second=8370 amount=-2 -kerning first=1168 second=365 amount=-5 -kerning first=1092 second=967 amount=-1 -kerning first=1097 second=929 amount=1 -kerning first=1035 second=1204 amount=-3 -kerning first=1040 second=372 amount=-4 -kerning first=349 second=1026 amount=-5 -kerning first=1107 second=1235 amount=-1 -kerning first=337 second=1201 amount=-1 -kerning first=228 second=356 amount=-3 -kerning first=1185 second=99 amount=-1 -kerning first=192 second=1057 amount=-2 -kerning first=1274 second=1069 amount=-2 -kerning first=38 second=1196 amount=-4 -kerning first=1077 second=1059 amount=-7 -kerning first=102 second=285 amount=-1 -kerning first=1265 second=275 amount=-1 -kerning first=374 second=115 amount=-4 -kerning first=1186 second=1219 amount=1 -kerning first=922 second=253 amount=-3 -kerning first=270 second=1035 amount=-2 -kerning first=1241 second=902 amount=-2 -kerning first=8221 second=1259 amount=-4 -kerning first=234 second=1203 amount=-1 -kerning first=1143 second=1195 amount=-1 -kerning first=913 second=932 amount=-6 -kerning first=112 second=170 amount=-2 -kerning first=973 second=933 amount=-4 -kerning first=86 second=1109 amount=-3 -kerning first=197 second=972 amount=-1 -kerning first=226 second=1141 amount=-1 -kerning first=1059 second=110 amount=-3 -kerning first=114 second=1204 amount=-4 -kerning first=1257 second=8220 amount=-4 -kerning first=1140 second=259 amount=-4 -kerning first=196 second=63 amount=-4 -kerning first=1197 second=1139 amount=-1 -kerning first=118 second=100 amount=-1 -kerning first=375 second=229 amount=-1 -kerning first=102 second=162 amount=-1 -kerning first=1200 second=1094 amount=-3 -kerning first=1091 second=8249 amount=-3 -kerning first=933 second=251 amount=-3 -kerning first=116 second=1070 amount=1 -kerning first=359 second=295 amount=1 -kerning first=90 second=290 amount=-2 -kerning first=1075 second=339 amount=-1 -kerning first=183 second=1098 amount=-1 -kerning first=114 second=1232 amount=-3 -kerning first=1094 second=82 amount=1 -kerning first=1066 second=89 amount=-7 -kerning first=957 second=1089 amount=-1 -kerning first=341 second=119 amount=1 -kerning first=1188 second=213 amount=-2 -kerning first=1078 second=111 amount=-1 -kerning first=925 second=301 amount=5 -kerning first=1270 second=1091 amount=-4 -kerning first=92 second=253 amount=-4 -kerning first=915 second=1054 amount=-2 -kerning first=321 second=194 amount=2 -kerning first=1199 second=65 amount=-4 -kerning first=1220 second=1061 amount=-2 -kerning first=1197 second=247 amount=-1 -kerning first=208 second=44 amount=-3 -kerning first=1096 second=374 amount=-6 -kerning first=121 second=1236 amount=-4 -kerning first=910 second=923 amount=-5 -kerning first=1178 second=251 amount=-2 -kerning first=1061 second=212 amount=-2 -kerning first=1230 second=1229 amount=1 -kerning first=161 second=354 amount=-4 -kerning first=1040 second=299 amount=3 -kerning first=88 second=67 amount=-2 -kerning first=1196 second=367 amount=-5 -kerning first=1188 second=118 amount=-4 -kerning first=1043 second=345 amount=-4 -kerning first=8230 second=51 amount=-2 -kerning first=84 second=365 amount=-5 -kerning first=1139 second=910 amount=-7 -kerning first=283 second=967 amount=-1 -kerning first=1274 second=8373 amount=-2 -kerning first=43 second=1277 amount=-1 -kerning first=1020 second=253 amount=-1 -kerning first=1093 second=1058 amount=-3 -kerning first=103 second=358 amount=-3 -kerning first=1091 second=1035 amount=-2 -kerning first=68 second=194 amount=-2 -kerning first=915 second=378 amount=-3 -kerning first=1188 second=1201 amount=-4 -kerning first=367 second=932 amount=-3 -kerning first=1153 second=89 amount=-4 -kerning first=354 second=1069 amount=-2 -kerning first=1199 second=101 amount=-1 -kerning first=1083 second=375 amount=-1 -kerning first=1187 second=98 amount=1 -kerning first=1226 second=344 amount=1 -kerning first=1170 second=1012 amount=-2 -kerning first=913 second=285 amount=-1 -kerning first=240 second=84 amount=-3 -kerning first=72 second=1111 amount=5 -kerning first=1126 second=279 amount=-1 -kerning first=122 second=8363 amount=-1 -kerning first=239 second=205 amount=3 -kerning first=376 second=1207 amount=-6 -kerning first=55 second=193 amount=-7 -kerning first=1169 second=265 amount=-1 -kerning first=8222 second=1199 amount=-3 -kerning first=932 second=277 amount=-5 -kerning first=1067 second=1031 amount=2 -kerning first=1016 second=125 amount=-1 -kerning first=1270 second=231 amount=-5 -kerning first=944 second=1066 amount=-3 -kerning first=372 second=945 amount=-4 -kerning first=313 second=186 amount=-6 -kerning first=1111 second=76 amount=3 -kerning first=234 second=910 amount=-7 -kerning first=1071 second=95 amount=2 -kerning first=1267 second=195 amount=-4 -kerning first=110 second=1035 amount=-3 -kerning first=328 second=221 amount=-6 -kerning first=310 second=367 amount=-2 -kerning first=1058 second=58 amount=-2 -kerning first=1059 second=192 amount=-5 -kerning first=1199 second=1083 amount=-3 -kerning first=119 second=245 amount=-1 -kerning first=373 second=263 amount=-1 -kerning first=913 second=162 amount=-1 -kerning first=957 second=1145 amount=-1 -kerning first=8224 second=289 amount=-2 -kerning first=372 second=262 amount=-2 -kerning first=1012 second=935 amount=-2 -kerning first=358 second=1057 amount=-2 -kerning first=8370 second=105 amount=2 -kerning first=910 second=8370 amount=-3 -kerning first=355 second=1065 amount=1 -kerning first=252 second=376 amount=-4 -kerning first=55 second=233 amount=-3 -kerning first=1274 second=249 amount=-5 -kerning first=256 second=170 amount=-5 -kerning first=932 second=1189 amount=-4 -kerning first=229 second=1118 amount=-1 -kerning first=1215 second=1058 amount=-3 -kerning first=1232 second=86 amount=-5 -kerning first=1205 second=223 amount=1 -kerning first=253 second=1092 amount=-1 -kerning first=116 second=924 amount=1 -kerning first=301 second=340 amount=3 -kerning first=939 second=171 amount=-6 -kerning first=1111 second=359 amount=3 -kerning first=55 second=1241 amount=-3 -kerning first=284 second=256 amount=-1 -kerning first=1234 second=1089 amount=-1 -kerning first=230 second=1058 amount=-3 -kerning first=1106 second=1265 amount=-1 -kerning first=961 second=1278 amount=-2 -kerning first=76 second=121 amount=-4 -kerning first=238 second=1112 amount=3 -kerning first=246 second=1200 amount=-7 -kerning first=8244 second=97 amount=-4 -kerning first=179 second=1232 amount=-6 -kerning first=8222 second=957 amount=-3 -kerning first=46 second=8221 amount=-5 -kerning first=65 second=1069 amount=-2 -kerning first=356 second=959 amount=-5 -kerning first=1059 second=232 amount=-6 -kerning first=114 second=357 amount=2 -kerning first=1207 second=1062 amount=1 -kerning first=285 second=84 amount=-3 -kerning first=8216 second=46 amount=-6 -kerning first=1110 second=92 amount=2 -kerning first=258 second=277 amount=-1 -kerning first=1232 second=945 amount=-1 -kerning first=337 second=356 amount=-3 -kerning first=75 second=1057 amount=-2 -kerning first=922 second=171 amount=-3 -kerning first=271 second=8216 amount=2 -kerning first=354 second=8373 amount=-2 -kerning first=259 second=1198 amount=-6 -kerning first=943 second=8220 amount=-3 -kerning first=1117 second=1140 amount=-3 -kerning first=87 second=1020 amount=-2 -kerning first=186 second=273 amount=-2 -kerning first=910 second=181 amount=-3 -kerning first=1169 second=1139 amount=-1 -kerning first=1274 second=257 amount=-5 -kerning first=356 second=60 amount=-5 -kerning first=43 second=933 amount=-3 -kerning first=224 second=1267 amount=-1 -kerning first=1059 second=1084 amount=-3 -kerning first=1232 second=262 amount=-2 -kerning first=343 second=118 amount=1 -kerning first=111 second=8225 amount=-2 -kerning first=248 second=1141 amount=-1 -kerning first=242 second=1199 amount=-1 -kerning first=112 second=120 amount=-1 -kerning first=118 second=1026 amount=-2 -kerning first=1274 second=1153 amount=-5 -kerning first=343 second=1201 amount=1 -kerning first=8217 second=1257 amount=-4 -kerning first=192 second=910 amount=-5 -kerning first=8250 second=1236 amount=-2 -kerning first=1086 second=197 amount=-2 -kerning first=101 second=1277 amount=-1 -kerning first=38 second=87 amount=-3 -kerning first=1050 second=275 amount=-3 -kerning first=1170 second=1169 amount=-4 -kerning first=255 second=923 amount=-4 -kerning first=290 second=1035 amount=-2 -kerning first=1196 second=324 amount=-4 -kerning first=1027 second=216 amount=-2 -kerning first=1054 second=1200 amount=-3 -kerning first=239 second=1068 amount=3 -kerning first=196 second=959 amount=-1 -kerning first=193 second=283 amount=-1 -kerning first=1169 second=247 amount=-1 -kerning first=1145 second=183 amount=-1 -kerning first=1277 second=966 amount=-1 -kerning first=1239 second=118 amount=-1 -kerning first=92 second=171 amount=-2 -kerning first=1115 second=1140 amount=-3 -kerning first=1196 second=1271 amount=-4 -kerning first=337 second=902 amount=-2 -kerning first=1058 second=285 amount=-5 -kerning first=321 second=376 amount=-5 -kerning first=1168 second=256 amount=-6 -kerning first=354 second=249 amount=-5 -kerning first=1234 second=1145 amount=-1 -kerning first=1239 second=1201 amount=-1 -kerning first=358 second=1203 amount=-3 -kerning first=65 second=8373 amount=-2 -kerning first=1116 second=289 amount=-1 -kerning first=1088 second=1040 amount=-2 -kerning first=1046 second=8249 amount=-3 -kerning first=961 second=260 amount=-2 -kerning first=255 second=295 amount=3 -kerning first=1140 second=273 amount=-4 -kerning first=923 second=346 amount=-1 -kerning first=1128 second=233 amount=-1 -kerning first=1126 second=1195 amount=-1 -kerning first=8221 second=1193 amount=-4 -kerning first=242 second=957 amount=-1 -kerning first=268 second=1244 amount=-1 -kerning first=910 second=1116 amount=-3 -kerning first=1111 second=1238 amount=3 -kerning first=972 second=198 amount=-2 -kerning first=196 second=60 amount=-2 -kerning first=1049 second=299 amount=5 -kerning first=1139 second=1093 amount=-1 -kerning first=118 second=297 amount=3 -kerning first=95 second=1256 amount=-3 -kerning first=375 second=279 amount=-1 -kerning first=1271 second=99 amount=-1 -kerning first=1118 second=1234 amount=-4 -kerning first=1164 second=1197 amount=-2 -kerning first=1225 second=310 amount=1 -kerning first=317 second=193 amount=2 -kerning first=68 second=376 amount=-3 -kerning first=1128 second=1241 amount=-1 -kerning first=1058 second=162 amount=-5 -kerning first=1168 second=281 amount=-5 -kerning first=187 second=253 amount=-2 -kerning first=1175 second=1058 amount=-3 -kerning first=1187 second=1035 amount=-2 -kerning first=1170 second=1088 amount=-4 -kerning first=1094 second=221 amount=-1 -kerning first=1207 second=313 amount=1 -kerning first=71 second=1066 amount=-2 -kerning first=1043 second=211 amount=-2 -kerning first=299 second=203 amount=3 -kerning first=378 second=1257 amount=-1 -kerning first=8244 second=64 amount=-4 -kerning first=179 second=357 amount=2 -kerning first=1180 second=81 amount=-2 -kerning first=902 second=1213 amount=-2 -kerning first=1091 second=228 amount=-1 -kerning first=8222 second=354 amount=-6 -kerning first=361 second=89 amount=-4 -kerning first=354 second=257 amount=-5 -kerning first=234 second=1093 amount=-1 -kerning first=86 second=1010 amount=-4 -kerning first=1259 second=1197 amount=-2 -kerning first=1166 second=902 amount=-5 -kerning first=919 second=301 amount=5 -kerning first=98 second=1046 amount=-2 -kerning first=268 second=193 amount=-1 -kerning first=981 second=1198 amount=-7 -kerning first=1241 second=93 amount=-1 -kerning first=1230 second=342 amount=1 -kerning first=1168 second=1226 amount=-4 -kerning first=79 second=1026 amount=-2 -kerning first=354 second=1153 amount=-5 -kerning first=286 second=194 amount=-1 -kerning first=1098 second=1200 amount=-11 -kerning first=221 second=1069 amount=-3 -kerning first=1043 second=119 amount=-4 -kerning first=245 second=1196 amount=-3 -kerning first=8221 second=1109 amount=-5 -kerning first=302 second=207 amount=2 -kerning first=1119 second=1185 amount=-2 -kerning first=961 second=1090 amount=-2 -kerning first=1141 second=963 amount=-1 -kerning first=244 second=372 amount=-3 -kerning first=933 second=277 amount=-6 -kerning first=359 second=82 amount=1 -kerning first=1122 second=358 amount=-3 -kerning first=1075 second=1072 amount=-1 -kerning first=101 second=933 amount=-7 -kerning first=260 second=232 amount=-1 -kerning first=1179 second=1092 amount=-1 -kerning first=1083 second=1066 amount=-3 -kerning first=1196 second=258 amount=-6 -kerning first=1234 second=1140 amount=-5 -kerning first=1188 second=902 amount=-6 -kerning first=1211 second=910 amount=-6 -kerning first=1256 second=1046 amount=-2 -kerning first=910 second=110 amount=-3 -kerning first=76 second=903 amount=-6 -kerning first=90 second=169 amount=-2 -kerning first=84 second=256 amount=-6 -kerning first=339 second=1143 amount=-1 -kerning first=368 second=8230 amount=-2 -kerning first=970 second=8217 amount=2 -kerning first=1035 second=1200 amount=-6 -kerning first=1040 second=34 amount=-5 -kerning first=326 second=932 amount=-3 -kerning first=1202 second=99 amount=-2 -kerning first=1198 second=8250 amount=-4 -kerning first=966 second=8224 amount=-2 -kerning first=939 second=117 amount=-3 -kerning first=357 second=1115 amount=1 -kerning first=193 second=176 amount=-6 -kerning first=1100 second=8225 amount=-3 -kerning first=1113 second=1199 amount=-2 -kerning first=1178 second=277 amount=-3 -kerning first=933 second=1189 amount=-3 -kerning first=1253 second=221 amount=-6 -kerning first=1241 second=1265 amount=-1 -kerning first=1222 second=73 amount=1 -kerning first=1215 second=939 amount=-7 -kerning first=1196 second=283 amount=-5 -kerning first=186 second=240 amount=-2 -kerning first=966 second=88 amount=-2 -kerning first=297 second=1216 amount=3 -kerning first=55 second=1111 amount=6 -kerning first=171 second=923 amount=-2 -kerning first=84 second=281 amount=-5 -kerning first=1255 second=195 amount=-2 -kerning first=233 second=1035 amount=-3 -kerning first=65 second=1153 amount=-1 -kerning first=281 second=1143 amount=-1 -kerning first=230 second=939 amount=-7 -kerning first=1141 second=243 amount=-1 -kerning first=374 second=959 amount=-6 -kerning first=116 second=344 amount=1 -kerning first=1254 second=1196 amount=-2 -kerning first=915 second=299 amount=6 -kerning first=8217 second=1044 amount=-3 -kerning first=922 second=117 amount=-2 -kerning first=321 second=334 amount=-2 -kerning first=352 second=1236 amount=-1 -kerning first=194 second=275 amount=-1 -kerning first=1226 second=201 amount=1 -kerning first=1170 second=266 amount=-2 -kerning first=86 second=339 amount=-4 -kerning first=104 second=1098 amount=-2 -kerning first=242 second=354 amount=-3 -kerning first=8244 second=1089 amount=-4 -kerning first=1274 second=194 amount=-6 -kerning first=356 second=361 amount=-5 -kerning first=343 second=356 amount=-4 -kerning first=372 second=111 amount=-4 -kerning first=1196 second=1087 amount=-4 -kerning first=1128 second=374 amount=-5 -kerning first=1263 second=1059 amount=-2 -kerning first=221 second=8373 amount=-3 -kerning first=1126 second=1194 amount=-2 -kerning first=1188 second=1173 amount=-4 -kerning first=1110 second=95 amount=3 -kerning first=1081 second=1185 amount=-2 -kerning first=84 second=1226 amount=-4 -kerning first=228 second=1265 amount=-1 -kerning first=1269 second=1090 amount=-2 -kerning first=118 second=1235 amount=-1 -kerning first=70 second=121 amount=-2 -kerning first=961 second=170 amount=-2 -kerning first=1113 second=957 amount=-2 -kerning first=1141 second=8221 amount=2 -kerning first=8373 second=198 amount=-1 -kerning first=293 second=375 amount=-1 -kerning first=310 second=283 amount=-3 -kerning first=374 second=60 amount=-7 -kerning first=981 second=1175 amount=-1 -kerning first=195 second=8249 amount=-2 -kerning first=1207 second=70 amount=1 -kerning first=957 second=1233 amount=-1 -kerning first=284 second=309 amount=2 -kerning first=973 second=1204 amount=-3 -kerning first=375 second=1195 amount=-1 -kerning first=256 second=966 amount=-1 -kerning first=1274 second=234 amount=-5 -kerning first=1239 second=356 amount=-3 -kerning first=1270 second=363 amount=-5 -kerning first=1140 second=240 amount=-4 -kerning first=301 second=69 amount=3 -kerning first=379 second=1258 amount=-2 -kerning first=8249 second=260 amount=-2 -kerning first=1163 second=295 amount=1 -kerning first=1274 second=1243 amount=-5 -kerning first=95 second=114 amount=3 -kerning first=242 second=913 amount=-2 -kerning first=910 second=192 amount=-5 -kerning first=317 second=374 amount=-5 -kerning first=315 second=1194 amount=-2 -kerning first=197 second=81 amount=-2 -kerning first=1181 second=279 amount=-1 -kerning first=1059 second=212 amount=-3 -kerning first=343 second=902 amount=-3 -kerning first=1066 second=1046 amount=-2 -kerning first=1263 second=291 amount=-1 -kerning first=927 second=92 amount=-2 -kerning first=1258 second=354 amount=-2 -kerning first=221 second=249 amount=-3 -kerning first=939 second=286 amount=-3 -kerning first=1143 second=287 amount=-1 -kerning first=1220 second=121 amount=-1 -kerning first=1274 second=1085 amount=-4 -kerning first=1060 second=1276 amount=-2 -kerning first=288 second=196 amount=-1 -kerning first=1232 second=111 amount=-1 -kerning first=8217 second=1108 amount=-4 -kerning first=301 second=1111 amount=3 -kerning first=924 second=95 amount=2 -kerning first=195 second=1035 amount=-6 -kerning first=260 second=221 amount=-5 -kerning first=1194 second=301 amount=2 -kerning first=341 second=97 amount=-1 -kerning first=1101 second=372 amount=-3 -kerning first=121 second=277 amount=-1 -kerning first=333 second=86 amount=-4 -kerning first=910 second=232 amount=-6 -kerning first=8244 second=1145 amount=-4 -kerning first=107 second=244 amount=-1 -kerning first=1082 second=171 amount=-3 -kerning first=1222 second=1210 amount=1 -kerning first=1199 second=1257 amount=-1 -kerning first=286 second=376 amount=-2 -kerning first=1270 second=229 amount=-5 -kerning first=1128 second=1111 amount=3 -kerning first=922 second=286 amount=-2 -kerning first=8217 second=1032 amount=-8 -kerning first=222 second=8218 amount=-8 -kerning first=8360 second=1035 amount=-5 -kerning first=354 second=194 amount=-6 -kerning first=1273 second=372 amount=-3 -kerning first=1203 second=932 amount=-3 -kerning first=345 second=335 amount=-1 -kerning first=1232 second=8216 amount=-8 -kerning first=170 second=245 amount=-2 -kerning first=1200 second=183 amount=-3 -kerning first=1244 second=289 amount=-2 -kerning first=90 second=210 amount=-2 -kerning first=356 second=290 amount=-2 -kerning first=1050 second=336 amount=-2 -kerning first=215 second=376 amount=-3 -kerning first=1033 second=372 amount=-3 -kerning first=8224 second=271 amount=-2 -kerning first=240 second=1118 amount=-1 -kerning first=1258 second=913 amount=-2 -kerning first=221 second=257 amount=-6 -kerning first=1223 second=299 amount=5 -kerning first=910 second=1084 amount=-3 -kerning first=1139 second=1234 amount=-2 -kerning first=1232 second=350 amount=-1 -kerning first=1207 second=1198 amount=-1 -kerning first=253 second=981 amount=-1 -kerning first=81 second=1026 amount=-2 -kerning first=221 second=1153 amount=-6 -kerning first=354 second=234 amount=-5 -kerning first=965 second=374 amount=-4 -kerning first=1213 second=1267 amount=-1 -kerning first=358 second=1093 amount=-3 -kerning first=86 second=239 amount=5 -kerning first=245 second=87 amount=-3 -kerning first=378 second=1108 amount=-1 -kerning first=337 second=93 amount=-1 -kerning first=1222 second=1106 amount=1 -kerning first=1230 second=376 amount=-1 -kerning first=1215 second=967 amount=-1 -kerning first=354 second=1243 amount=-5 -kerning first=1092 second=92 amount=-4 -kerning first=1113 second=354 amount=-7 -kerning first=92 second=286 amount=-2 -kerning first=1117 second=1058 amount=-3 -kerning first=1128 second=332 amount=-2 -kerning first=1197 second=283 amount=-1 -kerning first=1116 second=1196 amount=-4 -kerning first=220 second=46 amount=-2 -kerning first=95 second=1017 amount=-3 -kerning first=126 second=1059 amount=-3 -kerning first=230 second=967 amount=-1 -kerning first=967 second=1011 amount=3 -kerning first=102 second=940 amount=-1 -kerning first=359 second=221 amount=-1 -kerning first=915 second=1020 amount=-4 -kerning first=1036 second=337 amount=-3 -kerning first=34 second=52 amount=-4 -kerning first=354 second=1085 amount=-4 -kerning first=1167 second=932 amount=-3 -kerning first=42 second=913 amount=-6 -kerning first=1096 second=1249 amount=-2 -kerning first=380 second=84 amount=-2 -kerning first=313 second=1040 amount=2 -kerning first=376 second=8249 amount=-6 -kerning first=268 second=1111 amount=2 -kerning first=1171 second=171 amount=-3 -kerning first=196 second=290 amount=-2 -kerning first=256 second=1060 amount=-2 -kerning first=38 second=39 amount=-2 -kerning first=1077 second=372 amount=-3 -kerning first=1187 second=1016 amount=1 -kerning first=286 second=307 amount=2 -kerning first=1164 second=253 amount=-1 -kerning first=957 second=1058 amount=-2 -kerning first=372 second=1209 amount=-4 -kerning first=939 second=920 amount=-3 -kerning first=357 second=1231 amount=1 -kerning first=1027 second=1191 amount=-4 -kerning first=181 second=172 amount=-2 -kerning first=314 second=296 amount=2 -kerning first=1224 second=1059 amount=-6 -kerning first=1203 second=285 amount=-1 -kerning first=227 second=910 amount=-6 -kerning first=95 second=303 amount=2 -kerning first=1088 second=1198 amount=-7 -kerning first=1115 second=1058 amount=-3 -kerning first=317 second=332 amount=-2 -kerning first=337 second=1265 amount=-1 -kerning first=381 second=1054 amount=-2 -kerning first=65 second=234 amount=-1 -kerning first=1230 second=200 amount=1 -kerning first=972 second=1244 amount=-2 -kerning first=255 second=192 amount=-4 -kerning first=109 second=374 amount=-6 -kerning first=169 second=86 amount=-2 -kerning first=8224 second=113 amount=-2 -kerning first=1254 second=87 amount=-1 -kerning first=111 second=84 amount=-3 -kerning first=264 second=1040 amount=-1 -kerning first=8221 second=1010 amount=-4 -kerning first=350 second=260 amount=-1 -kerning first=1185 second=233 amount=-1 -kerning first=65 second=1243 amount=-1 -kerning first=932 second=58 amount=-2 -kerning first=43 second=1204 amount=-3 -kerning first=1181 second=1195 amount=-1 -kerning first=1259 second=253 amount=-1 -kerning first=961 second=120 amount=-1 -kerning first=1205 second=1026 amount=-2 -kerning first=165 second=305 amount=2 -kerning first=1202 second=8353 amount=-2 -kerning first=374 second=361 amount=-3 -kerning first=1184 second=966 amount=-3 -kerning first=922 second=920 amount=-2 -kerning first=357 second=45 amount=-1 -kerning first=251 second=356 amount=-3 -kerning first=260 second=212 amount=-2 -kerning first=218 second=47 amount=-4 -kerning first=1185 second=1241 amount=-1 -kerning first=1203 second=162 amount=-1 -kerning first=376 second=1035 amount=3 -kerning first=98 second=125 amount=-1 -kerning first=68 second=8230 amount=-3 -kerning first=1116 second=271 amount=-1 -kerning first=226 second=49 amount=-3 -kerning first=902 second=100 amount=-1 -kerning first=1102 second=86 amount=-4 -kerning first=255 second=232 amount=-1 -kerning first=1140 second=230 amount=-4 -kerning first=1217 second=1256 amount=-2 -kerning first=939 second=8363 amount=-6 -kerning first=357 second=80 amount=1 -kerning first=920 second=1140 amount=-2 -kerning first=972 second=193 amount=-2 -kerning first=1275 second=261 amount=-1 -kerning first=55 second=46 amount=-8 -kerning first=283 second=92 amount=-3 -kerning first=912 second=43 amount=-2 -kerning first=345 second=1104 amount=-1 -kerning first=288 second=89 amount=-2 -kerning first=1225 second=921 amount=1 -kerning first=293 second=1066 amount=-3 -kerning first=76 second=71 amount=-2 -kerning first=1058 second=1075 amount=-4 -kerning first=379 second=172 amount=-2 -kerning first=356 second=196 amount=-6 -kerning first=1187 second=915 amount=1 -kerning first=1170 second=245 amount=-5 -kerning first=913 second=940 amount=-1 -kerning first=42 second=308 amount=-6 -kerning first=1198 second=284 amount=-3 -kerning first=1126 second=1138 amount=-2 -kerning first=380 second=1239 amount=-1 -kerning first=377 second=214 amount=-2 -kerning first=247 second=89 amount=-3 -kerning first=1180 second=211 amount=-2 -kerning first=257 second=375 amount=-1 -kerning first=79 second=1061 amount=-2 -kerning first=1059 second=44 amount=-4 -kerning first=1034 second=86 amount=-4 -kerning first=1093 second=183 amount=-1 -kerning first=92 second=920 amount=-2 -kerning first=923 second=255 amount=-4 -kerning first=116 second=201 amount=1 -kerning first=382 second=244 amount=-1 -kerning first=922 second=8363 amount=-3 -kerning first=335 second=1140 amount=-4 -kerning first=1111 second=301 amount=3 -kerning first=194 second=336 amount=-2 -kerning first=913 second=264 amount=-2 -kerning first=71 second=65 amount=-1 -kerning first=1209 second=358 amount=-3 -kerning first=86 second=1072 amount=-4 -kerning first=356 second=235 amount=-5 -kerning first=275 second=1059 amount=-7 -kerning first=1099 second=87 amount=2 -kerning first=120 second=275 amount=-1 -kerning first=253 second=1040 amount=-4 -kerning first=927 second=95 amount=-3 -kerning first=1234 second=1058 amount=-6 -kerning first=1188 second=1265 amount=-4 -kerning first=1057 second=301 amount=2 -kerning first=313 second=355 amount=-1 -kerning first=8221 second=339 amount=-4 -kerning first=947 second=916 amount=-4 -kerning first=258 second=932 amount=-6 -kerning first=1085 second=89 amount=-6 -kerning first=1180 second=119 amount=-4 -kerning first=1088 second=1175 amount=-1 -kerning first=1230 second=1124 amount=1 -kerning first=1036 second=1105 amount=-3 -kerning first=315 second=1138 amount=-2 -kerning first=8222 second=1263 amount=-3 -kerning first=1179 second=981 amount=-1 -kerning first=373 second=256 amount=-4 -kerning first=1257 second=923 amount=-2 -kerning first=341 second=1089 amount=-1 -kerning first=182 second=298 amount=2 -kerning first=221 second=194 amount=-5 -kerning first=1126 second=287 amount=-1 -kerning first=76 second=45 amount=-3 -kerning first=1169 second=283 amount=-1 -kerning first=256 second=359 amount=-2 -kerning first=1274 second=334 amount=-2 -kerning first=932 second=285 amount=-5 -kerning first=1116 second=113 amount=-1 -kerning first=1270 second=279 amount=-5 -kerning first=92 second=8363 amount=-1 -kerning first=374 second=290 amount=-3 -kerning first=1111 second=1250 amount=3 -kerning first=1163 second=82 amount=1 -kerning first=1255 second=119 amount=-1 -kerning first=208 second=1026 amount=-2 -kerning first=1030 second=299 amount=5 -kerning first=1104 second=86 amount=-3 -kerning first=321 second=1141 amount=-4 -kerning first=1018 second=301 amount=5 -kerning first=65 second=376 amount=-5 -kerning first=101 second=1204 amount=-3 -kerning first=1199 second=1108 amount=-1 -kerning first=1226 second=1219 amount=1 -kerning first=373 second=281 amount=-1 -kerning first=113 second=358 amount=-3 -kerning first=221 second=234 amount=-6 -kerning first=1188 second=267 amount=-5 -kerning first=8370 second=1112 amount=2 -kerning first=1043 second=97 amount=-5 -kerning first=222 second=379 amount=-3 -kerning first=299 second=1178 amount=3 -kerning first=8373 second=1244 amount=-1 -kerning first=55 second=103 amount=-3 -kerning first=196 second=235 amount=-1 -kerning first=171 second=192 amount=-2 -kerning first=117 second=1196 amount=-3 -kerning first=1274 second=373 amount=-4 -kerning first=1201 second=8244 amount=2 -kerning first=932 second=162 amount=-5 -kerning first=1100 second=84 amount=-7 -kerning first=102 second=1237 amount=-1 -kerning first=1270 second=1224 amount=-4 -kerning first=1184 second=1060 amount=-2 -kerning first=221 second=1243 amount=-6 -kerning first=1199 second=1032 amount=-4 -kerning first=1143 second=358 amount=-2 -kerning first=85 second=44 amount=-2 -kerning first=1274 second=1273 amount=-4 -kerning first=1117 second=939 amount=-6 -kerning first=1200 second=1253 amount=-3 -kerning first=910 second=212 amount=-3 -kerning first=1195 second=1197 amount=-1 -kerning first=1061 second=100 amount=-2 -kerning first=8244 second=1233 amount=-4 -kerning first=1243 second=1236 amount=-2 -kerning first=356 second=343 amount=-4 -kerning first=1201 second=84 amount=-2 -kerning first=255 second=221 amount=-2 -kerning first=1066 second=125 amount=-1 -kerning first=973 second=1200 amount=-4 -kerning first=221 second=1085 amount=-3 -kerning first=330 second=239 amount=5 -kerning first=193 second=1059 amount=-5 -kerning first=258 second=285 amount=-1 -kerning first=1210 second=84 amount=-3 -kerning first=345 second=381 amount=-2 -kerning first=358 second=1234 amount=-6 -kerning first=1020 second=1185 amount=-2 -kerning first=1225 second=914 amount=1 -kerning first=8373 second=193 amount=-1 -kerning first=1058 second=940 amount=-5 -kerning first=915 second=1098 amount=-2 -kerning first=321 second=116 amount=-1 -kerning first=301 second=1050 amount=3 -kerning first=232 second=89 amount=-7 -kerning first=216 second=198 amount=-2 -kerning first=957 second=939 amount=-2 -kerning first=341 second=1145 amount=-1 -kerning first=1118 second=172 amount=-3 -kerning first=1054 second=8222 amount=-3 -kerning first=242 second=1263 amount=-1 -kerning first=916 second=8216 amount=-9 -kerning first=356 second=169 amount=-2 -kerning first=212 second=256 amount=-2 -kerning first=1222 second=173 amount=-1 -kerning first=1051 second=95 amount=2 -kerning first=902 second=1026 amount=-6 -kerning first=343 second=1265 amount=1 -kerning first=1115 second=939 amount=-6 -kerning first=1058 second=264 amount=-2 -kerning first=354 second=334 amount=-2 -kerning first=972 second=374 amount=-7 -kerning first=258 second=162 amount=-1 -kerning first=261 second=255 amount=-1 -kerning first=1103 second=1140 amount=-3 -kerning first=376 second=228 amount=-6 -kerning first=244 second=1098 amount=-2 -kerning first=933 second=58 amount=-4 -kerning first=918 second=264 amount=-2 -kerning first=197 second=211 amount=-2 -kerning first=211 second=933 amount=-3 -kerning first=902 second=67 amount=-2 -kerning first=1170 second=1097 amount=-4 -kerning first=1094 second=223 amount=1 -kerning first=119 second=1066 amount=-3 -kerning first=86 second=1057 amount=-2 -kerning first=1027 second=927 amount=-2 -kerning first=333 second=8216 amount=-4 -kerning first=193 second=291 amount=-1 -kerning first=1145 second=95 amount=-1 -kerning first=1237 second=221 amount=-7 -kerning first=1239 second=1265 amount=-1 -kerning first=102 second=246 amount=-1 -kerning first=1235 second=1143 amount=-1 -kerning first=199 second=1276 amount=-1 -kerning first=933 second=932 amount=3 -kerning first=51 second=44 amount=-1 -kerning first=354 second=373 amount=-4 -kerning first=1175 second=183 amount=-1 -kerning first=71 second=935 amount=-1 -kerning first=1242 second=196 amount=-2 -kerning first=1278 second=288 amount=-2 -kerning first=1069 second=1140 amount=-2 -kerning first=87 second=972 amount=-4 -kerning first=1106 second=1090 amount=-2 -kerning first=297 second=92 amount=5 -kerning first=1029 second=65 amount=-1 -kerning first=925 second=206 amount=2 -kerning first=197 second=119 amount=-4 -kerning first=1201 second=1239 amount=-1 -kerning first=1222 second=222 amount=1 -kerning first=354 second=1273 amount=-4 -kerning first=902 second=297 amount=3 -kerning first=343 second=267 amount=-1 -kerning first=1016 second=1203 amount=-1 -kerning first=1196 second=59 amount=-2 -kerning first=374 second=196 amount=-5 -kerning first=1198 second=1181 amount=-3 -kerning first=1128 second=103 amount=-1 -kerning first=1263 second=1076 amount=-3 -kerning first=1027 second=1267 amount=-4 -kerning first=1111 second=1223 amount=3 -kerning first=1275 second=275 amount=-1 -kerning first=196 second=169 amount=-2 -kerning first=336 second=1035 amount=-2 -kerning first=375 second=287 amount=-1 -kerning first=1271 second=233 amount=-1 -kerning first=1270 second=1195 amount=-5 -kerning first=1244 second=271 amount=-2 -kerning first=81 second=1061 amount=-2 -kerning first=65 second=334 amount=-2 -kerning first=97 second=1267 amount=-1 -kerning first=1168 second=289 amount=-5 -kerning first=339 second=118 amount=-1 -kerning first=1083 second=174 amount=-1 -kerning first=1207 second=1252 amount=1 -kerning first=1234 second=182 amount=-1 -kerning first=1271 second=1241 amount=-1 -kerning first=110 second=1199 amount=-1 -kerning first=299 second=1045 amount=3 -kerning first=55 second=259 amount=-3 -kerning first=196 second=89 amount=-5 -kerning first=369 second=1026 amount=-3 -kerning first=1116 second=52 amount=-3 -kerning first=1241 second=1278 amount=-2 -kerning first=257 second=1066 amount=-3 -kerning first=339 second=1201 amount=-1 -kerning first=1020 second=1276 amount=-2 -kerning first=1200 second=338 amount=-3 -kerning first=1141 second=99 amount=-1 -kerning first=1140 second=1095 amount=-4 -kerning first=1193 second=1197 amount=-1 -kerning first=374 second=235 amount=-6 -kerning first=8217 second=1255 amount=-4 -kerning first=313 second=1198 amount=-5 -kerning first=365 second=8220 amount=-3 -kerning first=112 second=1078 amount=-1 -kerning first=1234 second=939 amount=-5 -kerning first=72 second=938 amount=2 -kerning first=1267 second=97 amount=-1 -kerning first=381 second=299 amount=5 -kerning first=1037 second=300 amount=2 -kerning first=65 second=373 amount=-4 -kerning first=256 second=1254 amount=-2 -kerning first=1201 second=74 amount=-4 -kerning first=281 second=118 amount=-1 -kerning first=1059 second=225 amount=-6 -kerning first=114 second=244 amount=-1 -kerning first=1105 second=1140 amount=-3 -kerning first=1040 second=972 amount=-1 -kerning first=1217 second=1017 amount=-2 -kerning first=939 second=216 amount=-3 -kerning first=357 second=270 amount=1 -kerning first=1027 second=269 amount=-5 -kerning first=302 second=1031 amount=2 -kerning first=171 second=221 amount=-4 -kerning first=1274 second=8230 amount=-2 -kerning first=256 second=1144 amount=-2 -kerning first=281 second=1201 amount=-1 -kerning first=1276 second=288 amount=-2 -kerning first=1186 second=8216 amount=-3 -kerning first=933 second=285 amount=-6 -kerning first=8217 second=126 amount=-2 -kerning first=913 second=246 amount=-1 -kerning first=1117 second=967 amount=-1 -kerning first=110 second=957 amount=-1 -kerning first=76 second=8224 amount=-6 -kerning first=1230 second=1180 amount=1 -kerning first=114 second=8222 amount=-5 -kerning first=1113 second=1263 amount=-2 -kerning first=169 second=8216 amount=-2 -kerning first=963 second=47 amount=-2 -kerning first=1202 second=233 amount=-2 -kerning first=173 second=1198 amount=-3 -kerning first=922 second=216 amount=-2 -kerning first=270 second=354 amount=-2 -kerning first=183 second=195 amount=-2 -kerning first=1074 second=1035 amount=-5 -kerning first=1163 second=221 amount=-1 -kerning first=332 second=194 amount=-2 -kerning first=43 second=1200 amount=-3 -kerning first=91 second=1112 amount=1 -kerning first=1244 second=113 amount=-2 -kerning first=378 second=1255 amount=-1 -kerning first=1178 second=285 amount=-3 -kerning first=1061 second=67 amount=-2 -kerning first=1202 second=1241 amount=-2 -kerning first=933 second=162 amount=-6 -kerning first=192 second=1258 amount=-2 -kerning first=356 second=210 amount=-2 -kerning first=1082 second=8363 amount=-1 -kerning first=1222 second=1030 amount=1 -kerning first=260 second=1213 amount=-2 -kerning first=1016 second=910 amount=-7 -kerning first=913 second=8217 amount=-7 -kerning first=8224 second=248 amount=-2 -kerning first=1101 second=1098 amount=-2 -kerning first=1196 second=291 amount=-5 -kerning first=1109 second=89 amount=-5 -kerning first=1043 second=1089 amount=-5 -kerning first=8221 second=1072 amount=-4 -kerning first=910 second=44 amount=-4 -kerning first=8230 second=1066 amount=-2 -kerning first=106 second=297 amount=3 -kerning first=84 second=289 amount=-5 -kerning first=179 second=964 amount=2 -kerning first=1189 second=172 amount=-1 -kerning first=1102 second=8216 amount=-4 -kerning first=253 second=47 amount=-4 -kerning first=1115 second=967 amount=-1 -kerning first=89 second=1204 amount=3 -kerning first=374 second=343 amount=-3 -kerning first=1058 second=1237 amount=-5 -kerning first=1241 second=260 amount=-2 -kerning first=920 second=1058 amount=-2 -kerning first=299 second=358 amount=6 -kerning first=1273 second=1098 amount=-2 -kerning first=913 second=352 amount=-1 -kerning first=121 second=932 amount=-2 -kerning first=1126 second=1012 amount=-2 -kerning first=945 second=60 amount=-3 -kerning first=262 second=88 amount=-1 -kerning first=1053 second=207 amount=2 -kerning first=1178 second=162 amount=-3 -kerning first=177 second=1199 amount=-3 -kerning first=1033 second=1098 amount=-2 -kerning first=92 second=216 amount=-2 -kerning first=89 second=1232 amount=-5 -kerning first=111 second=1118 amount=-1 -kerning first=1126 second=358 amount=-6 -kerning first=270 second=913 amount=-2 -kerning first=1027 second=1086 amount=-5 -kerning first=1090 second=356 amount=-2 -kerning first=364 second=8222 amount=-5 -kerning first=1034 second=8216 amount=-4 -kerning first=45 second=88 amount=-4 -kerning first=1270 second=1194 amount=-2 -kerning first=1200 second=1163 amount=-3 -kerning first=1225 second=72 amount=1 -kerning first=253 second=1198 amount=-2 -kerning first=310 second=291 amount=-3 -kerning first=374 second=169 amount=-3 -kerning first=116 second=1219 amount=1 -kerning first=1058 second=961 amount=-4 -kerning first=1036 second=1091 amount=-3 -kerning first=335 second=1058 amount=-3 -kerning first=195 second=94 amount=-6 -kerning first=194 second=36 amount=-1 -kerning first=354 second=8230 amount=-2 -kerning first=1046 second=214 amount=-2 -kerning first=1207 second=1186 amount=1 -kerning first=1242 second=89 amount=-3 -kerning first=1278 second=101 amount=-2 -kerning first=221 second=334 amount=-3 -kerning first=380 second=263 amount=-1 -kerning first=8244 second=1094 amount=-1 -kerning first=196 second=210 amount=-2 -kerning first=225 second=1091 amount=-1 -kerning first=1091 second=354 amount=-2 -kerning first=1257 second=1217 amount=-2 -kerning first=1125 second=1058 amount=-5 -kerning first=315 second=1012 amount=-2 -kerning first=78 second=297 amount=5 -kerning first=1228 second=932 amount=-3 -kerning first=288 second=1046 amount=-1 -kerning first=1026 second=1277 amount=-1 -kerning first=8373 second=1111 amount=2 -kerning first=1171 second=8363 amount=-1 -kerning first=315 second=358 amount=-6 -kerning first=1241 second=1090 amount=-2 -kerning first=367 second=8217 amount=1 -kerning first=1181 second=287 amount=-1 -kerning first=177 second=957 amount=-3 -kerning first=176 second=198 amount=-6 -kerning first=1263 second=299 amount=3 -kerning first=173 second=1175 amount=-1 -kerning first=295 second=374 amount=-6 -kerning first=186 second=38 amount=-3 -kerning first=1213 second=1279 amount=-1 -kerning first=1188 second=369 amount=-5 -kerning first=1043 second=1145 amount=-5 -kerning first=179 second=8222 amount=-9 -kerning first=1274 second=1141 amount=-4 -kerning first=356 second=1259 amount=-5 -kerning first=247 second=1046 amount=-4 -kerning first=1077 second=1098 amount=-1 -kerning first=110 second=354 amount=-3 -kerning first=1279 second=173 amount=-1 -kerning first=1244 second=268 amount=-2 -kerning first=1058 second=246 amount=-5 -kerning first=1036 second=231 amount=-3 -kerning first=221 second=1273 amount=-3 -kerning first=69 second=297 amount=5 -kerning first=1111 second=1099 amount=6 -kerning first=187 second=1276 amount=-3 -kerning first=339 second=356 amount=-3 -kerning first=208 second=1061 amount=-2 -kerning first=1257 second=192 amount=-2 -kerning first=341 second=1233 amount=-1 -kerning first=121 second=285 amount=-1 -kerning first=1234 second=967 amount=-4 -kerning first=122 second=269 amount=-1 -kerning first=8370 second=1040 amount=-1 -kerning first=376 second=1179 amount=-3 -kerning first=903 second=916 amount=-5 -kerning first=1116 second=248 amount=-1 -kerning first=101 second=1200 amount=-7 -kerning first=1215 second=92 amount=-3 -kerning first=1207 second=8221 amount=2 -kerning first=1141 second=198 amount=-4 -kerning first=1091 second=913 amount=-4 -kerning first=109 second=1249 amount=-2 -kerning first=284 second=1196 amount=-2 -kerning first=1184 second=1254 amount=-2 -kerning first=966 second=41 amount=-1 -kerning first=1107 second=45 amount=-1 -kerning first=228 second=1090 amount=-2 -kerning first=230 second=92 amount=-3 -kerning first=358 second=1258 amount=-2 -kerning first=1232 second=8250 amount=-2 -kerning first=1276 second=101 amount=-2 -kerning first=919 second=206 amount=2 -kerning first=359 second=223 amount=1 -kerning first=1184 second=1144 amount=-2 -kerning first=267 second=1066 amount=-5 -kerning first=281 second=356 amount=-3 -kerning first=334 second=196 amount=-2 -kerning first=1170 second=375 amount=-4 -kerning first=1198 second=213 amount=-3 -kerning first=121 second=162 amount=-1 -kerning first=1225 second=1058 amount=-2 -kerning first=83 second=195 amount=-1 -kerning first=55 second=273 amount=-3 -kerning first=8244 second=182 amount=-1 -kerning first=337 second=1278 amount=-2 -kerning first=193 second=1054 amount=-2 -kerning first=932 second=1075 amount=-4 -kerning first=126 second=372 amount=-2 -kerning first=216 second=1244 amount=-2 -kerning first=1050 second=1242 amount=-2 -kerning first=255 second=44 amount=-2 -kerning first=1140 second=38 amount=-3 -kerning first=176 second=8353 amount=-1 -kerning first=196 second=1259 amount=-1 -kerning first=332 second=376 amount=-3 -kerning first=233 second=1199 amount=-1 -kerning first=1203 second=940 amount=-1 -kerning first=240 second=256 amount=-2 -kerning first=345 second=43 amount=-2 -kerning first=87 second=224 amount=-4 -kerning first=1118 second=333 amount=-1 -kerning first=1267 second=1089 amount=-1 -kerning first=328 second=1026 amount=-3 -kerning first=8250 second=932 amount=-8 -kerning first=1241 second=170 amount=-2 -kerning first=1059 second=100 amount=-6 -kerning first=1084 second=1196 amount=-3 -kerning first=902 second=83 amount=-1 -kerning first=1016 second=1093 amount=-1 -kerning first=75 second=1258 amount=-2 -kerning first=324 second=8220 amount=-3 -kerning first=935 second=173 amount=-4 -kerning first=966 second=1091 amount=-1 -kerning first=357 second=919 amount=1 -kerning first=1197 second=291 amount=-1 -kerning first=1224 second=372 amount=-3 -kerning first=1100 second=1118 amount=-2 -kerning first=1026 second=933 amount=-7 -kerning first=294 second=300 amount=2 -kerning first=1265 second=945 amount=-1 -kerning first=216 second=193 amount=-2 -kerning first=354 second=1141 amount=-4 -kerning first=1199 second=1255 amount=-1 -kerning first=290 second=354 amount=-2 -kerning first=1103 second=1058 amount=-3 -kerning first=375 second=358 amount=-2 -kerning first=1118 second=8218 amount=-5 -kerning first=122 second=1086 amount=-1 -kerning first=8244 second=941 amount=-4 -kerning first=1080 second=932 amount=-3 -kerning first=8250 second=1051 amount=-2 -kerning first=1145 second=335 amount=-1 -kerning first=1097 second=126 amount=-1 -kerning first=1091 second=308 amount=-4 -kerning first=374 second=210 amount=-3 -kerning first=1217 second=244 amount=-2 -kerning first=195 second=214 amount=-2 -kerning first=233 second=957 amount=-1 -kerning first=1210 second=1118 amount=-1 -kerning first=971 second=8244 amount=1 -kerning first=293 second=174 amount=-1 -kerning first=114 second=377 amount=-2 -kerning first=1193 second=253 amount=-1 -kerning first=1069 second=1058 amount=-2 -kerning first=1188 second=326 amount=-4 -kerning first=920 second=939 amount=-3 -kerning first=1185 second=103 amount=-1 -kerning first=1119 second=1267 amount=-1 -kerning first=345 second=1236 amount=-3 -kerning first=971 second=84 amount=-3 -kerning first=908 second=8220 amount=-2 -kerning first=929 second=923 amount=-5 -kerning first=337 second=260 amount=-2 -kerning first=915 second=972 amount=-5 -kerning first=1187 second=354 amount=-2 -kerning first=119 second=65 amount=-4 -kerning first=290 second=913 amount=-1 -kerning first=358 second=1080 amount=-4 -kerning first=1267 second=1145 amount=-1 -kerning first=910 second=225 amount=-6 -kerning first=1058 second=1197 amount=-2 -kerning first=65 second=1141 amount=-4 -kerning first=256 second=301 amount=3 -kerning first=1201 second=263 amount=-1 -kerning first=195 second=1199 amount=-4 -kerning first=211 second=1204 amount=-2 -kerning first=1059 second=112 amount=-3 -kerning first=341 second=1058 amount=-4 -kerning first=1202 second=332 amount=-2 -kerning first=1128 second=273 amount=-1 -kerning first=87 second=1117 amount=-2 -kerning first=221 second=8230 amount=-4 -kerning first=335 second=939 amount=-7 -kerning first=1027 second=371 amount=-5 -kerning first=177 second=913 amount=-3 -kerning first=1220 second=8224 amount=-2 -kerning first=235 second=1196 amount=-3 -kerning first=297 second=925 amount=3 -kerning first=1058 second=1096 amount=-4 -kerning first=275 second=372 amount=-3 -kerning first=1168 second=271 amount=-5 -kerning first=211 second=1232 amount=-2 -kerning first=1187 second=1041 amount=1 -kerning first=119 second=101 amount=-1 -kerning first=1257 second=221 amount=-7 -kerning first=1196 second=1054 amount=-2 -kerning first=1125 second=939 amount=-4 -kerning first=1234 second=183 amount=-2 -kerning first=249 second=8216 amount=-3 -kerning first=1220 second=88 amount=-2 -kerning first=932 second=940 amount=-5 -kerning first=1277 second=242 amount=-1 -kerning first=1164 second=1185 amount=-2 -kerning first=1105 second=1058 amount=-3 -kerning first=1205 second=311 amount=1 -kerning first=1270 second=1138 amount=-2 -kerning first=291 second=1035 amount=-3 -kerning first=321 second=199 amount=-2 -kerning first=939 second=1191 amount=-3 -kerning first=87 second=81 amount=-2 -kerning first=1126 second=266 amount=-2 -kerning first=1118 second=1077 amount=-1 -kerning first=1166 second=260 amount=-5 -kerning first=374 second=1259 amount=-6 -kerning first=337 second=1090 amount=-2 -kerning first=58 second=1204 amount=-2 -kerning first=65 second=116 amount=-2 -kerning first=932 second=264 amount=-2 -kerning first=195 second=957 amount=-4 -kerning first=194 second=1242 amount=-2 -kerning first=334 second=89 amount=-3 -kerning first=1170 second=187 amount=-3 -kerning first=1094 second=1026 amount=-2 -kerning first=1207 second=347 amount=-1 -kerning first=254 second=194 amount=-2 -kerning first=88 second=71 amount=-2 -kerning first=1196 second=378 amount=-3 -kerning first=1027 second=227 amount=-5 -kerning first=299 second=237 amount=6 -kerning first=55 second=240 amount=-3 -kerning first=1081 second=1267 amount=-1 -kerning first=1143 second=245 amount=-1 -kerning first=43 second=55 amount=-2 -kerning first=1259 second=1185 amount=-2 -kerning first=961 second=1078 amount=-1 -kerning first=310 second=1054 amount=-2 -kerning first=260 second=100 amount=-1 -kerning first=972 second=1249 amount=-2 -kerning first=358 second=172 amount=-3 -kerning first=1188 second=260 amount=-6 -kerning first=1118 second=1113 amount=-3 -kerning first=239 second=310 amount=3 -kerning first=1089 second=376 amount=-4 -kerning first=8244 second=967 amount=1 -kerning first=1110 second=302 amount=2 -kerning first=1169 second=291 amount=-1 -kerning first=233 second=354 amount=-3 -kerning first=356 second=1193 amount=-5 -kerning first=1145 second=1104 amount=-1 -kerning first=1189 second=333 amount=-1 -kerning first=1059 second=1026 amount=3 -kerning first=1270 second=287 amount=-5 -kerning first=103 second=1066 amount=-3 -kerning first=89 second=1256 amount=-3 -kerning first=315 second=266 amount=-2 -kerning first=1122 second=375 amount=-1 -kerning first=325 second=296 amount=2 -kerning first=258 second=940 amount=-1 -kerning first=1138 second=8220 amount=-2 -kerning first=87 second=195 amount=-4 -kerning first=376 second=214 amount=-3 -kerning first=1225 second=939 amount=-1 -kerning first=1244 second=248 amount=-2 -kerning first=933 second=1075 amount=-3 -kerning first=321 second=49 amount=-3 -kerning first=1241 second=120 amount=-1 -kerning first=1222 second=905 amount=1 -kerning first=1168 second=113 amount=-5 -kerning first=216 second=374 amount=-3 -kerning first=1059 second=67 amount=-3 -kerning first=1187 second=1103 amount=-1 -kerning first=1097 second=327 amount=1 -kerning first=373 second=289 amount=-1 -kerning first=1040 second=81 amount=-2 -kerning first=372 second=284 amount=-2 -kerning first=1198 second=356 amount=3 -kerning first=1043 second=1233 amount=-5 -kerning first=299 second=1048 amount=3 -kerning first=193 second=372 amount=-4 -kerning first=258 second=264 amount=-2 -kerning first=84 second=271 amount=-5 -kerning first=1274 second=122 amount=-3 -kerning first=1180 second=1089 amount=-3 -kerning first=1181 second=358 amount=-4 -kerning first=1189 second=8218 amount=-8 -kerning first=88 second=45 amount=-4 -kerning first=75 second=172 amount=-4 -kerning first=1084 second=87 amount=-3 -kerning first=314 second=1111 amount=5 -kerning first=112 second=8220 amount=-4 -kerning first=1095 second=1091 amount=-1 -kerning first=174 second=972 amount=-2 -kerning first=1271 second=46 amount=-6 -kerning first=1232 second=1143 amount=-4 -kerning first=98 second=1203 amount=-1 -kerning first=337 second=170 amount=-2 -kerning first=1253 second=1026 amount=-3 -kerning first=356 second=1109 amount=-5 -kerning first=1086 second=86 amount=-4 -kerning first=1050 second=945 amount=-3 -kerning first=1235 second=118 amount=-1 -kerning first=255 second=225 amount=-1 -kerning first=1164 second=1276 amount=-2 -kerning first=1188 second=1090 amount=-2 -kerning first=1027 second=328 amount=-4 -kerning first=8221 second=949 amount=-4 -kerning first=55 second=48 amount=-1 -kerning first=196 second=1193 amount=-1 -kerning first=107 second=1153 amount=-1 -kerning first=1103 second=939 amount=-6 -kerning first=1235 second=1201 amount=-1 -kerning first=1200 second=944 amount=-3 -kerning first=1036 second=363 amount=-2 -kerning first=46 second=374 amount=-4 -kerning first=1027 second=1279 amount=-3 -kerning first=271 second=42 amount=4 -kerning first=1050 second=262 amount=-2 -kerning first=1016 second=1234 amount=-2 -kerning first=913 second=253 amount=-4 -kerning first=284 second=238 amount=2 -kerning first=1198 second=902 amount=-5 -kerning first=1056 second=43 amount=-2 -kerning first=916 second=8250 amount=-2 -kerning first=8244 second=974 amount=-4 -kerning first=277 second=86 amount=-3 -kerning first=1222 second=8244 amount=2 -kerning first=1145 second=353 amount=-1 -kerning first=1259 second=1276 amount=-2 -kerning first=1232 second=284 amount=-2 -kerning first=1278 second=1257 amount=-2 -kerning first=1128 second=240 amount=-1 -kerning first=1184 second=301 amount=5 -kerning first=335 second=967 amount=-1 -kerning first=8370 second=1198 amount=-2 -kerning first=195 second=354 amount=-6 -kerning first=1194 second=923 amount=-1 -kerning first=63 second=195 amount=-4 -kerning first=959 second=358 amount=-3 -kerning first=1203 second=246 amount=-1 -kerning first=1069 second=939 amount=-3 -kerning first=242 second=258 amount=-2 -kerning first=326 second=1197 amount=-2 -kerning first=90 second=239 amount=5 -kerning first=1222 second=84 amount=-2 -kerning first=311 second=8249 amount=-3 -kerning first=343 second=260 amount=-3 -kerning first=1242 second=1046 amount=-2 -kerning first=176 second=193 amount=-6 -kerning first=8360 second=354 amount=-5 -kerning first=196 second=1109 amount=-1 -kerning first=193 second=299 amount=3 -kerning first=84 second=113 amount=-5 -kerning first=1180 second=1145 amount=-3 -kerning first=257 second=174 amount=-1 -kerning first=1200 second=335 amount=-6 -kerning first=1265 second=111 amount=-1 -kerning first=923 second=8225 amount=-5 -kerning first=914 second=301 amount=2 -kerning first=1251 second=1091 amount=-1 -kerning first=1168 second=268 amount=-2 -kerning first=354 second=122 amount=-3 -kerning first=250 second=1058 amount=-3 -kerning first=87 second=345 amount=-2 -kerning first=910 second=100 amount=-6 -kerning first=235 second=87 amount=-3 -kerning first=256 second=242 amount=-1 -kerning first=214 second=1040 amount=-2 -kerning first=932 second=1237 amount=-5 -kerning first=1189 second=1077 amount=-1 -kerning first=1141 second=193 amount=-4 -kerning first=254 second=376 amount=-7 -kerning first=1198 second=1173 amount=-3 -kerning first=105 second=372 amount=2 -kerning first=313 second=8221 amount=-3 -kerning first=931 second=934 amount=-3 -kerning first=377 second=247 amount=-2 -kerning first=1090 second=267 amount=-1 -kerning first=86 second=1234 amount=-5 -kerning first=102 second=171 amount=-3 -kerning first=1271 second=103 amount=-1 -kerning first=110 second=1263 amount=-1 -kerning first=98 second=910 amount=-7 -kerning first=1056 second=1236 amount=-5 -kerning first=933 second=940 amount=-6 -kerning first=351 second=1198 amount=-5 -kerning first=260 second=1026 amount=-6 -kerning first=311 second=1035 amount=-4 -kerning first=339 second=1265 amount=-1 -kerning first=1170 second=252 amount=-5 -kerning first=332 second=8230 amount=-3 -kerning first=1105 second=939 amount=-7 -kerning first=1117 second=92 amount=-3 -kerning first=1258 second=258 amount=-2 -kerning first=1276 second=1257 amount=-2 -kerning first=55 second=230 amount=-3 -kerning first=8244 second=183 amount=-2 -kerning first=256 second=8220 amount=-8 -kerning first=932 second=961 amount=-4 -kerning first=1189 second=1113 amount=-3 -kerning first=1087 second=1140 amount=-3 -kerning first=253 second=963 amount=-1 -kerning first=1141 second=233 amount=-1 -kerning first=1091 second=265 amount=-1 -kerning first=89 second=114 amount=-3 -kerning first=933 second=264 amount=-3 -kerning first=915 second=224 amount=-5 -kerning first=194 second=86 amount=-5 -kerning first=260 second=67 amount=-2 -kerning first=1163 second=223 amount=1 -kerning first=906 second=297 amount=5 -kerning first=95 second=1069 amount=-3 -kerning first=1267 second=1233 amount=-1 -kerning first=1256 second=910 amount=-3 -kerning first=1141 second=1241 amount=-1 -kerning first=1178 second=940 amount=-3 -kerning first=192 second=333 amount=-1 -kerning first=197 second=1089 amount=-1 -kerning first=226 second=1035 amount=-3 -kerning first=281 second=1265 amount=-1 -kerning first=1168 second=52 amount=-4 -kerning first=1059 second=1235 amount=-6 -kerning first=1066 second=1203 amount=-1 -kerning first=1188 second=946 amount=-4 -kerning first=939 second=927 amount=-3 -kerning first=265 second=374 amount=-4 -kerning first=8216 second=38 amount=-4 -kerning first=377 second=1028 amount=-2 -kerning first=70 second=337 amount=-3 -kerning first=1239 second=1090 amount=-1 -kerning first=1115 second=92 amount=-3 -kerning first=1178 second=264 amount=-2 -kerning first=374 second=1193 amount=-6 -kerning first=1058 second=253 amount=-4 -kerning first=915 second=970 amount=-8 -kerning first=1018 second=206 amount=2 -kerning first=195 second=1103 amount=-1 -kerning first=194 second=945 amount=-1 -kerning first=260 second=297 amount=3 -kerning first=1187 second=316 amount=1 -kerning first=42 second=258 amount=-6 -kerning first=935 second=79 amount=-2 -kerning first=1126 second=245 amount=-1 -kerning first=222 second=197 amount=-3 -kerning first=910 second=112 amount=-3 -kerning first=84 second=268 amount=-2 -kerning first=932 second=246 amount=-5 -kerning first=1230 second=254 amount=1 -kerning first=902 second=121 amount=-4 -kerning first=253 second=243 amount=-1 -kerning first=372 second=1181 amount=-2 -kerning first=1202 second=103 amount=-2 -kerning first=981 second=198 amount=-2 -kerning first=295 second=1249 amount=-2 -kerning first=105 second=299 amount=3 -kerning first=922 second=927 amount=-2 -kerning first=342 second=374 amount=-2 -kerning first=357 second=320 amount=1 -kerning first=1027 second=1092 amount=-5 -kerning first=1122 second=1066 amount=-3 -kerning first=194 second=262 amount=-2 -kerning first=1197 second=1076 amount=-3 -kerning first=1255 second=1140 amount=-4 -kerning first=1103 second=967 amount=-1 -kerning first=1026 second=1204 amount=-3 -kerning first=376 second=354 amount=3 -kerning first=1178 second=236 amount=2 -kerning first=337 second=120 amount=-1 -kerning first=359 second=1026 amount=-2 -kerning first=382 second=1153 amount=-1 -kerning first=192 second=1029 amount=-1 -kerning first=1235 second=356 amount=-3 -kerning first=913 second=171 amount=-2 -kerning first=8224 second=959 amount=-2 -kerning first=1196 second=299 amount=6 -kerning first=243 second=197 amount=-2 -kerning first=1225 second=1216 amount=1 -kerning first=76 second=1171 amount=-1 -kerning first=1185 second=273 amount=-1 -kerning first=211 second=1200 amount=-3 -kerning first=1026 second=1232 amount=-2 -kerning first=1097 second=1056 amount=1 -kerning first=1200 second=1104 amount=-6 -kerning first=253 second=8221 amount=2 -kerning first=1091 second=1139 amount=-1 -kerning first=170 second=65 amount=-5 -kerning first=929 second=192 amount=-5 -kerning first=374 second=1109 amount=-4 -kerning first=1186 second=1064 amount=1 -kerning first=922 second=1267 amount=-3 -kerning first=8217 second=948 amount=-4 -kerning first=77 second=300 amount=2 -kerning first=1170 second=288 amount=-2 -kerning first=279 second=1140 amount=-3 -kerning first=177 second=1263 amount=-3 -kerning first=95 second=8373 amount=-3 -kerning first=358 second=965 amount=-4 -kerning first=80 second=224 amount=-1 -kerning first=1053 second=1031 amount=2 -kerning first=915 second=1117 amount=-4 -kerning first=197 second=1145 amount=-1 -kerning first=1274 second=199 amount=-2 -kerning first=107 second=234 amount=-1 -kerning first=1093 second=335 amount=-1 -kerning first=255 second=100 amount=-1 -kerning first=1270 second=1012 amount=-2 -kerning first=92 second=927 amount=-2 -kerning first=923 second=79 amount=-2 -kerning first=89 second=1017 amount=-3 -kerning first=939 second=269 amount=-6 -kerning first=1043 second=1094 amount=-4 -kerning first=8221 second=969 amount=-4 -kerning first=258 second=246 amount=-1 -kerning first=84 second=52 amount=-4 -kerning first=107 second=1243 amount=-1 -kerning first=126 second=1098 amount=-1 -kerning first=345 second=277 amount=-1 -kerning first=36 second=65 amount=-1 -kerning first=1271 second=259 amount=-1 -kerning first=170 second=101 amount=-2 -kerning first=1200 second=1114 amount=-3 -kerning first=376 second=913 amount=-5 -kerning first=1265 second=1209 amount=-1 -kerning first=310 second=299 amount=5 -kerning first=305 second=86 amount=2 -kerning first=237 second=41 amount=2 -kerning first=1066 second=910 amount=-7 -kerning first=341 second=967 amount=1 -kerning first=121 second=940 amount=-1 -kerning first=1234 second=92 amount=-5 -kerning first=111 second=256 amount=-2 -kerning first=1057 second=923 amount=-1 -kerning first=380 second=281 amount=-1 -kerning first=910 second=1026 amount=3 -kerning first=353 second=358 amount=-5 -kerning first=1167 second=1197 amount=-2 -kerning first=119 second=1257 amount=-1 -kerning first=373 second=1196 amount=-3 -kerning first=1205 second=1115 amount=1 -kerning first=1141 second=374 amount=-2 -kerning first=92 second=1267 amount=-4 -kerning first=254 second=373 amount=-1 -kerning first=1184 second=242 amount=-3 -kerning first=915 second=81 amount=-2 -kerning first=922 second=269 amount=-3 -kerning first=301 second=292 amount=3 -kerning first=342 second=1111 amount=3 -kerning first=1111 second=295 amount=3 -kerning first=258 second=8217 amount=-7 -kerning first=1224 second=1098 amount=-2 -kerning first=1234 second=338 amount=-2 -kerning first=87 second=211 amount=-2 -kerning first=174 second=224 amount=-1 -kerning first=358 second=333 amount=-5 -kerning first=910 second=67 amount=-3 -kerning first=98 second=1093 amount=-1 -kerning first=192 second=1077 amount=-1 -kerning first=356 second=1010 amount=-5 -kerning first=1075 second=172 amount=-1 -kerning first=1050 second=111 amount=-3 -kerning first=1045 second=301 amount=5 -kerning first=1226 second=8216 amount=-3 -kerning first=1105 second=967 amount=-1 -kerning first=1278 second=1108 amount=-2 -kerning first=1188 second=120 amount=-3 -kerning first=1267 second=1058 amount=-2 -kerning first=1107 second=337 amount=-1 -kerning first=250 second=939 amount=-4 -kerning first=258 second=352 amount=-1 -kerning first=70 second=1105 amount=-3 -kerning first=1209 second=375 amount=-1 -kerning first=1020 second=1267 amount=-1 -kerning first=1200 second=353 amount=-4 -kerning first=933 second=1237 amount=-6 -kerning first=1036 second=279 amount=-3 -kerning first=1153 second=910 amount=-4 -kerning first=1179 second=963 amount=-1 -kerning first=358 second=8218 amount=-8 -kerning first=239 second=921 amount=3 -kerning first=39 second=194 amount=-5 -kerning first=376 second=1103 amount=-4 -kerning first=1225 second=183 amount=-1 -kerning first=916 second=952 amount=-3 -kerning first=1243 second=932 amount=-3 -kerning first=1078 second=356 amount=-3 -kerning first=197 second=1140 amount=-5 -kerning first=1116 second=959 amount=-1 -kerning first=161 second=1059 amount=-4 -kerning first=216 second=46 amount=-3 -kerning first=334 second=1046 amount=-2 -kerning first=1279 second=84 amount=-3 -kerning first=92 second=269 amount=-1 -kerning first=1186 second=321 amount=1 -kerning first=75 second=333 amount=-3 -kerning first=915 second=195 amount=-6 -kerning first=248 second=1035 amount=-3 -kerning first=939 second=1086 amount=-6 -kerning first=333 second=1143 amount=-1 -kerning first=354 second=199 amount=-2 -kerning first=193 second=34 amount=-5 -kerning first=932 second=1197 amount=-2 -kerning first=229 second=1196 amount=-3 -kerning first=288 second=239 amount=2 -kerning first=375 second=245 amount=-1 -kerning first=1232 second=42 amount=-6 -kerning first=376 second=308 amount=-2 -kerning first=297 second=381 amount=6 -kerning first=933 second=961 amount=-3 -kerning first=1058 second=171 amount=-8 -kerning first=903 second=902 amount=-5 -kerning first=1168 second=248 amount=-5 -kerning first=1046 second=265 amount=-2 -kerning first=373 second=271 amount=-1 -kerning first=1040 second=211 amount=-2 -kerning first=1012 second=933 amount=-3 -kerning first=122 second=1092 amount=-1 -kerning first=936 second=45 amount=-3 -kerning first=196 second=1010 amount=-1 -kerning first=90 second=1057 amount=-2 -kerning first=918 second=171 amount=-2 -kerning first=1169 second=1076 amount=-3 -kerning first=233 second=1263 amount=-1 -kerning first=1116 second=60 amount=-5 -kerning first=932 second=1096 amount=-4 -kerning first=1086 second=8216 amount=-4 -kerning first=902 second=903 amount=-5 -kerning first=1270 second=1169 amount=-4 -kerning first=1141 second=1111 amount=3 -kerning first=1140 second=173 amount=-2 -kerning first=326 second=253 amount=-1 -kerning first=244 second=195 amount=-2 -kerning first=922 second=1086 amount=-3 -kerning first=1179 second=243 amount=-1 -kerning first=1170 second=65 amount=-6 -kerning first=212 second=1196 amount=-2 -kerning first=927 second=1236 amount=-2 -kerning first=1276 second=1108 amount=-2 -kerning first=76 second=1091 amount=-4 -kerning first=301 second=1027 amount=3 -kerning first=192 second=351 amount=-1 -kerning first=356 second=339 amount=-5 -kerning first=1222 second=314 amount=1 -kerning first=275 second=1098 amount=-1 -kerning first=1194 second=1217 amount=-1 -kerning first=1207 second=1034 amount=1 -kerning first=1093 second=1104 amount=-1 -kerning first=957 second=95 amount=-5 -kerning first=1040 second=119 amount=-4 -kerning first=176 second=332 amount=-1 -kerning first=1196 second=1020 amount=-4 -kerning first=1128 second=346 amount=-1 -kerning first=1188 second=966 amount=-5 -kerning first=357 second=304 amount=1 -kerning first=55 second=1095 amount=-3 -kerning first=8244 second=1253 amount=-1 -kerning first=1185 second=240 amount=-1 -kerning first=214 second=47 amount=-3 -kerning first=1068 second=197 amount=-2 -kerning first=224 second=1198 amount=-6 -kerning first=961 second=8220 amount=-4 -kerning first=1195 second=1185 amount=-1 -kerning first=933 second=246 amount=-6 -kerning first=65 second=199 amount=-2 -kerning first=1170 second=101 amount=-5 -kerning first=8221 second=1234 amount=-9 -kerning first=1059 second=1119 amount=-3 -kerning first=343 second=120 amount=1 -kerning first=255 second=1026 amount=-2 -kerning first=1270 second=1088 amount=-4 -kerning first=1279 second=1239 amount=-1 -kerning first=92 second=1086 amount=-1 -kerning first=246 second=194 amount=-2 -kerning first=382 second=234 amount=-1 -kerning first=271 second=356 amount=3 -kerning first=1175 second=335 amount=-1 -kerning first=1194 second=192 amount=-1 -kerning first=214 second=1198 amount=-3 -kerning first=86 second=1258 amount=-2 -kerning first=358 second=1077 amount=-5 -kerning first=80 second=195 amount=-5 -kerning first=1178 second=246 amount=-3 -kerning first=382 second=1243 amount=-1 -kerning first=1201 second=256 amount=-4 -kerning first=38 second=89 amount=-5 -kerning first=1046 second=1139 amount=-2 -kerning first=1187 second=247 amount=-1 -kerning first=114 second=257 amount=-1 -kerning first=1207 second=293 amount=1 -kerning first=1097 second=933 amount=-1 -kerning first=373 second=113 amount=-1 -kerning first=1066 second=1093 amount=-1 -kerning first=341 second=183 amount=-2 -kerning first=372 second=213 amount=-2 -kerning first=1198 second=267 amount=-6 -kerning first=239 second=1140 amount=5 -kerning first=1107 second=1105 amount=-1 -kerning first=355 second=8360 amount=1 -kerning first=196 second=339 amount=-1 -kerning first=84 second=248 amount=-5 -kerning first=336 second=354 amount=-2 -kerning first=1145 second=43 amount=-1 -kerning first=1222 second=1120 amount=1 -kerning first=1239 second=120 amount=-1 -kerning first=114 second=1153 amount=-1 -kerning first=923 second=8244 amount=-7 -kerning first=1184 second=1099 amount=2 -kerning first=915 second=345 amount=-4 -kerning first=8217 second=968 amount=-3 -kerning first=195 second=1263 amount=-4 -kerning first=194 second=111 amount=-1 -kerning first=260 second=83 amount=-1 -kerning first=1199 second=933 amount=-2 -kerning first=1092 second=1236 amount=-2 -kerning first=1096 second=255 amount=-1 -kerning first=121 second=1237 amount=-1 -kerning first=239 second=914 amount=3 -kerning first=910 second=1235 amount=-6 -kerning first=355 second=325 amount=1 -kerning first=1036 second=1195 amount=-3 -kerning first=65 second=49 amount=-2 -kerning first=1201 second=281 amount=-1 -kerning first=1088 second=198 amount=-2 -kerning first=1046 second=247 amount=-4 -kerning first=120 second=945 amount=-1 -kerning first=255 second=297 amount=3 -kerning first=923 second=84 amount=-6 -kerning first=75 second=1077 amount=-3 -kerning first=34 second=196 amount=-5 -kerning first=350 second=301 amount=3 -kerning first=1269 second=8220 amount=-3 -kerning first=1087 second=1058 amount=-3 -kerning first=174 second=195 amount=-5 -kerning first=1237 second=1026 amount=-3 -kerning first=1108 second=221 amount=-4 -kerning first=1271 second=273 amount=-1 -kerning first=1054 second=194 amount=-2 -kerning first=1102 second=1143 amount=-1 -kerning first=194 second=8216 amount=-8 -kerning first=79 second=88 amount=-2 -kerning first=187 second=1267 amount=-2 -kerning first=1170 second=341 amount=-4 -kerning first=1097 second=282 amount=1 -kerning first=935 second=1239 amount=-2 -kerning first=336 second=913 amount=-2 -kerning first=1072 second=86 amount=-3 -kerning first=1232 second=213 amount=-2 -kerning first=343 second=966 amount=-1 -kerning first=1205 second=1231 amount=1 -kerning first=42 second=208 amount=2 -kerning first=89 second=244 amount=-6 -kerning first=374 second=1010 amount=-6 -kerning first=1217 second=1069 amount=-2 -kerning first=922 second=105 amount=2 -kerning first=346 second=902 amount=-1 -kerning first=357 second=1172 amount=1 -kerning first=361 second=910 amount=-4 -kerning first=195 second=265 amount=-1 -kerning first=194 second=350 amount=-1 -kerning first=913 second=286 amount=-2 -kerning first=1101 second=195 amount=-2 -kerning first=358 second=351 amount=-5 -kerning first=1034 second=1143 amount=-1 -kerning first=1267 second=939 amount=-2 -kerning first=328 second=121 amount=-1 -kerning first=981 second=1244 amount=-2 -kerning first=46 second=1249 amount=-5 -kerning first=356 second=239 amount=6 -kerning first=1181 second=245 amount=-1 -kerning first=1145 second=1236 amount=-2 -kerning first=1168 second=1100 amount=-4 -kerning first=1046 second=1028 amount=-2 -kerning first=119 second=1108 amount=-1 -kerning first=1270 second=266 amount=-2 -kerning first=908 second=923 amount=-2 -kerning first=1193 second=1185 amount=-1 -kerning first=1263 second=972 amount=-1 -kerning first=1188 second=1060 amount=-2 -kerning first=1043 second=967 amount=-4 -kerning first=357 second=66 amount=1 -kerning first=1074 second=354 amount=-5 -kerning first=1230 second=1036 amount=1 -kerning first=1209 second=1066 amount=-3 -kerning first=1232 second=118 amount=-4 -kerning first=1205 second=45 amount=-1 -kerning first=98 second=1234 amount=-2 -kerning first=89 second=8222 amount=-7 -kerning first=1058 second=117 amount=-5 -kerning first=8222 second=1059 amount=-7 -kerning first=119 second=1032 amount=-4 -kerning first=1033 second=195 amount=-2 -kerning first=1255 second=1058 amount=-3 -kerning first=71 second=305 amount=2 -kerning first=121 second=246 amount=-1 -kerning first=1278 second=908 amount=-2 -kerning first=221 second=199 amount=-3 -kerning first=1026 second=1200 amount=-7 -kerning first=1232 second=1201 amount=-4 -kerning first=1010 second=1196 amount=-5 -kerning first=229 second=87 amount=-3 -kerning first=1205 second=80 amount=1 -kerning first=923 second=1239 amount=-1 -kerning first=88 second=337 amount=-2 -kerning first=1202 second=273 amount=-2 -kerning first=1198 second=177 amount=-6 -kerning first=981 second=193 amount=-2 -kerning first=1186 second=1166 amount=1 -kerning first=939 second=371 amount=-3 -kerning first=1027 second=981 amount=-5 -kerning first=920 second=92 amount=-2 -kerning first=1111 second=82 amount=3 -kerning first=1175 second=1104 amount=-1 -kerning first=171 second=1026 amount=-3 -kerning first=1256 second=1234 amount=-2 -kerning first=245 second=196 amount=-2 -kerning first=1244 second=959 amount=-2 -kerning first=74 second=8222 amount=-5 -kerning first=933 second=1096 amount=-3 -kerning first=116 second=8216 amount=-3 -kerning first=1082 second=269 amount=-1 -kerning first=1168 second=115 amount=-5 -kerning first=1167 second=253 amount=-1 -kerning first=279 second=1058 amount=-3 -kerning first=1094 second=311 amount=1 -kerning first=213 second=358 amount=-2 -kerning first=1104 second=1143 amount=-1 -kerning first=121 second=8217 amount=2 -kerning first=99 second=932 amount=-5 -kerning first=1122 second=65 amount=-2 -kerning first=196 second=239 amount=3 -kerning first=212 second=87 amount=-1 -kerning first=102 second=8363 amount=-1 -kerning first=254 second=1141 amount=-1 -kerning first=176 second=46 amount=-9 -kerning first=246 second=376 amount=-7 -kerning first=374 second=339 amount=-6 -kerning first=1217 second=8373 amount=-2 -kerning first=922 second=371 amount=-2 -kerning first=335 second=92 amount=-4 -kerning first=1057 second=1217 amount=-1 -kerning first=195 second=1139 amount=-1 -kerning first=1163 second=1026 amount=-2 -kerning first=1187 second=209 amount=1 -kerning first=113 second=1066 amount=-3 -kerning first=1025 second=297 amount=5 -kerning first=95 second=1085 amount=3 -kerning first=1244 second=60 amount=-4 -kerning first=231 second=1198 amount=-4 -kerning first=1036 second=1194 amount=-2 -kerning first=108 second=95 amount=2 -kerning first=1235 second=1265 amount=-1 -kerning first=255 second=1235 amount=-1 -kerning first=1196 second=1098 amount=-2 -kerning first=8217 second=1232 amount=-9 -kerning first=270 second=258 amount=-2 -kerning first=939 second=227 amount=-6 -kerning first=357 second=1052 amount=1 -kerning first=259 second=374 amount=-6 -kerning first=55 second=38 amount=-3 -kerning first=1143 second=1066 amount=-2 -kerning first=84 second=1100 amount=-4 -kerning first=1220 second=41 amount=-1 -kerning first=261 second=84 amount=-3 -kerning first=94 second=1234 amount=-6 -kerning first=70 second=1091 amount=-2 -kerning first=1141 second=46 amount=-2 -kerning first=1276 second=908 amount=-2 -kerning first=297 second=302 amount=3 -kerning first=1075 second=333 amount=-1 -kerning first=44 second=358 amount=-2 -kerning first=114 second=194 amount=-3 -kerning first=119 second=918 amount=-2 -kerning first=913 second=920 amount=-2 -kerning first=86 second=172 amount=-2 -kerning first=1254 second=196 amount=-2 -kerning first=1126 second=375 amount=-4 -kerning first=1057 second=192 amount=-1 -kerning first=170 second=1257 amount=-2 -kerning first=242 second=1059 amount=-7 -kerning first=916 second=42 amount=-5 -kerning first=82 second=1198 amount=-2 -kerning first=8244 second=1163 amount=-1 -kerning first=1138 second=923 amount=-2 -kerning first=932 second=253 amount=-4 -kerning first=1058 second=286 amount=-2 -kerning first=915 second=211 amount=-2 -kerning first=265 second=1249 amount=-1 -kerning first=1275 second=945 amount=-1 -kerning first=210 second=84 amount=-2 -kerning first=1271 second=240 amount=-1 -kerning first=1118 second=261 amount=-1 -kerning first=1054 second=376 amount=-3 -kerning first=376 second=265 amount=-6 -kerning first=378 second=1204 amount=-2 -kerning first=1171 second=269 amount=-1 -kerning first=918 second=286 amount=-2 -kerning first=1241 second=1078 amount=-1 -kerning first=356 second=1072 amount=-5 -kerning first=1075 second=8218 amount=-8 -kerning first=1082 second=1086 amount=-1 -kerning first=902 second=71 amount=-2 -kerning first=114 second=234 amount=-1 -kerning first=309 second=1111 amount=3 -kerning first=84 second=115 amount=-5 -kerning first=1220 second=1091 amount=-1 -kerning first=112 second=923 amount=-2 -kerning first=1252 second=95 amount=2 -kerning first=197 second=1058 amount=-6 -kerning first=1274 second=1207 amount=-5 -kerning first=70 second=231 amount=-3 -kerning first=114 second=1243 amount=-1 -kerning first=915 second=119 amount=-4 -kerning first=315 second=375 amount=-4 -kerning first=304 second=300 amount=2 -kerning first=195 second=1028 amount=-2 -kerning first=1066 second=1234 amount=-2 -kerning first=913 second=8363 amount=-1 -kerning first=8224 second=196 amount=-5 -kerning first=1203 second=171 amount=-2 -kerning first=1233 second=1140 amount=-3 -kerning first=239 second=72 amount=3 -kerning first=1166 second=226 amount=-1 -kerning first=333 second=1202 amount=-2 -kerning first=1222 second=1190 amount=1 -kerning first=1087 second=939 amount=-6 -kerning first=1191 second=932 amount=-7 -kerning first=253 second=99 amount=-1 -kerning first=1091 second=258 amount=-4 -kerning first=88 second=1105 amount=-2 -kerning first=240 second=1196 amount=-3 -kerning first=1258 second=1059 amount=-3 -kerning first=81 second=88 amount=-2 -kerning first=939 second=328 amount=-3 -kerning first=1043 second=183 amount=-3 -kerning first=355 second=1055 amount=1 -kerning first=258 second=253 amount=-4 -kerning first=118 second=337 amount=-1 -kerning first=1200 second=43 amount=-3 -kerning first=244 second=119 amount=-1 -kerning first=1217 second=1153 amount=-2 -kerning first=65 second=348 amount=-1 -kerning first=1207 second=340 amount=1 -kerning first=957 second=335 amount=-1 -kerning first=372 second=902 amount=-4 -kerning first=8224 second=235 amount=-2 -kerning first=1278 second=1255 amount=-2 -kerning first=1213 second=1198 amount=-7 -kerning first=1188 second=226 amount=-5 -kerning first=122 second=981 amount=-1 -kerning first=1027 second=1040 amount=-6 -kerning first=910 second=1119 amount=-3 -kerning first=8244 second=95 amount=-3 -kerning first=1232 second=356 amount=-6 -kerning first=1141 second=103 amount=-1 -kerning first=1091 second=283 amount=-1 -kerning first=1202 second=240 amount=-2 -kerning first=89 second=349 amount=-4 -kerning first=981 second=374 amount=-7 -kerning first=8217 second=357 amount=1 -kerning first=1122 second=174 amount=-1 -kerning first=325 second=1111 amount=5 -kerning first=1098 second=376 amount=-11 -kerning first=87 second=97 amount=-4 -kerning first=1103 second=92 amount=-3 -kerning first=245 second=89 amount=-7 -kerning first=376 second=1139 amount=-6 -kerning first=1171 second=1086 amount=-1 -kerning first=929 second=44 amount=-3 -kerning first=179 second=194 amount=-6 -kerning first=1253 second=121 amount=-1 -kerning first=1228 second=1197 amount=-2 -kerning first=120 second=111 amount=-1 -kerning first=1198 second=369 amount=-3 -kerning first=1278 second=126 amount=-4 -kerning first=1140 second=79 amount=-2 -kerning first=1012 second=1204 amount=-2 -kerning first=1122 second=935 amount=-2 -kerning first=263 second=358 amount=-5 -kerning first=252 second=1035 amount=-3 -kerning first=365 second=221 amount=-4 -kerning first=1255 second=939 amount=-7 -kerning first=247 second=1203 amount=-1 -kerning first=345 second=932 amount=-4 -kerning first=285 second=1196 amount=-3 -kerning first=246 second=373 amount=-1 -kerning first=1058 second=920 amount=-2 -kerning first=1010 second=87 amount=-1 -kerning first=202 second=1111 amount=5 -kerning first=1075 second=1077 amount=-1 -kerning first=271 second=93 amount=2 -kerning first=183 second=1140 amount=-2 -kerning first=354 second=1207 amount=-5 -kerning first=1035 second=376 amount=-6 -kerning first=1069 second=92 amount=-2 -kerning first=1012 second=1232 amount=-2 -kerning first=313 second=198 amount=2 -kerning first=376 second=247 amount=-3 -kerning first=918 second=920 amount=-2 -kerning first=1078 second=267 amount=-1 -kerning first=211 second=8222 amount=-3 -kerning first=1170 second=1257 amount=-5 -kerning first=343 second=359 amount=2 -kerning first=1113 second=1059 amount=-11 -kerning first=1164 second=1267 amount=-1 -kerning first=1270 second=245 amount=-5 -kerning first=1200 second=1236 amount=-5 -kerning first=1279 second=263 amount=-1 -kerning first=372 second=1173 amount=-2 -kerning first=1128 second=255 amount=-4 -kerning first=920 second=95 amount=-3 -kerning first=239 second=1058 amount=6 -kerning first=279 second=939 amount=-7 -kerning first=314 second=938 amount=2 -kerning first=95 second=307 amount=2 -kerning first=1088 second=1244 amount=-2 -kerning first=1236 second=239 amount=5 -kerning first=1276 second=1255 amount=-2 -kerning first=1061 second=71 amount=-2 -kerning first=381 second=81 amount=-2 -kerning first=321 second=8249 amount=-4 -kerning first=1075 second=1113 amount=-3 -kerning first=1222 second=78 amount=1 -kerning first=339 second=1090 amount=-1 -kerning first=373 second=248 amount=-1 -kerning first=169 second=1202 amount=-2 -kerning first=1263 second=224 amount=-1 -kerning first=1254 second=89 amount=-3 -kerning first=264 second=198 amount=-1 -kerning first=1126 second=187 amount=-2 -kerning first=1107 second=231 amount=-1 -kerning first=356 second=1057 amount=-2 -kerning first=932 second=171 amount=-8 -kerning first=1259 second=1267 amount=-1 -kerning first=165 second=303 amount=2 -kerning first=1058 second=8363 amount=-5 -kerning first=290 second=258 amount=-1 -kerning first=1234 second=335 amount=-1 -kerning first=1213 second=1175 amount=-1 -kerning first=1020 second=1279 amount=-1 -kerning first=1276 second=126 amount=-4 -kerning first=376 second=1028 amount=-3 -kerning first=269 second=84 amount=-5 -kerning first=317 second=255 amount=-4 -kerning first=1116 second=235 amount=-1 -kerning first=1088 second=193 amount=-2 -kerning first=1189 second=261 amount=-1 -kerning first=281 second=1090 amount=-1 -kerning first=343 second=226 amount=-1 -kerning first=1097 second=1204 amount=-2 -kerning first=1102 second=1202 amount=-2 -kerning first=1105 second=92 amount=-3 -kerning first=1205 second=270 amount=1 -kerning first=291 second=354 amount=-3 -kerning first=313 second=8353 amount=-2 -kerning first=39 second=8230 amount=-6 -kerning first=8221 second=1080 amount=-1 -kerning first=299 second=1066 amount=6 -kerning first=177 second=258 amount=-3 -kerning first=118 second=1105 amount=-1 -kerning first=95 second=334 amount=-3 -kerning first=1072 second=8216 amount=-3 -kerning first=345 second=285 amount=-1 -kerning first=288 second=910 amount=-2 -kerning first=1271 second=230 amount=-1 -kerning first=1118 second=197 amount=-4 -kerning first=908 second=1217 amount=-2 -kerning first=297 second=1018 amount=3 -kerning first=359 second=311 amount=1 -kerning first=1058 second=1185 amount=-2 -kerning first=1036 second=1138 amount=-2 -kerning first=321 second=1035 amount=-6 -kerning first=260 second=121 amount=-4 -kerning first=1199 second=1204 amount=-2 -kerning first=957 second=1104 amount=-1 -kerning first=1101 second=119 amount=-1 -kerning first=935 second=263 amount=-2 -kerning first=1126 second=1066 amount=-6 -kerning first=1188 second=1254 amount=-2 -kerning first=380 second=289 amount=-1 -kerning first=333 second=118 amount=-1 -kerning first=1061 second=45 amount=-4 -kerning first=197 second=182 amount=-1 -kerning first=256 second=8370 amount=-2 -kerning first=322 second=301 amount=5 -kerning first=247 second=910 amount=-3 -kerning first=1087 second=967 amount=-1 -kerning first=1034 second=1202 amount=-2 -kerning first=1093 second=43 amount=-1 -kerning first=1141 second=259 amount=-1 -kerning first=923 second=1118 amount=-4 -kerning first=374 second=1072 amount=-6 -kerning first=301 second=73 amount=3 -kerning first=1188 second=1144 amount=-2 -kerning first=939 second=1092 amount=-6 -kerning first=333 second=1201 amount=-1 -kerning first=1111 second=1110 amount=6 -kerning first=1199 second=1232 amount=-4 -kerning first=1179 second=99 amount=-1 -kerning first=196 second=1057 amount=-2 -kerning first=258 second=171 amount=-2 -kerning first=1080 second=1197 amount=-2 -kerning first=1134 second=299 amount=2 -kerning first=345 second=162 amount=-1 -kerning first=1118 second=275 amount=-1 -kerning first=170 second=1108 amount=-2 -kerning first=115 second=8220 amount=-3 -kerning first=1178 second=253 amount=-3 -kerning first=337 second=1078 amount=-1 -kerning first=68 second=1035 amount=-2 -kerning first=197 second=939 amount=-5 -kerning first=232 second=1203 amount=-1 -kerning first=253 second=198 amount=-4 -kerning first=1033 second=119 amount=-1 -kerning first=1257 second=1026 amount=-3 -kerning first=908 second=192 amount=-2 -kerning first=944 second=933 amount=-4 -kerning first=1198 second=326 amount=-3 -kerning first=95 second=1273 amount=3 -kerning first=1188 second=380 amount=-3 -kerning first=193 second=972 amount=-1 -kerning first=1078 second=177 amount=-2 -kerning first=1085 second=910 amount=-6 -kerning first=208 second=88 amount=-2 -kerning first=1180 second=967 amount=-3 -kerning first=226 second=1199 amount=-1 -kerning first=170 second=1032 amount=-5 -kerning first=1200 second=251 amount=-3 -kerning first=1244 second=290 amount=-2 -kerning first=922 second=1092 amount=-3 -kerning first=1036 second=287 amount=-3 -kerning first=315 second=1066 amount=-6 -kerning first=1098 second=373 amount=-2 -kerning first=240 second=87 amount=-3 -kerning first=1106 second=8220 amount=-3 -kerning first=356 second=1203 amount=-3 -kerning first=1145 second=277 amount=-1 -kerning first=923 second=263 amount=-1 -kerning first=1217 second=234 amount=-2 -kerning first=8221 second=172 amount=-2 -kerning first=1275 second=111 amount=-1 -kerning first=1162 second=301 amount=5 -kerning first=1255 second=967 amount=-1 -kerning first=1217 second=1243 amount=-2 -kerning first=1168 second=959 amount=-5 -kerning first=1046 second=283 amount=-2 -kerning first=1226 second=1064 amount=1 -kerning first=1094 second=1115 amount=1 -kerning first=1207 second=374 amount=-1 -kerning first=1097 second=315 amount=1 -kerning first=119 second=1255 amount=-1 -kerning first=162 second=84 amount=-5 -kerning first=226 second=957 amount=-1 -kerning first=902 second=8224 amount=-5 -kerning first=1270 second=1097 amount=-4 -kerning first=92 second=1092 amount=-1 -kerning first=1043 second=1253 amount=-4 -kerning first=44 second=51 amount=-2 -kerning first=279 second=967 amount=-1 -kerning first=913 second=216 amount=-2 -kerning first=1138 second=1217 amount=-2 -kerning first=1234 second=1104 amount=-1 -kerning first=86 second=333 amount=-4 -kerning first=87 second=1089 amount=-4 -kerning first=376 second=367 amount=-3 -kerning first=355 second=280 amount=1 -kerning first=363 second=932 amount=-3 -kerning first=1230 second=98 amount=1 -kerning first=1168 second=60 amount=-5 -kerning first=114 second=373 amount=1 -kerning first=109 second=255 amount=-1 -kerning first=221 second=1207 amount=-6 -kerning first=1188 second=1078 amount=-3 -kerning first=303 second=309 amount=3 -kerning first=70 second=363 amount=-2 -kerning first=929 second=225 amount=-1 -kerning first=8222 second=1076 amount=4 -kerning first=301 second=1210 amount=3 -kerning first=232 second=910 amount=-7 -kerning first=371 second=1198 amount=-4 -kerning first=1207 second=69 amount=1 -kerning first=112 second=1217 amount=-2 -kerning first=1198 second=260 amount=-5 -kerning first=1069 second=95 amount=-3 -kerning first=1263 second=195 amount=-4 -kerning first=324 second=221 amount=-6 -kerning first=86 second=8218 amount=-7 -kerning first=186 second=1239 amount=-2 -kerning first=1054 second=8230 amount=-3 -kerning first=8244 second=944 amount=-1 -kerning first=1143 second=65 amount=-4 -kerning first=1138 second=192 amount=-2 -kerning first=932 second=117 amount=-5 -kerning first=1088 second=374 amount=-7 -kerning first=1277 second=232 amount=-1 -kerning first=187 second=1279 amount=-2 -kerning first=1102 second=118 amount=-1 -kerning first=1027 second=47 amount=-5 -kerning first=379 second=336 amount=-2 -kerning first=261 second=1118 amount=-1 -kerning first=375 second=1066 amount=-2 -kerning first=1102 second=1201 amount=-1 -kerning first=1171 second=227 amount=-1 -kerning first=374 second=1057 amount=-3 -kerning first=933 second=171 amount=-6 -kerning first=260 second=903 amount=-5 -kerning first=1170 second=1108 amount=-5 -kerning first=191 second=8220 amount=-4 -kerning first=1040 second=1089 amount=-1 -kerning first=1233 second=1058 amount=-3 -kerning first=1196 second=972 amount=-5 -kerning first=84 second=959 amount=-5 -kerning first=959 second=375 amount=-1 -kerning first=1143 second=101 amount=-1 -kerning first=112 second=192 amount=-2 -kerning first=247 second=1093 amount=-1 -kerning first=1034 second=118 amount=-1 -kerning first=92 second=186 amount=-5 -kerning first=326 second=1185 amount=-2 -kerning first=1184 second=8370 amount=-2 -kerning first=301 second=1106 amount=3 -kerning first=311 second=354 amount=-4 -kerning first=1175 second=43 amount=-1 -kerning first=1226 second=321 amount=1 -kerning first=1170 second=1032 amount=-6 -kerning first=1228 second=253 amount=-1 -kerning first=71 second=933 amount=-2 -kerning first=1234 second=353 amount=-1 -kerning first=87 second=1145 amount=-4 -kerning first=186 second=74 amount=-5 -kerning first=1034 second=1201 amount=-1 -kerning first=333 second=356 amount=-3 -kerning first=1178 second=171 amount=-3 -kerning first=8244 second=335 amount=-4 -kerning first=197 second=967 amount=-4 -kerning first=97 second=1198 amount=-6 -kerning first=1201 second=289 amount=-1 -kerning first=1189 second=275 amount=-1 -kerning first=953 second=8220 amount=-3 -kerning first=961 second=923 amount=-2 -kerning first=1205 second=919 amount=1 -kerning first=1140 second=1239 amount=-4 -kerning first=908 second=221 amount=-3 -kerning first=88 second=231 amount=-2 -kerning first=1027 second=382 amount=-3 -kerning first=8221 second=56 amount=-3 -kerning first=1143 second=1083 amount=-3 -kerning first=84 second=60 amount=-5 -kerning first=1180 second=183 amount=-4 -kerning first=1209 second=174 amount=-1 -kerning first=1020 second=186 amount=-2 -kerning first=1225 second=925 amount=1 -kerning first=1244 second=235 amount=-2 -kerning first=310 second=972 amount=-3 -kerning first=246 second=1141 amount=-1 -kerning first=248 second=1199 amount=-1 -kerning first=226 second=354 amount=-3 -kerning first=194 second=8250 amount=-2 -kerning first=339 second=120 amount=-1 -kerning first=1124 second=95 amount=-3 -kerning first=1043 second=338 amount=-2 -kerning first=196 second=910 amount=-5 -kerning first=1139 second=197 amount=-2 -kerning first=1060 second=1040 amount=-2 -kerning first=343 second=1078 amount=1 -kerning first=286 second=1035 amount=-2 -kerning first=1141 second=273 amount=-1 -kerning first=92 second=947 amount=-3 -kerning first=8224 second=1259 amount=-2 -kerning first=1058 second=216 amount=-2 -kerning first=1012 second=1200 amount=-3 -kerning first=1184 second=181 amount=-2 -kerning first=915 second=97 amount=-5 -kerning first=8217 second=114 amount=-1 -kerning first=8222 second=372 amount=-4 -kerning first=195 second=283 amount=-1 -kerning first=259 second=1249 amount=-2 -kerning first=1275 second=1209 amount=-1 -kerning first=1083 second=933 amount=-6 -kerning first=1187 second=276 amount=1 -kerning first=1090 second=966 amount=-1 -kerning first=1104 second=118 amount=-1 -kerning first=86 second=1077 amount=-4 -kerning first=358 second=250 amount=-5 -kerning first=1271 second=1095 amount=-1 -kerning first=1126 second=288 amount=-2 -kerning first=104 second=1140 amount=-3 -kerning first=333 second=902 amount=-2 -kerning first=376 second=324 amount=-3 -kerning first=918 second=216 amount=-2 -kerning first=46 second=48 amount=-2 -kerning first=1241 second=8220 amount=-4 -kerning first=932 second=286 amount=-2 -kerning first=281 second=120 amount=-1 -kerning first=183 second=1058 amount=-3 -kerning first=215 second=1035 amount=-4 -kerning first=1040 second=1145 amount=-1 -kerning first=1140 second=74 amount=-6 -kerning first=372 second=267 amount=-4 -kerning first=1104 second=1201 amount=-1 -kerning first=1017 second=196 amount=-1 -kerning first=357 second=203 amount=1 -kerning first=376 second=1271 amount=-3 -kerning first=1112 second=303 amount=3 -kerning first=1274 second=8249 amount=-8 -kerning first=1059 second=1081 amount=-3 -kerning first=1239 second=1078 amount=-1 -kerning first=1232 second=1265 amount=-4 -kerning first=248 second=957 amount=-1 -kerning first=264 second=1244 amount=-1 -kerning first=1048 second=299 amount=5 -kerning first=313 second=193 amount=2 -kerning first=245 second=1046 amount=-2 -kerning first=8250 second=253 amount=-2 -kerning first=1230 second=1035 amount=-2 -kerning first=114 second=8230 amount=-4 -kerning first=1097 second=124 amount=1 -kerning first=1186 second=356 amount=-2 -kerning first=173 second=1244 amount=-4 -kerning first=75 second=250 amount=-2 -kerning first=315 second=288 amount=-2 -kerning first=1027 second=1175 amount=-3 -kerning first=380 second=1196 amount=-2 -kerning first=100 second=239 amount=5 -kerning first=228 second=8220 amount=-3 -kerning first=1203 second=8363 amount=-1 -kerning first=358 second=261 amount=-5 -kerning first=381 second=211 amount=-2 -kerning first=117 second=89 amount=-4 -kerning first=232 second=1093 amount=-1 -kerning first=1168 second=361 amount=-5 -kerning first=1059 second=71 amount=-3 -kerning first=1094 second=1231 amount=1 -kerning first=169 second=356 amount=-2 -kerning first=121 second=171 amount=-3 -kerning first=173 second=936 amount=-3 -kerning first=264 second=193 amount=-1 -kerning first=1188 second=301 amount=6 -kerning first=1109 second=910 amount=-5 -kerning first=1107 second=229 amount=-1 -kerning first=299 second=929 amount=3 -kerning first=258 second=286 amount=-2 -kerning first=1080 second=253 amount=-1 -kerning first=1138 second=221 amount=-3 -kerning first=1050 second=1143 amount=-3 -kerning first=955 second=941 amount=-1 -kerning first=1232 second=267 amount=-1 -kerning first=1097 second=1200 amount=-1 -kerning first=1200 second=277 amount=-6 -kerning first=89 second=1069 amount=-3 -kerning first=1186 second=1168 amount=1 -kerning first=1036 second=1012 amount=-2 -kerning first=111 second=1196 amount=-3 -kerning first=270 second=1059 amount=-3 -kerning first=972 second=255 amount=-1 -kerning first=95 second=1141 amount=-5 -kerning first=973 second=376 amount=-4 -kerning first=86 second=351 amount=-3 -kerning first=80 second=97 amount=-1 -kerning first=242 second=372 amount=-3 -kerning first=1244 second=169 amount=-2 -kerning first=8244 second=1104 amount=-4 -kerning first=256 second=232 amount=-1 -kerning first=356 second=1093 amount=-3 -kerning first=1082 second=1092 amount=-1 -kerning first=1181 second=1066 amount=-4 -kerning first=1199 second=1200 amount=-2 -kerning first=1094 second=45 amount=-1 -kerning first=1102 second=356 amount=-3 -kerning first=1040 second=1140 amount=-5 -kerning first=1198 second=946 amount=-3 -kerning first=1217 second=334 amount=-2 -kerning first=1254 second=1046 amount=-2 -kerning first=1043 second=1163 amount=-4 -kerning first=8221 second=965 amount=-1 -kerning first=225 second=358 amount=-3 -kerning first=1197 second=972 amount=-1 -kerning first=112 second=221 amount=-7 -kerning first=118 second=231 amount=-1 -kerning first=1116 second=1259 amount=-1 -kerning first=1086 second=1143 amount=-1 -kerning first=364 second=8230 amount=-2 -kerning first=912 second=8217 amount=2 -kerning first=1237 second=121 amount=-1 -kerning first=1200 second=1189 amount=-3 -kerning first=376 second=258 amount=-5 -kerning first=8220 second=913 amount=-6 -kerning first=981 second=1249 amount=-2 -kerning first=933 second=117 amount=-3 -kerning first=116 second=1064 amount=1 -kerning first=359 second=1115 amount=1 -kerning first=195 second=176 amount=-6 -kerning first=354 second=8249 amount=-8 -kerning first=1050 second=284 amount=-2 -kerning first=1094 second=80 amount=1 -kerning first=169 second=902 amount=-2 -kerning first=1098 second=1141 amount=-2 -kerning first=1242 second=910 amount=-3 -kerning first=380 second=271 amount=-1 -kerning first=8244 second=1114 amount=-1 -kerning first=197 second=183 amount=-2 -kerning first=925 second=297 amount=5 -kerning first=932 second=920 amount=-2 -kerning first=1059 second=45 amount=-3 -kerning first=1034 second=356 amount=-3 -kerning first=1270 second=375 amount=-4 -kerning first=1257 second=1061 amount=-2 -kerning first=372 second=177 amount=-4 -kerning first=939 second=981 amount=-6 -kerning first=239 second=1216 amount=3 -kerning first=8249 second=923 amount=-2 -kerning first=1163 second=311 amount=1 -kerning first=277 second=1143 amount=-1 -kerning first=1233 second=939 amount=-6 -kerning first=174 second=97 amount=-1 -kerning first=358 second=331 amount=-4 -kerning first=376 second=283 amount=-6 -kerning first=1178 second=117 amount=-2 -kerning first=8218 second=86 amount=-6 -kerning first=348 second=1236 amount=-1 -kerning first=192 second=275 amount=-1 -kerning first=1167 second=1185 amount=-2 -kerning first=1102 second=902 amount=-2 -kerning first=1035 second=1141 amount=-1 -kerning first=253 second=193 amount=-4 -kerning first=1258 second=372 amount=-1 -kerning first=248 second=354 amount=-3 -kerning first=8221 second=333 amount=-4 -kerning first=84 second=361 amount=-5 -kerning first=179 second=8230 amount=-7 -kerning first=959 second=1066 amount=-3 -kerning first=70 second=279 amount=-3 -kerning first=288 second=1234 amount=-1 -kerning first=1141 second=240 amount=-1 -kerning first=1091 second=1059 amount=-2 -kerning first=89 second=8373 amount=-3 -kerning first=922 second=981 amount=-3 -kerning first=1111 second=1213 amount=3 -kerning first=1168 second=290 amount=-2 -kerning first=1226 second=1166 amount=1 -kerning first=1170 second=908 amount=-2 -kerning first=927 second=932 amount=-2 -kerning first=1126 second=101 amount=-1 -kerning first=8370 second=198 amount=-1 -kerning first=376 second=1087 amount=-3 -kerning first=1171 second=1092 amount=-1 -kerning first=8244 second=353 amount=-5 -kerning first=65 second=8249 amount=-2 -kerning first=932 second=8363 amount=-5 -kerning first=1034 second=902 amount=-2 -kerning first=902 second=337 amount=-1 -kerning first=114 second=1141 amount=1 -kerning first=1235 second=1090 amount=-2 -kerning first=253 second=233 amount=-1 -kerning first=944 second=1204 amount=-3 -kerning first=315 second=65 amount=2 -kerning first=1043 second=95 amount=-4 -kerning first=8221 second=8218 amount=-12 -kerning first=258 second=920 amount=-2 -kerning first=1104 second=356 amount=-3 -kerning first=1232 second=177 amount=-3 -kerning first=110 second=1059 amount=-6 -kerning first=170 second=1255 amount=-2 -kerning first=1164 second=1279 amount=-1 -kerning first=253 second=1241 amount=-1 -kerning first=8220 second=308 amount=-9 -kerning first=90 second=1258 amount=-2 -kerning first=903 second=260 amount=-5 -kerning first=1222 second=274 amount=1 -kerning first=183 second=182 amount=-1 -kerning first=187 second=947 amount=-2 -kerning first=1196 second=224 amount=-5 -kerning first=248 second=913 amount=-2 -kerning first=380 second=113 amount=-1 -kerning first=222 second=86 amount=-3 -kerning first=313 second=374 amount=-5 -kerning first=355 second=1062 amount=1 -kerning first=76 second=1194 amount=-2 -kerning first=193 second=81 amount=-2 -kerning first=932 second=1185 amount=-2 -kerning first=92 second=981 amount=-1 -kerning first=1091 second=291 amount=-1 -kerning first=89 second=249 amount=-3 -kerning first=933 second=286 amount=-3 -kerning first=116 second=321 amount=1 -kerning first=266 second=65 amount=-1 -kerning first=915 second=1089 amount=-5 -kerning first=966 second=358 amount=-3 -kerning first=1111 second=223 amount=3 -kerning first=183 second=939 amount=-3 -kerning first=260 second=71 amount=-2 -kerning first=284 second=196 amount=-1 -kerning first=87 second=1233 amount=-4 -kerning first=1100 second=1196 amount=-7 -kerning first=1259 second=1279 amount=-1 -kerning first=305 second=8361 amount=2 -kerning first=238 second=1111 amount=3 -kerning first=337 second=8220 amount=-4 -kerning first=65 second=1035 amount=-6 -kerning first=256 second=221 amount=-5 -kerning first=194 second=1143 amount=-4 -kerning first=114 second=116 amount=2 -kerning first=1207 second=1050 amount=1 -kerning first=1093 second=277 amount=-1 -kerning first=8224 second=1193 amount=-2 -kerning first=940 second=247 amount=-2 -kerning first=243 second=86 amount=-4 -kerning first=258 second=8363 amount=-1 -kerning first=1201 second=1196 amount=-2 -kerning first=358 second=197 amount=-6 -kerning first=1244 second=210 amount=-2 -kerning first=1178 second=286 amount=-2 -kerning first=297 second=202 amount=3 -kerning first=301 second=222 amount=3 -kerning first=1167 second=1276 amount=-2 -kerning first=1092 second=932 amount=-3 -kerning first=341 second=335 amount=-1 -kerning first=1210 second=1196 amount=-3 -kerning first=173 second=374 amount=-3 -kerning first=186 second=263 amount=-2 -kerning first=317 second=173 amount=-3 -kerning first=8244 second=950 amount=-4 -kerning first=84 second=290 amount=-2 -kerning first=1169 second=972 amount=-1 -kerning first=1274 second=228 amount=-5 -kerning first=43 second=376 amount=-3 -kerning first=1059 second=1082 amount=-3 -kerning first=1279 second=281 amount=-1 -kerning first=89 second=257 amount=-6 -kerning first=1184 second=232 amount=-3 -kerning first=194 second=284 amount=-2 -kerning first=1243 second=1197 amount=-2 -kerning first=1060 second=47 amount=-3 -kerning first=1119 second=1198 amount=-6 -kerning first=345 second=940 amount=-1 -kerning first=358 second=275 amount=-5 -kerning first=961 second=1217 amount=-2 -kerning first=89 second=1153 amount=-6 -kerning first=321 second=94 amount=-8 -kerning first=373 second=959 amount=-1 -kerning first=290 second=1059 amount=-2 -kerning first=1193 second=1267 amount=-1 -kerning first=111 second=87 amount=-3 -kerning first=1126 second=174 amount=-5 -kerning first=1188 second=242 amount=-5 -kerning first=939 second=1040 amount=-5 -kerning first=1107 second=279 amount=-1 -kerning first=8221 second=1077 amount=-4 -kerning first=333 second=93 amount=-1 -kerning first=350 second=923 amount=-1 -kerning first=1087 second=92 amount=-3 -kerning first=375 second=65 amount=-4 -kerning first=955 second=974 amount=-3 -kerning first=1270 second=187 amount=-3 -kerning first=908 second=44 amount=-3 -kerning first=293 second=933 amount=-6 -kerning first=1196 second=1117 amount=-4 -kerning first=915 second=1145 amount=-5 -kerning first=1168 second=196 amount=-6 -kerning first=1143 second=1257 amount=-1 -kerning first=218 second=46 amount=-2 -kerning first=957 second=1236 amount=-4 -kerning first=177 second=1059 amount=-6 -kerning first=1233 second=967 amount=-1 -kerning first=1060 second=1198 amount=-3 -kerning first=70 second=1195 amount=-3 -kerning first=358 second=1187 amount=-4 -kerning first=355 second=313 amount=1 -kerning first=1061 second=337 amount=-2 -kerning first=1201 second=271 amount=-1 -kerning first=902 second=1105 amount=-1 -kerning first=8225 second=913 amount=-5 -kerning first=961 second=192 amount=-2 -kerning first=253 second=374 amount=-2 -kerning first=1140 second=263 amount=-4 -kerning first=1198 second=966 amount=-6 -kerning first=1186 second=917 amount=1 -kerning first=295 second=255 amount=-1 -kerning first=75 second=275 amount=-3 -kerning first=221 second=8249 amount=-6 -kerning first=264 second=1111 amount=2 -kerning first=8221 second=1113 amount=-4 -kerning first=910 second=1081 amount=-3 -kerning first=1090 second=226 amount=-1 -kerning first=1230 second=1016 amount=1 -kerning first=375 second=101 amount=-1 -kerning first=933 second=920 amount=-3 -kerning first=359 second=1231 amount=1 -kerning first=1058 second=1191 amount=-4 -kerning first=315 second=174 amount=-5 -kerning first=356 second=1234 amount=-6 -kerning first=1168 second=235 amount=-5 -kerning first=1187 second=1059 amount=-1 -kerning first=1170 second=1255 amount=-5 -kerning first=71 second=1204 amount=-2 -kerning first=1196 second=81 amount=-2 -kerning first=935 second=281 amount=-2 -kerning first=1267 second=95 amount=-5 -kerning first=104 second=1058 amount=-3 -kerning first=313 second=332 amount=-2 -kerning first=1256 second=8218 amount=-3 -kerning first=245 second=125 amount=-1 -kerning first=333 second=1265 amount=-1 -kerning first=1244 second=1259 amount=-2 -kerning first=377 second=1054 amount=-2 -kerning first=179 second=116 amount=2 -kerning first=283 second=932 amount=-3 -kerning first=1116 second=1193 amount=-1 -kerning first=336 second=258 amount=-2 -kerning first=1180 second=338 amount=-2 -kerning first=1067 second=299 amount=5 -kerning first=1205 second=320 amount=1 -kerning first=1141 second=230 amount=-1 -kerning first=199 second=1040 amount=-1 -kerning first=1186 second=318 amount=1 -kerning first=1036 second=266 amount=-2 -kerning first=8217 second=244 amount=-4 -kerning first=301 second=1030 amount=3 -kerning first=346 second=260 amount=-1 -kerning first=354 second=228 amount=-5 -kerning first=1179 second=233 amount=-1 -kerning first=1081 second=1198 amount=-6 -kerning first=1255 second=92 amount=-4 -kerning first=71 second=1232 amount=-1 -kerning first=174 second=1089 amount=-2 -kerning first=1108 second=1026 amount=-5 -kerning first=375 second=1083 amount=-3 -kerning first=1225 second=353 amount=-1 -kerning first=919 second=297 amount=5 -kerning first=910 second=71 amount=-3 -kerning first=353 second=1066 amount=-5 -kerning first=1178 second=920 amount=-2 -kerning first=359 second=45 amount=-1 -kerning first=249 second=356 amount=-3 -kerning first=256 second=212 amount=-2 -kerning first=226 second=1263 amount=-1 -kerning first=334 second=910 amount=-3 -kerning first=1179 second=1241 amount=-1 -kerning first=1170 second=126 amount=-3 -kerning first=221 second=1035 amount=3 -kerning first=8221 second=351 amount=-5 -kerning first=1197 second=224 amount=-1 -kerning first=1088 second=1249 amount=-2 -kerning first=1114 second=86 amount=-7 -kerning first=955 second=183 amount=-1 -kerning first=310 second=81 amount=-2 -kerning first=266 second=935 amount=-1 -kerning first=933 second=8363 amount=-6 -kerning first=359 second=80 amount=1 -kerning first=1036 second=237 amount=2 -kerning first=8217 second=8222 amount=-12 -kerning first=1075 second=261 amount=-1 -kerning first=101 second=376 amount=-7 -kerning first=311 second=265 amount=-1 -kerning first=1083 second=1204 amount=-3 -kerning first=279 second=92 amount=-3 -kerning first=1094 second=270 amount=1 -kerning first=341 second=1104 amount=-1 -kerning first=284 second=89 amount=-2 -kerning first=1196 second=195 amount=-6 -kerning first=8216 second=74 amount=-9 -kerning first=90 second=172 amount=-2 -kerning first=84 second=196 amount=-6 -kerning first=1201 second=113 amount=-1 -kerning first=1145 second=285 amount=-1 -kerning first=1230 second=915 amount=1 -kerning first=8225 second=308 amount=-5 -kerning first=1020 second=1040 amount=-2 -kerning first=343 second=242 amount=-1 -kerning first=253 second=1111 amount=3 -kerning first=923 second=281 amount=-1 -kerning first=1027 second=963 amount=-5 -kerning first=325 second=938 amount=2 -kerning first=1175 second=277 amount=-1 -kerning first=1138 second=44 amount=-3 -kerning first=1068 second=86 amount=-4 -kerning first=378 second=244 amount=-1 -kerning first=1178 second=8363 amount=-3 -kerning first=244 second=1140 amount=-4 -kerning first=192 second=336 amount=-2 -kerning first=1168 second=343 amount=-4 -kerning first=1046 second=291 amount=-2 -kerning first=1097 second=1162 amount=1 -kerning first=1095 second=358 amount=-3 -kerning first=910 second=45 amount=-3 -kerning first=84 second=235 amount=-5 -kerning first=233 second=1059 amount=-7 -kerning first=1145 second=162 amount=-1 -kerning first=102 second=269 amount=-1 -kerning first=1102 second=93 amount=-1 -kerning first=1164 second=186 amount=-2 -kerning first=1140 second=215 amount=-3 -kerning first=1040 second=1058 amount=-6 -kerning first=1128 second=8225 amount=-5 -kerning first=116 second=1166 amount=1 -kerning first=1055 second=301 amount=5 -kerning first=321 second=214 amount=-2 -kerning first=1107 second=1195 amount=-1 -kerning first=371 second=8221 amount=1 -kerning first=1084 second=89 amount=-6 -kerning first=1187 second=922 amount=1 -kerning first=913 second=927 amount=-2 -kerning first=95 second=1073 amount=-3 -kerning first=174 second=1145 amount=-2 -kerning first=355 second=70 amount=1 -kerning first=1061 second=1105 amount=-2 -kerning first=76 second=1138 amount=-2 -kerning first=932 second=216 amount=-2 -kerning first=1082 second=981 amount=-1 -kerning first=1086 second=1202 amount=-2 -kerning first=1168 second=169 amount=-2 -kerning first=372 second=326 amount=-2 -kerning first=89 second=194 amount=-5 -kerning first=1198 second=1060 amount=-3 -kerning first=1043 second=944 amount=-4 -kerning first=357 second=1178 amount=1 -kerning first=1027 second=243 amount=-5 -kerning first=118 second=229 amount=-1 -kerning first=1210 second=87 amount=-3 -kerning first=345 second=1237 amount=-1 -kerning first=902 second=1171 amount=-2 -kerning first=1034 second=93 amount=-1 -kerning first=1259 second=186 amount=-2 -kerning first=929 second=1235 amount=-1 -kerning first=297 second=1053 amount=3 -kerning first=237 second=165 amount=2 -kerning first=8222 second=1098 amount=-3 -kerning first=271 second=170 amount=3 -kerning first=311 second=1139 amount=-1 -kerning first=913 second=1267 amount=-4 -kerning first=87 second=1094 amount=-2 -kerning first=317 second=8225 amount=-6 -kerning first=1229 second=301 amount=5 -kerning first=8218 second=8216 amount=-8 -kerning first=321 second=1199 amount=-4 -kerning first=197 second=92 amount=-5 -kerning first=961 second=221 amount=-7 -kerning first=1099 second=125 amount=2 -kerning first=1102 second=1265 amount=-1 -kerning first=1270 second=252 amount=-5 -kerning first=92 second=355 amount=-2 -kerning first=89 second=234 amount=-6 -kerning first=1184 second=1110 amount=2 -kerning first=8370 second=1244 amount=-1 -kerning first=8249 second=192 amount=-2 -kerning first=1163 second=1115 amount=1 -kerning first=1096 second=84 amount=-3 -kerning first=89 second=1243 amount=-6 -kerning first=197 second=338 amount=-2 -kerning first=379 second=1242 amount=-2 -kerning first=1181 second=101 amount=-1 -kerning first=1251 second=358 amount=-3 -kerning first=260 second=8224 amount=-5 -kerning first=311 second=247 amount=-2 -kerning first=1257 second=121 amount=-1 -kerning first=1196 second=345 amount=-4 -kerning first=1043 second=335 amount=-5 -kerning first=258 second=216 amount=-2 -kerning first=84 second=343 amount=-4 -kerning first=1274 second=1179 amount=-4 -kerning first=102 second=1086 amount=-1 -kerning first=1034 second=1265 amount=-1 -kerning first=944 second=1200 amount=-4 -kerning first=89 second=1085 amount=-3 -kerning first=99 second=1197 amount=-1 -kerning first=195 second=1059 amount=-5 -kerning first=1194 second=297 amount=2 -kerning first=913 second=269 amount=-1 -kerning first=341 second=381 amount=-2 -kerning first=1242 second=1234 amount=-2 -kerning first=121 second=8363 amount=-1 -kerning first=8370 second=193 amount=-1 -kerning first=1171 second=981 amount=-1 -kerning first=1029 second=1232 amount=-1 -kerning first=959 second=65 amount=-2 -kerning first=1169 second=224 amount=-1 -kerning first=321 second=957 amount=-4 -kerning first=235 second=89 amount=-7 -kerning first=214 second=198 amount=-2 -kerning first=322 second=206 amount=2 -kerning first=1201 second=238 amount=3 -kerning first=1222 second=1039 amount=1 -kerning first=257 second=933 amount=-6 -kerning first=1205 second=304 amount=1 -kerning first=88 second=279 amount=-2 -kerning first=374 second=1234 amount=-5 -kerning first=1184 second=212 amount=-2 -kerning first=1012 second=8222 amount=-3 -kerning first=248 second=1263 amount=-1 -kerning first=1126 second=1257 amount=-1 -kerning first=8360 second=1059 amount=-5 -kerning first=222 second=8216 amount=-4 -kerning first=355 second=1198 amount=-1 -kerning first=1143 second=1108 amount=-1 -kerning first=84 second=169 amount=-2 -kerning first=210 second=256 amount=-2 -kerning first=1185 second=173 amount=-2 -kerning first=370 second=8218 amount=-5 -kerning first=345 second=246 amount=-1 -kerning first=358 second=336 amount=-2 -kerning first=104 second=939 amount=-6 -kerning first=1200 second=58 amount=-4 -kerning first=297 second=932 amount=6 -kerning first=282 second=239 amount=5 -kerning first=194 second=42 amount=-6 -kerning first=1050 second=213 amount=-2 -kerning first=1097 second=1225 amount=1 -kerning first=8224 second=1010 amount=-2 -kerning first=1101 second=1140 amount=-4 -kerning first=372 second=260 amount=-4 -kerning first=221 second=228 amount=-6 -kerning first=122 second=963 amount=-1 -kerning first=380 second=248 amount=-1 -kerning first=242 second=1098 amount=-2 -kerning first=910 second=1082 amount=-3 -kerning first=252 second=354 amount=-3 -kerning first=8244 second=43 amount=-2 -kerning first=193 second=211 amount=-2 -kerning first=1143 second=1032 amount=-4 -kerning first=1243 second=253 amount=-1 -kerning first=1269 second=221 amount=-6 -kerning first=319 second=939 amount=-2 -kerning first=1200 second=932 amount=3 -kerning first=1265 second=356 amount=-2 -kerning first=1058 second=927 amount=-2 -kerning first=915 second=1233 amount=-5 -kerning first=8217 second=349 amount=-5 -kerning first=243 second=8216 amount=-4 -kerning first=1017 second=1046 amount=-1 -kerning first=271 second=1011 amount=2 -kerning first=195 second=291 amount=-1 -kerning first=187 second=1040 amount=-2 -kerning first=1187 second=1025 amount=1 -kerning first=1273 second=1140 amount=-3 -kerning first=1104 second=1265 amount=-1 -kerning first=1072 second=1143 amount=-1 -kerning first=345 second=8217 amount=1 -kerning first=67 second=1276 amount=-1 -kerning first=1244 second=1193 amount=-2 -kerning first=918 second=927 amount=-2 -kerning first=1050 second=118 amount=-3 -kerning first=1270 second=288 amount=-2 -kerning first=1033 second=1140 amount=-4 -kerning first=1128 second=79 amount=-2 -kerning first=75 second=336 amount=-2 -kerning first=357 second=1045 amount=1 -kerning first=239 second=92 amount=5 -kerning first=1162 second=206 amount=2 -kerning first=193 second=119 amount=-4 -kerning first=95 second=199 amount=-3 -kerning first=1050 second=1201 amount=-3 -kerning first=1141 second=1095 amount=-1 -kerning first=1091 second=1076 amount=-3 -kerning first=1058 second=1267 amount=-4 -kerning first=1036 second=245 amount=-3 -kerning first=1075 second=275 amount=-1 -kerning first=1168 second=210 amount=-2 -kerning first=354 second=1179 amount=-4 -kerning first=1199 second=244 amount=-1 -kerning first=1228 second=1185 amount=-2 -kerning first=1094 second=919 amount=1 -kerning first=332 second=1035 amount=-2 -kerning first=913 second=1086 amount=-1 -kerning first=122 second=243 amount=-1 -kerning first=376 second=59 amount=-4 -kerning first=8230 second=933 amount=-4 -kerning first=1086 second=118 amount=-1 -kerning first=1059 second=971 amount=-3 -kerning first=902 second=1091 amount=-4 -kerning first=1265 second=902 amount=-4 -kerning first=1040 second=182 amount=-1 -kerning first=963 second=46 amount=-5 -kerning first=270 second=372 amount=-1 -kerning first=365 second=1026 amount=-3 -kerning first=1086 second=1201 amount=-1 -kerning first=1191 second=1197 amount=-4 -kerning first=317 second=79 amount=-2 -kerning first=8244 second=1236 amount=-9 -kerning first=356 second=1258 amount=-2 -kerning first=251 second=8220 amount=-3 -kerning first=339 second=1078 amount=-1 -kerning first=1199 second=8222 amount=-5 -kerning first=123 second=309 amount=1 -kerning first=8224 second=339 amount=-2 -kerning first=1040 second=939 amount=-5 -kerning first=1198 second=226 amount=-6 -kerning first=1263 second=97 amount=-1 -kerning first=1043 second=1104 amount=-5 -kerning first=350 second=192 amount=-1 -kerning first=377 second=299 amount=5 -kerning first=330 second=300 amount=2 -kerning first=1078 second=966 amount=-1 -kerning first=277 second=118 amount=-1 -kerning first=1077 second=1140 amount=-3 -kerning first=1205 second=1172 amount=1 -kerning first=253 second=46 amount=-2 -kerning first=1200 second=285 amount=-6 -kerning first=933 second=216 amount=-3 -kerning first=359 second=270 amount=1 -kerning first=1058 second=269 amount=-5 -kerning first=321 second=354 amount=-6 -kerning first=1241 second=923 amount=-2 -kerning first=1111 second=1026 amount=6 -kerning first=8249 second=221 amount=-4 -kerning first=213 second=1066 amount=-2 -kerning first=277 second=1201 amount=-1 -kerning first=95 second=49 amount=-7 -kerning first=1267 second=335 amount=-1 -kerning first=971 second=1196 amount=-3 -kerning first=80 second=1233 amount=-1 -kerning first=1116 second=1010 amount=-1 -kerning first=281 second=1078 amount=-1 -kerning first=1059 second=337 amount=-6 -kerning first=902 second=231 amount=-1 -kerning first=1205 second=66 amount=1 -kerning first=71 second=1200 amount=-2 -kerning first=8353 second=65 amount=-1 -kerning first=1043 second=1114 amount=-4 -kerning first=1027 second=347 amount=-5 -kerning first=106 second=41 amount=2 -kerning first=959 second=174 amount=-1 -kerning first=118 second=279 amount=-1 -kerning first=1200 second=162 amount=-6 -kerning first=1225 second=302 amount=1 -kerning first=92 second=1198 amount=-5 -kerning first=293 second=1204 amount=-3 -kerning first=1178 second=216 amount=-2 -kerning first=297 second=1184 amount=3 -kerning first=88 second=1195 amount=-2 -kerning first=68 second=354 amount=-2 -kerning first=357 second=358 amount=-2 -kerning first=1046 second=1054 amount=-2 -kerning first=211 second=194 amount=-2 -kerning first=40 second=1112 amount=1 -kerning first=957 second=277 amount=-1 -kerning first=1196 second=211 amount=-2 -kerning first=375 second=1257 amount=-1 -kerning first=8370 second=374 amount=-2 -kerning first=920 second=1236 amount=-2 -kerning first=196 second=1258 amount=-2 -kerning first=84 second=210 amount=-2 -kerning first=959 second=935 amount=-2 -kerning first=256 second=1213 amount=-2 -kerning first=1168 second=1259 amount=-5 -kerning first=8225 second=265 amount=-2 -kerning first=1113 second=1098 amount=-4 -kerning first=1186 second=1211 amount=1 -kerning first=321 second=913 amount=2 -kerning first=301 second=905 amount=3 -kerning first=44 second=1066 amount=-2 -kerning first=1111 second=297 amount=3 -kerning first=194 second=213 amount=-2 -kerning first=1163 second=1231 amount=1 -kerning first=174 second=1233 amount=-1 -kerning first=86 second=261 amount=-4 -kerning first=1114 second=8216 amount=-5 -kerning first=104 second=967 amount=-1 -kerning first=1020 second=1198 amount=-7 -kerning first=376 second=291 amount=-6 -kerning first=1056 second=1237 amount=-1 -kerning first=1083 second=1200 amount=-6 -kerning first=1093 second=932 amount=-3 -kerning first=1035 second=49 amount=-3 -kerning first=1270 second=65 amount=-6 -kerning first=1196 second=119 amount=-4 -kerning first=173 second=1249 amount=-1 -kerning first=335 second=1236 amount=-2 -kerning first=1043 second=353 amount=-5 -kerning first=1057 second=297 amount=2 -kerning first=303 second=87 amount=2 -kerning first=1080 second=1185 amount=-2 -kerning first=70 second=287 amount=-3 -kerning first=110 second=372 amount=-3 -kerning first=310 second=211 amount=-2 -kerning first=68 second=913 amount=-2 -kerning first=1058 second=1086 amount=-5 -kerning first=267 second=933 amount=-4 -kerning first=194 second=118 amount=-4 -kerning first=1163 second=45 amount=-1 -kerning first=1226 second=356 amount=-2 -kerning first=373 second=196 amount=-4 -kerning first=360 second=8222 amount=-5 -kerning first=1068 second=8216 amount=-4 -kerning first=182 second=207 amount=2 -kerning first=1225 second=43 amount=-1 -kerning first=8244 second=251 amount=-3 -kerning first=244 second=1058 amount=-3 -kerning first=65 second=94 amount=-6 -kerning first=192 second=36 amount=-1 -kerning first=1274 second=214 amount=-2 -kerning first=356 second=1080 amount=-4 -kerning first=1116 second=339 amount=-1 -kerning first=1201 second=248 amount=-1 -kerning first=194 second=1201 amount=-4 -kerning first=1205 second=1052 amount=1 -kerning first=1270 second=101 amount=-5 -kerning first=253 second=103 amount=-1 -kerning first=372 second=946 amount=-2 -kerning first=89 second=334 amount=-3 -kerning first=351 second=374 amount=-5 -kerning first=1186 second=323 amount=1 -kerning first=379 second=262 amount=-2 -kerning first=1163 second=80 amount=1 -kerning first=1232 second=170 amount=-5 -kerning first=310 second=119 amount=-4 -kerning first=76 second=1012 amount=-2 -kerning first=344 second=933 amount=-2 -kerning first=1018 second=297 amount=5 -kerning first=1222 second=1024 amount=1 -kerning first=1215 second=932 amount=-3 -kerning first=334 second=1234 amount=-2 -kerning first=1226 second=1168 amount=1 -kerning first=373 second=235 amount=-1 -kerning first=284 second=1046 amount=-1 -kerning first=1198 second=1254 amount=-3 -kerning first=1126 second=1108 amount=-1 -kerning first=8370 second=1111 amount=2 -kerning first=1089 second=1035 amount=-5 -kerning first=76 second=358 amount=-6 -kerning first=55 second=1239 amount=-3 -kerning first=363 second=8217 amount=1 -kerning first=932 second=1191 amount=-4 -kerning first=230 second=932 amount=-3 -kerning first=102 second=227 amount=-1 -kerning first=8225 second=1139 amount=-2 -kerning first=47 second=44 amount=-3 -kerning first=1091 second=299 amount=3 -kerning first=176 second=38 amount=-2 -kerning first=326 second=1267 amount=-1 -kerning first=1193 second=1279 amount=-1 -kerning first=1198 second=1144 amount=-3 -kerning first=1128 second=8244 amount=-7 -kerning first=301 second=84 amount=6 -kerning first=84 second=1259 amount=-5 -kerning first=1219 second=301 amount=2 -kerning first=1274 second=1199 amount=-4 -kerning first=1234 second=277 amount=-1 -kerning first=186 second=256 amount=-5 -kerning first=1271 second=173 amount=-1 -kerning first=1267 second=1104 amount=-1 -kerning first=1061 second=231 amount=-2 -kerning first=89 second=1273 amount=-3 -kerning first=8250 second=1276 amount=-3 -kerning first=1086 second=356 amount=-3 -kerning first=1059 second=1105 amount=-6 -kerning first=1194 second=1061 amount=-1 -kerning first=1097 second=349 amount=-1 -kerning first=1099 second=239 amount=3 -kerning first=1093 second=285 amount=-1 -kerning first=1040 second=967 amount=-4 -kerning first=1128 second=84 amount=-6 -kerning first=221 second=1179 amount=-3 -kerning first=1020 second=1175 amount=-1 -kerning first=88 second=1194 amount=-2 -kerning first=915 second=1094 amount=-4 -kerning first=56 second=8222 amount=-3 -kerning first=260 second=337 amount=-1 -kerning first=972 second=8225 amount=-2 -kerning first=1016 second=197 amount=-2 -kerning first=1233 second=92 amount=-3 -kerning first=118 second=1195 amount=-1 -kerning first=186 second=281 amount=-2 -kerning first=45 second=358 amount=-3 -kerning first=317 second=8244 amount=-3 -kerning first=263 second=1066 amount=-5 -kerning first=55 second=74 amount=-6 -kerning first=277 second=356 amount=-3 -kerning first=356 second=172 amount=-3 -kerning first=212 second=196 amount=-2 -kerning first=1277 second=100 amount=-1 -kerning first=1064 second=239 amount=5 -kerning first=1270 second=341 amount=-4 -kerning first=1093 second=162 amount=-1 -kerning first=1279 second=289 amount=-1 -kerning first=374 second=1258 amount=-3 -kerning first=8353 second=935 amount=-1 -kerning first=333 second=1278 amount=-2 -kerning first=195 second=1054 amount=-2 -kerning first=354 second=214 amount=-2 -kerning first=177 second=372 amount=-4 -kerning first=1274 second=957 amount=-4 -kerning first=214 second=1244 amount=-2 -kerning first=317 second=84 amount=-6 -kerning first=1086 second=902 amount=-2 -kerning first=101 second=1141 amount=-1 -kerning first=38 second=910 amount=-5 -kerning first=211 second=376 amount=-3 -kerning first=1170 second=1277 amount=-3 -kerning first=119 second=1204 amount=-3 -kerning first=1164 second=1040 amount=-2 -kerning first=341 second=43 amount=-2 -kerning first=1140 second=256 amount=-5 -kerning first=1263 second=1089 amount=-1 -kerning first=324 second=1026 amount=-3 -kerning first=1107 second=287 amount=-1 -kerning first=299 second=918 amount=6 -kerning first=1180 second=335 amount=-3 -kerning first=1222 second=1196 amount=-2 -kerning first=1181 second=1257 amount=-1 -kerning first=1202 second=173 amount=-4 -kerning first=337 second=923 amount=-2 -kerning first=359 second=919 amount=1 -kerning first=119 second=1232 amount=-4 -kerning first=1096 second=1118 amount=-1 -kerning first=241 second=86 amount=-3 -kerning first=1118 second=945 amount=-1 -kerning first=353 second=174 amount=-1 -kerning first=355 second=1252 amount=1 -kerning first=214 second=193 amount=-2 -kerning first=354 second=1199 amount=-4 -kerning first=187 second=1198 amount=-6 -kerning first=1259 second=1040 amount=-2 -kerning first=286 second=354 amount=-2 -kerning first=253 second=259 amount=-1 -kerning first=1140 second=281 amount=-4 -kerning first=1101 second=1058 amount=-3 -kerning first=1128 second=1239 amount=-1 -kerning first=1175 second=932 amount=-3 -kerning first=336 second=1059 amount=-3 -kerning first=1069 second=1236 amount=-2 -kerning first=86 second=197 amount=-5 -kerning first=1225 second=1018 amount=1 -kerning first=1244 second=1010 amount=-2 -kerning first=65 second=214 amount=-2 -kerning first=183 second=92 amount=-2 -kerning first=215 second=354 amount=-4 -kerning first=1273 second=1058 amount=-3 -kerning first=290 second=299 amount=2 -kerning first=87 second=183 amount=-2 -kerning first=965 second=8244 amount=1 -kerning first=935 second=289 amount=-2 -kerning first=910 second=971 amount=-3 -kerning first=1145 second=940 amount=-1 -kerning first=257 second=1204 amount=-3 -kerning first=1191 second=253 amount=-2 -kerning first=1033 second=1058 amount=-3 -kerning first=254 second=1035 amount=-3 -kerning first=908 second=1026 amount=-2 -kerning first=194 second=356 amount=-6 -kerning first=1179 second=103 amount=-1 -kerning first=341 second=1236 amount=-3 -kerning first=86 second=275 amount=-4 -kerning first=965 second=84 amount=-3 -kerning first=375 second=1108 amount=-1 -kerning first=328 second=1091 amount=-1 -kerning first=1166 second=923 amount=-5 -kerning first=333 second=260 amount=-2 -kerning first=1176 second=8222 amount=-3 -kerning first=1230 second=354 amount=-2 -kerning first=1168 second=1193 amount=-5 -kerning first=354 second=957 amount=-4 -kerning first=286 second=913 amount=-1 -kerning first=1263 second=1145 amount=-1 -kerning first=1217 second=199 amount=-2 -kerning first=1027 second=99 amount=-5 -kerning first=8221 second=250 amount=-3 -kerning first=1143 second=1255 amount=-1 -kerning first=65 second=1199 amount=-4 -kerning first=375 second=1032 amount=-4 -kerning first=115 second=221 amount=-5 -kerning first=169 second=1278 amount=-2 -kerning first=89 second=8230 amount=-4 -kerning first=244 second=939 amount=-7 -kerning first=374 second=1080 amount=-3 -kerning first=1058 second=371 amount=-5 -kerning first=915 second=941 amount=-8 -kerning first=260 second=1105 amount=-1 -kerning first=311 second=283 amount=-1 -kerning first=71 second=303 amount=2 -kerning first=1278 second=1256 amount=-2 -kerning first=1188 second=923 amount=-6 -kerning first=239 second=925 amount=3 -kerning first=910 second=337 amount=-6 -kerning first=233 second=372 amount=-3 -kerning first=1241 second=1217 amount=-2 -kerning first=1230 second=1041 amount=1 -kerning first=229 second=89 amount=-6 -kerning first=1059 second=951 amount=-3 -kerning first=1040 second=183 amount=-2 -kerning first=923 second=289 amount=-1 -kerning first=372 second=966 amount=-4 -kerning first=1074 second=1059 amount=-5 -kerning first=181 second=8216 amount=-3 -kerning first=1175 second=285 amount=-1 -kerning first=1124 second=1236 amount=-1 -kerning first=1090 second=242 amount=-1 -kerning first=1203 second=269 amount=-1 -kerning first=345 second=253 amount=1 -kerning first=1077 second=1058 amount=-3 -kerning first=287 second=1035 amount=-3 -kerning first=1106 second=221 amount=-6 -kerning first=1102 second=1278 amount=-2 -kerning first=376 second=1054 amount=-3 -kerning first=74 second=8230 amount=-2 -kerning first=1244 second=339 amount=-2 -kerning first=1186 second=1043 amount=1 -kerning first=933 second=1191 amount=-3 -kerning first=1168 second=1109 amount=-5 -kerning first=187 second=1175 amount=-2 -kerning first=1167 second=1267 amount=-1 -kerning first=1094 second=320 amount=1 -kerning first=109 second=84 amount=-3 -kerning first=8221 second=261 amount=-4 -kerning first=333 second=1090 amount=-2 -kerning first=8230 second=1204 amount=-2 -kerning first=65 second=957 amount=-4 -kerning first=192 second=1242 amount=-2 -kerning first=1180 second=1104 amount=-3 -kerning first=212 second=89 amount=-3 -kerning first=1277 second=1026 amount=-3 -kerning first=1026 second=194 amount=-2 -kerning first=1265 second=267 amount=-1 -kerning first=116 second=356 amount=-2 -kerning first=1058 second=227 amount=-5 -kerning first=1241 second=192 amount=-2 -kerning first=1057 second=1061 amount=-1 -kerning first=1175 second=162 amount=-1 -kerning first=1187 second=1049 amount=1 -kerning first=1226 second=917 amount=1 -kerning first=1034 second=1278 amount=-2 -kerning first=1126 second=908 amount=-2 -kerning first=355 second=1186 amount=1 -kerning first=293 second=1200 amount=-6 -kerning first=8244 second=277 amount=-4 -kerning first=197 second=335 amount=-1 -kerning first=256 second=100 amount=-1 -kerning first=932 second=927 amount=-2 -kerning first=1274 second=913 amount=-6 -kerning first=224 second=374 amount=-6 -kerning first=1188 second=8370 amount=-2 -kerning first=357 second=1048 amount=1 -kerning first=1163 second=270 amount=1 -kerning first=213 second=65 amount=-2 -kerning first=84 second=1193 amount=-5 -kerning first=1138 second=1026 amount=-2 -kerning first=102 second=1092 amount=-1 -kerning first=1232 second=966 amount=-1 -kerning first=1276 second=1256 amount=-2 -kerning first=1200 second=1075 amount=-3 -kerning first=76 second=266 amount=-2 -kerning first=8220 second=258 amount=-6 -kerning first=374 second=172 amount=-3 -kerning first=116 second=1168 amount=1 -kerning first=1036 second=375 amount=-3 -kerning first=321 second=1263 amount=-4 -kerning first=209 second=296 amount=2 -kerning first=1226 second=318 amount=1 -kerning first=1207 second=292 amount=1 -kerning first=169 second=260 amount=-2 -kerning first=221 second=214 amount=-3 -kerning first=245 second=1203 amount=-1 -kerning first=916 second=170 amount=-5 -kerning first=8244 second=1189 amount=-1 -kerning first=225 second=375 amount=-1 -kerning first=214 second=374 amount=-3 -kerning first=932 second=1267 amount=-4 -kerning first=1230 second=1103 amount=-1 -kerning first=1189 second=945 amount=-1 -kerning first=88 second=1138 amount=-2 -kerning first=315 second=908 amount=-2 -kerning first=939 second=963 amount=-6 -kerning first=1122 second=1277 amount=-1 -kerning first=195 second=372 amount=-4 -kerning first=1220 second=358 amount=-3 -kerning first=112 second=1026 amount=-3 -kerning first=1203 second=1086 amount=-1 -kerning first=174 second=939 amount=-1 -kerning first=343 second=923 amount=-3 -kerning first=1102 second=260 amount=-2 -kerning first=1188 second=181 amount=-5 -kerning first=8360 second=372 amount=-2 -kerning first=8221 second=331 amount=-1 -kerning first=333 second=170 amount=-2 -kerning first=355 second=8221 amount=2 -kerning first=258 second=927 amount=-2 -kerning first=84 second=1109 amount=-5 -kerning first=1139 second=86 amount=-4 -kerning first=1274 second=1103 amount=-5 -kerning first=1072 second=118 amount=-1 -kerning first=1058 second=328 amount=-4 -kerning first=922 second=963 amount=-3 -kerning first=915 second=967 amount=-4 -kerning first=301 second=314 amount=3 -kerning first=1101 second=939 amount=-7 -kerning first=1072 second=1201 amount=-1 -kerning first=122 second=99 amount=-1 -kerning first=910 second=1105 amount=-6 -kerning first=1058 second=1279 amount=-3 -kerning first=1274 second=308 amount=-6 -kerning first=356 second=965 amount=-4 -kerning first=932 second=269 amount=-5 -kerning first=1181 second=1108 amount=-1 -kerning first=1145 second=1237 amount=-1 -kerning first=260 second=1171 amount=-2 -kerning first=1034 second=260 amount=-2 -kerning first=114 second=1207 amount=-1 -kerning first=255 second=337 amount=-1 -kerning first=253 second=273 amount=-1 -kerning first=88 second=287 amount=-2 -kerning first=372 second=1060 amount=-2 -kerning first=939 second=243 amount=-6 -kerning first=1043 second=43 amount=-3 -kerning first=354 second=913 amount=-6 -kerning first=302 second=299 amount=5 -kerning first=234 second=86 amount=-3 -kerning first=258 second=1267 amount=-4 -kerning first=1273 second=939 amount=-6 -kerning first=1270 second=1257 amount=-5 -kerning first=1265 second=177 amount=-3 -kerning first=1279 second=1196 amount=-3 -kerning first=244 second=967 amount=-1 -kerning first=267 second=1204 amount=-5 -kerning first=65 second=354 amount=-6 -kerning first=913 second=1092 amount=-1 -kerning first=1033 second=939 amount=-7 -kerning first=1196 second=97 amount=-5 -kerning first=358 second=1242 amount=-2 -kerning first=248 second=258 amount=-2 -kerning first=1027 second=198 amount=-6 -kerning first=380 second=959 amount=-1 -kerning first=55 second=263 amount=-3 -kerning first=1185 second=84 amount=-4 -kerning first=107 second=8249 amount=-3 -kerning first=1086 second=93 amount=-1 -kerning first=1207 second=1027 amount=1 -kerning first=373 second=1259 amount=-1 -kerning first=1102 second=1090 amount=-2 -kerning first=92 second=963 amount=-1 -kerning first=922 second=243 amount=-3 -kerning first=8217 second=249 amount=-3 -kerning first=1188 second=1116 amount=-4 -kerning first=1107 second=358 amount=-2 -kerning first=195 second=299 amount=3 -kerning first=1187 second=294 amount=1 -kerning first=1117 second=932 amount=-3 -kerning first=240 second=196 amount=-2 -kerning first=1118 second=111 amount=-1 -kerning first=245 second=910 amount=-7 -kerning first=301 second=1120 amount=3 -kerning first=1253 second=1091 amount=-1 -kerning first=197 second=1104 amount=-1 -kerning first=356 second=333 amount=-5 -kerning first=1076 second=95 amount=3 -kerning first=1050 second=1265 amount=-3 -kerning first=1059 second=231 amount=-6 -kerning first=87 second=1253 amount=-2 -kerning first=966 second=375 amount=-1 -kerning first=1122 second=933 amount=-7 -kerning first=204 second=303 amount=2 -kerning first=258 second=269 amount=-1 -kerning first=126 second=1140 amount=-2 -kerning first=1034 second=1090 amount=-2 -kerning first=1026 second=376 amount=-7 -kerning first=1232 second=1060 amount=-2 -kerning first=1164 second=1198 amount=-7 -kerning first=1200 second=940 amount=-6 -kerning first=75 second=1242 amount=-2 -kerning first=915 second=974 amount=-8 -kerning first=1010 second=89 amount=-4 -kerning first=1241 second=221 amount=-7 -kerning first=354 second=1103 amount=-5 -kerning first=1094 second=304 amount=1 -kerning first=943 second=45 amount=-2 -kerning first=957 second=932 amount=-2 -kerning first=1126 second=1255 amount=-1 -kerning first=1043 second=1236 amount=-6 -kerning first=8221 second=197 amount=-9 -kerning first=347 second=1198 amount=-5 -kerning first=337 second=1217 amount=-2 -kerning first=256 second=1026 amount=-6 -kerning first=107 second=1035 amount=-4 -kerning first=356 second=8218 amount=-8 -kerning first=932 second=1086 amount=-5 -kerning first=1086 second=1265 amount=-1 -kerning first=1145 second=246 amount=-1 -kerning first=1222 second=52 amount=-1 -kerning first=211 second=8230 amount=-3 -kerning first=1077 second=939 amount=-7 -kerning first=1200 second=264 amount=-3 -kerning first=1279 second=271 amount=-1 -kerning first=92 second=243 amount=-1 -kerning first=1115 second=932 amount=-3 -kerning first=1128 second=1118 amount=-4 -kerning first=1055 second=206 amount=2 -kerning first=1184 second=100 amount=-3 -kerning first=8217 second=257 amount=-4 -kerning first=1017 second=239 amount=2 -kerning first=1027 second=8353 amount=-2 -kerning first=354 second=308 amount=-6 -kerning first=972 second=84 amount=-3 -kerning first=259 second=255 amount=-1 -kerning first=213 second=935 amount=-2 -kerning first=1224 second=1140 amount=-3 -kerning first=86 second=336 amount=-2 -kerning first=1259 second=1198 amount=-7 -kerning first=110 second=1098 amount=-2 -kerning first=297 second=236 amount=6 -kerning first=321 second=247 amount=-3 -kerning first=8217 second=1153 amount=-4 -kerning first=192 second=86 amount=-5 -kerning first=256 second=67 amount=-2 -kerning first=1222 second=1037 amount=1 -kerning first=1050 second=267 amount=-3 -kerning first=120 second=356 amount=-3 -kerning first=913 second=186 amount=-5 -kerning first=1263 second=1233 amount=-1 -kerning first=241 second=8216 amount=-3 -kerning first=1254 second=910 amount=-3 -kerning first=1188 second=110 amount=-4 -kerning first=8221 second=275 amount=-4 -kerning first=48 second=8220 amount=-3 -kerning first=196 second=333 amount=-1 -kerning first=193 second=1089 amount=-1 -kerning first=1243 second=1185 amount=-2 -kerning first=1185 second=1239 amount=-1 -kerning first=228 second=221 amount=-6 -kerning first=277 second=1265 amount=-1 -kerning first=170 second=1232 amount=-5 -kerning first=1102 second=170 amount=-2 -kerning first=165 second=307 amount=2 -kerning first=92 second=8221 amount=-7 -kerning first=337 second=192 amount=-2 -kerning first=933 second=927 amount=-3 -kerning first=231 second=374 amount=-4 -kerning first=1104 second=1090 amount=-1 -kerning first=1278 second=1017 amount=-2 -kerning first=358 second=1074 amount=-4 -kerning first=104 second=92 amount=-3 -kerning first=8216 second=256 amount=-6 -kerning first=317 second=1118 amount=-4 -kerning first=1229 second=206 amount=2 -kerning first=65 second=1103 amount=-1 -kerning first=192 second=945 amount=-1 -kerning first=197 second=353 amount=-1 -kerning first=256 second=297 amount=3 -kerning first=1230 second=316 amount=1 -kerning first=902 second=279 amount=-1 -kerning first=8225 second=258 amount=-5 -kerning first=1205 second=203 amount=1 -kerning first=255 second=1105 amount=-1 -kerning first=1257 second=8224 amount=-2 -kerning first=1202 second=79 amount=-2 -kerning first=1186 second=278 amount=1 -kerning first=1128 second=263 amount=-1 -kerning first=8221 second=1187 amount=-1 -kerning first=947 second=8220 amount=-4 -kerning first=1163 second=919 amount=1 -kerning first=258 second=1086 amount=-1 -kerning first=118 second=287 amount=-1 -kerning first=257 second=1200 amount=-6 -kerning first=36 second=1232 amount=-1 -kerning first=1034 second=170 amount=-2 -kerning first=908 second=1061 amount=-2 -kerning first=923 second=1196 amount=-6 -kerning first=1178 second=927 amount=-2 -kerning first=297 second=330 amount=3 -kerning first=82 second=374 amount=-2 -kerning first=359 second=320 amount=1 -kerning first=1058 second=1092 amount=-5 -kerning first=315 second=126 amount=-3 -kerning first=915 second=183 amount=-3 -kerning first=321 second=1028 amount=-2 -kerning first=192 second=262 amount=-2 -kerning first=1168 second=1010 amount=-5 -kerning first=260 second=1091 amount=-4 -kerning first=1257 second=88 amount=-2 -kerning first=957 second=285 amount=-1 -kerning first=1101 second=967 amount=-1 -kerning first=935 second=271 amount=-2 -kerning first=221 second=354 amount=3 -kerning first=333 second=120 amount=-1 -kerning first=910 second=951 amount=-3 -kerning first=355 second=347 amount=-1 -kerning first=378 second=1153 amount=-1 -kerning first=196 second=1029 amount=-1 -kerning first=225 second=1066 amount=-3 -kerning first=1072 second=356 amount=-3 -kerning first=1092 second=1197 amount=-2 -kerning first=8225 second=283 amount=-2 -kerning first=1164 second=1175 amount=-1 -kerning first=253 second=240 amount=-1 -kerning first=1279 second=113 amount=-1 -kerning first=116 second=917 amount=1 -kerning first=1111 second=311 amount=3 -kerning first=1179 second=273 amount=-1 -kerning first=1273 second=967 amount=-1 -kerning first=1234 second=932 amount=-6 -kerning first=87 second=338 amount=-2 -kerning first=1166 second=192 amount=-5 -kerning first=1178 second=1267 amount=-3 -kerning first=356 second=1077 amount=-5 -kerning first=275 second=1140 amount=-3 -kerning first=1094 second=1172 amount=1 -kerning first=1033 second=967 amount=-1 -kerning first=957 second=162 amount=-1 -kerning first=1198 second=242 amount=-6 -kerning first=372 second=226 amount=-4 -kerning first=1043 second=251 amount=-5 -kerning first=299 second=305 amount=6 -kerning first=8218 second=1143 amount=-3 -kerning first=193 second=1145 amount=-1 -kerning first=1197 second=97 amount=-1 -kerning first=1259 second=1175 amount=-1 -kerning first=1232 second=359 amount=-2 -kerning first=1276 second=1017 amount=-2 -kerning first=98 second=197 amount=-2 -kerning first=374 second=965 amount=-3 -kerning first=981 second=255 amount=-1 -kerning first=933 second=269 amount=-6 -kerning first=116 second=318 amount=1 -kerning first=260 second=231 amount=-1 -kerning first=194 second=1265 amount=-4 -kerning first=1094 second=66 amount=1 -kerning first=341 second=277 amount=-1 -kerning first=240 second=89 amount=-7 -kerning first=182 second=1031 amount=2 -kerning first=221 second=913 amount=-5 -kerning first=1188 second=192 amount=-6 -kerning first=1118 second=1209 amount=-1 -kerning first=1211 second=86 amount=-3 -kerning first=245 second=1093 amount=-1 -kerning first=1243 second=1276 amount=-2 -kerning first=1201 second=959 amount=-1 -kerning first=1189 second=111 amount=-1 -kerning first=1050 second=177 amount=-2 -kerning first=970 second=47 amount=-2 -kerning first=1093 second=940 amount=-1 -kerning first=103 second=1204 amount=-3 -kerning first=1040 second=92 amount=-5 -kerning first=923 second=271 amount=-1 -kerning first=939 second=347 amount=-4 -kerning first=349 second=358 amount=-5 -kerning first=1109 second=8218 amount=-3 -kerning first=8230 second=1200 amount=-4 -kerning first=1213 second=374 amount=-7 -kerning first=375 second=1255 amount=-1 -kerning first=1267 second=1236 amount=-4 -kerning first=1026 second=373 amount=-1 -kerning first=1256 second=197 amount=-2 -kerning first=1178 second=269 amount=-3 -kerning first=82 second=1111 amount=3 -kerning first=1168 second=339 amount=-5 -kerning first=1097 second=1229 amount=1 -kerning first=1040 second=338 amount=-2 -kerning first=1196 second=1089 amount=-5 -kerning first=66 second=299 amount=2 -kerning first=935 second=113 amount=-2 -kerning first=1188 second=232 amount=-5 -kerning first=80 second=183 amount=-2 -kerning first=299 second=327 amount=3 -kerning first=196 second=1077 amount=-1 -kerning first=84 second=1010 amount=-5 -kerning first=1274 second=1263 amount=-4 -kerning first=1201 second=60 amount=-2 -kerning first=1077 second=967 amount=-1 -kerning first=1270 second=1108 amount=-5 -kerning first=1200 second=1237 amount=-6 -kerning first=923 second=1275 amount=-2 -kerning first=374 second=333 amount=-6 -kerning first=1263 second=1058 amount=-2 -kerning first=382 second=1035 amount=-2 -kerning first=194 second=267 amount=-1 -kerning first=1170 second=1232 amount=-6 -kerning first=1095 second=375 amount=-1 -kerning first=283 second=1197 amount=-1 -kerning first=1138 second=1061 amount=-2 -kerning first=1234 second=285 amount=-1 -kerning first=358 second=945 amount=-5 -kerning first=1061 second=279 amount=-2 -kerning first=305 second=93 amount=2 -kerning first=1011 second=309 amount=3 -kerning first=356 second=351 amount=-5 -kerning first=1082 second=963 amount=-1 -kerning first=1046 second=1098 amount=-3 -kerning first=373 second=1193 amount=-1 -kerning first=1270 second=1032 amount=-6 -kerning first=109 second=1118 amount=-1 -kerning first=1242 second=8218 amount=-3 -kerning first=88 second=1012 amount=-2 -kerning first=1184 second=67 amount=-2 -kerning first=8217 second=194 amount=-9 -kerning first=221 second=1103 amount=-4 -kerning first=966 second=1066 amount=-3 -kerning first=1188 second=1084 amount=-4 -kerning first=1027 second=241 amount=-4 -kerning first=1275 second=356 amount=-2 -kerning first=193 second=1140 amount=-5 -kerning first=214 second=46 amount=-3 -kerning first=212 second=1046 amount=-2 -kerning first=94 second=197 amount=-6 -kerning first=358 second=262 amount=-2 -kerning first=102 second=981 amount=-1 -kerning first=1271 second=84 amount=-2 -kerning first=902 second=1195 amount=-1 -kerning first=1200 second=961 amount=-3 -kerning first=1225 second=202 amount=1 -kerning first=310 second=1089 amount=-3 -kerning first=246 second=1035 amount=-3 -kerning first=374 second=8218 amount=-7 -kerning first=337 second=221 amount=-7 -kerning first=933 second=1086 amount=-6 -kerning first=1036 second=252 amount=-2 -kerning first=301 second=1190 amount=3 -kerning first=243 second=1143 amount=-1 -kerning first=195 second=34 amount=-5 -kerning first=1226 second=1211 amount=1 -kerning first=1094 second=1052 amount=1 -kerning first=112 second=1061 amount=-2 -kerning first=261 second=1196 amount=-3 -kerning first=284 second=239 amount=2 -kerning first=1234 second=162 amount=-1 -kerning first=87 second=1163 amount=-2 -kerning first=186 second=289 amount=-2 -kerning first=221 second=308 amount=-2 -kerning first=239 second=381 amount=6 -kerning first=1244 second=1057 amount=-2 -kerning first=1274 second=265 amount=-5 -kerning first=932 second=371 amount=-5 -kerning first=1102 second=120 amount=-1 -kerning first=92 second=347 amount=-1 -kerning first=923 second=113 amount=-1 -kerning first=75 second=945 amount=-3 -kerning first=1184 second=297 amount=5 -kerning first=8217 second=234 amount=-4 -kerning first=931 second=45 amount=-2 -kerning first=1139 second=8216 amount=-4 -kerning first=242 second=195 amount=-2 -kerning first=1178 second=1086 amount=-3 -kerning first=8217 second=1243 amount=-4 -kerning first=1082 second=243 amount=-1 -kerning first=343 second=192 amount=-3 -kerning first=210 second=1196 amount=-2 -kerning first=372 second=1254 amount=-2 -kerning first=1196 second=1145 amount=-5 -kerning first=75 second=262 amount=-2 -kerning first=295 second=84 amount=-3 -kerning first=196 second=351 amount=-1 -kerning first=84 second=339 amount=-5 -kerning first=233 second=1098 amount=-1 -kerning first=336 second=372 amount=-1 -kerning first=1034 second=120 amount=-1 -kerning first=961 second=1026 amount=-3 -kerning first=1200 second=246 amount=-6 -kerning first=372 second=1144 amount=-2 -kerning first=914 second=297 amount=2 -kerning first=359 second=304 amount=1 -kerning first=8217 second=1085 amount=-1 -kerning first=1251 second=375 amount=-1 -kerning first=354 second=1263 amount=-4 -kerning first=1199 second=257 amount=-1 -kerning first=1179 second=240 amount=-1 -kerning first=1226 second=323 amount=1 -kerning first=1228 second=1267 amount=-1 -kerning first=1066 second=197 amount=-2 -kerning first=121 second=269 amount=-1 -kerning first=935 second=268 amount=-2 -kerning first=1054 second=1035 amount=-2 -kerning first=376 second=1020 amount=-3 -kerning first=910 second=231 amount=-6 -kerning first=1171 second=963 amount=-1 -kerning first=267 second=1200 amount=-4 -kerning first=1169 second=97 amount=-1 -kerning first=932 second=227 amount=-5 -kerning first=1059 second=363 amount=-3 -kerning first=1199 second=1153 amount=-1 -kerning first=343 second=232 amount=-1 -kerning first=253 second=230 amount=-1 -kerning first=1140 second=289 amount=-4 -kerning first=963 second=955 amount=-4 -kerning first=923 second=87 amount=-4 -kerning first=34 second=1234 amount=-5 -kerning first=99 second=1185 amount=-1 -kerning first=1180 second=43 amount=-4 -kerning first=95 second=368 amount=-3 -kerning first=1271 second=1239 amount=-1 -kerning first=378 second=234 amount=-1 -kerning first=310 second=1145 amount=-3 -kerning first=194 second=177 amount=-3 -kerning first=1168 second=239 amount=6 -kerning first=913 second=981 amount=-1 -kerning first=1278 second=244 amount=-2 -kerning first=1258 second=195 amount=-2 -kerning first=1027 second=193 amount=-6 -kerning first=378 second=1243 amount=-1 -kerning first=344 second=1200 amount=-2 -kerning first=8244 second=58 amount=-4 -kerning first=1274 second=1139 amount=-5 -kerning first=1060 second=198 amount=-2 -kerning first=1230 second=247 amount=-1 -kerning first=224 second=1249 amount=-2 -kerning first=1189 second=1209 amount=-1 -kerning first=1209 second=933 amount=-6 -kerning first=1167 second=1279 amount=-1 -kerning first=1232 second=1254 amount=-2 -kerning first=374 second=1077 amount=-6 -kerning first=1036 second=288 amount=-2 -kerning first=105 second=1140 amount=2 -kerning first=301 second=78 amount=3 -kerning first=271 second=301 amount=2 -kerning first=354 second=265 amount=-5 -kerning first=1175 second=940 amount=-1 -kerning first=332 second=354 amount=-2 -kerning first=1104 second=120 amount=-1 -kerning first=126 second=1058 amount=-3 -kerning first=95 second=1035 amount=-4 -kerning first=1232 second=1144 amount=-2 -kerning first=1171 second=243 amount=-1 -kerning first=929 second=45 amount=-2 -kerning first=915 second=1253 amount=-4 -kerning first=65 second=1263 amount=-4 -kerning first=192 second=111 amount=-1 -kerning first=256 second=83 amount=-1 -kerning first=226 second=1059 amount=-6 -kerning first=1181 second=1255 amount=-1 -kerning first=1050 second=369 amount=-2 -kerning first=1059 second=229 amount=-6 -kerning first=316 second=303 amount=2 -kerning first=923 second=268 amount=-2 -kerning first=1027 second=233 amount=-5 -kerning first=1061 second=1195 amount=-2 -kerning first=1074 second=372 amount=-2 -kerning first=1197 second=1089 amount=-1 -kerning first=1269 second=1026 amount=-3 -kerning first=1274 second=247 amount=-3 -kerning first=70 second=245 amount=-3 -kerning first=902 second=1194 amount=-2 -kerning first=346 second=301 amount=3 -kerning first=1027 second=1241 amount=-5 -kerning first=311 second=291 amount=-1 -kerning first=1187 second=322 amount=1 -kerning first=1224 second=1058 amount=-3 -kerning first=42 second=195 amount=-6 -kerning first=118 second=358 amount=-2 -kerning first=1098 second=1035 amount=-7 -kerning first=121 second=1086 amount=-1 -kerning first=1012 second=194 amount=-2 -kerning first=1114 second=1143 amount=-2 -kerning first=8244 second=1051 amount=-3 -kerning first=192 second=8216 amount=-8 -kerning first=8250 second=1267 amount=-2 -kerning first=932 second=328 amount=-4 -kerning first=1181 second=126 amount=-2 -kerning first=102 second=1040 amount=-2 -kerning first=1235 second=8220 amount=-3 -kerning first=1265 second=260 amount=-4 -kerning first=1202 second=1239 amount=-2 -kerning first=1027 second=1230 amount=-4 -kerning first=1122 second=1204 amount=-3 -kerning first=332 second=913 amount=-2 -kerning first=227 second=86 amount=-3 -kerning first=932 second=1279 amount=-3 -kerning first=245 second=1234 amount=-2 -kerning first=1276 second=244 amount=-2 -kerning first=1178 second=105 amount=2 -kerning first=359 second=1172 amount=1 -kerning first=117 second=910 amount=-4 -kerning first=934 second=47 amount=-3 -kerning first=65 second=265 amount=-1 -kerning first=192 second=350 amount=-1 -kerning first=1092 second=253 amount=-1 -kerning first=1097 second=342 amount=1 -kerning first=1035 second=1035 amount=-3 -kerning first=1068 second=1143 amount=-1 -kerning first=1263 second=939 amount=-2 -kerning first=324 second=121 amount=-1 -kerning first=1043 second=277 amount=-5 -kerning first=1122 second=1232 amount=-2 -kerning first=920 second=932 amount=-2 -kerning first=1143 second=933 amount=-2 -kerning first=84 second=239 amount=6 -kerning first=1080 second=1267 amount=-1 -kerning first=1255 second=1236 amount=-2 -kerning first=1185 second=263 amount=-1 -kerning first=1274 second=1028 amount=-2 -kerning first=1088 second=255 amount=-1 -kerning first=1191 second=1185 amount=-4 -kerning first=1091 second=972 amount=-1 -kerning first=374 second=351 amount=-4 -kerning first=359 second=66 amount=1 -kerning first=299 second=1056 amount=3 -kerning first=354 second=1139 amount=-5 -kerning first=972 second=1118 amount=-1 -kerning first=1203 second=1092 amount=-1 -kerning first=1095 second=1066 amount=-3 -kerning first=945 second=172 amount=-2 -kerning first=8244 second=285 amount=-4 -kerning first=1222 second=115 amount=-1 -kerning first=114 second=1035 amount=-4 -kerning first=1093 second=246 amount=-1 -kerning first=255 second=231 amount=-1 -kerning first=1270 second=908 amount=-2 -kerning first=89 second=199 amount=-3 -kerning first=335 second=932 amount=-3 -kerning first=939 second=99 amount=-6 -kerning first=1043 second=1189 amount=-4 -kerning first=269 second=1196 amount=-5 -kerning first=371 second=374 amount=-4 -kerning first=1197 second=1145 amount=-1 -kerning first=261 second=87 amount=-3 -kerning first=345 second=8363 amount=-1 -kerning first=1237 second=1091 amount=-1 -kerning first=1200 second=1096 amount=-3 -kerning first=1225 second=1053 amount=1 -kerning first=933 second=371 amount=-3 -kerning first=1058 second=981 amount=-5 -kerning first=1168 second=1072 amount=-5 -kerning first=354 second=247 amount=-3 -kerning first=8249 second=1026 amount=-3 -kerning first=1207 second=73 amount=1 -kerning first=1125 second=932 amount=-5 -kerning first=1254 second=1234 amount=-2 -kerning first=111 second=196 amount=-2 -kerning first=1188 second=212 amount=-2 -kerning first=380 second=235 amount=-1 -kerning first=223 second=8216 amount=-4 -kerning first=8244 second=162 amount=-4 -kerning first=1078 second=242 amount=-1 -kerning first=275 second=1058 amount=-3 -kerning first=79 second=358 amount=-2 -kerning first=334 second=8218 amount=-3 -kerning first=1239 second=221 amount=-7 -kerning first=1279 second=248 amount=-1 -kerning first=915 second=338 amount=-2 -kerning first=922 second=99 amount=-3 -kerning first=321 second=258 amount=2 -kerning first=1111 second=1115 amount=3 -kerning first=1199 second=194 amount=-4 -kerning first=1163 second=320 amount=1 -kerning first=210 second=87 amount=-1 -kerning first=358 second=111 amount=-5 -kerning first=1026 second=1141 amount=-1 -kerning first=254 second=1199 amount=-1 -kerning first=1195 second=1198 amount=-4 -kerning first=1178 second=371 amount=-2 -kerning first=244 second=92 amount=-4 -kerning first=65 second=1139 amount=-1 -kerning first=950 second=970 amount=-2 -kerning first=1230 second=209 amount=1 -kerning first=1045 second=297 amount=5 -kerning first=120 second=267 amount=-1 -kerning first=88 second=266 amount=-2 -kerning first=1211 second=8216 amount=-3 -kerning first=1107 second=245 amount=-1 -kerning first=1061 second=1194 amount=-2 -kerning first=8230 second=55 amount=-1 -kerning first=179 second=8249 amount=-2 -kerning first=283 second=253 amount=-1 -kerning first=1180 second=251 amount=-2 -kerning first=1072 second=1265 amount=-1 -kerning first=68 second=258 amount=-2 -kerning first=933 second=227 amount=-6 -kerning first=116 second=1211 amount=1 -kerning first=359 second=1052 amount=1 -kerning first=1036 second=101 amount=-3 -kerning first=1027 second=1125 amount=-4 -kerning first=97 second=374 amount=-6 -kerning first=1251 second=1066 amount=-3 -kerning first=354 second=1028 amount=-2 -kerning first=1199 second=234 amount=-1 -kerning first=187 second=90 amount=-2 -kerning first=1170 second=1256 amount=-2 -kerning first=8224 second=1234 amount=-5 -kerning first=122 second=233 amount=-1 -kerning first=239 second=302 amount=3 -kerning first=1089 second=354 amount=-5 -kerning first=55 second=256 amount=-7 -kerning first=1169 second=1089 amount=-1 -kerning first=1199 second=1243 amount=-1 -kerning first=1226 second=1043 amount=1 -kerning first=1191 second=1276 amount=-2 -kerning first=1205 second=1178 amount=1 -kerning first=92 second=99 amount=-1 -kerning first=1186 second=76 amount=1 -kerning first=75 second=111 amount=-3 -kerning first=248 second=1059 amount=-7 -kerning first=122 second=1241 amount=-1 -kerning first=126 second=182 amount=-1 -kerning first=1086 second=1278 amount=-2 -kerning first=1225 second=932 amount=-2 -kerning first=254 second=957 amount=-1 -kerning first=231 second=1249 amount=-1 -kerning first=273 second=299 amount=3 -kerning first=1075 second=945 amount=-1 -kerning first=216 second=84 amount=-2 -kerning first=119 second=244 amount=-1 -kerning first=373 second=1010 amount=-1 -kerning first=1196 second=1233 amount=-5 -kerning first=240 second=1046 amount=-2 -kerning first=1012 second=376 amount=-3 -kerning first=221 second=265 amount=-6 -kerning first=935 second=248 amount=-2 -kerning first=355 second=1034 amount=1 -kerning first=55 second=281 amount=-3 -kerning first=84 second=1072 amount=-5 -kerning first=1274 second=367 amount=-5 -kerning first=932 second=1092 amount=-5 -kerning first=126 second=939 amount=-3 -kerning first=253 second=1095 amount=-1 -kerning first=162 second=1196 amount=-5 -kerning first=116 second=323 amount=1 -kerning first=1187 second=205 amount=1 -kerning first=1049 second=95 amount=2 -kerning first=193 second=1058 amount=-6 -kerning first=1267 second=277 amount=-1 -kerning first=76 second=375 amount=-4 -kerning first=8217 second=1273 amount=-1 -kerning first=46 second=8244 amount=-5 -kerning first=65 second=1028 amount=-2 -kerning first=1222 second=108 amount=1 -kerning first=1059 second=279 amount=-6 -kerning first=1167 second=186 amount=-2 -kerning first=1207 second=1210 amount=1 -kerning first=119 second=8222 amount=-5 -kerning first=176 second=79 amount=-1 -kerning first=243 second=1202 amount=-2 -kerning first=1027 second=1111 amount=6 -kerning first=1224 second=939 amount=-6 -kerning first=1103 second=932 amount=-3 -kerning first=933 second=328 amount=-3 -kerning first=915 second=1163 amount=-4 -kerning first=46 second=84 amount=-2 -kerning first=271 second=8220 amount=2 -kerning first=913 second=355 amount=-2 -kerning first=87 second=944 amount=-2 -kerning first=186 second=271 amount=-2 -kerning first=966 second=65 amount=-2 -kerning first=242 second=119 amount=-1 -kerning first=910 second=363 amount=-3 -kerning first=1053 second=299 amount=5 -kerning first=355 second=293 amount=1 -kerning first=381 second=183 amount=-2 -kerning first=1169 second=1145 amount=-1 -kerning first=1168 second=1057 amount=-2 -kerning first=1059 second=1224 amount=-3 -kerning first=902 second=1138 amount=-2 -kerning first=120 second=177 amount=-2 -kerning first=1270 second=1255 amount=-5 -kerning first=923 second=248 amount=-1 -kerning first=1193 second=1198 amount=-7 -kerning first=1058 second=1040 amount=-6 -kerning first=1175 second=246 amount=-1 -kerning first=258 second=1092 amount=-1 -kerning first=112 second=121 amount=-1 -kerning first=1069 second=932 amount=-2 -kerning first=961 second=1061 amount=-2 -kerning first=1036 second=174 amount=-1 -kerning first=321 second=176 amount=-8 -kerning first=209 second=1111 amount=5 -kerning first=1201 second=196 amount=-4 -kerning first=1086 second=260 amount=-2 -kerning first=1046 second=972 amount=-2 -kerning first=114 second=228 amount=-1 -kerning first=1207 second=1106 amount=1 -kerning first=1097 second=376 amount=-1 -kerning first=373 second=339 amount=-1 -kerning first=957 second=940 amount=-1 -kerning first=1101 second=92 amount=-4 -kerning first=86 second=1242 amount=-2 -kerning first=111 second=89 amount=-7 -kerning first=221 second=1139 amount=-6 -kerning first=939 second=198 amount=-5 -kerning first=1027 second=332 amount=-2 -kerning first=1166 second=44 amount=-3 -kerning first=225 second=174 amount=-1 -kerning first=1222 second=1134 amount=1 -kerning first=1145 second=171 amount=-3 -kerning first=1215 second=1197 amount=-1 -kerning first=1232 second=301 amount=3 -kerning first=1270 second=126 amount=-3 -kerning first=923 second=39 amount=-5 -kerning first=1217 second=8249 amount=-3 -kerning first=251 second=221 amount=-4 -kerning first=354 second=367 amount=-5 -kerning first=1199 second=376 amount=-2 -kerning first=1273 second=92 amount=-3 -kerning first=341 second=932 amount=-4 -kerning first=1060 second=1244 amount=-2 -kerning first=121 second=227 amount=-1 -kerning first=230 second=1197 amount=-1 -kerning first=87 second=335 amount=-4 -kerning first=1213 second=1249 amount=-1 -kerning first=358 second=1209 amount=-5 -kerning first=1126 second=933 amount=-5 -kerning first=910 second=229 amount=-6 -kerning first=269 second=87 amount=-1 -kerning first=8218 second=118 amount=-3 -kerning first=200 second=1111 amount=5 -kerning first=1201 second=235 amount=-1 -kerning first=902 second=287 amount=-1 -kerning first=1205 second=1045 amount=1 -kerning first=1033 second=92 amount=-4 -kerning first=1140 second=271 amount=-4 -kerning first=254 second=354 amount=-3 -kerning first=1186 second=1238 amount=1 -kerning first=1128 second=281 amount=-1 -kerning first=295 second=1118 amount=-1 -kerning first=221 second=247 amount=-3 -kerning first=1188 second=44 amount=-2 -kerning first=350 second=297 amount=3 -kerning first=1275 second=267 amount=-1 -kerning first=1163 second=304 amount=1 -kerning first=8218 second=1201 amount=-3 -kerning first=1271 second=263 amount=-1 -kerning first=102 second=47 amount=-1 -kerning first=1225 second=1184 amount=1 -kerning first=317 second=256 amount=2 -kerning first=915 second=95 amount=-4 -kerning first=81 second=358 amount=-2 -kerning first=275 second=939 amount=-7 -kerning first=1187 second=1068 amount=1 -kerning first=1170 second=114 amount=-4 -kerning first=1097 second=200 amount=1 -kerning first=1105 second=932 amount=-3 -kerning first=186 second=113 amount=-2 -kerning first=299 second=282 amount=3 -kerning first=377 second=81 amount=-2 -kerning first=1274 second=324 amount=-4 -kerning first=1060 second=193 amount=-2 -kerning first=1086 second=1090 amount=-2 -kerning first=1201 second=1222 amount=-3 -kerning first=8225 second=291 amount=-2 -kerning first=1091 second=224 amount=-1 -kerning first=199 second=198 amount=-1 -kerning first=315 second=933 amount=-5 -kerning first=939 second=8353 amount=-3 -kerning first=357 second=1066 amount=-2 -kerning first=1111 second=1231 amount=3 -kerning first=258 second=186 amount=-5 -kerning first=84 second=1057 amount=-2 -kerning first=1274 second=1271 amount=-4 -kerning first=268 second=256 amount=-1 -kerning first=1168 second=1203 amount=-3 -kerning first=286 second=258 amount=-1 -kerning first=254 second=913 amount=-2 -kerning first=1040 second=335 amount=-1 -kerning first=1193 second=1175 amount=-1 -kerning first=221 second=1028 amount=-3 -kerning first=265 second=84 amount=-5 -kerning first=313 second=255 amount=-4 -kerning first=1197 second=1233 amount=-1 -kerning first=277 second=1090 amount=-1 -kerning first=1209 second=1204 amount=-3 -kerning first=1114 second=1202 amount=-2 -kerning first=1059 second=1195 amount=-6 -kerning first=1077 second=92 amount=-3 -kerning first=287 second=354 amount=-3 -kerning first=955 second=43 amount=-1 -kerning first=922 second=8353 amount=-2 -kerning first=8217 second=8230 amount=-8 -kerning first=1122 second=1200 amount=-7 -kerning first=271 second=1099 amount=3 -kerning first=260 second=279 amount=-1 -kerning first=1094 second=203 amount=1 -kerning first=227 second=8216 amount=-3 -kerning first=341 second=285 amount=-1 -kerning first=284 second=910 amount=-2 -kerning first=1234 second=940 amount=-1 -kerning first=239 second=1018 amount=3 -kerning first=1061 second=1138 amount=-2 -kerning first=256 second=121 amount=-4 -kerning first=970 second=8221 amount=2 -kerning first=1020 second=198 amount=-2 -kerning first=1113 second=119 amount=-2 -kerning first=1070 second=44 amount=-3 -kerning first=1140 second=113 amount=-4 -kerning first=88 second=245 amount=-2 -kerning first=1202 second=263 amount=-2 -kerning first=243 second=118 amount=-1 -kerning first=966 second=174 amount=-1 -kerning first=379 second=284 amount=-2 -kerning first=1111 second=80 amount=3 -kerning first=193 second=182 amount=-1 -kerning first=1224 second=967 amount=-1 -kerning first=1068 second=1202 amount=-2 -kerning first=1234 second=264 amount=-2 -kerning first=1205 second=358 amount=-2 -kerning first=115 second=1026 amount=-5 -kerning first=933 second=1092 amount=-6 -kerning first=243 second=1201 amount=-1 -kerning first=1082 second=99 amount=-1 -kerning first=1222 second=204 amount=1 -kerning first=1016 second=86 amount=-4 -kerning first=341 second=162 amount=-1 -kerning first=162 second=87 amount=-1 -kerning first=966 second=935 amount=-2 -kerning first=333 second=1078 amount=-1 -kerning first=204 second=298 amount=2 -kerning first=193 second=939 amount=-5 -kerning first=235 second=1203 amount=-1 -kerning first=1180 second=277 amount=-3 -kerning first=1086 second=170 amount=-2 -kerning first=1100 second=89 amount=-11 -kerning first=1097 second=1124 amount=1 -kerning first=343 second=44 amount=-4 -kerning first=92 second=8353 amount=-2 -kerning first=195 second=972 amount=-1 -kerning first=354 second=324 amount=-4 -kerning first=1163 second=1172 amount=1 -kerning first=1084 second=910 amount=-6 -kerning first=1226 second=278 amount=1 -kerning first=1170 second=1017 amount=-2 -kerning first=1194 second=88 amount=-1 -kerning first=113 second=1204 amount=-3 -kerning first=1203 second=981 amount=-1 -kerning first=95 second=1179 amount=3 -kerning first=87 second=1104 amount=-4 -kerning first=1106 second=1026 amount=-3 -kerning first=1178 second=1092 amount=-3 -kerning first=1061 second=287 amount=-2 -kerning first=76 second=1066 amount=-6 -kerning first=116 second=1043 amount=1 -kerning first=1274 second=258 amount=-6 -kerning first=356 second=250 amount=-5 -kerning first=1201 second=89 amount=-2 -kerning first=354 second=1271 amount=-4 -kerning first=255 second=229 amount=-1 -kerning first=913 second=1198 amount=-5 -kerning first=1257 second=41 amount=-1 -kerning first=372 second=242 amount=-4 -kerning first=1196 second=1094 amount=-4 -kerning first=1223 second=95 amount=2 -kerning first=270 second=195 amount=-2 -kerning first=181 second=916 amount=-3 -kerning first=1163 second=66 amount=1 -kerning first=106 second=165 amount=2 -kerning first=1143 second=1204 amount=-2 -kerning first=84 second=1203 amount=-3 -kerning first=1210 second=89 amount=-6 -kerning first=70 second=375 amount=-2 -kerning first=375 second=933 amount=-2 -kerning first=964 second=948 amount=-3 -kerning first=1141 second=8244 amount=2 -kerning first=1265 second=966 amount=-1 -kerning first=1075 second=111 amount=-1 -kerning first=1250 second=301 amount=5 -kerning first=119 second=377 amount=-2 -kerning first=957 second=1237 amount=-1 -kerning first=1198 second=923 amount=-5 -kerning first=87 second=1114 amount=-2 -kerning first=973 second=1035 amount=-3 -kerning first=8244 second=1075 amount=-1 -kerning first=1143 second=1232 amount=-4 -kerning first=1274 second=283 amount=-5 -kerning first=1222 second=60 amount=-2 -kerning first=1119 second=374 amount=-6 -kerning first=1141 second=84 amount=-2 -kerning first=923 second=115 amount=-1 -kerning first=301 second=274 amount=3 -kerning first=380 second=1259 amount=-1 -kerning first=1027 second=46 amount=-2 -kerning first=45 second=1066 amount=-3 -kerning first=1171 second=99 amount=-1 -kerning first=8218 second=356 amount=-6 -kerning first=356 second=261 amount=-5 -kerning first=275 second=967 amount=-1 -kerning first=1257 second=1091 amount=-1 -kerning first=1040 second=1104 amount=-1 -kerning first=1140 second=268 amount=-2 -kerning first=240 second=125 amount=-1 -kerning first=221 second=367 amount=-3 -kerning first=250 second=932 amount=-3 -kerning first=1220 second=375 amount=-1 -kerning first=1274 second=1087 amount=-4 -kerning first=1060 second=374 amount=-3 -kerning first=288 second=197 amount=-1 -kerning first=1059 second=1194 amount=-3 -kerning first=1232 second=242 amount=-1 -kerning first=89 second=1207 amount=-6 -kerning first=8217 second=1141 amount=1 -kerning first=301 second=309 amount=-4 -kerning first=208 second=358 amount=-2 -kerning first=1197 second=1058 amount=-2 -kerning first=95 second=94 amount=-4 -kerning first=86 second=945 amount=-4 -kerning first=87 second=353 amount=-2 -kerning first=1166 second=225 amount=-1 -kerning first=910 second=279 amount=-6 -kerning first=355 second=340 amount=1 -kerning first=8220 second=1076 amount=-5 -kerning first=1036 second=1257 amount=-3 -kerning first=1169 second=1233 amount=-1 -kerning first=235 second=910 amount=-7 -kerning first=367 second=1198 amount=-4 -kerning first=1222 second=1067 amount=1 -kerning first=260 second=1195 amount=-1 -kerning first=1207 second=173 amount=-1 -kerning first=1091 second=195 amount=-4 -kerning first=1198 second=8370 amount=-3 -kerning first=241 second=1143 amount=-1 -kerning first=1012 second=8230 amount=-3 -kerning first=939 second=241 amount=-3 -kerning first=1043 second=58 amount=-2 -kerning first=354 second=258 amount=-6 -kerning first=1163 second=1052 amount=1 -kerning first=917 second=239 amount=5 -kerning first=1090 second=232 amount=-1 -kerning first=118 second=245 amount=-1 -kerning first=8250 second=1279 amount=-2 -kerning first=86 second=262 amount=-2 -kerning first=1114 second=118 amount=-2 -kerning first=1232 second=8220 amount=-8 -kerning first=170 second=244 amount=-2 -kerning first=1200 second=171 amount=-6 -kerning first=981 second=8225 amount=-2 -kerning first=1058 second=47 amount=-5 -kerning first=90 second=336 amount=-2 -kerning first=226 second=372 amount=-3 -kerning first=194 second=170 amount=-5 -kerning first=957 second=246 amount=-1 -kerning first=121 second=1092 amount=-1 -kerning first=1114 second=1201 amount=-2 -kerning first=1188 second=225 amount=-5 -kerning first=222 second=356 amount=-4 -kerning first=910 second=1224 amount=-3 -kerning first=1081 second=374 amount=-6 -kerning first=1243 second=1267 amount=-1 -kerning first=256 second=903 amount=-5 -kerning first=932 second=981 amount=-5 -kerning first=343 second=1213 amount=2 -kerning first=1102 second=1078 amount=-1 -kerning first=1141 second=1239 amount=-1 -kerning first=1140 second=52 amount=-2 -kerning first=1184 second=121 amount=-3 -kerning first=8217 second=116 amount=1 -kerning first=354 second=283 amount=-5 -kerning first=187 second=198 amount=-2 -kerning first=1068 second=118 amount=-1 -kerning first=376 second=972 amount=-6 -kerning first=297 second=1065 amount=3 -kerning first=197 second=277 amount=-1 -kerning first=107 second=354 amount=-4 -kerning first=356 second=331 amount=-4 -kerning first=1215 second=253 amount=-1 -kerning first=902 second=1012 amount=-2 -kerning first=1207 second=222 amount=1 -kerning first=1040 second=353 amount=-1 -kerning first=957 second=8217 amount=2 -kerning first=176 second=74 amount=-6 -kerning first=1068 second=1201 amount=-1 -kerning first=1198 second=181 amount=-3 -kerning first=243 second=356 amount=-3 -kerning first=1017 second=1234 amount=-1 -kerning first=1027 second=103 amount=-5 -kerning first=252 second=1059 amount=-4 -kerning first=193 second=967 amount=-4 -kerning first=959 second=1277 amount=-1 -kerning first=230 second=253 amount=-1 -kerning first=902 second=358 amount=-6 -kerning first=1034 second=1078 amount=-1 -kerning first=1058 second=382 amount=-3 -kerning first=915 second=944 amount=-4 -kerning first=354 second=1087 amount=-4 -kerning first=1095 second=174 amount=-1 -kerning first=222 second=902 amount=-3 -kerning first=246 second=1199 amount=-1 -kerning first=8244 second=940 amount=-4 -kerning first=192 second=8250 amount=-2 -kerning first=1086 second=120 amount=-1 -kerning first=1141 second=74 amount=-4 -kerning first=1027 second=1249 amount=-2 -kerning first=73 second=296 amount=2 -kerning first=183 second=1236 amount=-2 -kerning first=258 second=981 amount=-1 -kerning first=381 second=338 amount=-2 -kerning first=57 second=89 amount=-2 -kerning first=65 second=283 amount=-1 -kerning first=1241 second=1026 amount=-3 -kerning first=97 second=1249 amount=-2 -kerning first=1075 second=1209 amount=-1 -kerning first=1222 second=77 amount=1 -kerning first=1230 second=276 amount=1 -kerning first=1168 second=1093 amount=-3 -kerning first=1199 second=8230 amount=-2 -kerning first=1278 second=1069 amount=-2 -kerning first=1248 second=8222 amount=-3 -kerning first=221 second=324 amount=-3 -kerning first=243 second=902 amount=-2 -kerning first=939 second=193 amount=-5 -kerning first=1043 second=285 amount=-5 -kerning first=1057 second=88 amount=-1 -kerning first=1185 second=281 amount=-1 -kerning first=277 second=120 amount=-1 -kerning first=43 second=1035 amount=-3 -kerning first=961 second=121 amount=-1 -kerning first=923 second=63 amount=-4 -kerning first=374 second=250 amount=-3 -kerning first=1198 second=1116 amount=-3 -kerning first=359 second=203 amount=1 -kerning first=915 second=335 amount=-5 -kerning first=221 second=1271 amount=-3 -kerning first=1167 second=1040 amount=-2 -kerning first=1030 second=95 amount=2 -kerning first=290 second=195 amount=-1 -kerning first=1104 second=1078 amount=-1 -kerning first=1234 second=246 amount=-1 -kerning first=246 second=957 amount=-1 -kerning first=199 second=1244 amount=-1 -kerning first=260 second=1194 amount=-2 -kerning first=1050 second=966 amount=-3 -kerning first=1097 second=1180 amount=1 -kerning first=343 second=225 amount=-1 -kerning first=255 second=279 amount=-1 -kerning first=1117 second=1197 amount=-2 -kerning first=111 second=1046 amount=-2 -kerning first=939 second=233 amount=-6 -kerning first=1043 second=162 amount=-5 -kerning first=357 second=929 amount=1 -kerning first=8221 second=1074 amount=-1 -kerning first=299 second=1204 amount=6 -kerning first=910 second=1195 amount=-6 -kerning first=1111 second=270 amount=3 -kerning first=972 second=256 amount=-2 -kerning first=177 second=195 amount=-3 -kerning first=369 second=358 amount=-3 -kerning first=228 second=1026 amount=-3 -kerning first=1169 second=1058 amount=-2 -kerning first=1201 second=1259 amount=-1 -kerning first=95 second=214 amount=-3 -kerning first=345 second=102 amount=2 -kerning first=76 second=288 amount=-2 -kerning first=1058 second=1175 amount=-3 -kerning first=321 second=1059 amount=-5 -kerning first=939 second=1241 amount=-6 -kerning first=356 second=197 amount=-6 -kerning first=1251 second=174 amount=-1 -kerning first=1046 second=81 amount=-2 -kerning first=1170 second=244 amount=-5 -kerning first=1207 second=1030 amount=1 -kerning first=1234 second=8217 amount=-7 -kerning first=186 second=248 amount=-2 -kerning first=1126 second=1204 amount=-6 -kerning first=377 second=211 amount=-2 -kerning first=959 second=933 amount=-7 -kerning first=235 second=1093 amount=-1 -kerning first=322 second=297 amount=5 -kerning first=1093 second=171 amount=-2 -kerning first=1279 second=959 amount=-1 -kerning first=92 second=936 amount=-3 -kerning first=254 second=1263 amount=-1 -kerning first=374 second=261 amount=-6 -kerning first=199 second=193 amount=-1 -kerning first=116 second=278 amount=1 -kerning first=922 second=233 amount=-3 -kerning first=939 second=1230 amount=-3 -kerning first=71 second=194 amount=-1 -kerning first=1234 second=352 amount=-1 -kerning first=1209 second=1200 amount=-6 -kerning first=1267 second=932 amount=-2 -kerning first=1026 second=49 amount=-2 -kerning first=1020 second=1244 amount=-2 -kerning first=1276 second=1069 amount=-2 -kerning first=1115 second=1197 amount=-2 -kerning first=1061 second=1012 amount=-2 -kerning first=68 second=1059 amount=-3 -kerning first=922 second=1241 amount=-3 -kerning first=327 second=303 amount=2 -kerning first=1011 second=87 amount=2 -kerning first=356 second=275 amount=-5 -kerning first=932 second=1040 amount=-6 -kerning first=1170 second=8222 amount=-8 -kerning first=1092 second=1185 amount=-2 -kerning first=944 second=376 amount=-4 -kerning first=1196 second=967 amount=-4 -kerning first=1198 second=110 amount=-3 -kerning first=1278 second=8373 amount=-2 -kerning first=95 second=1199 amount=-5 -kerning first=248 second=372 amount=-3 -kerning first=1027 second=259 amount=-5 -kerning first=380 second=1193 amount=-1 -kerning first=84 second=1093 amount=-3 -kerning first=1220 second=1066 amount=-3 -kerning first=1269 second=121 amount=-1 -kerning first=1277 second=45 amount=-1 -kerning first=1114 second=356 amount=-7 -kerning first=1200 second=117 amount=-3 -kerning first=315 second=1204 amount=-6 -kerning first=339 second=221 amount=-7 -kerning first=1139 second=1143 amount=-1 -kerning first=360 second=8230 amount=-2 -kerning first=927 second=1276 amount=-2 -kerning first=358 second=8250 amount=-3 -kerning first=221 second=258 amount=-5 -kerning first=122 second=103 amount=-1 -kerning first=39 second=913 amount=-5 -kerning first=355 second=374 amount=-1 -kerning first=916 second=962 amount=-2 -kerning first=65 second=176 amount=-6 -kerning first=356 second=1187 amount=-4 -kerning first=1145 second=8363 amount=-1 -kerning first=903 second=1033 amount=-3 -kerning first=161 second=1140 amount=-2 -kerning first=1059 second=1138 amount=-3 -kerning first=1020 second=193 amount=-2 -kerning first=1016 second=8216 amount=-4 -kerning first=1205 second=1048 amount=1 -kerning first=92 second=233 amount=-1 -kerning first=1140 second=248 amount=-4 -kerning first=1098 second=1199 amount=-2 -kerning first=1186 second=1250 amount=1 -kerning first=382 second=354 amount=-2 -kerning first=315 second=1232 amount=2 -kerning first=193 second=183 amount=-2 -kerning first=1162 second=297 amount=5 -kerning first=1068 second=356 amount=-3 -kerning first=288 second=106 amount=2 -kerning first=92 second=1241 amount=-1 -kerning first=310 second=967 amount=-3 -kerning first=326 second=1198 amount=-6 -kerning first=933 second=981 amount=-6 -kerning first=1036 second=1108 amount=-3 -kerning first=903 second=923 amount=-5 -kerning first=101 second=1035 amount=-3 -kerning first=281 second=221 amount=-7 -kerning first=316 second=298 amount=2 -kerning first=234 second=1143 amount=-1 -kerning first=95 second=957 amount=-5 -kerning first=935 second=959 amount=-2 -kerning first=221 second=283 amount=-6 -kerning first=1188 second=100 amount=-5 -kerning first=299 second=315 amount=3 -kerning first=83 second=1236 amount=-1 -kerning first=55 second=289 amount=-3 -kerning first=196 second=275 amount=-1 -kerning first=1116 second=172 amount=-2 -kerning first=1120 second=296 amount=2 -kerning first=1035 second=1199 amount=-1 -kerning first=1270 second=1277 amount=-3 -kerning first=1265 second=226 amount=-1 -kerning first=246 second=354 amount=-3 -kerning first=374 second=331 amount=-3 -kerning first=266 second=1232 amount=-1 -kerning first=915 second=1104 amount=-5 -kerning first=1143 second=1200 amount=-2 -kerning first=284 second=1234 amount=-1 -kerning first=86 second=111 amount=-4 -kerning first=174 second=335 amount=-2 -kerning first=1267 second=285 amount=-1 -kerning first=1276 second=8373 amount=-2 -kerning first=355 second=69 amount=1 -kerning first=1178 second=981 amount=-3 -kerning first=8244 second=1237 amount=-4 -kerning first=1059 second=287 amount=-6 -kerning first=1050 second=1060 amount=-2 -kerning first=1098 second=957 amount=-2 -kerning first=935 second=60 amount=-4 -kerning first=221 second=1087 amount=-3 -kerning first=100 second=300 amount=2 -kerning first=1107 second=1066 amount=-2 -kerning first=299 second=357 amount=3 -kerning first=8221 second=945 amount=-4 -kerning first=910 second=1194 amount=-3 -kerning first=259 second=84 amount=-3 -kerning first=283 second=1185 amount=-1 -kerning first=1068 second=902 amount=-2 -kerning first=1088 second=8225 amount=-2 -kerning first=70 second=252 amount=-2 -kerning first=1072 second=1090 amount=-2 -kerning first=1100 second=1046 amount=-2 -kerning first=102 second=963 amount=-1 -kerning first=114 second=1199 amount=1 -kerning first=255 second=1195 amount=-1 -kerning first=1244 second=1258 amount=-2 -kerning first=8373 second=256 amount=-1 -kerning first=76 second=65 amount=2 -kerning first=915 second=1114 amount=-4 -kerning first=301 second=1039 amount=3 -kerning first=939 second=1125 amount=-3 -kerning first=56 second=8230 amount=-1 -kerning first=194 second=966 amount=-1 -kerning first=1092 second=1276 amount=-2 -kerning first=1094 second=1178 amount=1 -kerning first=1198 second=192 amount=-5 -kerning first=1126 second=357 amount=-2 -kerning first=1267 second=162 amount=-1 -kerning first=39 second=308 amount=-11 -kerning first=968 second=55 amount=-2 -kerning first=916 second=8220 amount=-9 -kerning first=8244 second=961 amount=-1 -kerning first=8250 second=947 amount=-2 -kerning first=1035 second=957 amount=-1 -kerning first=1200 second=286 amount=-3 -kerning first=923 second=959 amount=-1 -kerning first=246 second=913 amount=-2 -kerning first=1278 second=1153 amount=-2 -kerning first=379 second=213 amount=-2 -kerning first=195 second=81 amount=-2 -kerning first=8230 second=8223 amount=-12 -kerning first=1060 second=46 amount=-3 -kerning first=375 second=1204 amount=-2 -kerning first=1054 second=354 amount=-2 -kerning first=262 second=65 amount=-1 -kerning first=376 second=224 amount=-6 -kerning first=337 second=1026 amount=-3 -kerning first=256 second=71 amount=-2 -kerning first=902 second=266 amount=-2 -kerning first=1164 second=198 amount=-2 -kerning first=1096 second=1196 amount=-3 -kerning first=1198 second=232 amount=-6 -kerning first=1188 second=112 amount=-4 -kerning first=236 second=1111 amount=3 -kerning first=333 second=8220 amount=-4 -kerning first=192 second=1143 amount=-4 -kerning first=102 second=243 amount=-1 -kerning first=375 second=1232 amount=-4 -kerning first=114 second=957 amount=1 -kerning first=971 second=89 amount=-4 -kerning first=923 second=60 amount=-2 -kerning first=915 second=353 amount=-5 -kerning first=315 second=357 amount=-1 -kerning first=8217 second=1073 amount=-3 -kerning first=1168 second=1234 amount=-6 -kerning first=1175 second=171 amount=-2 -kerning first=1226 second=76 amount=1 -kerning first=71 second=376 amount=-2 -kerning first=1242 second=197 amount=-2 -kerning first=239 second=202 amount=3 -kerning first=48 second=221 amount=-2 -kerning first=8218 second=1265 amount=-3 -kerning first=8244 second=246 amount=-4 -kerning first=1029 second=194 amount=-1 -kerning first=1222 second=928 amount=1 -kerning first=1087 second=932 amount=-3 -kerning first=187 second=1244 amount=-3 -kerning first=1259 second=198 amount=-2 -kerning first=343 second=100 amount=-1 -kerning first=92 second=374 amount=-5 -kerning first=908 second=88 amount=-2 -kerning first=1196 second=183 amount=-3 -kerning first=374 second=197 amount=-5 -kerning first=1198 second=1084 amount=-3 -kerning first=1186 second=1223 amount=1 -kerning first=1128 second=289 amount=-1 -kerning first=313 second=173 amount=-3 -kerning first=1111 second=919 amount=3 -kerning first=258 second=355 amount=-2 -kerning first=126 second=92 amount=-2 -kerning first=95 second=354 amount=-4 -kerning first=1271 second=281 amount=-1 -kerning first=1054 second=913 amount=-2 -kerning first=1225 second=330 amount=1 -kerning first=353 second=933 amount=-5 -kerning first=98 second=86 amount=-4 -kerning first=192 second=284 amount=-2 -kerning first=187 second=936 amount=-6 -kerning first=260 second=1138 amount=-2 -kerning first=1170 second=349 amount=-5 -kerning first=913 second=963 amount=-1 -kerning first=341 second=940 amount=-1 -kerning first=121 second=981 amount=-1 -kerning first=87 second=43 amount=-2 -kerning first=328 second=358 amount=-3 -kerning first=1276 second=1153 amount=-2 -kerning first=1201 second=1193 amount=-1 -kerning first=1020 second=374 amount=-7 -kerning first=286 second=1059 amount=-2 -kerning first=1191 second=1267 amount=-2 -kerning first=1141 second=263 amount=-1 -kerning first=374 second=275 amount=-6 -kerning first=981 second=84 amount=-3 -kerning first=933 second=1040 amount=-5 -kerning first=922 second=1111 amount=5 -kerning first=243 second=93 amount=-1 -kerning first=346 second=923 amount=-1 -kerning first=271 second=295 amount=2 -kerning first=187 second=193 amount=-2 -kerning first=1083 second=376 amount=-6 -kerning first=1224 second=92 amount=-3 -kerning first=1098 second=354 amount=-7 -kerning first=174 second=1104 amount=-2 -kerning first=1256 second=86 amount=-2 -kerning first=1176 second=8230 amount=-1 -kerning first=310 second=183 amount=-4 -kerning first=215 second=1059 amount=-3 -kerning first=939 second=332 amount=-3 -kerning first=1027 second=273 amount=-5 -kerning first=8216 second=52 amount=-4 -kerning first=376 second=1117 amount=-3 -kerning first=1255 second=932 amount=-3 -kerning first=1274 second=59 amount=-2 -kerning first=1119 second=1249 amount=-2 -kerning first=1200 second=920 amount=-3 -kerning first=89 second=8249 amount=-6 -kerning first=374 second=1187 amount=-3 -kerning first=199 second=1111 amount=2 -kerning first=1186 second=8220 amount=-3 -kerning first=915 second=950 amount=-5 -kerning first=8222 second=1140 amount=-6 -kerning first=194 second=1060 amount=-2 -kerning first=260 second=287 amount=-1 -kerning first=1094 second=1045 amount=1 -kerning first=1035 second=354 amount=-3 -kerning first=913 second=243 amount=-1 -kerning first=71 second=307 amount=2 -kerning first=1117 second=253 amount=-1 -kerning first=86 second=1209 amount=-4 -kerning first=1188 second=67 amount=-2 -kerning first=76 second=174 amount=-5 -kerning first=84 second=1234 amount=-6 -kerning first=1241 second=1061 amount=-2 -kerning first=1230 second=1059 amount=-1 -kerning first=229 second=910 amount=-6 -kerning first=1167 second=1198 amount=-7 -kerning first=92 second=1111 amount=3 -kerning first=1140 second=115 amount=-3 -kerning first=169 second=8220 amount=-2 -kerning first=1202 second=281 amount=-2 -kerning first=1263 second=95 amount=-5 -kerning first=1254 second=8218 amount=-3 -kerning first=922 second=332 amount=-2 -kerning first=111 second=125 amount=-1 -kerning first=243 second=1265 amount=-1 -kerning first=1211 second=1143 amount=-1 -kerning first=299 second=124 amount=3 -kerning first=279 second=932 amount=-3 -kerning first=332 second=258 amount=-2 -kerning first=345 second=1267 amount=1 -kerning first=87 second=1236 amount=-4 -kerning first=67 second=1040 amount=-1 -kerning first=376 second=81 amount=-3 -kerning first=1061 second=266 amount=-2 -kerning first=356 second=336 amount=-2 -kerning first=1082 second=233 amount=-1 -kerning first=114 second=354 amount=-4 -kerning first=913 second=8221 amount=-7 -kerning first=8224 second=333 amount=-2 -kerning first=358 second=1143 amount=-4 -kerning first=1188 second=297 amount=6 -kerning first=349 second=1066 amount=-5 -kerning first=181 second=356 amount=-3 -kerning first=1180 second=285 amount=-3 -kerning first=212 second=910 amount=-3 -kerning first=1138 second=88 amount=-2 -kerning first=932 second=47 amount=-5 -kerning first=1082 second=1241 amount=-1 -kerning first=1102 second=8220 amount=-4 -kerning first=1200 second=8363 amount=-6 -kerning first=1115 second=253 amount=-1 -kerning first=89 second=1035 amount=3 -kerning first=1036 second=908 amount=-2 -kerning first=321 second=1054 amount=-2 -kerning first=1226 second=1238 amount=1 -kerning first=112 second=8224 amount=-2 -kerning first=1090 second=44 amount=-6 -kerning first=174 second=353 amount=-1 -kerning first=1126 second=1256 amount=-2 -kerning first=262 second=935 amount=-1 -kerning first=1244 second=172 amount=-4 -kerning first=52 second=46 amount=-1 -kerning first=107 second=265 amount=-1 -kerning first=226 second=1098 amount=-2 -kerning first=1181 second=1204 amount=-4 -kerning first=275 second=92 amount=-3 -kerning first=92 second=332 amount=-2 -kerning first=1217 second=214 amount=-2 -kerning first=1184 second=71 amount=-2 -kerning first=1126 second=1200 amount=-5 -kerning first=1043 second=1075 amount=-4 -kerning first=1027 second=1167 amount=-4 -kerning first=1163 second=203 amount=1 -kerning first=1081 second=1249 amount=-2 -kerning first=112 second=88 amount=-2 -kerning first=1180 second=162 amount=-3 -kerning first=1063 second=303 amount=2 -kerning first=345 second=269 amount=-1 -kerning first=358 second=284 amount=-2 -kerning first=1034 second=8220 amount=-4 -kerning first=45 second=935 amount=-4 -kerning first=376 second=195 amount=-5 -kerning first=75 second=1143 amount=-3 -kerning first=1058 second=963 amount=-5 -kerning first=209 second=938 amount=2 -kerning first=354 second=59 amount=-2 -kerning first=1046 second=211 amount=-2 -kerning first=114 second=913 amount=-3 -kerning first=1207 second=905 amount=1 -kerning first=1062 second=1044 amount=2 -kerning first=1066 second=86 amount=-4 -kerning first=1278 second=234 amount=-2 -kerning first=241 second=118 amount=-1 -kerning first=380 second=1010 amount=-1 -kerning first=242 second=1140 amount=-4 -kerning first=910 second=1138 amount=-3 -kerning first=8244 second=1096 amount=-1 -kerning first=196 second=336 amount=-2 -kerning first=1274 second=291 amount=-5 -kerning first=932 second=382 amount=-3 -kerning first=70 second=65 amount=-6 -kerning first=1094 second=358 amount=-2 -kerning first=343 second=1026 amount=-4 -kerning first=119 second=1153 amount=-1 -kerning first=1278 second=1243 amount=-2 -kerning first=241 second=1201 amount=-1 -kerning first=315 second=1256 amount=-2 -kerning first=301 second=1024 amount=3 -kerning first=63 second=1236 amount=-4 -kerning first=1243 second=1279 amount=-1 -kerning first=1197 second=183 amount=-1 -kerning first=1096 second=87 amount=-3 -kerning first=121 second=1040 amount=-4 -kerning first=1114 second=93 amount=-2 -kerning first=1171 second=233 amount=-1 -kerning first=315 second=1200 amount=-5 -kerning first=197 second=932 amount=-6 -kerning first=367 second=8221 amount=1 -kerning first=1222 second=89 amount=-1 -kerning first=1230 second=922 amount=1 -kerning first=1059 second=1012 amount=-3 -kerning first=1167 second=1175 amount=-1 -kerning first=75 second=284 amount=-2 -kerning first=8221 second=111 amount=-4 -kerning first=1171 second=1241 amount=-1 -kerning first=959 second=1204 amount=-3 -kerning first=1139 second=1202 amount=-2 -kerning first=70 second=101 amount=-3 -kerning first=161 second=1058 amount=-4 -kerning first=1059 second=358 amount=3 -kerning first=1239 second=1026 amount=-3 -kerning first=102 second=347 amount=-1 -kerning first=359 second=1178 amount=1 -kerning first=1058 second=243 amount=-5 -kerning first=1184 second=45 amount=-4 -kerning first=194 second=359 amount=-2 -kerning first=187 second=374 amount=-6 -kerning first=258 second=1198 amount=-5 -kerning first=341 second=1237 amount=-1 -kerning first=1068 second=93 amount=-1 -kerning first=1234 second=253 amount=-4 -kerning first=935 second=290 amount=-2 -kerning first=122 second=273 amount=-1 -kerning first=239 second=1053 amount=3 -kerning first=1166 second=1235 amount=-1 -kerning first=1225 second=8217 amount=2 -kerning first=910 second=287 amount=-6 -kerning first=959 second=1232 amount=-2 -kerning first=1220 second=65 amount=-2 -kerning first=107 second=1139 amount=-1 -kerning first=1116 second=333 amount=-1 -kerning first=902 second=245 amount=-1 -kerning first=8225 second=294 amount=3 -kerning first=1207 second=8244 amount=2 -kerning first=120 second=966 amount=-1 -kerning first=1258 second=1140 amount=-2 -kerning first=1027 second=240 amount=-5 -kerning first=313 second=8225 amount=-6 -kerning first=193 second=92 amount=-5 -kerning first=345 second=1086 amount=-1 -kerning first=1100 second=125 amount=-2 -kerning first=1114 second=1265 amount=-2 -kerning first=1276 second=234 amount=-2 -kerning first=335 second=1197 amount=-2 -kerning first=903 second=192 amount=-5 -kerning first=1050 second=1254 amount=-2 -kerning first=334 second=197 amount=-2 -kerning first=114 second=308 amount=-4 -kerning first=1207 second=84 amount=-2 -kerning first=8224 second=1077 amount=-2 -kerning first=372 second=923 amount=-4 -kerning first=1198 second=212 amount=-3 -kerning first=1188 second=1235 amount=-5 -kerning first=380 second=339 amount=-1 -kerning first=1276 second=1243 amount=-2 -kerning first=355 second=1050 amount=1 -kerning first=55 second=271 amount=-3 -kerning first=193 second=338 amount=-2 -kerning first=90 second=1242 amount=-2 -kerning first=1253 second=358 amount=-3 -kerning first=256 second=8224 amount=-5 -kerning first=107 second=247 amount=-2 -kerning first=932 second=1175 amount=-3 -kerning first=1050 second=1144 amount=-2 -kerning first=1196 second=1253 amount=-4 -kerning first=116 second=76 amount=1 -kerning first=1125 second=1197 amount=-1 -kerning first=939 second=46 amount=-4 -kerning first=354 second=291 amount=-5 -kerning first=1068 second=1265 amount=-1 -kerning first=1106 second=121 amount=-1 -kerning first=376 second=345 amount=-3 -kerning first=179 second=913 amount=-6 -kerning first=301 second=1196 amount=6 -kerning first=65 second=1059 amount=-5 -kerning first=197 second=285 amount=-1 -kerning first=1238 second=1111 amount=5 -kerning first=1093 second=8363 amount=-1 -kerning first=957 second=171 amount=-3 -kerning first=923 second=290 amount=-2 -kerning first=1043 second=940 amount=-5 -kerning first=1164 second=1244 amount=-2 -kerning first=246 second=1263 amount=-1 -kerning first=1128 second=1196 amount=-6 -kerning first=1036 second=1255 amount=-3 -kerning first=1010 second=910 amount=-4 -kerning first=1168 second=1258 amount=-2 -kerning first=216 second=256 amount=-2 -kerning first=1179 second=173 amount=-2 -kerning first=913 second=347 amount=-1 -kerning first=366 second=8218 amount=-5 -kerning first=341 second=246 amount=-1 -kerning first=375 second=1200 amount=-2 -kerning first=1043 second=264 amount=-2 -kerning first=239 second=932 amount=6 -kerning first=337 second=1061 amount=-2 -kerning first=278 second=239 amount=5 -kerning first=1078 second=232 amount=-1 -kerning first=192 second=42 amount=-6 -kerning first=197 second=162 amount=-1 -kerning first=224 second=255 amount=-1 -kerning first=1088 second=84 amount=-3 -kerning first=1059 second=1169 amount=-3 -kerning first=1113 second=1140 amount=-7 -kerning first=1279 second=235 amount=-1 -kerning first=372 second=8370 amount=-2 -kerning first=89 second=228 amount=-6 -kerning first=374 second=336 amount=-3 -kerning first=382 second=265 amount=-1 -kerning first=248 second=1098 amount=-2 -kerning first=195 second=211 amount=-2 -kerning first=259 second=1118 amount=-1 -kerning first=213 second=933 amount=-3 -kerning first=118 second=1066 amount=-2 -kerning first=1118 second=356 amount=-2 -kerning first=1259 second=1244 amount=-2 -kerning first=1036 second=126 amount=-4 -kerning first=65 second=291 amount=-1 -kerning first=8250 second=1040 amount=-2 -kerning first=1230 second=1025 amount=1 -kerning first=1111 second=1171 amount=3 -kerning first=1235 second=221 amount=-6 -kerning first=1164 second=193 amount=-2 -kerning first=227 second=1143 amount=-1 -kerning first=341 second=8217 amount=1 -kerning first=240 second=1203 amount=-1 -kerning first=1107 second=101 amount=-1 -kerning first=317 second=1196 amount=-6 -kerning first=48 second=44 amount=-2 -kerning first=55 second=113 amount=-3 -kerning first=1169 second=183 amount=-1 -kerning first=1185 second=289 amount=-1 -kerning first=92 second=46 amount=3 -kerning first=1265 second=301 amount=3 -kerning first=293 second=376 amount=-6 -kerning first=359 second=1045 amount=1 -kerning first=105 second=92 amount=2 -kerning first=8217 second=958 amount=-4 -kerning first=321 second=372 amount=-2 -kerning first=195 second=119 amount=-4 -kerning first=1250 second=206 amount=2 -kerning first=260 second=1012 amount=-2 -kerning first=119 second=194 amount=-4 -kerning first=241 second=356 amount=-3 -kerning first=358 second=1181 amount=-4 -kerning first=98 second=8216 amount=-4 -kerning first=1061 second=245 amount=-2 -kerning first=179 second=308 amount=-7 -kerning first=1116 second=1077 amount=-1 -kerning first=1201 second=1010 amount=-1 -kerning first=1215 second=1185 amount=-1 -kerning first=260 second=358 amount=-6 -kerning first=211 second=1035 amount=-2 -kerning first=1059 second=1088 amount=-3 -kerning first=1259 second=193 amount=-2 -kerning first=1097 second=254 amount=1 -kerning first=343 second=1235 amount=-1 -kerning first=255 second=287 amount=-1 -kerning first=1128 second=271 amount=-1 -kerning first=8353 second=1232 amount=-1 -kerning first=221 second=59 amount=-4 -kerning first=939 second=103 amount=-6 -kerning first=1107 second=1083 amount=-3 -kerning first=8221 second=1209 amount=-4 -kerning first=44 second=933 amount=-4 -kerning first=947 second=44 amount=-5 -kerning first=1139 second=118 amount=-1 -kerning first=1220 second=174 amount=-1 -kerning first=1090 second=225 amount=-1 -kerning first=230 second=1185 amount=-1 -kerning first=1118 second=902 amount=-4 -kerning first=1232 second=8370 amount=-2 -kerning first=68 second=372 amount=-1 -kerning first=915 second=43 amount=-3 -kerning first=301 second=1275 amount=3 -kerning first=251 second=1026 amount=-3 -kerning first=119 second=234 amount=-1 -kerning first=1139 second=1201 amount=-1 -kerning first=1196 second=338 amount=-2 -kerning first=1234 second=171 amount=-2 -kerning first=186 second=959 amount=-2 -kerning first=1103 second=1197 amount=-2 -kerning first=935 second=235 amount=-2 -kerning first=905 second=296 amount=2 -kerning first=122 second=240 amount=-1 -kerning first=313 second=79 amount=-2 -kerning first=1256 second=8216 amount=-2 -kerning first=84 second=1258 amount=-2 -kerning first=249 second=8220 amount=-3 -kerning first=1220 second=935 amount=-2 -kerning first=336 second=195 amount=-2 -kerning first=1086 second=1078 amount=-1 -kerning first=1277 second=337 amount=-1 -kerning first=119 second=1243 amount=-1 -kerning first=1200 second=216 amount=-3 -kerning first=1091 second=97 amount=-1 -kerning first=1128 second=1275 amount=-2 -kerning first=116 second=1238 amount=1 -kerning first=382 second=1139 amount=-1 -kerning first=922 second=103 amount=-3 -kerning first=346 second=192 amount=-1 -kerning first=1111 second=320 amount=3 -kerning first=194 second=1254 amount=-2 -kerning first=1275 second=966 amount=-1 -kerning first=234 second=118 amount=-1 -kerning first=95 second=1263 amount=-5 -kerning first=1126 second=1017 amount=-2 -kerning first=353 second=1204 amount=-5 -kerning first=8222 second=1058 amount=-6 -kerning first=58 second=1035 amount=-2 -kerning first=194 second=1144 amount=-2 -kerning first=161 second=939 amount=-4 -kerning first=79 second=1066 amount=-2 -kerning first=1168 second=1080 amount=-4 -kerning first=234 second=1201 amount=-1 -kerning first=1270 second=1232 amount=-6 -kerning first=254 second=258 amount=-2 -kerning first=88 second=288 amount=-2 -kerning first=1263 second=335 amount=-1 -kerning first=965 second=1196 amount=-3 -kerning first=1027 second=230 amount=-5 -kerning first=299 second=303 amount=6 -kerning first=1143 second=244 amount=-1 -kerning first=1243 second=186 amount=-2 -kerning first=277 second=1078 amount=-1 -kerning first=310 second=338 amount=-2 -kerning first=372 second=1116 amount=-2 -kerning first=981 second=1118 amount=-1 -kerning first=1058 second=347 amount=-5 -kerning first=1036 second=305 amount=2 -kerning first=373 second=1234 amount=-4 -kerning first=1098 second=1263 amount=-2 -kerning first=1278 second=334 amount=-2 -kerning first=240 second=910 amount=-7 -kerning first=1267 second=940 amount=-1 -kerning first=239 second=1184 amount=3 -kerning first=317 second=1275 amount=-1 -kerning first=8244 second=253 amount=1 -kerning first=359 second=358 amount=-2 -kerning first=1274 second=1054 amount=-2 -kerning first=1201 second=339 amount=-1 -kerning first=92 second=103 amount=-1 -kerning first=1140 second=959 amount=-4 -kerning first=923 second=235 amount=-1 -kerning first=1198 second=44 amount=-4 -kerning first=1128 second=113 amount=-1 -kerning first=915 second=1236 amount=-6 -kerning first=315 second=1017 amount=-2 -kerning first=299 second=55 amount=6 -kerning first=1175 second=8363 amount=-1 -kerning first=1143 second=8222 amount=-5 -kerning first=376 second=211 amount=-3 -kerning first=1244 second=333 amount=-2 -kerning first=192 second=213 amount=-2 -kerning first=1241 second=121 amount=-1 -kerning first=1059 second=266 amount=-3 -kerning first=1170 second=1069 amount=-2 -kerning first=1035 second=1263 amount=-1 -kerning first=121 second=47 amount=-4 -kerning first=221 second=291 amount=-6 -kerning first=1043 second=1237 amount=-5 -kerning first=80 second=43 amount=-2 -kerning first=299 second=1162 amount=3 -kerning first=936 second=187 amount=-1 -kerning first=1274 second=378 amount=-3 -kerning first=102 second=99 amount=-1 -kerning first=1105 second=1197 amount=-1 -kerning first=1140 second=60 amount=-5 -kerning first=109 second=1196 amount=-3 -kerning first=244 second=1236 amount=-2 -kerning first=1055 second=297 amount=5 -kerning first=352 second=1040 amount=-1 -kerning first=73 second=1111 amount=5 -kerning first=1187 second=310 amount=1 -kerning first=1203 second=963 amount=-1 -kerning first=87 second=277 amount=-4 -kerning first=973 second=354 amount=-3 -kerning first=910 second=1012 amount=-3 -kerning first=263 second=933 amount=-4 -kerning first=192 second=118 amount=-4 -kerning first=1189 second=356 amount=-2 -kerning first=1168 second=172 amount=-3 -kerning first=1059 second=237 amount=-2 -kerning first=219 second=8222 amount=-5 -kerning first=114 second=1263 amount=1 -kerning first=1164 second=374 amount=-7 -kerning first=1066 second=8216 amount=-4 -kerning first=372 second=110 amount=-2 -kerning first=121 second=1198 amount=-2 -kerning first=1196 second=1163 amount=-4 -kerning first=1128 second=87 amount=-4 -kerning first=935 second=169 amount=-2 -kerning first=1188 second=1119 amount=-4 -kerning first=939 second=259 amount=-6 -kerning first=1043 second=961 amount=-4 -kerning first=242 second=1058 amount=-3 -kerning first=910 second=358 amount=3 -kerning first=55 second=52 amount=-4 -kerning first=196 second=36 amount=-1 -kerning first=84 second=1080 amount=-4 -kerning first=228 second=121 amount=-1 -kerning first=192 second=1201 amount=-4 -kerning first=345 second=227 amount=-1 -kerning first=961 second=8224 amount=-2 -kerning first=1020 second=1249 amount=-2 -kerning first=292 second=239 amount=5 -kerning first=347 second=374 amount=-5 -kerning first=1276 second=334 amount=-2 -kerning first=929 second=229 amount=-1 -kerning first=90 second=262 amount=-2 -kerning first=311 second=972 amount=-1 -kerning first=1083 second=1141 amount=-1 -kerning first=1094 second=1048 amount=1 -kerning first=87 second=1189 amount=-2 -kerning first=170 second=1153 amount=-2 -kerning first=340 second=933 amount=-2 -kerning first=1229 second=297 amount=5 -kerning first=212 second=1234 amount=-2 -kerning first=1277 second=1105 amount=-1 -kerning first=1259 second=374 amount=-7 -kerning first=961 second=88 amount=-2 -kerning first=335 second=253 amount=-1 -kerning first=303 second=125 amount=2 -kerning first=354 second=1054 amount=-2 -kerning first=250 second=8217 amount=1 -kerning first=959 second=1200 amount=-7 -kerning first=1203 second=243 amount=-1 -kerning first=1233 second=932 amount=-3 -kerning first=80 second=1236 amount=-5 -kerning first=1191 second=1279 amount=-1 -kerning first=317 second=87 amount=-2 -kerning first=1050 second=301 amount=5 -kerning first=1170 second=8373 amount=-2 -kerning first=114 second=265 amount=-1 -kerning first=1228 second=1198 amount=-6 -kerning first=1207 second=314 amount=1 -kerning first=1040 second=277 amount=-1 -kerning first=176 second=256 amount=-6 -kerning first=1128 second=268 amount=-2 -kerning first=1263 second=1104 amount=-1 -kerning first=1043 second=246 amount=-5 -kerning first=1139 second=356 amount=-3 -kerning first=1265 second=242 amount=-1 -kerning first=923 second=169 amount=-2 -kerning first=89 second=1179 amount=-3 -kerning first=105 second=95 amount=3 -kerning first=1258 second=1058 amount=-2 -kerning first=915 second=251 amount=-5 -kerning first=8217 second=1207 amount=-4 -kerning first=301 second=238 amount=6 -kerning first=354 second=378 amount=-3 -kerning first=1226 second=1250 amount=1 -kerning first=913 second=99 amount=-1 -kerning first=70 second=1257 amount=-3 -kerning first=54 second=8222 amount=-3 -kerning first=256 second=337 amount=-1 -kerning first=1201 second=239 amount=3 -kerning first=257 second=376 amount=-6 -kerning first=1141 second=256 amount=-4 -kerning first=923 second=89 amount=-5 -kerning first=88 second=101 amount=-2 -kerning first=1196 second=95 amount=-4 -kerning first=313 second=8244 amount=-3 -kerning first=1111 second=304 amount=3 -kerning first=1163 second=1178 amount=1 -kerning first=234 second=356 amount=-3 -kerning first=84 second=172 amount=-3 -kerning first=210 second=196 amount=-2 -kerning first=1090 second=100 amount=-1 -kerning first=174 second=1236 amount=-5 -kerning first=358 second=213 amount=-2 -kerning first=1271 second=289 amount=-1 -kerning first=1244 second=1077 amount=-2 -kerning first=317 second=268 amount=-2 -kerning first=243 second=1278 amount=-2 -kerning first=327 second=298 amount=2 -kerning first=65 second=1054 amount=-2 -kerning first=1170 second=249 amount=-5 -kerning first=372 second=192 amount=-4 -kerning first=240 second=1093 amount=-1 -kerning first=345 second=1279 amount=1 -kerning first=1211 second=118 amount=-1 -kerning first=313 second=84 amount=-6 -kerning first=299 second=1225 amount=3 -kerning first=910 second=1169 amount=-3 -kerning first=8244 second=171 amount=-5 -kerning first=1139 second=902 amount=-2 -kerning first=932 second=963 amount=-5 -kerning first=101 second=1199 amount=-1 -kerning first=1207 second=1120 amount=1 -kerning first=1141 second=281 amount=-1 -kerning first=1091 second=1089 amount=-1 -kerning first=81 second=1066 amount=-2 -kerning first=301 second=1037 amount=3 -kerning first=8222 second=939 amount=-7 -kerning first=1211 second=1201 amount=-1 -kerning first=271 second=1110 amount=3 -kerning first=183 second=932 amount=-3 -kerning first=260 second=266 amount=-2 -kerning first=1185 second=1196 amount=-4 -kerning first=1101 second=1236 amount=-2 -kerning first=95 second=1028 amount=-3 -kerning first=1231 second=303 amount=2 -kerning first=1213 second=255 amount=-1 -kerning first=358 second=118 amount=-4 -kerning first=1267 second=1237 amount=-1 -kerning first=333 second=923 amount=-2 -kerning first=114 second=1139 amount=-1 -kerning first=372 second=232 amount=-4 -kerning first=75 second=213 amount=-2 -kerning first=358 second=1201 amount=-4 -kerning first=349 second=174 amount=-1 -kerning first=1180 second=940 amount=-3 -kerning first=8250 second=1198 amount=-6 -kerning first=1120 second=1111 amount=5 -kerning first=1113 second=1058 amount=-7 -kerning first=255 second=358 amount=-2 -kerning first=1170 second=257 amount=-5 -kerning first=332 second=1059 amount=-3 -kerning first=1033 second=1236 amount=-2 -kerning first=173 second=84 amount=-3 -kerning first=935 second=210 amount=-2 -kerning first=1126 second=244 amount=-1 -kerning first=222 second=260 amount=-3 -kerning first=910 second=1088 amount=-3 -kerning first=8218 second=1090 amount=-3 -kerning first=1171 second=46 amount=-6 -kerning first=8230 second=376 amount=-4 -kerning first=43 second=354 amount=-3 -kerning first=932 second=243 amount=-5 -kerning first=1180 second=264 amount=-2 -kerning first=101 second=957 amount=-1 -kerning first=102 second=198 amount=-2 -kerning first=902 second=375 amount=-4 -kerning first=1170 second=1153 amount=-5 -kerning first=114 second=247 amount=-2 -kerning first=286 second=299 amount=2 -kerning first=372 second=1084 amount=-2 -kerning first=1202 second=289 amount=-2 -kerning first=75 second=118 amount=-3 -kerning first=1027 second=1095 amount=-5 -kerning first=258 second=963 amount=-1 -kerning first=1080 second=1198 amount=-6 -kerning first=1234 second=286 amount=-2 -kerning first=1103 second=253 amount=-1 -kerning first=1026 second=1035 amount=-3 -kerning first=1279 second=1259 amount=-1 -kerning first=297 second=102 amount=3 -kerning first=337 second=121 amount=-1 -kerning first=75 second=1201 amount=-3 -kerning first=321 second=34 amount=-6 -kerning first=192 second=356 amount=-6 -kerning first=1082 second=103 amount=-1 -kerning first=1222 second=75 amount=1 -kerning first=972 second=1196 amount=-3 -kerning first=1092 second=1267 amount=-1 -kerning first=109 second=87 amount=-3 -kerning first=1198 second=225 amount=-6 -kerning first=324 second=1091 amount=-1 -kerning first=243 second=260 amount=-2 -kerning first=55 second=248 amount=-3 -kerning first=1185 second=271 amount=-1 -kerning first=118 second=65 amount=-4 -kerning first=356 second=1242 amount=-2 -kerning first=1180 second=236 amount=2 -kerning first=1088 second=1118 amount=-1 -kerning first=1232 second=232 amount=-1 -kerning first=1097 second=1036 amount=1 -kerning first=1016 second=1143 amount=-1 -kerning first=170 second=194 amount=-5 -kerning first=1205 second=1066 amount=-2 -kerning first=253 second=8244 amount=2 -kerning first=1091 second=1145 amount=-1 -kerning first=1058 second=99 amount=-5 -kerning first=270 second=1140 amount=-2 -kerning first=1043 second=1197 amount=-2 -kerning first=1107 second=1257 amount=-1 -kerning first=1111 second=1172 amount=3 -kerning first=194 second=301 amount=3 -kerning first=1226 second=1223 amount=1 -kerning first=213 second=1204 amount=-2 -kerning first=1237 second=358 amount=-3 -kerning first=1267 second=246 amount=-1 -kerning first=242 second=939 amount=-7 -kerning first=256 second=1105 amount=-1 -kerning first=107 second=283 amount=-1 -kerning first=1201 second=1072 amount=-1 -kerning first=1222 second=1109 amount=-1 -kerning first=1059 second=245 amount=-6 -kerning first=1064 second=300 amount=2 -kerning first=1270 second=1256 amount=-2 -kerning first=253 second=84 amount=-2 -kerning first=923 second=210 amount=-2 -kerning first=939 second=273 amount=-6 -kerning first=1043 second=1096 amount=-4 -kerning first=1111 second=66 amount=3 -kerning first=1275 second=226 amount=-1 -kerning first=1163 second=1045 amount=1 -kerning first=258 second=243 amount=-1 -kerning first=213 second=1232 amount=-2 -kerning first=261 second=89 amount=-6 -kerning first=118 second=101 amount=-1 -kerning first=288 second=86 amount=-1 -kerning first=36 second=194 amount=-1 -kerning first=170 second=234 amount=-2 -kerning first=1200 second=1191 amount=-3 -kerning first=361 second=8216 amount=-3 -kerning first=957 second=8363 amount=-1 -kerning first=169 second=923 amount=-2 -kerning first=341 second=253 amount=1 -kerning first=1117 second=1185 amount=-2 -kerning first=241 second=1265 amount=-1 -kerning first=1114 second=1278 amount=-2 -kerning first=221 second=1054 amount=-3 -kerning first=1267 second=8217 amount=2 -kerning first=170 second=1243 amount=-2 -kerning first=353 second=1200 amount=-5 -kerning first=903 second=44 amount=-6 -kerning first=1274 second=299 amount=6 -kerning first=247 second=86 amount=-2 -kerning first=8250 second=1175 amount=-2 -kerning first=1186 second=295 amount=1 -kerning first=1184 second=337 amount=-3 -kerning first=922 second=273 amount=-3 -kerning first=935 second=1259 amount=-2 -kerning first=243 second=1090 amount=-2 -kerning first=44 second=1204 amount=-2 -kerning first=196 second=1242 amount=-2 -kerning first=258 second=8221 amount=-7 -kerning first=210 second=89 amount=-3 -kerning first=1197 second=95 amount=-3 -kerning first=1090 second=1026 amount=-2 -kerning first=118 second=1083 amount=-3 -kerning first=345 second=1092 amount=-1 -kerning first=1118 second=267 amount=-1 -kerning first=910 second=266 amount=-3 -kerning first=1056 second=227 amount=-1 -kerning first=1171 second=103 amount=-1 -kerning first=1230 second=1049 amount=1 -kerning first=1168 second=965 amount=-4 -kerning first=1050 second=242 amount=-3 -kerning first=1226 second=8220 amount=-3 -kerning first=1102 second=923 amount=-2 -kerning first=1105 second=253 amount=-1 -kerning first=1140 second=290 amount=-2 -kerning first=1068 second=1278 amount=-2 -kerning first=1258 second=939 amount=-3 -kerning first=1188 second=121 amount=-4 -kerning first=193 second=335 amount=-1 -kerning first=1185 second=113 amount=-1 -kerning first=1085 second=86 amount=-3 -kerning first=283 second=1267 amount=-1 -kerning first=1191 second=186 amount=-3 -kerning first=1115 second=1185 amount=-2 -kerning first=359 second=1048 amount=1 -kerning first=267 second=376 amount=-4 -kerning first=8222 second=967 amount=-3 -kerning first=101 second=354 amount=-3 -kerning first=79 second=65 amount=-2 -kerning first=171 second=358 amount=-3 -kerning first=1234 second=920 amount=-2 -kerning first=1211 second=356 amount=-3 -kerning first=39 second=258 amount=-5 -kerning first=910 second=237 amount=-2 -kerning first=8244 second=117 amount=-3 -kerning first=1052 second=296 amount=2 -kerning first=197 second=940 amount=-1 -kerning first=356 second=1074 amount=-4 -kerning first=1145 second=269 amount=-1 -kerning first=1034 second=923 amount=-2 -kerning first=253 second=1239 amount=-1 -kerning first=92 second=273 amount=-1 -kerning first=1216 second=301 amount=5 -kerning first=89 second=214 amount=-3 -kerning first=1128 second=248 amount=-1 -kerning first=1217 second=265 amount=-2 -kerning first=111 second=1203 amount=-1 -kerning first=939 second=1167 amount=-3 -kerning first=1111 second=1052 amount=3 -kerning first=208 second=1066 amount=-2 -kerning first=70 second=1108 amount=-3 -kerning first=86 second=284 amount=-2 -kerning first=375 second=244 amount=-1 -kerning first=110 second=1140 amount=-3 -kerning first=293 second=1141 amount=-1 -kerning first=923 second=1259 amount=-1 -kerning first=305 second=301 amount=3 -kerning first=76 second=908 amount=-2 -kerning first=344 second=376 amount=-2 -kerning first=933 second=963 amount=-6 -kerning first=65 second=372 amount=-4 -kerning first=197 second=264 amount=-2 -kerning first=1168 second=333 amount=-5 -kerning first=1046 second=1089 amount=-2 -kerning first=1163 second=358 amount=-2 -kerning first=339 second=1026 amount=-3 -kerning first=1199 second=1207 amount=-1 -kerning first=913 second=8353 amount=-2 -kerning first=1089 second=1059 amount=-4 -kerning first=1086 second=8220 amount=-4 -kerning first=70 second=1032 amount=-4 -kerning first=902 second=187 amount=-2 -kerning first=8225 second=972 amount=-2 -kerning first=1232 second=221 amount=-5 -kerning first=1128 second=39 amount=-5 -kerning first=116 second=1250 amount=1 -kerning first=915 second=277 amount=-5 -kerning first=243 second=170 amount=-2 -kerning first=354 second=299 amount=6 -kerning first=1187 second=921 amount=1 -kerning first=1170 second=194 amount=-6 -kerning first=1219 second=297 amount=2 -kerning first=112 second=41 amount=-1 -kerning first=227 second=118 amount=-1 -kerning first=240 second=1234 amount=-2 -kerning first=1234 second=8363 amount=-1 -kerning first=186 second=196 amount=-5 -kerning first=375 second=8222 amount=-5 -kerning first=1225 second=1065 amount=1 -kerning first=1178 second=963 amount=-3 -kerning first=1243 second=1040 amount=-2 -kerning first=281 second=1026 amount=-3 -kerning first=1168 second=8218 amount=-8 -kerning first=1207 second=1190 amount=1 -kerning first=119 second=8230 amount=-5 -kerning first=1113 second=939 amount=-11 -kerning first=253 second=74 amount=-4 -kerning first=227 second=1201 amount=-1 -kerning first=1196 second=944 amount=-4 -kerning first=303 second=239 amount=3 -kerning first=84 second=965 amount=-4 -kerning first=256 second=1171 amount=-2 -kerning first=247 second=50 amount=-2 -kerning first=1068 second=260 amount=-2 -kerning first=358 second=902 amount=-6 -kerning first=933 second=243 amount=-6 -kerning first=915 second=1189 amount=-4 -kerning first=232 second=86 amount=-3 -kerning first=260 second=245 amount=-1 -kerning first=1170 second=234 amount=-5 -kerning first=186 second=235 amount=-2 -kerning first=1271 second=1196 amount=-2 -kerning first=1126 second=349 amount=-1 -kerning first=1118 second=177 amount=-3 -kerning first=242 second=967 amount=-1 -kerning first=263 second=1204 amount=-5 -kerning first=317 second=39 amount=-6 -kerning first=8244 second=953 amount=-4 -kerning first=381 second=43 amount=-2 -kerning first=932 second=347 amount=-5 -kerning first=1145 second=1086 amount=-1 -kerning first=1277 second=231 amount=-1 -kerning first=1059 second=1097 amount=-3 -kerning first=902 second=1066 amount=-6 -kerning first=1170 second=1243 amount=-5 -kerning first=343 second=121 amount=1 -kerning first=1270 second=114 amount=-4 -kerning first=246 second=258 amount=-2 -kerning first=1217 second=1139 amount=-2 -kerning first=1058 second=198 amount=-6 -kerning first=382 second=283 amount=-1 -kerning first=1184 second=1105 amount=-3 -kerning first=939 second=240 amount=-6 -kerning first=1027 second=38 amount=-2 -kerning first=972 second=87 amount=-3 -kerning first=1179 second=84 amount=-4 -kerning first=1139 second=93 amount=-1 -kerning first=112 second=1091 amount=-1 -kerning first=95 second=324 amount=3 -kerning first=1114 second=1090 amount=-4 -kerning first=376 second=97 amount=-6 -kerning first=1178 second=243 amount=-3 -kerning first=1171 second=259 amount=-1 -kerning first=374 second=1242 amount=-3 -kerning first=65 second=299 amount=3 -kerning first=1230 second=294 amount=1 -kerning first=1046 second=1145 amount=-2 -kerning first=1170 second=1085 amount=-4 -kerning first=1140 second=196 amount=-5 -kerning first=290 second=1140 amount=-1 -kerning first=372 second=212 amount=-2 -kerning first=1196 second=335 amount=-5 -kerning first=1198 second=100 amount=-6 -kerning first=95 second=1271 amount=3 -kerning first=111 second=910 amount=-7 -kerning first=299 second=377 amount=6 -kerning first=55 second=115 amount=-3 -kerning first=193 second=1104 amount=-1 -kerning first=84 second=333 amount=-5 -kerning first=1169 second=95 amount=-3 -kerning first=1274 second=1020 amount=-4 -kerning first=1180 second=246 amount=-3 -kerning first=1063 second=298 amount=2 -kerning first=1239 second=121 amount=-1 -kerning first=1279 second=1193 amount=-1 -kerning first=1217 second=247 amount=-4 -kerning first=295 second=1196 amount=-3 -kerning first=922 second=240 amount=-3 -kerning first=357 second=126 amount=-1 -kerning first=194 second=242 amount=-1 -kerning first=177 second=1140 amount=-4 -kerning first=1068 second=1090 amount=-2 -kerning first=358 second=1173 amount=-4 -kerning first=294 second=170 amount=3 -kerning first=269 second=89 amount=-4 -kerning first=916 second=934 amount=-2 -kerning first=225 second=933 amount=-6 -kerning first=356 second=945 amount=-5 -kerning first=1189 second=267 amount=-1 -kerning first=1050 second=1099 amount=2 -kerning first=953 second=45 amount=-2 -kerning first=1140 second=235 amount=-4 -kerning first=34 second=197 amount=-5 -kerning first=966 second=1277 amount=-1 -kerning first=1027 second=255 amount=-4 -kerning first=1107 second=1108 amount=-1 -kerning first=333 second=1217 amount=-2 -kerning first=258 second=347 amount=-1 -kerning first=84 second=8218 amount=-8 -kerning first=1139 second=1265 amount=-1 -kerning first=1185 second=52 amount=-3 -kerning first=1090 second=1235 amount=-1 -kerning first=1100 second=1203 amount=-1 -kerning first=1271 second=271 amount=-1 -kerning first=104 second=932 amount=-3 -kerning first=1054 second=258 amount=-2 -kerning first=310 second=335 amount=-3 -kerning first=88 second=1257 amount=-2 -kerning first=1058 second=8353 amount=-2 -kerning first=356 second=262 amount=-2 -kerning first=97 second=255 amount=-1 -kerning first=194 second=8220 amount=-8 -kerning first=1168 second=1077 amount=-5 -kerning first=79 second=935 amount=-2 -kerning first=1207 second=78 amount=1 -kerning first=121 second=963 amount=-1 -kerning first=87 second=58 amount=-3 -kerning first=239 second=236 amount=6 -kerning first=196 second=86 amount=-5 -kerning first=918 second=8353 amount=-2 -kerning first=369 second=1066 amount=-3 -kerning first=1232 second=212 amount=-2 -kerning first=1164 second=1249 amount=-2 -kerning first=1200 second=927 amount=-3 -kerning first=92 second=240 amount=-1 -kerning first=1091 second=1233 amount=-1 -kerning first=254 second=1059 amount=-7 -kerning first=1195 second=374 amount=-4 -kerning first=1217 second=1028 amount=-2 -kerning first=116 second=1223 amount=1 -kerning first=195 second=1089 amount=-1 -kerning first=1179 second=1239 amount=-1 -kerning first=1187 second=914 amount=1 -kerning first=234 second=1265 amount=-1 -kerning first=174 second=277 amount=-2 -kerning first=1114 second=170 amount=-3 -kerning first=328 second=375 amount=-1 -kerning first=333 second=192 amount=-2 -kerning first=1181 second=244 amount=-1 -kerning first=1270 second=1017 amount=-2 -kerning first=1198 second=112 amount=-3 -kerning first=81 second=65 amount=-2 -kerning first=935 second=1193 amount=-2 -kerning first=1043 second=253 amount=-4 -kerning first=313 second=1118 amount=-4 -kerning first=196 second=945 amount=-1 -kerning first=193 second=353 amount=-1 -kerning first=1259 second=1249 amount=-2 -kerning first=374 second=1074 amount=-3 -kerning first=8217 second=8249 amount=-5 -kerning first=354 second=1020 amount=-4 -kerning first=121 second=243 amount=-1 -kerning first=1068 second=170 amount=-2 -kerning first=239 second=330 amount=3 -kerning first=910 second=245 amount=-6 -kerning first=76 second=126 amount=-3 -kerning first=196 second=262 amount=-2 -kerning first=256 second=1091 amount=-4 -kerning first=102 second=193 amount=-2 -kerning first=1113 second=967 amount=-2 -kerning first=1205 second=929 amount=1 -kerning first=1202 second=271 amount=-2 -kerning first=89 second=354 amount=3 -kerning first=981 second=256 amount=-2 -kerning first=1186 second=82 amount=1 -kerning first=1128 second=115 amount=-1 -kerning first=243 second=120 amount=-1 -kerning first=1203 second=99 amount=-1 -kerning first=227 second=356 amount=-3 -kerning first=1087 second=1197 amount=-2 -kerning first=1271 second=113 amount=-1 -kerning first=245 second=197 amount=-2 -kerning first=116 second=8220 amount=-3 -kerning first=270 second=1058 amount=-2 -kerning first=1082 second=273 amount=-1 -kerning first=1168 second=351 amount=-5 -kerning first=213 second=1200 amount=-3 -kerning first=1016 second=1202 amount=-2 -kerning first=1040 second=932 amount=-6 -kerning first=1196 second=1104 amount=-5 -kerning first=121 second=8221 amount=2 -kerning first=162 second=89 amount=-4 -kerning first=966 second=933 amount=-7 -kerning first=1109 second=86 amount=-3 -kerning first=1122 second=194 amount=-2 -kerning first=84 second=1077 amount=-5 -kerning first=233 second=1140 amount=-3 -kerning first=257 second=1141 amount=-1 -kerning first=1100 second=910 amount=-11 -kerning first=102 second=233 amount=-1 -kerning first=1200 second=269 amount=-6 -kerning first=169 second=1217 amount=-2 -kerning first=1140 second=169 amount=-2 -kerning first=923 second=1193 amount=-1 -kerning first=8221 second=1143 amount=1 -kerning first=195 second=1145 amount=-1 -kerning first=95 second=1087 amount=3 -kerning first=87 second=285 amount=-4 -kerning first=102 second=1241 amount=-1 -kerning first=355 second=292 amount=1 -kerning first=8244 second=8363 amount=-4 -kerning first=197 second=246 amount=-1 -kerning first=256 second=231 amount=-1 -kerning first=192 second=1265 amount=-4 -kerning first=1201 second=910 amount=-2 -kerning first=1196 second=1114 amount=-4 -kerning first=89 second=913 amount=-5 -kerning first=1198 second=1026 amount=3 -kerning first=111 second=1093 amount=-1 -kerning first=939 second=230 amount=-6 -kerning first=357 second=327 amount=1 -kerning first=8221 second=952 amount=-4 -kerning first=8230 second=96 amount=-9 -kerning first=1197 second=335 amount=-1 -kerning first=247 second=8216 amount=-2 -kerning first=1210 second=910 amount=-6 -kerning first=912 second=47 amount=-2 -kerning first=1102 second=1217 amount=-2 -kerning first=310 second=1104 amount=-3 -kerning first=8220 second=195 amount=-6 -kerning first=933 second=347 amount=-4 -kerning first=44 second=1200 amount=-4 -kerning first=1083 second=49 amount=-3 -kerning first=114 second=258 amount=-3 -kerning first=1255 second=1197 amount=-2 -kerning first=169 second=192 amount=-2 -kerning first=118 second=1257 amount=-1 -kerning first=1242 second=86 amount=-2 -kerning first=1193 second=374 amount=-7 -kerning first=1198 second=67 amount=-3 -kerning first=1263 second=1236 amount=-4 -kerning first=1254 second=197 amount=-2 -kerning first=87 second=162 amount=-4 -kerning first=8370 second=84 amount=-2 -kerning first=197 second=8217 amount=-7 -kerning first=161 second=92 amount=-2 -kerning first=1257 second=358 amount=-3 -kerning first=923 second=1109 amount=-1 -kerning first=1202 second=113 amount=-2 -kerning first=372 second=44 amount=-6 -kerning first=1085 second=8216 amount=-3 -kerning first=1234 second=216 amount=-2 -kerning first=345 second=981 amount=-1 -kerning first=1034 second=1217 amount=-2 -kerning first=376 second=1089 amount=-6 -kerning first=1091 second=1058 amount=-2 -kerning first=378 second=1035 amount=-2 -kerning first=1171 second=273 amount=-1 -kerning first=192 second=267 amount=-1 -kerning first=197 second=352 amount=-1 -kerning first=902 second=288 amount=-2 -kerning first=114 second=283 amount=-1 -kerning first=279 second=1197 amount=-1 -kerning first=1097 second=98 amount=1 -kerning first=1102 second=192 amount=-2 -kerning first=1040 second=285 amount=-1 -kerning first=1196 second=353 amount=-5 -kerning first=295 second=87 amount=-3 -kerning first=905 second=1111 amount=5 -kerning first=309 second=309 amount=3 -kerning first=84 second=351 amount=-5 -kerning first=1185 second=248 amount=-1 -kerning first=1274 second=1098 amount=-2 -kerning first=1200 second=1086 amount=-6 -kerning first=89 second=1103 amount=-4 -kerning first=374 second=945 amount=-6 -kerning first=1058 second=241 amount=-4 -kerning first=301 second=108 amount=3 -kerning first=1075 second=356 amount=-2 -kerning first=195 second=1140 amount=-5 -kerning first=1170 second=334 amount=-2 -kerning first=210 second=1046 amount=-2 -kerning first=913 second=233 amount=-1 -kerning first=8224 second=197 amount=-5 -kerning first=95 second=176 amount=-4 -kerning first=110 second=1058 amount=-3 -kerning first=333 second=221 amount=-7 -kerning first=65 second=34 amount=-5 -kerning first=932 second=99 amount=-5 -kerning first=1145 second=227 amount=-1 -kerning first=1034 second=192 amount=-2 -kerning first=255 second=245 amount=-1 -kerning first=253 second=263 amount=-1 -kerning first=913 second=1241 amount=-1 -kerning first=1040 second=162 amount=-1 -kerning first=89 second=308 amount=-2 -kerning first=374 second=262 amount=-3 -kerning first=351 second=84 amount=-5 -kerning first=81 second=935 amount=-2 -kerning first=1043 second=171 amount=-8 -kerning first=8360 second=1140 amount=-3 -kerning first=355 second=1027 amount=1 -kerning first=1163 second=1048 amount=1 -kerning first=1243 second=1198 amount=-7 -kerning first=1114 second=120 amount=-1 -kerning first=1222 second=1042 amount=1 -kerning first=101 second=1263 amount=-1 -kerning first=1170 second=373 amount=-4 -kerning first=8224 second=275 amount=-2 -kerning first=248 second=195 amount=-2 -kerning first=308 second=8218 amount=-5 -kerning first=1211 second=1265 amount=-1 -kerning first=910 second=1097 amount=-3 -kerning first=98 second=1143 amount=-1 -kerning first=208 second=65 amount=-2 -kerning first=216 second=1196 amount=-2 -kerning first=1092 second=1279 amount=-1 -kerning first=1170 second=1273 amount=-4 -kerning first=1141 second=289 amount=-1 -kerning first=88 second=1108 amount=-2 -kerning first=1128 second=63 amount=-4 -kerning first=1184 second=1091 amount=-3 -kerning first=335 second=1185 amount=-2 -kerning first=1188 second=1081 amount=-4 -kerning first=1187 second=72 amount=1 -kerning first=332 second=372 amount=-1 -kerning first=1068 second=120 amount=-1 -kerning first=358 second=1265 amount=-4 -kerning first=328 second=1066 amount=-3 -kerning first=376 second=1145 amount=-6 -kerning first=179 second=258 amount=-6 -kerning first=315 second=8223 amount=-3 -kerning first=301 second=1134 amount=3 -kerning first=1253 second=375 amount=-1 -kerning first=1241 second=8224 amount=-2 -kerning first=356 second=111 amount=-5 -kerning first=1082 second=240 amount=-1 -kerning first=1215 second=1267 amount=-1 -kerning first=1016 second=118 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=1093 second=269 amount=-1 -kerning first=1140 second=210 amount=-2 -kerning first=1202 second=268 amount=-2 -kerning first=1125 second=1185 amount=-1 -kerning first=1012 second=1035 amount=-2 -kerning first=221 second=1020 amount=-3 -kerning first=1122 second=376 amount=-7 -kerning first=8221 second=916 amount=-8 -kerning first=263 second=1200 amount=-4 -kerning first=258 second=99 amount=-1 -kerning first=1197 second=1104 amount=-1 -kerning first=70 second=1255 amount=-3 -kerning first=230 second=1267 amount=-1 -kerning first=1100 second=1093 amount=-1 -kerning first=961 second=41 amount=-1 -kerning first=1016 second=1201 amount=-1 -kerning first=1241 second=88 amount=-2 -kerning first=354 second=1098 amount=-2 -kerning first=1188 second=71 amount=-2 -kerning first=1169 second=335 amount=-1 -kerning first=1078 second=100 amount=-1 -kerning first=921 second=296 amount=2 -kerning first=46 second=1196 amount=-2 -kerning first=192 second=177 amount=-3 -kerning first=1270 second=244 amount=-5 -kerning first=1279 second=1010 amount=-1 -kerning first=1265 second=923 amount=-4 -kerning first=290 second=1058 amount=-2 -kerning first=1186 second=221 amount=-1 -kerning first=1058 second=193 amount=-6 -kerning first=1184 second=231 amount=-3 -kerning first=75 second=1265 amount=-3 -kerning first=186 second=1259 amount=-2 -kerning first=8217 second=228 amount=-4 -kerning first=270 second=939 amount=-3 -kerning first=73 second=938 amount=2 -kerning first=340 second=1200 amount=-2 -kerning first=1095 second=933 amount=-6 -kerning first=86 second=213 amount=-2 -kerning first=358 second=267 amount=-5 -kerning first=1061 second=288 amount=-2 -kerning first=297 second=105 amount=6 -kerning first=934 second=46 amount=-3 -kerning first=57 second=910 amount=-2 -kerning first=211 second=354 amount=-2 -kerning first=1199 second=8249 amount=-3 -kerning first=373 second=333 amount=-1 -kerning first=169 second=221 amount=-3 -kerning first=1198 second=1235 amount=-6 -kerning first=1248 second=8230 amount=-1 -kerning first=920 second=1276 amount=-2 -kerning first=1166 second=45 amount=-2 -kerning first=55 second=959 amount=-3 -kerning first=196 second=111 amount=-1 -kerning first=1143 second=257 amount=-1 -kerning first=1243 second=1175 amount=-1 -kerning first=320 second=303 amount=2 -kerning first=1119 second=255 amount=-1 -kerning first=345 second=1040 amount=-3 -kerning first=102 second=1111 amount=7 -kerning first=961 second=1091 amount=-1 -kerning first=1270 second=8222 amount=-8 -kerning first=1265 second=295 amount=3 -kerning first=1058 second=233 amount=-5 -kerning first=1167 second=198 amount=-2 -kerning first=1143 second=1153 amount=-1 -kerning first=913 second=374 amount=-5 -kerning first=283 second=1279 amount=-1 -kerning first=1278 second=199 amount=-2 -kerning first=8216 second=196 amount=-6 -kerning first=353 second=8222 amount=-3 -kerning first=297 second=8360 amount=3 -kerning first=1171 second=240 amount=-1 -kerning first=1058 second=1241 amount=-5 -kerning first=107 second=291 amount=-1 -kerning first=1116 second=275 amount=-1 -kerning first=1230 second=322 amount=1 -kerning first=1088 second=256 amount=-2 -kerning first=902 second=101 amount=-1 -kerning first=1187 second=1058 amount=-2 -kerning first=8225 second=195 amount=-5 -kerning first=1235 second=1026 amount=-3 -kerning first=1097 second=1035 amount=-2 -kerning first=1102 second=221 amount=-7 -kerning first=373 second=8218 amount=-5 -kerning first=1093 second=1086 amount=-1 -kerning first=92 second=346 amount=-1 -kerning first=75 second=267 amount=-3 -kerning first=335 second=1276 amount=-2 -kerning first=1188 second=45 amount=-3 -kerning first=8221 second=1181 amount=-1 -kerning first=1111 second=203 amount=3 -kerning first=55 second=60 amount=-6 -kerning first=196 second=8216 amount=-8 -kerning first=1072 second=8220 amount=-3 -kerning first=1118 second=260 amount=-4 -kerning first=1232 second=1213 amount=-2 -kerning first=1140 second=1259 amount=-4 -kerning first=297 second=325 amount=3 -kerning first=1058 second=1230 amount=-4 -kerning first=915 second=58 amount=-2 -kerning first=8222 second=92 amount=-6 -kerning first=58 second=354 amount=-2 -kerning first=357 second=1056 amount=1 -kerning first=260 second=375 amount=-4 -kerning first=211 second=913 amount=-2 -kerning first=1199 second=1035 amount=-2 -kerning first=904 second=299 amount=5 -kerning first=111 second=1234 amount=-2 -kerning first=935 second=1010 amount=-2 -kerning first=1126 second=1069 amount=-2 -kerning first=1267 second=171 amount=-3 -kerning first=196 second=350 amount=-1 -kerning first=225 second=1204 amount=-3 -kerning first=1087 second=253 amount=-1 -kerning first=1059 second=187 amount=-4 -kerning first=1034 second=221 amount=-7 -kerning first=1066 second=1143 amount=-1 -kerning first=1279 second=339 amount=-1 -kerning first=1091 second=939 amount=-2 -kerning first=301 second=204 amount=3 -kerning first=939 second=1095 amount=-6 -kerning first=1251 second=933 amount=-6 -kerning first=1179 second=263 amount=-1 -kerning first=118 second=1108 amount=-1 -kerning first=1103 second=1185 amount=-2 -kerning first=932 second=198 amount=-6 -kerning first=334 second=86 amount=-2 -kerning first=1170 second=8230 amount=-2 -kerning first=1094 second=1066 amount=-2 -kerning first=372 second=225 amount=-4 -kerning first=1043 second=117 amount=-5 -kerning first=8216 second=1222 amount=-5 -kerning first=1107 second=1255 amount=-1 -kerning first=1081 second=255 amount=-1 -kerning first=208 second=935 amount=-2 -kerning first=1269 second=1091 amount=-1 -kerning first=118 second=1032 amount=-4 -kerning first=1180 second=253 amount=-3 -kerning first=110 second=939 amount=-6 -kerning first=1276 second=199 amount=-2 -kerning first=1200 second=371 amount=-3 -kerning first=244 second=932 amount=-3 -kerning first=933 second=99 amount=-6 -kerning first=315 second=1069 amount=-2 -kerning first=1027 second=1251 amount=-4 -kerning first=265 second=1196 amount=-5 -kerning first=205 second=239 amount=5 -kerning first=367 second=374 amount=-4 -kerning first=913 second=1111 amount=3 -kerning first=341 second=8363 amount=-1 -kerning first=358 second=177 amount=-2 -kerning first=1089 second=372 amount=-1 -kerning first=1169 second=1104 amount=-1 -kerning first=356 second=1209 amount=-5 -kerning first=1059 second=1066 amount=3 -kerning first=923 second=1010 amount=-1 -kerning first=1128 second=959 amount=-1 -kerning first=1217 second=283 amount=-2 -kerning first=1109 second=8216 amount=-3 -kerning first=1122 second=373 amount=-1 -kerning first=1107 second=126 amount=-1 -kerning first=1275 second=242 amount=-1 -kerning first=1175 second=269 amount=-1 -kerning first=1255 second=253 amount=-1 -kerning first=233 second=1058 amount=-3 -kerning first=212 second=8218 amount=-3 -kerning first=1104 second=221 amount=-7 -kerning first=1231 second=298 amount=2 -kerning first=345 second=355 amount=2 -kerning first=1271 second=248 amount=-1 -kerning first=293 second=49 amount=-3 -kerning first=1178 second=99 amount=-3 -kerning first=59 second=86 amount=-4 -kerning first=216 second=87 amount=-1 -kerning first=373 second=1077 amount=-1 -kerning first=1016 second=356 amount=-3 -kerning first=241 second=1090 amount=-2 -kerning first=935 second=339 amount=-2 -kerning first=1126 second=8373 amount=-2 -kerning first=1026 second=1199 amount=-1 -kerning first=299 second=1229 amount=3 -kerning first=242 second=92 amount=-4 -kerning first=1078 second=1026 amount=-3 -kerning first=932 second=8353 amount=-2 -kerning first=1145 second=1092 amount=-1 -kerning first=1120 second=938 amount=2 -kerning first=902 second=174 amount=-5 -kerning first=343 second=45 amount=-2 -kerning first=1200 second=227 amount=-6 -kerning first=374 second=111 amount=-6 -kerning first=1128 second=60 amount=-2 -kerning first=75 second=177 amount=-2 -kerning first=915 second=285 amount=-5 -kerning first=99 second=1198 amount=-4 -kerning first=44 second=55 amount=-1 -kerning first=279 second=253 amount=-1 -kerning first=913 second=332 amount=-2 -kerning first=227 second=1265 amount=-1 -kerning first=94 second=916 amount=-5 -kerning first=1061 second=101 amount=-2 -kerning first=337 second=8224 amount=-2 -kerning first=1058 second=1125 amount=-4 -kerning first=1253 second=1066 amount=-3 -kerning first=8250 second=90 amount=-2 -kerning first=224 second=84 amount=-3 -kerning first=1092 second=186 amount=-2 -kerning first=1105 second=1185 amount=-1 -kerning first=1242 second=8216 amount=-2 -kerning first=88 second=908 amount=-2 -kerning first=105 second=302 amount=2 -kerning first=966 second=1204 amount=-3 -kerning first=1188 second=1082 amount=-4 -kerning first=1027 second=109 amount=-4 -kerning first=1195 second=1249 amount=-1 -kerning first=246 second=1059 amount=-7 -kerning first=337 second=88 amount=-2 -kerning first=915 second=162 amount=-5 -kerning first=315 second=8373 amount=-2 -kerning first=301 second=1067 amount=3 -kerning first=56 second=8249 amount=-2 -kerning first=1226 second=295 amount=1 -kerning first=1207 second=274 amount=1 -kerning first=1016 second=902 amount=-2 -kerning first=1139 second=1278 amount=-2 -kerning first=290 second=939 amount=-2 -kerning first=87 second=1075 amount=-2 -kerning first=966 second=1232 amount=-2 -kerning first=1026 second=957 amount=-1 -kerning first=1043 second=286 amount=-2 -kerning first=1143 second=194 amount=-4 -kerning first=214 second=84 amount=-2 -kerning first=1277 second=279 amount=-1 -kerning first=1270 second=349 amount=-5 -kerning first=923 second=339 amount=-1 -kerning first=89 second=265 amount=-6 -kerning first=1202 second=248 amount=-2 -kerning first=382 second=291 amount=-1 -kerning first=1258 second=92 amount=-2 -kerning first=1027 second=173 amount=-3 -kerning first=1175 second=1086 amount=-1 -kerning first=258 second=8353 amount=-2 -kerning first=177 second=939 amount=-6 -kerning first=1069 second=1276 amount=-2 -kerning first=1141 second=1196 amount=-2 -kerning first=376 second=1233 amount=-6 -kerning first=1171 second=230 amount=-1 -kerning first=307 second=1111 amount=3 -kerning first=1201 second=1234 amount=-4 -kerning first=1086 second=923 amount=-2 -kerning first=1230 second=205 amount=1 -kerning first=1048 second=95 amount=2 -kerning first=195 second=1058 amount=-6 -kerning first=260 second=187 amount=-2 -kerning first=1170 second=1141 amount=-4 -kerning first=1263 second=277 amount=-1 -kerning first=186 second=1193 amount=-2 -kerning first=8230 second=1073 amount=-2 -kerning first=1143 second=234 amount=-1 -kerning first=124 second=296 amount=2 -kerning first=971 second=910 amount=-4 -kerning first=1200 second=328 amount=-3 -kerning first=1058 second=1111 amount=6 -kerning first=8217 second=1179 amount=-1 -kerning first=8360 second=1058 amount=-5 -kerning first=271 second=1026 amount=3 -kerning first=1199 second=228 amount=-1 -kerning first=1187 second=939 amount=-1 -kerning first=1143 second=1243 amount=-1 -kerning first=1101 second=932 amount=-3 -kerning first=121 second=99 amount=-1 -kerning first=1054 second=1059 amount=-3 -kerning first=918 second=1111 amount=5 -kerning first=197 second=253 amount=-4 -kerning first=1050 second=8370 amount=-2 -kerning first=1059 second=252 amount=-3 -kerning first=254 second=372 amount=-3 -kerning first=1196 second=43 amount=-3 -kerning first=1198 second=1119 amount=-3 -kerning first=248 second=119 amount=-1 -kerning first=1126 second=1153 amount=-1 -kerning first=357 second=933 amount=-1 -kerning first=377 second=183 amount=-2 -kerning first=1273 second=932 amount=-3 -kerning first=1180 second=171 amount=-3 -kerning first=336 second=1140 amount=-2 -kerning first=95 second=217 amount=-3 -kerning first=86 second=902 amount=-5 -kerning first=102 second=46 amount=-4 -kerning first=110 second=967 amount=-1 -kerning first=1191 second=1198 amount=-11 -kerning first=1244 second=275 amount=-2 -kerning first=98 second=1202 amount=-2 -kerning first=1056 second=1040 amount=-5 -kerning first=260 second=1066 amount=-6 -kerning first=339 second=121 amount=-1 -kerning first=373 second=379 amount=-2 -kerning first=1033 second=932 amount=-3 -kerning first=182 second=299 amount=5 -kerning first=297 second=1055 amount=3 -kerning first=1052 second=1111 amount=5 -kerning first=1139 second=260 amount=-2 -kerning first=1274 second=972 amount=-5 -kerning first=1209 second=376 amount=-6 -kerning first=1113 second=92 amount=-7 -kerning first=1141 second=271 amount=-1 -kerning first=1140 second=1193 amount=-4 -kerning first=89 second=1139 amount=-6 -kerning first=933 second=198 amount=-5 -kerning first=1058 second=332 amount=-2 -kerning first=1184 second=363 amount=-2 -kerning first=301 second=77 amount=3 -kerning first=939 second=38 amount=-4 -kerning first=271 second=297 amount=2 -kerning first=1124 second=1276 amount=-1 -kerning first=345 second=47 amount=-1 -kerning first=358 second=369 amount=-5 -kerning first=174 second=285 amount=-2 -kerning first=45 second=1277 amount=-1 -kerning first=1256 second=1202 amount=-2 -kerning first=1176 second=8249 amount=-2 -kerning first=310 second=43 amount=-4 -kerning first=918 second=332 amount=-2 -kerning first=249 second=221 amount=-4 -kerning first=281 second=121 amount=-1 -kerning first=1050 second=181 amount=-2 -kerning first=1216 second=206 amount=2 -kerning first=1233 second=1197 amount=-2 -kerning first=372 second=100 amount=-4 -kerning first=1193 second=1249 amount=-1 -kerning first=1017 second=197 amount=-1 -kerning first=357 second=282 amount=1 -kerning first=1043 second=920 amount=-2 -kerning first=265 second=87 amount=-1 -kerning first=8221 second=118 amount=1 -kerning first=55 second=943 amount=-3 -kerning first=1026 second=354 amount=-3 -kerning first=1097 second=1016 amount=1 -kerning first=89 second=247 amount=-3 -kerning first=374 second=1209 amount=-6 -kerning first=346 second=297 amount=3 -kerning first=1075 second=267 amount=-1 -kerning first=8221 second=1201 amount=1 -kerning first=213 second=8222 amount=-3 -kerning first=1098 second=1059 amount=-11 -kerning first=1117 second=1267 amount=-1 -kerning first=1196 second=1236 amount=-6 -kerning first=174 second=162 amount=-2 -kerning first=87 second=940 amount=-4 -kerning first=313 second=256 amount=2 -kerning first=233 second=939 amount=-7 -kerning first=932 second=241 amount=-4 -kerning first=1230 second=1068 amount=1 -kerning first=1077 second=932 amount=-3 -kerning first=1167 second=1244 amount=-2 -kerning first=1265 second=192 amount=-4 -kerning first=1140 second=1109 amount=-3 -kerning first=169 second=44 amount=-3 -kerning first=923 second=239 amount=3 -kerning first=326 second=374 amount=-6 -kerning first=88 second=1255 amount=-2 -kerning first=75 second=369 amount=-2 -kerning first=1027 second=1220 amount=-4 -kerning first=1074 second=1140 amount=-3 -kerning first=1139 second=1090 amount=-2 -kerning first=1203 second=233 amount=-1 -kerning first=1277 second=1195 amount=-1 -kerning first=87 second=264 amount=-2 -kerning first=67 second=198 amount=-1 -kerning first=76 second=933 amount=-5 -kerning first=933 second=8353 amount=-3 -kerning first=359 second=1066 amount=-2 -kerning first=1168 second=250 amount=-5 -kerning first=1059 second=288 amount=-3 -kerning first=1035 second=1059 amount=-6 -kerning first=1203 second=1241 amount=-1 -kerning first=264 second=256 amount=-1 -kerning first=1043 second=8363 amount=-5 -kerning first=299 second=342 amount=3 -kerning first=376 second=1058 amount=3 -kerning first=910 second=187 amount=-4 -kerning first=1143 second=376 amount=-2 -kerning first=257 second=49 amount=-3 -kerning first=102 second=103 amount=-1 -kerning first=1026 second=913 amount=-2 -kerning first=1232 second=100 amount=-1 -kerning first=1141 second=113 amount=-1 -kerning first=1265 second=232 amount=-1 -kerning first=1115 second=1267 amount=-1 -kerning first=1191 second=1175 amount=-1 -kerning first=88 second=126 amount=-4 -kerning first=89 second=1028 amount=-3 -kerning first=231 second=84 amount=-5 -kerning first=1036 second=1256 amount=-2 -kerning first=922 second=255 amount=-3 -kerning first=321 second=81 amount=-2 -kerning first=354 second=972 amount=-5 -kerning first=1167 second=193 amount=-2 -kerning first=234 second=1090 amount=-1 -kerning first=177 second=967 amount=-3 -kerning first=1095 second=1204 amount=-3 -kerning first=355 second=73 amount=1 -kerning first=1178 second=8353 amount=-2 -kerning first=256 second=279 amount=-1 -kerning first=183 second=1197 amount=-1 -kerning first=1097 second=915 amount=1 -kerning first=1040 second=940 amount=-1 -kerning first=372 second=112 amount=-2 -kerning first=1043 second=1185 amount=-2 -kerning first=225 second=1200 amount=-6 -kerning first=912 second=8221 amount=2 -kerning first=1237 second=375 amount=-1 -kerning first=375 second=257 amount=-1 -kerning first=902 second=1257 amount=-1 -kerning first=45 second=933 amount=-3 -kerning first=1200 second=1092 amount=-6 -kerning first=90 second=284 amount=-2 -kerning first=195 second=182 amount=-1 -kerning first=194 second=8370 amount=-2 -kerning first=1168 second=261 amount=-5 -kerning first=1094 second=929 amount=1 -kerning first=1066 second=1202 amount=-2 -kerning first=957 second=269 amount=-1 -kerning first=1040 second=264 amount=-2 -kerning first=1108 second=358 amount=-5 -kerning first=375 second=1153 amount=-1 -kerning first=910 second=1066 amount=3 -kerning first=8244 second=1191 amount=-1 -kerning first=197 second=171 amount=-2 -kerning first=334 second=8216 amount=-2 -kerning first=92 second=255 amount=-4 -kerning first=1258 second=95 amount=-3 -kerning first=321 second=195 amount=2 -kerning first=243 second=1078 amount=-1 -kerning first=1122 second=1141 amount=-1 -kerning first=195 second=939 amount=-5 -kerning first=1139 second=170 amount=-2 -kerning first=1197 second=43 amount=-1 -kerning first=1096 second=89 amount=-6 -kerning first=121 second=198 amount=-4 -kerning first=1234 second=927 amount=-2 -kerning first=345 second=1175 amount=1 -kerning first=358 second=326 amount=-4 -kerning first=98 second=118 amount=-1 -kerning first=65 second=972 amount=-1 -kerning first=932 second=193 amount=-6 -kerning first=1222 second=910 amount=-1 -kerning first=114 second=291 amount=-1 -kerning first=253 second=256 amount=-4 -kerning first=176 second=268 amount=-1 -kerning first=1196 second=251 amount=-5 -kerning first=1128 second=290 amount=-2 -kerning first=8360 second=939 amount=-5 -kerning first=98 second=1201 amount=-1 -kerning first=8230 second=49 amount=-6 -kerning first=84 second=250 amount=-5 -kerning first=1185 second=959 amount=-1 -kerning first=1180 second=117 amount=-2 -kerning first=318 second=239 amount=5 -kerning first=1215 second=1279 amount=-1 -kerning first=1020 second=255 amount=-1 -kerning first=68 second=195 amount=-2 -kerning first=116 second=295 amount=1 -kerning first=379 second=1060 amount=-2 -kerning first=1251 second=1204 amount=-3 -kerning first=1226 second=82 amount=1 -kerning first=913 second=103 amount=-1 -kerning first=1234 second=1267 amount=-4 -kerning first=230 second=1279 amount=-1 -kerning first=1126 second=234 amount=-1 -kerning first=1118 second=966 amount=-1 -kerning first=328 second=174 amount=-1 -kerning first=376 second=1094 amount=-3 -kerning first=55 second=196 amount=-7 -kerning first=1171 second=1095 amount=-1 -kerning first=1037 second=301 amount=5 -kerning first=59 second=8216 amount=-3 -kerning first=932 second=233 amount=-5 -kerning first=1187 second=1216 amount=1 -kerning first=1016 second=93 amount=-1 -kerning first=253 second=281 amount=-1 -kerning first=42 second=95 amount=-4 -kerning first=944 second=1035 amount=-3 -kerning first=315 second=194 amount=2 -kerning first=1126 second=1243 amount=-1 -kerning first=1111 second=1178 amount=3 -kerning first=1185 second=60 amount=-5 -kerning first=118 second=1255 amount=-1 -kerning first=932 second=1241 amount=-5 -kerning first=1213 second=84 amount=-3 -kerning first=310 second=251 amount=-2 -kerning first=317 second=290 amount=-2 -kerning first=305 second=295 amount=3 -kerning first=1058 second=46 amount=-2 -kerning first=1168 second=331 amount=-4 -kerning first=1059 second=65 amount=-5 -kerning first=1170 second=122 amount=-3 -kerning first=957 second=1086 amount=-1 -kerning first=372 second=67 amount=-2 -kerning first=355 second=1210 amount=1 -kerning first=55 second=235 amount=-3 -kerning first=84 second=261 amount=-5 -kerning first=233 second=967 amount=-1 -kerning first=932 second=1230 amount=-4 -kerning first=1145 second=981 amount=-1 -kerning first=102 second=259 amount=-1 -kerning first=1141 second=238 amount=3 -kerning first=1265 second=221 amount=-2 -kerning first=176 second=52 amount=-3 -kerning first=89 second=367 amount=-3 -kerning first=266 second=194 amount=-1 -kerning first=1186 second=223 amount=1 -kerning first=966 second=1200 amount=-7 -kerning first=939 second=894 amount=-4 -kerning first=260 second=288 amount=-2 -kerning first=284 second=197 amount=-1 -kerning first=927 second=1040 amount=-2 -kerning first=1234 second=269 amount=-1 -kerning first=87 second=1237 amount=-4 -kerning first=1267 second=8363 amount=-1 -kerning first=1106 second=1091 amount=-1 -kerning first=238 second=309 amount=3 -kerning first=8217 second=1199 amount=1 -kerning first=46 second=39 amount=-6 -kerning first=1222 second=107 amount=1 -kerning first=1059 second=101 amount=-6 -kerning first=1207 second=1039 amount=1 -kerning first=1016 second=1265 amount=-1 -kerning first=1188 second=971 amount=-4 -kerning first=941 second=936 amount=-3 -kerning first=1061 second=1257 amount=-2 -kerning first=258 second=233 amount=-1 -kerning first=1220 second=1277 amount=-1 -kerning first=363 second=1198 amount=-4 -kerning first=256 second=1195 amount=-1 -kerning first=1086 second=1217 amount=-2 -kerning first=358 second=260 amount=-6 -kerning first=1067 second=95 amount=2 -kerning first=1232 second=1026 amount=-6 -kerning first=1244 second=336 amount=-2 -kerning first=297 second=280 amount=3 -kerning first=933 second=241 amount=-3 -kerning first=915 second=1075 amount=-4 -kerning first=301 second=928 amount=3 -kerning first=259 second=1196 amount=-3 -kerning first=1167 second=374 amount=-7 -kerning first=258 second=1241 amount=-1 -kerning first=87 second=961 amount=-2 -kerning first=186 second=1010 amount=-2 -kerning first=8221 second=902 amount=-9 -kerning first=910 second=252 amount=-3 -kerning first=355 second=1106 amount=1 -kerning first=192 second=170 amount=-5 -kerning first=1274 second=224 amount=-5 -kerning first=356 second=8250 amount=-3 -kerning first=1180 second=286 amount=-2 -kerning first=224 second=1118 amount=-1 -kerning first=1232 second=67 amount=-2 -kerning first=1093 second=1092 amount=-1 -kerning first=255 second=1066 amount=-2 -kerning first=1184 second=279 amount=-3 -kerning first=935 second=1057 amount=-2 -kerning first=1114 second=1078 amount=-1 -kerning first=297 second=1112 amount=-4 -kerning first=8217 second=957 amount=1 -kerning first=8250 second=198 amount=-2 -kerning first=1086 second=192 amount=-2 -kerning first=38 second=86 amount=-4 -kerning first=1050 second=232 amount=-3 -kerning first=1187 second=183 amount=-1 -kerning first=1066 second=118 amount=-1 -kerning first=221 second=972 amount=-6 -kerning first=1188 second=337 amount=-5 -kerning first=1027 second=79 amount=-2 -kerning first=1211 second=1090 amount=-2 -kerning first=239 second=1065 amount=3 -kerning first=1089 second=1098 amount=-1 -kerning first=193 second=277 amount=-1 -kerning first=84 second=331 amount=-4 -kerning first=1169 second=43 amount=-1 -kerning first=1181 second=1153 amount=-1 -kerning first=375 second=194 amount=-4 -kerning first=1232 second=297 amount=3 -kerning first=1066 second=1201 amount=-1 -kerning first=1058 second=103 amount=-5 -kerning first=195 second=967 amount=-4 -kerning first=1168 second=197 amount=-6 -kerning first=1092 second=1040 amount=-2 -kerning first=1233 second=253 amount=-1 -kerning first=336 second=1058 amount=-2 -kerning first=1068 second=1078 amount=-1 -kerning first=1234 second=1086 amount=-1 -kerning first=87 second=246 amount=-4 -kerning first=358 second=1090 amount=-2 -kerning first=1126 second=376 amount=-5 -kerning first=1046 second=183 amount=-4 -kerning first=1059 second=341 amount=-3 -kerning first=1140 second=1010 amount=-4 -kerning first=1128 second=235 amount=-1 -kerning first=8221 second=1173 amount=-1 -kerning first=1111 second=1045 amount=3 -kerning first=196 second=8250 amount=-2 -kerning first=1139 second=120 amount=-1 -kerning first=932 second=1125 amount=-4 -kerning first=95 second=1054 amount=-3 -kerning first=1237 second=1066 amount=-3 -kerning first=375 second=234 amount=-1 -kerning first=98 second=356 amount=-3 -kerning first=923 second=1057 amount=-2 -kerning first=317 second=196 amount=2 -kerning first=1058 second=1249 amount=-2 -kerning first=1168 second=275 amount=-5 -kerning first=187 second=255 amount=-2 -kerning first=71 second=1035 amount=-2 -kerning first=186 second=339 amount=-2 -kerning first=375 second=1243 amount=-1 -kerning first=905 second=938 amount=2 -kerning first=1043 second=216 amount=-2 -kerning first=299 second=200 amount=3 -kerning first=377 second=338 amount=-2 -kerning first=1220 second=933 amount=-7 -kerning first=1189 second=966 amount=-1 -kerning first=1059 second=174 amount=-1 -kerning first=902 second=1108 amount=-1 -kerning first=1270 second=1069 amount=-2 -kerning first=89 second=324 amount=-3 -kerning first=933 second=193 amount=-5 -kerning first=1036 second=1017 amount=-2 -kerning first=315 second=376 amount=-5 -kerning first=357 second=1204 amount=-2 -kerning first=354 second=224 amount=-5 -kerning first=1179 second=281 amount=-1 -kerning first=234 second=120 amount=-1 -kerning first=1274 second=1117 amount=-4 -kerning first=86 second=267 amount=-4 -kerning first=1256 second=356 amount=-2 -kerning first=268 second=196 amount=-1 -kerning first=910 second=288 amount=-3 -kerning first=89 second=1271 amount=-3 -kerning first=981 second=1196 amount=-3 -kerning first=1241 second=41 amount=-1 -kerning first=1145 second=1040 amount=-2 -kerning first=1168 second=1187 amount=-4 -kerning first=286 second=195 amount=-1 -kerning first=1040 second=246 amount=-1 -kerning first=372 second=1235 amount=-4 -kerning first=299 second=307 amount=6 -kerning first=67 second=1244 amount=-1 -kerning first=258 second=374 amount=-5 -kerning first=256 second=1194 amount=-2 -kerning first=1180 second=920 amount=-2 -kerning first=98 second=902 amount=-2 -kerning first=338 second=301 amount=5 -kerning first=933 second=233 amount=-6 -kerning first=359 second=929 amount=1 -kerning first=1036 second=303 amount=2 -kerning first=915 second=940 amount=-5 -kerning first=270 second=92 amount=-2 -kerning first=260 second=101 amount=-1 -kerning first=311 second=1089 amount=-1 -kerning first=1074 second=1058 amount=-5 -kerning first=365 second=358 amount=-3 -kerning first=1083 second=1035 amount=-3 -kerning first=1226 second=221 amount=-1 -kerning first=1085 second=1143 amount=-1 -kerning first=341 second=102 amount=2 -kerning first=8244 second=1267 amount=1 -kerning first=933 second=1241 amount=-6 -kerning first=84 second=197 amount=-6 -kerning first=1253 second=174 amount=-1 -kerning first=1274 second=81 amount=-2 -kerning first=932 second=1111 amount=6 -kerning first=343 second=337 amount=-1 -kerning first=1140 second=339 amount=-4 -kerning first=1040 second=8217 amount=-7 -kerning first=1217 second=291 amount=-2 -kerning first=915 second=264 amount=-2 -kerning first=1027 second=973 amount=-4 -kerning first=280 second=299 amount=5 -kerning first=1143 second=8230 amount=-2 -kerning first=171 second=1066 amount=-3 -kerning first=1271 second=959 amount=-1 -kerning first=1026 second=1263 amount=-1 -kerning first=1256 second=902 amount=-2 -kerning first=67 second=193 amount=-1 -kerning first=294 second=301 amount=5 -kerning first=1178 second=233 amount=-3 -kerning first=933 second=1230 amount=-3 -kerning first=1184 second=1195 amount=-3 -kerning first=197 second=286 amount=-2 -kerning first=1241 second=1091 amount=-1 -kerning first=1111 second=358 amount=6 -kerning first=1095 second=1200 amount=-6 -kerning first=1040 second=352 amount=-1 -kerning first=1196 second=277 amount=-5 -kerning first=1263 second=932 amount=-2 -kerning first=1188 second=1105 amount=-5 -kerning first=104 second=1197 amount=-2 -kerning first=1178 second=1241 amount=-3 -kerning first=204 second=207 amount=2 -kerning first=936 second=126 amount=-3 -kerning first=323 second=303 amount=2 -kerning first=309 second=87 amount=2 -kerning first=84 second=275 amount=-5 -kerning first=921 second=1111 amount=5 -kerning first=1180 second=8363 amount=-3 -kerning first=1201 second=172 amount=-3 -kerning first=1087 second=1185 amount=-2 -kerning first=102 second=273 amount=-1 -kerning first=1141 second=248 amount=-1 -kerning first=1270 second=8373 amount=-2 -kerning first=254 second=1098 amount=-2 -kerning first=246 second=372 amount=-3 -kerning first=1128 second=169 amount=-2 -kerning first=116 second=82 amount=1 -kerning first=1058 second=259 amount=-5 -kerning first=321 second=211 amount=-2 -kerning first=352 second=198 amount=-1 -kerning first=299 second=1124 amount=3 -kerning first=194 second=232 amount=-1 -kerning first=1175 second=1092 amount=-1 -kerning first=1163 second=1066 amount=-2 -kerning first=371 second=8244 amount=1 -kerning first=1170 second=199 amount=-2 -kerning first=1090 second=45 amount=-1 -kerning first=95 second=1076 amount=3 -kerning first=358 second=946 amount=-4 -kerning first=1126 second=334 amount=-2 -kerning first=945 second=8216 amount=-3 -kerning first=76 second=1204 amount=-6 -kerning first=8244 second=269 amount=-4 -kerning first=950 second=95 amount=4 -kerning first=1274 second=195 amount=-6 -kerning first=932 second=332 amount=-2 -kerning first=1086 second=221 amount=-7 -kerning first=354 second=1117 amount=-4 -kerning first=219 second=8230 amount=-2 -kerning first=1235 second=121 amount=-1 -kerning first=1196 second=1189 amount=-4 -kerning first=89 second=258 amount=-5 -kerning first=1128 second=89 amount=-5 -kerning first=8217 second=913 amount=-9 -kerning first=357 second=315 amount=1 -kerning first=259 second=87 amount=-3 -kerning first=371 second=84 amount=-3 -kerning first=258 second=1111 amount=3 -kerning first=84 second=1187 amount=-4 -kerning first=228 second=1091 amount=-1 -kerning first=94 second=902 amount=-6 -kerning first=1209 second=1141 amount=-1 -kerning first=375 second=376 amount=-2 -kerning first=1200 second=981 amount=-6 -kerning first=378 second=354 amount=-2 -kerning first=310 second=277 amount=-3 -kerning first=76 second=1232 amount=2 -kerning first=374 second=8250 amount=-4 -kerning first=939 second=1251 amount=-3 -kerning first=195 second=183 amount=-2 -kerning first=1250 second=297 amount=5 -kerning first=311 second=1145 amount=-1 -kerning first=1207 second=1024 amount=1 -kerning first=1066 second=356 amount=-3 -kerning first=957 second=227 amount=-1 -kerning first=284 second=106 amount=2 -kerning first=86 second=177 amount=-4 -kerning first=87 second=1096 amount=-2 -kerning first=973 second=1059 amount=-4 -kerning first=1126 second=373 amount=-4 -kerning first=1061 second=1108 amount=-2 -kerning first=317 second=169 amount=-2 -kerning first=8218 second=8220 amount=-8 -kerning first=277 second=221 amount=-7 -kerning first=1011 second=125 amount=2 -kerning first=320 second=298 amount=2 -kerning first=232 second=1143 amount=-1 -kerning first=1277 second=287 amount=-1 -kerning first=1270 second=249 amount=-5 -kerning first=1202 second=959 amount=-2 -kerning first=89 second=283 amount=-6 -kerning first=315 second=334 amount=-2 -kerning first=335 second=1267 amount=-1 -kerning first=379 second=1254 amount=-2 -kerning first=354 second=81 amount=-2 -kerning first=1255 second=1185 amount=-2 -kerning first=121 second=193 amount=-4 -kerning first=345 second=963 amount=-1 -kerning first=1118 second=226 amount=-1 -kerning first=45 second=1204 amount=-3 -kerning first=110 second=92 amount=-3 -kerning first=1054 second=372 amount=-1 -kerning first=262 second=1232 amount=-1 -kerning first=910 second=65 amount=-5 -kerning first=317 second=89 amount=-5 -kerning first=379 second=1144 amount=-2 -kerning first=1181 second=234 amount=-1 -kerning first=1251 second=1200 amount=-6 -kerning first=260 second=174 amount=-5 -kerning first=1050 second=1110 amount=2 -kerning first=1257 second=375 amount=-1 -kerning first=1263 second=285 amount=-1 -kerning first=927 second=47 amount=-3 -kerning first=355 second=173 amount=-1 -kerning first=309 second=238 amount=3 -kerning first=258 second=332 amount=-2 -kerning first=356 second=1143 amount=-4 -kerning first=336 second=939 amount=-3 -kerning first=1181 second=1243 amount=-1 -kerning first=326 second=1249 amount=-2 -kerning first=1202 second=60 amount=-4 -kerning first=89 second=1087 amount=-3 -kerning first=8217 second=1103 amount=-5 -kerning first=97 second=84 amount=-3 -kerning first=1153 second=356 amount=-5 -kerning first=279 second=1185 amount=-1 -kerning first=1066 second=902 amount=-2 -kerning first=913 second=273 amount=-1 -kerning first=227 second=1090 amount=-2 -kerning first=121 second=233 amount=-1 -kerning first=174 second=940 amount=-2 -kerning first=8370 second=256 amount=-1 -kerning first=910 second=101 amount=-6 -kerning first=8244 second=1086 amount=-4 -kerning first=933 second=1125 amount=-3 -kerning first=959 second=194 amount=-2 -kerning first=54 second=8230 amount=-2 -kerning first=192 second=966 amount=-1 -kerning first=197 second=920 amount=-2 -kerning first=343 second=1105 amount=-1 -kerning first=1270 second=257 amount=-5 -kerning first=1140 second=239 amount=5 -kerning first=923 second=910 amount=-5 -kerning first=121 second=1241 amount=-1 -kerning first=1263 second=162 amount=-1 -kerning first=927 second=1198 amount=-3 -kerning first=8217 second=308 amount=-8 -kerning first=939 second=109 amount=-3 -kerning first=222 second=8220 amount=-4 -kerning first=354 second=195 amount=-6 -kerning first=345 second=243 amount=-1 -kerning first=1270 second=1153 amount=-5 -kerning first=1265 second=44 amount=-2 -kerning first=90 second=213 amount=-2 -kerning first=1184 second=1194 amount=-2 -kerning first=65 second=81 amount=-2 -kerning first=356 second=284 amount=-2 -kerning first=44 second=8223 amount=-9 -kerning first=1050 second=212 amount=-2 -kerning first=1012 second=354 amount=-2 -kerning first=221 second=224 amount=-6 -kerning first=380 second=333 amount=-1 -kerning first=333 second=1026 amount=-3 -kerning first=355 second=222 amount=1 -kerning first=1274 second=345 amount=-4 -kerning first=126 second=932 amount=-3 -kerning first=1232 second=83 amount=-1 -kerning first=1207 second=1196 amount=-2 -kerning first=981 second=87 amount=-3 -kerning first=915 second=1237 amount=-5 -kerning first=243 second=8220 amount=-4 -kerning first=939 second=173 amount=-3 -kerning first=194 second=221 amount=-5 -kerning first=55 second=1259 amount=-3 -kerning first=196 second=1143 amount=-4 -kerning first=965 second=89 amount=-4 -kerning first=345 second=8221 amount=1 -kerning first=1213 second=1118 amount=-1 -kerning first=358 second=120 amount=-3 -kerning first=245 second=86 amount=-4 -kerning first=76 second=357 amount=-1 -kerning first=297 second=1062 amount=3 -kerning first=337 second=41 amount=-1 -kerning first=46 second=63 amount=-6 -kerning first=197 second=8363 amount=-1 -kerning first=226 second=1140 amount=-3 -kerning first=1222 second=104 amount=1 -kerning first=902 second=908 amount=-2 -kerning first=290 second=92 amount=-1 -kerning first=1278 second=8249 amount=-3 -kerning first=1128 second=210 amount=-2 -kerning first=1188 second=951 amount=-4 -kerning first=1027 second=1239 amount=-5 -kerning first=8221 second=1265 amount=1 -kerning first=1074 second=939 amount=-5 -kerning first=1197 second=277 amount=-1 -kerning first=1255 second=1276 amount=-2 -kerning first=1224 second=932 amount=-3 -kerning first=8250 second=1244 amount=-3 -kerning first=1059 second=1257 amount=-6 -kerning first=102 second=240 amount=-1 -kerning first=1205 second=126 amount=-1 -kerning first=915 second=961 amount=-4 -kerning first=1036 second=244 amount=-3 -kerning first=922 second=173 amount=-4 -kerning first=270 second=95 amount=-3 -kerning first=1168 second=336 amount=-2 -kerning first=177 second=92 amount=-4 -kerning first=1035 second=372 amount=-3 -kerning first=1012 second=913 amount=-2 -kerning first=349 second=933 amount=-5 -kerning first=376 second=183 amount=-3 -kerning first=910 second=341 amount=-3 -kerning first=196 second=284 amount=-2 -kerning first=8250 second=936 amount=-6 -kerning first=256 second=1138 amount=-2 -kerning first=38 second=8216 amount=-6 -kerning first=1092 second=1198 amount=-7 -kerning first=1093 second=981 amount=-1 -kerning first=1164 second=255 amount=-1 -kerning first=1200 second=1040 amount=-5 -kerning first=372 second=1119 amount=-2 -kerning first=324 second=358 amount=-3 -kerning first=1027 second=1102 amount=-4 -kerning first=1203 second=103 amount=-1 -kerning first=1088 second=1196 amount=-3 -kerning first=1103 second=1267 amount=-1 -kerning first=1178 second=1111 amount=5 -kerning first=317 second=210 amount=-2 -kerning first=337 second=1091 amount=-1 -kerning first=8250 second=193 amount=-2 -kerning first=1222 second=317 amount=1 -kerning first=1097 second=354 amount=-2 -kerning first=255 second=65 amount=-4 -kerning first=109 second=89 amount=-6 -kerning first=1254 second=86 amount=-2 -kerning first=1027 second=74 amount=-6 -kerning first=8221 second=267 amount=-4 -kerning first=910 second=174 amount=-1 -kerning first=1185 second=235 amount=-1 -kerning first=932 second=46 amount=-2 -kerning first=43 second=1059 amount=-3 -kerning first=1145 second=47 amount=-1 -kerning first=1259 second=255 amount=-1 -kerning first=1198 second=1081 amount=-3 -kerning first=1186 second=1026 amount=-2 -kerning first=933 second=332 amount=-3 -kerning first=116 second=221 amount=-1 -kerning first=1058 second=273 amount=-5 -kerning first=915 second=246 amount=-5 -kerning first=221 second=1117 amount=-3 -kerning first=357 second=124 amount=1 -kerning first=354 second=345 amount=-4 -kerning first=1199 second=354 amount=-2 -kerning first=121 second=374 amount=-2 -kerning first=95 second=53 amount=-3 -kerning first=358 second=966 amount=-5 -kerning first=122 second=84 amount=-2 -kerning first=80 second=1237 amount=-1 -kerning first=1276 second=8249 amount=-3 -kerning first=67 second=1111 amount=2 -kerning first=98 second=93 amount=-1 -kerning first=355 second=1030 amount=1 -kerning first=192 second=1060 amount=-2 -kerning first=256 second=287 amount=-1 -kerning first=1189 second=226 amount=-1 -kerning first=1097 second=1041 amount=1 -kerning first=255 second=101 amount=-1 -kerning first=169 second=1026 amount=-2 -kerning first=1140 second=1072 amount=-4 -kerning first=1217 second=1054 amount=-2 -kerning first=8353 second=194 amount=-1 -kerning first=1043 second=1191 amount=-4 -kerning first=299 second=1180 amount=3 -kerning first=947 second=45 amount=-2 -kerning first=972 second=196 amount=-2 -kerning first=261 second=910 amount=-6 -kerning first=288 second=1202 amount=-1 -kerning first=124 second=1111 amount=5 -kerning first=343 second=1171 amount=2 -kerning first=1091 second=95 amount=-5 -kerning first=291 second=1058 amount=-3 -kerning first=908 second=358 amount=-2 -kerning first=293 second=1035 amount=-3 -kerning first=1178 second=332 amount=-2 -kerning first=297 second=313 amount=3 -kerning first=1128 second=1259 amount=-1 -kerning first=357 second=1200 amount=-1 -kerning first=275 second=932 amount=-3 -kerning first=211 second=258 amount=-2 -kerning first=1046 second=338 amount=-2 -kerning first=913 second=240 amount=-1 -kerning first=341 second=1267 amount=1 -kerning first=1198 second=71 amount=-3 -kerning first=221 second=81 amount=-3 -kerning first=380 second=1077 amount=-1 -kerning first=84 second=336 amount=-2 -kerning first=959 second=376 amount=-7 -kerning first=247 second=1202 amount=-4 -kerning first=1180 second=216 amount=-2 -kerning first=70 second=1232 amount=-6 -kerning first=8225 second=1089 amount=-2 -kerning first=1102 second=1026 amount=-3 -kerning first=255 second=1083 amount=-3 -kerning first=75 second=966 amount=-3 -kerning first=939 second=1220 amount=-3 -kerning first=361 second=356 amount=-3 -kerning first=1111 second=237 amount=6 -kerning first=194 second=212 amount=-2 -kerning first=1199 second=913 amount=-4 -kerning first=1228 second=374 amount=-6 -kerning first=210 second=910 amount=-3 -kerning first=283 second=1198 amount=-7 -kerning first=174 second=1237 amount=-1 -kerning first=1114 second=8220 amount=-5 -kerning first=104 second=253 amount=-1 -kerning first=98 second=1265 amount=-1 -kerning first=1061 second=908 amount=-2 -kerning first=297 second=355 amount=3 -kerning first=1167 second=1249 amount=-2 -kerning first=1092 second=1175 amount=-1 -kerning first=1099 second=86 amount=2 -kerning first=120 second=232 amount=-1 -kerning first=1105 second=1267 amount=-1 -kerning first=1270 second=194 amount=-6 -kerning first=957 second=1092 amount=-1 -kerning first=1257 second=1066 amount=-3 -kerning first=8224 second=945 amount=-2 -kerning first=1188 second=1091 amount=-4 -kerning first=8230 second=33 amount=-1 -kerning first=1220 second=1204 amount=-3 -kerning first=233 second=92 amount=-3 -kerning first=1034 second=1026 amount=-3 -kerning first=1016 second=1278 amount=-2 -kerning first=1058 second=1167 amount=-4 -kerning first=1027 second=1107 amount=-4 -kerning first=373 second=197 amount=-4 -kerning first=341 second=269 amount=-1 -kerning first=121 second=1111 amount=3 -kerning first=1068 second=8220 amount=-4 -kerning first=221 second=195 amount=-5 -kerning first=122 second=1239 amount=-1 -kerning first=1052 second=938 amount=2 -kerning first=8244 second=371 amount=-3 -kerning first=1169 second=277 amount=-1 -kerning first=1220 second=1232 amount=-2 -kerning first=1274 second=211 amount=-2 -kerning first=356 second=1181 amount=-4 -kerning first=1201 second=333 amount=-1 -kerning first=932 second=103 amount=-5 -kerning first=260 second=1257 amount=-1 -kerning first=902 second=1255 amount=-1 -kerning first=1097 second=1103 amount=-1 -kerning first=1205 second=327 amount=1 -kerning first=1270 second=234 amount=-5 -kerning first=253 second=289 amount=-1 -kerning first=374 second=284 amount=-3 -kerning first=1198 second=45 amount=-3 -kerning first=248 second=1140 amount=-4 -kerning first=1027 second=942 amount=-4 -kerning first=8221 second=177 amount=-4 -kerning first=1111 second=1048 amount=3 -kerning first=1163 second=929 amount=1 -kerning first=1277 second=358 amount=-3 -kerning first=1270 second=1243 amount=-5 -kerning first=76 second=1256 amount=-2 -kerning first=101 second=1059 amount=-7 -kerning first=316 second=207 amount=2 -kerning first=373 second=275 amount=-1 -kerning first=1126 second=1141 amount=-4 -kerning first=1188 second=231 amount=-5 -kerning first=8370 second=309 amount=2 -kerning first=76 second=1200 amount=-5 -kerning first=193 second=932 amount=-6 -kerning first=171 second=65 amount=-2 -kerning first=363 second=8221 amount=1 -kerning first=1274 second=119 amount=-4 -kerning first=1201 second=8218 amount=-5 -kerning first=932 second=1249 amount=-2 -kerning first=102 second=230 amount=-1 -kerning first=8225 second=1145 amount=-2 -kerning first=1270 second=1085 amount=-4 -kerning first=1265 second=225 amount=-1 -kerning first=1184 second=1138 amount=-2 -kerning first=8217 second=1263 amount=1 -kerning first=352 second=193 amount=-1 -kerning first=379 second=301 amount=5 -kerning first=1199 second=308 amount=-4 -kerning first=1175 second=981 amount=-1 -kerning first=1138 second=358 amount=-2 -kerning first=1104 second=1026 amount=-3 -kerning first=95 second=1020 amount=3 -kerning first=174 second=246 amount=-2 -kerning first=358 second=1060 amount=-2 -kerning first=375 second=8230 amount=-2 -kerning first=8244 second=227 amount=-4 -kerning first=1243 second=198 amount=-2 -kerning first=915 second=1197 amount=-2 -kerning first=192 second=359 amount=-2 -kerning first=1011 second=239 amount=3 -kerning first=8250 second=374 amount=-6 -kerning first=119 second=8249 amount=-2 -kerning first=1066 second=93 amount=-1 -kerning first=1040 second=253 amount=-4 -kerning first=1202 second=290 amount=-2 -kerning first=1107 second=1204 amount=-2 -kerning first=299 second=116 amount=3 -kerning first=55 second=1193 amount=-3 -kerning first=258 second=103 amount=-1 -kerning first=283 second=1175 amount=-1 -kerning first=118 second=933 amount=-2 -kerning first=345 second=90 amount=-2 -kerning first=8373 second=196 amount=-1 -kerning first=1140 second=1057 amount=-2 -kerning first=297 second=70 amount=3 -kerning first=1058 second=240 amount=-5 -kerning first=915 second=1096 amount=-4 -kerning first=315 second=1141 amount=-4 -kerning first=77 second=301 amount=5 -kerning first=271 second=903 amount=2 -kerning first=195 second=92 amount=-5 -kerning first=1016 second=260 amount=-2 -kerning first=112 second=358 amount=-3 -kerning first=341 second=1086 amount=-1 -kerning first=1234 second=1092 amount=-1 -kerning first=1126 second=116 amount=-2 -kerning first=45 second=1200 amount=-3 -kerning first=1244 second=1242 amount=-2 -kerning first=244 second=1197 amount=-2 -kerning first=1080 second=374 amount=-6 -kerning first=1116 second=945 amount=-1 -kerning first=212 second=197 amount=-2 -kerning first=1088 second=87 amount=-3 -kerning first=1119 second=84 amount=-3 -kerning first=1059 second=1108 amount=-6 -kerning first=343 second=1091 amount=1 -kerning first=75 second=1060 amount=-2 -kerning first=1184 second=287 amount=-3 -kerning first=8217 second=265 amount=-4 -kerning first=8360 second=92 amount=-3 -kerning first=195 second=338 amount=-2 -kerning first=354 second=211 amount=-2 -kerning first=972 second=89 amount=-7 -kerning first=1237 second=174 amount=-1 -kerning first=933 second=46 amount=-4 -kerning first=197 second=216 amount=-2 -kerning first=1059 second=1032 amount=-2 -kerning first=1170 second=1207 amount=-5 -kerning first=119 second=1035 amount=-3 -kerning first=1066 second=1265 amount=-1 -kerning first=221 second=345 amount=-3 -kerning first=376 second=1253 amount=-3 -kerning first=55 second=1109 amount=-3 -kerning first=193 second=285 amount=-1 -kerning first=959 second=373 amount=-1 -kerning first=1060 second=84 amount=-2 -kerning first=1024 second=1111 amount=5 -kerning first=1239 second=1091 amount=-1 -kerning first=92 second=8225 amount=-5 -kerning first=315 second=116 amount=-1 -kerning first=354 second=119 amount=-4 -kerning first=1225 second=8360 amount=1 -kerning first=1061 second=1255 amount=-2 -kerning first=269 second=910 amount=-4 -kerning first=8244 second=328 amount=-1 -kerning first=214 second=256 amount=-2 -kerning first=932 second=259 amount=-5 -kerning first=1201 second=1077 amount=-1 -kerning first=1082 second=173 amount=-2 -kerning first=311 second=1058 amount=-4 -kerning first=362 second=8218 amount=-5 -kerning first=1207 second=52 amount=-1 -kerning first=1016 second=1090 amount=-2 -kerning first=343 second=231 amount=-1 -kerning first=1196 second=58 amount=-2 -kerning first=1198 second=1082 amount=-3 -kerning first=1027 second=1118 amount=-4 -kerning first=333 second=1061 amount=-2 -kerning first=910 second=1257 amount=-6 -kerning first=274 second=239 amount=5 -kerning first=1275 second=232 amount=-1 -kerning first=196 second=42 amount=-6 -kerning first=193 second=162 amount=-1 -kerning first=1085 second=118 amount=-1 -kerning first=86 second=260 amount=-5 -kerning first=1271 second=235 amount=-1 -kerning first=1020 second=8225 amount=-2 -kerning first=353 second=376 amount=-5 -kerning first=1225 second=325 amount=1 -kerning first=378 second=265 amount=-1 -kerning first=246 second=1098 amount=-2 -kerning first=381 second=264 amount=-2 -kerning first=65 second=211 amount=-2 -kerning first=97 second=1118 amount=-1 -kerning first=79 second=933 amount=-3 -kerning first=1226 second=223 amount=1 -kerning first=1207 second=1037 amount=1 -kerning first=1085 second=1201 amount=-1 -kerning first=1234 second=186 amount=-5 -kerning first=87 second=171 amount=-4 -kerning first=1043 second=927 amount=-2 -kerning first=245 second=8216 amount=-4 -kerning first=268 second=1046 amount=-1 -kerning first=1061 second=126 amount=-4 -kerning first=1081 second=84 amount=-3 -kerning first=226 second=1058 amount=-3 -kerning first=1201 second=1113 amount=-3 -kerning first=257 second=1035 amount=-3 -kerning first=1072 second=221 amount=-6 -kerning first=1128 second=1193 amount=-1 -kerning first=8217 second=1139 amount=-4 -kerning first=301 second=75 amount=3 -kerning first=313 second=1196 amount=-6 -kerning first=1179 second=289 amount=-1 -kerning first=1271 second=1222 amount=-3 -kerning first=1118 second=301 amount=3 -kerning first=65 second=119 amount=-4 -kerning first=1037 second=206 amount=2 -kerning first=256 second=1012 amount=-2 -kerning first=1097 second=316 amount=1 -kerning first=939 second=79 amount=-3 -kerning first=1043 second=1267 amount=-4 -kerning first=1027 second=263 amount=-5 -kerning first=8221 second=369 amount=-3 -kerning first=256 second=358 amount=-6 -kerning first=1232 second=121 amount=-4 -kerning first=374 second=1181 amount=-3 -kerning first=89 second=59 amount=-4 -kerning first=933 second=103 amount=-6 -kerning first=8217 second=247 amount=-2 -kerning first=1233 second=1185 amount=-2 -kerning first=1171 second=173 amount=-1 -kerning first=249 second=1026 amount=-3 -kerning first=57 second=8218 amount=-3 -kerning first=1016 second=170 amount=-2 -kerning first=1040 second=171 amount=-2 -kerning first=1101 second=1197 amount=-2 -kerning first=1202 second=235 amount=-2 -kerning first=1128 second=1109 amount=-1 -kerning first=173 second=1196 amount=-3 -kerning first=922 second=79 amount=-2 -kerning first=1254 second=8216 amount=-2 -kerning first=181 second=8220 amount=-3 -kerning first=332 second=195 amount=-2 -kerning first=1139 second=1078 amount=-1 -kerning first=1090 second=337 amount=-1 -kerning first=1203 second=273 amount=-1 -kerning first=91 second=309 amount=1 -kerning first=358 second=226 amount=-5 -kerning first=1205 second=1056 amount=1 -kerning first=376 second=338 amount=-3 -kerning first=378 second=1139 amount=-1 -kerning first=1178 second=103 amount=-3 -kerning first=335 second=1279 amount=-1 -kerning first=192 second=1254 amount=-2 -kerning first=356 second=213 amount=-2 -kerning first=1075 second=966 amount=-1 -kerning first=232 second=118 amount=-1 -kerning first=260 second=1108 amount=-1 -kerning first=1273 second=1197 amount=-2 -kerning first=8224 second=111 amount=-2 -kerning first=121 second=46 amount=-2 -kerning first=1196 second=285 amount=-5 -kerning first=162 second=910 amount=-4 -kerning first=349 second=1204 amount=-5 -kerning first=1043 second=269 amount=-5 -kerning first=204 second=1031 amount=2 -kerning first=8230 second=1035 amount=-2 -kerning first=192 second=1144 amount=-2 -kerning first=232 second=1201 amount=-1 -kerning first=1026 second=258 amount=-2 -kerning first=1141 second=959 amount=-1 -kerning first=1033 second=1197 amount=-2 -kerning first=1091 second=335 amount=-1 -kerning first=1265 second=100 amount=-1 -kerning first=169 second=1061 amount=-2 -kerning first=1058 second=230 amount=-5 -kerning first=237 second=303 amount=3 -kerning first=302 second=95 amount=2 -kerning first=1187 second=925 amount=1 -kerning first=234 second=1078 amount=-1 -kerning first=913 second=346 amount=-1 -kerning first=1185 second=1259 amount=-1 -kerning first=355 second=905 amount=1 -kerning first=179 second=294 amount=3 -kerning first=356 second=118 amount=-4 -kerning first=1270 second=334 amount=-2 -kerning first=92 second=79 amount=-2 -kerning first=1196 second=162 amount=-5 -kerning first=1263 second=940 amount=-1 -kerning first=357 second=1162 amount=1 -kerning first=313 second=1275 amount=-1 -kerning first=213 second=194 amount=-2 -kerning first=356 second=1201 amount=-4 -kerning first=1209 second=49 amount=-3 -kerning first=345 second=99 amount=-1 -kerning first=288 second=356 amount=-2 -kerning first=102 second=1095 amount=-1 -kerning first=1102 second=1061 amount=-2 -kerning first=255 second=1257 amount=-1 -kerning first=1141 second=60 amount=-2 -kerning first=253 second=1196 amount=-2 -kerning first=310 second=285 amount=-3 -kerning first=76 second=1017 amount=-2 -kerning first=352 second=1111 amount=3 -kerning first=194 second=1213 amount=-2 -kerning first=183 second=1185 amount=-1 -kerning first=1098 second=1098 amount=-4 -kerning first=1242 second=1202 amount=-2 -kerning first=221 second=211 amount=-3 -kerning first=8244 second=1092 amount=-4 -kerning first=196 second=213 amount=-2 -kerning first=247 second=356 amount=-3 -kerning first=1222 second=172 amount=-1 -kerning first=1071 second=296 amount=2 -kerning first=1270 second=373 amount=-4 -kerning first=89 second=291 amount=-6 -kerning first=939 second=973 amount=-3 -kerning first=1220 second=1200 amount=-7 -kerning first=1077 second=1197 amount=-1 -kerning first=1034 second=1061 amount=-2 -kerning first=242 second=1236 amount=-2 -kerning first=1270 second=1273 amount=-4 -kerning first=1244 second=945 amount=-2 -kerning first=310 second=162 amount=-3 -kerning first=238 second=87 amount=2 -kerning first=348 second=1040 amount=-1 -kerning first=1230 second=310 amount=1 -kerning first=1059 second=908 amount=-3 -kerning first=1035 second=1098 amount=-2 -kerning first=957 second=981 amount=-1 -kerning first=944 second=354 amount=-3 -kerning first=295 second=89 amount=-6 -kerning first=1188 second=363 amount=-5 -kerning first=1043 second=1086 amount=-5 -kerning first=8221 second=326 amount=-1 -kerning first=355 second=8244 amount=2 -kerning first=196 second=118 amount=-4 -kerning first=1078 second=45 amount=-1 -kerning first=1197 second=932 amount=-2 -kerning first=1085 second=356 amount=-3 -kerning first=217 second=8222 amount=-5 -kerning first=288 second=902 amount=-1 -kerning first=1244 second=262 amount=-2 -kerning first=1202 second=169 amount=-2 -kerning first=933 second=259 amount=-6 -kerning first=915 second=253 amount=-4 -kerning first=248 second=1058 amount=-3 -kerning first=1199 second=265 amount=-1 -kerning first=196 second=1201 amount=-4 -kerning first=1257 second=65 amount=-2 -kerning first=341 second=227 amount=-1 -kerning first=121 second=103 amount=-1 -kerning first=72 second=239 amount=5 -kerning first=122 second=263 amount=-1 -kerning first=1166 second=229 amount=-1 -kerning first=376 second=1163 amount=-3 -kerning first=355 second=84 amount=-2 -kerning first=107 second=972 amount=-1 -kerning first=932 second=273 amount=-5 -kerning first=1116 second=111 amount=-1 -kerning first=1083 second=1199 amount=-1 -kerning first=253 second=271 amount=-1 -kerning first=1184 second=1012 amount=-2 -kerning first=81 second=933 amount=-3 -kerning first=1243 second=1244 amount=-2 -kerning first=210 second=1234 amount=-2 -kerning first=1090 second=1105 amount=-1 -kerning first=358 second=1254 amount=-2 -kerning first=1232 second=903 amount=-5 -kerning first=244 second=253 amount=-1 -kerning first=267 second=1035 amount=-5 -kerning first=226 second=939 amount=-6 -kerning first=1222 second=68 amount=1 -kerning first=1258 second=1236 amount=-2 -kerning first=358 second=1144 amount=-2 -kerning first=1188 second=229 amount=-5 -kerning first=313 second=87 amount=-2 -kerning first=1225 second=1055 amount=1 -kerning first=910 second=1108 amount=-6 -kerning first=55 second=1010 amount=-3 -kerning first=1145 second=963 amount=-1 -kerning first=1215 second=1198 amount=-7 -kerning first=1091 second=1104 amount=-1 -kerning first=8217 second=367 amount=-3 -kerning first=183 second=1276 amount=-4 -kerning first=1203 second=240 amount=-1 -kerning first=240 second=197 amount=-2 -kerning first=230 second=1198 amount=-7 -kerning first=358 second=380 amount=-3 -kerning first=1118 second=242 amount=-1 -kerning first=45 second=55 amount=-2 -kerning first=1267 second=269 amount=-1 -kerning first=910 second=1032 amount=-2 -kerning first=1243 second=193 amount=-2 -kerning first=1083 second=957 amount=-1 -kerning first=1016 second=120 amount=-1 -kerning first=75 second=1254 amount=-2 -kerning first=940 second=183 amount=-2 -kerning first=939 second=84 amount=3 -kerning first=357 second=1225 amount=1 -kerning first=258 second=273 amount=-1 -kerning first=959 second=1141 amount=-1 -kerning first=1197 second=285 amount=-1 -kerning first=294 second=206 amount=2 -kerning first=1265 second=1026 amount=-2 -kerning first=116 second=223 amount=1 -kerning first=75 second=1144 amount=-2 -kerning first=232 second=356 amount=-3 -kerning first=216 second=196 amount=-2 -kerning first=1199 second=1139 amount=-1 -kerning first=1228 second=1249 amount=-2 -kerning first=42 second=1236 amount=-6 -kerning first=173 second=87 amount=-2 -kerning first=1234 second=981 amount=-1 -kerning first=935 second=1258 amount=-2 -kerning first=222 second=923 amount=-3 -kerning first=313 second=268 amount=-2 -kerning first=8221 second=260 amount=-9 -kerning first=323 second=298 amount=2 -kerning first=921 second=938 amount=2 -kerning first=1274 second=97 amount=-5 -kerning first=43 second=372 amount=-2 -kerning first=932 second=1167 amount=-4 -kerning first=1145 second=243 amount=-1 -kerning first=1168 second=1242 amount=-2 -kerning first=1097 second=247 amount=-1 -kerning first=1205 second=933 amount=-1 -kerning first=253 second=113 amount=-1 -kerning first=341 second=1279 amount=1 -kerning first=374 second=213 amount=-3 -kerning first=213 second=376 amount=-3 -kerning first=1197 second=162 amount=-1 -kerning first=118 second=1204 amount=-2 -kerning first=336 second=92 amount=-2 -kerning first=87 second=286 amount=-2 -kerning first=961 second=358 amount=-3 -kerning first=256 second=266 amount=-2 -kerning first=1046 second=335 amount=-2 -kerning first=1050 second=100 amount=-3 -kerning first=1179 second=1196 amount=-4 -kerning first=1193 second=255 amount=-1 -kerning first=1263 second=1237 amount=-1 -kerning first=1248 second=8249 amount=-2 -kerning first=241 second=8220 amount=-3 -kerning first=243 second=923 amount=-2 -kerning first=1032 second=95 amount=-3 -kerning first=98 second=1278 amount=-2 -kerning first=55 second=339 amount=-3 -kerning first=118 second=1232 amount=-4 -kerning first=1119 second=1118 amount=-1 -kerning first=345 second=198 amount=-3 -kerning first=1105 second=1279 amount=-1 -kerning first=292 second=300 amount=2 -kerning first=1270 second=8230 amount=-2 -kerning first=92 second=8244 amount=-7 -kerning first=1265 second=297 amount=3 -kerning first=335 second=186 amount=-2 -kerning first=260 second=908 amount=-2 -kerning first=972 second=1046 amount=-2 -kerning first=957 second=1040 amount=-4 -kerning first=71 second=354 amount=-2 -kerning first=121 second=259 amount=-1 -kerning first=358 second=1078 amount=-3 -kerning first=1267 second=1086 amount=-1 -kerning first=1169 second=932 amount=-2 -kerning first=1215 second=1175 amount=-1 -kerning first=211 second=1059 amount=-3 -kerning first=1059 second=1255 amount=-6 -kerning first=1094 second=126 amount=-1 -kerning first=343 second=229 amount=-1 -kerning first=1205 second=282 amount=1 -kerning first=92 second=84 amount=-6 -kerning first=1257 second=174 amount=-1 -kerning first=923 second=1258 amount=-2 -kerning first=1202 second=210 amount=-2 -kerning first=1198 second=971 amount=-3 -kerning first=1128 second=1010 amount=-1 -kerning first=939 second=1239 amount=-6 -kerning first=1027 second=365 amount=-5 -kerning first=1256 second=1278 amount=-2 -kerning first=299 second=254 amount=3 -kerning first=44 second=376 amount=-4 -kerning first=1185 second=1193 amount=-1 -kerning first=230 second=1175 amount=-1 -kerning first=297 second=1252 amount=3 -kerning first=1058 second=1095 amount=-5 -kerning first=1036 second=1069 amount=-2 -kerning first=915 second=171 amount=-8 -kerning first=321 second=1140 amount=-5 -kerning first=356 second=902 amount=-6 -kerning first=304 second=301 amount=5 -kerning first=1257 second=935 amount=-2 -kerning first=1040 second=286 amount=-2 -kerning first=1101 second=253 amount=-1 -kerning first=1271 second=1259 amount=-1 -kerning first=239 second=102 amount=3 -kerning first=333 second=121 amount=-1 -kerning first=196 second=356 amount=-6 -kerning first=1180 second=927 amount=-2 -kerning first=932 second=240 amount=-5 -kerning first=1087 second=1267 amount=-1 -kerning first=1277 second=245 amount=-1 -kerning first=1059 second=126 amount=-3 -kerning first=1020 second=84 amount=-3 -kerning first=255 second=1108 amount=-1 -kerning first=1186 second=311 amount=1 -kerning first=382 second=972 amount=-1 -kerning first=922 second=1239 amount=-3 -kerning first=8217 second=324 amount=-1 -kerning first=939 second=1102 amount=-3 -kerning first=354 second=97 amount=-5 -kerning first=1074 second=92 amount=-3 -kerning first=1179 second=271 amount=-1 -kerning first=1083 second=354 amount=-3 -kerning first=84 second=1242 amount=-2 -kerning first=1273 second=253 amount=-1 -kerning first=1269 second=358 amount=-3 -kerning first=71 second=913 amount=-1 -kerning first=1108 second=1066 amount=-5 -kerning first=1126 second=199 amount=-2 -kerning first=68 second=1140 amount=-2 -kerning first=8217 second=1271 amount=-1 -kerning first=192 second=301 amount=3 -kerning first=226 second=967 amount=-1 -kerning first=1168 second=1074 amount=-4 -kerning first=79 second=1204 amount=-2 -kerning first=334 second=1202 amount=-2 -kerning first=1170 second=8249 amount=-8 -kerning first=1207 second=115 amount=-1 -kerning first=255 second=1032 amount=-4 -kerning first=1033 second=253 amount=-1 -kerning first=254 second=195 amount=-2 -kerning first=176 second=290 amount=-1 -kerning first=1198 second=337 amount=-6 -kerning first=1263 second=246 amount=-1 -kerning first=248 second=939 amount=-7 -kerning first=939 second=74 amount=-2 -kerning first=1043 second=371 amount=-5 -kerning first=1081 second=1118 amount=-1 -kerning first=1080 second=1249 amount=-2 -kerning first=208 second=933 amount=-3 -kerning first=1180 second=1267 amount=-3 -kerning first=1279 second=172 amount=-1 -kerning first=98 second=260 amount=-2 -kerning first=372 second=1081 amount=-2 -kerning first=933 second=273 amount=-6 -kerning first=1075 second=226 amount=-1 -kerning first=101 second=372 amount=-3 -kerning first=79 second=1232 amount=-2 -kerning first=284 second=86 amount=-1 -kerning first=1278 second=214 amount=-2 -kerning first=86 second=966 amount=-4 -kerning first=87 second=920 amount=-2 -kerning first=1243 second=374 amount=-7 -kerning first=117 second=8216 amount=-3 -kerning first=1169 second=285 amount=-1 -kerning first=356 second=1173 amount=-4 -kerning first=1189 second=242 amount=-1 -kerning first=970 second=173 amount=-2 -kerning first=253 second=238 amount=3 -kerning first=92 second=1239 amount=-1 -kerning first=103 second=1035 amount=-3 -kerning first=89 second=1054 amount=-3 -kerning first=1128 second=339 amount=-1 -kerning first=1263 second=8217 amount=2 -kerning first=315 second=199 amount=-2 -kerning first=349 second=1200 amount=-5 -kerning first=299 second=49 amount=3 -kerning first=1041 second=299 amount=2 -kerning first=258 second=240 amount=-1 -kerning first=1255 second=1267 amount=-1 -kerning first=1256 second=260 amount=-2 -kerning first=1244 second=111 amount=-2 -kerning first=1178 second=273 amount=-3 -kerning first=1202 second=1259 amount=-2 -kerning first=1036 second=8373 amount=-2 -kerning first=1222 second=1188 amount=1 -kerning first=216 second=89 amount=-3 -kerning first=1046 second=1104 amount=-2 -kerning first=316 second=1031 amount=2 -kerning first=1226 second=1026 amount=-2 -kerning first=1097 second=209 amount=1 -kerning first=341 second=1092 amount=-1 -kerning first=372 second=71 amount=-2 -kerning first=1126 second=49 amount=-2 -kerning first=1188 second=279 amount=-5 -kerning first=1109 second=356 amount=-5 -kerning first=1043 second=227 amount=-5 -kerning first=55 second=239 amount=6 -kerning first=1169 second=162 amount=-1 -kerning first=1180 second=269 amount=-3 -kerning first=1077 second=253 amount=-1 -kerning first=1164 second=8225 amount=-2 -kerning first=1270 second=1141 amount=-4 -kerning first=1066 second=1278 amount=-2 -kerning first=1265 second=1235 amount=-1 -kerning first=195 second=335 amount=-1 -kerning first=194 second=100 amount=-1 -kerning first=1275 second=44 amount=-6 -kerning first=1179 second=113 amount=-1 -kerning first=1084 second=86 amount=-3 -kerning first=279 second=1267 amount=-1 -kerning first=87 second=8363 amount=-4 -kerning first=186 second=1234 amount=-5 -kerning first=104 second=1185 amount=-2 -kerning first=910 second=908 amount=-3 -kerning first=98 second=1090 amount=-2 -kerning first=223 second=301 amount=2 -kerning first=8373 second=1046 amount=-1 -kerning first=263 second=376 amount=-4 -kerning first=8249 second=358 amount=-3 -kerning first=902 second=933 amount=-5 -kerning first=1040 second=920 amount=-2 -kerning first=88 second=1256 amount=-2 -kerning first=1196 second=1075 amount=-4 -kerning first=1184 second=266 amount=-2 -kerning first=8217 second=258 amount=-9 -kerning first=935 second=172 amount=-4 -kerning first=1188 second=1224 amount=-4 -kerning first=8221 second=946 amount=-1 -kerning first=924 second=296 amount=2 -kerning first=193 second=940 amount=-1 -kerning first=84 second=1074 amount=-4 -kerning first=1068 second=923 amount=-2 -kerning first=94 second=260 amount=-6 -kerning first=1259 second=8225 amount=-2 -kerning first=1276 second=214 amount=-2 -kerning first=1200 second=963 amount=-6 -kerning first=1225 second=280 amount=1 -kerning first=297 second=1186 amount=3 -kerning first=933 second=1167 amount=-3 -kerning first=1036 second=249 amount=-2 -kerning first=315 second=49 amount=-3 -kerning first=46 second=89 amount=-4 -kerning first=939 second=1107 amount=-3 -kerning first=271 second=8224 amount=3 -kerning first=260 second=1255 amount=-1 -kerning first=1050 second=67 amount=-2 -kerning first=1187 second=353 amount=-1 -kerning first=1094 second=327 amount=1 -kerning first=913 second=255 amount=-4 -kerning first=1242 second=356 amount=-2 -kerning first=340 second=376 amount=-2 -kerning first=355 second=314 amount=1 -kerning first=293 second=1199 amount=-1 -kerning first=916 second=903 amount=-6 -kerning first=8244 second=981 amount=-4 -kerning first=193 second=264 amount=-2 -kerning first=1274 second=1089 amount=-5 -kerning first=1086 second=1026 amount=-3 -kerning first=1145 second=347 amount=-1 -kerning first=1232 second=71 amount=-2 -kerning first=1102 second=121 amount=-1 -kerning first=372 second=45 amount=-2 -kerning first=374 second=356 amount=3 -kerning first=1184 second=237 amount=2 -kerning first=8217 second=283 amount=-4 -kerning first=301 second=1042 amount=3 -kerning first=939 second=942 amount=-3 -kerning first=8370 second=1196 amount=-2 -kerning first=357 second=349 amount=-1 -kerning first=1139 second=8220 amount=-4 -kerning first=336 second=95 amount=-3 -kerning first=358 second=301 amount=6 -kerning first=945 second=916 amount=-3 -kerning first=197 second=927 amount=-2 -kerning first=1230 second=921 amount=1 -kerning first=1168 second=945 amount=-5 -kerning first=311 second=183 amount=-2 -kerning first=1050 second=297 amount=5 -kerning first=1207 second=108 amount=1 -kerning first=1040 second=8363 amount=-1 -kerning first=1140 second=1234 amount=-5 -kerning first=176 second=196 amount=-6 -kerning first=1198 second=1105 amount=-6 -kerning first=1043 second=328 amount=-4 -kerning first=277 second=1026 amount=-3 -kerning first=1180 second=1086 amount=-3 -kerning first=38 second=1143 amount=-2 -kerning first=1034 second=121 amount=-1 -kerning first=124 second=938 amount=2 -kerning first=1200 second=243 amount=-6 -kerning first=915 second=117 amount=-5 -kerning first=8217 second=1087 amount=-1 -kerning first=301 second=239 amount=3 -kerning first=1043 second=1279 amount=-3 -kerning first=1168 second=262 amount=-2 -kerning first=187 second=84 amount=-8 -kerning first=1066 second=260 amount=-2 -kerning first=1242 second=902 amount=-2 -kerning first=121 second=273 amount=-1 -kerning first=1234 second=355 amount=-2 -kerning first=86 second=1060 amount=-2 -kerning first=376 second=944 amount=-3 -kerning first=98 second=170 amount=-2 -kerning first=293 second=957 amount=-1 -kerning first=1029 second=913 amount=-1 -kerning first=1036 second=1153 amount=-3 -kerning first=369 second=933 amount=-4 -kerning first=235 second=86 amount=-3 -kerning first=256 second=245 amount=-1 -kerning first=197 second=1267 amount=-4 -kerning first=932 second=230 amount=-5 -kerning first=343 second=279 amount=-1 -kerning first=1141 second=196 amount=-4 -kerning first=374 second=902 amount=-5 -kerning first=1128 second=239 amount=3 -kerning first=75 second=301 amount=5 -kerning first=248 second=967 amount=-1 -kerning first=313 second=39 amount=-6 -kerning first=355 second=1120 amount=1 -kerning first=377 second=43 amount=-2 -kerning first=1143 second=1207 amount=-1 -kerning first=1085 second=1265 amount=-1 -kerning first=1090 second=231 amount=-1 -kerning first=1191 second=1244 amount=-2 -kerning first=378 second=283 amount=-1 -kerning first=1056 second=198 amount=-5 -kerning first=351 second=1196 amount=-5 -kerning first=933 second=240 amount=-6 -kerning first=1058 second=38 amount=-2 -kerning first=327 second=207 amount=2 -kerning first=1082 second=84 amount=-4 -kerning first=339 second=1091 amount=-1 -kerning first=221 second=97 amount=-6 -kerning first=1027 second=256 amount=-6 -kerning first=55 second=1072 amount=-3 -kerning first=1274 second=1145 amount=-5 -kerning first=1207 second=1134 amount=1 -kerning first=286 second=1140 amount=-1 -kerning first=1141 second=235 amount=-1 -kerning first=81 second=1204 amount=-2 -kerning first=1188 second=1195 amount=-5 -kerning first=195 second=1104 amount=-1 -kerning first=354 second=1089 amount=-5 -kerning first=252 second=1058 amount=-3 -kerning first=1104 second=121 amount=-1 -kerning first=1271 second=1193 amount=-1 -kerning first=1267 second=227 amount=-1 -kerning first=376 second=335 amount=-6 -kerning first=1178 second=240 amount=-3 -kerning first=359 second=126 amount=-1 -kerning first=192 second=242 amount=-1 -kerning first=197 second=269 amount=-1 -kerning first=281 second=1091 amount=-1 -kerning first=215 second=1140 amount=-3 -kerning first=114 second=972 amount=-1 -kerning first=1066 second=1090 amount=-2 -kerning first=957 second=47 amount=-4 -kerning first=1117 second=1198 amount=-6 -kerning first=1196 second=940 amount=-5 -kerning first=81 second=1232 amount=-2 -kerning first=1027 second=281 amount=-5 -kerning first=265 second=89 amount=-4 -kerning first=84 second=945 amount=-5 -kerning first=70 second=244 amount=-3 -kerning first=1141 second=1222 amount=-3 -kerning first=374 second=1173 amount=-3 -kerning first=1058 second=255 amount=-4 -kerning first=915 second=953 amount=-8 -kerning first=243 second=1217 amount=-2 -kerning first=194 second=1026 amount=-6 -kerning first=972 second=125 amount=-1 -kerning first=1179 second=52 amount=-3 -kerning first=1170 second=228 amount=-5 -kerning first=213 second=8230 amount=-3 -kerning first=118 second=1200 amount=-2 -kerning first=1196 second=264 amount=-2 -kerning first=1012 second=258 amount=-2 -kerning first=222 second=192 amount=-3 -kerning first=268 second=239 amount=2 -kerning first=910 second=1255 amount=-6 -kerning first=84 second=262 amount=-2 -kerning first=192 second=8220 amount=-8 -kerning first=1093 second=963 amount=-1 -kerning first=253 second=248 amount=-1 -kerning first=957 second=1198 amount=-2 -kerning first=372 second=1082 amount=-2 -kerning first=915 second=286 amount=-2 -kerning first=342 second=89 amount=-2 -kerning first=1027 second=1226 amount=-4 -kerning first=1122 second=1035 amount=-3 -kerning first=194 second=67 amount=-2 -kerning first=365 second=1066 amount=-3 -kerning first=70 second=8222 amount=-8 -kerning first=1026 second=1059 amount=-7 -kerning first=1115 second=1198 amount=-6 -kerning first=310 second=940 amount=-3 -kerning first=1171 second=84 amount=-2 -kerning first=8244 second=1040 amount=-9 -kerning first=65 second=1089 amount=-1 -kerning first=1082 second=1239 amount=-1 -kerning first=1230 second=914 amount=1 -kerning first=232 second=1265 amount=-1 -kerning first=1153 second=1090 amount=-1 -kerning first=324 second=375 amount=-1 -kerning first=243 second=192 amount=-2 -kerning first=99 second=374 amount=-4 -kerning first=910 second=126 amount=-3 -kerning first=1185 second=1010 amount=-1 -kerning first=1180 second=105 amount=2 -kerning first=345 second=193 amount=-3 -kerning first=1205 second=1204 amount=-2 -kerning first=310 second=264 amount=-2 -kerning first=293 second=354 amount=-3 -kerning first=176 second=169 amount=-1 -kerning first=1202 second=1193 amount=-2 -kerning first=929 second=65 amount=-5 -kerning first=922 second=1118 amount=-3 -kerning first=77 second=206 amount=2 -kerning first=299 second=1036 amount=3 -kerning first=1111 second=1066 amount=6 -kerning first=195 second=353 amount=-1 -kerning first=194 second=297 amount=3 -kerning first=354 second=1145 amount=-5 -kerning first=126 second=1197 amount=-1 -kerning first=1126 second=348 amount=-1 -kerning first=321 second=1058 amount=-6 -kerning first=197 second=1086 amount=-1 -kerning first=356 second=1265 amount=-4 -kerning first=1201 second=261 amount=-1 -kerning first=1222 second=351 amount=-1 -kerning first=1093 second=243 amount=-1 -kerning first=1066 second=170 amount=-2 -kerning first=1198 second=951 amount=-3 -kerning first=270 second=1236 amount=-2 -kerning first=939 second=263 amount=-6 -kerning first=1043 second=1092 amount=-5 -kerning first=8221 second=966 amount=-4 -kerning first=1275 second=225 amount=-1 -kerning first=345 second=233 amount=-1 -kerning first=343 second=1195 amount=-1 -kerning first=310 second=236 amount=2 -kerning first=116 second=1026 amount=-2 -kerning first=1207 second=204 amount=1 -kerning first=1224 second=1197 amount=-2 -kerning first=121 second=240 amount=-1 -kerning first=345 second=1241 amount=-1 -kerning first=111 second=197 amount=-2 -kerning first=380 second=275 amount=-1 -kerning first=920 second=1040 amount=-2 -kerning first=223 second=8220 amount=-4 -kerning first=68 second=1058 amount=-2 -kerning first=1078 second=337 amount=-1 -kerning first=79 second=1200 amount=-3 -kerning first=1094 second=1056 amount=1 -kerning first=1270 second=122 amount=-3 -kerning first=1141 second=89 amount=-2 -kerning first=92 second=1118 amount=-4 -kerning first=1279 second=333 amount=-1 -kerning first=254 second=119 amount=-1 -kerning first=1186 second=1115 amount=1 -kerning first=1184 second=245 amount=-3 -kerning first=922 second=263 amount=-3 -kerning first=1188 second=1194 amount=-2 -kerning first=1199 second=258 amount=-4 -kerning first=1096 second=910 amount=-6 -kerning first=257 second=1199 amount=-1 -kerning first=86 second=226 amount=-4 -kerning first=87 second=216 amount=-2 -kerning first=358 second=242 amount=-5 -kerning first=376 second=1104 amount=-6 -kerning first=98 second=120 amount=-1 -kerning first=1171 second=1239 amount=-1 -kerning first=8218 second=221 amount=-7 -kerning first=65 second=1145 amount=-1 -kerning first=356 second=267 amount=-5 -kerning first=161 second=932 amount=-4 -kerning first=334 second=356 amount=-2 -kerning first=120 second=100 amount=-1 -kerning first=88 second=1017 amount=-2 -kerning first=1234 second=1198 amount=-5 -kerning first=335 second=1040 amount=-2 -kerning first=1211 second=8220 amount=-3 -kerning first=1107 second=244 amount=-1 -kerning first=1053 second=95 amount=2 -kerning first=193 second=246 amount=-1 -kerning first=196 second=1265 amount=-4 -kerning first=258 second=346 amount=-1 -kerning first=1185 second=339 amount=-1 -kerning first=1180 second=371 amount=-2 -kerning first=43 second=1098 amount=-1 -kerning first=1020 second=1118 amount=-1 -kerning first=1200 second=347 amount=-4 -kerning first=933 second=230 amount=-6 -kerning first=359 second=327 amount=1 -kerning first=915 second=920 amount=-2 -kerning first=1036 second=234 amount=-3 -kerning first=44 second=96 amount=-9 -kerning first=1199 second=283 amount=-1 -kerning first=1083 second=1263 amount=-1 -kerning first=1114 second=1217 amount=-2 -kerning first=122 second=281 amount=-1 -kerning first=39 second=195 amount=-5 -kerning first=376 second=1114 amount=-3 -kerning first=115 second=358 amount=-5 -kerning first=8244 second=355 amount=1 -kerning first=1036 second=1243 amount=-3 -kerning first=1145 second=99 amount=-1 -kerning first=1207 second=60 amount=-2 -kerning first=1191 second=374 amount=-11 -kerning first=1205 second=315 amount=1 -kerning first=255 second=1255 amount=-1 -kerning first=92 second=263 amount=-1 -kerning first=1091 second=1236 amount=-4 -kerning first=1216 second=297 amount=5 -kerning first=351 second=87 amount=-2 -kerning first=75 second=242 amount=-3 -kerning first=1107 second=8222 amount=-8 -kerning first=193 second=8217 amount=-7 -kerning first=1197 second=940 amount=-1 -kerning first=208 second=1204 amount=-2 -kerning first=257 second=957 amount=-1 -kerning first=1232 second=8224 amount=-5 -kerning first=328 second=933 amount=-6 -kerning first=198 second=299 amount=5 -kerning first=305 second=297 amount=3 -kerning first=297 second=90 amount=6 -kerning first=59 second=356 amount=-2 -kerning first=1168 second=111 amount=-5 -kerning first=1051 second=296 amount=2 -kerning first=334 second=902 amount=-2 -kerning first=1084 second=8216 amount=-3 -kerning first=1040 second=216 amount=-2 -kerning first=341 second=981 amount=-1 -kerning first=1196 second=1237 amount=-5 -kerning first=1068 second=1217 amount=-2 -kerning first=221 second=1089 amount=-6 -kerning first=935 second=333 amount=-2 -kerning first=1106 second=358 amount=-3 -kerning first=8370 second=238 amount=2 -kerning first=355 second=1190 amount=1 -kerning first=252 second=939 amount=-4 -kerning first=196 second=267 amount=-1 -kerning first=193 second=352 amount=-1 -kerning first=208 second=1232 amount=-2 -kerning first=932 second=1095 amount=-5 -kerning first=275 second=1197 amount=-1 -kerning first=326 second=255 amount=-1 -kerning first=915 second=8363 amount=-5 -kerning first=939 second=215 amount=-3 -kerning first=1175 second=963 amount=-1 -kerning first=1179 second=248 amount=-1 -kerning first=1187 second=302 amount=1 -kerning first=927 second=198 amount=-2 -kerning first=376 second=353 amount=-4 -kerning first=1225 second=1062 amount=1 -kerning first=65 second=1140 amount=-5 -kerning first=216 second=1046 amount=-2 -kerning first=1207 second=1067 amount=1 -kerning first=1164 second=84 amount=-3 -kerning first=1140 second=1258 amount=-2 -kerning first=176 second=210 amount=-1 -kerning first=1196 second=961 amount=-4 -kerning first=243 second=221 amount=-7 -kerning first=245 second=1143 amount=-1 -kerning first=1068 second=192 amount=-2 -kerning first=1086 second=1061 amount=-2 -kerning first=224 second=1196 amount=-3 -kerning first=347 second=84 amount=-5 -kerning first=1128 second=1057 amount=-2 -kerning first=915 second=1185 amount=-2 -kerning first=379 second=8370 amount=-2 -kerning first=119 second=354 amount=-3 -kerning first=966 second=194 amount=-2 -kerning first=1267 second=1092 amount=-1 -kerning first=381 second=171 amount=-2 -kerning first=1078 second=1105 amount=-1 -kerning first=1274 second=1233 amount=-5 -kerning first=902 second=1204 amount=-6 -kerning first=1259 second=84 amount=-3 -kerning first=1099 second=8361 amount=2 -kerning first=1279 second=1077 amount=-1 -kerning first=923 second=333 amount=-1 -kerning first=246 second=195 amount=-2 -kerning first=1217 second=972 amount=-2 -kerning first=1175 second=243 amount=-1 -kerning first=1194 second=65 amount=-1 -kerning first=112 second=375 amount=-1 -kerning first=214 second=1196 amount=-2 -kerning first=86 second=1254 amount=-2 -kerning first=244 second=1185 amount=-2 -kerning first=1201 second=197 amount=-4 -kerning first=1230 second=72 amount=1 -kerning first=101 second=1098 amount=-1 -kerning first=211 second=372 amount=-1 -kerning first=1187 second=43 amount=-1 -kerning first=1170 second=1179 amount=-4 -kerning first=114 second=224 amount=-1 -kerning first=1066 second=120 amount=-1 -kerning first=1196 second=246 amount=-5 -kerning first=1198 second=231 amount=-6 -kerning first=95 second=1117 amount=3 -kerning first=86 second=1144 amount=-2 -kerning first=324 second=1066 amount=-3 -kerning first=221 second=1145 amount=-6 -kerning first=76 second=8223 amount=-3 -kerning first=317 second=1057 amount=-2 -kerning first=84 second=111 amount=-5 -kerning first=1243 second=1249 amount=-2 -kerning first=1063 second=207 amount=2 -kerning first=1071 second=1111 amount=5 -kerning first=291 second=95 amount=2 -kerning first=89 second=1020 amount=-3 -kerning first=321 second=939 amount=-5 -kerning first=34 second=916 amount=-5 -kerning first=1092 second=198 amount=-2 -kerning first=119 second=913 amount=-4 -kerning first=1233 second=1267 amount=-1 -kerning first=290 second=1236 amount=-1 -kerning first=121 second=230 amount=-1 -kerning first=8216 second=1234 amount=-6 -kerning first=355 second=78 amount=1 -kerning first=225 second=376 amount=-6 -kerning first=1201 second=275 amount=-1 -kerning first=226 second=92 amount=-3 -kerning first=257 second=354 amount=-3 -kerning first=1046 second=43 amount=-4 -kerning first=191 second=358 amount=-4 -kerning first=1016 second=1078 amount=-1 -kerning first=120 second=1026 amount=-3 -kerning first=923 second=1029 amount=-1 -kerning first=1275 second=100 amount=-1 -kerning first=196 second=177 amount=-3 -kerning first=177 second=1236 amount=-3 -kerning first=1090 second=229 amount=-1 -kerning first=1069 second=1040 amount=-2 -kerning first=95 second=81 amount=-3 -kerning first=1271 second=1010 amount=-1 -kerning first=102 second=173 amount=-1 -kerning first=1118 second=923 amount=-4 -kerning first=1054 second=195 amount=-2 -kerning first=286 second=1058 amount=-2 -kerning first=1225 second=313 amount=1 -kerning first=310 second=246 amount=-3 -kerning first=1056 second=193 amount=-5 -kerning first=68 second=939 amount=-3 -kerning first=81 second=1200 amount=-3 -kerning first=187 second=1118 amount=-2 -kerning first=1094 second=933 amount=-1 -kerning first=1207 second=77 amount=1 -kerning first=1097 second=276 amount=1 -kerning first=1255 second=1279 amount=-1 -kerning first=935 second=1077 amount=-2 -kerning first=239 second=105 amount=6 -kerning first=8244 second=47 amount=-9 -kerning first=1169 second=940 amount=-1 -kerning first=369 second=1204 amount=-3 -kerning first=1060 second=256 amount=-2 -kerning first=215 second=1058 amount=-4 -kerning first=908 second=1066 amount=-2 -kerning first=374 second=267 amount=-6 -kerning first=1186 second=1231 amount=1 -kerning first=75 second=1099 amount=2 -kerning first=8222 second=932 amount=-6 -kerning first=194 second=83 amount=-1 -kerning first=354 second=1233 amount=-5 -kerning first=341 second=1040 amount=-3 -kerning first=174 second=8363 amount=-2 -kerning first=375 second=1207 amount=-1 -kerning first=1118 second=295 amount=3 -kerning first=1141 second=1259 amount=-1 -kerning first=1145 second=198 amount=-2 -kerning first=1168 second=1209 amount=-5 -kerning first=279 second=1279 amount=-1 -kerning first=373 second=945 amount=-1 -kerning first=1270 second=199 amount=-2 -kerning first=349 second=8222 amount=-3 -kerning first=1188 second=1138 amount=-2 -kerning first=239 second=8360 amount=3 -kerning first=8221 second=359 amount=1 -kerning first=55 second=949 amount=-3 -kerning first=1197 second=1237 amount=-1 -kerning first=1230 second=1058 amount=-2 -kerning first=1072 second=1026 amount=-3 -kerning first=1209 second=1035 amount=-3 -kerning first=1114 second=221 amount=-11 -kerning first=1205 second=124 amount=1 -kerning first=244 second=1276 amount=-2 -kerning first=1186 second=45 amount=-1 -kerning first=1036 second=307 amount=2 -kerning first=8217 second=59 amount=-4 -kerning first=1163 second=126 amount=-1 -kerning first=1094 second=282 amount=1 -kerning first=119 second=308 amount=-4 -kerning first=227 second=8220 amount=-3 -kerning first=239 second=325 amount=3 -kerning first=8230 second=354 amount=-2 -kerning first=359 second=1056 amount=1 -kerning first=256 second=375 amount=-4 -kerning first=1241 second=358 amount=-3 -kerning first=229 second=86 amount=-3 -kerning first=902 second=357 amount=-2 -kerning first=970 second=8244 amount=2 -kerning first=923 second=1077 amount=-1 -kerning first=372 second=971 amount=-2 -kerning first=88 second=244 amount=-2 -kerning first=1202 second=1010 amount=-2 -kerning first=981 second=196 amount=-2 -kerning first=1186 second=80 amount=1 -kerning first=1263 second=171 amount=-3 -kerning first=939 second=365 amount=-3 -kerning first=920 second=47 amount=-3 -kerning first=1111 second=929 amount=3 -kerning first=1124 second=1040 amount=-1 -kerning first=1143 second=8249 amount=-3 -kerning first=1224 second=253 amount=-1 -kerning first=1068 second=221 amount=-7 -kerning first=1271 second=339 amount=-1 -kerning first=1205 second=1200 amount=-1 -kerning first=933 second=1095 amount=-6 -kerning first=1253 second=933 amount=-6 -kerning first=1082 second=263 amount=-1 -kerning first=1167 second=255 amount=-1 -kerning first=1101 second=1185 amount=-2 -kerning first=288 second=1278 amount=-1 -kerning first=966 second=376 amount=-7 -kerning first=1188 second=287 amount=-5 -kerning first=8221 second=226 amount=-4 -kerning first=212 second=86 amount=-2 -kerning first=932 second=38 amount=-2 -kerning first=1277 second=1066 amount=-3 -kerning first=1200 second=99 amount=-6 -kerning first=1140 second=172 amount=-2 -kerning first=1196 second=1197 amount=-2 -kerning first=1036 second=334 amount=-2 -kerning first=922 second=365 amount=-2 -kerning first=920 second=1198 amount=-3 -kerning first=1194 second=935 amount=-1 -kerning first=1187 second=1018 amount=1 -kerning first=1273 second=1185 amount=-2 -kerning first=228 second=358 amount=-3 -kerning first=113 second=1035 amount=-3 -kerning first=247 second=1278 amount=-4 -kerning first=242 second=932 amount=-3 -kerning first=76 second=1069 amount=-2 -kerning first=1058 second=1251 amount=-4 -kerning first=231 second=1196 amount=-5 -kerning first=363 second=374 amount=-4 -kerning first=356 second=369 amount=-5 -kerning first=224 second=87 amount=-3 -kerning first=38 second=118 amount=-2 -kerning first=1235 second=1091 amount=-1 -kerning first=1033 second=1185 amount=-2 -kerning first=372 second=337 amount=-4 -kerning first=1196 second=1096 amount=-4 -kerning first=1128 second=910 amount=-5 -kerning first=1043 second=981 amount=-5 -kerning first=357 second=1229 amount=1 -kerning first=259 second=89 amount=-6 -kerning first=1143 second=1035 amount=-2 -kerning first=84 second=1209 amount=-5 -kerning first=1197 second=246 amount=-1 -kerning first=1180 second=1092 amount=-3 -kerning first=1138 second=1066 amount=-2 -kerning first=38 second=1201 amount=-2 -kerning first=1225 second=70 amount=1 -kerning first=293 second=1263 amount=-1 -kerning first=374 second=177 amount=-6 -kerning first=1036 second=373 amount=-4 -kerning first=321 second=967 amount=-4 -kerning first=335 second=1198 amount=-7 -kerning first=1075 second=242 amount=-1 -kerning first=1226 second=311 amount=1 -kerning first=114 second=195 amount=-3 -kerning first=210 second=8218 amount=-3 -kerning first=341 second=355 amount=2 -kerning first=1278 second=265 amount=-2 -kerning first=87 second=1191 amount=-2 -kerning first=1057 second=65 amount=-1 -kerning first=916 second=8224 amount=-5 -kerning first=214 second=87 amount=-1 -kerning first=932 second=255 amount=-4 -kerning first=923 second=351 amount=-1 -kerning first=1202 second=339 amount=-2 -kerning first=1125 second=1198 amount=-4 -kerning first=915 second=216 amount=-2 -kerning first=8217 second=291 amount=-4 -kerning first=248 second=92 amount=-4 -kerning first=1275 second=1026 amount=-2 -kerning first=112 second=1066 amount=-3 -kerning first=95 second=345 amount=3 -kerning first=8373 second=239 amount=2 -kerning first=317 second=910 amount=-5 -kerning first=1171 second=263 amount=-1 -kerning first=275 second=253 amount=-1 -kerning first=957 second=963 amount=-1 -kerning first=8224 second=916 amount=-5 -kerning first=1258 second=932 amount=-2 -kerning first=299 second=98 amount=3 -kerning first=333 second=8224 amount=-2 -kerning first=1274 second=1094 amount=-4 -kerning first=288 second=260 amount=-1 -kerning first=1077 second=1185 amount=-1 -kerning first=1232 second=337 amount=-1 -kerning first=1058 second=109 amount=-4 -kerning first=267 second=354 amount=-5 -kerning first=301 second=107 amount=3 -kerning first=304 second=206 amount=2 -kerning first=260 second=933 amount=-5 -kerning first=1170 second=214 amount=-2 -kerning first=208 second=1200 amount=-3 -kerning first=1101 second=1276 amount=-2 -kerning first=289 second=356 amount=-3 -kerning first=333 second=88 amount=-2 -kerning first=76 second=8373 amount=-2 -kerning first=1169 second=1237 amount=-1 -kerning first=1222 second=1070 amount=1 -kerning first=343 second=287 amount=-1 -kerning first=286 second=939 amount=-2 -kerning first=927 second=1244 amount=-2 -kerning first=99 second=1249 amount=-1 -kerning first=222 second=44 amount=-7 -kerning first=1163 second=327 amount=1 -kerning first=258 second=255 amount=-4 -kerning first=1090 second=279 amount=-1 -kerning first=118 second=244 amount=-1 -kerning first=1276 second=265 amount=-2 -kerning first=378 second=291 amount=-1 -kerning first=1058 second=173 amount=-3 -kerning first=381 second=286 amount=-2 -kerning first=327 second=1031 amount=2 -kerning first=215 second=939 amount=-3 -kerning first=1033 second=1276 amount=-2 -kerning first=957 second=243 amount=-1 -kerning first=121 second=1095 amount=-1 -kerning first=1278 second=1139 amount=-2 -kerning first=1213 second=1196 amount=-3 -kerning first=221 second=1233 amount=-6 -kerning first=1225 second=1198 amount=-1 -kerning first=1110 second=1111 amount=3 -kerning first=918 second=173 amount=-2 -kerning first=1139 second=923 amount=-2 -kerning first=65 second=1058 amount=-6 -kerning first=256 second=187 amount=-2 -kerning first=1170 second=1199 amount=-4 -kerning first=1091 second=277 amount=-1 -kerning first=981 second=89 amount=-7 -kerning first=1184 second=375 amount=-3 -kerning first=335 second=1175 amount=-1 -kerning first=205 second=300 amount=2 -kerning first=44 second=1073 amount=-2 -kerning first=1255 second=186 amount=-2 -kerning first=118 second=8222 amount=-5 -kerning first=927 second=193 amount=-2 -kerning first=965 second=910 amount=-4 -kerning first=345 second=46 amount=-4 -kerning first=86 second=301 amount=5 -kerning first=328 second=1204 amount=-3 -kerning first=245 second=1202 amount=-2 -kerning first=297 second=1034 amount=3 -kerning first=179 second=195 amount=-6 -kerning first=356 second=326 amount=-4 -kerning first=1230 second=939 amount=-1 -kerning first=1050 second=121 amount=-3 -kerning first=902 second=1256 amount=-2 -kerning first=1207 second=928 amount=1 -kerning first=1113 second=932 amount=-7 -kerning first=1093 second=99 amount=-1 -kerning first=957 second=8221 amount=2 -kerning first=42 second=1051 amount=-2 -kerning first=372 second=1105 amount=-4 -kerning first=1198 second=363 amount=-3 -kerning first=1278 second=247 amount=-4 -kerning first=1012 second=1059 amount=-3 -kerning first=966 second=373 amount=-1 -kerning first=1027 second=289 amount=-5 -kerning first=55 second=969 amount=-3 -kerning first=193 second=253 amount=-4 -kerning first=247 second=1090 amount=-1 -kerning first=902 second=1200 amount=-5 -kerning first=1026 second=372 amount=-3 -kerning first=1141 second=1193 amount=-1 -kerning first=246 second=119 amount=-1 -kerning first=359 second=933 amount=-1 -kerning first=271 second=41 amount=2 -kerning first=354 second=1094 amount=-4 -kerning first=332 second=1140 amount=-2 -kerning first=1069 second=47 amount=-3 -kerning first=1234 second=963 amount=-1 -kerning first=1103 second=1198 amount=-6 -kerning first=1267 second=981 amount=-1 -kerning first=1043 second=1040 amount=-6 -kerning first=376 second=43 amount=-3 -kerning first=337 second=358 amount=-3 -kerning first=1169 second=246 amount=-1 -kerning first=1078 second=231 amount=-1 -kerning first=197 second=1092 amount=-1 -kerning first=256 second=1066 amount=-6 -kerning first=1086 second=121 amount=-1 -kerning first=1092 second=1244 amount=-2 -kerning first=1170 second=957 amount=-4 -kerning first=1164 second=1118 amount=-1 -kerning first=1200 second=198 amount=-5 -kerning first=253 second=959 amount=-1 -kerning first=239 second=1055 amount=3 -kerning first=924 second=1111 amount=5 -kerning first=1085 second=1090 amount=-2 -kerning first=1095 second=376 amount=-6 -kerning first=1276 second=1139 amount=-2 -kerning first=297 second=293 amount=3 -kerning first=933 second=38 amount=-4 -kerning first=321 second=183 amount=-3 -kerning first=1222 second=924 amount=1 -kerning first=38 second=356 amount=-4 -kerning first=373 second=111 amount=-1 -kerning first=913 second=8225 amount=-5 -kerning first=109 second=910 amount=-6 -kerning first=169 second=88 amount=-2 -kerning first=341 second=47 amount=-1 -kerning first=1198 second=229 amount=-6 -kerning first=1278 second=1028 amount=-2 -kerning first=1069 second=1198 amount=-3 -kerning first=1254 second=1202 amount=-2 -kerning first=1126 second=8249 amount=-2 -kerning first=939 second=256 amount=-5 -kerning first=1057 second=935 amount=-1 -kerning first=181 second=221 amount=-4 -kerning first=1143 second=228 amount=-1 -kerning first=277 second=121 amount=-1 -kerning first=1259 second=1118 amount=-1 -kerning first=1232 second=1105 amount=-1 -kerning first=961 second=375 amount=-1 -kerning first=1102 second=8224 amount=-2 -kerning first=170 second=913 amount=-5 -kerning first=1191 second=1249 amount=-4 -kerning first=253 second=60 amount=-2 -kerning first=374 second=369 amount=-3 -kerning first=359 second=282 amount=1 -kerning first=231 second=87 amount=-1 -kerning first=1092 second=193 amount=-2 -kerning first=1234 second=243 amount=-1 -kerning first=1276 second=247 amount=-4 -kerning first=381 second=920 amount=-2 -kerning first=1088 second=196 amount=-2 -kerning first=79 second=8222 amount=-3 -kerning first=1097 second=1059 amount=-1 -kerning first=1102 second=88 amount=-2 -kerning first=1186 second=270 amount=1 -kerning first=1217 second=81 amount=-2 -kerning first=939 second=281 amount=-6 -kerning first=357 second=342 amount=1 -kerning first=299 second=1035 amount=6 -kerning first=1275 second=1235 amount=-1 -kerning first=369 second=1200 amount=-4 -kerning first=95 second=211 amount=-3 -kerning first=345 second=103 amount=-1 -kerning first=36 second=913 amount=-1 -kerning first=1271 second=1072 amount=-1 -kerning first=1034 second=8224 amount=-2 -kerning first=1118 second=192 amount=-4 -kerning first=376 second=1236 amount=-5 -kerning first=1200 second=8353 amount=-3 -kerning first=1058 second=1220 amount=-4 -kerning first=315 second=8249 amount=-4 -kerning first=356 second=260 amount=-6 -kerning first=1199 second=1059 amount=-2 -kerning first=119 second=265 amount=-1 -kerning first=1090 second=1195 amount=-1 -kerning first=1234 second=8221 amount=-7 -kerning first=186 second=333 amount=-2 -kerning first=1126 second=1035 amount=-6 -kerning first=1188 second=1012 amount=-2 -kerning first=8244 second=54 amount=-3 -kerning first=197 second=186 amount=-5 -kerning first=257 second=1263 amount=-1 -kerning first=1034 second=88 amount=-2 -kerning first=1105 second=1198 amount=-7 -kerning first=1195 second=84 amount=-5 -kerning first=199 second=256 amount=-1 -kerning first=922 second=281 amount=-3 -kerning first=221 second=1058 amount=3 -kerning first=939 second=1226 amount=-3 -kerning first=1251 second=376 amount=-6 -kerning first=71 second=258 amount=-1 -kerning first=87 second=927 amount=-2 -kerning first=1118 second=232 amount=-1 -kerning first=104 second=1267 amount=-1 -kerning first=1276 second=1028 amount=-2 -kerning first=1178 second=255 amount=-3 -kerning first=1061 second=1256 amount=-2 -kerning first=1145 second=193 amount=-2 -kerning first=232 second=1090 amount=-1 -kerning first=1094 second=1204 amount=-2 -kerning first=103 second=354 amount=-3 -kerning first=908 second=65 amount=-2 -kerning first=1196 second=253 amount=-4 -kerning first=1269 second=375 amount=-1 -kerning first=229 second=8216 amount=-3 -kerning first=170 second=308 amount=-5 -kerning first=1244 second=284 amount=-2 -kerning first=929 second=1032 amount=-6 -kerning first=116 second=311 amount=1 -kerning first=315 second=1035 amount=-6 -kerning first=8217 second=35 amount=-8 -kerning first=194 second=121 amount=-4 -kerning first=972 second=1203 amount=-1 -kerning first=1199 second=291 amount=-1 -kerning first=1098 second=119 amount=-2 -kerning first=240 second=86 amount=-4 -kerning first=927 second=374 amount=-3 -kerning first=122 second=289 amount=-1 -kerning first=245 second=118 amount=-1 -kerning first=55 second=1234 amount=-7 -kerning first=65 second=182 amount=-1 -kerning first=192 second=8370 amount=-2 -kerning first=356 second=1090 amount=-2 -kerning first=1145 second=233 amount=-1 -kerning first=1059 second=1204 amount=3 -kerning first=1020 second=256 amount=-2 -kerning first=1016 second=8220 amount=-4 -kerning first=1205 second=1162 amount=1 -kerning first=92 second=281 amount=-1 -kerning first=1140 second=333 amount=-4 -kerning first=372 second=951 amount=-2 -kerning first=245 second=1201 amount=-1 -kerning first=1175 second=99 amount=-1 -kerning first=193 second=171 amount=-2 -kerning first=212 second=8216 amount=-2 -kerning first=1231 second=207 amount=2 -kerning first=1145 second=1241 amount=-1 -kerning first=1237 second=1277 amount=-1 -kerning first=288 second=1011 amount=2 -kerning first=1213 second=87 amount=-3 -kerning first=1267 second=1040 amount=-4 -kerning first=310 second=253 amount=-3 -kerning first=1036 second=1141 amount=-3 -kerning first=65 second=939 amount=-5 -kerning first=1122 second=1199 amount=-1 -kerning first=1046 second=277 amount=-2 -kerning first=1059 second=1232 amount=-5 -kerning first=1163 second=1056 amount=1 -kerning first=1097 second=922 amount=1 -kerning first=1207 second=89 amount=-1 -kerning first=119 second=1139 amount=-1 -kerning first=1040 second=927 amount=-2 -kerning first=341 second=1175 amount=1 -kerning first=936 second=8222 amount=-8 -kerning first=225 second=1141 amount=-1 -kerning first=1274 second=967 amount=-4 -kerning first=1270 second=1207 amount=-5 -kerning first=1140 second=8218 amount=-7 -kerning first=1242 second=1278 amount=-2 -kerning first=374 second=326 amount=-3 -kerning first=44 second=49 amount=-6 -kerning first=1179 second=959 amount=-1 -kerning first=1170 second=913 amount=-6 -kerning first=314 second=239 amount=5 -kerning first=913 second=79 amount=-2 -kerning first=86 second=242 amount=-4 -kerning first=87 second=269 amount=-4 -kerning first=375 second=8249 amount=-3 -kerning first=1232 second=1171 amount=-2 -kerning first=376 second=251 amount=-3 -kerning first=98 second=1078 amount=-1 -kerning first=355 second=274 amount=1 -kerning first=90 second=1060 amount=-2 -kerning first=1253 second=1204 amount=-3 -kerning first=1168 second=8250 amount=-3 -kerning first=114 second=119 amount=1 -kerning first=1105 second=1175 amount=-1 -kerning first=255 second=933 amount=-2 -kerning first=1040 second=1267 amount=-4 -kerning first=324 second=174 amount=-1 -kerning first=221 second=1094 amount=-3 -kerning first=1188 second=1169 amount=-4 -kerning first=330 second=301 amount=5 -kerning first=1180 second=981 amount=-3 -kerning first=1230 second=1216 amount=1 -kerning first=70 second=249 amount=-2 -kerning first=345 second=259 amount=-1 -kerning first=358 second=923 amount=-6 -kerning first=343 second=358 amount=-4 -kerning first=76 second=194 amount=2 -kerning first=915 second=1191 amount=-4 -kerning first=1122 second=957 amount=-1 -kerning first=1179 second=60 amount=-5 -kerning first=371 second=1196 amount=-3 -kerning first=311 second=335 amount=-1 -kerning first=1226 second=1115 amount=1 -kerning first=1092 second=374 amount=-7 -kerning first=1094 second=315 amount=1 -kerning first=943 second=126 amount=-2 -kerning first=1193 second=84 amount=-3 -kerning first=186 second=1077 amount=-2 -kerning first=313 second=290 amount=-2 -kerning first=1056 second=46 amount=-3 -kerning first=8244 second=963 amount=-4 -kerning first=1138 second=65 amount=-2 -kerning first=1088 second=89 amount=-7 -kerning first=1277 second=101 amount=-1 -kerning first=379 second=212 amount=-2 -kerning first=972 second=910 amount=-7 -kerning first=1239 second=358 amount=-3 -kerning first=375 second=1035 amount=-2 -kerning first=1118 second=221 amount=-2 -kerning first=262 second=194 amount=-1 -kerning first=933 second=894 amount=-4 -kerning first=256 second=288 amount=-2 -kerning first=1222 second=344 amount=1 -kerning first=902 second=1017 amount=-2 -kerning first=1170 second=1103 amount=-5 -kerning first=1040 second=269 amount=-1 -kerning first=1198 second=279 amount=-6 -kerning first=1263 second=8363 amount=-1 -kerning first=1188 second=1088 amount=-4 -kerning first=236 second=309 amount=3 -kerning first=1112 second=372 amount=2 -kerning first=112 second=65 amount=-2 -kerning first=247 second=120 amount=-1 -kerning first=1063 second=1031 amount=2 -kerning first=1237 second=933 amount=-7 -kerning first=961 second=1066 amount=-3 -kerning first=1200 second=241 amount=-3 -kerning first=8217 second=1076 amount=-4 -kerning first=81 second=8222 amount=-3 -kerning first=301 second=104 amount=3 -kerning first=948 second=936 amount=-5 -kerning first=354 second=967 amount=-4 -kerning first=250 second=1198 amount=-4 -kerning first=1170 second=308 amount=-6 -kerning first=1228 second=255 amount=-1 -kerning first=1139 second=1217 amount=-2 -kerning first=1203 second=173 amount=-1 -kerning first=1242 second=260 amount=-2 -kerning first=1065 second=95 amount=4 -kerning first=1234 second=347 amount=-1 -kerning first=241 second=221 amount=-6 -kerning first=87 second=1086 amount=-4 -kerning first=358 second=8370 amount=-2 -kerning first=70 second=1153 amount=-3 -kerning first=239 second=280 amount=3 -kerning first=8244 second=243 amount=-4 -kerning first=1029 second=258 amount=-1 -kerning first=97 second=1196 amount=-3 -kerning first=356 second=946 amount=-4 -kerning first=1189 second=232 amount=-1 -kerning first=183 second=1279 amount=-1 -kerning first=1205 second=1225 amount=1 -kerning first=1140 second=1077 amount=-4 -kerning first=908 second=935 amount=-2 -kerning first=1196 second=171 amount=-8 -kerning first=1198 second=1224 amount=-3 -kerning first=374 second=260 amount=-5 -kerning first=1186 second=919 amount=1 -kerning first=34 second=902 amount=-5 -kerning first=966 second=1141 amount=-1 -kerning first=1043 second=47 amount=-5 -kerning first=357 second=376 amount=-1 -kerning first=196 second=170 amount=-5 -kerning first=84 second=8250 amount=-3 -kerning first=932 second=1251 amount=-4 -kerning first=1225 second=1252 amount=1 -kerning first=317 second=1234 amount=2 -kerning first=1202 second=1057 amount=-2 -kerning first=297 second=340 amount=3 -kerning first=194 second=903 amount=-5 -kerning first=260 second=1204 amount=-6 -kerning first=1097 second=1025 amount=1 -kerning first=328 second=1200 amount=-6 -kerning first=239 second=1112 amount=-4 -kerning first=1139 second=192 amount=-2 -kerning first=283 second=374 amount=-7 -kerning first=336 second=1236 amount=-2 -kerning first=318 second=300 amount=2 -kerning first=1230 second=183 amount=-1 -kerning first=1141 second=1010 amount=-1 -kerning first=254 second=1140 amount=-4 -kerning first=89 second=972 amount=-6 -kerning first=75 second=8370 amount=-2 -kerning first=1058 second=79 amount=-2 -kerning first=1184 second=252 amount=-2 -kerning first=301 second=317 amount=3 -kerning first=195 second=277 amount=-1 -kerning first=187 second=256 amount=-2 -kerning first=1187 second=202 amount=1 -kerning first=358 second=181 amount=-5 -kerning first=245 second=356 amount=-3 -kerning first=268 second=1234 amount=-1 -kerning first=310 second=171 amount=-3 -kerning first=918 second=79 amount=-2 -kerning first=65 second=967 amount=-4 -kerning first=1051 second=1111 amount=5 -kerning first=332 second=1058 amount=-2 -kerning first=1066 second=1078 amount=-1 -kerning first=1040 second=1086 amount=-1 -kerning first=372 second=231 amount=-4 -kerning first=1043 second=382 amount=-3 -kerning first=357 second=200 amount=1 -kerning first=1027 second=271 amount=-5 -kerning first=1122 second=354 amount=-3 -kerning first=1112 second=299 amount=3 -kerning first=171 second=933 amount=-4 -kerning first=1269 second=1066 amount=-3 -kerning first=1274 second=183 amount=-3 -kerning first=1232 second=1091 amount=-4 -kerning first=981 second=1046 amount=-2 -kerning first=299 second=1016 amount=3 -kerning first=311 second=1104 amount=-1 -kerning first=1188 second=266 amount=-2 -kerning first=313 second=196 amount=2 -kerning first=197 second=981 amount=-1 -kerning first=8250 second=255 amount=-2 -kerning first=932 second=109 amount=-4 -kerning first=1181 second=8249 amount=-3 -kerning first=1145 second=1111 amount=7 -kerning first=368 second=95 amount=-3 -kerning first=1200 second=193 amount=-5 -kerning first=1140 second=351 amount=-3 -kerning first=75 second=181 amount=-2 -kerning first=270 second=932 amount=-2 -kerning first=1163 second=933 amount=-1 -kerning first=245 second=902 amount=-2 -kerning first=1061 second=1017 amount=-2 -kerning first=76 second=376 amount=-5 -kerning first=359 second=1204 amount=-2 -kerning first=381 second=216 amount=-2 -kerning first=321 second=92 amount=-5 -kerning first=1082 second=281 amount=-1 -kerning first=232 second=120 amount=-1 -kerning first=913 second=8244 amount=-7 -kerning first=1254 second=356 amount=-2 -kerning first=358 second=1116 amount=-4 -kerning first=264 second=196 amount=-1 -kerning first=1122 second=913 amount=-2 -kerning first=1107 second=257 amount=-1 -kerning first=106 second=303 amount=3 -kerning first=1080 second=255 amount=-1 -kerning first=1255 second=1040 amount=-2 -kerning first=1138 second=935 amount=-2 -kerning first=932 second=173 amount=-3 -kerning first=102 second=1239 amount=-1 -kerning first=955 second=947 amount=-4 -kerning first=1232 second=231 amount=-1 -kerning first=1141 second=339 amount=-1 -kerning first=1200 second=233 amount=-6 -kerning first=1198 second=1195 amount=-6 -kerning first=321 second=338 amount=-2 -kerning first=1107 second=1153 amount=-1 -kerning first=972 second=1093 amount=-1 -kerning first=112 second=174 amount=-1 -kerning first=913 second=84 amount=-6 -kerning first=1200 second=1241 amount=-6 -kerning first=68 second=92 amount=-2 -kerning first=256 second=101 amount=-1 -kerning first=356 second=120 amount=-3 -kerning first=251 second=358 amount=-3 -kerning first=107 second=1089 amount=-1 -kerning first=1181 second=1035 amount=-4 -kerning first=38 second=1265 amount=-2 -kerning first=1084 second=1143 amount=-1 -kerning first=1094 second=124 amount=1 -kerning first=1217 second=211 amount=-2 -kerning first=1184 second=288 amount=-2 -kerning first=122 second=1196 amount=-2 -kerning first=1043 second=1175 amount=-3 -kerning first=1027 second=113 amount=-5 -kerning first=8221 second=962 amount=-4 -kerning first=299 second=915 amount=3 -kerning first=1163 second=282 amount=1 -kerning first=112 second=935 amount=-2 -kerning first=126 second=1185 amount=-1 -kerning first=345 second=273 amount=-1 -kerning first=334 second=1278 amount=-2 -kerning first=375 second=228 amount=-1 -kerning first=45 second=376 amount=-3 -kerning first=170 second=265 amount=-2 -kerning first=1200 second=1230 amount=-3 -kerning first=1225 second=1186 amount=1 -kerning first=1058 second=973 amount=-4 -kerning first=276 second=299 amount=5 -kerning first=357 second=1124 amount=1 -kerning first=8249 second=1066 amount=-3 -kerning first=354 second=183 amount=-3 -kerning first=260 second=357 amount=-2 -kerning first=1050 second=71 amount=-2 -kerning first=1226 second=1231 amount=1 -kerning first=957 second=99 amount=-1 -kerning first=1278 second=283 amount=-2 -kerning first=1254 second=902 amount=-2 -kerning first=1267 second=47 amount=-4 -kerning first=910 second=1204 amount=3 -kerning first=193 second=286 amount=-2 -kerning first=70 second=194 amount=-6 -kerning first=1168 second=1143 amount=-4 -kerning first=102 second=74 amount=-4 -kerning first=1071 second=938 amount=2 -kerning first=1094 second=1200 amount=-1 -kerning first=1091 second=932 amount=-2 -kerning first=88 second=1069 amount=-2 -kerning first=915 second=927 amount=-2 -kerning first=342 second=239 amount=3 -kerning first=931 second=126 amount=-2 -kerning first=78 second=303 amount=2 -kerning first=1197 second=171 amount=-3 -kerning first=208 second=8222 amount=-3 -kerning first=1224 second=1185 amount=-2 -kerning first=358 second=110 amount=-4 -kerning first=1026 second=1098 amount=-2 -kerning first=376 second=277 amount=-6 -kerning first=910 second=1232 amount=-5 -kerning first=1056 second=259 amount=-1 -kerning first=1171 second=281 amount=-1 -kerning first=348 second=198 amount=-1 -kerning first=192 second=232 amount=-1 -kerning first=367 second=8244 amount=1 -kerning first=1059 second=1256 amount=-3 -kerning first=1226 second=45 amount=-1 -kerning first=253 second=196 amount=-4 -kerning first=1196 second=117 amount=-5 -kerning first=240 second=8216 amount=-4 -kerning first=927 second=46 amount=-3 -kerning first=295 second=910 amount=-6 -kerning first=1267 second=1198 amount=-2 -kerning first=8221 second=242 amount=-4 -kerning first=959 second=1035 amount=-3 -kerning first=1139 second=221 amount=-7 -kerning first=217 second=8230 amount=-2 -kerning first=70 second=234 amount=-3 -kerning first=1072 second=121 amount=-1 -kerning first=110 second=932 amount=-3 -kerning first=374 second=946 amount=-3 -kerning first=116 second=1115 amount=1 -kerning first=359 second=315 amount=1 -kerning first=915 second=1267 amount=-4 -kerning first=97 second=87 amount=-3 -kerning first=367 second=84 amount=-3 -kerning first=1168 second=284 amount=-2 -kerning first=1226 second=80 amount=1 -kerning first=913 second=1239 amount=-1 -kerning first=8224 second=902 amount=-5 -kerning first=1095 second=1141 amount=-1 -kerning first=1209 second=1199 amount=-1 -kerning first=70 second=1243 amount=-3 -kerning first=122 second=271 amount=-1 -kerning first=376 second=1189 amount=-3 -kerning first=1225 second=8221 amount=2 -kerning first=8244 second=347 amount=-5 -kerning first=8218 second=1026 amount=-6 -kerning first=933 second=1251 amount=-3 -kerning first=1220 second=194 amount=-2 -kerning first=65 second=183 amount=-2 -kerning first=1037 second=297 amount=5 -kerning first=356 second=966 amount=-5 -kerning first=107 second=1145 amount=-1 -kerning first=1050 second=45 amount=-4 -kerning first=902 second=244 amount=-1 -kerning first=253 second=235 amount=-1 -kerning first=944 second=1059 amount=-4 -kerning first=1017 second=1202 amount=-1 -kerning first=313 second=169 amount=-2 -kerning first=1089 second=1058 amount=-5 -kerning first=234 second=221 amount=-7 -kerning first=309 second=125 amount=2 -kerning first=235 second=1143 amount=-1 -kerning first=1090 second=287 amount=-1 -kerning first=170 second=1139 amount=-2 -kerning first=1276 second=283 amount=-2 -kerning first=310 second=117 amount=-2 -kerning first=76 second=334 amount=-2 -kerning first=244 second=1267 amount=-1 -kerning first=90 second=1254 amount=-2 -kerning first=1222 second=201 amount=1 -kerning first=334 second=260 amount=-2 -kerning first=1199 second=1076 amount=-3 -kerning first=1170 second=1263 amount=-4 -kerning first=341 second=963 amount=-1 -kerning first=1012 second=372 amount=-1 -kerning first=1027 second=268 amount=-2 -kerning first=313 second=89 amount=-5 -kerning first=355 second=1039 amount=1 -kerning first=90 second=1144 amount=-2 -kerning first=1253 second=1200 amount=-6 -kerning first=256 second=174 amount=-5 -kerning first=932 second=1220 amount=-4 -kerning first=126 second=1276 amount=-4 -kerning first=8225 second=335 amount=-2 -kerning first=1205 second=349 amount=-1 -kerning first=1141 second=239 amount=3 -kerning first=253 second=1222 amount=-3 -kerning first=1091 second=285 amount=-1 -kerning first=88 second=8373 amount=-2 -kerning first=1198 second=1194 amount=-3 -kerning first=915 second=269 amount=-5 -kerning first=1187 second=1053 amount=1 -kerning first=84 second=1143 amount=-4 -kerning first=332 second=939 amount=-3 -kerning first=1209 second=957 amount=-1 -kerning first=1234 second=99 amount=-1 -kerning first=87 second=227 amount=-4 -kerning first=1106 second=375 amount=-1 -kerning first=1200 second=1125 amount=-3 -kerning first=929 second=126 amount=-2 -kerning first=1116 second=356 amount=-4 -kerning first=275 second=1185 amount=-1 -kerning first=1167 second=8225 amount=-2 -kerning first=1093 second=233 amount=-1 -kerning first=1257 second=1277 amount=-1 -kerning first=1128 second=1258 amount=-2 -kerning first=940 second=43 amount=-2 -kerning first=222 second=1026 amount=-4 -kerning first=8216 second=8218 amount=-8 -kerning first=53 second=8230 amount=-2 -kerning first=196 second=966 amount=-1 -kerning first=193 second=920 amount=-2 -kerning first=358 second=192 amount=-6 -kerning first=1093 second=1241 amount=-1 -kerning first=1091 second=162 amount=-1 -kerning first=1244 second=213 amount=-2 -kerning first=297 second=69 amount=3 -kerning first=933 second=109 amount=-3 -kerning first=1251 second=1141 amount=-1 -kerning first=1170 second=265 amount=-5 -kerning first=341 second=243 amount=-1 -kerning first=290 second=932 amount=-2 -kerning first=1196 second=286 amount=-2 -kerning first=173 second=89 amount=-3 -kerning first=1118 second=44 amount=-2 -kerning first=122 second=113 amount=-1 -kerning first=84 second=284 amount=-2 -kerning first=1078 second=279 amount=-1 -kerning first=255 second=1204 amount=-2 -kerning first=1279 second=275 amount=-1 -kerning first=89 second=224 amount=-6 -kerning first=382 second=1089 amount=-1 -kerning first=1184 second=101 amount=-3 -kerning first=243 second=1026 amount=-3 -kerning first=1027 second=52 amount=-4 -kerning first=1111 second=918 amount=6 -kerning first=194 second=71 amount=-2 -kerning first=1274 second=1253 amount=-4 -kerning first=1119 second=1196 amount=-3 -kerning first=345 second=240 amount=-1 -kerning first=1277 second=1257 amount=-1 -kerning first=358 second=232 amount=-5 -kerning first=317 second=1258 amount=-2 -kerning first=297 second=1111 amount=3 -kerning first=933 second=173 amount=-3 -kerning first=192 second=221 amount=-5 -kerning first=114 second=97 amount=-1 -kerning first=1164 second=256 amount=-2 -kerning first=255 second=1232 amount=-4 -kerning first=341 second=8221 amount=1 -kerning first=1193 second=1118 amount=-1 -kerning first=111 second=86 amount=-4 -kerning first=1188 second=245 amount=-5 -kerning first=1126 second=94 amount=-6 -kerning first=380 second=945 amount=-1 -kerning first=239 second=1062 amount=3 -kerning first=1107 second=234 amount=-1 -kerning first=333 second=41 amount=-1 -kerning first=193 second=8363 amount=-1 -kerning first=1169 second=171 amount=-3 -kerning first=1145 second=46 amount=-4 -kerning first=1088 second=1046 amount=-2 -kerning first=286 second=92 amount=-1 -kerning first=1270 second=8249 amount=-8 -kerning first=310 second=286 amount=-2 -kerning first=1058 second=1239 amount=-5 -kerning first=915 second=1086 amount=-5 -kerning first=8217 second=1020 amount=-1 -kerning first=1107 second=1243 amount=-1 -kerning first=260 second=1256 amount=-2 -kerning first=1187 second=932 amount=-2 -kerning first=119 second=258 amount=-4 -kerning first=957 second=198 amount=-4 -kerning first=1060 second=1196 amount=-2 -kerning first=87 second=328 amount=-2 -kerning first=358 second=1084 amount=-4 -kerning first=98 second=8220 amount=-4 -kerning first=1178 second=173 amount=-4 -kerning first=1061 second=244 amount=-2 -kerning first=68 second=95 amount=-3 -kerning first=197 second=355 amount=-2 -kerning first=356 second=1060 amount=-2 -kerning first=260 second=1200 amount=-5 -kerning first=1059 second=114 amount=-3 -kerning first=215 second=92 amount=-3 -kerning first=1259 second=256 amount=-2 -kerning first=961 second=65 amount=-2 -kerning first=253 second=89 amount=-2 -kerning first=75 second=232 amount=-3 -kerning first=221 second=183 amount=-3 -kerning first=939 second=289 amount=-6 -kerning first=972 second=1234 amount=-2 -kerning first=1087 second=1198 amount=-6 -kerning first=1237 second=1204 amount=-3 -kerning first=254 second=1058 amount=-3 -kerning first=88 second=1153 amount=-2 -kerning first=981 second=125 amount=-1 -kerning first=1058 second=1102 amount=-4 -kerning first=315 second=94 amount=-8 -kerning first=8222 second=8217 amount=-6 -kerning first=1170 second=1139 amount=-5 -kerning first=1207 second=75 amount=1 -kerning first=119 second=283 amount=-1 -kerning first=1257 second=933 amount=-7 -kerning first=71 second=1059 amount=-2 -kerning first=1101 second=1267 amount=-1 -kerning first=935 second=275 amount=-2 -kerning first=313 second=210 amount=-2 -kerning first=1256 second=8220 amount=-2 -kerning first=245 second=93 amount=-1 -kerning first=333 second=1091 amount=-1 -kerning first=8244 second=191 amount=-4 -kerning first=1220 second=376 amount=-7 -kerning first=1209 second=354 amount=-3 -kerning first=8225 second=1104 amount=-2 -kerning first=1200 second=332 amount=-3 -kerning first=1141 second=1072 amount=-1 -kerning first=1186 second=320 amount=1 -kerning first=1058 second=74 amount=-6 -kerning first=382 second=1145 amount=-1 -kerning first=922 second=289 amount=-3 -kerning first=1036 second=199 amount=-2 -kerning first=357 second=1180 amount=1 -kerning first=1179 second=235 amount=-1 -kerning first=1081 second=1196 amount=-3 -kerning first=258 second=8225 amount=-5 -kerning first=1273 second=1267 amount=-1 -kerning first=174 second=269 amount=-2 -kerning first=353 second=1035 amount=-5 -kerning first=1225 second=347 amount=-1 -kerning first=89 second=1117 amount=-3 -kerning first=359 second=124 amount=1 -kerning first=1168 second=1181 amount=-4 -kerning first=354 second=1253 amount=-4 -kerning first=1170 second=247 amount=-3 -kerning first=1092 second=1249 amount=-2 -kerning first=1207 second=1109 amount=-1 -kerning first=1033 second=1267 amount=-1 -kerning first=372 second=229 amount=-4 -kerning first=1196 second=920 amount=-2 -kerning first=1042 second=1111 amount=2 -kerning first=8216 second=1113 amount=-5 -kerning first=196 second=1060 amount=-2 -kerning first=338 second=297 amount=5 -kerning first=374 second=966 amount=-6 -kerning first=116 second=1231 amount=1 -kerning first=1184 second=174 amount=-1 -kerning first=1199 second=299 amount=3 -kerning first=108 second=296 amount=2 -kerning first=1083 second=1059 amount=-6 -kerning first=1255 second=1198 amount=-7 -kerning first=284 second=1202 amount=-1 -kerning first=287 second=1058 amount=-3 -kerning first=1211 second=221 amount=-6 -kerning first=239 second=313 amount=3 -kerning first=245 second=1265 amount=-1 -kerning first=1089 second=939 amount=-4 -kerning first=359 second=1200 amount=-1 -kerning first=233 second=932 amount=-3 -kerning first=1274 second=338 amount=-2 -kerning first=1145 second=103 amount=-1 -kerning first=902 second=349 amount=-1 -kerning first=343 second=245 amount=-1 -kerning first=92 second=289 amount=-1 -kerning first=923 second=275 amount=-1 -kerning first=326 second=84 amount=-3 -kerning first=89 second=81 amount=-3 -kerning first=1122 second=1263 amount=-1 -kerning first=1175 second=233 amount=-1 -kerning first=1078 second=1195 amount=-1 -kerning first=171 second=1204 amount=-3 -kerning first=113 second=354 amount=-3 -kerning first=1231 second=1031 amount=2 -kerning first=1114 second=1026 amount=-7 -kerning first=294 second=297 amount=5 -kerning first=115 second=1066 amount=-5 -kerning first=310 second=920 amount=-2 -kerning first=933 second=1220 amount=-3 -kerning first=116 second=45 amount=-1 -kerning first=117 second=356 amount=-3 -kerning first=192 second=212 amount=-2 -kerning first=1241 second=375 amount=-1 -kerning first=1215 second=374 amount=-7 -kerning first=1046 second=285 amount=-2 -kerning first=216 second=910 amount=-3 -kerning first=1059 second=1017 amount=-3 -kerning first=1175 second=1241 amount=-1 -kerning first=1170 second=1028 amount=-2 -kerning first=279 second=1198 amount=-7 -kerning first=1097 second=1049 amount=1 -kerning first=1196 second=8363 amount=-5 -kerning first=239 second=355 amount=3 -kerning first=1143 second=354 amount=-2 -kerning first=171 second=1232 amount=-2 -kerning first=225 second=49 amount=-3 -kerning first=1086 second=8224 amount=-2 -kerning first=1189 second=44 amount=-6 -kerning first=230 second=374 amount=-7 -kerning first=1100 second=86 amount=-7 -kerning first=1077 second=1267 amount=-1 -kerning first=102 second=263 amount=-1 -kerning first=1102 second=41 amount=-1 -kerning first=116 second=80 amount=1 -kerning first=49 second=46 amount=-3 -kerning first=44 second=33 amount=-1 -kerning first=1163 second=1204 amount=-2 -kerning first=1187 second=1184 amount=1 -kerning first=1226 second=270 amount=1 -kerning first=1068 second=1026 amount=-3 -kerning first=174 second=1086 amount=-2 -kerning first=1126 second=214 amount=-2 -kerning first=1106 second=1066 amount=-3 -kerning first=910 second=1256 amount=-3 -kerning first=355 second=1024 amount=1 -kerning first=8244 second=99 amount=-4 -kerning first=1058 second=1107 amount=-4 -kerning first=1252 second=296 amount=2 -kerning first=932 second=79 amount=-2 -kerning first=1086 second=88 amount=-2 -kerning first=1046 second=162 amount=-2 -kerning first=1066 second=8220 amount=-4 -kerning first=89 second=195 amount=-5 -kerning first=1196 second=1185 amount=-2 -kerning first=1198 second=1138 amount=-3 -kerning first=1188 second=1097 amount=-4 -kerning first=1043 second=963 amount=-5 -kerning first=1027 second=248 amount=-5 -kerning first=924 second=938 amount=2 -kerning first=55 second=56 amount=-1 -kerning first=84 second=1181 amount=-4 -kerning first=228 second=375 amount=-1 -kerning first=283 second=1249 amount=-1 -kerning first=118 second=257 amount=-1 -kerning first=256 second=1257 amount=-1 -kerning first=1210 second=86 amount=-3 -kerning first=345 second=230 amount=-1 -kerning first=1034 second=41 amount=-1 -kerning first=961 second=174 amount=-1 -kerning first=8373 second=1234 amount=-1 -kerning first=310 second=8363 amount=-3 -kerning first=176 second=1057 amount=-1 -kerning first=246 second=1140 amount=-4 -kerning first=1058 second=942 amount=-4 -kerning first=46 second=910 amount=-4 -kerning first=1094 second=1162 amount=1 -kerning first=1016 second=923 amount=-2 -kerning first=913 second=1118 amount=-4 -kerning first=1090 second=358 amount=-2 -kerning first=118 second=1153 amount=-1 -kerning first=1234 second=8353 amount=-2 -kerning first=87 second=1092 amount=-4 -kerning first=317 second=172 amount=-3 -kerning first=1143 second=913 amount=-4 -kerning first=320 second=207 amount=2 -kerning first=1201 second=945 amount=-1 -kerning first=1119 second=87 amount=-3 -kerning first=961 second=935 amount=-2 -kerning first=1099 second=93 amount=2 -kerning first=1102 second=1091 amount=-1 -kerning first=315 second=214 amount=-2 -kerning first=301 second=68 amount=3 -kerning first=1126 second=1199 amount=-4 -kerning first=195 second=932 amount=-6 -kerning first=8249 second=65 amount=-2 -kerning first=354 second=338 amount=-2 -kerning first=250 second=8221 amount=1 -kerning first=1255 second=1175 amount=-1 -kerning first=1118 second=225 amount=-1 -kerning first=348 second=193 amount=-1 -kerning first=90 second=301 amount=5 -kerning first=356 second=226 amount=-5 -kerning first=311 second=43 amount=-2 -kerning first=114 second=1089 amount=-1 -kerning first=1198 second=287 amount=-6 -kerning first=1043 second=243 amount=-5 -kerning first=8360 second=932 amount=-5 -kerning first=196 second=359 amount=-2 -kerning first=309 second=239 amount=3 -kerning first=258 second=79 amount=-2 -kerning first=1220 second=373 amount=-1 -kerning first=197 second=1198 amount=-5 -kerning first=1274 second=1163 amount=-4 -kerning first=1060 second=87 amount=-1 -kerning first=1277 second=1108 amount=-1 -kerning first=1034 second=1091 amount=-1 -kerning first=1265 second=337 amount=-1 -kerning first=374 second=1060 amount=-3 -kerning first=915 second=371 amount=-5 -kerning first=279 second=1175 amount=-1 -kerning first=913 second=263 amount=-1 -kerning first=341 second=90 amount=-2 -kerning first=8370 second=196 amount=-1 -kerning first=1054 second=1140 amount=-2 -kerning first=239 second=70 amount=3 -kerning first=76 second=1141 amount=-4 -kerning first=315 second=1199 amount=-4 -kerning first=65 second=92 amount=-5 -kerning first=1145 second=259 amount=-1 -kerning first=1222 second=1219 amount=1 -kerning first=339 second=358 amount=-3 -kerning first=1270 second=228 amount=-5 -kerning first=254 second=939 amount=-7 -kerning first=1040 second=1092 amount=-1 -kerning first=88 second=234 amount=-2 -kerning first=1186 second=304 amount=1 -kerning first=75 second=1110 amount=2 -kerning first=1126 second=957 amount=-4 -kerning first=242 second=1197 amount=-2 -kerning first=355 second=1196 amount=-2 -kerning first=1163 second=315 amount=1 -kerning first=210 second=197 amount=-2 -kerning first=1203 second=84 amount=-3 -kerning first=1269 second=174 amount=-1 -kerning first=86 second=923 amount=-5 -kerning first=358 second=212 amount=-2 -kerning first=102 second=215 amount=-1 -kerning first=253 second=1259 amount=-1 -kerning first=1200 second=46 amount=-4 -kerning first=88 second=1243 amount=-2 -kerning first=65 second=338 amount=-2 -kerning first=194 second=8224 amount=-5 -kerning first=1170 second=367 amount=-5 -kerning first=1097 second=294 amount=1 -kerning first=8224 second=267 amount=-2 -kerning first=380 second=111 amount=-1 -kerning first=1081 second=87 amount=-3 -kerning first=193 second=216 amount=-2 -kerning first=1143 second=308 amount=-4 -kerning first=1243 second=255 amount=-1 -kerning first=932 second=973 amount=-4 -kerning first=281 second=358 amount=-3 -kerning first=89 second=345 amount=-3 -kerning first=915 second=227 amount=-5 -kerning first=221 second=1253 amount=-3 -kerning first=325 second=239 amount=5 -kerning first=195 second=285 amount=-1 -kerning first=260 second=1017 amount=-2 -kerning first=906 second=303 amount=2 -kerning first=1104 second=1091 amount=-1 -kerning first=95 second=1140 amount=-5 -kerning first=76 second=116 amount=-1 -kerning first=297 second=1050 amount=3 -kerning first=315 second=957 amount=-4 -kerning first=114 second=1145 amount=-1 -kerning first=372 second=279 amount=-4 -kerning first=75 second=212 amount=-2 -kerning first=1017 second=902 amount=-1 -kerning first=265 second=910 amount=-4 -kerning first=1197 second=8363 amount=-1 -kerning first=1274 second=95 amount=-4 -kerning first=107 second=1058 amount=-4 -kerning first=247 second=1078 amount=-1 -kerning first=220 second=8218 amount=-5 -kerning first=1088 second=125 amount=-1 -kerning first=255 second=1200 amount=-2 -kerning first=1058 second=1118 amount=-4 -kerning first=243 second=1061 amount=-2 -kerning first=939 second=1196 amount=3 -kerning first=202 second=239 amount=5 -kerning first=1075 second=232 amount=-1 -kerning first=195 second=162 amount=-1 -kerning first=1168 second=213 amount=-2 -kerning first=354 second=1163 amount=-4 -kerning first=1084 second=118 amount=-1 -kerning first=1167 second=84 amount=-3 -kerning first=1094 second=1225 amount=1 -kerning first=1098 second=1140 amount=-7 -kerning first=86 second=8370 amount=-2 -kerning first=935 second=336 amount=-2 -kerning first=349 second=376 amount=-5 -kerning first=1267 second=963 amount=-1 -kerning first=122 second=248 amount=-1 -kerning first=376 second=58 amount=-4 -kerning first=910 second=114 amount=-3 -kerning first=377 second=264 amount=-2 -kerning first=1084 second=1201 amount=-1 -kerning first=120 second=45 amount=-1 -kerning first=1040 second=186 amount=-5 -kerning first=372 second=1224 amount=-2 -kerning first=111 second=8216 amount=-4 -kerning first=342 second=910 amount=-2 -kerning first=264 second=1046 amount=-1 -kerning first=1027 second=1100 amount=-4 -kerning first=183 second=1040 amount=-2 -kerning first=1203 second=1239 amount=-1 -kerning first=227 second=221 amount=-6 -kerning first=229 second=1143 amount=-1 -kerning first=70 second=8230 amount=-3 -kerning first=376 second=932 amount=3 -kerning first=8244 second=198 amount=-9 -kerning first=337 second=375 amount=-1 -kerning first=381 second=927 amount=-2 -kerning first=1184 second=1257 amount=-3 -kerning first=1241 second=1066 amount=-3 -kerning first=356 second=1254 amount=-2 -kerning first=1082 second=289 amount=-1 -kerning first=1168 second=118 amount=-4 -kerning first=123 second=106 amount=1 -kerning first=1035 second=1140 amount=-3 -kerning first=173 second=1046 amount=-4 -kerning first=299 second=354 amount=6 -kerning first=350 second=65 amount=-1 -kerning first=55 second=333 amount=-3 -kerning first=330 second=206 amount=2 -kerning first=118 second=194 amount=-4 -kerning first=356 second=1144 amount=-2 -kerning first=1168 second=1201 amount=-4 -kerning first=1232 second=279 amount=-1 -kerning first=170 second=258 amount=-5 -kerning first=1200 second=103 amount=-6 -kerning first=1265 second=1105 amount=-1 -kerning first=1186 second=1172 amount=1 -kerning first=933 second=79 amount=-3 -kerning first=1058 second=263 amount=-5 -kerning first=915 second=328 amount=-4 -kerning first=1226 second=919 amount=1 -kerning first=213 second=1035 amount=-2 -kerning first=957 second=193 amount=-4 -kerning first=1237 second=1200 amount=-7 -kerning first=1126 second=354 amount=-6 -kerning first=1267 second=243 amount=-1 -kerning first=80 second=227 amount=-1 -kerning first=915 second=1279 amount=-3 -kerning first=356 second=380 amount=-3 -kerning first=1116 second=267 amount=-1 -kerning first=1189 second=225 amount=-1 -kerning first=1059 second=244 amount=-6 -kerning first=1140 second=261 amount=-4 -kerning first=923 second=336 amount=-2 -kerning first=1186 second=66 amount=1 -kerning first=939 second=271 amount=-6 -kerning first=1027 second=115 amount=-5 -kerning first=299 second=1041 amount=3 -kerning first=181 second=1026 amount=-3 -kerning first=55 second=8218 amount=-9 -kerning first=228 second=1066 amount=-3 -kerning first=118 second=234 amount=-1 -kerning first=36 second=258 amount=-1 -kerning first=170 second=283 amount=-2 -kerning first=1113 second=1197 amount=-4 -kerning first=92 second=1196 amount=-6 -kerning first=293 second=1059 amount=-6 -kerning first=1178 second=79 amount=-2 -kerning first=8220 second=1236 amount=-6 -kerning first=361 second=8220 amount=-3 -kerning first=354 second=95 amount=-4 -kerning first=211 second=195 amount=-2 -kerning first=1170 second=324 amount=-4 -kerning first=40 second=309 amount=1 -kerning first=957 second=233 amount=-1 -kerning first=118 second=1243 amount=-1 -kerning first=1196 second=216 amount=-2 -kerning first=1278 second=291 amount=-2 -kerning first=221 second=338 amount=-3 -kerning first=1267 second=8221 amount=2 -kerning first=8370 second=89 amount=-2 -kerning first=920 second=198 amount=-2 -kerning first=244 second=1279 amount=-1 -kerning first=196 second=1254 amount=-2 -kerning first=84 second=213 amount=-2 -kerning first=235 second=118 amount=-1 -kerning first=256 second=1108 amount=-1 -kerning first=1059 second=8222 amount=-7 -kerning first=1170 second=1271 amount=-4 -kerning first=1141 second=910 amount=-2 -kerning first=957 second=1241 amount=-1 -kerning first=254 second=967 amount=-1 -kerning first=374 second=226 amount=-6 -kerning first=116 second=270 amount=1 -kerning first=922 second=271 amount=-3 -kerning first=315 second=354 amount=-6 -kerning first=301 second=1188 amount=3 -kerning first=44 second=1035 amount=-2 -kerning first=1111 second=305 amount=6 -kerning first=196 second=1144 amount=-2 -kerning first=258 second=8244 amount=-7 -kerning first=235 second=1201 amount=-1 -kerning first=345 second=1095 amount=-1 -kerning first=174 second=227 amount=-1 -kerning first=1118 second=100 amount=-1 -kerning first=1020 second=1196 amount=-3 -kerning first=376 second=285 amount=-6 -kerning first=910 second=1017 amount=-3 -kerning first=1056 second=230 amount=-1 -kerning first=1171 second=289 amount=-1 -kerning first=1230 second=925 amount=1 -kerning first=232 second=1078 amount=-1 -kerning first=1050 second=337 amount=-3 -kerning first=1179 second=1259 amount=-1 -kerning first=1257 second=1204 amount=-3 -kerning first=335 second=198 amount=-2 -kerning first=1188 second=375 amount=-4 -kerning first=1043 second=347 amount=-5 -kerning first=303 second=86 amount=2 -kerning first=258 second=84 amount=-6 -kerning first=84 second=118 amount=-4 -kerning first=1209 second=1263 amount=-1 -kerning first=1091 second=940 amount=-1 -kerning first=310 second=216 amount=-2 -kerning first=372 second=1195 amount=-4 -kerning first=359 second=1162 amount=1 -kerning first=8222 second=253 amount=-3 -kerning first=79 second=194 amount=-2 -kerning first=1163 second=124 amount=1 -kerning first=84 second=1201 amount=-4 -kerning first=171 second=1200 amount=-4 -kerning first=1257 second=1232 amount=-2 -kerning first=1095 second=49 amount=-3 -kerning first=341 second=99 amount=-1 -kerning first=284 second=356 amount=-2 -kerning first=1114 second=1061 amount=-2 -kerning first=358 second=44 amount=-2 -kerning first=376 second=162 amount=-6 -kerning first=348 second=1111 amount=3 -kerning first=1169 second=8363 amount=-1 -kerning first=192 second=1213 amount=-2 -kerning first=356 second=1078 amount=-3 -kerning first=932 second=1239 amount=-5 -kerning first=1201 second=111 amount=-1 -kerning first=1145 second=273 amount=-1 -kerning first=1205 second=1229 amount=1 -kerning first=92 second=271 amount=-1 -kerning first=89 second=211 amount=-3 -kerning first=351 second=89 amount=-5 -kerning first=1186 second=1052 amount=1 -kerning first=1128 second=333 amount=-1 -kerning first=1217 second=1089 amount=-2 -kerning first=315 second=913 amount=2 -kerning first=939 second=113 amount=-6 -kerning first=379 second=67 amount=-2 -kerning first=1107 second=8230 amount=-6 -kerning first=1111 second=327 amount=3 -kerning first=1185 second=172 amount=-2 -kerning first=70 second=1141 amount=-2 -kerning first=288 second=301 amount=2 -kerning first=1100 second=8216 amount=-5 -kerning first=1276 second=291 amount=-2 -kerning first=933 second=973 amount=-3 -kerning first=382 second=1058 amount=-2 -kerning first=1051 second=938 amount=2 -kerning first=1163 second=1200 amount=-1 -kerning first=1198 second=1012 amount=-3 -kerning first=1068 second=1061 amount=-2 -kerning first=248 second=1236 amount=-2 -kerning first=1126 second=1103 amount=-1 -kerning first=236 second=87 amount=2 -kerning first=83 second=1040 amount=-1 -kerning first=55 second=1077 amount=-3 -kerning first=932 second=1102 amount=-4 -kerning first=1016 second=1217 amount=-2 -kerning first=1270 second=1179 amount=-4 -kerning first=1200 second=259 amount=-6 -kerning first=253 second=1193 amount=-1 -kerning first=92 second=1275 amount=-2 -kerning first=326 second=1118 amount=-1 -kerning first=1198 second=358 amount=3 -kerning first=266 second=913 amount=-1 -kerning first=922 second=113 amount=-3 -kerning first=379 second=297 amount=5 -kerning first=1275 second=45 amount=-1 -kerning first=1084 second=356 amount=-3 -kerning first=1170 second=258 amount=-6 -kerning first=85 second=8222 amount=-5 -kerning first=284 second=902 amount=-1 -kerning first=1117 second=374 amount=-6 -kerning first=1210 second=8216 amount=-3 -kerning first=1234 second=233 amount=-1 -kerning first=186 second=197 amount=-5 -kerning first=1232 second=1195 amount=-1 -kerning first=1225 second=1034 amount=1 -kerning first=246 second=1058 amount=-3 -kerning first=932 second=74 amount=-6 -kerning first=1093 second=103 amount=-1 -kerning first=88 second=334 amount=-2 -kerning first=1128 second=1029 amount=-1 -kerning first=1234 second=1241 amount=-1 -kerning first=221 second=1163 amount=-3 -kerning first=8221 second=1033 amount=-3 -kerning first=258 second=1239 amount=-1 -kerning first=1220 second=1141 amount=-1 -kerning first=118 second=376 amount=-2 -kerning first=1180 second=963 amount=-3 -kerning first=375 second=354 amount=-2 -kerning first=915 second=1092 amount=-5 -kerning first=77 second=297 amount=5 -kerning first=1251 second=49 amount=-3 -kerning first=216 second=1234 amount=-2 -kerning first=260 second=244 amount=-1 -kerning first=1170 second=283 amount=-5 -kerning first=1207 second=1042 amount=1 -kerning first=1016 second=192 amount=-2 -kerning first=957 second=374 amount=-2 -kerning first=87 second=981 amount=-4 -kerning first=186 second=275 amount=-2 -kerning first=8221 second=923 amount=-9 -kerning first=242 second=253 amount=-1 -kerning first=263 second=1035 amount=-5 -kerning first=238 second=125 amount=2 -kerning first=1078 second=287 amount=-1 -kerning first=38 second=170 amount=-3 -kerning first=902 second=1069 amount=-2 -kerning first=343 second=375 amount=1 -kerning first=92 second=113 amount=-1 -kerning first=1115 second=374 amount=-6 -kerning first=1101 second=1279 amount=-1 -kerning first=374 second=1254 amount=-3 -kerning first=1217 second=1145 amount=-2 -kerning first=1225 second=293 amount=1 -kerning first=374 second=1144 amount=-3 -kerning first=337 second=1066 amount=-3 -kerning first=1050 second=1105 amount=-3 -kerning first=1170 second=1087 amount=-4 -kerning first=114 second=1233 amount=-1 -kerning first=1094 second=349 amount=-1 -kerning first=1140 second=197 amount=-5 -kerning first=1233 second=1198 amount=-6 -kerning first=1263 second=269 amount=-1 -kerning first=939 second=268 amount=-3 -kerning first=1054 second=1058 amount=-2 -kerning first=355 second=52 amount=-1 -kerning first=55 second=351 amount=-3 -kerning first=1143 second=265 amount=-1 -kerning first=1274 second=944 amount=-4 -kerning first=1180 second=243 amount=-3 -kerning first=336 second=932 amount=-2 -kerning first=1239 second=375 amount=-1 -kerning first=375 second=913 amount=-4 -kerning first=1033 second=1279 amount=-1 -kerning first=372 second=1194 amount=-2 -kerning first=933 second=84 amount=3 -kerning first=359 second=1225 amount=1 -kerning first=1184 second=1108 amount=-3 -kerning first=51 second=8222 amount=-3 -kerning first=194 second=337 amount=-1 -kerning first=1168 second=902 amount=-6 -kerning first=959 second=1199 amount=-1 -kerning first=1118 second=1026 amount=-2 -kerning first=355 second=1037 amount=1 -kerning first=8218 second=121 amount=-3 -kerning first=8244 second=241 amount=-1 -kerning first=235 second=356 amount=-3 -kerning first=214 second=196 amount=-2 -kerning first=1189 second=100 amount=-1 -kerning first=1215 second=1249 amount=-1 -kerning first=187 second=1196 amount=-8 -kerning first=1059 second=349 amount=-4 -kerning first=8225 second=1236 amount=-5 -kerning first=92 second=87 amount=-4 -kerning first=1040 second=981 amount=-1 -kerning first=1140 second=275 amount=-4 -kerning first=1202 second=1258 amount=-2 -kerning first=1198 second=1169 amount=-3 -kerning first=1128 second=1077 amount=-1 -kerning first=922 second=268 amount=-2 -kerning first=34 second=260 amount=-5 -kerning first=1188 second=187 amount=-3 -kerning first=245 second=1278 amount=-2 -kerning first=78 second=298 amount=2 -kerning first=932 second=1107 amount=-4 -kerning first=1069 second=198 amount=-2 -kerning first=230 second=1249 amount=-1 -kerning first=86 second=192 amount=-5 -kerning first=1108 second=933 amount=-4 -kerning first=1244 second=267 amount=-2 -kerning first=79 second=376 amount=-3 -kerning first=119 second=291 amount=-1 -kerning first=332 second=92 amount=-2 -kerning first=957 second=1111 amount=3 -kerning first=290 second=236 amount=2 -kerning first=95 second=1058 amount=-4 -kerning first=241 second=1026 amount=-3 -kerning first=1274 second=335 amount=-5 -kerning first=932 second=942 amount=-4 -kerning first=1201 second=1209 amount=-1 -kerning first=1082 second=1196 amount=-4 -kerning first=1145 second=240 amount=-1 -kerning first=257 second=1059 amount=-6 -kerning first=1277 second=1255 amount=-1 -kerning first=902 second=8373 amount=-2 -kerning first=1020 second=87 amount=-3 -kerning first=1191 second=255 amount=-2 -kerning first=1091 second=1237 amount=-1 -kerning first=116 second=919 amount=1 -kerning first=922 second=238 amount=2 -kerning first=8217 second=972 amount=-4 -kerning first=939 second=52 amount=-4 -kerning first=357 second=254 amount=1 -kerning first=1083 second=372 amount=-3 -kerning first=959 second=957 amount=-1 -kerning first=341 second=198 amount=-3 -kerning first=1234 second=374 amount=-5 -kerning first=86 second=232 amount=-4 -kerning first=1077 second=1279 amount=-1 -kerning first=72 second=300 amount=2 -kerning first=1118 second=297 amount=3 -kerning first=1232 second=1194 amount=-2 -kerning first=115 second=174 amount=-1 -kerning first=244 second=186 amount=-2 -kerning first=256 second=908 amount=-2 -kerning first=356 second=301 amount=6 -kerning first=183 second=1198 amount=-3 -kerning first=1168 second=1173 amount=-4 -kerning first=1046 second=940 amount=-2 -kerning first=1097 second=322 amount=1 -kerning first=47 second=1032 amount=-4 -kerning first=92 second=268 amount=-2 -kerning first=1198 second=1088 amount=-3 -kerning first=1263 second=1086 amount=-1 -kerning first=1098 second=1058 amount=-7 -kerning first=81 second=194 amount=-2 -kerning first=8221 second=181 amount=-3 -kerning first=299 second=316 amount=3 -kerning first=1074 second=932 amount=-5 -kerning first=1143 second=1139 amount=-1 -kerning first=1277 second=126 amount=-1 -kerning first=375 second=308 amount=-4 -kerning first=98 second=923 amount=-2 -kerning first=933 second=1239 amount=-6 -kerning first=1058 second=365 amount=-5 -kerning first=915 second=947 amount=-7 -kerning first=1254 second=1278 amount=-2 -kerning first=354 second=944 amount=-4 -kerning first=1046 second=264 amount=-2 -kerning first=311 second=277 amount=-1 -kerning first=1179 second=1193 amount=-1 -kerning first=71 second=299 amount=2 -kerning first=1278 second=1054 amount=-2 -kerning first=174 second=1092 amount=-2 -kerning first=1106 second=174 amount=-1 -kerning first=239 second=1252 amount=3 -kerning first=910 second=244 amount=-6 -kerning first=1056 second=1095 amount=-1 -kerning first=1061 second=1069 amount=-2 -kerning first=84 second=902 amount=-6 -kerning first=57 second=8216 amount=-3 -kerning first=197 second=963 amount=-1 -kerning first=102 second=256 amount=-2 -kerning first=1113 second=253 amount=-2 -kerning first=1205 second=342 amount=1 -kerning first=1035 second=1058 amount=-3 -kerning first=1128 second=351 amount=-1 -kerning first=240 second=1143 amount=-1 -kerning first=243 second=121 amount=-1 -kerning first=1175 second=103 amount=-1 -kerning first=1124 second=198 amount=-1 -kerning first=1224 second=1267 amount=-1 -kerning first=1090 second=245 amount=-1 -kerning first=1203 second=263 amount=-1 -kerning first=345 second=255 amount=1 -kerning first=87 second=1040 amount=-4 -kerning first=358 second=225 amount=-5 -kerning first=1256 second=923 amount=-2 -kerning first=245 second=260 amount=-2 -kerning first=378 second=972 amount=-1 -kerning first=1178 second=1239 amount=-3 -kerning first=8244 second=193 amount=-9 -kerning first=933 second=1102 amount=-3 -kerning first=1082 second=271 amount=-1 -kerning first=1181 second=354 amount=-4 -kerning first=1111 second=1056 amount=3 -kerning first=1167 second=1118 amount=-1 -kerning first=1016 second=221 amount=-7 -kerning first=121 second=8244 amount=2 -kerning first=1043 second=99 amount=-5 -kerning first=1122 second=258 amount=-2 -kerning first=910 second=8222 amount=-7 -kerning first=1171 second=1196 amount=-2 -kerning first=8230 second=1059 amount=-4 -kerning first=196 second=301 amount=3 -kerning first=212 second=1202 amount=-2 -kerning first=102 second=281 amount=-1 -kerning first=1026 second=195 amount=-2 -kerning first=1235 second=358 amount=-3 -kerning first=114 second=1058 amount=-4 -kerning first=1200 second=273 amount=-6 -kerning first=1091 second=246 amount=-1 -kerning first=1265 second=231 amount=-1 -kerning first=923 second=36 amount=-1 -kerning first=246 second=939 amount=-7 -kerning first=933 second=74 amount=-2 -kerning first=301 second=379 amount=6 -kerning first=1241 second=65 amount=-2 -kerning first=920 second=1244 amount=-2 -kerning first=8221 second=1116 amount=-1 -kerning first=194 second=1105 amount=-1 -kerning first=354 second=335 amount=-5 -kerning first=1187 second=330 amount=1 -kerning first=121 second=84 amount=-2 -kerning first=95 second=1094 amount=3 -kerning first=1234 second=1111 amount=3 -kerning first=1271 second=172 amount=-1 -kerning first=94 second=1033 amount=-2 -kerning first=1244 second=177 amount=-3 -kerning first=8244 second=233 amount=-4 -kerning first=197 second=243 amount=-1 -kerning first=224 second=89 amount=-6 -kerning first=1270 second=214 amount=-2 -kerning first=1196 second=1191 amount=-4 -kerning first=1027 second=959 amount=-5 -kerning first=259 second=910 amount=-6 -kerning first=8244 second=1241 amount=-4 -kerning first=84 second=1173 amount=-4 -kerning first=247 second=8220 amount=-2 -kerning first=912 second=173 amount=-2 -kerning first=94 second=923 amount=-6 -kerning first=70 second=122 amount=-2 -kerning first=902 second=1153 amount=-1 -kerning first=1276 second=1054 amount=-2 -kerning first=1091 second=8217 amount=2 -kerning first=76 second=199 amount=-2 -kerning first=981 second=1203 amount=-1 -kerning first=335 second=1244 amount=-2 -kerning first=183 second=1175 amount=-1 -kerning first=260 second=349 amount=-1 -kerning first=1226 second=320 amount=1 -kerning first=1198 second=266 amount=-3 -kerning first=1254 second=260 amount=-2 -kerning first=1126 second=1263 amount=-4 -kerning first=920 second=193 amount=-2 -kerning first=245 second=1090 amount=-2 -kerning first=1061 second=8373 amount=-2 -kerning first=8244 second=1230 amount=-1 -kerning first=959 second=354 amount=-3 -kerning first=197 second=8221 amount=-7 -kerning first=214 second=89 amount=-3 -kerning first=1274 second=1104 amount=-5 -kerning first=320 second=1031 amount=2 -kerning first=932 second=1118 amount=-4 -kerning first=1189 second=1026 amount=-2 -kerning first=343 second=1066 amount=-4 -kerning first=1257 second=1200 amount=-7 -kerning first=1027 second=60 amount=-5 -kerning first=1228 second=84 amount=-3 -kerning first=63 second=1040 amount=-4 -kerning first=1085 second=8220 amount=-3 -kerning first=1234 second=332 amount=-2 -kerning first=1118 second=1235 amount=-1 -kerning first=1054 second=939 amount=-3 -kerning first=1270 second=1199 amount=-4 -kerning first=1171 second=271 amount=-1 -kerning first=65 second=335 amount=-1 -kerning first=192 second=100 amount=-1 -kerning first=1075 second=44 amount=-6 -kerning first=1082 second=113 amount=-1 -kerning first=275 second=1267 amount=-1 -kerning first=176 second=1234 amount=-6 -kerning first=1101 second=186 amount=-2 -kerning first=1198 second=237 amount=-2 -kerning first=335 second=193 amount=-2 -kerning first=1188 second=252 amount=-5 -kerning first=8370 second=1046 amount=-1 -kerning first=8221 second=110 amount=-1 -kerning first=1185 second=333 amount=-1 -kerning first=1274 second=1114 amount=-4 -kerning first=1239 second=1066 amount=-3 -kerning first=1200 second=1167 amount=-3 -kerning first=1202 second=172 amount=-4 -kerning first=315 second=1263 amount=-4 -kerning first=195 second=940 amount=-1 -kerning first=187 second=87 amount=-4 -kerning first=1066 second=923 amount=-2 -kerning first=913 second=281 amount=-1 -kerning first=8224 second=260 amount=-5 -kerning first=121 second=1239 amount=-1 -kerning first=95 second=182 amount=-3 -kerning first=1126 second=265 amount=-1 -kerning first=239 second=1186 amount=3 -kerning first=376 second=1075 amount=-3 -kerning first=76 second=49 amount=-3 -kerning first=933 second=1107 amount=-3 -kerning first=959 second=913 amount=-2 -kerning first=256 second=1255 amount=-1 -kerning first=932 second=263 amount=-5 -kerning first=1145 second=230 amount=-1 -kerning first=1230 second=353 amount=-1 -kerning first=255 second=244 amount=-1 -kerning first=253 second=1010 amount=-1 -kerning first=1141 second=1234 amount=-4 -kerning first=1033 second=186 amount=-2 -kerning first=372 second=1138 amount=-2 -kerning first=1184 second=908 amount=-2 -kerning first=81 second=376 amount=-3 -kerning first=939 second=248 amount=-6 -kerning first=195 second=264 amount=-2 -kerning first=1163 second=1162 amount=1 -kerning first=258 second=1118 amount=-4 -kerning first=1139 second=1026 amount=-3 -kerning first=1078 second=358 amount=-3 -kerning first=1114 second=121 amount=-2 -kerning first=1270 second=957 amount=-4 -kerning first=1225 second=340 amount=1 -kerning first=933 second=942 amount=-3 -kerning first=359 second=349 amount=-1 -kerning first=267 second=1059 amount=-4 -kerning first=108 second=1111 amount=5 -kerning first=1097 second=205 amount=1 -kerning first=332 second=95 amount=-3 -kerning first=245 second=170 amount=-2 -kerning first=193 second=927 amount=-2 -kerning first=1029 second=299 amount=3 -kerning first=208 second=194 amount=-2 -kerning first=1274 second=353 amount=-5 -kerning first=107 second=183 amount=-2 -kerning first=1086 second=41 amount=-1 -kerning first=229 second=118 amount=-1 -kerning first=255 second=8222 amount=-5 -kerning first=981 second=910 amount=-7 -kerning first=922 second=248 amount=-3 -kerning first=354 second=1104 amount=-5 -kerning first=234 second=1026 amount=-3 -kerning first=118 second=8230 amount=-2 -kerning first=1098 second=939 amount=-11 -kerning first=121 second=74 amount=-4 -kerning first=1068 second=121 amount=-1 -kerning first=229 second=1201 amount=-1 -kerning first=288 second=1099 amount=2 -kerning first=1267 second=99 amount=-1 -kerning first=238 second=239 amount=3 -kerning first=344 second=1059 amount=-2 -kerning first=1171 second=113 amount=-1 -kerning first=8250 second=84 amount=-8 -kerning first=1241 second=174 amount=-1 -kerning first=356 second=242 amount=-5 -kerning first=194 second=1171 amount=-2 -kerning first=1050 second=1091 amount=-3 -kerning first=120 second=337 amount=-1 -kerning first=1093 second=273 amount=-1 -kerning first=957 second=46 amount=-2 -kerning first=1040 second=355 amount=-2 -kerning first=1140 second=336 amount=-2 -kerning first=372 second=287 amount=-4 -kerning first=221 second=944 amount=-3 -kerning first=1061 second=1153 amount=-2 -kerning first=204 second=299 amount=5 -kerning first=365 second=933 amount=-4 -kerning first=8244 second=1125 amount=-1 -kerning first=258 second=263 amount=-1 -kerning first=193 second=1267 amount=-4 -kerning first=1232 second=1138 amount=-2 -kerning first=1164 second=1196 amount=-3 -kerning first=1200 second=240 amount=-6 -kerning first=246 second=967 amount=-1 -kerning first=915 second=981 amount=-5 -kerning first=1241 second=935 amount=-2 -kerning first=354 second=1114 amount=-4 -kerning first=1199 second=972 amount=-1 -kerning first=1084 second=1265 amount=-1 -kerning first=1035 second=939 amount=-6 -kerning first=1126 second=1139 amount=-1 -kerning first=1188 second=288 amount=-2 -kerning first=122 second=959 amount=-1 -kerning first=1043 second=198 amount=-6 -kerning first=110 second=1197 amount=-2 -kerning first=8221 second=192 amount=-9 -kerning first=347 second=1196 amount=-5 -kerning first=910 second=349 amount=-4 -kerning first=1056 second=38 amount=-2 -kerning first=323 second=207 amount=2 -kerning first=1080 second=84 amount=-3 -kerning first=1252 second=1111 amount=5 -kerning first=1086 second=1091 amount=-1 -kerning first=1205 second=376 amount=-1 -kerning first=253 second=339 amount=-1 -kerning first=92 second=248 amount=-1 -kerning first=89 second=97 amount=-6 -kerning first=1058 second=256 amount=-6 -kerning first=8217 second=224 amount=-4 -kerning first=935 second=1242 amount=-2 -kerning first=228 second=174 amount=-1 -kerning first=86 second=212 amount=-2 -kerning first=358 second=100 amount=-5 -kerning first=1259 second=1196 amount=-3 -kerning first=971 second=8216 amount=-3 -kerning first=1236 second=301 amount=5 -kerning first=1036 second=8249 amount=-3 -kerning first=321 second=43 amount=-3 -kerning first=65 second=1104 amount=-1 -kerning first=271 second=358 amount=3 -kerning first=1168 second=1265 amount=-4 -kerning first=1046 second=246 amount=-2 -kerning first=1050 second=231 amount=-3 -kerning first=1187 second=8217 amount=2 -kerning first=1069 second=1244 amount=-2 -kerning first=1263 second=227 amount=-1 -kerning first=221 second=335 amount=-6 -kerning first=920 second=374 amount=-3 -kerning first=8221 second=232 amount=-4 -kerning first=196 second=242 amount=-1 -kerning first=193 second=269 amount=-1 -kerning first=1185 second=1077 amount=-1 -kerning first=277 second=1091 amount=-1 -kerning first=43 second=1140 amount=-2 -kerning first=1232 second=287 amount=-1 -kerning first=92 second=39 amount=-5 -kerning first=254 second=92 amount=-4 -kerning first=293 second=372 amount=-3 -kerning first=929 second=1232 amount=-5 -kerning first=337 second=65 amount=-2 -kerning first=1058 second=281 amount=-5 -kerning first=231 second=89 amount=-4 -kerning first=8217 second=970 amount=-4 -kerning first=354 second=353 amount=-5 -kerning first=1226 second=304 amount=1 -kerning first=8216 second=197 amount=-6 -kerning first=376 second=940 amount=-6 -kerning first=192 second=1026 amount=-6 -kerning first=197 second=347 amount=-1 -kerning first=1082 second=52 amount=-3 -kerning first=1189 second=1235 amount=-1 -kerning first=79 second=8230 amount=-3 -kerning first=902 second=234 amount=-1 -kerning first=1097 second=1068 amount=1 -kerning first=1205 second=200 amount=1 -kerning first=291 second=932 amount=-3 -kerning first=1186 second=203 amount=1 -kerning first=8353 second=913 amount=-1 -kerning first=75 second=100 amount=-3 -kerning first=264 second=239 amount=2 -kerning first=335 second=374 amount=-7 -kerning first=1043 second=8353 amount=-2 -kerning first=1027 second=361 amount=-5 -kerning first=8221 second=1084 amount=-1 -kerning first=1111 second=282 amount=3 -kerning first=1163 second=1225 amount=1 -kerning first=196 second=8220 amount=-8 -kerning first=1069 second=193 amount=-2 -kerning first=375 second=265 amount=-1 -kerning first=902 second=1243 amount=-1 -kerning first=170 second=291 amount=-2 -kerning first=376 second=264 amount=-3 -kerning first=353 second=354 amount=-5 -kerning first=923 second=1242 amount=-2 -kerning first=82 second=89 amount=-2 -kerning first=1058 second=1226 amount=-4 -kerning first=315 second=247 amount=-3 -kerning first=192 second=67 amount=-2 -kerning first=357 second=1036 amount=1 -kerning first=251 second=1066 amount=-3 -kerning first=304 second=297 amount=5 -kerning first=1168 second=267 amount=-5 -kerning first=373 second=356 amount=-3 -kerning first=957 second=103 amount=-1 -kerning first=1117 second=1249 amount=-2 -kerning first=1196 second=927 amount=-2 -kerning first=1125 second=374 amount=-4 -kerning first=87 second=47 amount=-1 -kerning first=1126 second=1028 amount=-2 -kerning first=104 second=1198 amount=-6 -kerning first=98 second=1217 amount=-2 -kerning first=355 second=115 amount=-1 -kerning first=225 second=1035 amount=-3 -kerning first=235 second=1265 amount=-1 -kerning first=8225 second=277 amount=-2 -kerning first=1184 second=1255 amount=-3 -kerning first=321 second=1236 amount=2 -kerning first=939 second=1100 amount=-3 -kerning first=1179 second=1010 amount=-1 -kerning first=341 second=193 amount=-3 -kerning first=95 second=967 amount=-5 -kerning first=319 second=1198 amount=-2 -kerning first=1108 second=1204 amount=-5 -kerning first=358 second=112 amount=-4 -kerning first=1166 second=65 amount=-5 -kerning first=1178 second=1118 amount=-3 -kerning first=8217 second=1117 amount=-1 -kerning first=65 second=353 amount=-1 -kerning first=192 second=297 amount=3 -kerning first=1124 second=1244 amount=-1 -kerning first=1170 second=59 amount=-2 -kerning first=120 second=1105 amount=-1 -kerning first=1270 second=913 amount=-6 -kerning first=1196 second=1267 amount=-4 -kerning first=1198 second=245 amount=-6 -kerning first=1256 second=1217 amount=-2 -kerning first=317 second=8219 amount=-3 -kerning first=193 second=1086 amount=-1 -kerning first=84 second=1265 amount=-4 -kerning first=1243 second=8225 amount=-2 -kerning first=208 second=376 amount=-3 -kerning first=1088 second=1203 amount=-1 -kerning first=1115 second=1249 amount=-2 -kerning first=98 second=192 amount=-2 -kerning first=310 second=927 amount=-2 -kerning first=981 second=1093 amount=-1 -kerning first=68 second=1236 amount=-2 -kerning first=933 second=263 amount=-6 -kerning first=116 second=320 amount=1 -kerning first=1184 second=126 amount=-4 -kerning first=315 second=1028 amount=-2 -kerning first=1075 second=225 amount=-1 -kerning first=194 second=1091 amount=-4 -kerning first=373 second=902 amount=-4 -kerning first=341 second=233 amount=-1 -kerning first=1098 second=967 amount=-2 -kerning first=174 second=981 amount=-2 -kerning first=240 second=1202 amount=-2 -kerning first=1188 second=65 amount=-6 -kerning first=245 second=120 amount=-1 -kerning first=229 second=356 amount=-3 -kerning first=1059 second=1069 amount=-3 -kerning first=1093 second=240 amount=-1 -kerning first=253 second=239 amount=3 -kerning first=341 second=1241 amount=-1 -kerning first=915 second=1040 amount=-6 -kerning first=939 second=115 amount=-4 -kerning first=1109 second=8220 amount=-3 -kerning first=1275 second=337 amount=-1 -kerning first=1175 second=273 amount=-1 -kerning first=1124 second=193 amount=-1 -kerning first=906 second=298 amount=2 -kerning first=1213 second=89 amount=-7 -kerning first=375 second=1139 amount=-1 -kerning first=1271 second=333 amount=-1 -kerning first=1267 second=198 amount=-4 -kerning first=1026 second=119 amount=-1 -kerning first=1256 second=192 amount=-2 -kerning first=1205 second=1124 amount=1 -kerning first=1225 second=374 amount=-1 -kerning first=1178 second=263 amount=-3 -kerning first=310 second=1267 amount=-3 -kerning first=101 second=1140 amount=-3 -kerning first=1226 second=1172 amount=1 -kerning first=1207 second=910 amount=-1 -kerning first=1035 second=967 amount=-1 -kerning first=1196 second=269 amount=-5 -kerning first=221 second=1104 amount=-6 -kerning first=1188 second=101 amount=-5 -kerning first=1027 second=290 amount=-2 -kerning first=1211 second=1026 amount=-3 -kerning first=299 second=209 amount=3 -kerning first=936 second=8230 amount=-6 -kerning first=84 second=267 amount=-5 -kerning first=1180 second=99 amount=-3 -kerning first=212 second=356 amount=-2 -kerning first=1145 second=1095 amount=-1 -kerning first=1270 second=1103 amount=-5 -kerning first=1200 second=230 amount=-6 -kerning first=1279 second=945 amount=-1 -kerning first=1265 second=229 amount=-1 -kerning first=1040 second=1198 amount=-5 -kerning first=374 second=242 amount=-6 -kerning first=244 second=1040 amount=-2 -kerning first=195 second=246 amount=-1 -kerning first=194 second=231 amount=-1 -kerning first=1179 second=339 amount=-1 -kerning first=1226 second=66 amount=1 -kerning first=1234 second=103 amount=-1 -kerning first=1271 second=8218 amount=-8 -kerning first=223 second=297 amount=2 -kerning first=1061 second=234 amount=-2 -kerning first=305 second=41 amount=2 -kerning first=337 second=174 amount=-1 -kerning first=902 second=376 amount=-5 -kerning first=114 second=967 amount=1 -kerning first=1164 second=87 amount=-3 -kerning first=1270 second=308 amount=-6 -kerning first=176 second=1258 amount=-1 -kerning first=1242 second=8220 amount=-2 -kerning first=182 second=95 amount=2 -kerning first=973 second=1058 amount=-3 -kerning first=8217 second=195 amount=-9 -kerning first=221 second=1114 amount=-3 -kerning first=966 second=1035 amount=-3 -kerning first=1061 second=1243 amount=-2 -kerning first=94 second=192 amount=-6 -kerning first=1103 second=374 amount=-6 -kerning first=358 second=67 amount=-2 -kerning first=347 second=87 amount=-2 -kerning first=1225 second=69 amount=1 -kerning first=310 second=269 amount=-3 -kerning first=297 second=292 amount=3 -kerning first=337 second=935 amount=-2 -kerning first=301 second=1070 amount=3 -kerning first=195 second=8217 amount=-7 -kerning first=1083 second=1098 amount=-2 -kerning first=1170 second=291 amount=-5 -kerning first=1094 second=1229 amount=1 -kerning first=957 second=259 amount=-1 -kerning first=324 second=933 amount=-6 -kerning first=86 second=44 amount=-6 -kerning first=239 second=90 amount=6 -kerning first=355 second=108 amount=1 -kerning first=1143 second=258 amount=-4 -kerning first=212 second=902 amount=-2 -kerning first=932 second=365 amount=-5 -kerning first=1222 second=8216 amount=-3 -kerning first=1088 second=910 amount=-7 -kerning first=1059 second=8373 amount=-3 -kerning first=1259 second=87 amount=-3 -kerning first=1066 second=1217 amount=-2 -kerning first=92 second=115 amount=-1 -kerning first=89 second=1089 amount=-6 -kerning first=1202 second=333 amount=-2 -kerning first=1184 second=305 amount=2 -kerning first=195 second=352 amount=-1 -kerning first=1194 second=1232 amount=-1 -kerning first=233 second=1197 amount=-1 -kerning first=1069 second=374 amount=-3 -kerning first=358 second=297 amount=6 -kerning first=80 second=1040 amount=-5 -kerning first=376 second=1237 amount=-6 -kerning first=933 second=215 amount=-3 -kerning first=1017 second=1278 amount=-1 -kerning first=307 second=309 amount=3 -kerning first=1082 second=248 amount=-1 -kerning first=1181 second=265 amount=-1 -kerning first=1230 second=302 amount=1 -kerning first=1207 second=107 amount=1 -kerning first=343 second=65 amount=-3 -kerning first=372 second=1012 amount=-2 -kerning first=1196 second=1086 amount=-5 -kerning first=75 second=67 amount=-2 -kerning first=221 second=353 amount=-4 -kerning first=935 second=945 amount=-2 -kerning first=1188 second=341 amount=-4 -kerning first=1043 second=241 amount=-4 -kerning first=1143 second=283 amount=-1 -kerning first=959 second=1263 amount=-1 -kerning first=214 second=1046 amount=-2 -kerning first=111 second=1143 amount=-1 -kerning first=81 second=8230 amount=-3 -kerning first=311 second=932 amount=-4 -kerning first=1199 second=224 amount=-1 -kerning first=1226 second=1052 amount=1 -kerning first=1228 second=1118 amount=-1 -kerning first=1066 second=192 amount=-2 -kerning first=1139 second=1061 amount=-2 -kerning first=121 second=263 amount=-1 -kerning first=126 second=1279 amount=-1 -kerning first=935 second=262 amount=-2 -kerning first=376 second=961 amount=-3 -kerning first=90 second=8370 amount=-2 -kerning first=369 second=376 amount=-4 -kerning first=46 second=32 amount=-1 -kerning first=257 second=372 amount=-3 -kerning first=1059 second=249 amount=-3 -kerning first=343 second=101 amount=-1 -kerning first=253 second=1072 amount=-1 -kerning first=908 second=933 amount=-3 -kerning first=923 second=86 amount=-5 -kerning first=1198 second=1097 amount=-3 -kerning first=1263 second=1092 amount=-1 -kerning first=75 second=297 amount=5 -kerning first=377 second=171 amount=-2 -kerning first=355 second=1134 amount=1 -kerning first=1275 second=1105 amount=-1 -kerning first=95 second=362 amount=-3 -kerning first=174 second=1040 amount=-5 -kerning first=1271 second=1077 amount=-1 -kerning first=110 second=253 amount=-1 -kerning first=98 second=221 amount=-7 -kerning first=310 second=1086 amount=-3 -kerning first=226 second=932 amount=-3 -kerning first=260 second=1069 amount=-2 -kerning first=339 second=375 amount=-1 -kerning first=1105 second=374 amount=-7 -kerning first=240 second=118 amount=-1 -kerning first=1027 second=196 amount=-6 -kerning first=242 second=1185 amount=-2 -kerning first=55 second=261 amount=-3 -kerning first=297 second=1027 amount=3 -kerning first=8244 second=46 amount=-8 -kerning first=1230 second=43 amount=-1 -kerning first=1232 second=1012 amount=-2 -kerning first=923 second=945 amount=-1 -kerning first=89 second=1145 amount=-6 -kerning first=240 second=1201 amount=-1 -kerning first=116 second=304 amount=1 -kerning first=8217 second=345 amount=-1 -kerning first=301 second=924 amount=3 -kerning first=313 second=1057 amount=-2 -kerning first=271 second=237 amount=3 -kerning first=1175 second=240 amount=-1 -kerning first=1163 second=349 amount=-1 -kerning first=112 second=1277 amount=-1 -kerning first=1101 second=1040 amount=-2 -kerning first=345 second=173 amount=-2 -kerning first=1271 second=1113 amount=-3 -kerning first=287 second=95 amount=2 -kerning first=1232 second=358 amount=-6 -kerning first=1256 second=221 amount=-3 -kerning first=376 second=246 amount=-6 -kerning first=1171 second=248 amount=-1 -kerning first=46 second=56 amount=-2 -kerning first=197 second=99 amount=-1 -kerning first=1181 second=1139 amount=-1 -kerning first=281 second=375 amount=-1 -kerning first=1050 second=363 amount=-2 -kerning first=1059 second=257 amount=-6 -kerning first=215 second=1071 amount=-3 -kerning first=316 second=299 amount=5 -kerning first=902 second=334 amount=-2 -kerning first=286 second=1236 amount=-1 -kerning first=8224 second=966 amount=-2 -kerning first=923 second=262 amount=-2 -kerning first=1017 second=260 amount=-1 -kerning first=1027 second=235 amount=-5 -kerning first=1197 second=269 amount=-1 -kerning first=1274 second=43 amount=-3 -kerning first=1059 second=1153 amount=-6 -kerning first=1010 second=356 amount=-5 -kerning first=1075 second=100 amount=-1 -kerning first=311 second=285 amount=-1 -kerning first=1033 second=1040 amount=-2 -kerning first=1012 second=195 amount=-2 -kerning first=1043 second=193 amount=-6 -kerning first=8250 second=1118 amount=-2 -kerning first=1181 second=247 amount=-2 -kerning first=902 second=373 amount=-4 -kerning first=114 second=183 amount=-2 -kerning first=1202 second=1077 amount=-2 -kerning first=372 second=1169 amount=-2 -kerning first=981 second=1234 amount=-2 -kerning first=1122 second=1059 amount=-7 -kerning first=920 second=46 amount=-3 -kerning first=100 second=301 amount=5 -kerning first=365 second=1204 amount=-3 -kerning first=213 second=354 amount=-2 -kerning first=1203 second=281 amount=-1 -kerning first=43 second=1058 amount=-3 -kerning first=358 second=1235 amount=-5 -kerning first=1028 second=8230 amount=-3 -kerning first=192 second=83 amount=-1 -kerning first=1168 second=369 amount=-5 -kerning first=260 second=8373 amount=-2 -kerning first=311 second=162 amount=-1 -kerning first=1092 second=255 amount=-1 -kerning first=1043 second=233 amount=-5 -kerning first=1080 second=1118 amount=-1 -kerning first=1255 second=198 amount=-2 -kerning first=1138 second=933 amount=-3 -kerning first=1088 second=1093 amount=-1 -kerning first=275 second=1279 amount=-1 -kerning first=102 second=289 amount=-1 -kerning first=1205 second=1180 amount=1 -kerning first=92 second=63 amount=-4 -kerning first=1265 second=279 amount=-1 -kerning first=1043 second=1241 amount=-5 -kerning first=1111 second=1204 amount=6 -kerning first=1167 second=256 amount=-2 -kerning first=1124 second=1111 amount=2 -kerning first=177 second=253 amount=-3 -kerning first=227 second=1026 amount=-3 -kerning first=1095 second=1035 amount=-3 -kerning first=973 second=939 amount=-4 -kerning first=1100 second=1143 amount=-2 -kerning first=242 second=1276 amount=-2 -kerning first=355 second=204 amount=1 -kerning first=8220 second=1051 amount=-4 -kerning first=8244 second=103 amount=-4 -kerning first=1274 second=1236 amount=-6 -kerning first=372 second=1088 amount=-2 -kerning first=1043 second=1230 amount=-4 -kerning first=1027 second=343 amount=-4 -kerning first=44 second=354 amount=-2 -kerning first=371 second=89 amount=-4 -kerning first=213 second=913 amount=-2 -kerning first=1197 second=1086 amount=-1 -kerning first=112 second=933 amount=-7 -kerning first=261 second=86 amount=-3 -kerning first=1180 second=8353 amount=-2 -kerning first=912 second=8244 amount=2 -kerning first=1239 second=174 amount=-1 -kerning first=1141 second=172 amount=-3 -kerning first=1200 second=1095 amount=-6 -kerning first=1091 second=171 amount=-3 -kerning first=310 second=105 amount=2 -kerning first=933 second=365 amount=-3 -kerning first=116 second=1172 amount=1 -kerning first=915 second=47 amount=-3 -kerning first=354 second=43 amount=-3 -kerning first=1094 second=342 amount=1 -kerning first=1066 second=221 amount=-7 -kerning first=957 second=273 amount=-1 -kerning first=1210 second=1143 amount=-1 -kerning first=241 second=121 amount=-1 -kerning first=1108 second=1200 amount=-4 -kerning first=1057 second=1232 amount=-1 -kerning first=910 second=1069 amount=-3 -kerning first=1078 second=245 amount=-1 -kerning first=925 second=303 amount=2 -kerning first=1116 second=966 amount=-1 -kerning first=334 second=8220 amount=-2 -kerning first=1113 second=1185 amount=-4 -kerning first=1270 second=1263 amount=-4 -kerning first=1279 second=111 amount=-1 -kerning first=284 second=1278 amount=-1 -kerning first=116 second=66 amount=1 -kerning first=1027 second=169 amount=-2 -kerning first=1199 second=195 amount=-4 -kerning first=210 second=86 amount=-2 -kerning first=208 second=8230 amount=-3 -kerning first=1090 second=1066 amount=-2 -kerning first=86 second=225 amount=-4 -kerning first=1195 second=1196 amount=-5 -kerning first=1178 second=365 amount=-2 -kerning first=1061 second=334 amount=-2 -kerning first=950 second=953 amount=-2 -kerning first=932 second=256 amount=-6 -kerning first=1230 second=1018 amount=1 -kerning first=120 second=231 amount=-1 -kerning first=88 second=199 amount=-2 -kerning first=1196 second=371 amount=-5 -kerning first=173 second=1203 amount=-1 -kerning first=1258 second=1276 amount=-2 -kerning first=248 second=932 amount=-3 -kerning first=355 second=60 amount=-2 -kerning first=250 second=374 amount=-4 -kerning first=8230 second=53 amount=-1 -kerning first=84 second=369 amount=-5 -kerning first=283 second=255 amount=-1 -kerning first=1072 second=1091 amount=-1 -kerning first=288 second=923 amount=-1 -kerning first=1191 second=8225 amount=-3 -kerning first=359 second=1229 amount=1 -kerning first=915 second=382 amount=-3 -kerning first=267 second=372 amount=-1 -kerning first=97 second=89 amount=-6 -kerning first=1251 second=1035 amount=-3 -kerning first=1153 second=221 amount=-4 -kerning first=1170 second=1054 amount=-2 -kerning first=913 second=289 amount=-1 -kerning first=240 second=356 amount=-3 -kerning first=1126 second=283 amount=-1 -kerning first=122 second=235 amount=-1 -kerning first=376 second=1096 amount=-3 -kerning first=55 second=197 amount=-7 -kerning first=244 second=1198 amount=-7 -kerning first=1243 second=84 amount=-3 -kerning first=1169 second=269 amount=-1 -kerning first=59 second=8220 amount=-3 -kerning first=932 second=281 amount=-5 -kerning first=101 second=1058 amount=-3 -kerning first=260 second=1153 amount=-1 -kerning first=216 second=8218 amount=-3 -kerning first=1270 second=265 amount=-5 -kerning first=1186 second=1178 amount=1 -kerning first=315 second=258 amount=2 -kerning first=939 second=959 amount=-6 -kerning first=357 second=98 amount=1 -kerning first=8221 second=44 amount=-8 -kerning first=1111 second=315 amount=3 -kerning first=354 second=1236 amount=-6 -kerning first=288 second=295 amount=2 -kerning first=1267 second=193 amount=-4 -kerning first=328 second=376 amount=-6 -kerning first=310 second=371 amount=-2 -kerning first=293 second=1098 amount=-2 -kerning first=246 second=92 amount=-4 -kerning first=273 second=236 amount=2 -kerning first=1075 second=1026 amount=-2 -kerning first=1168 second=326 amount=-4 -kerning first=1059 second=194 amount=-5 -kerning first=339 second=1066 amount=-3 -kerning first=1170 second=378 amount=-3 -kerning first=373 second=267 amount=-1 -kerning first=372 second=266 amount=-2 -kerning first=1196 second=227 amount=-5 -kerning first=95 second=1253 amount=3 -kerning first=935 second=111 amount=-2 -kerning first=8370 second=239 amount=2 -kerning first=313 second=910 amount=-5 -kerning first=910 second=8373 amount=-3 -kerning first=355 second=1067 amount=1 -kerning first=55 second=275 amount=-3 -kerning first=233 second=253 amount=-1 -kerning first=1274 second=251 amount=-5 -kerning first=932 second=1226 amount=-4 -kerning first=229 second=1265 amount=-1 -kerning first=266 second=258 amount=-1 -kerning first=116 second=1052 amount=1 -kerning first=922 second=959 amount=-3 -kerning first=301 second=344 amount=3 -kerning first=243 second=8224 amount=-2 -kerning first=335 second=1249 amount=-2 -kerning first=1188 second=1257 amount=-5 -kerning first=939 second=60 amount=-7 -kerning first=1043 second=1125 amount=-4 -kerning first=1111 second=357 amount=3 -kerning first=284 second=260 amount=-1 -kerning first=240 second=902 amount=-2 -kerning first=1234 second=273 amount=-1 -kerning first=1267 second=233 amount=-1 -kerning first=1225 second=1050 amount=1 -kerning first=1265 second=1195 amount=-1 -kerning first=263 second=354 amount=-5 -kerning first=8244 second=259 amount=-4 -kerning first=256 second=933 amount=-5 -kerning first=281 second=1066 amount=-3 -kerning first=1059 second=234 amount=-6 -kerning first=1113 second=1276 amount=-2 -kerning first=285 second=356 amount=-3 -kerning first=1125 second=1249 amount=-1 -kerning first=243 second=88 amount=-2 -kerning first=1267 second=1241 amount=-1 -kerning first=258 second=281 amount=-1 -kerning first=43 second=182 amount=-1 -kerning first=1059 second=1243 amount=-6 -kerning first=1140 second=1242 amount=-2 -kerning first=922 second=60 amount=-4 -kerning first=915 second=1175 amount=-3 -kerning first=1069 second=46 amount=-3 -kerning first=173 second=910 amount=-3 -kerning first=87 second=963 amount=-4 -kerning first=1054 second=92 amount=-2 -kerning first=910 second=249 amount=-3 -kerning first=377 second=286 amount=-2 -kerning first=1056 second=173 amount=-2 -kerning first=323 second=1031 amount=2 -kerning first=1169 second=1086 amount=-1 -kerning first=197 second=8353 amount=-2 -kerning first=43 second=939 amount=-3 -kerning first=1059 second=1085 amount=-3 -kerning first=1232 second=266 amount=-2 -kerning first=1270 second=1139 amount=-5 -kerning first=92 second=959 amount=-1 -kerning first=923 second=111 amount=-1 -kerning first=1193 second=1196 amount=-3 -kerning first=89 second=1233 amount=-6 -kerning first=303 second=8361 amount=2 -kerning first=244 second=1175 amount=-1 -kerning first=344 second=299 amount=3 -kerning first=1050 second=279 amount=-3 -kerning first=1207 second=104 amount=1 -kerning first=957 second=240 amount=-1 -kerning first=341 second=46 amount=-4 -kerning first=1196 second=328 amount=-4 -kerning first=174 second=1198 amount=-1 -kerning first=324 second=1204 amount=-3 -kerning first=111 second=1202 amount=-2 -kerning first=1126 second=176 amount=-6 -kerning first=1043 second=1111 amount=6 -kerning first=1027 second=210 amount=-2 -kerning first=239 second=1034 amount=3 -kerning first=84 second=326 amount=-4 -kerning first=375 second=258 amount=-4 -kerning first=1270 second=247 amount=-3 -kerning first=92 second=60 amount=-2 -kerning first=923 second=8216 amount=-8 -kerning first=1196 second=1279 amount=-3 -kerning first=1217 second=183 amount=-4 -kerning first=1058 second=289 amount=-5 -kerning first=195 second=253 amount=-4 -kerning first=1168 second=260 amount=-6 -kerning first=354 second=251 amount=-5 -kerning first=95 second=92 amount=-5 -kerning first=87 second=243 amount=-4 -kerning first=358 second=1119 amount=-4 -kerning first=294 second=8224 amount=3 -kerning first=910 second=257 amount=-6 -kerning first=355 second=77 amount=1 -kerning first=1088 second=1234 amount=-2 -kerning first=1046 second=171 amount=-3 -kerning first=211 second=1140 amount=-2 -kerning first=253 second=910 amount=-2 -kerning first=1040 second=963 amount=-1 -kerning first=923 second=350 amount=-1 -kerning first=1101 second=1198 amount=-7 -kerning first=1186 second=1045 amount=1 -kerning first=1128 second=275 amount=-1 -kerning first=1263 second=981 amount=-1 -kerning first=221 second=43 amount=-3 -kerning first=1107 second=1207 amount=-1 -kerning first=8221 second=1213 amount=1 -kerning first=333 second=358 amount=-3 -kerning first=910 second=1153 amount=-6 -kerning first=1275 second=231 amount=-1 -kerning first=193 second=1092 amount=-1 -kerning first=1139 second=121 amount=-1 -kerning first=95 second=338 amount=-3 -kerning first=375 second=283 amount=-1 -kerning first=343 second=1257 amount=-1 -kerning first=1200 second=38 amount=-4 -kerning first=317 second=197 amount=2 -kerning first=315 second=176 amount=-8 -kerning first=356 second=923 amount=-6 -kerning first=1084 second=1090 amount=-2 -kerning first=1187 second=1065 amount=1 -kerning first=1094 second=376 amount=-1 -kerning first=1207 second=317 amount=1 -kerning first=1273 second=1198 amount=-6 -kerning first=1098 second=92 amount=-7 -kerning first=1043 second=332 amount=-2 -kerning first=1256 second=44 amount=-3 -kerning first=239 second=293 amount=3 -kerning first=299 second=276 amount=3 -kerning first=936 second=1073 amount=-2 -kerning first=1060 second=196 amount=-2 -kerning first=902 second=1141 amount=-4 -kerning first=8225 second=285 amount=-2 -kerning first=1270 second=1028 amount=-2 -kerning first=1033 second=1198 amount=-7 -kerning first=908 second=1204 amount=-2 -kerning first=1195 second=87 amount=-1 -kerning first=933 second=256 amount=-5 -kerning first=357 second=1035 amount=-2 -kerning first=361 second=221 amount=-4 -kerning first=234 second=121 amount=-1 -kerning first=86 second=100 amount=-4 -kerning first=1114 second=8224 amount=-3 -kerning first=1103 second=1249 amount=-2 -kerning first=36 second=299 amount=3 -kerning first=1267 second=374 amount=-2 -kerning first=268 second=197 amount=-1 -kerning first=919 second=303 amount=2 -kerning first=1244 second=966 amount=-2 -kerning first=58 second=1140 amount=-4 -kerning first=1168 second=1090 amount=-2 -kerning first=1035 second=92 amount=-3 -kerning first=1040 second=243 amount=-1 -kerning first=908 second=1232 amount=-2 -kerning first=377 second=920 amount=-2 -kerning first=8230 second=34 amount=-6 -kerning first=1197 second=227 amount=-1 -kerning first=1209 second=1059 amount=-6 -kerning first=1114 second=88 amount=-2 -kerning first=8225 second=162 amount=-2 -kerning first=961 second=1277 amount=-1 -kerning first=933 second=281 amount=-6 -kerning first=359 second=342 amount=1 -kerning first=1027 second=1259 amount=-5 -kerning first=1075 second=1235 amount=-1 -kerning first=101 second=939 amount=-7 -kerning first=1111 second=124 amount=3 -kerning first=260 second=234 amount=-1 -kerning first=108 second=938 amount=2 -kerning first=365 second=1200 amount=-4 -kerning first=1094 second=200 amount=1 -kerning first=1255 second=1244 amount=-2 -kerning first=341 second=103 amount=-1 -kerning first=1068 second=8224 amount=-2 -kerning first=94 second=44 amount=-9 -kerning first=1234 second=240 amount=-1 -kerning first=221 second=1236 amount=-5 -kerning first=76 second=8249 amount=-4 -kerning first=84 second=260 amount=-6 -kerning first=356 second=8370 amount=-2 -kerning first=260 second=1243 amount=-1 -kerning first=902 second=116 amount=-2 -kerning first=1040 second=8221 amount=-7 -kerning first=1198 second=187 amount=-4 -kerning first=939 second=361 amount=-3 -kerning first=931 second=964 amount=-4 -kerning first=379 second=71 amount=-2 -kerning first=181 second=45 amount=-2 -kerning first=193 second=186 amount=-5 -kerning first=1068 second=88 amount=-2 -kerning first=1077 second=1198 amount=-7 -kerning first=67 second=256 amount=-1 -kerning first=1178 second=281 amount=-3 -kerning first=89 second=1058 amount=3 -kerning first=1186 second=358 amount=-2 -kerning first=933 second=1226 amount=-3 -kerning first=1253 second=376 amount=-6 -kerning first=1101 second=1175 amount=-1 -kerning first=173 second=1093 amount=-1 -kerning first=186 second=945 amount=-2 -kerning first=99 second=84 amount=-5 -kerning first=8221 second=225 amount=-4 -kerning first=1255 second=193 amount=-2 -kerning first=235 second=1090 amount=-1 -kerning first=1180 second=233 amount=-3 -kerning first=257 second=1098 amount=-2 -kerning first=1277 second=1204 amount=-3 -kerning first=1100 second=1202 amount=-2 -kerning first=1050 second=1195 amount=-3 -kerning first=102 second=271 amount=-1 -kerning first=1141 second=333 amount=-1 -kerning first=169 second=358 amount=-2 -kerning first=1036 second=214 amount=-2 -kerning first=922 second=361 amount=-2 -kerning first=194 second=279 amount=-1 -kerning first=1226 second=203 amount=1 -kerning first=261 second=8216 amount=-3 -kerning first=1180 second=1241 amount=-3 -kerning first=95 second=1163 amount=3 -kerning first=1267 second=1111 amount=3 -kerning first=945 second=8220 amount=-3 -kerning first=1166 second=1032 amount=-6 -kerning first=76 second=1035 amount=-6 -kerning first=8244 second=273 amount=-4 -kerning first=192 second=121 amount=-4 -kerning first=1252 second=938 amount=2 -kerning first=356 second=181 amount=-5 -kerning first=1235 second=375 amount=-1 -kerning first=1016 second=1026 amount=-3 -kerning first=1105 second=1249 amount=-1 -kerning first=255 second=257 amount=-1 -kerning first=1033 second=1175 amount=-1 -kerning first=913 second=1196 amount=-6 -kerning first=372 second=245 amount=-4 -kerning first=1196 second=1092 amount=-5 -kerning first=1198 second=1066 amount=3 -kerning first=111 second=118 amount=-1 -kerning first=1188 second=1108 amount=-5 -kerning first=196 second=8370 amount=-2 -kerning first=1143 second=1059 amount=-2 -kerning first=84 second=1090 amount=-2 -kerning first=1138 second=1204 amount=-2 -kerning first=1102 second=358 amount=-3 -kerning first=255 second=1153 amount=-1 -kerning first=1141 second=8218 amount=-5 -kerning first=297 second=73 amount=3 -kerning first=915 second=54 amount=-2 -kerning first=111 second=1201 amount=-1 -kerning first=379 second=45 amount=-2 -kerning first=195 second=171 amount=-2 -kerning first=1170 second=299 amount=6 -kerning first=210 second=8216 amount=-2 -kerning first=957 second=230 amount=-1 -kerning first=284 second=1011 amount=2 -kerning first=1193 second=87 amount=-3 -kerning first=1263 second=1040 amount=-4 -kerning first=288 second=1217 amount=-1 -kerning first=1188 second=1032 amount=-6 -kerning first=1054 second=95 amount=-3 -kerning first=245 second=1078 amount=-1 -kerning first=1036 second=1199 amount=-3 -kerning first=1274 second=277 amount=-5 -kerning first=1138 second=1232 amount=-2 -kerning first=1119 second=89 amount=-6 -kerning first=1094 second=1124 amount=1 -kerning first=961 second=933 amount=-7 -kerning first=1270 second=367 amount=-5 -kerning first=1140 second=945 amount=-4 -kerning first=301 second=201 amount=3 -kerning first=225 second=1199 amount=-1 -kerning first=112 second=1204 amount=-3 -kerning first=121 second=256 amount=-4 -kerning first=247 second=1217 amount=-4 -kerning first=1034 second=358 amount=-3 -kerning first=45 second=1035 amount=-3 -kerning first=910 second=194 amount=-5 -kerning first=1244 second=1060 amount=-2 -kerning first=310 second=1092 amount=-3 -kerning first=1082 second=959 amount=-1 -kerning first=1181 second=283 amount=-1 -kerning first=1168 second=946 amount=-4 -kerning first=1059 second=334 amount=-3 -kerning first=1140 second=262 amount=-2 -kerning first=240 second=93 amount=-1 -kerning first=221 second=251 amount=-3 -kerning first=939 second=290 amount=-3 -kerning first=8230 second=1098 amount=-5 -kerning first=1143 second=291 amount=-1 -kerning first=112 second=1232 amount=-2 -kerning first=1274 second=1189 amount=-4 -kerning first=356 second=1116 amount=-4 -kerning first=1060 second=89 amount=-3 -kerning first=288 second=192 amount=-1 -kerning first=1077 second=1175 amount=-1 -kerning first=102 second=113 amount=-1 -kerning first=1232 second=245 amount=-1 -kerning first=170 second=294 amount=3 -kerning first=89 second=1094 amount=-3 -kerning first=301 second=106 amount=-4 -kerning first=260 second=376 amount=-5 -kerning first=913 second=271 amount=-1 -kerning first=341 second=259 amount=-1 -kerning first=1242 second=923 amount=-2 -kerning first=121 second=281 amount=-1 -kerning first=87 second=347 amount=-2 -kerning first=910 second=234 amount=-6 -kerning first=8244 second=1167 amount=-1 -kerning first=1036 second=957 amount=-3 -kerning first=959 second=258 amount=-2 -kerning first=1169 second=227 amount=-1 -kerning first=107 second=335 amount=-1 -kerning first=1082 second=60 amount=-5 -kerning first=367 second=1196 amount=-3 -kerning first=1222 second=1064 amount=1 -kerning first=1087 second=374 amount=-6 -kerning first=953 second=126 amount=-2 -kerning first=1191 second=84 amount=-7 -kerning first=374 second=923 amount=-5 -kerning first=922 second=290 amount=-2 -kerning first=1043 second=46 amount=-2 -kerning first=122 second=1259 amount=-1 -kerning first=910 second=1243 amount=-6 -kerning first=1163 second=1229 amount=1 -kerning first=225 second=957 amount=-1 -kerning first=1090 second=101 amount=-1 -kerning first=370 second=44 amount=-2 -kerning first=86 second=67 amount=-2 -kerning first=1059 second=1273 amount=-3 -kerning first=1200 second=894 amount=-4 -kerning first=90 second=212 amount=-2 -kerning first=282 second=301 amount=5 -kerning first=101 second=967 amount=-1 -kerning first=311 second=940 amount=-1 -kerning first=913 second=1275 amount=-2 -kerning first=1104 second=358 amount=-3 -kerning first=1278 second=972 amount=-2 -kerning first=240 second=1265 amount=-1 -kerning first=1211 second=121 amount=-1 -kerning first=910 second=1085 amount=-3 -kerning first=355 second=928 amount=1 -kerning first=252 second=932 amount=-3 -kerning first=1081 second=89 amount=-6 -kerning first=1243 second=1118 amount=-1 -kerning first=1269 second=933 amount=-6 -kerning first=1050 second=1194 amount=-2 -kerning first=343 second=1108 amount=-1 -kerning first=1141 second=1077 amount=-1 -kerning first=1091 second=8363 amount=-1 -kerning first=354 second=277 amount=-5 -kerning first=1090 second=1083 amount=-3 -kerning first=345 second=8244 amount=1 -kerning first=86 second=297 amount=5 -kerning first=358 second=121 amount=-4 -kerning first=297 second=1210 amount=3 -kerning first=1171 second=959 amount=-1 -kerning first=929 second=8222 amount=-9 -kerning first=197 second=233 amount=-1 -kerning first=356 second=110 amount=-4 -kerning first=1215 second=255 amount=-1 -kerning first=194 second=1195 amount=-1 -kerning first=343 second=1032 amount=-4 -kerning first=92 second=290 amount=-2 -kerning first=1040 second=347 amount=-1 -kerning first=1198 second=252 amount=-3 -kerning first=1128 second=336 amount=-2 -kerning first=940 second=8217 amount=2 -kerning first=1122 second=372 amount=-3 -kerning first=84 second=946 amount=-4 -kerning first=1255 second=374 amount=-7 -kerning first=197 second=1241 amount=-1 -kerning first=230 second=255 amount=-1 -kerning first=345 second=84 amount=-4 -kerning first=1100 second=118 amount=-2 -kerning first=1141 second=1113 amount=-3 -kerning first=374 second=8370 amount=-3 -kerning first=359 second=376 amount=-1 -kerning first=915 second=963 amount=-5 -kerning first=966 second=1199 amount=-1 -kerning first=354 second=1189 amount=-4 -kerning first=1046 second=286 amount=-2 -kerning first=913 second=113 amount=-1 -kerning first=1100 second=1201 amount=-2 -kerning first=380 second=356 amount=-2 -kerning first=313 second=1234 amount=2 -kerning first=239 second=340 amount=3 -kerning first=376 second=171 amount=-6 -kerning first=8244 second=240 amount=-4 -kerning first=192 second=903 amount=-5 -kerning first=256 second=1204 amount=-6 -kerning first=38 second=8220 amount=-6 -kerning first=1270 second=324 amount=-4 -kerning first=372 second=1097 amount=-2 -kerning first=75 second=121 amount=-3 -kerning first=324 second=1200 amount=-6 -kerning first=8217 second=97 amount=-4 -kerning first=270 second=1276 amount=-2 -kerning first=1027 second=1193 amount=-5 -kerning first=183 second=198 amount=-2 -kerning first=279 second=374 amount=-7 -kerning first=332 second=1236 amount=-2 -kerning first=314 second=300 amount=2 -kerning first=1197 second=1092 amount=-1 -kerning first=1203 second=289 amount=-1 -kerning first=1210 second=118 amount=-1 -kerning first=1026 second=1140 amount=-4 -kerning first=110 second=1185 amount=-2 -kerning first=1276 second=972 amount=-2 -kerning first=1270 second=1271 amount=-4 -kerning first=317 second=336 amount=-2 -kerning first=297 second=1106 amount=3 -kerning first=267 second=1098 amount=-1 -kerning first=65 second=277 amount=-1 -kerning first=8250 second=256 amount=-2 -kerning first=357 second=1016 amount=1 -kerning first=1222 second=321 amount=1 -kerning first=1230 second=202 amount=1 -kerning first=1168 second=120 amount=-3 -kerning first=1170 second=1020 amount=-4 -kerning first=255 second=194 amount=-4 -kerning first=1210 second=1201 amount=-1 -kerning first=111 second=356 amount=-3 -kerning first=264 second=1234 amount=-1 -kerning first=939 second=196 amount=-5 -kerning first=1043 second=103 amount=-5 -kerning first=8221 second=100 amount=-4 -kerning first=1185 second=275 amount=-1 -kerning first=1180 second=1111 amount=5 -kerning first=1145 second=173 amount=-1 -kerning first=211 second=1058 amount=-2 -kerning first=1205 second=254 amount=1 -kerning first=1265 second=287 amount=-1 -kerning first=374 second=181 amount=-3 -kerning first=359 second=200 amount=1 -kerning first=1058 second=271 amount=-5 -kerning first=915 second=243 amount=-5 -kerning first=321 second=932 amount=-6 -kerning first=966 second=957 amount=-1 -kerning first=260 second=334 amount=-2 -kerning first=8249 second=933 amount=-4 -kerning first=913 second=87 amount=-4 -kerning first=95 second=57 amount=-3 -kerning first=328 second=1141 amount=-1 -kerning first=225 second=354 amount=-3 -kerning first=107 second=1104 amount=-1 -kerning first=1235 second=1066 amount=-3 -kerning first=343 second=918 amount=-2 -kerning first=255 second=234 amount=-1 -kerning first=1217 second=338 amount=-2 -kerning first=8353 second=258 amount=-1 -kerning first=939 second=235 amount=-6 -kerning first=1043 second=1249 amount=-2 -kerning first=1027 second=1109 amount=-5 -kerning first=972 second=197 amount=-2 -kerning first=1275 second=229 amount=-1 -kerning first=193 second=981 amount=-1 -kerning first=364 second=95 amount=-3 -kerning first=345 second=1239 amount=-1 -kerning first=288 second=221 amount=-2 -kerning first=102 second=52 amount=-4 -kerning first=1271 second=261 amount=-1 -kerning first=255 second=1243 amount=-1 -kerning first=908 second=1200 amount=-3 -kerning first=68 second=932 amount=-2 -kerning first=356 second=192 amount=-6 -kerning first=260 second=373 amount=-4 -kerning first=1198 second=288 amount=-3 -kerning first=87 second=191 amount=-1 -kerning first=186 second=111 amount=-2 -kerning first=111 second=902 amount=-2 -kerning first=1126 second=1059 amount=-5 -kerning first=1188 second=908 amount=-2 -kerning first=1267 second=46 amount=-2 -kerning first=8370 second=910 amount=-2 -kerning first=377 second=216 amount=-2 -kerning first=936 second=958 amount=-2 -kerning first=8244 second=48 amount=-3 -kerning first=46 second=8219 amount=-9 -kerning first=235 second=120 amount=-1 -kerning first=58 second=1058 amount=-2 -kerning first=1180 second=332 amount=-2 -kerning first=247 second=221 amount=-3 -kerning first=1059 second=8230 amount=-4 -kerning first=199 second=196 amount=-1 -kerning first=116 second=203 amount=1 -kerning first=382 second=335 amount=-1 -kerning first=922 second=235 amount=-3 -kerning first=357 second=915 amount=1 -kerning first=1111 second=303 amount=6 -kerning first=913 second=268 amount=-2 -kerning first=118 second=1207 amount=-1 -kerning first=71 second=195 amount=-1 -kerning first=1234 second=346 amount=-1 -kerning first=86 second=1235 amount=-4 -kerning first=374 second=1116 amount=-3 -kerning first=327 second=299 amount=5 -kerning first=197 second=374 amount=-5 -kerning first=1011 second=86 amount=2 -kerning first=356 second=232 amount=-5 -kerning first=194 second=1194 amount=-2 -kerning first=1168 second=966 amount=-5 -kerning first=1046 second=920 amount=-2 -kerning first=339 second=174 amount=-1 -kerning first=1094 second=1180 amount=1 -kerning first=120 second=279 amount=-1 -kerning first=1270 second=258 amount=-6 -kerning first=253 second=1234 amount=-4 -kerning first=957 second=1095 amount=-1 -kerning first=8221 second=112 amount=-1 -kerning first=84 second=120 amount=-3 -kerning first=249 second=358 amount=-3 -kerning first=1220 second=1035 amount=-3 -kerning first=1085 second=221 amount=-6 -kerning first=345 second=74 amount=-4 -kerning first=1058 second=113 amount=-5 -kerning first=315 second=1059 amount=-5 -kerning first=8217 second=64 amount=-4 -kerning first=8222 second=1267 amount=-3 -kerning first=1111 second=55 amount=6 -kerning first=373 second=260 amount=-4 -kerning first=341 second=273 amount=-1 -kerning first=212 second=1278 amount=-2 -kerning first=174 second=963 amount=-2 -kerning first=1126 second=291 amount=-1 -kerning first=355 second=89 amount=-1 -kerning first=203 second=299 amount=5 -kerning first=359 second=1124 amount=1 -kerning first=256 second=357 amount=-2 -kerning first=356 second=1084 amount=-4 -kerning first=932 second=289 amount=-5 -kerning first=281 second=174 amount=-1 -kerning first=1207 second=172 amount=-1 -kerning first=1020 second=196 amount=-2 -kerning first=1270 second=283 amount=-5 -kerning first=92 second=235 amount=-1 -kerning first=1140 second=111 amount=-4 -kerning first=1186 second=1048 amount=1 -kerning first=1263 second=47 amount=-4 -kerning first=351 second=910 amount=-5 -kerning first=939 second=343 amount=-3 -kerning first=1107 second=8249 amount=-3 -kerning first=1111 second=1162 amount=3 -kerning first=195 second=286 amount=-2 -kerning first=1163 second=342 amount=1 -kerning first=288 second=1110 amount=2 -kerning first=326 second=1196 amount=-3 -kerning first=82 second=239 amount=3 -kerning first=1018 second=303 amount=2 -kerning first=307 second=87 amount=2 -kerning first=1046 second=8363 amount=-2 -kerning first=334 second=923 amount=-2 -kerning first=1097 second=310 amount=1 -kerning first=119 second=972 amount=-1 -kerning first=221 second=277 amount=-6 -kerning first=966 second=354 amount=-3 -kerning first=122 second=1193 amount=-1 -kerning first=1043 second=259 amount=-5 -kerning first=299 second=922 amount=3 -kerning first=83 second=198 amount=-1 -kerning first=196 second=232 amount=-1 -kerning first=171 second=194 amount=-2 -kerning first=1169 second=1092 amount=-1 -kerning first=1078 second=1066 amount=-3 -kerning first=363 second=8244 amount=1 -kerning first=1189 second=45 amount=-1 -kerning first=1100 second=356 amount=-7 -kerning first=1016 second=1061 amount=-2 -kerning first=1270 second=1087 amount=-4 -kerning first=374 second=110 amount=-3 -kerning first=1263 second=1198 amount=-2 -kerning first=939 second=169 amount=-3 -kerning first=352 second=256 amount=-1 -kerning first=85 second=8230 amount=-2 -kerning first=227 second=121 amount=-1 -kerning first=1138 second=1200 amount=-3 -kerning first=95 second=944 amount=3 -kerning first=87 second=99 amount=-4 -kerning first=174 second=243 amount=-2 -kerning first=1267 second=103 amount=-1 -kerning first=1200 second=1251 amount=-3 -kerning first=910 second=334 amount=-3 -kerning first=376 second=117 amount=-3 -kerning first=8244 second=230 amount=-4 -kerning first=363 second=84 amount=-3 -kerning first=197 second=1111 amount=3 -kerning first=1201 second=356 amount=-2 -kerning first=1050 second=1138 amount=-2 -kerning first=1092 second=8225 amount=-2 -kerning first=1099 second=301 amount=3 -kerning first=255 second=376 amount=-2 -kerning first=1095 second=1199 amount=-1 -kerning first=1196 second=981 amount=-5 -kerning first=221 second=1189 amount=-3 -kerning first=100 second=206 amount=2 -kerning first=1107 second=1035 amount=-2 -kerning first=330 second=297 amount=5 -kerning first=258 second=289 amount=-1 -kerning first=84 second=966 amount=-5 -kerning first=1210 second=356 amount=-3 -kerning first=1244 second=1254 amount=-2 -kerning first=8373 second=197 amount=-1 -kerning first=922 second=169 amount=-2 -kerning first=301 second=1219 amount=3 -kerning first=232 second=221 amount=-7 -kerning first=311 second=246 amount=-1 -kerning first=1207 second=68 amount=1 -kerning first=112 second=1200 amount=-7 -kerning first=290 second=1276 amount=-1 -kerning first=1198 second=65 amount=-5 -kerning first=966 second=913 amount=-2 -kerning first=242 second=1267 amount=-1 -kerning first=1244 second=1144 amount=-2 -kerning first=212 second=260 amount=-2 -kerning first=1064 second=301 amount=5 -kerning first=1242 second=1217 amount=-2 -kerning first=1058 second=268 amount=-2 -kerning first=382 second=1104 amount=-1 -kerning first=8217 second=1089 amount=-4 -kerning first=910 second=1273 amount=-3 -kerning first=177 second=1276 amount=-3 -kerning first=375 second=1059 amount=-2 -kerning first=310 second=981 amount=-3 -kerning first=946 second=1111 amount=2 -kerning first=918 second=268 amount=-2 -kerning first=197 second=332 amount=-2 -kerning first=1201 second=902 amount=-4 -kerning first=1222 second=1166 amount=1 -kerning first=1230 second=1053 amount=1 -kerning first=1168 second=1060 amount=-2 -kerning first=1050 second=287 amount=-3 -kerning first=211 second=939 amount=-3 -kerning first=902 second=199 amount=-2 -kerning first=1170 second=1098 amount=-2 -kerning first=1040 second=99 amount=-1 -kerning first=1095 second=957 amount=-1 -kerning first=1198 second=101 amount=-6 -kerning first=1188 second=1255 amount=-5 -kerning first=1166 second=126 amount=-2 -kerning first=233 second=1185 amount=-1 -kerning first=229 second=1090 amount=-2 -kerning first=1237 second=376 amount=-7 -kerning first=102 second=248 amount=-1 -kerning first=8225 second=940 amount=-2 -kerning first=961 second=1204 amount=-3 -kerning first=120 second=1195 amount=-1 -kerning first=1200 second=109 amount=-3 -kerning first=92 second=169 amount=-2 -kerning first=923 second=8250 amount=-2 -kerning first=915 second=347 amount=-5 -kerning first=51 second=8230 amount=-1 -kerning first=271 second=1066 amount=3 -kerning first=195 second=920 amount=-2 -kerning first=1199 second=97 amount=-1 -kerning first=1226 second=1178 amount=1 -kerning first=1242 second=192 amount=-2 -kerning first=239 second=69 amount=3 -kerning first=8218 second=1091 amount=-3 -kerning first=1029 second=195 amount=-1 -kerning first=1253 second=1141 amount=-1 -kerning first=925 second=298 amount=2 -kerning first=1251 second=1199 amount=-1 -kerning first=961 second=1232 amount=-2 -kerning first=286 second=932 amount=-2 -kerning first=92 second=89 amount=-5 -kerning first=374 second=192 amount=-5 -kerning first=1188 second=126 amount=-3 -kerning first=1111 second=1225 amount=3 -kerning first=1275 second=279 amount=-1 -kerning first=1143 second=1076 amount=-3 -kerning first=1112 second=1140 amount=2 -kerning first=1060 second=1046 amount=-2 -kerning first=375 second=291 amount=-1 -kerning first=1271 second=275 amount=-1 -kerning first=376 second=286 amount=-3 -kerning first=1200 second=173 amount=-3 -kerning first=378 second=1089 amount=-1 -kerning first=1058 second=52 amount=-4 -kerning first=192 second=71 amount=-2 -kerning first=215 second=932 amount=-4 -kerning first=341 second=240 amount=-1 -kerning first=1090 second=1257 amount=-1 -kerning first=1203 second=1196 amount=-3 -kerning first=313 second=1258 amount=-2 -kerning first=239 second=1111 amount=3 -kerning first=245 second=8220 amount=-4 -kerning first=299 second=1025 amount=3 -kerning first=196 second=221 amount=-5 -kerning first=1209 second=372 amount=-3 -kerning first=902 second=49 amount=-2 -kerning first=1020 second=89 amount=-7 -kerning first=1191 second=1118 amount=-2 -kerning first=1140 second=1209 amount=-4 -kerning first=374 second=232 amount=-6 -kerning first=1128 second=36 amount=-1 -kerning first=8217 second=1145 amount=-4 -kerning first=243 second=41 amount=-1 -kerning first=195 second=8363 amount=-1 -kerning first=187 second=196 amount=-2 -kerning first=126 second=1198 amount=-3 -kerning first=1267 second=259 amount=-1 -kerning first=1265 second=358 amount=-2 -kerning first=98 second=1026 amount=-3 -kerning first=297 second=222 amount=3 -kerning first=256 second=1256 amount=-2 -kerning first=1230 second=932 amount=-2 -kerning first=1251 second=957 amount=-1 -kerning first=183 second=1244 amount=-4 -kerning first=114 second=335 amount=-1 -kerning first=254 second=1236 amount=-2 -kerning first=1198 second=341 amount=-3 -kerning first=939 second=210 amount=-3 -kerning first=1027 second=1010 amount=-5 -kerning first=193 second=355 amount=-2 -kerning first=84 second=1060 amount=-2 -kerning first=171 second=376 amount=-4 -kerning first=1269 second=1204 amount=-3 -kerning first=256 second=1200 amount=-5 -kerning first=1274 second=58 amount=-2 -kerning first=43 second=92 amount=-2 -kerning first=1232 second=375 amount=-4 -kerning first=115 second=933 amount=-5 -kerning first=89 second=183 amount=-3 -kerning first=374 second=1084 amount=-3 -kerning first=933 second=289 amount=-6 -kerning first=183 second=936 amount=-3 -kerning first=194 second=1138 amount=-2 -kerning first=913 second=248 amount=-1 -kerning first=1224 second=1198 amount=-6 -kerning first=1117 second=255 amount=-1 -kerning first=1196 second=1040 amount=-6 -kerning first=1278 second=81 amount=-2 -kerning first=1026 second=1058 amount=-3 -kerning first=1256 second=1026 amount=-2 -kerning first=76 second=94 amount=-8 -kerning first=970 second=60 amount=-3 -kerning first=1167 second=1196 amount=-3 -kerning first=343 second=1255 amount=-1 -kerning first=1113 second=1267 amount=-2 -kerning first=326 second=87 amount=-3 -kerning first=1202 second=275 amount=-2 -kerning first=1198 second=174 amount=-1 -kerning first=922 second=210 amount=-2 -kerning first=1254 second=8220 amount=-2 -kerning first=111 second=93 amount=-1 -kerning first=243 second=1091 amount=-1 -kerning first=183 second=193 amount=-2 -kerning first=1163 second=376 amount=-1 -kerning first=1197 second=981 amount=-1 -kerning first=1203 second=271 amount=-1 -kerning first=1095 second=354 amount=-3 -kerning first=345 second=1118 amount=1 -kerning first=87 second=198 amount=-4 -kerning first=1106 second=933 amount=-6 -kerning first=1205 second=1036 amount=1 -kerning first=1056 second=74 amount=-6 -kerning first=378 second=1145 amount=-1 -kerning first=1178 second=289 amount=-3 -kerning first=1061 second=199 amount=-2 -kerning first=359 second=1180 amount=1 -kerning first=356 second=212 amount=-2 -kerning first=1082 second=235 amount=-1 -kerning first=260 second=1141 amount=-4 -kerning first=913 second=39 amount=-5 -kerning first=8224 second=242 amount=-2 -kerning first=358 second=1081 amount=-4 -kerning first=349 second=1035 amount=-5 -kerning first=1109 second=221 amount=-5 -kerning first=1043 second=273 amount=-5 -kerning first=1107 second=228 amount=-1 -kerning first=8221 second=1235 amount=-4 -kerning first=910 second=8230 amount=-4 -kerning first=1180 second=103 amount=-3 -kerning first=226 second=1197 amount=-2 -kerning first=1087 second=1249 amount=-2 -kerning first=343 second=126 amount=-2 -kerning first=1115 second=255 amount=-1 -kerning first=88 second=8249 amount=-3 -kerning first=194 second=287 amount=-1 -kerning first=1226 second=1045 amount=1 -kerning first=95 second=1114 amount=3 -kerning first=174 second=347 amount=-1 -kerning first=1126 second=1054 amount=-2 -kerning first=376 second=920 amount=-3 -kerning first=224 second=910 amount=-6 -kerning first=92 second=210 amount=-2 -kerning first=111 second=1265 amount=-1 -kerning first=1027 second=339 amount=-5 -kerning first=1163 second=200 amount=1 -kerning first=213 second=258 amount=-2 -kerning first=1063 second=299 amount=5 -kerning first=126 second=1175 amount=-1 -kerning first=345 second=263 amount=-1 -kerning first=358 second=71 amount=-2 -kerning first=1276 second=81 amount=-2 -kerning first=1200 second=1220 amount=-3 -kerning first=1225 second=292 amount=1 -kerning first=297 second=1030 amount=3 -kerning first=1036 second=1263 amount=-3 -kerning first=939 second=1259 amount=-6 -kerning first=1168 second=226 amount=-5 -kerning first=354 second=58 amount=-2 -kerning first=260 second=116 amount=-2 -kerning first=1046 second=216 amount=-2 -kerning first=1275 second=1195 amount=-1 -kerning first=8249 second=1204 amount=-3 -kerning first=1207 second=1188 amount=1 -kerning first=1242 second=221 amount=-3 -kerning first=87 second=8353 amount=-2 -kerning first=380 second=267 amount=-1 -kerning first=8244 second=1095 amount=-4 -kerning first=196 second=212 amount=-2 -kerning first=225 second=1263 amount=-1 -kerning first=1274 second=285 amount=-5 -kerning first=214 second=910 amount=-3 -kerning first=275 second=1198 amount=-7 -kerning first=1093 second=173 amount=-1 -kerning first=240 second=1278 amount=-2 -kerning first=315 second=1054 amount=-2 -kerning first=1122 second=1098 amount=-2 -kerning first=1251 second=354 amount=-3 -kerning first=8249 second=1232 amount=-2 -kerning first=63 second=198 amount=-4 -kerning first=1139 second=8224 amount=-2 -kerning first=1255 second=1249 amount=-2 -kerning first=1203 second=113 amount=-1 -kerning first=1233 second=374 amount=-6 -kerning first=1096 second=86 amount=-3 -kerning first=1114 second=41 amount=-2 -kerning first=376 second=8363 amount=-6 -kerning first=1171 second=235 amount=-1 -kerning first=922 second=1259 amount=-3 -kerning first=1010 second=1090 amount=-1 -kerning first=1241 second=1277 amount=-1 -kerning first=1181 second=291 amount=-1 -kerning first=1230 second=1184 amount=1 -kerning first=101 second=92 amount=-3 -kerning first=114 second=1104 amount=-1 -kerning first=1066 second=1026 amount=-3 -kerning first=75 second=71 amount=-2 -kerning first=1043 second=1167 amount=-4 -kerning first=1049 second=296 amount=2 -kerning first=1143 second=299 amount=3 -kerning first=959 second=1059 amount=-7 -kerning first=1139 second=88 amount=-2 -kerning first=1274 second=162 amount=-5 -kerning first=247 second=1047 amount=-2 -kerning first=334 second=1217 amount=-2 -kerning first=102 second=115 amount=-1 -kerning first=1058 second=248 amount=-5 -kerning first=1036 second=265 amount=-3 -kerning first=187 second=89 amount=-6 -kerning first=1199 second=1089 amount=-1 -kerning first=279 second=1249 amount=-1 -kerning first=258 second=1196 amount=-6 -kerning first=1257 second=194 amount=-2 -kerning first=341 second=230 amount=-1 -kerning first=121 second=289 amount=-1 -kerning first=1068 second=41 amount=-1 -kerning first=927 second=84 amount=-2 -kerning first=1234 second=255 amount=-4 -kerning first=358 second=45 amount=-3 -kerning first=935 second=284 amount=-2 -kerning first=8370 second=1234 amount=-1 -kerning first=122 second=1010 amount=-1 -kerning first=1171 second=1222 amount=-3 -kerning first=932 second=271 amount=-5 -kerning first=1116 second=242 amount=-1 -kerning first=1226 second=358 amount=-2 -kerning first=1040 second=8353 amount=-2 -kerning first=1184 second=1256 amount=-2 -kerning first=313 second=172 amount=-3 -kerning first=1100 second=93 amount=-2 -kerning first=1114 second=1091 amount=-2 -kerning first=1232 second=187 amount=-2 -kerning first=170 second=972 amount=-2 -kerning first=919 second=298 amount=2 -kerning first=92 second=1259 amount=-1 -kerning first=76 second=214 amount=-2 -kerning first=923 second=1143 amount=-4 -kerning first=65 second=932 amount=-6 -kerning first=903 second=65 amount=-5 -kerning first=1153 second=1026 amount=-5 -kerning first=1050 second=1012 amount=-2 -kerning first=334 second=192 amount=-2 -kerning first=1163 second=1124 amount=1 -kerning first=1097 second=921 amount=1 -kerning first=1225 second=1027 amount=1 -kerning first=83 second=193 amount=-1 -kerning first=84 second=226 amount=-5 -kerning first=1169 second=981 amount=-1 -kerning first=107 second=43 amount=-2 -kerning first=8225 second=246 amount=-2 -kerning first=255 second=8230 amount=-2 -kerning first=116 second=1178 amount=1 -kerning first=75 second=45 amount=-4 -kerning first=915 second=99 amount=-5 -kerning first=183 second=374 amount=-3 -kerning first=354 second=285 amount=-5 -kerning first=193 second=1198 amount=-5 -kerning first=1090 second=1108 amount=-1 -kerning first=118 second=8249 amount=-3 -kerning first=1068 second=1091 amount=-1 -kerning first=240 second=260 amount=-2 -kerning first=1118 second=337 amount=-1 -kerning first=1267 second=273 amount=-1 -kerning first=305 second=165 amount=2 -kerning first=1243 second=256 amount=-2 -kerning first=197 second=103 amount=-1 -kerning first=275 second=1175 amount=-1 -kerning first=902 second=348 amount=-1 -kerning first=373 second=966 amount=-1 -kerning first=1016 second=121 amount=-1 -kerning first=923 second=284 amount=-2 -kerning first=1012 second=1140 amount=-2 -kerning first=966 second=1263 amount=-1 -kerning first=1043 second=240 amount=-5 -kerning first=1027 second=239 amount=6 -kerning first=76 second=1199 amount=-4 -kerning first=258 second=271 amount=-1 -kerning first=1086 second=358 amount=-3 -kerning first=1100 second=1265 amount=-2 -kerning first=1026 second=939 amount=-7 -kerning first=1232 second=1066 amount=-6 -kerning first=1128 second=1242 amount=-2 -kerning first=1036 second=1139 amount=-3 -kerning first=248 second=1197 amount=-2 -kerning first=1241 second=933 amount=-7 -kerning first=1168 second=1254 amount=-2 -kerning first=216 second=197 amount=-2 -kerning first=354 second=162 amount=-5 -kerning first=1199 second=1145 amount=-1 -kerning first=1167 second=87 amount=-3 -kerning first=1092 second=84 amount=-3 -kerning first=913 second=115 amount=-1 -kerning first=122 second=339 amount=-1 -kerning first=1078 second=101 amount=-1 -kerning first=192 second=8224 amount=-5 -kerning first=356 second=44 amount=-2 -kerning first=932 second=113 amount=-5 -kerning first=1168 second=1144 amount=-2 -kerning first=1235 second=174 amount=-1 -kerning first=963 second=172 amount=-2 -kerning first=374 second=212 amount=-3 -kerning first=1217 second=335 amount=-2 -kerning first=8217 second=1233 amount=-4 -kerning first=969 second=8216 amount=-4 -kerning first=1017 second=301 amount=2 -kerning first=195 second=216 amount=-2 -kerning first=1111 second=377 amount=6 -kerning first=258 second=1275 amount=-2 -kerning first=277 second=358 amount=-3 -kerning first=118 second=1035 amount=-2 -kerning first=1210 second=1265 amount=-1 -kerning first=961 second=1200 amount=-7 -kerning first=89 second=1253 amount=-3 -kerning first=1036 second=247 amount=-4 -kerning first=209 second=239 amount=5 -kerning first=65 second=285 amount=-1 -kerning first=256 second=1017 amount=-2 -kerning first=1168 second=380 amount=-3 -kerning first=114 second=381 amount=-2 -kerning first=1164 second=196 amount=-2 -kerning first=240 second=1090 amount=-2 -kerning first=239 second=1050 amount=3 -kerning first=350 second=1232 amount=-1 -kerning first=317 second=1242 amount=-2 -kerning first=76 second=957 amount=-4 -kerning first=228 second=933 amount=-6 -kerning first=971 second=356 amount=-3 -kerning first=253 second=172 amount=-3 -kerning first=1270 second=59 amount=-2 -kerning first=908 second=8222 amount=-3 -kerning first=1198 second=1257 amount=-6 -kerning first=231 second=910 amount=-4 -kerning first=1175 second=173 amount=-1 -kerning first=119 second=195 amount=-4 -kerning first=218 second=8218 amount=-5 -kerning first=87 second=241 amount=-2 -kerning first=1213 second=1203 amount=-1 -kerning first=358 second=1082 amount=-4 -kerning first=1126 second=372 amount=-4 -kerning first=328 second=49 amount=-3 -kerning first=355 second=75 amount=1 -kerning first=933 second=1196 amount=3 -kerning first=200 second=239 amount=5 -kerning first=65 second=162 amount=-1 -kerning first=1201 second=267 amount=-1 -kerning first=1259 second=196 amount=-2 -kerning first=1202 second=336 amount=-2 -kerning first=1196 second=47 amount=-5 -kerning first=1263 second=963 amount=-1 -kerning first=221 second=58 amount=-4 -kerning first=357 second=354 amount=-2 -kerning first=8221 second=1119 amount=-1 -kerning first=258 second=113 amount=-1 -kerning first=199 second=1046 amount=-1 -kerning first=82 second=910 amount=-2 -kerning first=1058 second=1100 amount=-4 -kerning first=1036 second=1028 amount=-2 -kerning first=1170 second=972 amount=-5 -kerning first=1097 second=914 amount=1 -kerning first=1257 second=376 amount=-7 -kerning first=261 second=1143 amount=-1 -kerning first=221 second=932 amount=3 -kerning first=333 second=375 amount=-1 -kerning first=98 second=1061 amount=-2 -kerning first=355 second=1109 amount=-1 -kerning first=377 second=927 amount=-2 -kerning first=8244 second=38 amount=-4 -kerning first=84 second=1254 amount=-2 -kerning first=283 second=84 amount=-3 -kerning first=1277 second=244 amount=-1 -kerning first=1200 second=79 amount=-3 -kerning first=1141 second=261 amount=-1 -kerning first=116 second=1045 amount=1 -kerning first=315 second=372 amount=-2 -kerning first=321 second=264 amount=-2 -kerning first=939 second=1193 amount=-6 -kerning first=346 second=65 amount=-1 -kerning first=357 second=1041 amount=1 -kerning first=194 second=1012 amount=-2 -kerning first=84 second=1144 amount=-2 -kerning first=1269 second=1200 amount=-6 -kerning first=320 second=208 amount=2 -kerning first=174 second=99 amount=-2 -kerning first=375 second=1076 amount=-3 -kerning first=1118 second=1105 amount=-1 -kerning first=353 second=1059 amount=-5 -kerning first=337 second=1277 amount=-1 -kerning first=932 second=268 amount=-2 -kerning first=226 second=253 amount=-1 -kerning first=194 second=358 amount=-6 -kerning first=1168 second=1078 amount=-3 -kerning first=79 second=1035 amount=-2 -kerning first=334 second=221 amount=-3 -kerning first=1094 second=254 amount=1 -kerning first=1207 second=351 amount=-1 -kerning first=120 second=287 amount=-1 -kerning first=1196 second=382 amount=-3 -kerning first=1263 second=243 amount=-1 -kerning first=240 second=170 amount=-2 -kerning first=1027 second=1072 amount=-5 -kerning first=1256 second=1061 amount=-2 -kerning first=299 second=299 amount=3 -kerning first=55 second=945 amount=-3 -kerning first=258 second=87 amount=-4 -kerning first=84 second=380 amount=-3 -kerning first=1020 second=1046 amount=-2 -kerning first=933 second=271 amount=-6 -kerning first=1058 second=115 amount=-5 -kerning first=922 second=1193 amount=-3 -kerning first=361 second=1026 amount=-3 -kerning first=1278 second=211 amount=-2 -kerning first=1223 second=296 amount=2 -kerning first=1126 second=299 amount=3 -kerning first=1267 second=240 amount=-1 -kerning first=39 second=1236 amount=-5 -kerning first=8244 second=255 amount=1 -kerning first=117 second=8220 amount=-3 -kerning first=1145 second=1239 amount=-1 -kerning first=1189 second=337 amount=-1 -kerning first=1270 second=291 amount=-5 -kerning first=89 second=338 amount=-3 -kerning first=1263 second=8221 amount=2 -kerning first=1217 second=1104 amount=-2 -kerning first=915 second=198 amount=-6 -kerning first=939 second=1109 amount=-4 -kerning first=242 second=1279 amount=-1 -kerning first=325 second=300 amount=2 -kerning first=1138 second=8222 amount=-3 -kerning first=1237 second=1141 amount=-1 -kerning first=87 second=193 amount=-4 -kerning first=1213 second=910 amount=-7 -kerning first=1026 second=967 amount=-1 -kerning first=115 second=1204 amount=-5 -kerning first=376 second=216 amount=-3 -kerning first=1244 second=242 amount=-2 -kerning first=1178 second=271 amount=-3 -kerning first=76 second=354 amount=-6 -kerning first=1059 second=199 amount=-3 -kerning first=913 second=63 amount=-4 -kerning first=341 second=1095 amount=-1 -kerning first=372 second=288 amount=-2 -kerning first=221 second=285 amount=-6 -kerning first=1043 second=230 amount=-5 -kerning first=299 second=1049 amount=3 -kerning first=936 second=8249 amount=-3 -kerning first=258 second=268 amount=-2 -kerning first=235 second=1078 amount=-1 -kerning first=1180 second=273 amount=-3 -kerning first=932 second=52 amount=-4 -kerning first=1201 second=177 amount=-3 -kerning first=1082 second=1259 amount=-1 -kerning first=92 second=1193 amount=-1 -kerning first=244 second=198 amount=-2 -kerning first=301 second=86 amount=5 -kerning first=357 second=1103 amount=-1 -kerning first=1163 second=1180 amount=1 -kerning first=1095 second=1263 amount=-1 -kerning first=87 second=233 amount=-4 -kerning first=1106 second=1204 amount=-3 -kerning first=116 second=358 amount=-2 -kerning first=1145 second=74 amount=-4 -kerning first=8249 second=1200 amount=-4 -kerning first=1164 second=89 amount=-7 -kerning first=1242 second=44 amount=-3 -kerning first=1196 second=1175 amount=-3 -kerning first=121 second=1196 amount=-2 -kerning first=1128 second=86 amount=-5 -kerning first=1184 second=1017 amount=-2 -kerning first=87 second=1241 amount=-4 -kerning first=221 second=162 amount=-6 -kerning first=1188 second=1277 amount=-3 -kerning first=83 second=1111 amount=3 -kerning first=196 second=1213 amount=-2 -kerning first=84 second=1078 amount=-3 -kerning first=118 second=228 amount=-1 -kerning first=1209 second=1098 amount=-2 -kerning first=45 second=354 amount=-3 -kerning first=1276 second=211 amount=-2 -kerning first=1200 second=973 amount=-3 -kerning first=347 second=89 amount=-5 -kerning first=76 second=913 amount=2 -kerning first=297 second=905 amount=3 -kerning first=929 second=257 amount=-1 -kerning first=374 second=44 amount=-4 -kerning first=266 second=299 amount=2 -kerning first=337 second=933 amount=-7 -kerning first=933 second=113 amount=-6 -kerning first=90 second=67 amount=-2 -kerning first=915 second=8353 amount=-2 -kerning first=1036 second=367 amount=-2 -kerning first=271 second=174 amount=1 -kerning first=1050 second=266 amount=-2 -kerning first=1179 second=172 amount=-2 -kerning first=1096 second=8216 amount=-3 -kerning first=284 second=301 amount=2 -kerning first=70 second=1199 amount=-2 -kerning first=87 second=1230 amount=-2 -kerning first=378 second=1058 amount=-2 -kerning first=916 second=187 amount=-2 -kerning first=1259 second=89 amount=-7 -kerning first=1232 second=288 amount=-2 -kerning first=1102 second=375 amount=-1 -kerning first=1205 second=98 amount=1 -kerning first=1066 second=1061 amount=-2 -kerning first=92 second=1109 amount=-1 -kerning first=246 second=1236 amount=-2 -kerning first=1128 second=945 amount=-1 -kerning first=1184 second=303 amount=2 -kerning first=335 second=255 amount=-1 -kerning first=303 second=93 amount=2 -kerning first=63 second=193 amount=-4 -kerning first=1203 second=248 amount=-1 -kerning first=80 second=198 amount=-5 -kerning first=262 second=913 amount=-1 -kerning first=1178 second=113 amount=-3 -kerning first=317 second=86 amount=-5 -kerning first=90 second=297 amount=5 -kerning first=356 second=225 amount=-5 -kerning first=1075 second=45 amount=-1 -kerning first=1222 second=356 amount=-2 -kerning first=1050 second=237 amount=2 -kerning first=311 second=171 amount=-3 -kerning first=1228 second=1196 amount=-3 -kerning first=1257 second=373 amount=-1 -kerning first=1040 second=233 amount=-1 -kerning first=176 second=197 amount=-6 -kerning first=1128 second=262 amount=-2 -kerning first=1171 second=1259 amount=-1 -kerning first=1274 second=1075 amount=-4 -kerning first=336 second=1276 amount=-2 -kerning first=102 second=959 amount=-1 -kerning first=1034 second=375 amount=-1 -kerning first=1265 second=245 amount=-1 -kerning first=1040 second=1241 amount=-1 -kerning first=923 second=42 amount=-6 -kerning first=89 second=1163 amount=-3 -kerning first=8217 second=1094 amount=-1 -kerning first=34 second=1033 amount=-3 -kerning first=1027 second=1057 amount=-2 -kerning first=1251 second=1263 amount=-1 -kerning first=1199 second=1233 amount=-1 -kerning first=1226 second=1048 amount=1 -kerning first=1220 second=1199 amount=-1 -kerning first=121 second=271 amount=-1 -kerning first=70 second=957 amount=-2 -kerning first=1253 second=49 amount=-3 -kerning first=256 second=244 amount=-1 -kerning first=214 second=1234 amount=-2 -kerning first=1222 second=1168 amount=1 -kerning first=1189 second=1105 amount=-1 -kerning first=1141 second=197 amount=-4 -kerning first=1198 second=1108 amount=-6 -kerning first=34 second=923 amount=-5 -kerning first=248 second=253 amount=-1 -kerning first=236 second=125 amount=2 -kerning first=252 second=8217 amount=1 -kerning first=1275 second=287 amount=-1 -kerning first=174 second=198 amount=-5 -kerning first=375 second=299 amount=3 -kerning first=104 second=374 amount=-6 -kerning first=110 second=1267 amount=-1 -kerning first=1054 second=1236 amount=-2 -kerning first=1113 second=1279 amount=-1 -kerning first=317 second=262 amount=-2 -kerning first=297 second=84 amount=6 -kerning first=1168 second=301 amount=6 -kerning first=187 second=1046 amount=-3 -kerning first=1097 second=72 amount=1 -kerning first=372 second=65 amount=-4 -kerning first=1198 second=1032 amount=-2 -kerning first=240 second=120 amount=-1 -kerning first=299 second=294 amount=3 -kerning first=333 second=1066 amount=-3 -kerning first=319 second=374 amount=-2 -kerning first=343 second=1277 amount=1 -kerning first=1141 second=275 amount=-1 -kerning first=1200 second=84 amount=3 -kerning first=1091 second=269 amount=-1 -kerning first=933 second=268 amount=-3 -kerning first=1012 second=1058 amount=-2 -kerning first=81 second=1035 amount=-2 -kerning first=260 second=199 amount=-2 -kerning first=332 second=932 amount=-2 -kerning first=1220 second=957 amount=-1 -kerning first=1101 second=198 amount=-2 -kerning first=1104 second=375 amount=-1 -kerning first=1231 second=299 amount=5 -kerning first=1213 second=1093 amount=-1 -kerning first=1267 second=230 amount=-1 -kerning first=192 second=337 amount=-1 -kerning first=197 second=273 amount=-1 -kerning first=372 second=101 amount=-4 -kerning first=87 second=1125 amount=-2 -kerning first=8221 second=121 amount=1 -kerning first=1030 second=296 amount=2 -kerning first=8250 second=1196 amount=-8 -kerning first=1180 second=240 amount=-3 -kerning first=1239 second=1277 amount=-1 -kerning first=1178 second=268 amount=-2 -kerning first=8217 second=182 amount=-1 -kerning first=111 second=1278 amount=-2 -kerning first=8222 second=947 amount=-3 -kerning first=1018 second=298 amount=2 -kerning first=354 second=1075 amount=-4 -kerning first=1170 second=224 amount=-5 -kerning first=1033 second=198 amount=-2 -kerning first=913 second=959 amount=-1 -kerning first=1233 second=1249 amount=-2 -kerning first=121 second=113 amount=-1 -kerning first=935 second=213 amount=-2 -kerning first=932 second=248 amount=-5 -kerning first=211 second=92 amount=-2 -kerning first=114 second=43 amount=-2 -kerning first=286 second=236 amount=2 -kerning first=253 second=333 amount=-1 -kerning first=963 second=8218 amount=-5 -kerning first=357 second=316 amount=1 -kerning first=1027 second=1203 amount=-3 -kerning first=194 second=266 amount=-2 -kerning first=1080 second=1196 amount=-3 -kerning first=1078 second=1257 amount=-1 -kerning first=1090 second=1255 amount=-1 -kerning first=1103 second=255 amount=-1 -kerning first=245 second=923 amount=-2 -kerning first=74 second=95 amount=-3 -kerning first=1178 second=238 amount=2 -kerning first=933 second=52 amount=-4 -kerning first=359 second=254 amount=1 -kerning first=321 second=8217 amount=-3 -kerning first=1241 second=1204 amount=-3 -kerning first=260 second=49 amount=-2 -kerning first=1092 second=1118 amount=-1 -kerning first=913 second=60 amount=-2 -kerning first=109 second=86 amount=-3 -kerning first=1040 second=374 amount=-5 -kerning first=1126 second=34 amount=-5 -kerning first=242 second=186 amount=-2 -kerning first=55 second=111 amount=-3 -kerning first=84 second=301 amount=6 -kerning first=1274 second=940 amount=-5 -kerning first=345 second=256 amount=-3 -kerning first=1232 second=101 amount=-1 -kerning first=1097 second=1058 amount=-2 -kerning first=120 second=358 amount=-3 -kerning first=1205 second=1035 amount=-2 -kerning first=1200 second=1239 amount=-6 -kerning first=253 second=8218 amount=-5 -kerning first=170 second=195 amount=-5 -kerning first=1091 second=1086 amount=-1 -kerning first=929 second=194 amount=-5 -kerning first=1186 second=1066 amount=-2 -kerning first=915 second=241 amount=-4 -kerning first=8217 second=941 amount=-4 -kerning first=1241 second=1232 amount=-2 -kerning first=213 second=1059 amount=-3 -kerning first=177 second=1267 amount=-3 -kerning first=1090 second=126 amount=-1 -kerning first=358 second=971 amount=-4 -kerning first=58 second=92 amount=-4 -kerning first=1274 second=264 amount=-2 -kerning first=107 second=277 amount=-1 -kerning first=1082 second=1193 amount=-1 -kerning first=1199 second=1058 amount=-2 -kerning first=1064 second=206 amount=2 -kerning first=1270 second=1054 amount=-2 -kerning first=169 second=1066 amount=-2 -kerning first=923 second=213 amount=-2 -kerning first=372 second=341 amount=-2 -kerning first=939 second=1010 amount=-6 -kerning first=1043 second=1095 amount=-5 -kerning first=371 second=910 amount=-4 -kerning first=193 second=963 amount=-1 -kerning first=258 second=248 amount=-1 -kerning first=228 second=1204 amount=-3 -kerning first=345 second=281 amount=-1 -kerning first=36 second=195 amount=-1 -kerning first=1020 second=125 amount=-1 -kerning first=1200 second=1102 amount=-3 -kerning first=1225 second=73 amount=1 -kerning first=315 second=34 amount=-6 -kerning first=183 second=1249 amount=-1 -kerning first=1046 second=927 amount=-2 -kerning first=114 second=1236 amount=-3 -kerning first=341 second=255 amount=1 -kerning first=241 second=1091 amount=-1 -kerning first=1254 second=923 amount=-2 -kerning first=111 second=260 amount=-2 -kerning first=959 second=372 amount=-3 -kerning first=1220 second=354 amount=-3 -kerning first=70 second=913 amount=-6 -kerning first=334 second=44 amount=-3 -kerning first=1239 second=933 amount=-7 -kerning first=1170 second=1117 amount=-4 -kerning first=1094 second=1036 amount=1 -kerning first=1102 second=1066 amount=-3 -kerning first=1270 second=378 amount=-3 -kerning first=1200 second=74 amount=-2 -kerning first=923 second=118 amount=-4 -kerning first=374 second=225 amount=-6 -kerning first=1184 second=244 amount=-3 -kerning first=922 second=1010 amount=-3 -kerning first=44 second=1059 amount=-4 -kerning first=1228 second=87 amount=-3 -kerning first=258 second=39 amount=-5 -kerning first=210 second=1202 amount=-2 -kerning first=1072 second=358 amount=-3 -kerning first=288 second=1026 amount=-2 -kerning first=87 second=332 amount=-2 -kerning first=358 second=337 amount=-5 -kerning first=1118 second=231 amount=-1 -kerning first=910 second=199 amount=-3 -kerning first=98 second=121 amount=-1 -kerning first=923 second=1201 amount=-4 -kerning first=192 second=1105 amount=-1 -kerning first=356 second=100 amount=-5 -kerning first=1230 second=330 amount=1 -kerning first=1050 second=245 amount=-3 -kerning first=1105 second=255 amount=-1 -kerning first=1093 second=84 amount=-3 -kerning first=1040 second=1111 amount=3 -kerning first=1140 second=284 amount=-2 -kerning first=193 second=243 amount=-1 -kerning first=283 second=1118 amount=-1 -kerning first=247 second=1026 amount=-3 -kerning first=1034 second=1066 amount=-3 -kerning first=1058 second=959 amount=-5 -kerning first=1036 second=283 amount=-3 -kerning first=97 second=910 amount=-6 -kerning first=354 second=940 amount=-5 -kerning first=1170 second=81 amount=-2 -kerning first=8224 second=923 amount=-5 -kerning first=121 second=238 amount=3 -kerning first=1100 second=1278 amount=-2 -kerning first=376 second=1191 amount=-3 -kerning first=115 second=1200 amount=-5 -kerning first=1089 second=932 amount=-5 -kerning first=1171 second=1193 amount=-1 -kerning first=244 second=1244 amount=-2 -kerning first=1220 second=913 amount=-2 -kerning first=197 second=240 amount=-1 -kerning first=256 second=349 amount=-1 -kerning first=1145 second=263 amount=-1 -kerning first=253 second=1077 amount=-1 -kerning first=1279 second=356 amount=-3 -kerning first=92 second=1010 amount=-1 -kerning first=1128 second=111 amount=-1 -kerning first=75 second=337 amount=-3 -kerning first=915 second=193 amount=-6 -kerning first=111 second=1090 amount=-2 -kerning first=939 second=339 amount=-6 -kerning first=1111 second=1229 amount=3 -kerning first=354 second=264 amount=-2 -kerning first=193 second=8221 amount=-7 -kerning first=1085 second=1026 amount=-3 -kerning first=208 second=1035 amount=-2 -kerning first=288 second=297 amount=2 -kerning first=86 second=71 amount=-2 -kerning first=1232 second=174 amount=-5 -kerning first=1058 second=60 amount=-5 -kerning first=1222 second=917 amount=1 -kerning first=1215 second=84 amount=-3 -kerning first=1168 second=242 amount=-5 -kerning first=1046 second=269 amount=-2 -kerning first=1084 second=8220 amount=-3 -kerning first=1040 second=332 amount=-2 -kerning first=1198 second=908 amount=-3 -kerning first=1012 second=939 amount=-3 -kerning first=186 second=916 amount=-5 -kerning first=1106 second=1200 amount=-6 -kerning first=1107 second=354 amount=-2 -kerning first=196 second=100 amount=-1 -kerning first=918 second=60 amount=-4 -kerning first=233 second=1267 amount=-1 -kerning first=932 second=1100 amount=-4 -kerning first=70 second=308 amount=-4 -kerning first=230 second=84 amount=-3 -kerning first=902 second=8249 amount=-2 -kerning first=1113 second=186 amount=-3 -kerning first=253 second=1113 amount=-3 -kerning first=244 second=193 amount=-2 -kerning first=1128 second=8216 amount=-8 -kerning first=116 second=1048 amount=1 -kerning first=915 second=233 amount=-5 -kerning first=922 second=339 amount=-3 -kerning first=8217 second=967 amount=1 -kerning first=1179 second=333 amount=-1 -kerning first=1170 second=195 amount=-6 -kerning first=1104 second=1066 amount=-3 -kerning first=1200 second=1107 amount=-3 -kerning first=1225 second=1210 amount=1 -kerning first=355 second=1042 amount=1 -kerning first=76 second=1263 amount=-4 -kerning first=179 second=1236 amount=-6 -kerning first=915 second=1241 amount=-5 -kerning first=65 second=940 amount=-1 -kerning first=8250 second=87 amount=-4 -kerning first=356 second=112 amount=-4 -kerning first=1222 second=318 amount=1 -kerning first=1207 second=1070 amount=1 -kerning first=1099 second=295 amount=3 -kerning first=1093 second=1239 amount=-1 -kerning first=1257 second=1141 amount=-1 -kerning first=176 second=336 amount=-1 -kerning first=1196 second=963 amount=-5 -kerning first=88 second=214 amount=-2 -kerning first=1128 second=350 amount=-1 -kerning first=221 second=1075 amount=-3 -kerning first=55 second=1209 amount=-3 -kerning first=8244 second=1251 amount=-1 -kerning first=1185 second=945 amount=-1 -kerning first=1200 second=942 amount=-3 -kerning first=933 second=248 amount=-6 -kerning first=915 second=1230 amount=-4 -kerning first=65 second=264 amount=-2 -kerning first=1275 second=358 amount=-2 -kerning first=86 second=45 amount=-2 -kerning first=966 second=258 amount=-2 -kerning first=1267 second=1095 amount=-1 -kerning first=263 second=1059 amount=-4 -kerning first=317 second=8216 amount=-5 -kerning first=1080 second=87 amount=-3 -kerning first=1011 second=8361 amount=2 -kerning first=1274 second=1237 amount=-5 -kerning first=932 second=115 amount=-5 -kerning first=211 second=95 amount=-3 -kerning first=1059 second=1207 amount=-6 -kerning first=902 second=1035 amount=-6 -kerning first=1164 second=1046 amount=-2 -kerning first=92 second=339 amount=-1 -kerning first=382 second=277 amount=-1 -kerning first=111 second=170 amount=-2 -kerning first=195 second=927 amount=-2 -kerning first=972 second=86 amount=-4 -kerning first=1194 second=194 amount=-1 -kerning first=1139 second=41 amount=-1 -kerning first=261 second=118 amount=-1 -kerning first=358 second=1105 amount=-5 -kerning first=80 second=193 amount=-5 -kerning first=1225 second=1106 amount=1 -kerning first=310 second=963 amount=-3 -kerning first=1178 second=248 amount=-3 -kerning first=297 second=314 amount=3 -kerning first=337 second=1204 amount=-3 -kerning first=903 second=1032 amount=-11 -kerning first=1201 second=260 amount=-4 -kerning first=232 second=1026 amount=-3 -kerning first=38 second=221 amount=-5 -kerning first=1046 second=1086 amount=-2 -kerning first=1097 second=939 amount=-1 -kerning first=1066 second=121 amount=-1 -kerning first=261 second=1201 amount=-1 -kerning first=284 second=1099 amount=2 -kerning first=1196 second=243 amount=-5 -kerning first=1263 second=99 amount=-1 -kerning first=236 second=239 amount=3 -kerning first=340 second=1059 amount=-2 -kerning first=84 second=242 amount=-5 -kerning first=1078 second=1108 amount=-1 -kerning first=192 second=1171 amount=-2 -kerning first=1274 second=961 amount=-4 -kerning first=1145 second=215 amount=-1 -kerning first=1259 second=1046 amount=-2 -kerning first=89 second=944 amount=-3 -kerning first=337 second=1232 amount=-2 -kerning first=1217 second=43 amount=-4 -kerning first=8217 second=974 amount=-4 -kerning first=357 second=247 amount=-1 -kerning first=251 second=933 amount=-4 -kerning first=194 second=245 amount=-1 -kerning first=195 second=1267 amount=-4 -kerning first=260 second=348 amount=-1 -kerning first=1199 second=939 amount=-2 -kerning first=8244 second=109 amount=-1 -kerning first=1189 second=231 amount=-1 -kerning first=254 second=932 amount=-3 -kerning first=923 second=356 amount=-6 -kerning first=1101 second=1244 amount=-2 -kerning first=75 second=1105 amount=-3 -kerning first=34 second=192 amount=-5 -kerning first=1043 second=38 amount=-2 -kerning first=1027 second=1093 amount=-3 -kerning first=78 second=207 amount=2 -kerning first=947 second=126 amount=-2 -kerning first=1175 second=84 amount=-3 -kerning first=1049 second=1111 amount=5 -kerning first=258 second=115 amount=-1 -kerning first=1139 second=1091 amount=-1 -kerning first=174 second=193 amount=-5 -kerning first=1100 second=1090 amount=-4 -kerning first=1108 second=376 amount=-4 -kerning first=102 second=8226 amount=-1 -kerning first=353 second=372 amount=-2 -kerning first=310 second=243 amount=-3 -kerning first=1056 second=256 amount=-5 -kerning first=1202 second=1242 amount=-2 -kerning first=356 second=67 amount=-2 -kerning first=1170 second=345 amount=-4 -kerning first=1207 second=924 amount=1 -kerning first=71 second=1140 amount=-1 -kerning first=290 second=105 amount=2 -kerning first=1234 second=8225 amount=-5 -kerning first=965 second=8216 amount=-3 -kerning first=87 second=46 amount=-6 -kerning first=1061 second=8249 amount=-3 -kerning first=297 second=1120 amount=3 -kerning first=8244 second=173 amount=-2 -kerning first=369 second=1035 amount=-3 -kerning first=1274 second=246 amount=-5 -kerning first=1230 second=8217 amount=2 -kerning first=1033 second=1244 amount=-2 -kerning first=1091 second=227 amount=-1 -kerning first=1195 second=89 amount=-4 -kerning first=89 second=335 amount=-6 -kerning first=374 second=100 amount=-6 -kerning first=8353 second=299 amount=2 -kerning first=922 second=239 amount=5 -kerning first=195 second=269 amount=-1 -kerning first=354 second=1237 amount=-5 -kerning first=1179 second=1077 amount=-1 -kerning first=234 second=1091 amount=-1 -kerning first=913 second=290 amount=-2 -kerning first=1101 second=193 amount=-2 -kerning first=1210 second=1090 amount=-2 -kerning first=174 second=233 amount=-2 -kerning first=1026 second=92 amount=-4 -kerning first=1166 second=1232 amount=-5 -kerning first=1205 second=1016 amount=1 -kerning first=333 second=65 amount=-2 -kerning first=915 second=1125 amount=-4 -kerning first=356 second=297 amount=6 -kerning first=1198 second=1255 amount=-6 -kerning first=174 second=1241 amount=-2 -kerning first=221 second=940 amount=-6 -kerning first=1043 second=255 amount=-4 -kerning first=245 second=1217 amount=-2 -kerning first=299 second=322 amount=3 -kerning first=196 second=1026 amount=-6 -kerning first=193 second=347 amount=-1 -kerning first=1143 second=972 amount=-1 -kerning first=287 second=932 amount=-3 -kerning first=372 second=1257 amount=-4 -kerning first=199 second=239 amount=2 -kerning first=244 second=374 amount=-7 -kerning first=1058 second=361 amount=-5 -kerning first=8217 second=183 amount=-2 -kerning first=354 second=961 amount=-4 -kerning first=311 second=8363 amount=-1 -kerning first=1083 second=1140 amount=-3 -kerning first=1033 second=193 amount=-2 -kerning first=121 second=248 amount=-1 -kerning first=221 second=264 amount=-3 -kerning first=349 second=354 amount=-5 -kerning first=1188 second=1232 amount=-6 -kerning first=76 second=247 amount=-3 -kerning first=196 second=67 amount=-2 -kerning first=359 second=1036 amount=1 -kerning first=381 second=8353 amount=-2 -kerning first=249 second=1066 amount=-3 -kerning first=1241 second=1200 amount=-7 -kerning first=102 second=196 amount=-2 -kerning first=1016 second=8224 amount=-2 -kerning first=1270 second=299 amount=6 -kerning first=92 second=239 amount=3 -kerning first=109 second=8216 amount=-3 -kerning first=1198 second=126 amount=-3 -kerning first=981 second=197 amount=-2 -kerning first=1186 second=929 amount=1 -kerning first=1111 second=342 amount=3 -kerning first=1175 second=1239 amount=-1 -kerning first=1197 second=963 amount=-1 -kerning first=1100 second=170 amount=-3 -kerning first=245 second=192 amount=-2 -kerning first=376 second=927 amount=-3 -kerning first=933 second=1100 amount=-3 -kerning first=1082 second=1010 amount=-1 -kerning first=1187 second=8360 amount=1 -kerning first=1016 second=88 amount=-2 -kerning first=1122 second=195 amount=-2 -kerning first=196 second=297 amount=3 -kerning first=102 second=235 amount=-1 -kerning first=1205 second=915 amount=1 -kerning first=1200 second=263 amount=-6 -kerning first=374 second=112 amount=-3 -kerning first=1254 second=1217 amount=-2 -kerning first=915 second=1111 amount=6 -kerning first=313 second=8219 amount=-3 -kerning first=8221 second=1081 amount=-1 -kerning first=195 second=1086 amount=-1 -kerning first=354 second=246 amount=-5 -kerning first=1163 second=254 amount=1 -kerning first=1187 second=325 amount=1 -kerning first=228 second=1200 amount=-6 -kerning first=95 second=1189 amount=3 -kerning first=87 second=103 amount=-4 -kerning first=358 second=951 amount=-4 -kerning first=104 second=1249 amount=-2 -kerning first=1232 second=1257 amount=-1 -kerning first=76 second=1028 amount=-2 -kerning first=192 second=1091 amount=-4 -kerning first=226 second=1185 amount=-2 -kerning first=1079 second=8222 amount=-3 -kerning first=111 second=120 amount=-1 -kerning first=939 second=1072 amount=-6 -kerning first=1109 second=1026 amount=-5 -kerning first=357 second=209 amount=1 -kerning first=1197 second=243 amount=-1 -kerning first=261 second=356 amount=-3 -kerning first=70 second=1263 amount=-2 -kerning first=933 second=115 amount=-4 -kerning first=321 second=253 amount=-4 -kerning first=1075 second=337 amount=-1 -kerning first=169 second=65 amount=-2 -kerning first=1193 second=89 amount=-7 -kerning first=1278 second=1089 amount=-2 -kerning first=1263 second=198 amount=-4 -kerning first=1254 second=192 amount=-2 -kerning first=288 second=1061 amount=-1 -kerning first=1057 second=194 amount=-1 -kerning first=8244 second=1220 amount=-1 -kerning first=1119 second=910 amount=-6 -kerning first=343 second=1204 amount=-4 -kerning first=89 second=1104 amount=-6 -kerning first=1058 second=290 amount=-2 -kerning first=915 second=332 amount=-2 -kerning first=258 second=63 amount=-4 -kerning first=210 second=356 amount=-2 -kerning first=1203 second=959 amount=-1 -kerning first=1274 second=1197 amount=-2 -kerning first=247 second=1061 amount=-4 -kerning first=1234 second=79 amount=-2 -kerning first=174 second=374 amount=-1 -kerning first=1271 second=945 amount=-1 -kerning first=1118 second=229 amount=-1 -kerning first=242 second=1040 amount=-2 -kerning first=376 second=269 amount=-6 -kerning first=1171 second=1010 amount=-1 -kerning first=918 second=290 amount=-2 -kerning first=65 second=246 amount=-1 -kerning first=192 second=231 amount=-1 -kerning first=197 second=346 amount=-1 -kerning first=356 second=1235 amount=-5 -kerning first=1082 second=339 amount=-1 -kerning first=114 second=277 amount=-1 -kerning first=343 second=1232 amount=-3 -kerning first=1102 second=65 amount=-2 -kerning first=1040 second=103 amount=-1 -kerning first=1242 second=1026 amount=-2 -kerning first=1196 second=347 amount=-5 -kerning first=295 second=86 amount=-3 -kerning first=380 second=966 amount=-1 -kerning first=333 second=174 amount=-1 -kerning first=309 second=106 amount=3 -kerning first=1220 second=1263 amount=-1 -kerning first=1185 second=111 amount=-1 -kerning first=1274 second=1096 amount=-4 -kerning first=1060 second=910 amount=-3 -kerning first=70 second=265 amount=-3 -kerning first=161 second=1198 amount=-4 -kerning first=1239 second=1204 amount=-3 -kerning first=1097 second=1216 amount=1 -kerning first=944 second=1058 amount=-3 -kerning first=89 second=1114 amount=-3 -kerning first=374 second=1026 amount=3 -kerning first=351 second=8218 amount=-3 -kerning first=1170 second=211 amount=-2 -kerning first=913 second=235 amount=-1 -kerning first=8224 second=192 amount=-5 -kerning first=1101 second=374 amount=-7 -kerning first=239 second=292 amount=3 -kerning first=333 second=935 amount=-2 -kerning first=1225 second=173 amount=-1 -kerning first=65 second=8217 amount=-7 -kerning first=1034 second=65 amount=-2 -kerning first=374 second=67 amount=-3 -kerning first=8221 second=45 amount=-2 -kerning first=1243 second=1196 amount=-3 -kerning first=210 second=902 amount=-2 -kerning first=1273 second=374 amount=-6 -kerning first=917 second=301 amount=5 -kerning first=1276 second=1089 amount=-2 -kerning first=1200 second=215 amount=-3 -kerning first=65 second=352 amount=-1 -kerning first=1170 second=119 amount=-4 -kerning first=1094 second=98 amount=1 -kerning first=1207 second=344 amount=1 -kerning first=1033 second=374 amount=-7 -kerning first=8224 second=232 amount=-2 -kerning first=1278 second=1145 amount=-2 -kerning first=1258 second=1040 amount=-2 -kerning first=221 second=1237 amount=-6 -kerning first=1223 second=1111 amount=5 -kerning first=1027 second=1234 amount=-6 -kerning first=1211 second=1091 amount=-1 -kerning first=299 second=205 amount=3 -kerning first=910 second=1207 amount=-6 -kerning first=1110 second=309 amount=3 -kerning first=1081 second=910 amount=-6 -kerning first=1169 second=963 amount=-1 -kerning first=1164 second=125 amount=-1 -kerning first=1270 second=1020 amount=-4 -kerning first=89 second=353 amount=-4 -kerning first=1202 second=945 amount=-2 -kerning first=1117 second=84 amount=-3 -kerning first=927 second=256 amount=-2 -kerning first=87 second=259 amount=-4 -kerning first=358 second=1091 amount=-4 -kerning first=328 second=1035 amount=-3 -kerning first=245 second=221 amount=-7 -kerning first=376 second=1086 amount=-6 -kerning first=1225 second=222 amount=1 -kerning first=1244 second=8370 amount=-2 -kerning first=929 second=8230 amount=-3 -kerning first=1171 second=339 amount=-1 -kerning first=297 second=1190 amount=3 -kerning first=107 second=932 amount=-4 -kerning first=1222 second=1211 amount=1 -kerning first=1215 second=1118 amount=-1 -kerning first=354 second=1197 amount=-2 -kerning first=1050 second=375 amount=-3 -kerning first=1238 second=239 amount=5 -kerning first=120 second=245 amount=-1 -kerning first=1093 second=263 amount=-1 -kerning first=177 second=1279 amount=-2 -kerning first=957 second=8244 amount=2 -kerning first=1140 second=213 amount=-2 -kerning first=1202 second=262 amount=-2 -kerning first=221 second=961 amount=-3 -kerning first=1017 second=923 amount=-1 -kerning first=365 second=376 amount=-4 -kerning first=959 second=1098 amount=-2 -kerning first=118 second=354 amount=-2 -kerning first=70 second=1139 amount=-3 -kerning first=230 second=1118 amount=-1 -kerning first=1100 second=120 amount=-1 -kerning first=1259 second=125 amount=-1 -kerning first=1091 second=1092 amount=-1 -kerning first=1265 second=1066 amount=-2 -kerning first=939 second=1057 amount=-3 -kerning first=1075 second=1105 amount=-1 -kerning first=354 second=1096 amount=-4 -kerning first=972 second=8216 amount=-4 -kerning first=957 second=84 amount=-2 -kerning first=42 second=1040 amount=-6 -kerning first=1126 second=972 amount=-1 -kerning first=337 second=1200 amount=-7 -kerning first=1169 second=243 amount=-1 -kerning first=256 second=1069 amount=-2 -kerning first=932 second=959 amount=-5 -kerning first=1086 second=375 amount=-1 -kerning first=1077 second=374 amount=-7 -kerning first=1097 second=183 amount=-1 -kerning first=343 second=357 amount=2 -kerning first=1279 second=267 amount=-1 -kerning first=1115 second=84 amount=-3 -kerning first=372 second=1108 amount=-4 -kerning first=75 second=1091 amount=-3 -kerning first=1058 second=196 amount=-6 -kerning first=248 second=1185 amount=-2 -kerning first=239 second=1027 amount=3 -kerning first=1112 second=92 amount=2 -kerning first=213 second=372 amount=-1 -kerning first=1277 second=1153 amount=-1 -kerning first=358 second=231 amount=-5 -kerning first=1236 second=297 amount=5 -kerning first=1276 second=1145 amount=-2 -kerning first=922 second=1057 amount=-2 -kerning first=8217 second=1253 amount=-1 -kerning first=321 second=171 amount=-4 -kerning first=1222 second=323 amount=1 -kerning first=339 second=1277 amount=-1 -kerning first=373 second=242 amount=-1 -kerning first=913 second=169 amount=-2 -kerning first=169 second=935 amount=-2 -kerning first=341 second=173 amount=-2 -kerning first=372 second=1032 amount=-4 -kerning first=240 second=1078 amount=-1 -kerning first=1254 second=221 amount=-3 -kerning first=221 second=246 amount=-6 -kerning first=8216 second=916 amount=-6 -kerning first=1107 second=265 amount=-1 -kerning first=193 second=99 amount=-1 -kerning first=1143 second=224 amount=-1 -kerning first=277 second=375 amount=-1 -kerning first=118 second=913 amount=-4 -kerning first=932 second=60 amount=-5 -kerning first=320 second=299 amount=5 -kerning first=1102 second=174 amount=-1 -kerning first=1058 second=235 amount=-5 -kerning first=335 second=8225 amount=-2 -kerning first=1092 second=256 amount=-2 -kerning first=913 second=89 amount=-5 -kerning first=269 second=356 amount=-5 -kerning first=107 second=285 amount=-1 -kerning first=1116 second=232 amount=-1 -kerning first=1088 second=197 amount=-2 -kerning first=1189 second=229 amount=-1 -kerning first=281 second=1277 amount=-1 -kerning first=1187 second=1055 amount=1 -kerning first=1102 second=935 amount=-2 -kerning first=71 second=1058 amount=-2 -kerning first=75 second=231 amount=-3 -kerning first=8221 second=1082 amount=-1 -kerning first=299 second=1068 amount=3 -kerning first=1111 second=200 amount=3 -kerning first=258 second=959 amount=-1 -kerning first=345 second=289 amount=-1 -kerning first=1034 second=174 amount=-1 -kerning first=1232 second=1108 amount=-1 -kerning first=1225 second=1030 amount=1 -kerning first=92 second=1057 amount=-2 -kerning first=293 second=1140 amount=-3 -kerning first=297 second=78 amount=3 -kerning first=915 second=46 amount=-2 -kerning first=251 second=1204 amount=-3 -kerning first=79 second=354 amount=-2 -kerning first=119 second=1089 amount=-1 -kerning first=957 second=1239 amount=-1 -kerning first=1234 second=8244 amount=-7 -kerning first=935 second=267 amount=-2 -kerning first=1188 second=1256 amount=-2 -kerning first=196 second=83 amount=-1 -kerning first=225 second=1059 amount=-6 -kerning first=1078 second=1255 amount=-1 -kerning first=256 second=8373 amount=-2 -kerning first=107 second=162 amount=-1 -kerning first=322 second=303 amount=2 -kerning first=1201 second=966 amount=-1 -kerning first=1087 second=255 amount=-1 -kerning first=1059 second=8249 amount=-6 -kerning first=1034 second=935 amount=-2 -kerning first=8225 second=8363 amount=-2 -kerning first=255 second=1207 amount=-1 -kerning first=923 second=1265 amount=-4 -kerning first=374 second=1235 amount=-6 -kerning first=1111 second=307 amount=6 -kerning first=258 second=60 amount=-2 -kerning first=233 second=1279 amount=-1 -kerning first=1234 second=84 amount=-6 -kerning first=1118 second=279 amount=-1 -kerning first=115 second=8222 amount=-3 -kerning first=8222 second=1198 amount=-7 -kerning first=1145 second=256 amount=-2 -kerning first=1083 second=1058 amount=-3 -kerning first=1094 second=1035 amount=-2 -kerning first=908 second=194 amount=-2 -kerning first=1096 second=1143 amount=-1 -kerning first=944 second=939 amount=-4 -kerning first=248 second=1276 amount=-2 -kerning first=39 second=1051 amount=-3 -kerning first=1107 second=1139 amount=-1 -kerning first=1078 second=126 amount=-1 -kerning first=118 second=308 amount=-4 -kerning first=1180 second=255 amount=-3 -kerning first=229 second=8220 amount=-3 -kerning first=1200 second=365 amount=-3 -kerning first=1279 second=177 amount=-2 -kerning first=1058 second=343 amount=-4 -kerning first=1036 second=291 amount=-3 -kerning first=367 second=89 amount=-4 -kerning first=194 second=375 amount=-4 -kerning first=79 second=913 amount=-2 -kerning first=339 second=933 amount=-7 -kerning first=957 second=74 amount=-4 -kerning first=1104 second=174 amount=-1 -kerning first=355 second=910 amount=-1 -kerning first=1243 second=87 amount=-3 -kerning first=356 second=1119 amount=-4 -kerning first=1145 second=281 amount=-1 -kerning first=334 second=1026 amount=-2 -kerning first=1059 second=1035 amount=3 -kerning first=923 second=267 amount=-1 -kerning first=1217 second=277 amount=-2 -kerning first=382 second=932 amount=-2 -kerning first=1122 second=119 amount=-1 -kerning first=1107 second=247 amount=-1 -kerning first=1275 second=245 amount=-1 -kerning first=1175 second=263 amount=-1 -kerning first=906 second=207 amount=2 -kerning first=1162 second=303 amount=2 -kerning first=1255 second=255 amount=-1 -kerning first=1030 second=1111 amount=5 -kerning first=212 second=8220 amount=-2 -kerning first=375 second=972 amount=-1 -kerning first=1271 second=111 amount=-1 -kerning first=1058 second=169 amount=-2 -kerning first=1111 second=1124 amount=3 -kerning first=281 second=933 amount=-7 -kerning first=216 second=86 amount=-2 -kerning first=1163 second=1036 amount=1 -kerning first=1226 second=1066 amount=-2 -kerning first=119 second=1145 amount=-1 -kerning first=1196 second=99 amount=-5 -kerning first=162 second=356 amount=-5 -kerning first=80 second=46 amount=-3 -kerning first=918 second=169 amount=-2 -kerning first=1274 second=253 amount=-4 -kerning first=902 second=94 amount=-6 -kerning first=1270 second=1098 amount=-2 -kerning first=246 second=932 amount=-3 -kerning first=1128 second=8250 amount=-2 -kerning first=1184 second=1069 amount=-2 -kerning first=915 second=103 amount=-5 -kerning first=1043 second=1251 amount=-4 -kerning first=99 second=1196 amount=-5 -kerning first=73 second=239 amount=5 -kerning first=44 second=53 amount=-1 -kerning first=279 second=255 amount=-1 -kerning first=913 second=210 amount=-2 -kerning first=227 second=1091 amount=-1 -kerning first=284 second=923 amount=-1 -kerning first=1234 second=1239 amount=-1 -kerning first=86 second=337 amount=-4 -kerning first=87 second=273 amount=-4 -kerning first=186 second=902 amount=-5 -kerning first=102 second=1259 amount=-1 -kerning first=376 second=371 amount=-3 -kerning first=263 second=372 amount=-1 -kerning first=59 second=1026 amount=-2 -kerning first=1253 second=1035 amount=-3 -kerning first=1046 second=1092 amount=-2 -kerning first=935 second=177 amount=-3 -kerning first=221 second=1096 amount=-3 -kerning first=966 second=1059 amount=-7 -kerning first=242 second=1198 amount=-7 -kerning first=214 second=8218 amount=-3 -kerning first=256 second=1153 amount=-1 -kerning first=70 second=367 amount=-2 -kerning first=1020 second=1203 amount=-1 -kerning first=176 second=1242 amount=-1 -kerning first=310 second=99 amount=-3 -kerning first=76 second=258 amount=2 -kerning first=933 second=959 amount=-6 -kerning first=359 second=98 amount=1 -kerning first=915 second=1249 amount=-2 -kerning first=34 second=44 amount=-6 -kerning first=301 second=1064 amount=3 -kerning first=1207 second=201 amount=1 -kerning first=284 second=295 amount=2 -kerning first=1263 second=193 amount=-4 -kerning first=324 second=376 amount=-6 -kerning first=355 second=107 amount=1 -kerning first=8244 second=973 amount=-1 -kerning first=1143 second=195 amount=-4 -kerning first=1138 second=194 amount=-2 -kerning first=932 second=361 amount=-5 -kerning first=1086 second=1066 amount=-3 -kerning first=1277 second=234 amount=-1 -kerning first=1242 second=1061 amount=-2 -kerning first=1202 second=111 amount=-2 -kerning first=295 second=8216 amount=-3 -kerning first=382 second=285 amount=-1 -kerning first=1258 second=47 amount=-3 -kerning first=1112 second=95 amount=3 -kerning first=261 second=1265 amount=-1 -kerning first=1277 second=1243 amount=-1 -kerning first=1239 second=1200 amount=-7 -kerning first=1054 second=932 amount=-2 -kerning first=262 second=258 amount=-1 -kerning first=376 second=227 amount=-6 -kerning first=1178 second=959 amount=-3 -kerning first=1171 second=1072 amount=-1 -kerning first=244 second=1249 amount=-2 -kerning first=933 second=60 amount=-7 -kerning first=379 second=1194 amount=-2 -kerning first=260 second=8249 amount=-2 -kerning first=1040 second=273 amount=-1 -kerning first=1140 second=902 amount=-5 -kerning first=1263 second=233 amount=-1 -kerning first=372 second=908 amount=-2 -kerning first=1188 second=114 amount=-4 -kerning first=1118 second=1195 amount=-1 -kerning first=1043 second=109 amount=-4 -kerning first=1027 second=1258 amount=-2 -kerning first=8218 second=358 amount=-6 -kerning first=112 second=194 amount=-2 -kerning first=277 second=1066 amount=-3 -kerning first=1222 second=1043 amount=1 -kerning first=923 second=177 amount=-3 -kerning first=1263 second=1241 amount=-1 -kerning first=382 second=162 amount=-1 -kerning first=1184 second=8373 amount=-2 -kerning first=1258 second=1198 amount=-3 -kerning first=8217 second=1163 amount=-1 -kerning first=51 second=8249 amount=-2 -kerning first=1168 second=923 amount=-6 -kerning first=354 second=253 amount=-4 -kerning first=71 second=939 amount=-2 -kerning first=87 second=1167 amount=-2 -kerning first=98 second=8224 amount=-2 -kerning first=1178 second=60 amount=-4 -kerning first=48 second=933 amount=-2 -kerning first=197 second=255 amount=-4 -kerning first=1189 second=279 amount=-1 -kerning first=253 second=261 amount=-1 -kerning first=913 second=1259 amount=-1 -kerning first=92 second=910 amount=-5 -kerning first=908 second=376 amount=-3 -kerning first=88 second=265 amount=-2 -kerning first=1012 second=92 amount=-2 -kerning first=81 second=354 amount=-2 -kerning first=1043 second=173 amount=-3 -kerning first=78 second=1031 amount=2 -kerning first=193 second=8353 amount=-2 -kerning first=1085 second=121 amount=-1 -kerning first=95 second=932 amount=-4 -kerning first=1191 second=1196 amount=-7 -kerning first=1244 second=232 amount=-2 -kerning first=98 second=88 amount=-2 -kerning first=1017 second=1217 amount=-1 -kerning first=194 second=187 amount=-2 -kerning first=260 second=1035 amount=-6 -kerning first=290 second=1112 amount=2 -kerning first=242 second=1175 amount=-1 -kerning first=340 second=299 amount=3 -kerning first=1060 second=1234 amount=-2 -kerning first=257 second=1140 amount=-3 -kerning first=1232 second=908 amount=-2 -kerning first=1020 second=910 amount=-7 -kerning first=1058 second=210 amount=-2 -kerning first=1184 second=249 amount=-2 -kerning first=915 second=259 amount=-5 -kerning first=321 second=286 amount=-2 -kerning first=301 second=321 amount=3 -kerning first=222 second=358 amount=-4 -kerning first=271 second=305 amount=3 -kerning first=1083 second=939 amount=-6 -kerning first=1187 second=280 amount=1 -kerning first=1098 second=932 amount=-7 -kerning first=126 second=1244 amount=-4 -kerning first=174 second=103 amount=-2 -kerning first=86 second=1105 amount=-4 -kerning first=358 second=363 amount=-5 -kerning first=1271 second=1209 amount=-1 -kerning first=1256 second=88 amount=-2 -kerning first=376 second=328 amount=-3 -kerning first=381 second=1111 amount=5 -kerning first=918 second=210 amount=-2 -kerning first=65 second=253 amount=-4 -kerning first=932 second=290 amount=-2 -kerning first=1181 second=972 amount=-1 -kerning first=1168 second=8370 amount=-2 -kerning first=1050 second=252 amount=-2 -kerning first=1059 second=228 amount=-6 -kerning first=902 second=214 amount=-2 -kerning first=81 second=913 amount=-2 -kerning first=357 second=276 amount=1 -kerning first=1017 second=192 amount=-1 -kerning first=55 second=952 amount=-3 -kerning first=1197 second=99 amount=-1 -kerning first=1274 second=171 amount=-8 -kerning first=126 second=936 amount=-3 -kerning first=1120 second=239 amount=5 -kerning first=93 second=8216 amount=-2 -kerning first=1113 second=1198 amount=-11 -kerning first=1091 second=981 amount=-1 -kerning first=89 second=43 amount=-3 -kerning first=374 second=1119 amount=-3 -kerning first=8217 second=95 amount=-3 -kerning first=243 second=358 amount=-3 -kerning first=1075 second=231 amount=-1 -kerning first=195 second=1092 amount=-1 -kerning first=194 second=1066 amount=-6 -kerning first=1170 second=97 amount=-5 -kerning first=1035 second=932 amount=-3 -kerning first=1117 second=1118 amount=-1 -kerning first=121 second=959 amount=-1 -kerning first=1196 second=198 amount=-6 -kerning first=345 second=1196 amount=-4 -kerning first=87 second=240 amount=-4 -kerning first=1188 second=1017 amount=-2 -kerning first=313 second=197 amount=2 -kerning first=76 second=176 amount=-8 -kerning first=84 second=923 amount=-6 -kerning first=1230 second=1065 amount=1 -kerning first=1205 second=354 amount=-2 -kerning first=1200 second=256 amount=-5 -kerning first=1265 second=65 amount=-4 -kerning first=326 second=89 amount=-6 -kerning first=88 second=1139 amount=-2 -kerning first=75 second=363 amount=-2 -kerning first=1254 second=44 amount=-3 -kerning first=342 second=86 amount=-1 -kerning first=1027 second=1080 amount=-4 -kerning first=100 second=297 amount=5 -kerning first=1203 second=235 amount=-1 -kerning first=358 second=229 amount=-5 -kerning first=902 second=1199 amount=-4 -kerning first=359 second=1035 amount=-2 -kerning first=117 second=221 amount=-4 -kerning first=1184 second=1153 amount=-3 -kerning first=381 second=332 amount=-2 -kerning first=232 second=121 amount=-1 -kerning first=1168 second=181 amount=-5 -kerning first=187 second=1203 amount=-2 -kerning first=114 second=932 amount=-4 -kerning first=1101 second=1249 amount=-2 -kerning first=121 second=60 amount=-2 -kerning first=1263 second=374 amount=-2 -kerning first=264 second=197 amount=-1 -kerning first=99 second=87 amount=-1 -kerning first=920 second=84 amount=-2 -kerning first=910 second=8249 amount=-6 -kerning first=258 second=290 amount=-2 -kerning first=1138 second=376 amount=-3 -kerning first=1094 second=1016 amount=1 -kerning first=1205 second=1041 amount=1 -kerning first=1200 second=281 amount=-6 -kerning first=1265 second=101 amount=-1 -kerning first=1115 second=1118 amount=-1 -kerning first=88 second=247 amount=-4 -kerning first=1036 second=1054 amount=-2 -kerning first=44 second=34 amount=-6 -kerning first=1111 second=1180 amount=3 -kerning first=1167 second=196 amount=-2 -kerning first=1273 second=1249 amount=-2 -kerning first=1095 second=1059 amount=-6 -kerning first=1126 second=81 amount=-2 -kerning first=80 second=259 amount=-1 -kerning first=293 second=1058 amount=-3 -kerning first=8244 second=1239 amount=-4 -kerning first=1058 second=1259 amount=-5 -kerning first=256 second=234 amount=-1 -kerning first=356 second=121 amount=-4 -kerning first=1201 second=226 amount=-1 -kerning first=251 second=1200 amount=-4 -kerning first=1066 second=8224 amount=-2 -kerning first=1033 second=1249 amount=-2 -kerning first=1040 second=240 amount=-1 -kerning first=372 second=1255 amount=-4 -kerning first=1196 second=8353 amount=-2 -kerning first=89 second=1236 amount=-5 -kerning first=335 second=84 amount=-3 -kerning first=270 second=1040 amount=-2 -kerning first=1043 second=1220 amount=-4 -kerning first=8221 second=971 amount=-1 -kerning first=84 second=8370 amount=-2 -kerning first=112 second=376 amount=-7 -kerning first=118 second=265 amount=-1 -kerning first=256 second=1243 amount=-1 -kerning first=1189 second=1195 amount=-1 -kerning first=345 second=271 amount=-1 -kerning first=375 second=224 amount=-1 -kerning first=102 second=1193 amount=-1 -kerning first=902 second=957 amount=-4 -kerning first=170 second=1089 amount=-2 -kerning first=1200 second=1226 amount=-3 -kerning first=1225 second=905 amount=1 -kerning first=1265 second=1083 amount=-3 -kerning first=1128 second=1143 amount=-4 -kerning first=933 second=361 amount=-3 -kerning first=116 second=1066 amount=-2 -kerning first=90 second=71 amount=-2 -kerning first=321 second=920 amount=-2 -kerning first=195 second=186 amount=-5 -kerning first=354 second=171 amount=-8 -kerning first=1050 second=288 amount=-2 -kerning first=1066 second=88 amount=-2 -kerning first=957 second=263 amount=-1 -kerning first=1125 second=84 amount=-5 -kerning first=910 second=1035 amount=3 -kerning first=8244 second=1102 amount=-1 -kerning first=70 second=258 amount=-6 -kerning first=1168 second=1116 amount=-4 -kerning first=1113 second=1175 amount=-1 -kerning first=372 second=126 amount=-2 -kerning first=88 second=1028 amount=-2 -kerning first=315 second=81 amount=-2 -kerning first=1027 second=172 amount=-3 -kerning first=1090 second=1204 amount=-2 -kerning first=345 second=1275 amount=2 -kerning first=174 second=259 amount=-1 -kerning first=310 second=8353 amount=-2 -kerning first=1178 second=361 amount=-2 -kerning first=1061 second=214 amount=-2 -kerning first=8244 second=74 amount=-8 -kerning first=192 second=279 amount=-1 -kerning first=932 second=196 amount=-6 -kerning first=114 second=285 amount=-1 -kerning first=1094 second=915 amount=1 -kerning first=253 second=197 amount=-4 -kerning first=176 second=262 amount=-1 -kerning first=1128 second=284 amount=-2 -kerning first=1263 second=1111 amount=3 -kerning first=240 second=8220 amount=-4 -kerning first=8221 second=337 amount=-4 -kerning first=317 second=1143 amount=-4 -kerning first=55 second=916 amount=-7 -kerning first=196 second=121 amount=-4 -kerning first=1049 second=938 amount=2 -kerning first=84 second=181 amount=-5 -kerning first=208 second=354 amount=-2 -kerning first=70 second=283 amount=-3 -kerning first=1072 second=375 amount=-1 -kerning first=334 second=1061 amount=-2 -kerning first=1077 second=1249 amount=-1 -kerning first=102 second=1109 amount=-1 -kerning first=1232 second=1255 amount=-1 -kerning first=1020 second=1093 amount=-1 -kerning first=1205 second=1103 amount=-1 -kerning first=1141 second=945 amount=-1 -kerning first=379 second=1138 amount=-2 -kerning first=1251 second=1059 amount=-6 -kerning first=187 second=910 amount=-6 -kerning first=1083 second=967 amount=-1 -kerning first=1226 second=929 amount=1 -kerning first=1234 second=1118 amount=-4 -kerning first=1114 second=358 amount=-7 -kerning first=239 second=73 amount=3 -kerning first=376 second=1092 amount=-6 -kerning first=1225 second=8244 amount=2 -kerning first=90 second=45 amount=-2 -kerning first=1169 second=99 amount=-1 -kerning first=1220 second=258 amount=-2 -kerning first=65 second=171 amount=-2 -kerning first=932 second=235 amount=-5 -kerning first=216 second=8216 amount=-2 -kerning first=114 second=162 amount=-1 -kerning first=1016 second=41 amount=-1 -kerning first=253 second=275 amount=-1 -kerning first=1091 second=1040 amount=-4 -kerning first=284 second=1217 amount=-1 -kerning first=1012 second=95 amount=-3 -kerning first=315 second=195 amount=2 -kerning first=111 second=1078 amount=-1 -kerning first=302 second=1112 amount=1 -kerning first=118 second=1139 amount=-1 -kerning first=345 second=113 amount=-1 -kerning first=170 second=1145 amount=-2 -kerning first=1225 second=84 amount=-2 -kerning first=317 second=284 amount=-2 -kerning first=273 second=105 amount=2 -kerning first=1222 second=278 amount=1 -kerning first=1168 second=110 amount=-4 -kerning first=339 second=1204 amount=-3 -kerning first=913 second=1193 amount=-1 -kerning first=1068 second=358 amount=-3 -kerning first=289 second=1026 amount=-3 -kerning first=208 second=913 amount=-2 -kerning first=1274 second=117 amount=-5 -kerning first=126 second=374 amount=-3 -kerning first=255 second=8249 amount=-3 -kerning first=89 second=251 amount=-3 -kerning first=266 second=195 amount=-1 -kerning first=933 second=290 amount=-3 -kerning first=915 second=273 amount=-5 -kerning first=301 second=1166 amount=3 -kerning first=44 second=1098 amount=-5 -kerning first=1111 second=116 amount=3 -kerning first=84 second=1116 amount=-4 -kerning first=284 second=192 amount=-1 -kerning first=1234 second=263 amount=-1 -kerning first=87 second=230 amount=-4 -kerning first=238 second=106 amount=3 -kerning first=344 second=1140 amount=-1 -kerning first=256 second=376 amount=-5 -kerning first=281 second=1204 amount=-3 -kerning first=1046 second=981 amount=-2 -kerning first=902 second=354 amount=-6 -kerning first=1207 second=1219 amount=1 -kerning first=1016 second=1091 amount=-1 -kerning first=1093 second=281 amount=-1 -kerning first=8244 second=1107 amount=-1 -kerning first=258 second=235 amount=-1 -kerning first=363 second=1196 amount=-3 -kerning first=1224 second=374 amount=-6 -kerning first=1103 second=84 amount=-3 -kerning first=1244 second=212 amount=-2 -kerning first=1178 second=290 amount=-2 -kerning first=297 second=274 amount=3 -kerning first=1167 second=89 amount=-7 -kerning first=1170 second=1089 amount=-5 -kerning first=913 second=1109 amount=-1 -kerning first=366 second=44 amount=-2 -kerning first=186 second=267 amount=-2 -kerning first=355 second=104 amount=1 -kerning first=8244 second=942 amount=-1 -kerning first=278 second=301 amount=5 -kerning first=932 second=343 amount=-4 -kerning first=107 second=940 amount=-1 -kerning first=1059 second=1179 amount=-3 -kerning first=119 second=1058 amount=-3 -kerning first=255 second=1035 amount=-2 -kerning first=1270 second=972 amount=-5 -kerning first=1184 second=234 amount=-3 -kerning first=194 second=288 amount=-2 -kerning first=1089 second=1197 amount=-1 -kerning first=1163 second=98 amount=1 -kerning first=112 second=373 amount=-1 -kerning first=1069 second=84 amount=-2 -kerning first=358 second=279 amount=-5 -kerning first=297 second=309 amount=-4 -kerning first=1184 second=1243 amount=-3 -kerning first=1086 second=65 amount=-2 -kerning first=1050 second=101 amount=-3 -kerning first=1199 second=95 amount=-5 -kerning first=1235 second=933 amount=-6 -kerning first=341 second=8244 amount=1 -kerning first=1196 second=241 amount=-4 -kerning first=1188 second=244 amount=-5 -kerning first=939 second=1234 amount=-5 -kerning first=239 second=1210 amount=3 -kerning first=1107 second=283 amount=-1 -kerning first=1166 second=8222 amount=-9 -kerning first=8221 second=1105 amount=-4 -kerning first=193 second=233 amount=-1 -kerning first=84 second=110 amount=-4 -kerning first=192 second=1195 amount=-1 -kerning first=932 second=169 amount=-2 -kerning first=375 second=195 amount=-4 -kerning first=109 second=1143 amount=-1 -kerning first=908 second=8230 amount=-3 -kerning first=293 second=939 amount=-6 -kerning first=915 second=1167 amount=-4 -kerning first=8217 second=944 amount=-1 -kerning first=354 second=117 amount=-5 -kerning first=1168 second=192 amount=-6 -kerning first=193 second=1241 amount=-1 -kerning first=1233 second=255 amount=-1 -kerning first=1096 second=118 amount=-1 -kerning first=341 second=84 amount=-4 -kerning first=290 second=1040 amount=-1 -kerning first=358 second=1224 amount=-4 -kerning first=8216 second=902 amount=-6 -kerning first=910 second=228 amount=-6 -kerning first=355 second=317 amount=1 -kerning first=225 second=372 amount=-3 -kerning first=369 second=354 amount=-3 -kerning first=1274 second=286 amount=-2 -kerning first=38 second=1026 amount=-4 -kerning first=961 second=194 amount=-2 -kerning first=120 second=1066 amount=-3 -kerning first=1140 second=267 amount=-4 -kerning first=1096 second=1201 amount=-1 -kerning first=75 second=279 amount=-3 -kerning first=221 second=171 amount=-6 -kerning first=1188 second=8222 amount=-8 -kerning first=196 second=903 amount=-5 -kerning first=177 second=1040 amount=-3 -kerning first=1180 second=173 amount=-4 -kerning first=257 second=1058 amount=-3 -kerning first=1237 second=1035 amount=-3 -kerning first=1100 second=1078 amount=-1 -kerning first=68 second=1276 amount=-2 -kerning first=1058 second=1193 amount=-5 -kerning first=8222 second=8221 amount=-6 -kerning first=275 second=374 amount=-7 -kerning first=1168 second=232 amount=-5 -kerning first=187 second=1093 amount=-2 -kerning first=211 second=1236 amount=-2 -kerning first=1187 second=1062 amount=1 -kerning first=1170 second=1145 amount=-5 -kerning first=1105 second=84 amount=-3 -kerning first=1043 second=79 amount=-2 -kerning first=313 second=336 amount=-2 -kerning first=239 second=1106 amount=3 -kerning first=263 second=1098 amount=-1 -kerning first=359 second=1016 amount=1 -kerning first=902 second=1103 amount=-1 -kerning first=1205 second=316 amount=1 -kerning first=1164 second=1203 amount=-1 -kerning first=199 second=1234 amount=-1 -kerning first=933 second=196 amount=-5 -kerning first=8217 second=335 amount=-4 -kerning first=357 second=1059 amount=-1 -kerning first=1179 second=275 amount=-1 -kerning first=258 second=169 amount=-2 -kerning first=174 second=273 amount=-2 -kerning first=86 second=231 amount=-4 -kerning first=1118 second=287 amount=-1 -kerning first=256 second=334 amount=-2 -kerning first=226 second=1267 amount=-1 -kerning first=1168 second=1084 amount=-4 -kerning first=324 second=1141 amount=-1 -kerning first=328 second=1199 amount=-1 -kerning first=258 second=89 amount=-5 -kerning first=1072 second=1066 amount=-3 -kerning first=1259 second=1203 amount=-1 -kerning first=933 second=235 amount=-6 -kerning first=1058 second=1109 amount=-5 -kerning first=915 second=240 amount=-5 -kerning first=1036 second=299 amount=5 -kerning first=270 second=47 amount=-3 -kerning first=1075 second=229 amount=-1 -kerning first=195 second=981 amount=-1 -kerning first=311 second=269 amount=-1 -kerning first=373 second=923 amount=-4 -kerning first=360 second=95 amount=-3 -kerning first=341 second=1239 amount=-1 -kerning first=284 second=221 amount=-2 -kerning first=1196 second=193 amount=-6 -kerning first=1223 second=938 amount=2 -kerning first=8244 second=1118 amount=1 -kerning first=84 second=192 amount=-6 -kerning first=256 second=373 amount=-4 -kerning first=1145 second=289 amount=-1 -kerning first=1050 second=174 amount=-1 -kerning first=343 second=244 amount=-1 -kerning first=1020 second=1234 amount=-2 -kerning first=1070 second=8222 amount=-2 -kerning first=1263 second=46 amount=-2 -kerning first=1217 second=285 amount=-2 -kerning first=1027 second=965 amount=-4 -kerning first=354 second=286 amount=-2 -kerning first=1175 second=281 amount=-1 -kerning first=906 second=1031 amount=2 -kerning first=8230 second=1058 amount=-2 -kerning first=171 second=1035 amount=-3 -kerning first=1138 second=8230 amount=-3 -kerning first=67 second=196 amount=-1 -kerning first=254 second=1197 amount=-2 -kerning first=378 second=335 amount=-1 -kerning first=1178 second=235 amount=-3 -kerning first=359 second=915 amount=1 -kerning first=270 second=1198 amount=-3 -kerning first=1097 second=925 amount=1 -kerning first=1040 second=346 amount=-1 -kerning first=1203 second=1259 amount=-1 -kerning first=1196 second=233 amount=-5 -kerning first=358 second=1195 amount=-5 -kerning first=966 second=372 amount=-3 -kerning first=328 second=957 amount=-1 -kerning first=936 second=247 amount=-3 -kerning first=323 second=299 amount=5 -kerning first=193 second=374 amount=-5 -kerning first=309 second=86 amount=2 -kerning first=84 second=232 amount=-5 -kerning first=192 second=1194 amount=-2 -kerning first=1274 second=920 amount=-2 -kerning first=1086 second=174 amount=-1 -kerning first=102 second=1010 amount=-1 -kerning first=343 second=8222 amount=-5 -kerning first=1141 second=111 amount=-1 -kerning first=1140 second=177 amount=-4 -kerning first=1196 second=1241 amount=-5 -kerning first=1128 second=42 amount=-6 -kerning first=1217 second=162 amount=-2 -kerning first=116 second=929 amount=1 -kerning first=1055 second=303 amount=2 -kerning first=382 second=940 amount=-1 -kerning first=321 second=216 amount=-2 -kerning first=8221 second=1171 amount=1 -kerning first=194 second=101 amount=-1 -kerning first=181 second=358 amount=-3 -kerning first=1163 second=1035 amount=-2 -kerning first=1084 second=221 amount=-6 -kerning first=1187 second=313 amount=1 -kerning first=341 second=74 amount=-4 -kerning first=95 second=1075 amount=3 -kerning first=973 second=932 amount=-3 -kerning first=1126 second=211 amount=-2 -kerning first=1265 second=1257 amount=-1 -kerning first=76 second=1059 amount=-5 -kerning first=8244 second=263 amount=-4 -kerning first=932 second=210 amount=-2 -kerning first=1086 second=935 amount=-2 -kerning first=210 second=1278 amount=-2 -kerning first=255 second=228 amount=-1 -kerning first=1164 second=910 amount=-7 -kerning first=1196 second=1230 amount=-4 -kerning first=1198 second=1204 amount=3 -kerning first=1043 second=973 amount=-4 -kerning first=357 second=922 amount=1 -kerning first=1027 second=333 amount=-5 -kerning first=8221 second=951 amount=-1 -kerning first=201 second=299 amount=5 -kerning first=259 second=86 amount=-3 -kerning first=84 second=1084 amount=-4 -kerning first=277 second=174 amount=-1 -kerning first=292 second=301 amount=5 -kerning first=1091 second=47 amount=-4 -kerning first=347 second=910 amount=-5 -kerning first=293 second=967 amount=-1 -kerning first=310 second=233 amount=-3 -kerning first=933 second=343 amount=-3 -kerning first=75 second=1195 amount=-3 -kerning first=915 second=48 amount=-2 -kerning first=65 second=286 amount=-2 -kerning first=311 second=1086 amount=-1 -kerning first=284 second=1110 amount=2 -kerning first=1198 second=1232 amount=-5 -kerning first=87 second=1095 amount=-4 -kerning first=1126 second=119 amount=-4 -kerning first=310 second=1241 amount=-3 -kerning first=317 second=42 amount=-8 -kerning first=1229 second=303 amount=2 -kerning first=1110 second=87 amount=2 -kerning first=1011 second=93 amount=2 -kerning first=1274 second=8363 amount=-5 -kerning first=212 second=923 amount=-2 -kerning first=1259 second=910 amount=-7 -kerning first=961 second=376 amount=-7 -kerning first=89 second=277 amount=-6 -kerning first=1184 second=307 amount=2 -kerning first=315 second=211 amount=-2 -kerning first=8217 second=1104 amount=-4 -kerning first=335 second=1118 amount=-1 -kerning first=379 second=1012 amount=-2 -kerning first=1027 second=8218 amount=-8 -kerning first=8249 second=194 amount=-2 -kerning first=1275 second=1066 amount=-2 -kerning first=250 second=8244 amount=1 -kerning first=1096 second=356 amount=-3 -kerning first=121 second=196 amount=-4 -kerning first=45 second=1059 amount=-3 -kerning first=1225 second=314 amount=1 -kerning first=1091 second=1198 amount=-2 -kerning first=933 second=169 amount=-3 -kerning first=348 second=256 amount=-1 -kerning first=260 second=94 amount=-6 -kerning first=972 second=1143 amount=-1 -kerning first=1059 second=214 amount=-3 -kerning first=1263 second=103 amount=-1 -kerning first=221 second=117 amount=-3 -kerning first=1188 second=349 amount=-5 -kerning first=905 second=239 amount=5 -kerning first=250 second=84 amount=-3 -kerning first=193 second=1111 amount=3 -kerning first=258 second=210 amount=-2 -kerning first=1274 second=1185 amount=-2 -kerning first=356 second=1081 amount=-4 -kerning first=102 second=339 amount=-1 -kerning first=923 second=170 amount=-5 -kerning first=89 second=1189 amount=-3 -kerning first=8217 second=1114 amount=-1 -kerning first=354 second=920 amount=-2 -kerning first=913 second=1010 amount=-1 -kerning first=121 second=235 amount=-1 -kerning first=174 second=240 amount=-2 -kerning first=8370 second=197 amount=-1 -kerning first=110 second=1198 amount=-6 -kerning first=376 second=981 amount=-6 -kerning first=268 second=1202 amount=-1 -kerning first=1178 second=169 amount=-2 -kerning first=267 second=1058 amount=-5 -kerning first=959 second=195 amount=-2 -kerning first=235 second=221 amount=-7 -kerning first=307 second=125 amount=2 -kerning first=322 second=298 amount=2 -kerning first=1201 second=301 amount=3 -kerning first=107 second=246 amount=-1 -kerning first=1189 second=287 amount=-1 -kerning first=257 second=939 amount=-6 -kerning first=339 second=1200 amount=-7 -kerning first=286 second=1276 amount=-1 -kerning first=1270 second=224 amount=-5 -kerning first=88 second=283 amount=-2 -kerning first=927 second=1196 amount=-2 -kerning first=1184 second=334 amount=-2 -kerning first=248 second=1267 amount=-1 -kerning first=210 second=260 amount=-2 -kerning first=932 second=1259 amount=-5 -kerning first=345 second=248 amount=-1 -kerning first=328 second=354 amount=-3 -kerning first=378 second=1104 amount=-1 -kerning first=282 second=297 amount=5 -kerning first=356 second=71 amount=-2 -kerning first=194 second=174 amount=-5 -kerning first=8224 second=100 amount=-2 -kerning first=121 second=1222 amount=-3 -kerning first=358 second=1194 amount=-2 -kerning first=380 second=242 amount=-1 -kerning first=1225 second=1120 amount=1 -kerning first=910 second=1179 amount=-3 -kerning first=193 second=332 amount=-2 -kerning first=1269 second=376 amount=-6 -kerning first=281 second=1200 amount=-7 -kerning first=1196 second=1125 amount=-4 -kerning first=981 second=86 amount=-4 -kerning first=1184 second=373 amount=-4 -kerning first=915 second=230 amount=-5 -kerning first=8217 second=353 amount=-5 -kerning first=187 second=1234 amount=-2 -kerning first=354 second=8363 amount=-5 -kerning first=1187 second=70 amount=1 -kerning first=112 second=1141 amount=-1 -kerning first=1255 second=8225 amount=-2 -kerning first=261 second=1090 amount=-2 -kerning first=297 second=1039 amount=3 -kerning first=65 second=920 amount=-2 -kerning first=1278 second=183 amount=-4 -kerning first=1128 second=213 amount=-2 -kerning first=939 second=1258 amount=-3 -kerning first=357 second=1025 amount=1 -kerning first=1027 second=1077 amount=-5 -kerning first=8221 second=1091 amount=1 -kerning first=8230 second=182 amount=-3 -kerning first=1162 second=298 amount=2 -kerning first=1197 second=233 amount=-1 -kerning first=1253 second=1199 amount=-1 -kerning first=1030 second=938 amount=2 -kerning first=95 second=264 amount=-3 -kerning first=1205 second=247 amount=-1 -kerning first=1141 second=1209 amount=-1 -kerning first=1186 second=126 amount=-1 -kerning first=75 second=1194 amount=-2 -kerning first=915 second=955 amount=-2 -kerning first=1075 second=279 amount=-1 -kerning first=1168 second=212 amount=-2 -kerning first=354 second=1185 amount=-2 -kerning first=1199 second=335 amount=-1 -kerning first=1170 second=1233 amount=-5 -kerning first=258 second=1259 amount=-1 -kerning first=913 second=339 amount=-1 -kerning first=1197 second=1241 amount=-1 -kerning first=221 second=286 amount=-3 -kerning first=122 second=333 amount=-1 -kerning first=245 second=1026 amount=-3 -kerning first=8230 second=939 amount=-4 -kerning first=196 second=71 amount=-2 -kerning first=356 second=45 amount=-3 -kerning first=43 second=932 amount=-3 -kerning first=902 second=1263 amount=-4 -kerning first=1092 second=1196 amount=-3 -kerning first=1164 second=1093 amount=-1 -kerning first=290 second=1198 amount=-2 -kerning first=1128 second=118 amount=-4 -kerning first=922 second=1258 amount=-2 -kerning first=105 second=1111 amount=3 -kerning first=111 second=8220 amount=-4 -kerning first=1122 second=1140 amount=-4 -kerning first=1095 second=372 amount=-3 -kerning first=95 second=236 amount=2 -kerning first=1103 second=1118 amount=-1 -kerning first=1270 second=1117 amount=-4 -kerning first=317 second=213 amount=-2 -kerning first=1128 second=1201 amount=-4 -kerning first=65 second=8363 amount=-1 -kerning first=8250 second=196 amount=-2 -kerning first=1222 second=76 amount=1 -kerning first=1167 second=1046 amount=-2 -kerning first=177 second=1198 amount=-6 -kerning first=123 second=1011 amount=1 -kerning first=71 second=92 amount=-1 -kerning first=1196 second=1111 amount=6 -kerning first=1263 second=259 amount=-1 -kerning first=1118 second=358 amount=-2 -kerning first=1043 second=1239 amount=-5 -kerning first=239 second=222 amount=3 -kerning first=8221 second=231 amount=-4 -kerning first=350 second=194 amount=-1 -kerning first=1143 second=97 amount=-1 -kerning first=1253 second=957 amount=-1 -kerning first=118 second=258 amount=-4 -kerning first=1050 second=1257 amount=-3 -kerning first=102 second=239 amount=7 -kerning first=1259 second=1093 amount=-1 -kerning first=1026 second=1236 amount=-2 -kerning first=961 second=373 amount=-1 -kerning first=1200 second=289 amount=-6 -kerning first=1279 second=966 amount=-1 -kerning first=933 second=210 amount=-3 -kerning first=1058 second=1010 amount=-5 -kerning first=8217 second=950 amount=-4 -kerning first=1111 second=254 amount=3 -kerning first=195 second=355 amount=-2 -kerning first=8249 second=376 amount=-4 -kerning first=260 second=214 amount=-2 -kerning first=957 second=256 amount=-4 -kerning first=1203 second=1193 amount=-1 -kerning first=121 second=89 amount=-2 -kerning first=80 second=230 amount=-1 -kerning first=1276 second=183 amount=-4 -kerning first=98 second=41 amount=-1 -kerning first=317 second=118 amount=-4 -kerning first=192 second=1138 amount=-2 -kerning first=1116 second=100 amount=-1 -kerning first=902 second=265 amount=-1 -kerning first=1187 second=1198 amount=-1 -kerning first=114 second=940 amount=-1 -kerning first=1235 second=1204 amount=-3 -kerning first=343 second=377 amount=-2 -kerning first=1270 second=81 amount=-2 -kerning first=92 second=1258 amount=-2 -kerning first=8353 second=195 amount=-1 -kerning first=241 second=358 amount=-3 -kerning first=1254 second=1026 amount=-2 -kerning first=1043 second=1102 amount=-4 -kerning first=1027 second=351 amount=-5 -kerning first=317 second=1201 amount=-4 -kerning first=48 second=1200 amount=-2 -kerning first=118 second=283 amount=-1 -kerning first=126 second=1249 amount=-1 -kerning first=912 second=60 amount=-3 -kerning first=288 second=88 amount=-1 -kerning first=376 second=1040 amount=-5 -kerning first=1265 second=1108 amount=-1 -kerning first=310 second=1111 amount=5 -kerning first=1178 second=210 amount=-2 -kerning first=1083 second=92 amount=-3 -kerning first=1094 second=354 amount=-2 -kerning first=957 second=281 amount=-1 -kerning first=341 second=1118 amount=1 -kerning first=1196 second=332 amount=-2 -kerning first=87 second=38 amount=-3 -kerning first=1267 second=8244 amount=2 -kerning first=1043 second=74 amount=-6 -kerning first=84 second=212 amount=-2 -kerning first=197 second=8225 amount=-5 -kerning first=256 second=1141 amount=-4 -kerning first=247 second=88 amount=-4 -kerning first=1180 second=79 amount=-2 -kerning first=257 second=967 amount=-1 -kerning first=260 second=1199 amount=-4 -kerning first=8225 second=269 amount=-2 -kerning first=1265 second=1032 amount=-4 -kerning first=254 second=253 amount=-1 -kerning first=382 second=246 amount=-1 -kerning first=939 second=1080 amount=-3 -kerning first=1251 second=372 amount=-3 -kerning first=1228 second=89 amount=-6 -kerning first=1224 second=1249 amount=-2 -kerning first=283 second=1196 amount=-3 -kerning first=174 second=230 amount=-1 -kerning first=86 second=229 amount=-4 -kerning first=104 second=255 amount=-1 -kerning first=1267 second=84 amount=-2 -kerning first=98 second=1091 amount=-1 -kerning first=929 second=1207 amount=-1 -kerning first=374 second=1081 amount=-3 -kerning first=192 second=287 amount=-1 -kerning first=1059 second=354 amount=3 -kerning first=1163 second=1016 amount=1 -kerning first=1094 second=1041 amount=1 -kerning first=120 second=101 amount=-1 -kerning first=1105 second=1118 amount=-1 -kerning first=1270 second=195 amount=-6 -kerning first=1257 second=1035 amount=-3 -kerning first=935 second=966 amount=-2 -kerning first=221 second=920 amount=-3 -kerning first=355 second=172 amount=-1 -kerning first=1220 second=1059 amount=-7 -kerning first=70 second=291 amount=-3 -kerning first=955 second=173 amount=-1 -kerning first=103 second=1058 amount=-3 -kerning first=310 second=332 amount=-2 -kerning first=295 second=1143 amount=-1 -kerning first=1058 second=339 amount=-5 -kerning first=267 second=939 amount=-4 -kerning first=101 second=932 amount=-3 -kerning first=1111 second=49 amount=3 -kerning first=79 second=258 amount=-2 -kerning first=1199 second=1104 amount=-1 -kerning first=373 second=192 amount=-4 -kerning first=177 second=1175 amount=-2 -kerning first=913 second=239 amount=3 -kerning first=341 second=263 amount=-1 -kerning first=927 second=87 amount=-1 -kerning first=122 second=1077 amount=-1 -kerning first=239 second=1030 amount=3 -kerning first=55 second=902 amount=-7 -kerning first=8244 second=365 amount=-3 -kerning first=933 second=1259 amount=-6 -kerning first=1169 second=233 amount=-1 -kerning first=256 second=116 amount=-2 -kerning first=1274 second=216 amount=-2 -kerning first=356 second=1082 amount=-4 -kerning first=1201 second=242 amount=-1 -kerning first=1075 second=1195 amount=-1 -kerning first=1145 second=271 amount=-1 -kerning first=260 second=957 amount=-4 -kerning first=902 second=1139 amount=-1 -kerning first=1205 second=209 amount=1 -kerning first=1186 second=327 amount=1 -kerning first=374 second=71 amount=-3 -kerning first=379 second=266 amount=-2 -kerning first=1169 second=1241 amount=-1 -kerning first=233 second=1198 amount=-7 -kerning first=1100 second=8220 amount=-5 -kerning first=76 second=1054 amount=-2 -kerning first=344 second=939 amount=-2 -kerning first=273 second=1112 amount=3 -kerning first=1253 second=354 amount=-3 -kerning first=903 second=1232 amount=-5 -kerning first=1222 second=1238 amount=1 -kerning first=1059 second=913 amount=-5 -kerning first=373 second=232 amount=-1 -kerning first=1198 second=1256 amount=-3 -kerning first=221 second=8363 amount=-6 -kerning first=8370 second=106 amount=2 -kerning first=299 second=310 amount=3 -kerning first=1178 second=1259 amount=-3 -kerning first=269 second=1090 amount=-1 -kerning first=1112 second=302 amount=2 -kerning first=225 second=1098 amount=-2 -kerning first=1078 second=1204 amount=-3 -kerning first=932 second=1193 amount=-5 -kerning first=102 second=1072 amount=-1 -kerning first=8225 second=1086 amount=-2 -kerning first=1232 second=933 amount=-5 -kerning first=47 second=8230 amount=-3 -kerning first=923 second=966 amount=-1 -kerning first=301 second=356 amount=6 -kerning first=939 second=172 amount=-3 -kerning first=352 second=196 amount=-1 -kerning first=1043 second=1107 amount=-4 -kerning first=1048 second=296 amount=2 -kerning first=259 second=8216 amount=-3 -kerning first=1163 second=915 amount=1 -kerning first=212 second=1217 amount=-2 -kerning first=1210 second=8220 amount=-3 -kerning first=95 second=961 amount=3 -kerning first=240 second=923 amount=-2 -kerning first=1234 second=281 amount=-1 -kerning first=186 second=260 amount=-5 -kerning first=358 second=1138 amount=-2 -kerning first=1267 second=1239 amount=-1 -kerning first=1225 second=1190 amount=1 -kerning first=910 second=214 amount=-3 -kerning first=355 second=68 amount=1 -kerning first=1061 second=265 amount=-2 -kerning first=8250 second=89 amount=-6 -kerning first=275 second=1249 amount=-1 -kerning first=194 second=1257 amount=-1 -kerning first=1168 second=44 amount=-2 -kerning first=1094 second=1103 amount=-1 -kerning first=1097 second=353 amount=-1 -kerning first=1099 second=297 amount=3 -kerning first=1093 second=289 amount=-1 -kerning first=1066 second=41 amount=-1 -kerning first=109 second=118 amount=-1 -kerning first=1040 second=255 amount=-4 -kerning first=1202 second=284 amount=-2 -kerning first=1128 second=356 amount=-6 -kerning first=1043 second=942 amount=-4 -kerning first=303 second=301 amount=3 -kerning first=1189 second=358 amount=-2 -kerning first=109 second=1201 amount=-1 -kerning first=297 second=1024 amount=3 -kerning first=374 second=45 amount=-3 -kerning first=922 second=172 amount=-4 -kerning first=915 second=1095 amount=-5 -kerning first=301 second=1168 amount=3 -kerning first=1092 second=87 amount=-3 -kerning first=1080 second=89 amount=-6 -kerning first=1116 second=1026 amount=-4 -kerning first=212 second=192 amount=-2 -kerning first=932 second=1109 amount=-5 -kerning first=1145 second=113 amount=-1 -kerning first=1088 second=86 amount=-4 -kerning first=1059 second=1103 amount=-4 -kerning first=1064 second=297 amount=5 -kerning first=902 second=1028 amount=-2 -kerning first=1270 second=345 amount=-4 -kerning first=75 second=1138 amount=-2 -kerning first=354 second=216 amount=-2 -kerning first=972 second=1202 amount=-2 -kerning first=258 second=1193 amount=-1 -kerning first=1060 second=8218 amount=-3 -kerning first=358 second=287 amount=-5 -kerning first=1267 second=74 amount=-4 -kerning first=317 second=356 amount=-6 -kerning first=307 second=239 amount=3 -kerning first=197 second=79 amount=-2 -kerning first=195 second=1198 amount=-5 -kerning first=1059 second=308 amount=-2 -kerning first=1170 second=1094 amount=-4 -kerning first=114 second=1237 amount=-1 -kerning first=1164 second=1234 amount=-2 -kerning first=1066 second=1091 amount=-1 -kerning first=1140 second=260 amount=-5 -kerning first=1263 second=273 amount=-1 -kerning first=935 second=1060 amount=-2 -kerning first=1107 second=291 amount=-1 -kerning first=193 second=103 amount=-1 -kerning first=1143 second=1089 amount=-1 -kerning first=959 second=119 amount=-1 -kerning first=233 second=1175 amount=-1 -kerning first=1058 second=239 amount=6 -kerning first=1184 second=1141 amount=-3 -kerning first=8360 second=1198 amount=-5 -kerning first=271 second=1204 amount=3 -kerning first=260 second=354 amount=-6 -kerning first=1139 second=358 amount=-3 -kerning first=1096 second=1265 amount=-1 -kerning first=1061 second=1139 amount=-2 -kerning first=246 second=1197 amount=-2 -kerning first=8218 second=375 amount=-3 -kerning first=918 second=239 amount=5 -kerning first=925 second=207 amount=2 -kerning first=214 second=197 amount=-2 -kerning first=1087 second=84 amount=-3 -kerning first=1050 second=1108 amount=-3 -kerning first=1259 second=1234 amount=-2 -kerning first=121 second=1259 amount=-1 -kerning first=1196 second=46 amount=-2 -kerning first=162 second=1090 amount=-1 -kerning first=75 second=287 amount=-3 -kerning first=966 second=1098 amount=-2 -kerning first=1275 second=101 amount=-1 -kerning first=196 second=8224 amount=-5 -kerning first=258 second=1109 amount=-1 -kerning first=84 second=44 amount=-2 -kerning first=1072 second=174 amount=-1 -kerning first=1225 second=78 amount=1 -kerning first=1244 second=100 amount=-2 -kerning first=317 second=902 amount=2 -kerning first=981 second=8216 amount=-4 -kerning first=65 second=216 amount=-2 -kerning first=234 second=358 amount=-3 -kerning first=80 second=1095 amount=-1 -kerning first=1061 second=247 amount=-4 -kerning first=297 second=1196 amount=6 -kerning first=1052 second=239 amount=5 -kerning first=283 second=87 amount=-3 -kerning first=336 second=1040 amount=-2 -kerning first=1195 second=910 amount=-4 -kerning first=923 second=1060 amount=-2 -kerning first=1217 second=940 amount=-2 -kerning first=237 second=372 amount=2 -kerning first=346 second=1232 amount=-1 -kerning first=313 second=1242 amount=-2 -kerning first=1275 second=1083 amount=-3 -kerning first=86 second=279 amount=-4 -kerning first=965 second=356 amount=-3 -kerning first=328 second=1263 amount=-1 -kerning first=1200 second=1196 amount=3 -kerning first=268 second=902 amount=-1 -kerning first=1167 second=125 amount=-1 -kerning first=114 second=246 amount=-1 -kerning first=1193 second=1203 amount=-1 -kerning first=1198 second=114 amount=-3 -kerning first=1217 second=264 amount=-2 -kerning first=324 second=49 amount=-3 -kerning first=81 second=258 amount=-2 -kerning first=1188 second=1069 amount=-2 -kerning first=1043 second=1118 amount=-4 -kerning first=8221 second=363 amount=-3 -kerning first=245 second=1061 amount=-2 -kerning first=1143 second=1145 amount=-1 -kerning first=1255 second=84 amount=-3 -kerning first=1209 second=1140 amount=-3 -kerning first=961 second=1141 amount=-1 -kerning first=115 second=376 amount=-5 -kerning first=1091 second=963 amount=-1 -kerning first=89 second=58 amount=-4 -kerning first=374 second=1082 amount=-3 -kerning first=359 second=354 amount=-2 -kerning first=8217 second=43 amount=-2 -kerning first=1122 second=1058 amount=-3 -kerning first=1278 second=338 amount=-2 -kerning first=174 second=1095 amount=-1 -kerning first=67 second=1046 amount=-1 -kerning first=1061 second=1028 amount=-2 -kerning first=57 second=8220 amount=-3 -kerning first=229 second=221 amount=-6 -kerning first=114 second=8217 amount=1 -kerning first=89 second=932 amount=3 -kerning first=243 second=375 amount=-1 -kerning first=1175 second=289 amount=-1 -kerning first=279 second=84 amount=-3 -kerning first=1090 second=244 amount=-1 -kerning first=1203 second=1010 amount=-1 -kerning first=91 second=106 amount=1 -kerning first=1106 second=376 amount=-6 -kerning first=8373 second=1202 amount=-1 -kerning first=293 second=92 amount=-3 -kerning first=76 second=372 amount=-2 -kerning first=8244 second=256 amount=-9 -kerning first=1186 second=1056 amount=1 -kerning first=933 second=1193 amount=-6 -kerning first=359 second=1041 amount=1 -kerning first=192 second=1012 amount=-2 -kerning first=1111 second=1036 amount=3 -kerning first=260 second=1103 amount=-1 -kerning first=311 second=1092 amount=-1 -kerning first=1094 second=316 amount=1 -kerning first=109 second=356 amount=-3 -kerning first=1196 second=103 amount=-5 -kerning first=349 second=1059 amount=-5 -kerning first=1032 second=47 amount=-4 -kerning first=1043 second=263 amount=-5 -kerning first=8221 second=229 amount=-4 -kerning first=333 second=1277 amount=-1 -kerning first=48 second=55 amount=-1 -kerning first=192 second=358 amount=-6 -kerning first=1180 second=1239 amount=-3 -kerning first=212 second=221 amount=-3 -kerning first=1145 second=52 amount=-4 -kerning first=1235 second=1200 amount=-6 -kerning first=1200 second=271 amount=-6 -kerning first=1091 second=243 amount=-1 -kerning first=1058 second=1072 amount=-5 -kerning first=1254 second=1061 amount=-2 -kerning first=321 second=927 amount=-2 -kerning first=237 second=299 amount=3 -kerning first=1241 second=194 amount=-2 -kerning first=972 second=118 amount=-1 -kerning first=1187 second=1252 amount=1 -kerning first=1090 second=8222 amount=-8 -kerning first=95 second=1096 amount=3 -kerning first=910 second=354 amount=3 -kerning first=355 second=1188 amount=1 -kerning first=1178 second=1193 amount=-3 -kerning first=297 second=1275 amount=3 -kerning first=8244 second=281 amount=-4 -kerning first=117 second=1026 amount=-3 -kerning first=38 second=121 amount=-2 -kerning first=972 second=1201 amount=-1 -kerning first=1270 second=211 amount=-2 -kerning first=913 second=1057 amount=-2 -kerning first=1098 second=1197 amount=-4 -kerning first=1196 second=1249 amount=-2 -kerning first=1263 second=240 amount=-1 -kerning first=8217 second=1236 amount=-9 -kerning first=1188 second=8373 amount=-2 -kerning first=357 second=1049 amount=1 -kerning first=213 second=195 amount=-2 -kerning first=1269 second=1141 amount=-1 -kerning first=70 second=378 amount=-2 -kerning first=375 second=97 amount=-1 -kerning first=45 second=372 amount=-2 -kerning first=1276 second=338 amount=-2 -kerning first=1091 second=8221 amount=2 -kerning first=310 second=103 amount=-3 -kerning first=933 second=1109 amount=-4 -kerning first=915 second=38 amount=-2 -kerning first=321 second=1267 amount=-4 -kerning first=248 second=1279 amount=-1 -kerning first=209 second=300 amount=2 -kerning first=194 second=1108 amount=-1 -kerning first=1168 second=225 amount=-5 -kerning first=1242 second=88 amount=-2 -kerning first=1193 second=910 amount=-7 -kerning first=1198 second=1017 amount=-3 -kerning first=1237 second=1199 amount=-1 -kerning first=221 second=216 amount=-3 -kerning first=920 second=256 amount=-2 -kerning first=8244 second=1226 amount=-1 -kerning first=197 second=8244 amount=-7 -kerning first=1035 second=1197 amount=-2 -kerning first=1270 second=119 amount=-4 -kerning first=923 second=359 amount=-2 -kerning first=89 second=285 amount=-6 -kerning first=301 second=917 amount=3 -kerning first=939 second=965 amount=-3 -kerning first=931 second=8249 amount=-2 -kerning first=204 second=95 amount=2 -kerning first=1197 second=46 amount=-6 -kerning first=1203 second=339 amount=-1 -kerning first=242 second=198 amount=-2 -kerning first=910 second=913 amount=-5 -kerning first=238 second=86 amount=2 -kerning first=359 second=1103 amount=-1 -kerning first=197 second=84 amount=-6 -kerning first=86 second=1195 amount=-4 -kerning first=335 second=256 amount=-2 -kerning first=1188 second=249 amount=-5 -kerning first=1274 second=1191 amount=-4 -kerning first=120 second=1257 amount=-1 -kerning first=1093 second=1196 amount=-3 -kerning first=1200 second=113 amount=-6 -kerning first=1265 second=1255 amount=-1 -kerning first=1244 second=67 amount=-2 -kerning first=89 second=162 amount=-6 -kerning first=915 second=255 amount=-4 -kerning first=301 second=318 amount=3 -kerning first=1095 second=1098 amount=-2 -kerning first=1237 second=957 amount=-1 -kerning first=1126 second=1089 amount=-1 -kerning first=239 second=905 amount=3 -kerning first=1166 second=257 amount=-1 -kerning first=262 second=299 amount=2 -kerning first=333 second=933 amount=-7 -kerning first=916 second=948 amount=-2 -kerning first=8218 second=1066 amount=-6 -kerning first=356 second=971 amount=-4 -kerning first=932 second=1010 amount=-5 -kerning first=1082 second=172 amount=-2 -kerning first=161 second=936 amount=-4 -kerning first=1067 second=296 amount=2 -kerning first=1207 second=8216 amount=-3 -kerning first=88 second=291 amount=-2 -kerning first=240 second=1217 amount=-2 -kerning first=939 second=333 amount=-6 -kerning first=1211 second=358 amount=-3 -kerning first=345 second=959 amount=-1 -kerning first=1114 second=375 amount=-2 -kerning first=358 second=1012 amount=-2 -kerning first=919 second=207 amount=2 -kerning first=244 second=255 amount=-1 -kerning first=1050 second=908 amount=-2 -kerning first=1170 second=967 amount=-4 -kerning first=1097 second=302 amount=1 -kerning first=372 second=1232 amount=-4 -kerning first=1196 second=259 amount=-5 -kerning first=121 second=1193 amount=-1 -kerning first=1258 second=198 amount=-2 -kerning first=1188 second=257 amount=-5 -kerning first=308 second=44 amount=-2 -kerning first=80 second=38 amount=-2 -kerning first=313 second=86 amount=-5 -kerning first=299 second=921 amount=3 -kerning first=910 second=1103 amount=-4 -kerning first=55 second=267 amount=-3 -kerning first=84 second=225 amount=-5 -kerning first=1185 second=356 amount=-4 -kerning first=208 second=258 amount=-2 -kerning first=107 second=171 amount=-3 -kerning first=1215 second=1196 amount=-3 -kerning first=1102 second=1277 amount=-1 -kerning first=922 second=333 amount=-3 -kerning first=8217 second=251 amount=-3 -kerning first=1188 second=1153 amount=-5 -kerning first=939 second=8218 amount=-7 -kerning first=1187 second=1186 amount=1 -kerning first=332 second=1276 amount=-2 -kerning first=1068 second=375 amount=-1 -kerning first=240 second=192 amount=-2 -kerning first=345 second=60 amount=-3 -kerning first=230 second=1196 amount=-3 -kerning first=1118 second=245 amount=-1 -kerning first=1267 second=263 amount=-1 -kerning first=910 second=308 amount=-2 -kerning first=1058 second=1057 amount=-2 -kerning first=1243 second=196 amount=-2 -kerning first=1253 second=1263 amount=-1 -kerning first=197 second=1239 amount=-1 -kerning first=356 second=337 amount=-5 -kerning first=1046 second=963 amount=-2 -kerning first=1059 second=265 amount=-6 -kerning first=1093 second=271 amount=-1 -kerning first=255 second=354 amount=-2 -kerning first=75 second=1012 amount=-2 -kerning first=87 second=1251 amount=-2 -kerning first=357 second=294 amount=1 -kerning first=222 second=1066 amount=-4 -kerning first=1122 second=939 amount=-7 -kerning first=258 second=1010 amount=-1 -kerning first=918 second=1057 amount=-2 -kerning first=1197 second=103 amount=-1 -kerning first=1088 second=8216 amount=-4 -kerning first=1034 second=1277 amount=-1 -kerning first=1232 second=1204 amount=-6 -kerning first=246 second=253 amount=-1 -kerning first=1010 second=221 amount=-4 -kerning first=1036 second=972 amount=-3 -kerning first=1241 second=376 amount=-7 -kerning first=1075 second=287 amount=-1 -kerning first=1251 second=1098 amount=-2 -kerning first=354 second=1191 amount=-4 -kerning first=42 second=198 amount=-6 -kerning first=173 second=86 amount=-2 -kerning first=174 second=38 amount=-2 -kerning first=1012 second=1236 amount=-2 -kerning first=935 second=1254 amount=-2 -kerning first=1126 second=1145 amount=-1 -kerning first=313 second=262 amount=-2 -kerning first=239 second=84 amount=6 -kerning first=1171 second=172 amount=-1 -kerning first=8250 second=1046 amount=-3 -kerning first=932 second=339 amount=-5 -kerning first=1145 second=248 amount=-1 -kerning first=38 second=903 amount=-2 -kerning first=1097 second=43 amount=-1 -kerning first=1200 second=268 amount=-3 -kerning first=92 second=333 amount=-1 -kerning first=1186 second=933 amount=-1 -kerning first=1128 second=1265 amount=-4 -kerning first=1217 second=246 amount=-2 -kerning first=1055 second=298 amount=2 -kerning first=935 second=1144 amount=-2 -kerning first=243 second=1066 amount=-3 -kerning first=1017 second=297 amount=2 -kerning first=972 second=356 amount=-3 -kerning first=118 second=1059 amount=-2 -kerning first=336 second=47 amount=-3 -kerning first=971 second=8220 amount=-3 -kerning first=297 second=238 amount=6 -kerning first=256 second=199 amount=-2 -kerning first=1222 second=1250 amount=1 -kerning first=187 second=56 amount=-2 -kerning first=211 second=932 amount=-2 -kerning first=1046 second=243 amount=-2 -kerning first=1187 second=8221 amount=2 -kerning first=255 second=913 amount=-4 -kerning first=169 second=933 amount=-3 -kerning first=1193 second=1093 amount=-1 -kerning first=1263 second=230 amount=-1 -kerning first=86 second=1194 amount=-2 -kerning first=186 second=966 amount=-2 -kerning first=8221 second=279 amount=-4 -kerning first=1089 second=1185 amount=-1 -kerning first=48 second=8222 amount=-3 -kerning first=196 second=337 amount=-1 -kerning first=193 second=273 amount=-1 -kerning first=1143 second=1233 amount=-1 -kerning first=1169 second=46 amount=-6 -kerning first=228 second=376 amount=-6 -kerning first=257 second=92 amount=-3 -kerning first=1237 second=354 amount=-3 -kerning first=292 second=206 amount=2 -kerning first=337 second=194 amount=-2 -kerning first=913 second=910 amount=-5 -kerning first=336 second=1198 amount=-3 -kerning first=1104 second=1277 amount=-1 -kerning first=87 second=109 amount=-2 -kerning first=358 second=1169 amount=-4 -kerning first=8216 second=260 amount=-6 -kerning first=317 second=1265 amount=-4 -kerning first=1229 second=298 amount=2 -kerning first=1059 second=1139 amount=-6 -kerning first=902 second=283 amount=-1 -kerning first=1094 second=247 amount=-1 -kerning first=343 second=257 amount=-1 -kerning first=1102 second=933 amount=-7 -kerning first=373 second=44 amount=-5 -kerning first=1093 second=113 amount=-1 -kerning first=1205 second=276 amount=1 -kerning first=92 second=1029 amount=-1 -kerning first=923 second=1254 amount=-2 -kerning first=1202 second=213 amount=-2 -kerning first=1186 second=282 amount=1 -kerning first=1128 second=267 amount=-1 -kerning first=295 second=118 amount=-1 -kerning first=939 second=1077 amount=-6 -kerning first=1027 second=250 amount=-5 -kerning first=8221 second=1224 amount=-1 -kerning first=1107 second=1076 amount=-3 -kerning first=299 second=1140 amount=5 -kerning first=947 second=8222 amount=-5 -kerning first=972 second=902 amount=-2 -kerning first=258 second=339 amount=-1 -kerning first=118 second=291 amount=-1 -kerning first=1069 second=256 amount=-2 -kerning first=375 second=1089 amount=-1 -kerning first=343 second=1153 amount=-1 -kerning first=1200 second=52 amount=-4 -kerning first=923 second=1144 amount=-2 -kerning first=297 second=1037 amount=3 -kerning first=359 second=316 amount=1 -kerning first=295 second=1201 amount=-1 -kerning first=1058 second=1203 amount=-3 -kerning first=58 second=932 amount=-2 -kerning first=192 second=266 amount=-2 -kerning first=1168 second=100 amount=-5 -kerning first=260 second=1263 amount=-4 -kerning first=1275 second=1257 amount=-1 -kerning first=1175 second=1196 amount=-3 -kerning first=957 second=289 amount=-1 -kerning first=1101 second=255 amount=-1 -kerning first=87 second=173 amount=-2 -kerning first=111 second=923 amount=-2 -kerning first=1126 second=1140 amount=-5 -kerning first=299 second=914 amount=3 -kerning first=355 second=351 amount=-1 -kerning first=1220 second=372 amount=-3 -kerning first=256 second=49 amount=-2 -kerning first=1087 second=1118 amount=-1 -kerning first=1059 second=247 amount=-3 -kerning first=1034 second=933 amount=-7 -kerning first=253 second=945 amount=-1 -kerning first=1140 second=966 amount=-4 -kerning first=922 second=1077 amount=-3 -kerning first=248 second=186 amount=-2 -kerning first=194 second=908 amount=-2 -kerning first=1199 second=1236 amount=-4 -kerning first=1273 second=255 amount=-1 -kerning first=1134 second=1111 amount=2 -kerning first=341 second=256 amount=-3 -kerning first=320 second=272 amount=2 -kerning first=95 second=253 amount=-5 -kerning first=1209 second=1058 amount=-3 -kerning first=358 second=1088 amount=-4 -kerning first=1108 second=1035 amount=-5 -kerning first=1166 second=194 amount=-5 -kerning first=356 second=1105 amount=-5 -kerning first=161 second=374 amount=-4 -kerning first=79 second=1059 amount=-3 -kerning first=1050 second=1255 amount=-3 -kerning first=334 second=88 amount=-2 -kerning first=1170 second=183 amount=-3 -kerning first=1226 second=126 amount=-1 -kerning first=255 second=308 amount=-4 -kerning first=1033 second=255 amount=-1 -kerning first=176 second=284 amount=-1 -kerning first=1198 second=244 amount=-6 -kerning first=173 second=50 amount=-2 -kerning first=1043 second=365 amount=-5 -kerning first=1027 second=261 amount=-5 -kerning first=171 second=354 amount=-3 -kerning first=1197 second=259 amount=-1 -kerning first=1180 second=1118 amount=-3 -kerning first=8225 second=1092 amount=-2 -kerning first=1232 second=357 amount=-2 -kerning first=374 second=971 amount=-3 -kerning first=933 second=1010 amount=-6 -kerning first=315 second=1140 amount=-5 -kerning first=8222 second=936 amount=-7 -kerning first=205 second=301 amount=5 -kerning first=367 second=910 amount=-4 -kerning first=195 second=963 amount=-1 -kerning first=260 second=265 amount=-1 -kerning first=1074 second=1198 amount=-5 -kerning first=341 second=281 amount=-1 -kerning first=1098 second=253 amount=-2 -kerning first=240 second=221 amount=-7 -kerning first=1188 second=194 amount=-6 -kerning first=245 second=121 amount=-1 -kerning first=76 second=34 amount=-6 -kerning first=1243 second=89 amount=-7 -kerning first=1169 second=103 amount=-1 -kerning first=1274 second=927 amount=-2 -kerning first=932 second=239 amount=6 -kerning first=1189 second=245 amount=-1 -kerning first=1050 second=126 amount=-4 -kerning first=1059 second=1028 amount=-3 -kerning first=120 second=1108 amount=-1 -kerning first=92 second=1077 amount=-1 -kerning first=1198 second=8222 amount=-7 -kerning first=939 second=351 amount=-4 -kerning first=1122 second=967 amount=-1 -kerning first=1163 second=354 amount=-2 -kerning first=1175 second=271 amount=-1 -kerning first=1124 second=256 amount=-1 -kerning first=1255 second=1118 amount=-1 -kerning first=212 second=44 amount=-3 -kerning first=1104 second=933 amount=-7 -kerning first=1114 second=1066 amount=-7 -kerning first=375 second=1145 amount=-1 -kerning first=1178 second=1010 amount=-3 -kerning first=1241 second=373 amount=-1 -kerning first=1222 second=1223 amount=1 -kerning first=1215 second=87 amount=-3 -kerning first=1168 second=112 amount=-4 -kerning first=216 second=1202 amount=-2 -kerning first=311 second=981 amount=-1 -kerning first=1097 second=1018 amount=1 -kerning first=1035 second=253 amount=-1 -kerning first=113 second=1058 amount=-3 -kerning first=227 second=358 amount=-3 -kerning first=284 second=1026 amount=-2 -kerning first=1196 second=273 amount=-5 -kerning first=973 second=8217 amount=1 -kerning first=1188 second=234 amount=-5 -kerning first=936 second=59 amount=-4 -kerning first=196 second=1105 amount=-1 -kerning first=84 second=100 amount=-5 -kerning first=171 second=913 amount=-2 -kerning first=921 second=239 amount=5 -kerning first=1274 second=1267 amount=-4 -kerning first=1180 second=263 amount=-3 -kerning first=230 second=87 amount=-3 -kerning first=1077 second=255 amount=-1 -kerning first=902 second=176 amount=-6 -kerning first=254 second=1185 amount=-2 -kerning first=374 second=337 amount=-6 -kerning first=1128 second=177 amount=-3 -kerning first=1188 second=1243 amount=-5 -kerning first=8221 second=1195 amount=-4 -kerning first=195 second=243 amount=-1 -kerning first=1163 second=1041 amount=1 -kerning first=279 second=1118 amount=-1 -kerning first=1143 second=1058 amount=-2 -kerning first=1068 second=1066 amount=-3 -kerning first=1234 second=289 amount=-1 -kerning first=945 second=45 amount=-2 -kerning first=1061 second=283 amount=-2 -kerning first=114 second=253 amount=1 -kerning first=109 second=1265 amount=-1 -kerning first=88 second=1054 amount=-2 -kerning first=1184 second=199 amount=-2 -kerning first=221 second=1191 amount=-3 -kerning first=1188 second=1085 amount=-4 -kerning first=1027 second=331 amount=-4 -kerning first=242 second=1244 amount=-2 -kerning first=193 second=240 amount=-1 -kerning first=258 second=239 amount=3 -kerning first=358 second=266 amount=-2 -kerning first=1271 second=356 amount=-2 -kerning first=1225 second=274 amount=1 -kerning first=8373 second=902 amount=-1 -kerning first=310 second=273 amount=-3 -kerning first=929 second=228 amount=-1 -kerning first=337 second=376 amount=-7 -kerning first=933 second=339 amount=-6 -kerning first=195 second=8221 amount=-7 -kerning first=260 second=1139 amount=-1 -kerning first=1084 second=1026 amount=-3 -kerning first=1187 second=347 amount=-1 -kerning first=1094 second=209 amount=1 -kerning first=284 second=297 amount=2 -kerning first=87 second=1220 amount=-2 -kerning first=1274 second=269 amount=-5 -kerning first=1145 second=115 amount=-1 -kerning first=1222 second=8220 amount=-3 -kerning first=316 second=95 amount=2 -kerning first=92 second=351 amount=-1 -kerning first=1140 second=1060 amount=-2 -kerning first=176 second=916 amount=-5 -kerning first=8217 second=277 amount=-4 -kerning first=1111 second=98 amount=3 -kerning first=354 second=927 amount=-2 -kerning first=1175 second=113 amount=-1 -kerning first=1233 second=84 amount=-3 -kerning first=242 second=193 amount=-2 -kerning first=1178 second=339 amount=-3 -kerning first=1201 second=923 amount=-4 -kerning first=1082 second=333 amount=-1 -kerning first=1181 second=1089 amount=-1 -kerning first=1050 second=305 amount=2 -kerning first=343 second=194 amount=-3 -kerning first=372 second=1256 amount=-2 -kerning first=1196 second=1167 amount=-4 -kerning first=75 second=266 amount=-2 -kerning first=295 second=356 amount=-3 -kerning first=84 second=112 amount=-4 -kerning first=1200 second=248 amount=-6 -kerning first=1257 second=1199 amount=-1 -kerning first=89 second=1075 amount=-3 -kerning first=1258 second=1244 amount=-2 -kerning first=8217 second=1189 amount=-1 -kerning first=301 second=1211 amount=3 -kerning first=194 second=1255 amount=-1 -kerning first=1168 second=67 amount=-2 -kerning first=354 second=1267 amount=-4 -kerning first=1163 second=1103 amount=-1 -kerning first=1179 second=945 amount=-1 -kerning first=1226 second=327 amount=1 -kerning first=121 second=1010 amount=-1 -kerning first=86 second=1138 amount=-2 -kerning first=1106 second=1141 amount=-1 -kerning first=376 second=963 amount=-6 -kerning first=910 second=265 amount=-6 -kerning first=344 second=92 amount=-1 -kerning first=1169 second=259 amount=-1 -kerning first=197 second=1118 amount=-4 -kerning first=925 second=1031 amount=2 -kerning first=356 second=951 amount=-4 -kerning first=1201 second=295 amount=3 -kerning first=932 second=1072 amount=-5 -kerning first=1075 second=358 amount=-2 -kerning first=1059 second=367 amount=-3 -kerning first=343 second=234 amount=-1 -kerning first=1270 second=97 amount=-5 -kerning first=254 second=1276 amount=-2 -kerning first=1263 second=1095 amount=-1 -kerning first=75 second=237 amount=2 -kerning first=313 second=8216 amount=-5 -kerning first=309 second=8361 amount=2 -kerning first=1085 second=1091 amount=-1 -kerning first=343 second=1243 amount=-1 -kerning first=378 second=277 amount=-1 -kerning first=1017 second=1061 amount=-1 -kerning first=65 second=927 amount=-2 -kerning first=1168 second=297 amount=6 -kerning first=260 second=1028 amount=-2 -kerning first=1278 second=335 amount=-2 -kerning first=1258 second=193 amount=-2 -kerning first=1027 second=197 amount=-6 -kerning first=239 second=314 amount=3 -kerning first=299 second=72 amount=3 -kerning first=333 second=1204 amount=-3 -kerning first=235 second=1026 amount=-3 -kerning first=1274 second=1086 amount=-5 -kerning first=1209 second=939 amount=-6 -kerning first=1232 second=1256 amount=-2 -kerning first=1091 second=99 amount=-1 -kerning first=1257 second=957 amount=-1 -kerning first=374 second=1105 amount=-6 -kerning first=81 second=1059 amount=-3 -kerning first=301 second=323 amount=3 -kerning first=8222 second=374 amount=-7 -kerning first=271 second=303 amount=3 -kerning first=183 second=84 amount=-3 -kerning first=354 second=269 amount=-5 -kerning first=1275 second=1108 amount=-1 -kerning first=196 second=1171 amount=-2 -kerning first=86 second=287 amount=-4 -kerning first=45 second=1098 amount=-1 -kerning first=1232 second=1200 amount=-5 -kerning first=376 second=243 amount=-6 -kerning first=333 second=1232 amount=-2 -kerning first=1171 second=333 amount=-1 -kerning first=359 second=247 amount=-1 -kerning first=915 second=1251 amount=-4 -kerning first=249 second=933 amount=-4 -kerning first=192 second=245 amount=-1 -kerning first=197 second=263 amount=-1 -kerning first=65 second=1267 amount=-4 -kerning first=256 second=348 amount=-1 -kerning first=1181 second=1145 amount=-1 -kerning first=1117 second=1196 amount=-3 -kerning first=1196 second=240 amount=-5 -kerning first=1198 second=349 amount=-4 -kerning first=173 second=8216 amount=-2 -kerning first=940 second=47 amount=-2 -kerning first=1027 second=275 amount=-5 -kerning first=1197 second=273 amount=-1 -kerning first=1026 second=932 amount=-3 -kerning first=1113 second=1244 amount=-2 -kerning first=1058 second=1093 amount=-3 -kerning first=1018 second=207 amount=2 -kerning first=271 second=55 amount=3 -kerning first=1048 second=1111 amount=5 -kerning first=972 second=93 amount=-1 -kerning first=42 second=193 amount=-6 -kerning first=1096 second=1090 amount=-2 -kerning first=121 second=339 amount=-1 -kerning first=349 second=372 amount=-2 -kerning first=1043 second=256 amount=-6 -kerning first=222 second=65 amount=-3 -kerning first=910 second=1139 amount=-6 -kerning first=1171 second=8218 amount=-8 -kerning first=84 second=67 amount=-2 -kerning first=102 second=1234 amount=-2 -kerning first=970 second=172 amount=-2 -kerning first=1170 second=1253 amount=-4 -kerning first=286 second=105 amount=2 -kerning first=253 second=111 amount=-1 -kerning first=957 second=1196 amount=-2 -kerning first=1040 second=8225 amount=-5 -kerning first=963 second=8216 amount=-3 -kerning first=326 second=910 amount=-6 -kerning first=923 second=301 amount=3 -kerning first=357 second=322 amount=1 -kerning first=1027 second=1187 amount=-4 -kerning first=239 second=1120 amount=3 -kerning first=365 second=1035 amount=-3 -kerning first=1276 second=335 amount=-2 -kerning first=1115 second=1196 amount=-3 -kerning first=310 second=240 amount=-3 -kerning first=1178 second=239 amount=5 -kerning first=337 second=373 amount=-1 -kerning first=116 second=126 amount=-1 -kerning first=65 second=269 amount=-1 -kerning first=1082 second=1077 amount=-1 -kerning first=232 second=1091 amount=-1 -kerning first=243 second=65 amount=-2 -kerning first=1043 second=281 amount=-5 -kerning first=99 second=89 amount=-4 -kerning first=910 second=247 amount=-3 -kerning first=1143 second=939 amount=-2 -kerning first=84 second=297 amount=6 -kerning first=1185 second=267 amount=-1 -kerning first=345 second=196 amount=-3 -kerning first=1205 second=1059 amount=-1 -kerning first=89 second=940 amount=-6 -kerning first=1186 second=1204 amount=-2 -kerning first=915 second=109 amount=-4 -kerning first=1036 second=81 amount=-2 -kerning first=111 second=1217 amount=-2 -kerning first=299 second=1058 amount=6 -kerning first=1111 second=1035 amount=6 -kerning first=195 second=347 amount=-1 -kerning first=354 second=1086 amount=-5 -kerning first=972 second=1265 amount=-1 -kerning first=67 second=239 amount=2 -kerning first=242 second=374 amount=-7 -kerning first=8244 second=289 amount=-4 -kerning first=107 second=8363 amount=-1 -kerning first=356 second=1091 amount=-4 -kerning first=1059 second=324 amount=-3 -kerning first=1093 second=248 amount=-1 -kerning first=255 second=265 amount=-1 -kerning first=169 second=1204 amount=-2 -kerning first=1140 second=226 amount=-4 -kerning first=89 second=264 amount=-3 -kerning first=372 second=114 amount=-2 -kerning first=1126 second=1058 amount=-6 -kerning first=270 second=198 amount=-2 -kerning first=1043 second=1226 amount=-4 -kerning first=377 second=8353 amount=-2 -kerning first=181 second=1066 amount=-3 -kerning first=1269 second=49 amount=-3 -kerning first=932 second=1057 amount=-2 -kerning first=345 second=235 amount=-1 -kerning first=1237 second=1263 amount=-1 -kerning first=1059 second=1271 amount=-3 -kerning first=375 second=1233 amount=-1 -kerning first=124 second=239 amount=5 -kerning first=1200 second=1100 amount=-3 -kerning first=8220 second=1040 amount=-6 -kerning first=915 second=173 amount=-3 -kerning first=1168 second=1235 amount=-5 -kerning first=259 second=1143 amount=-1 -kerning first=1257 second=354 amount=-3 -kerning first=957 second=271 amount=-1 -kerning first=169 second=1232 amount=-2 -kerning first=1278 second=1104 amount=-2 -kerning first=241 second=375 amount=-1 -kerning first=111 second=192 amount=-2 -kerning first=221 second=927 amount=-3 -kerning first=1188 second=334 amount=-2 -kerning first=8370 second=86 amount=-1 -kerning first=380 second=232 amount=-1 -kerning first=910 second=1028 amount=-3 -kerning first=1078 second=244 amount=-1 -kerning first=1230 second=8360 amount=1 -kerning first=1239 second=376 amount=-7 -kerning first=1102 second=1204 amount=-3 -kerning first=1279 second=242 amount=-1 -kerning first=183 second=74 amount=-3 -kerning first=1163 second=316 amount=1 -kerning first=118 second=1076 amount=-3 -kerning first=43 second=1197 amount=-1 -kerning first=87 second=79 amount=-2 -kerning first=358 second=245 amount=-5 -kerning first=1171 second=1077 amount=-1 -kerning first=315 second=1058 amount=-6 -kerning first=65 second=1086 amount=-1 -kerning first=1241 second=1141 amount=-1 -kerning first=356 second=231 amount=-5 -kerning first=1230 second=325 amount=1 -kerning first=1167 second=1203 amount=-1 -kerning first=1102 second=1232 amount=-2 -kerning first=1234 second=1196 amount=-6 -kerning first=1258 second=374 amount=-3 -kerning first=1188 second=373 amount=-4 -kerning first=8230 second=57 amount=-1 -kerning first=196 second=1091 amount=-4 -kerning first=179 second=171 amount=-2 -kerning first=959 second=1140 amount=-4 -kerning first=1180 second=365 amount=-2 -kerning first=318 second=301 amount=5 -kerning first=1209 second=967 amount=-1 -kerning first=1034 second=1204 amount=-3 -kerning first=8225 second=981 amount=-2 -kerning first=1200 second=115 amount=-4 -kerning first=374 second=951 amount=-3 -kerning first=933 second=1072 amount=-6 -kerning first=359 second=209 amount=1 -kerning first=1188 second=1273 amount=-4 -kerning first=1199 second=277 amount=-1 -kerning first=187 second=379 amount=-2 -kerning first=1170 second=338 amount=-2 -kerning first=258 second=1057 amount=-2 -kerning first=1257 second=913 amount=-2 -kerning first=121 second=239 amount=3 -kerning first=122 second=275 amount=-1 -kerning first=55 second=260 amount=-7 -kerning first=1171 second=1113 amount=-3 -kerning first=1169 second=273 amount=-1 -kerning first=1034 second=1232 amount=-2 -kerning first=1226 second=1056 amount=1 -kerning first=1205 second=922 amount=1 -kerning first=255 second=1139 amount=-1 -kerning first=1270 second=1089 amount=-5 -kerning first=1191 second=89 amount=-11 -kerning first=1091 second=198 amount=-4 -kerning first=284 second=1061 amount=-1 -kerning first=351 second=86 amount=-3 -kerning first=1186 second=315 amount=1 -kerning first=75 second=245 amount=-3 -kerning first=1197 second=240 amount=-1 -kerning first=228 second=1141 amount=-1 -kerning first=208 second=1059 amount=-3 -kerning first=1267 second=256 amount=-4 -kerning first=1276 second=1104 amount=-2 -kerning first=919 second=1031 amount=2 -kerning first=1046 second=99 amount=-2 -kerning first=216 second=356 amount=-2 -kerning first=1059 second=258 amount=-5 -kerning first=119 second=335 amount=-1 -kerning first=373 second=100 amount=-1 -kerning first=957 second=113 amount=-1 -kerning first=1040 second=79 amount=-2 -kerning first=372 second=1017 amount=-2 -kerning first=1196 second=230 amount=-5 -kerning first=935 second=242 amount=-2 -kerning first=248 second=1040 amount=-2 -kerning first=221 second=269 amount=-6 -kerning first=80 second=173 amount=-2 -kerning first=355 second=1070 amount=1 -kerning first=196 second=231 amount=-1 -kerning first=193 second=346 amount=-1 -kerning first=84 second=1235 amount=-5 -kerning first=1243 second=1046 amount=-2 -kerning first=1274 second=371 amount=-5 -kerning first=932 second=1203 amount=-3 -kerning first=1016 second=358 amount=-3 -kerning first=253 second=1209 amount=-1 -kerning first=1265 second=933 amount=-2 -kerning first=116 second=327 amount=1 -kerning first=243 second=174 amount=-1 -kerning first=1179 second=111 amount=-1 -kerning first=1117 second=87 amount=-3 -kerning first=1104 second=1204 amount=-3 -kerning first=1234 second=271 amount=-1 -kerning first=1100 second=1217 amount=-2 -kerning first=1267 second=281 amount=-1 -kerning first=376 second=347 amount=-4 -kerning first=347 second=8218 amount=-3 -kerning first=1225 second=1039 amount=1 -kerning first=981 second=1143 amount=-1 -kerning first=301 second=1043 amount=3 -kerning first=1059 second=283 amount=-6 -kerning first=1207 second=1064 amount=1 -kerning first=1113 second=374 amount=-11 -kerning first=120 second=1255 amount=-1 -kerning first=1140 second=1254 amount=-2 -kerning first=176 second=213 amount=-1 -kerning first=243 second=935 amount=-2 -kerning first=357 second=205 amount=1 -kerning first=303 second=295 amount=3 -kerning first=1220 second=1098 amount=-2 -kerning first=1068 second=65 amount=-2 -kerning first=95 second=286 amount=-3 -kerning first=1140 second=1144 amount=-2 -kerning first=915 second=1220 amount=-4 -kerning first=46 second=356 amount=-2 -kerning first=216 second=902 amount=-2 -kerning first=1167 second=910 amount=-7 -kerning first=1234 second=1275 amount=-2 -kerning first=87 second=973 amount=-2 -kerning first=966 second=195 amount=-2 -kerning first=375 second=1058 amount=-2 -kerning first=910 second=367 amount=-3 -kerning first=1274 second=227 amount=-5 -kerning first=1145 second=959 amount=-1 -kerning first=101 second=1197 amount=-1 -kerning first=38 second=8224 amount=-3 -kerning first=1059 second=1087 amount=-3 -kerning first=902 second=1059 amount=-5 -kerning first=1232 second=1017 amount=-2 -kerning first=343 second=373 amount=1 -kerning first=120 second=126 amount=-1 -kerning first=1270 second=1145 amount=-5 -kerning first=1115 second=87 amount=-3 -kerning first=923 second=242 amount=-1 -kerning first=89 second=1237 amount=-6 -kerning first=1058 second=1234 amount=-6 -kerning first=382 second=8363 amount=-1 -kerning first=268 second=1278 amount=-1 -kerning first=1175 second=248 amount=-1 -kerning first=86 second=1012 amount=-2 -kerning first=297 second=108 amount=3 -kerning first=321 second=186 amount=-6 -kerning first=950 second=936 amount=-3 -kerning first=1201 second=192 amount=-4 -kerning first=1170 second=1163 amount=-4 -kerning first=324 second=1035 amount=-3 -kerning first=111 second=221 amount=-7 -kerning first=221 second=1086 amount=-6 -kerning first=1126 second=182 amount=-1 -kerning first=1027 second=336 amount=-2 -kerning first=1166 second=8230 amount=-3 -kerning first=239 second=1190 amount=3 -kerning first=8221 second=287 amount=-4 -kerning first=1024 second=239 amount=5 -kerning first=923 second=8220 amount=-8 -kerning first=89 second=961 amount=-3 -kerning first=1217 second=171 amount=-3 -kerning first=251 second=376 amount=-4 -kerning first=354 second=371 amount=-5 -kerning first=1233 second=1118 amount=-1 -kerning first=290 second=198 amount=-1 -kerning first=121 second=1072 amount=-1 -kerning first=1234 second=113 amount=-1 -kerning first=358 second=1097 amount=-4 -kerning first=1126 second=939 amount=-5 -kerning first=1118 second=1066 amount=-2 -kerning first=355 second=924 amount=1 -kerning first=933 second=1057 amount=-3 -kerning first=1201 second=232 amount=-1 -kerning first=902 second=291 amount=-1 -kerning first=8225 second=1040 amount=-5 -kerning first=1205 second=1025 amount=1 -kerning first=295 second=1265 amount=-1 -kerning first=1188 second=8230 amount=-2 -kerning first=333 second=1200 amount=-7 -kerning first=177 second=198 amount=-3 -kerning first=1139 second=375 amount=-1 -kerning first=1090 second=257 amount=-1 -kerning first=118 second=299 amount=3 -kerning first=1271 second=267 amount=-1 -kerning first=104 second=84 amount=-3 -kerning first=1056 second=196 amount=-5 -kerning first=317 second=260 amount=2 -kerning first=246 second=1185 amount=-2 -kerning first=79 second=372 amount=-1 -kerning first=1187 second=1034 amount=1 -kerning first=1207 second=321 amount=1 -kerning first=1097 second=202 amount=1 -kerning first=119 second=1104 amount=-1 -kerning first=957 second=238 amount=3 -kerning first=1090 second=1153 amount=-1 -kerning first=241 second=1066 amount=-3 -kerning first=1178 second=1057 amount=-2 -kerning first=297 second=1134 amount=3 -kerning first=1169 second=240 amount=-1 -kerning first=369 second=1059 amount=-4 -kerning first=1274 second=328 amount=-4 -kerning first=1060 second=197 amount=-2 -kerning first=226 second=1198 amount=-6 -kerning first=1086 second=1277 amount=-1 -kerning first=1067 second=1111 amount=5 -kerning first=103 second=95 amount=2 -kerning first=908 second=1035 amount=-2 -kerning first=89 second=246 amount=-6 -kerning first=374 second=231 amount=-6 -kerning first=315 second=939 amount=-5 -kerning first=357 second=1068 amount=1 -kerning first=1122 second=92 amount=-4 -kerning first=195 second=99 amount=-1 -kerning first=354 second=227 amount=-5 -kerning first=234 second=375 amount=-1 -kerning first=1274 second=1279 amount=-3 -kerning first=71 second=1236 amount=-1 -kerning first=95 second=920 amount=-3 -kerning first=1234 second=87 amount=-4 -kerning first=268 second=260 amount=-1 -kerning first=353 second=1140 amount=-3 -kerning first=244 second=8225 amount=-2 -kerning first=337 second=1141 amount=-1 -kerning first=1111 second=1016 amount=3 -kerning first=1168 second=1119 amount=-4 -kerning first=1170 second=95 amount=-4 -kerning first=373 second=1026 amount=-3 -kerning first=265 second=356 amount=-5 -kerning first=302 second=296 amount=2 -kerning first=258 second=910 amount=-5 -kerning first=1197 second=230 amount=-1 -kerning first=277 second=1277 amount=-1 -kerning first=1230 second=1055 amount=1 -kerning first=1277 second=8249 amount=-2 -kerning first=1114 second=935 amount=-2 -kerning first=1186 second=124 amount=1 -kerning first=8217 second=58 amount=-4 -kerning first=260 second=283 amount=-1 -kerning first=1163 second=247 amount=-1 -kerning first=1187 second=293 amount=1 -kerning first=1226 second=933 amount=-1 -kerning first=1094 second=276 amount=1 -kerning first=341 second=289 amount=-1 -kerning first=1068 second=174 amount=-1 -kerning first=239 second=78 amount=3 -kerning first=910 second=324 amount=-3 -kerning first=8220 second=47 amount=-6 -kerning first=249 second=1204 amount=-3 -kerning first=1070 second=8230 amount=-3 -kerning first=1040 second=8244 amount=-7 -kerning first=1202 second=267 amount=-2 -kerning first=939 second=250 amount=-3 -kerning first=379 second=288 amount=-2 -kerning first=910 second=1271 amount=-3 -kerning first=1275 second=1255 amount=-1 -kerning first=1224 second=255 amount=-1 -kerning first=1068 second=935 amount=-2 -kerning first=1234 second=268 amount=-2 -kerning first=1186 second=1200 amount=-1 -kerning first=270 second=1244 amount=-2 -kerning first=1167 second=1093 amount=-1 -kerning first=1040 second=84 amount=-6 -kerning first=1255 second=256 amount=-2 -kerning first=1180 second=281 amount=-3 -kerning first=1181 second=1058 amount=-4 -kerning first=229 second=1026 amount=-3 -kerning first=1277 second=1035 amount=-3 -kerning first=1100 second=221 amount=-11 -kerning first=343 second=8230 amount=-4 -kerning first=169 second=1200 amount=-3 -kerning first=246 second=1276 amount=-2 -kerning first=1128 second=170 amount=-5 -kerning first=1036 second=211 amount=-2 -kerning first=922 second=250 amount=-2 -kerning first=8217 second=1051 amount=-3 -kerning first=920 second=1196 amount=-2 -kerning first=1111 second=915 amount=3 -kerning first=354 second=328 amount=-4 -kerning first=1275 second=126 amount=-1 -kerning first=1226 second=282 amount=1 -kerning first=913 second=1258 amount=-2 -kerning first=261 second=8220 amount=-3 -kerning first=87 second=1239 amount=-4 -kerning first=1061 second=291 amount=-2 -kerning first=8244 second=271 amount=-4 -kerning first=116 second=1056 amount=1 -kerning first=363 second=89 amount=-4 -kerning first=192 second=375 amount=-4 -kerning first=356 second=363 amount=-5 -kerning first=1201 second=221 amount=-2 -kerning first=1086 second=933 amount=-7 -kerning first=224 second=86 amount=-3 -kerning first=1046 second=8353 amount=-2 -kerning first=354 second=1279 amount=-3 -kerning first=372 second=244 amount=-4 -kerning first=1196 second=1095 amount=-5 -kerning first=1198 second=1069 amount=-3 -kerning first=270 second=193 amount=-2 -kerning first=1188 second=1141 amount=-4 -kerning first=939 second=261 amount=-6 -kerning first=84 second=1119 amount=-4 -kerning first=212 second=1026 amount=-2 -kerning first=1138 second=1035 amount=-2 -kerning first=1210 second=221 amount=-6 -kerning first=375 second=939 amount=-2 -kerning first=1102 second=1200 amount=-7 -kerning first=1225 second=1024 amount=1 -kerning first=378 second=932 amount=-2 -kerning first=297 second=204 amount=3 -kerning first=1036 second=119 amount=-4 -kerning first=335 second=1196 amount=-3 -kerning first=352 second=239 amount=3 -kerning first=1075 second=245 amount=-1 -kerning first=1250 second=303 amount=2 -kerning first=119 second=381 amount=-2 -kerning first=210 second=8220 amount=-2 -kerning first=1098 second=1185 amount=-4 -kerning first=345 second=1259 amount=-1 -kerning first=87 second=1102 amount=-2 -kerning first=1126 second=967 amount=-4 -kerning first=317 second=170 amount=-6 -kerning first=8244 second=1275 amount=1 -kerning first=277 second=933 amount=-7 -kerning first=214 second=86 amount=-2 -kerning first=932 second=1093 amount=-3 -kerning first=1189 second=1066 amount=-2 -kerning first=1141 second=356 amount=-2 -kerning first=372 second=8222 amount=-7 -kerning first=1125 second=1196 amount=-5 -kerning first=915 second=79 amount=-2 -kerning first=1258 second=46 amount=-3 -kerning first=301 second=278 amount=3 -kerning first=8217 second=285 amount=-4 -kerning first=959 second=1058 amount=-3 -kerning first=112 second=1035 amount=-3 -kerning first=1088 second=1143 amount=-1 -kerning first=87 second=74 amount=-4 -kerning first=1034 second=1200 amount=-7 -kerning first=1054 second=1276 amount=-2 -kerning first=376 second=99 amount=-6 -kerning first=910 second=258 amount=-5 -kerning first=356 second=229 amount=-5 -kerning first=275 second=255 amount=-1 -kerning first=260 second=176 amount=-6 -kerning first=114 second=8363 amount=-1 -kerning first=1035 second=1185 amount=-2 -kerning first=1257 second=1263 amount=-1 -kerning first=1040 second=1239 amount=-1 -kerning first=176 second=902 amount=-6 -kerning first=1101 second=8225 amount=-2 -kerning first=221 second=371 amount=-3 -kerning first=1243 second=125 amount=-1 -kerning first=1274 second=1092 amount=-5 -kerning first=1232 second=244 amount=-1 -kerning first=1200 second=959 amount=-6 -kerning first=1202 second=177 amount=-3 -kerning first=89 second=1096 amount=-3 -kerning first=351 second=8216 amount=-3 -kerning first=315 second=967 amount=-4 -kerning first=8217 second=162 amount=-4 -kerning first=248 second=1198 amount=-7 -kerning first=301 second=1011 amount=-4 -kerning first=299 second=1216 amount=3 -kerning first=1106 second=49 amount=-3 -kerning first=910 second=283 amount=-6 -kerning first=355 second=344 amount=1 -kerning first=8218 second=1044 amount=3 -kerning first=8244 second=113 amount=-4 -kerning first=1029 second=1236 amount=-1 -kerning first=1169 second=230 amount=-1 -kerning first=1141 second=902 amount=-4 -kerning first=1270 second=1233 amount=-5 -kerning first=1033 second=8225 amount=-2 -kerning first=1091 second=193 amount=-4 -kerning first=42 second=46 amount=-9 -kerning first=109 second=1090 amount=-2 -kerning first=1140 second=301 amount=5 -kerning first=1198 second=8373 amount=-3 -kerning first=81 second=372 amount=-1 -kerning first=939 second=331 amount=-3 -kerning first=1163 second=209 amount=1 -kerning first=1139 second=1066 amount=-3 -kerning first=917 second=297 amount=5 -kerning first=1090 second=234 amount=-1 -kerning first=86 second=266 amount=-2 -kerning first=102 second=172 amount=-1 -kerning first=170 second=335 amount=-2 -kerning first=1200 second=60 amount=-7 -kerning first=378 second=285 amount=-1 -kerning first=101 second=253 amount=-1 -kerning first=1207 second=1166 amount=1 -kerning first=1097 second=1053 amount=1 -kerning first=957 second=248 amount=-1 -kerning first=1090 second=1243 amount=-1 -kerning first=1104 second=1200 amount=-7 -kerning first=1012 second=932 amount=-2 -kerning first=221 second=227 amount=-6 -kerning first=1211 second=375 amount=-1 -kerning first=245 second=8224 amount=-2 -kerning first=242 second=1249 amount=-2 -kerning first=1225 second=1196 amount=-2 -kerning first=910 second=1087 amount=-3 -kerning first=90 second=1194 amount=-2 -kerning first=256 second=8249 amount=-2 -kerning first=1116 second=45 amount=-2 -kerning first=343 second=1141 amount=1 -kerning first=1191 second=1046 amount=-2 -kerning first=1091 second=233 amount=-1 -kerning first=981 second=1202 amount=-2 -kerning first=1058 second=1258 amount=-2 -kerning first=205 second=206 amount=2 -kerning first=194 second=933 amount=-5 -kerning first=234 second=1066 amount=-3 -kerning first=1098 second=1276 amount=-2 -kerning first=927 second=196 amount=-2 -kerning first=358 second=375 amount=-4 -kerning first=328 second=1059 amount=-6 -kerning first=245 second=88 amount=-2 -kerning first=1091 second=1241 amount=-1 -kerning first=378 second=162 amount=-1 -kerning first=297 second=1067 amount=3 -kerning first=918 second=1258 amount=-2 -kerning first=197 second=281 amount=-1 -kerning first=1222 second=295 amount=1 -kerning first=972 second=1278 amount=-2 -kerning first=902 second=1054 amount=-2 -kerning first=1198 second=249 amount=-3 -kerning first=1278 second=43 amount=-4 -kerning first=1217 second=286 amount=-2 -kerning first=940 second=8221 amount=2 -kerning first=87 second=1107 amount=-2 -kerning first=966 second=119 amount=-1 -kerning first=55 second=966 amount=-3 -kerning first=193 second=255 amount=-4 -kerning first=70 second=972 amount=-3 -kerning first=1239 second=1141 amount=-1 -kerning first=1265 second=1204 amount=-2 -kerning first=915 second=973 amount=-4 -kerning first=1018 second=1031 amount=2 -kerning first=195 second=8353 amount=-2 -kerning first=354 second=1092 amount=-5 -kerning first=1084 second=121 amount=-1 -kerning first=1103 second=1196 amount=-3 -kerning first=87 second=942 amount=-2 -kerning first=238 second=8361 amount=2 -kerning first=381 second=173 amount=-2 -kerning first=327 second=95 amount=2 -kerning first=192 second=187 amount=-2 -kerning first=256 second=1035 amount=-6 -kerning first=343 second=116 amount=2 -kerning first=286 second=1112 amount=2 -kerning first=1265 second=1232 amount=-4 -kerning first=290 second=1244 amount=-1 -kerning first=75 second=375 amount=-3 -kerning first=248 second=1175 amount=-1 -kerning first=270 second=374 amount=-3 -kerning first=73 second=300 amount=2 -kerning first=259 second=118 amount=-1 -kerning first=1197 second=1095 amount=-1 -kerning first=1010 second=1026 amount=-5 -kerning first=57 second=221 amount=-2 -kerning first=1230 second=280 amount=1 -kerning first=1168 second=121 amount=-4 -kerning first=259 second=1201 amount=-1 -kerning first=1170 second=944 amount=-4 -kerning first=1097 second=932 amount=-2 -kerning first=177 second=1244 amount=-3 -kerning first=255 second=258 amount=-4 -kerning first=1198 second=257 amount=-6 -kerning first=1069 second=1196 amount=-2 -kerning first=1254 second=88 amount=-2 -kerning first=221 second=328 amount=-3 -kerning first=1126 second=183 amount=-2 -kerning first=939 second=197 amount=-5 -kerning first=1043 second=289 amount=-5 -kerning first=920 second=87 amount=-1 -kerning first=377 second=1111 amount=5 -kerning first=1145 second=8226 amount=-1 -kerning first=165 second=236 amount=2 -kerning first=929 second=913 amount=-5 -kerning first=1198 second=1153 amount=-6 -kerning first=374 second=363 amount=-3 -kerning first=116 second=933 amount=-1 -kerning first=359 second=276 amount=1 -kerning first=1199 second=932 amount=-2 -kerning first=1167 second=1234 amount=-2 -kerning first=1187 second=340 amount=1 -kerning first=1092 second=196 amount=-2 -kerning first=213 second=1140 amount=-2 -kerning first=290 second=193 amount=-1 -kerning first=121 second=910 amount=-2 -kerning first=1234 second=248 amount=-1 -kerning first=1276 second=43 amount=-4 -kerning first=65 second=1092 amount=-1 -kerning first=192 second=1066 amount=-6 -kerning first=1093 second=959 amount=-1 -kerning first=255 second=283 amount=-1 -kerning first=341 second=1196 amount=-4 -kerning first=372 second=349 amount=-2 -kerning first=1196 second=38 amount=-2 -kerning first=335 second=87 amount=-3 -kerning first=939 second=275 amount=-6 -kerning first=8221 second=1169 amount=-1 -kerning first=972 second=260 amount=-2 -kerning first=177 second=193 amount=-3 -kerning first=95 second=216 amount=-3 -kerning first=1209 second=92 amount=-3 -kerning first=1108 second=354 amount=-5 -kerning first=1118 second=65 amount=-4 -kerning first=170 second=1104 amount=-2 -kerning first=376 second=198 amount=-5 -kerning first=297 second=77 amount=3 -kerning first=82 second=86 amount=-1 -kerning first=1058 second=1080 amount=-4 -kerning first=315 second=183 amount=-3 -kerning first=1170 second=335 amount=-5 -kerning first=1125 second=87 amount=-1 -kerning first=1234 second=39 amount=-5 -kerning first=186 second=242 amount=-2 -kerning first=222 second=1032 amount=-3 -kerning first=353 second=1058 amount=-5 -kerning first=98 second=358 amount=-3 -kerning first=377 second=332 amount=-2 -kerning first=8244 second=52 amount=-6 -kerning first=959 second=939 amount=-7 -kerning first=235 second=121 amount=-1 -kerning first=8250 second=1203 amount=-2 -kerning first=1059 second=59 amount=-4 -kerning first=1113 second=1249 amount=-4 -kerning first=1105 second=1196 amount=-3 -kerning first=1091 second=374 amount=-2 -kerning first=254 second=1267 amount=-1 -kerning first=199 second=197 amount=-1 -kerning first=374 second=229 amount=-6 -kerning first=1128 second=966 amount=-1 -kerning first=1217 second=920 amount=-2 -kerning first=116 second=282 amount=1 -kerning first=922 second=275 amount=-3 -kerning first=321 second=1040 amount=2 -kerning first=939 second=1187 amount=-3 -kerning first=1228 second=910 amount=-6 -kerning first=345 second=1193 amount=-1 -kerning first=1118 second=101 amount=-1 -kerning first=104 second=1118 amount=-1 -kerning first=1061 second=1054 amount=-2 -kerning first=356 second=279 amount=-5 -kerning first=932 second=1234 amount=-6 -kerning first=1145 second=196 amount=-2 -kerning first=1094 second=1059 amount=-1 -kerning first=1196 second=255 amount=-4 -kerning first=1188 second=122 amount=-3 -kerning first=1256 second=358 amount=-2 -kerning first=1107 second=972 amount=-1 -kerning first=8221 second=1088 amount=-1 -kerning first=8373 second=1278 amount=-1 -kerning first=84 second=121 amount=-4 -kerning first=249 second=1200 amount=-4 -kerning first=208 second=372 amount=-1 -kerning first=1232 second=349 amount=-1 -kerning first=110 second=374 amount=-6 -kerning first=1200 second=361 amount=-3 -kerning first=1244 second=71 amount=-2 -kerning first=929 second=308 amount=-6 -kerning first=244 second=84 amount=-3 -kerning first=981 second=118 amount=-1 -kerning first=68 second=1040 amount=-2 -kerning first=1184 second=8249 amount=-3 -kerning first=1199 second=285 amount=-1 -kerning first=972 second=1090 amount=-2 -kerning first=339 second=376 amount=-7 -kerning first=341 second=271 amount=-1 -kerning first=927 second=89 amount=-3 -kerning first=358 second=187 amount=-3 -kerning first=1118 second=1083 amount=-3 -kerning first=376 second=8353 amount=-3 -kerning first=916 second=964 amount=-3 -kerning first=981 second=1201 amount=-1 -kerning first=65 second=186 amount=-5 -kerning first=356 second=1224 amount=-4 -kerning first=1145 second=235 amount=-1 -kerning first=368 second=47 amount=-4 -kerning first=1020 second=197 amount=-2 -kerning first=1205 second=1049 amount=1 -kerning first=92 second=275 amount=-1 -kerning first=1140 second=242 amount=-4 -kerning first=1186 second=1162 amount=1 -kerning first=1217 second=8363 amount=-2 -kerning first=228 second=49 amount=-3 -kerning first=1213 second=86 amount=-3 -kerning first=310 second=255 amount=-3 -kerning first=76 second=81 amount=-2 -kerning first=1058 second=172 amount=-3 -kerning first=281 second=376 amount=-7 -kerning first=1046 second=233 amount=-2 -kerning first=311 second=963 amount=-1 -kerning first=1199 second=162 amount=-1 -kerning first=1226 second=1204 amount=-2 -kerning first=1097 second=1184 amount=1 -kerning first=341 second=1275 amount=2 -kerning first=240 second=1026 amount=-3 -kerning first=222 second=918 amount=-3 -kerning first=1211 second=1066 amount=-3 -kerning first=196 second=279 amount=-1 -kerning first=171 second=258 amount=-2 -kerning first=918 second=172 amount=-2 -kerning first=1169 second=1095 amount=-1 -kerning first=1201 second=44 amount=-2 -kerning first=224 second=8216 amount=-3 -kerning first=1120 second=300 amount=2 -kerning first=1046 second=1241 amount=-2 -kerning first=1270 second=1094 amount=-4 -kerning first=1091 second=1111 amount=3 -kerning first=915 second=1239 amount=-5 -kerning first=313 second=1143 amount=-4 -kerning first=1048 second=938 amount=2 -kerning first=227 second=375 amount=-1 -kerning first=212 second=1061 amount=-2 -kerning first=86 second=245 amount=-4 -kerning first=87 second=263 amount=-4 -kerning first=1267 second=289 amount=-1 -kerning first=1244 second=45 amount=-4 -kerning first=355 second=201 amount=1 -kerning first=90 second=1138 amount=-2 -kerning first=1253 second=1059 amount=-6 -kerning first=1011 second=301 amount=3 -kerning first=8250 second=910 amount=-6 -kerning first=1059 second=291 amount=-6 -kerning first=902 second=372 amount=-4 -kerning first=1040 second=1118 amount=-4 -kerning first=221 second=1092 amount=-6 -kerning first=259 second=356 amount=-3 -kerning first=214 second=8216 amount=-2 -kerning first=1103 second=87 amount=-3 -kerning first=8373 second=260 amount=-1 -kerning first=76 second=195 amount=2 -kerning first=915 second=1102 amount=-4 -kerning first=321 second=355 amount=-1 -kerning first=972 second=170 amount=-2 -kerning first=311 second=243 amount=-1 -kerning first=1170 second=1104 amount=-5 -kerning first=1092 second=89 amount=-7 -kerning first=1094 second=922 amount=1 -kerning first=943 second=247 amount=-2 -kerning first=341 second=113 amount=-1 -kerning first=290 second=374 amount=-2 -kerning first=1198 second=194 amount=-5 -kerning first=313 second=284 amount=-2 -kerning first=1080 second=910 amount=-6 -kerning first=1086 second=1204 amount=-3 -kerning first=1088 second=1202 amount=-2 -kerning first=1066 second=358 amount=-3 -kerning first=1200 second=290 amount=-3 -kerning first=285 second=1026 amount=-3 -kerning first=1128 second=1060 amount=-2 -kerning first=915 second=74 amount=-6 -kerning first=1175 second=959 amount=-1 -kerning first=1194 second=913 amount=-1 -kerning first=177 second=374 amount=-6 -kerning first=1069 second=87 amount=-1 -kerning first=262 second=195 amount=-1 -kerning first=1171 second=261 amount=-1 -kerning first=1086 second=1232 amount=-2 -kerning first=1222 second=82 amount=1 -kerning first=1170 second=1114 amount=-4 -kerning first=1040 second=263 amount=-1 -kerning first=1198 second=234 amount=-6 -kerning first=241 second=174 amount=-1 -kerning first=340 second=1140 amount=-1 -kerning first=959 second=967 amount=-1 -kerning first=277 second=1204 amount=-3 -kerning first=1274 second=981 amount=-5 -kerning first=356 second=1195 amount=-5 -kerning first=102 second=333 amount=-1 -kerning first=961 second=1035 amount=-3 -kerning first=971 second=221 amount=-4 -kerning first=1191 second=125 amount=-2 -kerning first=1198 second=1243 amount=-6 -kerning first=8217 second=1075 amount=-1 -kerning first=1027 second=1242 amount=-2 -kerning first=250 second=1196 amount=-3 -kerning first=1187 second=374 amount=-1 -kerning first=1226 second=315 amount=1 -kerning first=119 second=1236 amount=-4 -kerning first=1101 second=84 amount=-3 -kerning first=1234 second=115 amount=-1 -kerning first=239 second=274 amount=3 -kerning first=1225 second=52 amount=-1 -kerning first=317 second=1060 amount=-2 -kerning first=48 second=376 amount=-2 -kerning first=8244 second=248 amount=-4 -kerning first=1189 second=101 amount=-1 -kerning first=1153 second=358 amount=-5 -kerning first=902 second=299 amount=3 -kerning first=362 second=44 amount=-2 -kerning first=1205 second=294 amount=1 -kerning first=1198 second=1085 amount=-3 -kerning first=1186 second=1225 amount=1 -kerning first=274 second=301 amount=5 -kerning first=1273 second=84 amount=-3 -kerning first=102 second=8218 amount=-6 -kerning first=353 second=939 amount=-5 -kerning first=1225 second=1037 amount=1 -kerning first=192 second=288 amount=-2 -kerning first=260 second=1059 amount=-5 -kerning first=1170 second=353 amount=-5 -kerning first=1105 second=87 amount=-3 -kerning first=1033 second=84 amount=-3 -kerning first=290 second=1111 amount=2 -kerning first=239 second=309 amount=-4 -kerning first=55 second=226 amount=-3 -kerning first=106 second=372 amount=2 -kerning first=1139 second=65 amount=-2 -kerning first=283 second=89 amount=-7 -kerning first=336 second=198 amount=-2 -kerning first=318 second=206 amount=2 -kerning first=1189 second=1083 amount=-3 -kerning first=1072 second=933 amount=-6 -kerning first=1141 second=267 amount=-1 -kerning first=374 second=279 amount=-6 -kerning first=981 second=356 amount=-3 -kerning first=933 second=1234 amount=-5 -kerning first=301 second=76 amount=3 -kerning first=195 second=233 amount=-1 -kerning first=187 second=197 amount=-2 -kerning first=252 second=1198 amount=-4 -kerning first=1187 second=69 amount=1 -kerning first=196 second=1195 amount=-1 -kerning first=1063 second=95 amount=2 -kerning first=358 second=252 amount=-5 -kerning first=174 second=1239 amount=-2 -kerning first=80 second=74 amount=-6 -kerning first=376 second=241 amount=-3 -kerning first=1265 second=1200 amount=-2 -kerning first=297 second=928 amount=3 -kerning first=915 second=1107 amount=-4 -kerning first=195 second=1241 amount=-1 -kerning first=286 second=1040 amount=-1 -kerning first=935 second=8370 amount=-2 -kerning first=939 second=336 amount=-3 -kerning first=365 second=354 amount=-3 -kerning first=1269 second=1035 amount=-3 -kerning first=89 second=171 amount=-6 -kerning first=374 second=1224 amount=-3 -kerning first=915 second=942 amount=-4 -kerning first=301 second=359 amount=3 -kerning first=270 second=46 amount=-3 -kerning first=194 second=1204 amount=-6 -kerning first=260 second=291 amount=-1 -kerning first=354 second=981 amount=-5 -kerning first=1094 second=1025 amount=1 -kerning first=913 second=333 amount=-1 -kerning first=113 second=95 amount=2 -kerning first=1188 second=199 amount=-2 -kerning first=57 second=44 amount=-2 -kerning first=233 second=374 amount=-7 -kerning first=8250 second=1093 amount=-2 -kerning first=1181 second=183 amount=-2 -kerning first=1230 second=1062 amount=1 -kerning first=1077 second=84 amount=-3 -kerning first=1200 second=196 amount=-5 -kerning first=169 second=8222 amount=-3 -kerning first=88 second=972 amount=-2 -kerning first=981 second=902 amount=-2 -kerning first=1128 second=359 amount=-2 -kerning first=75 second=252 amount=-2 -kerning first=295 second=1090 amount=-2 -kerning first=922 second=336 amount=-2 -kerning first=1027 second=1074 amount=-4 -kerning first=299 second=92 amount=5 -kerning first=1111 second=354 amount=6 -kerning first=183 second=256 amount=-2 -kerning first=1143 second=95 amount=-5 -kerning first=1078 second=1153 amount=-1 -kerning first=174 second=74 amount=-5 -kerning first=67 second=1234 amount=-1 -kerning first=359 second=1059 amount=-1 -kerning first=381 second=79 amount=-2 -kerning first=1082 second=275 amount=-1 -kerning first=213 second=1058 amount=-2 -kerning first=8224 second=337 amount=-2 -kerning first=1126 second=92 amount=-5 -kerning first=1043 second=271 amount=-5 -kerning first=1107 second=224 amount=-1 -kerning first=910 second=59 amount=-4 -kerning first=106 second=299 amount=3 -kerning first=356 second=1194 amount=-2 -kerning first=1180 second=289 amount=-3 -kerning first=1088 second=118 amount=-1 -kerning first=102 second=1077 amount=-1 -kerning first=1200 second=235 amount=-6 -kerning first=923 second=8370 amount=-2 -kerning first=324 second=1199 amount=-1 -kerning first=8217 second=940 amount=-4 -kerning first=1111 second=1041 amount=3 -kerning first=972 second=120 amount=-1 -kerning first=913 second=1029 amount=-1 -kerning first=1090 second=8230 amount=-6 -kerning first=227 second=1066 amount=-3 -kerning first=95 second=1191 amount=3 -kerning first=1088 second=1201 amount=-1 -kerning first=1126 second=338 amount=-2 -kerning first=1053 second=296 amount=2 -kerning first=317 second=359 amount=-1 -kerning first=68 second=47 amount=-3 -kerning first=321 second=1198 amount=-5 -kerning first=65 second=981 amount=-1 -kerning first=1274 second=1040 amount=-6 -kerning first=932 second=1258 amount=-2 -kerning first=1201 second=225 amount=-1 -kerning first=107 second=269 amount=-1 -kerning first=38 second=1091 amount=-2 -kerning first=219 second=95 amount=-3 -kerning first=92 second=336 amount=-2 -kerning first=963 second=916 amount=-3 -kerning first=1217 second=216 amount=-2 -kerning first=1163 second=276 amount=1 -kerning first=1185 second=966 amount=-1 -kerning first=345 second=1010 amount=-1 -kerning first=358 second=288 amount=-2 -kerning first=1141 second=177 amount=-3 -kerning first=376 second=193 amount=-5 -kerning first=1091 second=46 amount=-2 -kerning first=116 second=1204 amount=-2 -kerning first=1058 second=965 amount=-4 -kerning first=315 second=92 amount=-5 -kerning first=44 second=1058 amount=-2 -kerning first=1046 second=332 amount=-2 -kerning first=8249 second=1035 amount=-3 -kerning first=1278 second=277 amount=-2 -kerning first=1234 second=63 amount=-4 -kerning first=1026 second=1197 amount=-2 -kerning first=1057 second=913 amount=-1 -kerning first=380 second=100 amount=-1 -kerning first=8244 second=1100 amount=-1 -kerning first=68 second=1198 amount=-3 -kerning first=70 second=195 amount=-6 -kerning first=1168 second=1081 amount=-4 -kerning first=1270 second=967 amount=-4 -kerning first=324 second=957 amount=-1 -kerning first=315 second=338 amount=-2 -kerning first=301 second=1238 amount=3 -kerning first=931 second=247 amount=-2 -kerning first=78 second=299 amount=5 -kerning first=195 second=374 amount=-5 -kerning first=196 second=1194 amount=-2 -kerning first=1139 second=174 amount=-1 -kerning first=121 second=1234 amount=-4 -kerning first=376 second=233 amount=-6 -kerning first=378 second=940 amount=-1 -kerning first=1171 second=275 amount=-1 -kerning first=374 second=1195 amount=-6 -kerning first=192 second=101 amount=-1 -kerning first=361 second=358 amount=-3 -kerning first=1222 second=221 amount=-1 -kerning first=1230 second=313 amount=1 -kerning first=1059 second=1054 amount=-3 -kerning first=1226 second=124 amount=1 -kerning first=114 second=102 amount=2 -kerning first=944 second=932 amount=-3 -kerning first=75 second=288 amount=-2 -kerning first=1118 second=1257 amount=-1 -kerning first=1267 second=1196 amount=-2 -kerning first=1043 second=113 amount=-5 -kerning first=8360 second=374 amount=-5 -kerning first=8221 second=245 amount=-4 -kerning first=376 second=1241 amount=-6 -kerning first=258 second=1258 amount=-2 -kerning first=1139 second=935 amount=-2 -kerning first=43 second=1185 amount=-1 -kerning first=216 second=1278 amount=-2 -kerning first=102 second=351 amount=-1 -kerning first=8225 second=963 amount=-2 -kerning first=1200 second=343 amount=-3 -kerning first=359 second=922 amount=1 -kerning first=1058 second=333 amount=-5 -kerning first=1036 second=1089 amount=-3 -kerning first=915 second=1118 amount=-4 -kerning first=69 second=299 amount=5 -kerning first=97 second=86 amount=-3 -kerning first=194 second=357 amount=-2 -kerning first=1168 second=71 amount=-2 -kerning first=234 second=174 amount=-1 -kerning first=913 second=1077 amount=-1 -kerning first=1257 second=258 amount=-2 -kerning first=1203 second=172 amount=-1 -kerning first=72 second=301 amount=5 -kerning first=376 second=1230 amount=-3 -kerning first=910 second=291 amount=-6 -kerning first=8244 second=115 amount=-5 -kerning first=54 second=95 amount=-3 -kerning first=1220 second=195 amount=-2 -kerning first=107 second=1086 amount=-1 -kerning first=1116 second=337 amount=-1 -kerning first=1067 second=938 amount=2 -kerning first=1226 second=1200 amount=-1 -kerning first=372 second=1069 amount=-2 -kerning first=240 second=1061 amount=-2 -kerning first=1017 second=88 amount=-1 -kerning first=1027 second=945 amount=-5 -kerning first=313 second=42 amount=-8 -kerning first=354 second=1040 amount=-6 -kerning first=302 second=1111 amount=5 -kerning first=309 second=93 amount=2 -kerning first=210 second=923 amount=-2 -kerning first=118 second=972 amount=-1 -kerning first=1145 second=1259 amount=-1 -kerning first=345 second=339 amount=-1 -kerning first=328 second=372 amount=-3 -kerning first=1276 second=277 amount=-2 -kerning first=1200 second=169 amount=-3 -kerning first=76 second=211 amount=-2 -kerning first=244 second=1118 amount=-1 -kerning first=90 second=1012 amount=-2 -kerning first=1058 second=8218 amount=-8 -kerning first=903 second=194 amount=-5 -kerning first=1075 second=1066 amount=-2 -kerning first=1050 second=1256 amount=-2 -kerning first=1207 second=356 amount=-2 -kerning first=957 second=959 amount=-1 -kerning first=8224 second=1105 amount=-2 -kerning first=1198 second=334 amount=-3 -kerning first=927 second=1046 amount=-2 -kerning first=1027 second=262 amount=-2 -kerning first=83 second=256 amount=-1 -kerning first=355 second=1219 amount=1 -kerning first=256 second=94 amount=-6 -kerning first=932 second=1080 amount=-4 -kerning first=229 second=121 amount=-1 -kerning first=902 second=34 amount=-5 -kerning first=8225 second=243 amount=-2 -kerning first=1091 second=103 amount=-1 -kerning first=1196 second=1251 amount=-4 -kerning first=1186 second=349 amount=-1 -kerning first=89 second=117 amount=-3 -kerning first=116 second=315 amount=1 -kerning first=915 second=263 amount=-5 -kerning first=195 second=1111 amount=3 -kerning first=84 second=1081 amount=-4 -kerning first=1267 second=271 amount=-1 -kerning first=929 second=247 amount=-2 -kerning first=197 second=289 amount=-1 -kerning first=1168 second=45 amount=-3 -kerning first=1207 second=1168 amount=1 -kerning first=1016 second=375 amount=-1 -kerning first=1093 second=235 amount=-1 -kerning first=957 second=60 amount=-2 -kerning first=1128 second=1254 amount=-2 -kerning first=221 second=981 amount=-6 -kerning first=264 second=1202 amount=-1 -kerning first=263 second=1058 amount=-5 -kerning first=1110 second=125 amount=2 -kerning first=1086 second=1200 amount=-7 -kerning first=358 second=65 amount=-6 -kerning first=1232 second=1069 amount=-2 -kerning first=246 second=1267 amount=-1 -kerning first=1198 second=1273 amount=-3 -kerning first=1128 second=1144 amount=-2 -kerning first=1036 second=1145 amount=-3 -kerning first=216 second=260 amount=-2 -kerning first=913 second=351 amount=-1 -kerning first=341 second=248 amount=-1 -kerning first=173 second=1202 amount=-4 -kerning first=324 second=354 amount=-3 -kerning first=1043 second=268 amount=-2 -kerning first=278 second=297 amount=5 -kerning first=84 second=71 amount=-2 -kerning first=1078 second=234 amount=-1 -kerning first=192 second=174 amount=-5 -kerning first=43 second=1276 amount=-4 -kerning first=1088 second=356 amount=-3 -kerning first=255 second=1059 amount=-2 -kerning first=1279 second=232 amount=-1 -kerning first=372 second=8373 amount=-2 -kerning first=382 second=269 amount=-1 -kerning first=8217 second=1237 amount=-4 -kerning first=969 second=8220 amount=-4 -kerning first=195 second=332 amount=-2 -kerning first=259 second=1265 amount=-1 -kerning first=213 second=939 amount=-3 -kerning first=1078 second=1243 amount=-1 -kerning first=277 second=1200 amount=-7 -kerning first=358 second=101 amount=-5 -kerning first=110 second=1249 amount=-2 -kerning first=254 second=1279 amount=-1 -kerning first=317 second=1254 amount=-2 -kerning first=374 second=1194 amount=-3 -kerning first=8250 second=1234 amount=-2 -kerning first=1230 second=70 amount=1 -kerning first=101 second=1185 amount=-1 -kerning first=339 second=1141 amount=-1 -kerning first=1092 second=1046 amount=-2 -kerning first=1235 second=376 amount=-6 -kerning first=1164 second=197 amount=-2 -kerning first=112 second=1199 amount=-1 -kerning first=1196 second=109 amount=-4 -kerning first=380 second=1026 amount=-2 -kerning first=239 second=1039 amount=3 -kerning first=376 second=1125 amount=-3 -kerning first=317 second=1144 amount=-2 -kerning first=48 second=8230 amount=-2 -kerning first=1243 second=1203 amount=-1 -kerning first=932 second=172 amount=-3 -kerning first=1071 second=239 amount=5 -kerning first=170 second=1236 amount=-5 -kerning first=1270 second=183 amount=-3 -kerning first=933 second=1258 amount=-3 -kerning first=359 second=1025 amount=1 -kerning first=1058 second=1077 amount=-5 -kerning first=8217 second=961 amount=-1 -kerning first=44 second=182 amount=-3 -kerning first=1250 second=298 amount=2 -kerning first=260 second=1054 amount=-2 -kerning first=71 second=932 amount=-2 -kerning first=336 second=1244 amount=-2 -kerning first=1234 second=959 amount=-1 -kerning first=1267 second=113 amount=-1 -kerning first=1116 second=1105 amount=-1 -kerning first=356 second=1138 amount=-2 -kerning first=1201 second=100 amount=-1 -kerning first=1088 second=902 amount=-2 -kerning first=281 second=1141 amount=-1 -kerning first=1259 second=197 amount=-2 -kerning first=120 second=1204 amount=-3 -kerning first=255 second=291 amount=-1 -kerning first=908 second=354 amount=-2 -kerning first=1196 second=173 amount=-3 -kerning first=89 second=286 amount=-3 -kerning first=75 second=101 amount=-3 -kerning first=111 second=1026 amount=-3 -kerning first=1043 second=52 amount=-4 -kerning first=8221 second=1097 amount=-1 -kerning first=947 second=8230 amount=-5 -kerning first=44 second=939 amount=-4 -kerning first=84 second=45 amount=-3 -kerning first=95 second=927 amount=-3 -kerning first=1087 second=1196 amount=-3 -kerning first=1237 second=1059 amount=-7 -kerning first=1189 second=1257 amount=-1 -kerning first=36 second=1236 amount=-1 -kerning first=1232 second=8373 amount=-2 -kerning first=286 second=1198 amount=-2 -kerning first=1178 second=1258 amount=-2 -kerning first=981 second=93 amount=-1 -kerning first=1199 second=940 amount=-1 -kerning first=1187 second=1050 amount=1 -kerning first=119 second=277 amount=-1 -kerning first=112 second=957 amount=-1 -kerning first=1101 second=1118 amount=-1 -kerning first=1234 second=60 amount=-2 -kerning first=935 second=232 amount=-2 -kerning first=905 second=300 amount=2 -kerning first=122 second=945 amount=-1 -kerning first=313 second=213 amount=-2 -kerning first=245 second=41 amount=-1 -kerning first=225 second=1140 amount=-3 -kerning first=336 second=193 amount=-2 -kerning first=215 second=1198 amount=-3 -kerning first=1205 second=322 amount=1 -kerning first=1200 second=210 amount=-3 -kerning first=1091 second=259 amount=-1 -kerning first=382 second=1086 amount=-1 -kerning first=8217 second=246 amount=-4 -kerning first=346 second=194 amount=-1 -kerning first=1111 second=316 amount=3 -kerning first=194 second=1256 amount=-2 -kerning first=1083 second=932 amount=-3 -kerning first=1273 second=1118 amount=-1 -kerning first=95 second=1267 amount=-5 -kerning first=174 second=263 amount=-2 -kerning first=358 second=341 amount=-4 -kerning first=1271 second=966 amount=-1 -kerning first=1225 second=115 amount=-1 -kerning first=310 second=173 amount=-4 -kerning first=266 second=95 amount=-3 -kerning first=46 second=1090 amount=-5 -kerning first=65 second=355 amount=-2 -kerning first=256 second=214 amount=-2 -kerning first=356 second=287 amount=-5 -kerning first=194 second=1200 amount=-5 -kerning first=1168 second=1082 amount=-4 -kerning first=1170 second=43 amount=-3 -kerning first=1033 second=1118 amount=-1 -kerning first=908 second=913 amount=-2 -kerning first=372 second=257 amount=-4 -kerning first=1211 second=174 amount=-1 -kerning first=313 second=118 amount=-4 -kerning first=196 second=1138 amount=-2 -kerning first=1143 second=335 amount=-1 -kerning first=1274 second=47 amount=-5 -kerning first=1230 second=1198 amount=-1 -kerning first=1072 second=1204 amount=-3 -kerning first=372 second=1153 amount=-4 -kerning first=981 second=1265 amount=-1 -kerning first=1058 second=351 amount=-5 -kerning first=313 second=1201 amount=-4 -kerning first=311 second=99 amount=-1 -kerning first=1255 second=1196 amount=-3 -kerning first=284 second=88 amount=-1 -kerning first=1098 second=1267 amount=-2 -kerning first=221 second=1040 amount=-5 -kerning first=1118 second=1108 amount=-1 -kerning first=245 second=1091 amount=-1 -kerning first=8220 second=191 amount=-4 -kerning first=1243 second=910 amount=-7 -kerning first=1277 second=354 amount=-3 -kerning first=923 second=232 amount=-1 -kerning first=1198 second=8230 amount=-4 -kerning first=1263 second=8244 amount=2 -kerning first=1175 second=235 amount=-1 -kerning first=193 second=8225 amount=-5 -kerning first=171 second=1059 amount=-4 -kerning first=256 second=1199 amount=-4 -kerning first=87 second=256 amount=-4 -kerning first=1118 second=1032 amount=-4 -kerning first=1026 second=253 amount=-1 -kerning first=376 second=332 amount=-3 -kerning first=115 second=1035 amount=-5 -kerning first=1244 second=337 amount=-2 -kerning first=378 second=246 amount=-1 -kerning first=933 second=1080 amount=-3 -kerning first=116 second=124 amount=1 -kerning first=1253 second=372 amount=-3 -kerning first=1215 second=89 amount=-7 -kerning first=1046 second=103 amount=-2 -kerning first=279 second=1196 amount=-3 -kerning first=1097 second=330 amount=1 -kerning first=1035 second=1267 amount=-1 -kerning first=1263 second=84 amount=-2 -kerning first=66 second=1111 amount=2 -kerning first=1166 second=1207 amount=-1 -kerning first=299 second=925 amount=3 -kerning first=55 second=301 amount=6 -kerning first=196 second=287 amount=-1 -kerning first=1274 second=382 amount=-3 -kerning first=1180 second=271 amount=-3 -kerning first=1138 second=354 amount=-2 -kerning first=1145 second=1193 amount=-1 -kerning first=230 second=89 amount=-7 -kerning first=1077 second=1118 amount=-1 -kerning first=92 second=36 amount=-1 -kerning first=1202 second=966 amount=-2 -kerning first=89 second=920 amount=-3 -kerning first=75 second=174 amount=-1 -kerning first=352 second=1234 amount=-1 -kerning first=1163 second=1059 amount=-1 -kerning first=371 second=8216 amount=-3 -kerning first=1170 second=1236 amount=-6 -kerning first=375 second=95 amount=-5 -kerning first=87 second=281 amount=-4 -kerning first=186 second=923 amount=-5 -kerning first=1267 second=238 amount=3 -kerning first=1106 second=1035 amount=-3 -kerning first=1232 second=1153 amount=-1 -kerning first=1200 second=1259 amount=-6 -kerning first=910 second=1054 amount=-3 -kerning first=263 second=939 amount=-4 -kerning first=116 second=1200 amount=-1 -kerning first=114 second=1267 amount=1 -kerning first=1016 second=1066 amount=-3 -kerning first=88 second=81 amount=-2 -kerning first=1196 second=1220 amount=-4 -kerning first=966 second=1140 amount=-4 -kerning first=1188 second=1207 amount=-5 -kerning first=357 second=310 amount=1 -kerning first=1027 second=111 amount=-5 -kerning first=84 second=1082 amount=-4 -kerning first=959 second=92 amount=-4 -kerning first=112 second=354 amount=-3 -kerning first=118 second=224 amount=-1 -kerning first=256 second=957 amount=-4 -kerning first=345 second=1072 amount=-1 -kerning first=1100 second=1026 amount=-7 -kerning first=292 second=297 amount=5 -kerning first=90 second=266 amount=-2 -kerning first=8222 second=1095 amount=-2 -kerning first=354 second=47 amount=-5 -kerning first=1050 second=1017 amount=-2 -kerning first=1094 second=1049 amount=1 -kerning first=1207 second=917 amount=1 -kerning first=1096 second=8220 amount=-3 -kerning first=1231 second=95 amount=2 -kerning first=288 second=358 amount=-2 -kerning first=87 second=1226 amount=-2 -kerning first=340 second=939 amount=-2 -kerning first=1138 second=913 amount=-2 -kerning first=1201 second=1026 amount=-2 -kerning first=1145 second=1109 amount=-1 -kerning first=1119 second=86 amount=-3 -kerning first=1099 second=41 amount=2 -kerning first=89 second=8363 amount=-6 -kerning first=265 second=1090 amount=-1 -kerning first=379 second=908 amount=-2 -kerning first=1275 second=1204 amount=-2 -kerning first=63 second=256 amount=-4 -kerning first=1197 second=173 amount=-1 -kerning first=1203 second=333 amount=-1 -kerning first=247 second=358 amount=-3 -kerning first=1210 second=1026 amount=-3 -kerning first=1225 second=108 amount=1 -kerning first=933 second=172 amount=-3 -kerning first=348 second=196 amount=-1 -kerning first=97 second=8216 amount=-3 -kerning first=1050 second=303 amount=2 -kerning first=114 second=269 amount=-1 -kerning first=1207 second=318 amount=1 -kerning first=210 second=1217 amount=-2 -kerning first=1040 second=281 amount=-1 -kerning first=1140 second=923 amount=-5 -kerning first=176 second=260 amount=-6 -kerning first=1263 second=1239 amount=-1 -kerning first=1043 second=248 amount=-5 -kerning first=1143 second=1104 amount=-1 -kerning first=1220 second=119 amount=-1 -kerning first=112 second=913 amount=-2 -kerning first=233 second=1249 amount=-1 -kerning first=192 second=1257 amount=-1 -kerning first=197 second=1196 amount=-6 -kerning first=1274 second=1175 amount=-3 -kerning first=1180 second=113 amount=-3 -kerning first=336 second=374 amount=-3 -kerning first=1060 second=86 amount=-2 -kerning first=1265 second=244 amount=-1 -kerning first=254 second=186 amount=-2 -kerning first=374 second=1138 amount=-3 -kerning first=915 second=365 amount=-5 -kerning first=8217 second=1096 amount=-1 -kerning first=301 second=301 amount=3 -kerning first=354 second=382 amount=-3 -kerning first=260 second=372 amount=-4 -kerning first=1199 second=1237 amount=-1 -kerning first=1226 second=1162 amount=1 -kerning first=1085 second=358 amount=-3 -kerning first=239 second=1024 amount=3 -kerning first=1178 second=172 amount=-4 -kerning first=8244 second=959 amount=-4 -kerning first=322 second=207 amount=2 -kerning first=1201 second=297 amount=3 -kerning first=1087 second=87 amount=-3 -kerning first=1205 second=205 amount=1 -kerning first=1141 second=260 amount=-4 -kerning first=923 second=221 amount=-5 -kerning first=1128 second=301 amount=3 -kerning first=1184 second=214 amount=-2 -kerning first=252 second=8221 amount=1 -kerning first=1163 second=922 amount=1 -kerning first=210 second=192 amount=-2 -kerning first=1270 second=1253 amount=-4 -kerning first=1265 second=8222 amount=-5 -kerning first=1244 second=1105 amount=-2 -kerning first=1170 second=251 amount=-5 -kerning first=8224 second=231 amount=-2 -kerning first=372 second=194 amount=-4 -kerning first=1263 second=74 amount=-4 -kerning first=240 second=121 amount=-1 -kerning first=313 second=356 amount=-6 -kerning first=1225 second=1134 amount=1 -kerning first=8244 second=60 amount=-6 -kerning first=1110 second=239 amount=3 -kerning first=1081 second=86 amount=-3 -kerning first=193 second=79 amount=-2 -kerning first=1243 second=1093 amount=-1 -kerning first=65 second=1198 amount=-5 -kerning first=932 second=965 amount=-4 -kerning first=126 second=84 amount=-3 -kerning first=1189 second=1108 amount=-1 -kerning first=343 second=1207 amount=-1 -kerning first=1091 second=273 amount=-1 -kerning first=1140 second=8370 amount=-2 -kerning first=374 second=287 amount=-6 -kerning first=1202 second=1060 amount=-2 -kerning first=301 second=1250 amount=3 -kerning first=271 second=307 amount=3 -kerning first=195 second=103 amount=-1 -kerning first=906 second=299 amount=5 -kerning first=1184 second=1199 amount=-3 -kerning first=197 second=271 amount=-1 -kerning first=256 second=354 amount=-6 -kerning first=1092 second=125 amount=-1 -kerning first=114 second=1086 amount=-1 -kerning first=372 second=234 amount=-4 -kerning first=8221 second=375 amount=1 -kerning first=1074 second=374 amount=-5 -kerning first=55 second=962 amount=-3 -kerning first=1162 second=207 amount=2 -kerning first=1255 second=87 amount=-3 -kerning first=1224 second=84 amount=-3 -kerning first=1088 second=93 amount=-1 -kerning first=1093 second=1259 amount=-1 -kerning first=372 second=1243 amount=-4 -kerning first=939 second=1242 amount=-3 -kerning first=1075 second=101 amount=-1 -kerning first=354 second=1175 amount=-3 -kerning first=260 second=299 amount=3 -kerning first=1199 second=246 amount=-1 -kerning first=1094 second=294 amount=1 -kerning first=227 second=174 amount=-1 -kerning first=173 second=356 amount=-3 -kerning first=935 second=212 amount=-2 -kerning first=1126 second=335 amount=-1 -kerning first=122 second=111 amount=-1 -kerning first=313 second=902 amount=2 -kerning first=376 second=46 amount=-4 -kerning first=268 second=301 amount=2 -kerning first=197 second=1275 amount=-2 -kerning first=1180 second=268 amount=-2 -kerning first=932 second=333 amount=-5 -kerning first=232 second=358 amount=-3 -kerning first=1059 second=1020 amount=-3 -kerning first=1097 second=8217 amount=2 -kerning first=372 second=1085 amount=-2 -kerning first=1027 second=1209 amount=-5 -kerning first=239 second=1196 amount=6 -kerning first=924 second=239 amount=5 -kerning first=194 second=1017 amount=-2 -kerning first=181 second=126 amount=-2 -kerning first=279 second=87 amount=-3 -kerning first=332 second=1040 amount=-2 -kerning first=1203 second=1077 amount=-1 -kerning first=95 second=105 amount=2 -kerning first=1234 second=290 amount=-2 -kerning first=922 second=1242 amount=-2 -kerning first=321 second=8221 amount=-3 -kerning first=1184 second=957 amount=-3 -kerning first=1241 second=1035 amount=-3 -kerning first=356 second=1012 amount=-2 -kerning first=1075 second=1083 amount=-3 -kerning first=1199 second=8217 amount=2 -kerning first=121 second=172 amount=-3 -kerning first=324 second=1263 amount=-1 -kerning first=358 second=1257 amount=-5 -kerning first=264 second=902 amount=-1 -kerning first=1032 second=46 amount=-2 -kerning first=99 second=910 amount=-4 -kerning first=1122 second=1236 amount=-2 -kerning first=55 second=242 amount=-3 -kerning first=1169 second=173 amount=-1 -kerning first=118 second=195 amount=-4 -kerning first=932 second=8218 amount=-8 -kerning first=1180 second=238 amount=2 -kerning first=1088 second=1265 amount=-1 -kerning first=1232 second=234 amount=-1 -kerning first=1191 second=1203 amount=-1 -kerning first=1205 second=1068 amount=1 -kerning first=293 second=932 amount=-3 -kerning first=929 second=258 amount=-5 -kerning first=111 second=1061 amount=-2 -kerning first=1226 second=1225 amount=1 -kerning first=957 second=196 amount=-4 -kerning first=1095 second=1140 amount=-3 -kerning first=1267 second=248 amount=-1 -kerning first=1232 second=1243 amount=-1 -kerning first=961 second=1199 amount=-1 -kerning first=328 second=1098 amount=-2 -kerning first=353 second=92 amount=-3 -kerning first=197 second=113 amount=-1 -kerning first=1201 second=1235 amount=-1 -kerning first=1222 second=223 amount=1 -kerning first=1116 second=231 amount=-1 -kerning first=253 second=356 amount=-2 -kerning first=1270 second=338 amount=-2 -kerning first=923 second=212 amount=-2 -kerning first=1217 second=927 amount=-2 -kerning first=1043 second=1100 amount=-4 -kerning first=1163 second=1025 amount=1 -kerning first=258 second=333 amount=-1 -kerning first=225 second=1058 amount=-3 -kerning first=228 second=1035 amount=-3 -kerning first=261 second=221 amount=-6 -kerning first=224 second=1143 amount=-1 -kerning first=1271 second=226 amount=-1 -kerning first=170 second=277 amount=-2 -kerning first=1200 second=1193 amount=-6 -kerning first=1225 second=204 amount=1 -kerning first=92 second=1242 amount=-2 -kerning first=297 second=75 amount=3 -kerning first=8220 second=198 amount=-6 -kerning first=75 second=1257 amount=-3 -kerning first=379 second=126 amount=-2 -kerning first=275 second=84 amount=-3 -kerning first=40 second=106 amount=1 -kerning first=957 second=235 amount=-1 -kerning first=1196 second=79 amount=-2 -kerning first=1278 second=285 amount=-2 -kerning first=8370 second=1202 amount=-1 -kerning first=196 second=1012 amount=-2 -kerning first=903 second=8230 amount=-6 -kerning first=256 second=1103 amount=-1 -kerning first=107 second=1092 amount=-1 -kerning first=8225 second=99 amount=-2 -kerning first=255 second=1076 amount=-3 -kerning first=301 second=1223 amount=3 -kerning first=243 second=1277 amount=-1 -kerning first=939 second=1074 amount=-3 -kerning first=196 second=358 amount=-6 -kerning first=210 second=221 amount=-3 -kerning first=1072 second=1200 amount=-6 -kerning first=345 second=1203 amount=1 -kerning first=961 second=957 amount=-1 -kerning first=376 second=103 amount=-6 -kerning first=98 second=375 amount=-1 -kerning first=1056 second=1072 amount=-1 -kerning first=8218 second=933 amount=-7 -kerning first=197 second=87 amount=-4 -kerning first=1230 second=1252 amount=1 -kerning first=1168 second=971 amount=-4 -kerning first=1050 second=244 amount=-3 -kerning first=253 second=902 amount=-4 -kerning first=1257 second=1059 amount=-7 -kerning first=957 second=1222 amount=-3 -kerning first=1278 second=162 amount=-2 -kerning first=1043 second=115 amount=-5 -kerning first=239 second=1275 amount=3 -kerning first=258 second=1029 amount=-1 -kerning first=1200 second=1109 amount=-4 -kerning first=1091 second=240 amount=-1 -kerning first=310 second=79 amount=-2 -kerning first=359 second=1049 amount=1 -kerning first=8222 second=255 amount=-3 -kerning first=1251 second=1140 amount=-3 -kerning first=79 second=195 amount=-2 -kerning first=972 second=1078 amount=-1 -kerning first=1269 second=1199 amount=-1 -kerning first=1126 second=1104 amount=-1 -kerning first=1225 second=60 amount=-2 -kerning first=246 second=1279 amount=-1 -kerning first=1052 second=300 amount=2 -kerning first=8244 second=361 amount=-3 -kerning first=192 second=1108 amount=-1 -kerning first=356 second=1169 amount=-4 -kerning first=932 second=1077 amount=-5 -kerning first=1145 second=1010 amount=-1 -kerning first=902 second=972 amount=-1 -kerning first=1235 second=1141 amount=-1 -kerning first=1191 second=910 amount=-11 -kerning first=1216 second=303 amount=2 -kerning first=89 second=216 amount=-3 -kerning first=1186 second=1229 amount=1 -kerning first=1128 second=242 amount=-1 -kerning first=1217 second=269 amount=-2 -kerning first=915 second=256 amount=-6 -kerning first=1111 second=209 amount=3 -kerning first=193 second=8244 amount=-7 -kerning first=288 second=237 amount=2 -kerning first=86 second=288 amount=-2 -kerning first=375 second=335 amount=-1 -kerning first=1276 second=285 amount=-2 -kerning first=305 second=303 amount=3 -kerning first=933 second=965 amount=-3 -kerning first=273 second=1111 amount=3 -kerning first=197 second=268 amount=-2 -kerning first=1168 second=337 amount=-5 -kerning first=1046 second=273 amount=-2 -kerning first=1175 second=1259 amount=-1 -kerning first=248 second=198 amount=-2 -kerning first=236 second=86 amount=2 -kerning first=193 second=84 amount=-6 -kerning first=102 second=261 amount=-1 -kerning first=1232 second=376 amount=-5 -kerning first=1270 second=1163 amount=-4 -kerning first=244 second=256 amount=-2 -kerning first=1128 second=8220 amount=-8 -kerning first=116 second=1162 amount=1 -kerning first=915 second=281 amount=-5 -kerning first=8217 second=253 amount=1 -kerning first=966 second=1058 amount=-3 -kerning first=1109 second=358 amount=-5 -kerning first=1269 second=957 amount=-1 -kerning first=1117 second=89 amount=-6 -kerning first=1234 second=235 amount=-1 -kerning first=1100 second=1061 amount=-2 -kerning first=186 second=192 amount=-5 -kerning first=1118 second=1255 amount=-1 -kerning first=1276 second=162 amount=-2 -kerning first=1225 second=1067 amount=1 -kerning first=1243 second=1234 amount=-2 -kerning first=1011 second=295 amount=3 -kerning first=356 second=1088 amount=-4 -kerning first=1196 second=973 amount=-4 -kerning first=88 second=211 amount=-2 -kerning first=243 second=933 amount=-7 -kerning first=357 second=921 amount=1 -kerning first=303 second=297 amount=3 -kerning first=258 second=1077 amount=-1 -kerning first=84 second=971 amount=-4 -kerning first=1119 second=8216 amount=-3 -kerning first=933 second=333 amount=-6 -kerning first=8353 second=95 amount=-3 -kerning first=915 second=1226 amount=-4 -kerning first=1170 second=277 amount=-5 -kerning first=119 second=932 amount=-3 -kerning first=1016 second=65 amount=-2 -kerning first=957 second=89 amount=-2 -kerning first=341 second=959 amount=-1 -kerning first=186 second=232 amount=-2 -kerning first=1126 second=353 amount=-1 -kerning first=242 second=255 amount=-1 -kerning first=1053 second=1111 amount=5 -kerning first=317 second=8220 amount=-5 -kerning first=238 second=93 amount=2 -kerning first=8244 second=943 amount=-4 -kerning first=932 second=351 amount=-5 -kerning first=1145 second=339 amount=-1 -kerning first=1277 second=265 amount=-1 -kerning first=961 second=354 amount=-3 -kerning first=1093 second=1193 amount=-1 -kerning first=1115 second=89 amount=-6 -kerning first=1242 second=358 amount=-2 -kerning first=374 second=1012 amount=-3 -kerning first=1217 second=1086 amount=-2 -kerning first=939 second=945 amount=-6 -kerning first=1179 second=356 amount=-4 -kerning first=1194 second=258 amount=-1 -kerning first=112 second=1263 amount=-1 -kerning first=336 second=46 amount=-3 -kerning first=1060 second=8216 amount=-2 -kerning first=95 second=328 amount=3 -kerning first=1114 second=1277 amount=-1 -kerning first=80 second=256 amount=-5 -kerning first=376 second=259 amount=-6 -kerning first=1178 second=333 amount=-3 -kerning first=374 second=358 amount=3 -kerning first=337 second=1035 amount=-3 -kerning first=933 second=8218 amount=-7 -kerning first=1230 second=1186 amount=1 -kerning first=260 second=34 amount=-5 -kerning first=211 second=1276 amount=-2 -kerning first=1170 second=1189 amount=-4 -kerning first=114 second=227 amount=-1 -kerning first=1207 second=1211 amount=1 -kerning first=1066 second=375 amount=-1 -kerning first=341 second=60 amount=-3 -kerning first=1233 second=1196 amount=-3 -kerning first=1140 second=192 amount=-5 -kerning first=372 second=334 amount=-2 -kerning first=1263 second=263 amount=-1 -kerning first=939 second=262 amount=-3 -kerning first=8216 second=1033 amount=-4 -kerning first=299 second=381 amount=6 -kerning first=193 second=1239 amount=-1 -kerning first=84 second=337 amount=-5 -kerning first=1274 second=963 amount=-5 -kerning first=1180 second=248 amount=-3 -kerning first=1237 second=372 amount=-3 -kerning first=1270 second=95 amount=-4 -kerning first=359 second=294 amount=1 -kerning first=382 second=1092 amount=-1 -kerning first=922 second=945 amount=-3 -kerning first=194 second=244 amount=-1 -kerning first=1068 second=1277 amount=-1 -kerning first=358 second=1108 amount=-5 -kerning first=8216 second=923 amount=-6 -kerning first=1061 second=972 amount=-2 -kerning first=269 second=221 amount=-4 -kerning first=981 second=1278 amount=-2 -kerning first=225 second=939 amount=-6 -kerning first=1253 second=1098 amount=-2 -kerning first=257 second=932 amount=-3 -kerning first=8225 second=198 amount=-5 -kerning first=961 second=913 amount=-2 -kerning first=255 second=299 amount=3 -kerning first=92 second=86 amount=-5 -kerning first=42 second=38 amount=-2 -kerning first=1140 second=232 amount=-4 -kerning first=1098 second=1279 amount=-1 -kerning first=1202 second=1254 amount=-2 -kerning first=922 second=262 amount=-2 -kerning first=1188 second=8249 amount=-8 -kerning first=1081 second=8216 amount=-3 -kerning first=258 second=351 amount=-1 -kerning first=174 second=256 amount=-5 -kerning first=86 second=65 amount=-5 -kerning first=358 second=1032 amount=-6 -kerning first=375 second=1104 amount=-1 -kerning first=971 second=1026 amount=-3 -kerning first=1225 second=77 amount=1 -kerning first=1244 second=231 amount=-2 -kerning first=372 second=1273 amount=-2 -kerning first=1202 second=1144 amount=-2 -kerning first=301 second=1099 amount=6 -kerning first=356 second=266 amount=-2 -kerning first=1168 second=1105 amount=-5 -kerning first=1226 second=349 amount=-1 -kerning first=1207 second=323 amount=1 -kerning first=119 second=285 amount=-1 -kerning first=332 second=47 amount=-3 -kerning first=1234 second=169 amount=-2 -kerning first=965 second=8220 amount=-3 -kerning first=239 second=238 amount=6 -kerning first=910 second=1020 amount=-3 -kerning first=1269 second=354 amount=-3 -kerning first=8250 second=56 amount=-2 -kerning first=1274 second=243 amount=-5 -kerning first=1230 second=8221 amount=2 -kerning first=1277 second=1139 amount=-1 -kerning first=1232 second=334 amount=-2 -kerning first=1020 second=86 amount=-4 -kerning first=1191 second=1093 amount=-1 -kerning first=92 second=945 amount=-1 -kerning first=1091 second=230 amount=-1 -kerning first=116 second=1225 amount=1 -kerning first=75 second=1108 amount=-3 -kerning first=195 second=273 amount=-1 -kerning first=259 second=1090 amount=-2 -kerning first=1101 second=256 amount=-2 -kerning first=1234 second=89 amount=-5 -kerning first=174 second=281 amount=-2 -kerning first=86 second=101 amount=-4 -kerning first=72 second=206 amount=2 -kerning first=333 second=194 amount=-2 -kerning first=98 second=1066 amount=-3 -kerning first=1181 second=335 amount=-1 -kerning first=183 second=1196 amount=-3 -kerning first=1046 second=240 amount=-2 -kerning first=1051 second=239 amount=5 -kerning first=332 second=1198 amount=-3 -kerning first=119 second=162 amount=-1 -kerning first=47 second=308 amount=-4 -kerning first=92 second=262 amount=-2 -kerning first=254 second=1040 amount=-2 -kerning first=81 second=195 amount=-2 -kerning first=357 second=914 amount=1 -kerning first=313 second=1265 amount=-4 -kerning first=8221 second=252 amount=-3 -kerning first=302 second=938 amount=2 -kerning first=1277 second=247 amount=-1 -kerning first=1114 second=933 amount=-11 -kerning first=114 second=1279 amount=1 -kerning first=1232 second=373 amount=-4 -kerning first=1141 second=966 amount=-1 -kerning first=374 second=1169 amount=-3 -kerning first=933 second=1077 amount=-6 -kerning first=1058 second=250 amount=-5 -kerning first=8217 second=171 amount=-5 -kerning first=237 second=1140 amount=2 -kerning first=354 second=963 amount=-5 -kerning first=311 second=233 amount=-1 -kerning first=213 second=92 amount=-2 -kerning first=1033 second=256 amount=-2 -kerning first=71 second=236 amount=2 -kerning first=121 second=333 amount=-1 -kerning first=1256 second=1066 amount=-2 -kerning first=239 second=1037 amount=3 -kerning first=8230 second=932 amount=-2 -kerning first=196 second=266 amount=-2 -kerning first=256 second=1263 amount=-4 -kerning first=1075 second=1257 amount=-1 -kerning first=1145 second=239 amount=7 -kerning first=1189 second=1255 amount=-1 -kerning first=311 second=1241 amount=-1 -kerning first=102 second=197 amount=-2 -kerning first=1016 second=174 amount=-1 -kerning first=1113 second=255 amount=-2 -kerning first=109 second=8220 amount=-3 -kerning first=981 second=260 amount=-2 -kerning first=1186 second=342 amount=1 -kerning first=1224 second=1118 amount=-1 -kerning first=1068 second=933 amount=-7 -kerning first=345 second=1093 amount=1 -kerning first=1178 second=1077 amount=-3 -kerning first=246 second=186 amount=-2 -kerning first=8244 second=196 amount=-9 -kerning first=192 second=908 amount=-2 -kerning first=1094 second=322 amount=1 -kerning first=1016 second=935 amount=-2 -kerning first=1095 second=1058 amount=-3 -kerning first=1196 second=1239 amount=-5 -kerning first=121 second=8218 amount=-5 -kerning first=162 second=221 amount=-4 -kerning first=1213 second=1143 amount=-1 -kerning first=966 second=939 amount=-7 -kerning first=1107 second=97 amount=-1 -kerning first=84 second=1105 amount=-5 -kerning first=212 second=88 amount=-2 -kerning first=1189 second=126 amount=-1 -kerning first=102 second=275 amount=-1 -kerning first=1200 second=1010 amount=-6 -kerning first=923 second=1213 amount=-2 -kerning first=374 second=1088 amount=-3 -kerning first=1058 second=261 amount=-5 -kerning first=8249 second=354 amount=-3 -kerning first=354 second=243 amount=-5 -kerning first=1175 second=1193 amount=-1 -kerning first=1025 second=299 amount=5 -kerning first=87 second=289 amount=-4 -kerning first=76 second=1140 amount=-5 -kerning first=8244 second=235 amount=-4 -kerning first=363 second=910 amount=-4 -kerning first=65 second=963 amount=-1 -kerning first=197 second=248 amount=-1 -kerning first=256 second=265 amount=-1 -kerning first=1196 second=1102 amount=-4 -kerning first=111 second=121 amount=-1 -kerning first=8221 second=912 amount=-4 -kerning first=310 second=1239 amount=-3 -kerning first=8220 second=193 amount=-6 -kerning first=981 second=1090 amount=-2 -kerning first=933 second=351 amount=-4 -kerning first=1036 second=967 amount=-3 -kerning first=210 second=44 amount=-3 -kerning first=169 second=194 amount=-2 -kerning first=1196 second=74 amount=-6 -kerning first=1198 second=199 amount=-3 -kerning first=8370 second=356 amount=-2 -kerning first=1057 second=258 amount=-1 -kerning first=920 second=196 amount=-2 -kerning first=8244 second=1222 amount=-4 -kerning first=1143 second=1236 amount=-4 -kerning first=225 second=967 amount=-1 -kerning first=197 second=39 amount=-5 -kerning first=214 second=1202 amount=-2 -kerning first=107 second=981 amount=-1 -kerning first=343 second=1035 amount=-4 -kerning first=957 second=1259 amount=-1 -kerning first=176 second=1060 amount=-1 -kerning first=944 second=8217 amount=1 -kerning first=372 second=8230 amount=-6 -kerning first=1027 second=8250 amount=-3 -kerning first=8249 second=913 amount=-2 -kerning first=1233 second=87 amount=-3 -kerning first=1234 second=210 amount=-2 -kerning first=45 second=1140 amount=-2 -kerning first=1026 second=1185 amount=-2 -kerning first=376 second=273 amount=-6 -kerning first=8373 second=301 amount=2 -kerning first=65 second=243 amount=-1 -kerning first=1181 second=1104 amount=-1 -kerning first=275 second=1118 amount=-1 -kerning first=1251 second=1058 amount=-3 -kerning first=1168 second=951 amount=-4 -kerning first=1102 second=194 amount=-2 -kerning first=1066 second=1066 amount=-3 -kerning first=1040 second=289 amount=-1 -kerning first=335 second=196 amount=-2 -kerning first=1043 second=959 amount=-5 -kerning first=355 second=8216 amount=-3 -kerning first=309 second=1011 amount=3 -kerning first=1197 second=84 amount=-2 -kerning first=1185 second=242 amount=-1 -kerning first=70 second=1089 amount=-3 -kerning first=334 second=358 amount=-2 -kerning first=1239 second=1035 amount=-3 -kerning first=1200 second=339 amount=-6 -kerning first=89 second=1191 amount=-3 -kerning first=1058 second=331 amount=-4 -kerning first=267 second=932 amount=-5 -kerning first=248 second=1244 amount=-2 -kerning first=195 second=240 amount=-1 -kerning first=194 second=349 amount=-1 -kerning first=187 second=86 amount=-4 -kerning first=913 second=275 amount=-1 -kerning first=121 second=1077 amount=-1 -kerning first=8370 second=902 amount=-1 -kerning first=1166 second=228 amount=-1 -kerning first=333 second=376 amount=-7 -kerning first=8218 second=1204 amount=-6 -kerning first=8244 second=343 amount=-1 -kerning first=65 second=8221 amount=-7 -kerning first=256 second=1139 amount=-1 -kerning first=322 second=1031 amount=2 -kerning first=1145 second=1072 amount=-1 -kerning first=1222 second=1026 amount=-2 -kerning first=1230 second=347 amount=-1 -kerning first=1034 second=194 amount=-2 -kerning first=114 second=1092 amount=-1 -kerning first=253 second=267 amount=-1 -kerning first=374 second=266 amount=-3 -kerning first=351 second=356 amount=-5 -kerning first=939 second=111 amount=-6 -kerning first=1043 second=60 amount=-5 -kerning first=1089 second=1198 amount=-4 -kerning first=1163 second=1049 amount=1 -kerning first=320 second=95 amount=2 -kerning first=358 second=908 amount=-2 -kerning first=981 second=170 amount=-2 -kerning first=226 second=374 amount=-6 -kerning first=101 second=1267 amount=-1 -kerning first=1153 second=1066 amount=-5 -kerning first=8224 second=279 amount=-2 -kerning first=1098 second=186 amount=-3 -kerning first=121 second=1113 amount=-3 -kerning first=248 second=193 amount=-2 -kerning first=1188 second=228 amount=-5 -kerning first=299 second=302 amount=3 -kerning first=208 second=195 amount=-2 -kerning first=59 second=358 amount=-2 -kerning first=1274 second=347 amount=-5 -kerning first=1207 second=1043 amount=1 -kerning first=1270 second=944 amount=-4 -kerning first=1196 second=1107 amount=-4 -kerning first=374 second=237 amount=-2 -kerning first=1184 second=1263 amount=-3 -kerning first=922 second=111 amount=-3 -kerning first=8217 second=117 amount=-3 -kerning first=183 second=87 amount=-2 -kerning first=1187 second=292 amount=1 -kerning first=1090 second=1207 amount=-1 -kerning first=1088 second=1278 amount=-2 -kerning first=95 second=947 amount=-4 -kerning first=376 second=1167 amount=-3 -kerning first=1225 second=928 amount=1 -kerning first=192 second=1255 amount=-1 -kerning first=356 second=245 amount=-5 -kerning first=1082 second=945 amount=-1 -kerning first=902 second=81 amount=-2 -kerning first=120 second=244 amount=-1 -kerning first=1093 second=1010 amount=-1 -kerning first=1140 second=212 amount=-2 -kerning first=1196 second=942 amount=-4 -kerning first=75 second=908 amount=-2 -kerning first=1234 second=1259 amount=-1 -kerning first=221 second=963 amount=-6 -kerning first=966 second=967 amount=-1 -kerning first=1106 second=1199 amount=-1 -kerning first=357 second=72 amount=1 -kerning first=222 second=1204 amount=-4 -kerning first=340 second=92 amount=-1 -kerning first=193 second=1118 amount=-4 -kerning first=1162 second=1031 amount=2 -kerning first=84 second=951 amount=-4 -kerning first=1197 second=1239 amount=-1 -kerning first=70 second=1145 amount=-3 -kerning first=1100 second=121 amount=-2 -kerning first=1026 second=1276 amount=-2 -kerning first=1091 second=1095 amount=-1 -kerning first=297 second=1042 amount=3 -kerning first=116 second=349 amount=-1 -kerning first=972 second=8220 amount=-4 -kerning first=1084 second=1091 amount=-1 -kerning first=1094 second=205 amount=1 -kerning first=213 second=95 amount=-3 -kerning first=222 second=1232 amount=-3 -kerning first=8221 second=65 amount=-9 -kerning first=921 second=300 amount=2 -kerning first=256 second=1028 amount=-2 -kerning first=224 second=118 amount=-1 -kerning first=1270 second=335 amount=-5 -kerning first=1279 second=100 amount=-1 -kerning first=92 second=111 amount=-1 -kerning first=1186 second=376 amount=-1 -kerning first=1055 second=207 amount=2 -kerning first=1058 second=197 amount=-6 -kerning first=1184 second=265 amount=-3 -kerning first=243 second=1204 amount=-3 -kerning first=1095 second=939 amount=-6 -kerning first=1210 second=121 amount=-1 -kerning first=95 second=1112 amount=6 -kerning first=224 second=1201 amount=-1 -kerning first=297 second=239 amount=3 -kerning first=1036 second=183 amount=-4 -kerning first=1075 second=1108 amount=-1 -kerning first=1168 second=1091 amount=-4 -kerning first=1199 second=171 amount=-3 -kerning first=187 second=50 amount=-3 -kerning first=373 second=337 amount=-1 -kerning first=169 second=376 amount=-3 -kerning first=1278 second=940 amount=-2 -kerning first=221 second=243 amount=-6 -kerning first=243 second=1232 amount=-2 -kerning first=1106 second=957 amount=-1 -kerning first=920 second=89 amount=-3 -kerning first=1107 second=1089 amount=-1 -kerning first=8221 second=101 amount=-4 -kerning first=350 second=913 amount=-1 -kerning first=181 second=933 amount=-4 -kerning first=196 second=245 amount=-1 -kerning first=193 second=263 amount=-1 -kerning first=345 second=1234 amount=-3 -kerning first=961 second=1263 amount=-1 -kerning first=253 second=177 amount=-3 -kerning first=92 second=8216 amount=-8 -kerning first=1058 second=275 amount=-5 -kerning first=382 second=981 amount=-1 -kerning first=8217 second=953 amount=-4 -kerning first=354 second=347 amount=-5 -kerning first=1278 second=264 amount=-2 -kerning first=1267 second=959 amount=-1 -kerning first=8216 second=192 amount=-6 -kerning first=376 second=240 amount=-6 -kerning first=1171 second=945 amount=-1 -kerning first=1229 second=207 amount=2 -kerning first=1169 second=84 amount=-2 -kerning first=197 second=115 amount=-1 -kerning first=1116 second=279 amount=-1 -kerning first=1088 second=260 amount=-2 -kerning first=1059 second=972 amount=-6 -kerning first=1187 second=1027 amount=1 -kerning first=8225 second=193 amount=-5 -kerning first=1097 second=1065 amount=1 -kerning first=343 second=228 amount=-1 -kerning first=1102 second=376 amount=-7 -kerning first=1093 second=339 amount=-1 -kerning first=92 second=350 amount=-1 -kerning first=1186 second=200 amount=1 -kerning first=335 second=89 amount=-7 -kerning first=8221 second=1083 amount=-4 -kerning first=1111 second=276 amount=3 -kerning first=1163 second=294 amount=1 -kerning first=912 second=172 amount=-2 -kerning first=1069 second=196 amount=-2 -kerning first=1232 second=1141 amount=-4 -kerning first=1020 second=8216 amount=-4 -kerning first=170 second=285 amount=-2 -kerning first=254 second=1198 amount=-7 -kerning first=359 second=322 amount=1 -kerning first=1058 second=1187 amount=-4 -kerning first=315 second=43 amount=-3 -kerning first=357 second=1058 amount=-2 -kerning first=251 second=1035 amount=-3 -kerning first=1168 second=231 amount=-5 -kerning first=1257 second=372 amount=-3 -kerning first=1125 second=89 amount=-4 -kerning first=935 second=100 amount=-2 -kerning first=1267 second=60 amount=-2 -kerning first=104 second=1196 amount=-3 -kerning first=333 second=373 amount=-1 -kerning first=235 second=1091 amount=-1 -kerning first=1034 second=376 amount=-7 -kerning first=8225 second=233 amount=-2 -kerning first=1141 second=226 amount=-1 -kerning first=8224 second=1195 amount=-2 -kerning first=1184 second=1139 amount=-3 -kerning first=321 second=198 amount=2 -kerning first=939 second=1209 amount=-6 -kerning first=1251 second=939 amount=-6 -kerning first=1179 second=267 amount=-1 -kerning first=341 second=196 amount=-3 -kerning first=1108 second=1059 amount=-4 -kerning first=358 second=1255 amount=-5 -kerning first=8225 second=1241 amount=-2 -kerning first=170 second=162 amount=-2 -kerning first=1276 second=940 amount=-2 -kerning first=1061 second=81 amount=-2 -kerning first=65 second=347 amount=-1 -kerning first=1092 second=1203 amount=-1 -kerning first=1094 second=1068 amount=1 -kerning first=1170 second=58 amount=-2 -kerning first=103 second=932 amount=-3 -kerning first=957 second=1193 amount=-1 -kerning first=908 second=258 amount=-2 -kerning first=1196 second=1118 amount=-4 -kerning first=240 second=8224 amount=-2 -kerning first=86 second=1257 amount=-4 -kerning first=1042 second=239 amount=2 -kerning first=248 second=374 amount=-7 -kerning first=1043 second=361 amount=-5 -kerning first=1107 second=1145 amount=-1 -kerning first=8221 second=341 amount=-1 -kerning first=84 second=1091 amount=-4 -kerning first=1220 second=1140 amount=-4 -kerning first=1269 second=1263 amount=-1 -kerning first=1088 second=1090 amount=-2 -kerning first=1232 second=116 amount=-2 -kerning first=1276 second=264 amount=-2 -kerning first=115 second=354 amount=-5 -kerning first=98 second=65 amount=-2 -kerning first=981 second=120 amount=-1 -kerning first=68 second=198 amount=-2 -kerning first=1184 second=247 amount=-4 -kerning first=1027 second=1143 amount=-4 -kerning first=361 second=1066 amount=-3 -kerning first=205 second=297 amount=5 -kerning first=341 second=235 amount=-1 -kerning first=240 second=88 amount=-2 -kerning first=927 second=910 amount=-3 -kerning first=358 second=126 amount=-3 -kerning first=39 second=1040 amount=-5 -kerning first=55 second=923 amount=-7 -kerning first=1169 second=1239 amount=-1 -kerning first=356 second=1097 amount=-4 -kerning first=97 second=1143 amount=-1 -kerning first=1235 second=49 amount=-3 -kerning first=1270 second=1104 amount=-5 -kerning first=923 second=100 amount=-1 -kerning first=89 second=927 amount=-3 -kerning first=75 second=1255 amount=-3 -kerning first=315 second=1236 amount=2 -kerning first=1275 second=244 amount=-1 -kerning first=1175 second=1010 amount=-1 -kerning first=1124 second=196 amount=-1 -kerning first=1104 second=376 amount=-7 -kerning first=1237 second=1098 amount=-1 -kerning first=1114 second=1204 amount=-7 -kerning first=1271 second=242 amount=-1 -kerning first=1106 second=354 amount=-3 -kerning first=1256 second=65 amount=-2 -kerning first=1225 second=89 amount=-1 -kerning first=310 second=1118 amount=-3 -kerning first=1186 second=1124 amount=1 -kerning first=321 second=8353 amount=-2 -kerning first=373 second=1105 amount=-1 -kerning first=1196 second=263 amount=-5 -kerning first=1027 second=284 amount=-2 -kerning first=299 second=1018 amount=3 -kerning first=76 second=1058 amount=-6 -kerning first=84 second=231 amount=-5 -kerning first=1241 second=1199 amount=-1 -kerning first=1270 second=1114 amount=-4 -kerning first=1200 second=1072 amount=-6 -kerning first=1279 second=1026 amount=-3 -kerning first=1265 second=257 amount=-1 -kerning first=1040 second=1196 amount=-6 -kerning first=254 second=1175 amount=-1 -kerning first=1140 second=44 amount=-6 -kerning first=374 second=245 amount=-6 -kerning first=266 second=1236 amount=-1 -kerning first=75 second=126 amount=-4 -kerning first=1217 second=1092 amount=-2 -kerning first=1184 second=1028 amount=-2 -kerning first=915 second=289 amount=-5 -kerning first=44 second=57 amount=-1 -kerning first=1275 second=8222 amount=-8 -kerning first=314 second=301 amount=5 -kerning first=913 second=336 amount=-2 -kerning first=1095 second=967 amount=-1 -kerning first=1068 second=1204 amount=-3 -kerning first=87 second=271 amount=-4 -kerning first=1265 second=1153 amount=-1 -kerning first=8250 second=379 amount=-2 -kerning first=224 second=356 amount=-3 -kerning first=1046 second=1095 amount=-4 -kerning first=1050 second=1069 amount=-2 -kerning first=1083 second=1197 amount=-2 -kerning first=1164 second=86 amount=-4 -kerning first=176 second=1254 amount=-1 -kerning first=1188 second=1179 amount=-4 -kerning first=8244 second=1259 amount=-4 -kerning first=283 second=1203 amount=-1 -kerning first=118 second=97 amount=-1 -kerning first=1116 second=1195 amount=-1 -kerning first=1068 second=1232 amount=-2 -kerning first=1088 second=170 amount=-2 -kerning first=94 second=65 amount=-6 -kerning first=1103 second=89 amount=-6 -kerning first=347 second=86 amount=-3 -kerning first=176 second=1144 amount=-1 -kerning first=310 second=263 amount=-3 -kerning first=56 second=171 amount=-2 -kerning first=260 second=972 amount=-1 -kerning first=1170 second=285 amount=-5 -kerning first=1092 second=910 amount=-7 -kerning first=1207 second=278 amount=1 -kerning first=228 second=1199 amount=-1 -kerning first=1263 second=256 amount=-4 -kerning first=1234 second=1193 amount=-1 -kerning first=45 second=1058 amount=-3 -kerning first=1043 second=290 amount=-2 -kerning first=197 second=63 amount=-4 -kerning first=1274 second=99 amount=-5 -kerning first=214 second=356 amount=-2 -kerning first=1241 second=957 amount=-1 -kerning first=1138 second=258 amount=-2 -kerning first=932 second=250 amount=-5 -kerning first=1277 second=283 amount=-1 -kerning first=1259 second=86 amount=-4 -kerning first=1102 second=373 amount=-1 -kerning first=1270 second=353 amount=-5 -kerning first=1202 second=242 amount=-2 -kerning first=246 second=1040 amount=-2 -kerning first=89 second=269 amount=-6 -kerning first=295 second=8220 amount=-3 -kerning first=8217 second=8363 amount=-4 -kerning first=195 second=346 amount=-1 -kerning first=1175 second=339 amount=-1 -kerning first=1069 second=89 amount=-3 -kerning first=1118 second=933 amount=-2 -kerning first=376 second=230 amount=-6 -kerning first=1082 second=111 amount=-1 -kerning first=187 second=8216 amount=-5 -kerning first=1170 second=162 amount=-5 -kerning first=119 second=940 amount=-1 -kerning first=1040 second=271 amount=-1 -kerning first=1263 second=281 amount=-1 -kerning first=221 second=347 amount=-4 -kerning first=8218 second=1200 amount=-7 -kerning first=1143 second=277 amount=-1 -kerning first=112 second=258 amount=-2 -kerning first=1180 second=959 amount=-3 -kerning first=375 second=1236 amount=-4 -kerning first=1034 second=373 amount=-1 -kerning first=124 second=300 amount=2 -kerning first=359 second=205 amount=1 -kerning first=301 second=295 amount=3 -kerning first=1251 second=967 amount=-1 -kerning first=1226 second=1229 amount=1 -kerning first=1066 second=65 amount=-2 -kerning first=228 second=957 amount=-1 -kerning first=1234 second=1109 amount=-1 -kerning first=241 second=933 amount=-6 -kerning first=87 second=113 amount=-4 -kerning first=935 second=67 amount=-2 -kerning first=98 second=174 amount=-1 -kerning first=214 second=902 amount=-2 -kerning first=932 second=261 amount=-5 -kerning first=1050 second=8373 amount=-2 -kerning first=114 second=981 amount=-1 -kerning first=1040 second=1275 amount=-2 -kerning first=88 second=1089 amount=-2 -kerning first=1198 second=1207 amount=-6 -kerning first=289 second=358 amount=-3 -kerning first=75 second=305 amount=2 -kerning first=357 second=939 amount=-1 -kerning first=1085 second=375 amount=-1 -kerning first=1180 second=60 amount=-4 -kerning first=95 second=219 amount=-3 -kerning first=104 second=87 amount=-3 -kerning first=110 second=255 amount=-1 -kerning first=1054 second=1040 amount=-2 -kerning first=1244 second=279 amount=-2 -kerning first=98 second=935 amount=-2 -kerning first=378 second=8363 amount=-1 -kerning first=317 second=923 amount=2 -kerning first=1056 second=1234 amount=-5 -kerning first=264 second=1278 amount=-1 -kerning first=1105 second=89 amount=-7 -kerning first=1278 second=246 amount=-2 -kerning first=239 second=108 amount=3 -kerning first=283 second=910 amount=-7 -kerning first=923 second=1026 amount=-6 -kerning first=89 second=1086 amount=-6 -kerning first=1128 second=8370 amount=-2 -kerning first=173 second=1278 amount=-4 -kerning first=1058 second=336 amount=-2 -kerning first=1184 second=367 amount=-2 -kerning first=354 second=99 amount=-5 -kerning first=43 second=1279 amount=-1 -kerning first=174 second=289 amount=-2 -kerning first=1213 second=118 amount=-1 -kerning first=1256 second=935 amount=-2 -kerning first=1200 second=1057 amount=-3 -kerning first=268 second=923 amount=-1 -kerning first=1176 second=171 amount=-2 -kerning first=1171 second=111 amount=-1 -kerning first=918 second=336 amount=-2 -kerning first=249 second=376 amount=-4 -kerning first=1050 second=249 amount=-2 -kerning first=1059 second=224 amount=-6 -kerning first=902 second=211 amount=-2 -kerning first=286 second=198 amount=-1 -kerning first=1040 second=113 amount=-1 -kerning first=1216 second=298 amount=2 -kerning first=923 second=67 amount=-2 -kerning first=1213 second=1201 amount=-1 -kerning first=1122 second=932 amount=-3 -kerning first=1197 second=263 amount=-1 -kerning first=93 second=8220 amount=-2 -kerning first=374 second=1097 amount=-3 -kerning first=243 second=1200 amount=-7 -kerning first=1241 second=354 amount=-3 -kerning first=271 second=49 amount=3 -kerning first=194 second=1069 amount=-2 -kerning first=311 second=103 amount=-1 -kerning first=86 second=1108 amount=-4 -kerning first=1043 second=196 amount=-6 -kerning first=313 second=260 amount=2 -kerning first=910 second=972 amount=-6 -kerning first=317 second=8370 amount=-2 -kerning first=8220 second=46 amount=-6 -kerning first=932 second=331 amount=-4 -kerning first=1181 second=43 amount=-2 -kerning first=1230 second=1034 amount=1 -kerning first=902 second=119 amount=-4 -kerning first=1265 second=194 amount=-4 -kerning first=169 second=8230 amount=-3 -kerning first=923 second=297 amount=3 -kerning first=88 second=1145 amount=-2 -kerning first=1027 second=1181 amount=-4 -kerning first=239 second=1134 amount=3 -kerning first=365 second=1059 amount=-4 -kerning first=1139 second=1277 amount=-1 -kerning first=1203 second=275 amount=-1 -kerning first=86 second=1032 amount=-6 -kerning first=87 second=268 amount=-2 -kerning first=1276 second=246 amount=-2 -kerning first=76 second=939 amount=-5 -kerning first=359 second=1068 amount=1 -kerning first=65 second=99 amount=-1 -kerning first=232 second=375 amount=-1 -kerning first=1168 second=363 amount=-5 -kerning first=1092 second=1093 amount=-1 -kerning first=1040 second=87 amount=-4 -kerning first=264 second=260 amount=-1 -kerning first=349 second=1140 amount=-3 -kerning first=1043 second=235 amount=-5 -kerning first=1107 second=1233 amount=-1 -kerning first=242 second=8225 amount=-2 -kerning first=333 second=1141 amount=-1 -kerning first=337 second=1199 amount=-1 -kerning first=225 second=92 amount=-3 -kerning first=228 second=354 amount=-3 -kerning first=1088 second=120 amount=-1 -kerning first=38 second=358 amount=-4 -kerning first=1050 second=1153 amount=-3 -kerning first=1265 second=234 amount=-1 -kerning first=1186 second=1180 amount=1 -kerning first=231 second=356 amount=-5 -kerning first=1036 second=338 amount=-2 -kerning first=1241 second=913 amount=-2 -kerning first=8221 second=1257 amount=-4 -kerning first=1167 second=197 amount=-2 -kerning first=234 second=1277 amount=-1 -kerning first=177 second=255 amount=-3 -kerning first=1090 second=8249 amount=-3 -kerning first=45 second=182 amount=-1 -kerning first=1265 second=1243 amount=-1 -kerning first=1053 second=938 amount=2 -kerning first=197 second=959 amount=-1 -kerning first=256 second=283 amount=-1 -kerning first=1274 second=198 amount=-6 -kerning first=356 second=375 amount=-4 -kerning first=226 second=1249 amount=-2 -kerning first=1230 second=293 amount=1 -kerning first=1066 second=174 amount=-1 -kerning first=1140 second=225 amount=-4 -kerning first=920 second=1046 amount=-2 -kerning first=181 second=1204 amount=-3 -kerning first=118 second=1089 amount=-1 -kerning first=1059 second=1117 amount=-3 -kerning first=45 second=939 amount=-3 -kerning first=933 second=250 amount=-3 -kerning first=90 second=288 amount=-2 -kerning first=1075 second=1255 amount=-1 -kerning first=194 second=8373 amount=-2 -kerning first=1168 second=229 amount=-5 -kerning first=114 second=1040 amount=-3 -kerning first=1066 second=935 amount=-2 -kerning first=957 second=1010 amount=-1 -kerning first=1040 second=268 amount=-2 -kerning first=87 second=52 amount=-2 -kerning first=1188 second=214 amount=-2 -kerning first=1244 second=1195 amount=-2 -kerning first=8244 second=1193 amount=-4 -kerning first=337 second=957 amount=-1 -kerning first=68 second=1244 amount=-2 -kerning first=197 second=60 amount=-2 -kerning first=925 second=299 amount=5 -kerning first=101 second=1279 amount=-1 -kerning first=321 second=193 amount=2 -kerning first=342 second=301 amount=3 -kerning first=335 second=1046 amount=-2 -kerning first=1163 second=322 amount=1 -kerning first=1220 second=1058 amount=-3 -kerning first=261 second=1026 amount=-3 -kerning first=1090 second=1035 amount=-2 -kerning first=1096 second=221 amount=-6 -kerning first=1119 second=1143 amount=-1 -kerning first=288 second=1066 amount=-2 -kerning first=1178 second=250 amount=-2 -kerning first=1061 second=211 amount=-2 -kerning first=1075 second=126 amount=-1 -kerning first=932 second=197 amount=-6 -kerning first=161 second=84 amount=-4 -kerning first=1059 second=81 amount=-3 -kerning first=253 second=260 amount=-4 -kerning first=1196 second=365 amount=-5 -kerning first=173 second=1090 amount=-1 -kerning first=1043 second=343 amount=-4 -kerning first=250 second=89 amount=-4 -kerning first=196 second=375 amount=-4 -kerning first=84 second=363 amount=-5 -kerning first=1139 second=933 amount=-7 -kerning first=283 second=1093 amount=-1 -kerning first=1274 second=8353 amount=-2 -kerning first=1180 second=361 amount=-2 -kerning first=247 second=1066 amount=-3 -kerning first=318 second=297 amount=5 -kerning first=68 second=193 amount=-2 -kerning first=933 second=261 amount=-6 -kerning first=1188 second=1199 amount=-4 -kerning first=1199 second=8363 amount=-1 -kerning first=1083 second=253 amount=-1 -kerning first=1226 second=342 amount=1 -kerning first=210 second=1026 amount=-2 -kerning first=1114 second=1200 amount=-11 -kerning first=1126 second=277 amount=-1 -kerning first=239 second=204 amount=3 -kerning first=376 second=1095 amount=-6 -kerning first=293 second=1197 amount=-2 -kerning first=55 second=192 amount=-7 -kerning first=1171 second=1209 amount=-1 -kerning first=8244 second=1109 amount=-5 -kerning first=244 second=1196 amount=-3 -kerning first=348 second=239 amount=3 -kerning first=959 second=1236 amount=-2 -kerning first=1169 second=263 amount=-1 -kerning first=1037 second=303 amount=2 -kerning first=932 second=275 amount=-5 -kerning first=216 second=8220 amount=-2 -kerning first=1205 second=310 amount=1 -kerning first=255 second=972 amount=-1 -kerning first=341 second=1259 amount=-1 -kerning first=966 second=92 amount=-4 -kerning first=1043 second=169 amount=-2 -kerning first=313 second=170 amount=-6 -kerning first=1111 second=922 amount=3 -kerning first=354 second=198 amount=-6 -kerning first=234 second=933 amount=-7 -kerning first=1085 second=1066 amount=-3 -kerning first=118 second=1145 amount=-1 -kerning first=1213 second=356 amount=-3 -kerning first=1267 second=196 amount=-4 -kerning first=310 second=365 amount=-2 -kerning first=357 second=1216 amount=1 -kerning first=339 second=1035 amount=-3 -kerning first=1059 second=195 amount=-5 -kerning first=119 second=246 amount=-1 -kerning first=373 second=231 amount=-1 -kerning first=913 second=36 amount=-1 -kerning first=957 second=339 amount=-1 -kerning first=8224 second=287 amount=-2 -kerning first=372 second=199 amount=-2 -kerning first=1068 second=1200 amount=-7 -kerning first=1012 second=1276 amount=-2 -kerning first=221 second=99 amount=-6 -kerning first=355 second=1064 amount=1 -kerning first=252 second=374 amount=-4 -kerning first=55 second=232 amount=-3 -kerning first=84 second=229 amount=-5 -kerning first=233 second=255 amount=-1 -kerning first=256 second=176 amount=-6 -kerning first=932 second=1187 amount=-4 -kerning first=229 second=1091 amount=-1 -kerning first=1113 second=8225 amount=-3 -kerning first=1102 second=1141 amount=-1 -kerning first=1164 second=8216 amount=-4 -kerning first=1141 second=301 amount=3 -kerning first=1265 second=376 amount=-2 -kerning first=89 second=371 amount=-3 -kerning first=1217 second=981 amount=-2 -kerning first=116 second=1229 amount=1 -kerning first=915 second=271 amount=-5 -kerning first=301 second=82 amount=3 -kerning first=1188 second=957 amount=-4 -kerning first=939 second=8250 amount=-4 -kerning first=1107 second=1058 amount=-2 -kerning first=1187 second=73 amount=1 -kerning first=1081 second=1143 amount=-1 -kerning first=927 second=1234 amount=-2 -kerning first=1234 second=1010 amount=-1 -kerning first=345 second=172 amount=-2 -kerning first=1267 second=235 amount=-1 -kerning first=1106 second=1263 amount=-1 -kerning first=347 second=8216 amount=-3 -kerning first=76 second=967 amount=-4 -kerning first=238 second=1011 amount=3 -kerning first=246 second=1198 amount=-7 -kerning first=179 second=1040 amount=-6 -kerning first=1222 second=311 amount=1 -kerning first=281 second=1035 amount=-3 -kerning first=194 second=1153 amount=-1 -kerning first=114 second=355 amount=2 -kerning first=119 second=8217 amount=3 -kerning first=1257 second=1098 amount=-2 -kerning first=8216 second=44 amount=-6 -kerning first=8221 second=1044 amount=-3 -kerning first=258 second=275 amount=-1 -kerning first=1034 second=1141 amount=-1 -kerning first=1259 second=8216 amount=-4 -kerning first=337 second=354 amount=-3 -kerning first=933 second=331 amount=-3 -kerning first=354 second=8353 amount=-2 -kerning first=186 second=100 amount=-2 -kerning first=1267 second=1222 amount=-3 -kerning first=1054 second=47 amount=-3 -kerning first=1244 second=1194 amount=-2 -kerning first=356 second=187 amount=-3 -kerning first=1180 second=290 amount=-2 -kerning first=224 second=1265 amount=-1 -kerning first=1232 second=199 amount=-2 -kerning first=1099 second=165 amount=2 -kerning first=89 second=227 amount=-6 -kerning first=1055 second=1031 amount=2 -kerning first=1184 second=283 amount=-3 -kerning first=111 second=8224 amount=-2 -kerning first=248 second=1249 amount=-2 -kerning first=86 second=908 amount=-2 -kerning first=343 second=1199 amount=1 -kerning first=170 second=940 amount=-2 -kerning first=297 second=107 amount=3 -kerning first=192 second=933 amount=-5 -kerning first=1086 second=194 amount=-2 -kerning first=232 second=1066 amount=-3 -kerning first=1050 second=234 amount=-3 -kerning first=1170 second=1075 amount=-4 -kerning first=324 second=1059 amount=-6 -kerning first=111 second=88 amount=-2 -kerning first=1027 second=213 amount=-2 -kerning first=1054 second=1198 amount=-3 -kerning first=239 second=1067 amount=3 -kerning first=193 second=281 amount=-1 -kerning first=1050 second=1243 amount=-3 -kerning first=1270 second=43 amount=-3 -kerning first=92 second=8250 amount=-2 -kerning first=337 second=913 amount=-2 -kerning first=915 second=113 amount=-5 -kerning first=321 second=374 amount=-5 -kerning first=357 second=183 amount=-1 -kerning first=195 second=255 amount=-4 -kerning first=260 second=81 amount=-2 -kerning first=1092 second=1234 amount=-2 -kerning first=1104 second=1141 amount=-1 -kerning first=121 second=261 amount=-1 -kerning first=1069 second=1046 amount=-2 -kerning first=1234 second=339 amount=-1 -kerning first=87 second=248 amount=-4 -kerning first=1239 second=1199 amount=-1 -kerning first=358 second=1277 amount=-3 -kerning first=1118 second=1204 amount=-2 -kerning first=910 second=224 amount=-6 -kerning first=355 second=321 amount=1 -kerning first=1229 second=1031 amount=2 -kerning first=65 second=8353 amount=-2 -kerning first=1116 second=287 amount=-1 -kerning first=1215 second=1203 amount=-1 -kerning first=1059 second=345 amount=-3 -kerning first=961 second=258 amount=-2 -kerning first=1140 second=100 amount=-4 -kerning first=923 second=83 amount=-1 -kerning first=1101 second=1196 amount=-3 -kerning first=1128 second=232 amount=-1 -kerning first=8353 second=1236 amount=-1 -kerning first=1027 second=118 amount=-4 -kerning first=236 second=8361 amount=2 -kerning first=8221 second=1108 amount=-4 -kerning first=268 second=1217 amount=-1 -kerning first=1111 second=1025 amount=3 -kerning first=377 second=173 amount=-2 -kerning first=972 second=923 amount=-2 -kerning first=1163 second=205 amount=1 -kerning first=323 second=95 amount=2 -kerning first=196 second=187 amount=-2 -kerning first=1090 second=228 amount=-1 -kerning first=230 second=1203 amount=-1 -kerning first=1108 second=372 amount=-1 -kerning first=375 second=277 amount=-1 -kerning first=1118 second=1232 amount=-4 -kerning first=1232 second=49 amount=-2 -kerning first=343 second=957 amount=1 -kerning first=286 second=1244 amount=-1 -kerning first=1225 second=75 amount=1 -kerning first=317 second=192 amount=2 -kerning first=246 second=1175 amount=-1 -kerning first=68 second=374 amount=-3 -kerning first=8222 second=8244 amount=-6 -kerning first=1027 second=1201 amount=-4 -kerning first=97 second=118 amount=-1 -kerning first=1168 second=279 amount=-5 -kerning first=1187 second=1210 amount=1 -kerning first=1207 second=76 amount=1 -kerning first=1273 second=1196 amount=-3 -kerning first=957 second=239 amount=3 -kerning first=241 second=1204 amount=-3 -kerning first=1043 second=210 amount=-2 -kerning first=8221 second=1032 amount=-8 -kerning first=299 second=202 amount=3 -kerning first=269 second=1026 amount=-5 -kerning first=179 second=355 amount=2 -kerning first=1220 second=939 amount=-7 -kerning first=1274 second=241 amount=-4 -kerning first=97 second=1201 amount=-1 -kerning first=1209 second=932 amount=-3 -kerning first=8225 second=103 amount=-2 -kerning first=1033 second=1196 amount=-3 -kerning first=908 second=1059 amount=-3 -kerning first=89 second=328 amount=-3 -kerning first=933 second=197 amount=-5 -kerning first=8222 second=84 amount=-6 -kerning first=174 second=271 amount=-2 -kerning first=1239 second=957 amount=-1 -kerning first=1267 second=89 amount=-2 -kerning first=1166 second=913 amount=-5 -kerning first=268 second=192 amount=-1 -kerning first=1225 second=1109 amount=-1 -kerning first=919 second=299 amount=5 -kerning first=1145 second=1234 amount=-2 -kerning first=1230 second=340 amount=1 -kerning first=1168 second=1224 amount=-4 -kerning first=79 second=1140 amount=-2 -kerning first=286 second=193 amount=-1 -kerning first=1270 second=1236 amount=-6 -kerning first=1040 second=248 amount=-1 -kerning first=1098 second=1198 amount=-11 -kerning first=245 second=358 amount=-3 -kerning first=8230 second=8217 amount=-5 -kerning first=196 second=1066 amount=-6 -kerning first=244 second=87 amount=-3 -kerning first=933 second=275 amount=-6 -kerning first=311 second=273 amount=-1 -kerning first=1124 second=1046 amount=-1 -kerning first=1187 second=1106 amount=1 -kerning first=1226 second=376 amount=-1 -kerning first=1095 second=92 amount=-3 -kerning first=1196 second=256 amount=-6 -kerning first=221 second=198 amount=-5 -kerning first=1188 second=913 amount=-6 -kerning first=1211 second=933 amount=-6 -kerning first=239 second=77 amount=3 -kerning first=376 second=38 amount=-4 -kerning first=76 second=183 amount=-3 -kerning first=368 second=46 amount=-2 -kerning first=970 second=8216 amount=-3 -kerning first=114 second=47 amount=-1 -kerning first=1035 second=1198 amount=-6 -kerning first=1040 second=39 amount=-5 -kerning first=1198 second=8249 amount=-6 -kerning first=915 second=268 amount=-2 -kerning first=349 second=1058 amount=-5 -kerning first=910 second=1117 amount=-3 -kerning first=113 second=932 amount=-3 -kerning first=257 second=1197 amount=-2 -kerning first=1100 second=8224 amount=-3 -kerning first=1077 second=1196 amount=-3 -kerning first=1026 second=1267 amount=-1 -kerning first=67 second=197 amount=-1 -kerning first=294 second=303 amount=2 -kerning first=1178 second=275 amount=-3 -kerning first=933 second=1187 amount=-3 -kerning first=197 second=290 amount=-2 -kerning first=1241 second=1263 amount=-1 -kerning first=1215 second=910 amount=-7 -kerning first=1170 second=940 amount=-5 -kerning first=341 second=1193 amount=-1 -kerning first=1196 second=281 amount=-5 -kerning first=173 second=120 amount=-1 -kerning first=1143 second=932 amount=-2 -kerning first=84 second=279 amount=-5 -kerning first=1255 second=196 amount=-2 -kerning first=1180 second=235 amount=-3 -kerning first=230 second=910 amount=-7 -kerning first=1100 second=88 amount=-2 -kerning first=1141 second=242 amount=-1 -kerning first=116 second=342 amount=1 -kerning first=1254 second=358 amount=-2 -kerning first=321 second=332 amount=-2 -kerning first=335 second=125 amount=-1 -kerning first=1043 second=1259 amount=-5 -kerning first=8370 second=1278 amount=-1 -kerning first=194 second=234 amount=-1 -kerning first=354 second=241 amount=-4 -kerning first=181 second=1200 amount=-4 -kerning first=1163 second=1068 amount=1 -kerning first=1226 second=200 amount=1 -kerning first=1170 second=264 amount=-2 -kerning first=1234 second=239 amount=3 -kerning first=86 second=1255 amount=-4 -kerning first=174 second=113 amount=-2 -kerning first=1166 second=308 amount=-6 -kerning first=242 second=84 amount=-3 -kerning first=910 second=81 amount=-3 -kerning first=8244 second=1010 amount=-4 -kerning first=1274 second=193 amount=-6 -kerning first=356 second=252 amount=-5 -kerning first=932 second=336 amount=-2 -kerning first=1086 second=376 amount=-7 -kerning first=194 second=1243 amount=-1 -kerning first=343 second=354 amount=-4 -kerning first=255 second=224 amount=-1 -kerning first=913 second=1242 amount=-2 -kerning first=1196 second=1226 amount=-4 -kerning first=1198 second=1035 amount=3 -kerning first=162 second=1026 amount=-5 -kerning first=1128 second=221 amount=-5 -kerning first=221 second=8353 amount=-3 -kerning first=1188 second=1103 amount=-5 -kerning first=1109 second=1066 amount=-5 -kerning first=371 second=356 amount=-3 -kerning first=84 second=1224 amount=-4 -kerning first=228 second=1263 amount=-1 -kerning first=118 second=1233 amount=-1 -kerning first=1138 second=1059 amount=-3 -kerning first=364 second=47 amount=-4 -kerning first=70 second=967 amount=-2 -kerning first=8373 second=923 amount=-1 -kerning first=293 second=253 amount=-1 -kerning first=310 second=281 amount=-3 -kerning first=374 second=187 amount=-4 -kerning first=981 second=1078 amount=-1 -kerning first=915 second=52 amount=-4 -kerning first=1251 second=92 amount=-3 -kerning first=1207 second=1238 amount=1 -kerning first=957 second=1072 amount=-1 -kerning first=1098 second=1175 amount=-1 -kerning first=1193 second=86 amount=-3 -kerning first=86 second=126 amount=-2 -kerning first=87 second=1100 amount=-2 -kerning first=1188 second=308 amount=-6 -kerning first=1056 second=172 amount=-2 -kerning first=277 second=376 amount=-7 -kerning first=1274 second=233 amount=-5 -kerning first=107 second=963 amount=-1 -kerning first=1189 second=1204 amount=-2 -kerning first=1277 second=291 amount=-1 -kerning first=1168 second=1195 amount=-5 -kerning first=1239 second=354 amount=-3 -kerning first=1270 second=251 amount=-5 -kerning first=379 second=1256 amount=-2 -kerning first=8249 second=258 amount=-2 -kerning first=8230 second=1197 amount=-5 -kerning first=112 second=1059 amount=-7 -kerning first=1274 second=1241 amount=-5 -kerning first=121 second=197 amount=-4 -kerning first=910 second=195 amount=-5 -kerning first=1244 second=1138 amount=-2 -kerning first=317 second=221 amount=-5 -kerning first=922 second=1143 amount=-3 -kerning first=1181 second=277 amount=-1 -kerning first=1050 second=307 amount=2 -kerning first=1059 second=211 amount=-3 -kerning first=343 second=913 amount=-3 -kerning first=210 second=1061 amount=-2 -kerning first=1140 second=67 amount=-2 -kerning first=1242 second=1066 amount=-2 -kerning first=1263 second=289 amount=-1 -kerning first=240 second=41 amount=-1 -kerning first=1258 second=84 amount=-2 -kerning first=939 second=284 amount=-3 -kerning first=309 second=301 amount=3 -kerning first=1143 second=285 amount=-1 -kerning first=258 second=336 amount=-2 -kerning first=1220 second=967 amount=-1 -kerning first=1274 second=1230 amount=-4 -kerning first=1060 second=1202 amount=-2 -kerning first=288 second=65 amount=-1 -kerning first=120 second=1153 amount=-1 -kerning first=89 second=1092 amount=-6 -kerning first=374 second=1066 amount=3 -kerning first=8217 second=1191 amount=-1 -kerning first=301 second=1110 amount=6 -kerning first=97 second=356 amount=-3 -kerning first=1194 second=299 amount=2 -kerning first=1101 second=87 amount=-3 -kerning first=121 second=275 amount=-1 -kerning first=87 second=115 amount=-2 -kerning first=8370 second=260 amount=-1 -kerning first=355 second=1166 amount=1 -kerning first=8244 second=339 amount=-4 -kerning first=107 second=243 amount=-1 -kerning first=1087 second=89 amount=-6 -kerning first=953 second=247 amount=-2 -kerning first=114 second=1175 amount=1 -kerning first=1226 second=1124 amount=1 -kerning first=286 second=374 amount=-2 -kerning first=1205 second=921 amount=1 -kerning first=1140 second=297 amount=5 -kerning first=922 second=284 amount=-2 -kerning first=222 second=8222 amount=-8 -kerning first=354 second=193 amount=-6 -kerning first=1143 second=162 amount=-1 -kerning first=1273 second=87 amount=-3 -kerning first=1139 second=1204 amount=-3 -kerning first=1180 second=169 amount=-2 -kerning first=94 second=1032 amount=-6 -kerning first=345 second=333 amount=-1 -kerning first=170 second=246 amount=-2 -kerning first=92 second=1143 amount=-4 -kerning first=1265 second=8230 amount=-2 -kerning first=1244 second=287 amount=-2 -kerning first=356 second=288 amount=-2 -kerning first=1050 second=334 amount=-2 -kerning first=108 second=239 amount=5 -kerning first=215 second=374 amount=-3 -kerning first=311 second=240 amount=-1 -kerning first=1033 second=87 amount=-3 -kerning first=240 second=1091 amount=-1 -kerning first=380 second=337 amount=-1 -kerning first=1027 second=902 amount=-6 -kerning first=299 second=1053 amount=3 -kerning first=1139 second=1232 amount=-2 -kerning first=1232 second=348 amount=-1 -kerning first=253 second=966 amount=-1 -kerning first=81 second=1140 amount=-2 -kerning first=325 second=301 amount=5 -kerning first=194 second=376 amount=-5 -kerning first=354 second=233 amount=-5 -kerning first=234 second=1204 amount=-3 -kerning first=84 second=1195 amount=-5 -kerning first=965 second=221 amount=-4 -kerning first=345 second=8218 amount=-5 -kerning first=1213 second=1265 amount=-1 -kerning first=1020 second=1143 amount=-1 -kerning first=1058 second=1242 amount=-2 -kerning first=197 second=235 amount=-1 -kerning first=1222 second=1115 amount=1 -kerning first=1230 second=374 amount=-1 -kerning first=1215 second=1093 amount=-1 -kerning first=354 second=1241 amount=-5 -kerning first=1050 second=373 amount=-4 -kerning first=343 second=308 amount=-4 -kerning first=1113 second=84 amount=-7 -kerning first=92 second=284 amount=-2 -kerning first=1040 second=115 amount=-1 -kerning first=1278 second=171 amount=-3 -kerning first=1128 second=212 amount=-2 -kerning first=1267 second=1259 amount=-1 -kerning first=313 second=1060 amount=-2 -kerning first=918 second=1242 amount=-2 -kerning first=1197 second=281 amount=-1 -kerning first=1255 second=89 amount=-7 -kerning first=1116 second=358 amount=-4 -kerning first=220 second=44 amount=-2 -kerning first=230 second=1093 amount=-1 -kerning first=102 second=945 amount=-1 -kerning first=1036 second=335 amount=-3 -kerning first=202 second=301 amount=5 -kerning first=354 second=1230 amount=-4 -kerning first=1170 second=1237 amount=-5 -kerning first=118 second=1058 amount=-2 -kerning first=174 second=52 amount=-3 -kerning first=349 second=939 amount=-5 -kerning first=376 second=894 amount=-4 -kerning first=910 second=345 amount=-3 -kerning first=916 second=49 amount=-2 -kerning first=196 second=288 amount=-2 -kerning first=267 second=1197 amount=-1 -kerning first=1252 second=239 amount=5 -kerning first=256 second=1059 amount=-5 -kerning first=1086 second=373 amount=-1 -kerning first=1168 second=1194 amount=-2 -kerning first=1077 second=87 amount=-3 -kerning first=286 second=1111 amount=2 -kerning first=1200 second=1234 amount=-5 -kerning first=372 second=1207 amount=-4 -kerning first=105 second=309 amount=3 -kerning first=1027 second=1173 amount=-4 -kerning first=279 second=89 amount=-7 -kerning first=332 second=198 amount=-2 -kerning first=314 second=206 amount=2 -kerning first=227 second=933 amount=-6 -kerning first=1274 second=1125 amount=-4 -kerning first=317 second=212 amount=-2 -kerning first=297 second=104 amount=3 -kerning first=337 second=1263 amount=-1 -kerning first=934 second=8216 amount=-2 -kerning first=65 second=233 amount=-1 -kerning first=8250 second=197 amount=-2 -kerning first=1230 second=69 amount=1 -kerning first=972 second=1217 amount=-2 -kerning first=1187 second=173 amount=-1 -kerning first=1170 second=961 amount=-4 -kerning first=1062 second=95 amount=4 -kerning first=255 second=195 amount=-4 -kerning first=109 second=221 amount=-6 -kerning first=1198 second=228 amount=-6 -kerning first=221 second=241 amount=-3 -kerning first=1118 second=1200 amount=-2 -kerning first=239 second=928 amount=3 -kerning first=299 second=932 amount=6 -kerning first=350 second=258 amount=-1 -kerning first=1185 second=232 amount=-1 -kerning first=65 second=1241 amount=-1 -kerning first=1119 second=118 amount=-1 -kerning first=165 second=105 amount=2 -kerning first=1202 second=8370 amount=-2 -kerning first=374 second=252 amount=-3 -kerning first=1186 second=254 amount=1 -kerning first=933 second=336 amount=-3 -kerning first=116 second=376 amount=-1 -kerning first=382 second=963 amount=-1 -kerning first=915 second=248 amount=-5 -kerning first=251 second=354 amount=-3 -kerning first=260 second=211 amount=-2 -kerning first=913 second=86 amount=-5 -kerning first=95 second=54 amount=-3 -kerning first=1119 second=1201 amount=-1 -kerning first=1126 second=932 amount=-6 -kerning first=122 second=356 amount=-2 -kerning first=1276 second=171 amount=-3 -kerning first=68 second=46 amount=-3 -kerning first=192 second=1204 amount=-6 -kerning first=256 second=291 amount=-1 -kerning first=1046 second=173 amount=-4 -kerning first=902 second=1089 amount=-1 -kerning first=1235 second=1035 amount=-3 -kerning first=1205 second=914 amount=1 -kerning first=1140 second=1235 amount=-4 -kerning first=241 second=1200 amount=-6 -kerning first=1043 second=1193 amount=-5 -kerning first=972 second=192 amount=-2 -kerning first=1275 second=257 amount=-1 -kerning first=55 second=44 amount=-8 -kerning first=213 second=1236 amount=-2 -kerning first=345 second=1077 amount=-1 -kerning first=288 second=935 amount=-1 -kerning first=1178 second=336 amount=-2 -kerning first=297 second=317 amount=3 -kerning first=1058 second=1074 amount=-4 -kerning first=237 second=92 amount=2 -kerning first=356 second=65 amount=-6 -kerning first=260 second=119 amount=-4 -kerning first=1275 second=1153 amount=-1 -kerning first=1187 second=222 amount=1 -kerning first=1170 second=246 amount=-5 -kerning first=913 second=945 amount=-1 -kerning first=42 second=74 amount=-6 -kerning first=380 second=1105 amount=-1 -kerning first=377 second=79 amount=-2 -kerning first=197 second=169 amount=-2 -kerning first=1274 second=1111 amount=6 -kerning first=247 second=935 amount=-4 -kerning first=1180 second=210 amount=-2 -kerning first=257 second=253 amount=-1 -kerning first=79 second=1058 amount=-2 -kerning first=8225 second=273 amount=-2 -kerning first=923 second=121 amount=-4 -kerning first=116 second=200 amount=1 -kerning first=382 second=243 amount=-1 -kerning first=315 second=932 amount=-6 -kerning first=939 second=1181 amount=-3 -kerning first=1111 second=299 amount=3 -kerning first=194 second=334 amount=-2 -kerning first=84 second=1194 amount=-2 -kerning first=913 second=262 amount=-2 -kerning first=1085 second=174 amount=-1 -kerning first=197 second=89 amount=-5 -kerning first=356 second=101 amount=-5 -kerning first=354 second=1125 amount=-4 -kerning first=120 second=234 amount=-1 -kerning first=1234 second=1057 amount=-2 -kerning first=1188 second=1263 amount=-4 -kerning first=1043 second=1109 amount=-5 -kerning first=1057 second=299 amount=2 -kerning first=313 second=359 amount=-1 -kerning first=8221 second=1255 amount=-4 -kerning first=1081 second=118 amount=-1 -kerning first=1078 second=8249 amount=-2 -kerning first=217 second=95 amount=-3 -kerning first=1088 second=1078 amount=-1 -kerning first=120 second=1243 amount=-1 -kerning first=1036 second=1104 amount=-3 -kerning first=8222 second=1118 amount=-3 -kerning first=194 second=373 amount=-4 -kerning first=1179 second=966 amount=-1 -kerning first=1081 second=1201 amount=-1 -kerning first=341 second=1010 amount=-1 -kerning first=182 second=296 amount=2 -kerning first=221 second=193 amount=-5 -kerning first=1126 second=285 amount=-1 -kerning first=76 second=92 amount=-5 -kerning first=1169 second=281 amount=-1 -kerning first=1274 second=332 amount=-2 -kerning first=1201 second=337 amount=-1 -kerning first=187 second=1143 amount=-2 -kerning first=334 second=1066 amount=-2 -kerning first=902 second=1145 amount=-1 -kerning first=1270 second=277 amount=-5 -kerning first=1040 second=63 amount=-4 -kerning first=374 second=288 amount=-3 -kerning first=379 second=1017 amount=-2 -kerning first=8221 second=126 amount=-2 -kerning first=1107 second=183 amount=-1 -kerning first=1111 second=1049 amount=3 -kerning first=208 second=1140 amount=-2 -kerning first=76 second=338 amount=-2 -kerning first=1018 second=299 amount=5 -kerning first=65 second=374 amount=-5 -kerning first=307 second=86 amount=2 -kerning first=1226 second=1180 amount=1 -kerning first=373 second=279 amount=-1 -kerning first=221 second=233 amount=-6 -kerning first=1126 second=162 amount=-1 -kerning first=1188 second=265 amount=-5 -kerning first=8370 second=1011 amount=2 -kerning first=222 second=377 amount=-3 -kerning first=1211 second=1204 amount=-3 -kerning first=299 second=1184 amount=3 -kerning first=8373 second=1217 amount=-1 -kerning first=196 second=101 amount=-1 -kerning first=171 second=195 amount=-2 -kerning first=117 second=358 amount=-3 -kerning first=1078 second=1035 amount=-3 -kerning first=1270 second=1189 amount=-4 -kerning first=1263 second=1196 amount=-2 -kerning first=8217 second=1267 amount=1 -kerning first=221 second=1241 amount=-6 -kerning first=352 second=197 amount=-1 -kerning first=354 second=1111 amount=6 -kerning first=259 second=8220 amount=-3 -kerning first=1187 second=1030 amount=1 -kerning first=214 second=1278 amount=-2 -kerning first=1180 second=1259 amount=-3 -kerning first=1117 second=910 amount=-6 -kerning first=174 second=248 amount=-2 -kerning first=1108 second=1098 amount=-1 -kerning first=45 second=92 amount=-2 -kerning first=910 second=211 amount=-3 -kerning first=1061 second=1089 amount=-2 -kerning first=8244 second=1072 amount=-4 -kerning first=116 second=1124 amount=1 -kerning first=59 second=1066 amount=-2 -kerning first=192 second=357 amount=-2 -kerning first=1011 second=297 amount=3 -kerning first=356 second=341 amount=-4 -kerning first=1222 second=1231 amount=1 -kerning first=232 second=174 amount=-1 -kerning first=119 second=171 amount=-2 -kerning first=973 second=1198 amount=-4 -kerning first=221 second=1230 amount=-3 -kerning first=118 second=939 amount=-2 -kerning first=345 second=379 amount=-2 -kerning first=358 second=1232 amount=-6 -kerning first=375 second=932 amount=-2 -kerning first=1225 second=1042 amount=1 -kerning first=1244 second=1012 amount=-2 -kerning first=8373 second=192 amount=-1 -kerning first=1058 second=945 amount=-5 -kerning first=915 second=1100 amount=-4 -kerning first=77 second=303 amount=2 -kerning first=216 second=923 amount=-2 -kerning first=1083 second=1185 amount=-2 -kerning first=1094 second=310 amount=1 -kerning first=957 second=910 amount=-2 -kerning first=341 second=339 amount=-1 -kerning first=324 second=372 amount=-3 -kerning first=1267 second=1193 amount=-1 -kerning first=242 second=1118 amount=-1 -kerning first=1056 second=8218 amount=-9 -kerning first=1222 second=45 amount=-1 -kerning first=1119 second=356 amount=-3 -kerning first=902 second=1140 amount=-5 -kerning first=1170 second=1197 amount=-2 -kerning first=343 second=1263 amount=1 -kerning first=1115 second=910 amount=-6 -kerning first=1058 second=262 amount=-2 -kerning first=1184 second=291 amount=-3 -kerning first=8217 second=269 amount=-4 -kerning first=354 second=332 amount=-2 -kerning first=972 second=221 amount=-7 -kerning first=258 second=36 amount=-1 -kerning first=261 second=121 amount=-1 -kerning first=918 second=262 amount=-2 -kerning first=65 second=1111 amount=3 -kerning first=197 second=210 amount=-2 -kerning first=1222 second=80 amount=1 -kerning first=1168 second=1138 amount=-2 -kerning first=1170 second=1096 amount=-4 -kerning first=1263 second=271 amount=-1 -kerning first=1188 second=1139 amount=-5 -kerning first=1166 second=247 amount=-2 -kerning first=376 second=1251 amount=-3 -kerning first=193 second=289 amount=-1 -kerning first=1060 second=356 amount=-2 -kerning first=1145 second=172 amount=-1 -kerning first=1239 second=1263 amount=-1 -kerning first=102 second=111 amount=-1 -kerning first=8225 second=240 amount=-2 -kerning first=961 second=1059 amount=-7 -kerning first=92 second=42 amount=-6 -kerning first=923 second=903 amount=-5 -kerning first=89 second=981 amount=-6 -kerning first=199 second=1202 amount=-1 -kerning first=915 second=115 amount=-5 -kerning first=271 second=1035 amount=3 -kerning first=1139 second=1200 amount=-7 -kerning first=71 second=1276 amount=-1 -kerning first=1242 second=65 amount=-2 -kerning first=1278 second=286 amount=-2 -kerning first=87 second=959 amount=-4 -kerning first=1061 second=1145 amount=-2 -kerning first=214 second=260 amount=-2 -kerning first=1201 second=1105 amount=-1 -kerning first=1050 second=1141 amount=-3 -kerning first=114 second=963 amount=-1 -kerning first=343 second=265 amount=-1 -kerning first=1016 second=1277 amount=-1 -kerning first=1205 second=72 amount=1 -kerning first=253 second=226 amount=-1 -kerning first=908 second=372 amount=-1 -kerning first=1198 second=1179 amount=-3 -kerning first=374 second=65 amount=-5 -kerning first=1188 second=247 amount=-3 -kerning first=1027 second=1265 amount=-4 -kerning first=1111 second=294 amount=3 -kerning first=274 second=297 amount=5 -kerning first=1275 second=234 amount=-1 -kerning first=196 second=174 amount=-5 -kerning first=309 second=1099 amount=3 -kerning first=375 second=285 amount=-1 -kerning first=1271 second=232 amount=-1 -kerning first=378 second=269 amount=-1 -kerning first=981 second=8220 amount=-4 -kerning first=381 second=268 amount=-2 -kerning first=237 second=95 amount=3 -kerning first=81 second=1058 amount=-2 -kerning first=301 second=1213 amount=3 -kerning first=65 second=332 amount=-2 -kerning first=97 second=1265 amount=-1 -kerning first=1168 second=287 amount=-5 -kerning first=79 second=939 amount=-3 -kerning first=1275 second=1243 amount=-1 -kerning first=187 second=916 amount=-2 -kerning first=234 second=1200 amount=-7 -kerning first=1207 second=1250 amount=1 -kerning first=87 second=60 amount=-5 -kerning first=1026 second=1279 amount=-1 -kerning first=313 second=1254 amount=-2 -kerning first=55 second=225 amount=-3 -kerning first=1081 second=356 amount=-3 -kerning first=1060 second=902 amount=-2 -kerning first=1086 second=1141 amount=-1 -kerning first=224 second=1090 amount=-2 -kerning first=1072 second=376 amount=-6 -kerning first=339 second=1199 amount=-1 -kerning first=1020 second=1202 amount=-2 -kerning first=373 second=1195 amount=-1 -kerning first=1200 second=1258 amount=-3 -kerning first=374 second=101 amount=-6 -kerning first=1128 second=1213 amount=-2 -kerning first=8217 second=1086 amount=-4 -kerning first=221 second=1125 amount=-3 -kerning first=313 second=1144 amount=-2 -kerning first=126 second=1196 amount=-3 -kerning first=1234 second=910 amount=-5 -kerning first=375 second=162 amount=-1 -kerning first=376 second=109 amount=-3 -kerning first=1037 second=298 amount=2 -kerning first=256 second=1054 amount=-2 -kerning first=1059 second=97 amount=-6 -kerning first=114 second=243 amount=-1 -kerning first=332 second=1244 amount=-2 -kerning first=1040 second=959 amount=-1 -kerning first=254 second=198 amount=-2 -kerning first=1263 second=113 amount=-1 -kerning first=1188 second=1028 amount=-2 -kerning first=939 second=213 amount=-3 -kerning first=1027 second=267 amount=-5 -kerning first=106 second=1140 amount=2 -kerning first=84 second=1138 amount=-2 -kerning first=277 second=1141 amount=-1 -kerning first=1269 second=1059 amount=-6 -kerning first=197 second=1259 amount=-1 -kerning first=1274 second=46 amount=-2 -kerning first=281 second=1199 amount=-1 -kerning first=1276 second=286 amount=-2 -kerning first=301 second=223 amount=3 -kerning first=913 second=111 amount=-1 -kerning first=1224 second=1196 amount=-3 -kerning first=376 second=173 amount=-3 -kerning first=317 second=1213 amount=-1 -kerning first=1230 second=1050 amount=1 -kerning first=339 second=957 amount=-1 -kerning first=114 second=8221 amount=1 -kerning first=343 second=1139 amount=-1 -kerning first=1113 second=1118 amount=-2 -kerning first=1040 second=60 amount=-2 -kerning first=326 second=86 amount=-3 -kerning first=1202 second=232 amount=-2 -kerning first=922 second=213 amount=-2 -kerning first=111 second=41 amount=-1 -kerning first=270 second=84 amount=-2 -kerning first=1109 second=174 amount=-1 -kerning first=183 second=196 amount=-2 -kerning first=332 second=193 amount=-2 -kerning first=1255 second=1046 amount=-2 -kerning first=43 second=1198 amount=-3 -kerning first=91 second=1011 amount=1 -kerning first=1205 second=1058 amount=-2 -kerning first=378 second=1086 amount=-1 -kerning first=1186 second=1036 amount=1 -kerning first=192 second=1256 amount=-2 -kerning first=1181 second=932 amount=-4 -kerning first=1016 second=933 amount=-7 -kerning first=913 second=8216 amount=-8 -kerning first=8224 second=245 amount=-2 -kerning first=1196 second=289 amount=-5 -kerning first=1278 second=920 amount=-2 -kerning first=1043 second=1010 amount=-5 -kerning first=262 second=95 amount=-3 -kerning first=84 second=287 amount=-5 -kerning first=192 second=1200 amount=-5 -kerning first=1138 second=372 amount=-1 -kerning first=281 second=957 amount=-1 -kerning first=343 second=247 amount=-2 -kerning first=88 second=183 amount=-4 -kerning first=374 second=341 amount=-3 -kerning first=922 second=118 amount=-3 -kerning first=1241 second=258 amount=-2 -kerning first=1124 second=239 amount=2 -kerning first=913 second=350 amount=-1 -kerning first=227 second=1204 amount=-3 -kerning first=174 second=115 amount=-1 -kerning first=922 second=1201 amount=-3 -kerning first=107 second=99 amount=-1 -kerning first=38 second=375 amount=-2 -kerning first=92 second=213 amount=-2 -kerning first=89 second=1040 amount=-5 -kerning first=111 second=1091 amount=-1 -kerning first=357 second=925 amount=1 -kerning first=1143 second=940 amount=-1 -kerning first=1220 second=92 amount=-4 -kerning first=112 second=372 amount=-3 -kerning first=1090 second=354 amount=-2 -kerning first=1180 second=1193 amount=-3 -kerning first=932 second=1242 amount=-2 -kerning first=102 second=1209 amount=-1 -kerning first=1164 second=1143 amount=-1 -kerning first=1200 second=1080 amount=-3 -kerning first=1091 second=8244 amount=2 -kerning first=310 second=289 amount=-3 -kerning first=374 second=174 amount=-1 -kerning first=116 second=1180 amount=1 -kerning first=1122 second=1197 amount=-2 -kerning first=195 second=8225 amount=-5 -kerning first=194 second=1141 amount=-4 -kerning first=354 second=46 amount=-2 -kerning first=1046 second=79 amount=-2 -kerning first=8249 second=1059 amount=-4 -kerning first=1207 second=1223 amount=1 -kerning first=1242 second=935 amount=-2 -kerning first=1278 second=8363 amount=-2 -kerning first=221 second=332 amount=-3 -kerning first=380 second=231 amount=-1 -kerning first=959 second=932 amount=-3 -kerning first=1274 second=103 amount=-5 -kerning first=275 second=1196 amount=-3 -kerning first=1071 second=300 amount=2 -kerning first=1091 second=84 amount=-2 -kerning first=92 second=118 amount=-4 -kerning first=176 second=1033 amount=-2 -kerning first=372 second=8249 amount=-4 -kerning first=1233 second=89 amount=-6 -kerning first=1259 second=1143 amount=-1 -kerning first=1276 second=920 amount=-2 -kerning first=92 second=1201 amount=-4 -kerning first=348 second=1234 amount=-1 -kerning first=367 second=8216 amount=-3 -kerning first=1181 second=285 amount=-1 -kerning first=176 second=923 amount=-6 -kerning first=1263 second=238 amount=3 -kerning first=927 second=8218 amount=-3 -kerning first=295 second=221 amount=-6 -kerning first=173 second=1078 amount=-1 -kerning first=1188 second=367 amount=-5 -kerning first=1043 second=339 amount=-5 -kerning first=1274 second=1249 amount=-2 -kerning first=356 second=1257 amount=-5 -kerning first=43 second=1175 amount=-1 -kerning first=110 second=84 amount=-3 -kerning first=1020 second=118 amount=-1 -kerning first=1279 second=45 amount=-1 -kerning first=1244 second=266 amount=-2 -kerning first=359 second=310 amount=1 -kerning first=1058 second=111 amount=-5 -kerning first=194 second=116 amount=-2 -kerning first=187 second=1202 amount=-3 -kerning first=1199 second=269 amount=-1 -kerning first=339 second=354 amount=-3 -kerning first=258 second=1242 amount=-2 -kerning first=1257 second=195 amount=-2 -kerning first=208 second=1058 amount=-2 -kerning first=1096 second=1026 amount=-3 -kerning first=341 second=1072 amount=-1 -kerning first=72 second=297 amount=5 -kerning first=935 second=71 amount=-2 -kerning first=122 second=267 amount=-1 -kerning first=1020 second=1201 amount=-1 -kerning first=376 second=1220 amount=-3 -kerning first=355 second=356 amount=-2 -kerning first=1181 second=162 amount=-1 -kerning first=101 second=1198 amount=-7 -kerning first=1116 second=245 amount=-1 -kerning first=1207 second=8220 amount=-3 -kerning first=1141 second=923 amount=-4 -kerning first=284 second=358 amount=-2 -kerning first=1184 second=1054 amount=-2 -kerning first=81 second=939 amount=-3 -kerning first=1211 second=1200 amount=-6 -kerning first=1100 second=41 amount=-2 -kerning first=358 second=1256 amount=-2 -kerning first=1232 second=8249 amount=-2 -kerning first=1276 second=8363 amount=-2 -kerning first=1200 second=172 amount=-3 -kerning first=293 second=1185 amount=-2 -kerning first=231 second=1090 amount=-1 -kerning first=90 second=908 amount=-2 -kerning first=1075 second=1204 amount=-2 -kerning first=1222 second=270 amount=1 -kerning first=281 second=354 amount=-3 -kerning first=334 second=65 amount=-2 -kerning first=1170 second=253 amount=-4 -kerning first=1198 second=214 amount=-3 -kerning first=289 second=1066 amount=-3 -kerning first=83 second=196 amount=-1 -kerning first=355 second=1168 amount=1 -kerning first=55 second=100 amount=-3 -kerning first=932 second=1074 amount=-4 -kerning first=126 second=87 amount=-2 -kerning first=216 second=1217 amount=-2 -kerning first=1141 second=295 amount=3 -kerning first=1091 second=1239 amount=-1 -kerning first=176 second=8370 amount=-1 -kerning first=1217 second=963 amount=-2 -kerning first=8217 second=371 amount=-3 -kerning first=335 second=1203 amount=-1 -kerning first=183 second=89 amount=-3 -kerning first=354 second=103 amount=-5 -kerning first=1187 second=905 amount=1 -kerning first=196 second=1257 amount=-1 -kerning first=193 second=1196 amount=-6 -kerning first=1044 second=1044 amount=2 -kerning first=332 second=374 amount=-3 -kerning first=1203 second=945 amount=-1 -kerning first=1118 second=244 amount=-1 -kerning first=1267 second=1010 amount=-1 -kerning first=1026 second=186 amount=-2 -kerning first=328 second=1140 amount=-3 -kerning first=238 second=301 amount=3 -kerning first=1243 second=197 amount=-2 -kerning first=256 second=372 amount=-4 -kerning first=1059 second=1089 amount=-6 -kerning first=1084 second=358 amount=-3 -kerning first=923 second=71 amount=-2 -kerning first=75 second=1256 amount=-2 -kerning first=935 second=45 amount=-4 -kerning first=939 second=356 amount=3 -kerning first=1197 second=289 amount=-1 -kerning first=1224 second=87 amount=-3 -kerning first=1088 second=8220 amount=-4 -kerning first=1100 second=1091 amount=-2 -kerning first=902 second=1058 amount=-6 -kerning first=1232 second=1035 amount=-6 -kerning first=294 second=298 amount=2 -kerning first=297 second=68 amount=3 -kerning first=1168 second=1012 amount=-2 -kerning first=216 second=192 amount=-2 -kerning first=354 second=1249 amount=-2 -kerning first=1167 second=86 amount=-4 -kerning first=1199 second=1086 amount=-1 -kerning first=1094 second=921 amount=1 -kerning first=290 second=84 amount=-2 -kerning first=1118 second=8222 amount=-5 -kerning first=8244 second=949 amount=-4 -kerning first=197 second=1193 amount=-1 -kerning first=1274 second=259 amount=-5 -kerning first=1145 second=333 amount=-1 -kerning first=1205 second=939 amount=-1 -kerning first=1091 second=74 amount=-4 -kerning first=1217 second=243 amount=-2 -kerning first=382 second=99 amount=-1 -kerning first=8217 second=227 amount=-4 -kerning first=195 second=79 amount=-2 -kerning first=1210 second=1091 amount=-1 -kerning first=70 second=95 amount=-2 -kerning first=87 second=290 amount=-2 -kerning first=1036 second=43 amount=-4 -kerning first=65 second=103 amount=-1 -kerning first=101 second=1175 amount=-1 -kerning first=1187 second=8244 amount=2 -kerning first=114 second=90 amount=-2 -kerning first=1248 second=171 amount=-2 -kerning first=1188 second=324 amount=-4 -kerning first=939 second=902 amount=-5 -kerning first=1043 second=239 amount=6 -kerning first=920 second=910 amount=-3 -kerning first=193 second=271 amount=-1 -kerning first=1143 second=1237 amount=-1 -kerning first=1145 second=8218 amount=-6 -kerning first=1119 second=1265 amount=-1 -kerning first=1270 second=58 amount=-2 -kerning first=337 second=258 amount=-2 -kerning first=915 second=959 amount=-5 -kerning first=1188 second=1271 amount=-4 -kerning first=1250 second=207 amount=2 -kerning first=1187 second=84 amount=-2 -kerning first=957 second=1234 amount=-4 -kerning first=1213 second=1090 amount=-1 -kerning first=1267 second=339 amount=-1 -kerning first=910 second=97 amount=-6 -kerning first=933 second=1242 amount=-3 -kerning first=197 second=1109 amount=-1 -kerning first=256 second=299 amount=3 -kerning first=1201 second=231 amount=-1 -kerning first=38 second=1066 amount=-4 -kerning first=1059 second=1145 amount=-6 -kerning first=92 second=356 amount=-6 -kerning first=1202 second=212 amount=-2 -kerning first=1128 second=100 amount=-1 -kerning first=221 second=46 amount=-4 -kerning first=335 second=910 amount=-7 -kerning first=264 second=301 amount=2 -kerning first=1027 second=369 amount=-5 -kerning first=193 second=1275 amount=-2 -kerning first=369 second=1058 amount=-3 -kerning first=235 second=358 amount=-3 -kerning first=353 second=932 amount=-5 -kerning first=254 second=1244 amount=-2 -kerning first=1058 second=1209 amount=-5 -kerning first=915 second=60 amount=-5 -kerning first=192 second=1017 amount=-2 -kerning first=304 second=303 amount=2 -kerning first=275 second=87 amount=-3 -kerning first=187 second=118 amount=-2 -kerning first=211 second=1040 amount=-2 -kerning first=904 second=1111 amount=5 -kerning first=119 second=8363 amount=-1 -kerning first=1040 second=290 amount=-2 -kerning first=1125 second=910 amount=-4 -kerning first=1126 second=940 amount=-1 -kerning first=1178 second=1242 amount=-2 -kerning first=84 second=1012 amount=-2 -kerning first=932 second=945 amount=-5 -kerning first=187 second=1201 amount=-2 -kerning first=1020 second=356 amount=-3 -kerning first=1093 second=172 amount=-1 -kerning first=199 second=902 amount=-1 -kerning first=8217 second=328 amount=-1 -kerning first=939 second=1173 amount=-3 -kerning first=1111 second=322 amount=3 -kerning first=354 second=259 amount=-5 -kerning first=1255 second=125 amount=-1 -kerning first=358 second=114 amount=-4 -kerning first=1126 second=264 amount=-2 -kerning first=1166 second=258 amount=-5 -kerning first=374 second=1257 amount=-6 -kerning first=932 second=262 amount=-2 -kerning first=226 second=255 amount=-1 -kerning first=1168 second=1169 amount=-4 -kerning first=334 second=935 amount=-2 -kerning first=1170 second=171 amount=-8 -kerning first=254 second=193 amount=-2 -kerning first=372 second=228 amount=-4 -kerning first=1263 second=248 amount=-1 -kerning first=324 second=1098 amount=-2 -kerning first=349 second=92 amount=-3 -kerning first=299 second=236 amount=6 -kerning first=1081 second=1265 amount=-1 -kerning first=193 second=113 amount=-1 -kerning first=258 second=86 amount=-5 -kerning first=1143 second=246 amount=-1 -kerning first=208 second=939 amount=-3 -kerning first=326 second=8216 amount=-3 -kerning first=260 second=1089 amount=-1 -kerning first=1094 second=914 amount=1 -kerning first=1278 second=216 amount=-2 -kerning first=1188 second=258 amount=-6 -kerning first=239 second=75 amount=3 -kerning first=39 second=198 amount=-5 -kerning first=245 second=375 amount=-1 -kerning first=1089 second=374 amount=-4 -kerning first=8220 second=38 amount=-4 -kerning first=90 second=126 amount=-2 -kerning first=1169 second=289 amount=-1 -kerning first=233 second=84 amount=-3 -kerning first=356 second=1108 amount=-5 -kerning first=1145 second=1077 amount=-1 -kerning first=1189 second=244 amount=-1 -kerning first=1020 second=902 amount=-2 -kerning first=1097 second=8360 amount=1 -kerning first=1270 second=285 amount=-5 -kerning first=253 second=301 amount=3 -kerning first=315 second=264 amount=-2 -kerning first=1122 second=253 amount=-1 -kerning first=1107 second=95 amount=-3 -kerning first=325 second=206 amount=2 -kerning first=1143 second=8217 amount=2 -kerning first=258 second=945 amount=-1 -kerning first=322 second=208 amount=2 -kerning first=87 second=196 amount=-4 -kerning first=376 second=79 amount=-3 -kerning first=1225 second=910 amount=-1 -kerning first=115 second=1059 amount=-5 -kerning first=74 second=47 amount=-4 -kerning first=1244 second=245 amount=-2 -kerning first=933 second=1074 amount=-3 -kerning first=356 second=1032 amount=-6 -kerning first=1222 second=919 amount=1 -kerning first=1168 second=1088 amount=-4 -kerning first=1046 second=1239 amount=-2 -kerning first=216 second=221 amount=-3 -kerning first=1226 second=254 amount=1 -kerning first=1097 second=325 amount=1 -kerning first=373 second=287 amount=-1 -kerning first=227 second=1200 amount=-6 -kerning first=341 second=1203 amount=1 -kerning first=1196 second=271 amount=-5 -kerning first=1198 second=354 amount=3 -kerning first=973 second=8221 amount=1 -kerning first=221 second=103 amount=-6 -kerning first=1188 second=283 amount=-5 -kerning first=1043 second=1072 amount=-5 -kerning first=299 second=330 amount=3 -kerning first=936 second=183 amount=-3 -kerning first=55 second=297 amount=6 -kerning first=193 second=87 amount=-4 -kerning first=258 second=262 amount=-2 -kerning first=1180 second=1010 amount=-3 -kerning first=1189 second=8222 amount=-8 -kerning first=257 second=1185 amount=-2 -kerning first=902 second=182 amount=-1 -kerning first=1270 second=162 amount=-5 -kerning first=49 second=8218 amount=-3 -kerning first=1275 second=8230 amount=-6 -kerning first=174 second=959 amount=-2 -kerning first=1209 second=1197 amount=-2 -kerning first=87 second=235 amount=-4 -kerning first=1271 second=44 amount=-6 -kerning first=1267 second=239 amount=3 -kerning first=1106 second=1059 amount=-6 -kerning first=98 second=1277 amount=-1 -kerning first=355 second=917 amount=1 -kerning first=1253 second=1140 amount=-3 -kerning first=902 second=939 amount=-5 -kerning first=970 second=916 amount=-3 -kerning first=1016 second=1204 amount=-3 -kerning first=1105 second=1203 amount=-1 -kerning first=1164 second=1202 amount=-2 -kerning first=255 second=97 amount=-1 -kerning first=88 second=338 amount=-2 -kerning first=1188 second=1087 amount=-4 -kerning first=1027 second=326 amount=-4 -kerning first=924 second=300 amount=2 -kerning first=8221 second=948 amount=-4 -kerning first=196 second=1108 amount=-1 -kerning first=84 second=1169 amount=-4 -kerning first=1072 second=1141 amount=-1 -kerning first=345 second=261 amount=-1 -kerning first=1103 second=910 amount=-6 -kerning first=358 second=1017 amount=-2 -kerning first=1235 second=1199 amount=-1 -kerning first=1276 second=216 amount=-2 -kerning first=1200 second=965 amount=-3 -kerning first=310 second=271 amount=-3 -kerning first=297 second=1188 amount=3 -kerning first=929 second=224 amount=-1 -kerning first=1036 second=251 amount=-2 -kerning first=301 second=1026 amount=6 -kerning first=46 second=221 amount=-4 -kerning first=271 second=94 amount=4 -kerning first=195 second=8244 amount=-7 -kerning first=260 second=1145 amount=-1 -kerning first=1050 second=199 amount=-2 -kerning first=1016 second=1232 amount=-2 -kerning first=284 second=237 amount=2 -kerning first=1198 second=913 amount=-5 -kerning first=966 second=1236 amount=-2 -kerning first=355 second=318 amount=1 -kerning first=916 second=8249 amount=-2 -kerning first=8244 second=969 amount=-4 -kerning first=193 second=268 amount=-2 -kerning first=1274 second=273 amount=-5 -kerning first=1145 second=351 amount=-1 -kerning first=1259 second=1202 amount=-2 -kerning first=961 second=372 amount=-3 -kerning first=246 second=198 amount=-2 -kerning first=1186 second=98 amount=1 -kerning first=1128 second=1026 amount=-6 -kerning first=1184 second=299 amount=5 -kerning first=335 second=1093 amount=-1 -kerning first=357 second=353 amount=-1 -kerning first=303 second=41 amount=2 -kerning first=195 second=84 amount=-6 -kerning first=63 second=196 amount=-4 -kerning first=1203 second=111 amount=-1 -kerning first=1069 second=910 amount=-3 -kerning first=375 second=940 amount=-1 -kerning first=1205 second=1216 amount=1 -kerning first=242 second=256 amount=-2 -kerning first=1225 second=107 amount=1 -kerning first=114 second=99 amount=-1 -kerning first=343 second=258 amount=-3 -kerning first=1257 second=119 amount=-1 -kerning first=1040 second=235 amount=-1 -kerning first=176 second=192 amount=-6 -kerning first=1196 second=113 amount=-5 -kerning first=1128 second=67 amount=-2 -kerning first=75 second=1017 amount=-2 -kerning first=8360 second=84 amount=-5 -kerning first=8230 second=1185 amount=-5 -kerning first=309 second=295 amount=3 -kerning first=84 second=1088 amount=-4 -kerning first=1180 second=339 amount=-3 -kerning first=1235 second=957 amount=-1 -kerning first=1200 second=333 amount=-6 -kerning first=923 second=8224 amount=-5 -kerning first=914 second=299 amount=2 -kerning first=359 second=921 amount=1 -kerning first=915 second=361 amount=-5 -kerning first=8217 second=1092 amount=-4 -kerning first=301 second=297 amount=3 -kerning first=1168 second=266 amount=-2 -kerning first=1199 second=227 amount=-1 -kerning first=1175 second=172 amount=-1 -kerning first=187 second=356 amount=-8 -kerning first=1197 second=1196 amount=-2 -kerning first=87 second=343 amount=-2 -kerning first=376 second=973 amount=-3 -kerning first=910 second=1089 amount=-6 -kerning first=317 second=1026 amount=-6 -kerning first=369 second=939 amount=-4 -kerning first=343 second=283 amount=-1 -kerning first=1141 second=192 amount=-4 -kerning first=254 second=374 amount=-7 -kerning first=1198 second=1103 amount=-4 -kerning first=1128 second=297 amount=3 -kerning first=75 second=303 amount=2 -kerning first=105 second=87 amount=2 -kerning first=248 second=255 amount=-1 -kerning first=313 second=8220 amount=-5 -kerning first=236 second=93 amount=2 -kerning first=1111 second=205 amount=3 -kerning first=1163 second=310 amount=1 -kerning first=1090 second=265 amount=-1 -kerning first=86 second=1232 amount=-5 -kerning first=104 second=89 amount=-6 -kerning first=110 second=1118 amount=-1 -kerning first=1054 second=198 amount=-2 -kerning first=1200 second=8218 amount=-7 -kerning first=98 second=933 amount=-7 -kerning first=310 second=113 amount=-3 -kerning first=317 second=67 amount=-2 -kerning first=933 second=945 amount=-6 -kerning first=1082 second=356 amount=-4 -kerning first=260 second=1140 amount=-5 -kerning first=339 second=1263 amount=-1 -kerning first=1170 second=117 amount=-5 -kerning first=332 second=46 amount=-3 -kerning first=1105 second=910 amount=-7 -kerning first=1198 second=308 amount=-2 -kerning first=87 second=169 amount=-2 -kerning first=182 second=1111 amount=5 -kerning first=1258 second=256 amount=-2 -kerning first=221 second=259 amount=-6 -kerning first=1027 second=260 amount=-6 -kerning first=328 second=1058 amount=-3 -kerning first=333 second=1035 amount=-3 -kerning first=55 second=1235 amount=-3 -kerning first=1269 second=372 amount=-3 -kerning first=1274 second=1167 amount=-4 -kerning first=256 second=34 amount=-5 -kerning first=319 second=89 amount=-2 -kerning first=1141 second=232 amount=-1 -kerning first=1091 second=263 amount=-1 -kerning first=933 second=262 amount=-3 -kerning first=1043 second=1057 amount=-2 -kerning first=195 second=1239 amount=-1 -kerning first=187 second=902 amount=-2 -kerning first=354 second=273 amount=-5 -kerning first=112 second=1098 amount=-2 -kerning first=1213 second=120 amount=-1 -kerning first=1267 second=1072 amount=-1 -kerning first=1256 second=933 amount=-3 -kerning first=378 second=1092 amount=-1 -kerning first=1178 second=945 amount=-3 -kerning first=192 second=244 amount=-1 -kerning first=197 second=1010 amount=-1 -kerning first=281 second=1263 amount=-1 -kerning first=1059 second=1233 amount=-6 -kerning first=1167 second=8216 amount=-4 -kerning first=1066 second=1277 amount=-1 -kerning first=173 second=8220 amount=-2 -kerning first=940 second=173 amount=-2 -kerning first=265 second=221 amount=-4 -kerning first=1197 second=271 amount=-1 -kerning first=70 second=335 amount=-3 -kerning first=8225 second=38 amount=-3 -kerning first=1205 second=183 amount=-1 -kerning first=1178 second=262 amount=-2 -kerning first=374 second=1108 amount=-6 -kerning first=915 second=943 amount=-8 -kerning first=183 second=1046 amount=-4 -kerning first=1187 second=314 amount=1 -kerning first=1094 second=72 amount=1 -kerning first=42 second=256 amount=-6 -kerning first=1196 second=268 amount=-2 -kerning first=965 second=1026 amount=-3 -kerning first=1126 second=246 amount=-1 -kerning first=222 second=194 amount=-3 -kerning first=245 second=1066 amount=-3 -kerning first=268 second=297 amount=2 -kerning first=910 second=1145 amount=-6 -kerning first=84 second=266 amount=-2 -kerning first=932 second=111 amount=-5 -kerning first=211 second=47 amount=-3 -kerning first=902 second=967 amount=-4 -kerning first=1164 second=118 amount=-1 -kerning first=253 second=242 amount=-1 -kerning first=1040 second=169 amount=-2 -kerning first=963 second=8220 amount=-3 -kerning first=372 second=1179 amount=-2 -kerning first=374 second=1032 amount=-2 -kerning first=981 second=923 amount=-2 -kerning first=915 second=290 amount=-2 -kerning first=342 second=221 amount=-2 -kerning first=1027 second=1090 amount=-2 -kerning first=194 second=199 amount=-2 -kerning first=213 second=932 amount=-2 -kerning first=1090 second=1139 amount=-1 -kerning first=1164 second=1201 amount=-1 -kerning first=376 second=84 amount=3 -kerning first=1171 second=356 amount=-2 -kerning first=8244 second=1234 amount=-9 -kerning first=267 second=1185 amount=-1 -kerning first=65 second=273 amount=-1 -kerning first=1241 second=1059 amount=-7 -kerning first=356 second=908 amount=-2 -kerning first=97 second=1090 amount=-2 -kerning first=1235 second=354 amount=-3 -kerning first=913 second=8250 amount=-2 -kerning first=1040 second=89 amount=-5 -kerning first=243 second=194 amount=-2 -kerning first=1126 second=8217 amount=-7 -kerning first=1185 second=100 amount=-1 -kerning first=1274 second=240 amount=-5 -kerning first=1180 second=239 amount=5 -kerning first=345 second=197 amount=-3 -kerning first=211 second=1198 amount=-3 -kerning first=1259 second=118 amount=-1 -kerning first=1026 second=1040 amount=-2 -kerning first=1097 second=1055 amount=1 -kerning first=1200 second=1077 amount=-6 -kerning first=310 second=268 amount=-2 -kerning first=929 second=195 amount=-5 -kerning first=1186 second=1035 amount=-2 -kerning first=359 second=914 amount=1 -kerning first=922 second=1265 amount=-3 -kerning first=77 second=298 amount=2 -kerning first=1111 second=1068 amount=3 -kerning first=354 second=1167 amount=-4 -kerning first=1170 second=286 amount=-2 -kerning first=177 second=1118 amount=-3 -kerning first=1090 second=247 amount=-1 -kerning first=95 second=8353 amount=-3 -kerning first=1126 second=352 amount=-1 -kerning first=1259 second=1201 amount=-1 -kerning first=197 second=339 amount=-1 -kerning first=1201 second=229 amount=-1 -kerning first=107 second=233 amount=-1 -kerning first=1181 second=940 amount=-1 -kerning first=79 second=92 amount=-2 -kerning first=1187 second=1120 amount=1 -kerning first=1093 second=333 amount=-1 -kerning first=255 second=1089 amount=-1 -kerning first=109 second=1026 amount=-3 -kerning first=169 second=1035 amount=-2 -kerning first=1196 second=52 amount=-4 -kerning first=1254 second=1066 amount=-2 -kerning first=939 second=267 amount=-6 -kerning first=1043 second=1203 amount=-3 -kerning first=8221 second=968 amount=-3 -kerning first=44 second=932 amount=-2 -kerning first=258 second=111 amount=-1 -kerning first=1197 second=113 amount=-1 -kerning first=1169 second=1196 amount=-2 -kerning first=228 second=1059 amount=-6 -kerning first=107 second=1241 amount=-1 -kerning first=345 second=275 amount=-1 -kerning first=375 second=1237 amount=-1 -kerning first=1271 second=225 amount=-1 -kerning first=1020 second=93 amount=-1 -kerning first=170 second=8363 amount=-2 -kerning first=1265 second=1207 amount=-1 -kerning first=310 second=238 amount=2 -kerning first=116 second=254 amount=1 -kerning first=315 second=8217 amount=-3 -kerning first=934 second=916 amount=-2 -kerning first=194 second=49 amount=-2 -kerning first=114 second=198 amount=-3 -kerning first=1066 second=933 amount=-7 -kerning first=341 second=1093 amount=1 -kerning first=121 second=945 amount=-1 -kerning first=380 second=279 amount=-1 -kerning first=920 second=1234 amount=-2 -kerning first=196 second=908 amount=-2 -kerning first=1094 second=1058 amount=-2 -kerning first=373 second=358 amount=-3 -kerning first=1102 second=1035 amount=-3 -kerning first=1141 second=221 amount=-2 -kerning first=1279 second=337 amount=-1 -kerning first=92 second=1265 amount=-4 -kerning first=1193 second=1143 amount=-1 -kerning first=922 second=267 amount=-3 -kerning first=1228 second=86 amount=-3 -kerning first=258 second=8216 amount=-8 -kerning first=210 second=88 amount=-2 -kerning first=1234 second=1258 amount=-2 -kerning first=87 second=210 amount=-2 -kerning first=358 second=244 amount=-5 -kerning first=376 second=1239 amount=-6 -kerning first=1056 second=261 amount=-1 -kerning first=8218 second=376 amount=-7 -kerning first=1045 second=299 amount=5 -kerning first=1105 second=1093 amount=-1 -kerning first=1140 second=71 amount=-2 -kerning first=335 second=1234 amount=-2 -kerning first=1107 second=335 amount=-1 -kerning first=250 second=910 amount=-4 -kerning first=193 second=248 amount=-1 -kerning first=258 second=350 amount=-1 -kerning first=70 second=1104 amount=-3 -kerning first=1209 second=253 amount=-1 -kerning first=1059 second=1058 amount=3 -kerning first=1034 second=1035 amount=-3 -kerning first=1020 second=1265 amount=-1 -kerning first=1200 second=351 amount=-4 -kerning first=1036 second=277 amount=-3 -kerning first=379 second=1069 amount=-2 -kerning first=354 second=240 amount=-5 -kerning first=1153 second=933 amount=-4 -kerning first=1083 second=1267 amount=-1 -kerning first=358 second=8222 amount=-8 -kerning first=39 second=193 amount=-5 -kerning first=376 second=1102 amount=-3 -kerning first=1169 second=271 amount=-1 -kerning first=1078 second=354 amount=-3 -kerning first=216 second=44 amount=-3 -kerning first=1226 second=1036 amount=1 -kerning first=255 second=1145 amount=-1 -kerning first=92 second=267 amount=-1 -kerning first=1217 second=99 amount=-2 -kerning first=75 second=244 amount=-3 -kerning first=915 second=196 amount=-6 -kerning first=1027 second=946 amount=-4 -kerning first=193 second=39 amount=-5 -kerning first=229 second=358 amount=-3 -kerning first=288 second=305 amount=2 -kerning first=375 second=246 amount=-1 -kerning first=1232 second=94 amount=-6 -kerning first=328 second=939 amount=-6 -kerning first=376 second=74 amount=-2 -kerning first=297 second=379 amount=6 -kerning first=1058 second=8250 amount=-3 -kerning first=903 second=913 amount=-5 -kerning first=1168 second=245 amount=-5 -kerning first=1046 second=263 amount=-2 -kerning first=1051 second=300 amount=2 -kerning first=1199 second=1092 amount=-1 -kerning first=1170 second=920 amount=-2 -kerning first=1040 second=210 amount=-2 -kerning first=935 second=337 amount=-2 -kerning first=221 second=273 amount=-6 -kerning first=8370 second=301 amount=2 -kerning first=233 second=1118 amount=-1 -kerning first=1253 second=1058 amount=-3 -kerning first=932 second=1209 amount=-5 -kerning first=902 second=183 amount=-2 -kerning first=1016 second=1200 amount=-7 -kerning first=1270 second=1075 amount=-4 -kerning first=1140 second=45 amount=-2 -kerning first=244 second=196 amount=-2 -kerning first=915 second=235 amount=-5 -kerning first=939 second=177 amount=-6 -kerning first=1179 second=242 amount=-1 -kerning first=118 second=95 amount=-5 -kerning first=212 second=358 amount=-2 -kerning first=1104 second=1035 amount=-3 -kerning first=375 second=8217 amount=2 -kerning first=263 second=932 amount=-5 -kerning first=246 second=1244 amount=-2 -kerning first=179 second=198 amount=-6 -kerning first=65 second=240 amount=-1 -kerning first=192 second=349 amount=-1 -kerning first=197 second=239 amount=3 -kerning first=8250 second=86 amount=-4 -kerning first=356 second=1255 amount=-5 -kerning first=1222 second=320 amount=1 -kerning first=1093 second=1077 amount=-1 -kerning first=1164 second=356 amount=-3 -kerning first=957 second=172 amount=-3 -kerning first=176 second=212 amount=-1 -kerning first=1128 second=83 amount=-1 -kerning first=87 second=1259 amount=-4 -kerning first=243 second=376 amount=-7 -kerning first=357 second=302 amount=1 -kerning first=1185 second=1026 amount=-4 -kerning first=1068 second=194 amount=-2 -kerning first=347 second=356 amount=-5 -kerning first=933 second=111 amount=-6 -kerning first=922 second=177 amount=-2 -kerning first=379 second=8373 amount=-2 -kerning first=1170 second=8363 amount=-5 -kerning first=1060 second=1278 amount=-2 -kerning first=8221 second=1232 amount=-9 -kerning first=355 second=1211 amount=1 -kerning first=381 second=60 amount=-4 -kerning first=1169 second=113 amount=-1 -kerning first=1080 second=86 amount=-3 -kerning first=1274 second=230 amount=-5 -kerning first=356 second=126 amount=-3 -kerning first=1116 second=1066 amount=-4 -kerning first=38 second=174 amount=-1 -kerning first=1059 second=1094 amount=-3 -kerning first=1259 second=356 amount=-3 -kerning first=1279 second=1105 amount=-1 -kerning first=923 second=337 amount=-1 -kerning first=246 second=193 amount=-2 -kerning first=374 second=908 amount=-3 -kerning first=382 second=233 amount=-1 -kerning first=237 second=302 amount=2 -kerning first=380 second=1195 amount=-1 -kerning first=271 second=354 amount=3 -kerning first=1175 second=333 amount=-1 -kerning first=1194 second=195 amount=-1 -kerning first=95 second=241 amount=3 -kerning first=86 second=1256 amount=-2 -kerning first=80 second=196 amount=-5 -kerning first=1225 second=104 amount=1 -kerning first=1178 second=111 amount=-3 -kerning first=946 second=239 amount=2 -kerning first=337 second=1059 amount=-7 -kerning first=382 second=1241 amount=-1 -kerning first=903 second=308 amount=-11 -kerning first=1230 second=292 amount=1 -kerning first=311 second=173 amount=-2 -kerning first=1170 second=1185 amount=-2 -kerning first=1207 second=295 amount=1 -kerning first=1164 second=902 amount=-2 -kerning first=372 second=214 amount=-2 -kerning first=1196 second=248 amount=-5 -kerning first=1198 second=265 amount=-6 -kerning first=221 second=1167 amount=-3 -kerning first=1054 second=1244 amount=-2 -kerning first=1107 second=1104 amount=-1 -kerning first=376 second=1107 amount=-3 -kerning first=1089 second=1249 amount=-1 -kerning first=196 second=1255 amount=-1 -kerning first=84 second=245 amount=-5 -kerning first=336 second=84 amount=-2 -kerning first=92 second=177 amount=-3 -kerning first=1040 second=1259 amount=-1 -kerning first=89 second=963 amount=-6 -kerning first=359 second=72 amount=1 -kerning first=915 second=343 amount=-4 -kerning first=8217 second=981 amount=-4 -kerning first=81 second=92 amount=-2 -kerning first=357 second=43 amount=-1 -kerning first=195 second=1118 amount=-4 -kerning first=1250 second=1031 amount=2 -kerning first=972 second=1026 amount=-3 -kerning first=1096 second=121 amount=-1 -kerning first=239 second=1042 amount=3 -kerning first=376 second=942 amount=-3 -kerning first=910 second=1233 amount=-6 -kerning first=355 second=323 amount=1 -kerning first=307 second=8361 amount=2 -kerning first=1201 second=279 amount=-1 -kerning first=1088 second=923 amount=-2 -kerning first=79 second=95 amount=-3 -kerning first=1046 second=215 amount=-3 -kerning first=260 second=1058 amount=-6 -kerning first=1259 second=902 amount=-2 -kerning first=913 second=1143 amount=-4 -kerning first=34 second=65 amount=-5 -kerning first=1188 second=59 amount=-2 -kerning first=1027 second=120 amount=-3 -kerning first=268 second=1061 amount=-1 -kerning first=947 second=247 amount=-2 -kerning first=350 second=299 amount=3 -kerning first=1163 second=921 amount=1 -kerning first=1069 second=1234 amount=-2 -kerning first=174 second=196 amount=-5 -kerning first=1237 second=1140 amount=-3 -kerning first=1271 second=100 amount=-1 -kerning first=1054 second=193 amount=-2 -kerning first=1225 second=317 amount=1 -kerning first=310 second=248 amount=-3 -kerning first=1056 second=197 amount=-5 -kerning first=915 second=169 amount=-2 -kerning first=187 second=1265 amount=-2 -kerning first=1187 second=1190 amount=1 -kerning first=37 second=8217 amount=-4 -kerning first=1094 second=939 amount=-1 -kerning first=1097 second=280 amount=1 -kerning first=935 second=1105 amount=-2 -kerning first=239 second=239 amount=3 -kerning first=1061 second=183 amount=-4 -kerning first=8250 second=50 amount=-3 -kerning first=1060 second=260 amount=-2 -kerning first=1277 second=972 amount=-1 -kerning first=1232 second=214 amount=-2 -kerning first=1270 second=940 amount=-5 -kerning first=89 second=243 amount=-6 -kerning first=346 second=913 amount=-1 -kerning first=361 second=933 amount=-4 -kerning first=195 second=263 amount=-1 -kerning first=194 second=348 amount=-1 -kerning first=354 second=230 amount=-5 -kerning first=913 second=284 amount=-2 -kerning first=341 second=1234 amount=-3 -kerning first=1180 second=1057 amount=-2 -kerning first=1101 second=196 amount=-2 -kerning first=95 second=936 amount=-6 -kerning first=358 second=349 amount=-5 -kerning first=174 second=235 amount=-2 -kerning first=1267 second=910 amount=-2 -kerning first=328 second=967 amount=-1 -kerning first=98 second=1204 amount=-3 -kerning first=378 second=981 amount=-1 -kerning first=981 second=1217 amount=-2 -kerning first=1186 second=1016 amount=1 -kerning first=1181 second=246 amount=-1 -kerning first=1168 second=1097 amount=-4 -kerning first=1270 second=264 amount=-2 -kerning first=1198 second=1139 amount=-6 -kerning first=1098 second=1244 amount=-2 -kerning first=1263 second=959 amount=-1 -kerning first=221 second=240 amount=-6 -kerning first=1043 second=1093 amount=-3 -kerning first=8221 second=357 amount=1 -kerning first=1074 second=84 amount=-5 -kerning first=193 second=115 amount=-1 -kerning first=1230 second=1027 amount=1 -kerning first=1119 second=1090 amount=-2 -kerning first=1114 second=376 amount=-11 -kerning first=961 second=1098 amount=-2 -kerning first=115 second=372 amount=-2 -kerning first=98 second=1232 amount=-2 -kerning first=244 second=89 amount=-7 -kerning first=1033 second=196 amount=-2 -kerning first=71 second=105 amount=2 -kerning first=121 second=111 amount=-1 -kerning first=1278 second=927 amount=-2 -kerning first=1026 second=1198 amount=-7 -kerning first=1232 second=1199 amount=-4 -kerning first=1256 second=1204 amount=-2 -kerning first=76 second=43 amount=-3 -kerning first=359 second=1058 amount=-2 -kerning first=1010 second=358 amount=-5 -kerning first=249 second=1035 amount=-3 -kerning first=923 second=1105 amount=-1 -kerning first=88 second=335 amount=-2 -kerning first=1202 second=100 amount=-2 -kerning first=1198 second=247 amount=-3 -kerning first=981 second=192 amount=-2 -kerning first=1263 second=60 amount=-2 -kerning first=243 second=373 amount=-1 -kerning first=939 second=369 amount=-3 -kerning first=1027 second=966 amount=-5 -kerning first=280 second=1111 amount=5 -kerning first=1175 second=1077 amount=-1 -kerning first=1124 second=1234 amount=-1 -kerning first=1143 second=171 amount=-3 -kerning first=1068 second=376 amount=-7 -kerning first=1106 second=372 amount=-3 -kerning first=1256 second=1232 amount=-2 -kerning first=245 second=65 amount=-2 -kerning first=933 second=1209 amount=-6 -kerning first=1253 second=939 amount=-6 -kerning first=1082 second=267 amount=-1 -kerning first=1222 second=304 amount=1 -kerning first=1188 second=291 amount=-5 -kerning first=936 second=95 amount=-7 -kerning first=254 second=1249 amount=-2 -kerning first=176 second=44 amount=-9 -kerning first=246 second=374 amount=-7 -kerning first=374 second=1255 amount=-6 -kerning first=1186 second=915 amount=1 -kerning first=1217 second=8353 amount=-2 -kerning first=922 second=369 amount=-2 -kerning first=1187 second=78 amount=1 -kerning first=95 second=1230 amount=3 -kerning first=1232 second=957 amount=-4 -kerning first=116 second=1036 amount=1 -kerning first=1058 second=1143 amount=-4 -kerning first=117 second=1066 amount=-3 -kerning first=1235 second=1263 amount=-1 -kerning first=255 second=1233 amount=-1 -kerning first=1196 second=1100 amount=-4 -kerning first=1198 second=1028 amount=-3 -kerning first=8217 second=1040 amount=-9 -kerning first=270 second=256 amount=-2 -kerning first=357 second=1018 amount=1 -kerning first=910 second=1058 amount=3 -kerning first=259 second=221 amount=-6 -kerning first=1163 second=914 amount=1 -kerning first=1081 second=1090 amount=-2 -kerning first=84 second=1097 amount=-4 -kerning first=1197 second=248 amount=-1 -kerning first=1269 second=1098 amount=-2 -kerning first=1201 second=1195 amount=-1 -kerning first=94 second=1232 amount=-6 -kerning first=1072 second=49 amount=-3 -kerning first=1141 second=44 amount=-2 -kerning first=1276 second=927 amount=-2 -kerning first=293 second=1267 amount=-1 -kerning first=76 second=1236 amount=2 -kerning first=374 second=126 amount=-3 -kerning first=321 second=255 amount=-4 -kerning first=1075 second=244 amount=-1 -kerning first=114 second=193 amount=-3 -kerning first=1228 second=8216 amount=-3 -kerning first=1278 second=269 amount=-2 -kerning first=1254 second=65 amount=-2 -kerning first=87 second=1193 amount=-4 -kerning first=1126 second=253 amount=-4 -kerning first=1057 second=195 amount=-1 -kerning first=916 second=94 amount=-5 -kerning first=8244 second=1080 amount=-1 -kerning first=1058 second=284 amount=-2 -kerning first=915 second=210 amount=-2 -kerning first=1122 second=1185 amount=-2 -kerning first=1255 second=1203 amount=-1 -kerning first=208 second=92 amount=-2 -kerning first=174 second=89 amount=-1 -kerning first=1271 second=1026 amount=-2 -kerning first=1118 second=257 amount=-1 -kerning first=1026 second=1175 amount=-1 -kerning first=1054 second=374 amount=-3 -kerning first=376 second=263 amount=-6 -kerning first=262 second=1236 amount=-1 -kerning first=8373 second=297 amount=2 -kerning first=1171 second=267 amount=-1 -kerning first=918 second=284 amount=-2 -kerning first=1075 second=8222 amount=-8 -kerning first=260 second=182 amount=-1 -kerning first=114 second=233 amount=-1 -kerning first=1066 second=1204 amount=-3 -kerning first=1196 second=115 amount=-5 -kerning first=1118 second=1153 amount=-1 -kerning first=309 second=1110 amount=3 -kerning first=197 second=1057 amount=-2 -kerning first=1274 second=1095 amount=-5 -kerning first=161 second=1196 amount=-4 -kerning first=1239 second=1059 amount=-7 -kerning first=114 second=1241 amount=-1 -kerning first=351 second=8220 amount=-3 -kerning first=315 second=253 amount=-4 -kerning first=81 second=95 amount=-3 -kerning first=301 second=311 amount=3 -kerning first=304 second=298 amount=2 -kerning first=260 second=939 amount=-5 -kerning first=1170 second=216 amount=-2 -kerning first=279 second=1203 amount=-1 -kerning first=191 second=372 amount=-1 -kerning first=1066 second=1232 amount=-2 -kerning first=8224 second=65 amount=-5 -kerning first=1101 second=89 amount=-7 -kerning first=87 second=1109 amount=-2 -kerning first=256 second=972 amount=-1 -kerning first=1222 second=1172 amount=1 -kerning first=1145 second=261 amount=-1 -kerning first=1087 second=910 amount=-6 -kerning first=343 second=291 amount=-1 -kerning first=1270 second=1237 amount=-5 -kerning first=1091 second=256 amount=-4 -kerning first=1040 second=1193 amount=-1 -kerning first=88 second=1104 amount=-2 -kerning first=240 second=358 amount=-3 -kerning first=295 second=1026 amount=-3 -kerning first=939 second=326 amount=-3 -kerning first=1027 second=1060 amount=-2 -kerning first=222 second=8230 amount=-7 -kerning first=355 second=1043 amount=1 -kerning first=193 second=63 amount=-4 -kerning first=1273 second=89 amount=-6 -kerning first=1090 second=283 amount=-1 -kerning first=118 second=335 amount=-1 -kerning first=86 second=1017 amount=-2 -kerning first=1114 second=373 amount=-2 -kerning first=1276 second=269 amount=-2 -kerning first=1265 second=8249 amount=-3 -kerning first=923 second=1171 amount=-2 -kerning first=381 second=290 amount=-2 -kerning first=65 second=346 amount=-1 -kerning first=1222 second=66 amount=1 -kerning first=1153 second=1204 amount=-5 -kerning first=1199 second=981 amount=-1 -kerning first=1207 second=82 amount=1 -kerning first=1033 second=89 amount=-7 -kerning first=957 second=333 amount=-1 -kerning first=8224 second=101 amount=-2 -kerning first=372 second=913 amount=-4 -kerning first=121 second=1209 amount=-1 -kerning first=1278 second=1086 amount=-2 -kerning first=95 second=1125 amount=3 -kerning first=221 second=230 amount=-6 -kerning first=122 second=966 amount=-1 -kerning first=245 second=174 amount=-1 -kerning first=910 second=1094 amount=-3 -kerning first=8244 second=172 amount=-2 -kerning first=8250 second=8216 amount=-5 -kerning first=902 second=92 amount=-5 -kerning first=1232 second=354 amount=-6 -kerning first=1094 second=1216 amount=1 -kerning first=1164 second=93 amount=-1 -kerning first=1270 second=961 amount=-4 -kerning first=1091 second=281 amount=-1 -kerning first=89 second=347 amount=-4 -kerning first=981 second=221 amount=-7 -kerning first=8217 second=355 amount=1 -kerning first=959 second=1197 amount=-2 -kerning first=1098 second=374 amount=-11 -kerning first=1068 second=373 amount=-1 -kerning first=927 second=197 amount=-2 -kerning first=245 second=935 amount=-2 -kerning first=297 second=1070 amount=3 -kerning first=238 second=295 amount=3 -kerning first=179 second=193 amount=-6 -kerning first=915 second=1259 amount=-5 -kerning first=1253 second=967 amount=-1 -kerning first=902 second=338 amount=-2 -kerning first=957 second=8218 amount=-5 -kerning first=1040 second=1109 amount=-1 -kerning first=1202 second=67 amount=-2 -kerning first=1198 second=367 amount=-3 -kerning first=940 second=8244 amount=2 -kerning first=8370 second=1099 amount=2 -kerning first=1122 second=1276 amount=-2 -kerning first=1080 second=8216 amount=-3 -kerning first=1255 second=910 amount=-7 -kerning first=247 second=1277 amount=-1 -kerning first=1259 second=93 amount=-1 -kerning first=255 second=1058 amount=-2 -kerning first=285 second=358 amount=-3 -kerning first=1265 second=1035 amount=-2 -kerning first=359 second=939 amount=-1 -kerning first=1241 second=372 amount=-3 -kerning first=354 second=1095 amount=-5 -kerning first=1084 second=375 amount=-1 -kerning first=1226 second=98 amount=1 -kerning first=1035 second=374 amount=-6 -kerning first=1012 second=1040 amount=-2 -kerning first=1043 second=1234 amount=-6 -kerning first=313 second=923 amount=2 -kerning first=376 second=215 amount=-3 -kerning first=8218 second=1141 amount=-3 -kerning first=199 second=1278 amount=-1 -kerning first=1169 second=248 amount=-1 -kerning first=1078 second=265 amount=-1 -kerning first=1077 second=89 amount=-7 -kerning first=1164 second=1265 amount=-1 -kerning first=1270 second=246 amount=-5 -kerning first=1279 second=231 amount=-1 -kerning first=372 second=1103 amount=-2 -kerning first=1128 second=121 amount=-4 -kerning first=279 second=910 amount=-7 -kerning first=1088 second=1217 amount=-2 -kerning first=1276 second=1086 amount=-2 -kerning first=326 second=1143 amount=-1 -kerning first=1222 second=1052 amount=1 -kerning first=1168 second=375 amount=-4 -kerning first=972 second=1061 amount=-2 -kerning first=373 second=245 amount=-1 -kerning first=913 second=42 amount=-6 -kerning first=1193 second=118 amount=-1 -kerning first=372 second=308 amount=-4 -kerning first=1254 second=935 amount=-2 -kerning first=264 second=923 amount=-1 -kerning first=1126 second=171 amount=-2 -kerning first=939 second=260 amount=-5 -kerning first=181 second=376 amount=-4 -kerning first=228 second=372 amount=-3 -kerning first=932 second=8250 amount=-3 -kerning first=1259 second=1265 amount=-1 -kerning first=1193 second=1201 amount=-1 -kerning first=1092 second=197 amount=-2 -kerning first=290 second=256 amount=-1 -kerning first=1234 second=333 amount=-1 -kerning first=1237 second=1058 amount=-3 -kerning first=1213 second=1078 amount=-1 -kerning first=1020 second=1278 amount=-2 -kerning first=317 second=121 amount=-4 -kerning first=225 second=932 amount=-3 -kerning first=192 second=1069 amount=-2 -kerning first=107 second=103 amount=-1 -kerning first=1116 second=101 amount=-1 -kerning first=1088 second=192 amount=-2 -kerning first=1189 second=257 amount=-1 -kerning first=1094 second=183 amount=-1 -kerning first=1097 second=1062 amount=1 -kerning first=291 second=84 amount=-3 -kerning first=313 second=8370 amount=-2 -kerning first=39 second=46 amount=-6 -kerning first=299 second=1065 amount=3 -kerning first=1163 second=72 amount=1 -kerning first=106 second=92 amount=2 -kerning first=177 second=256 amount=-3 -kerning first=118 second=1104 amount=-1 -kerning first=95 second=332 amount=-3 -kerning first=1189 second=1153 amount=-1 -kerning first=288 second=933 amount=-2 -kerning first=1271 second=1235 amount=-1 -kerning first=1118 second=194 amount=-4 -kerning first=1232 second=1103 amount=-1 -kerning first=297 second=924 amount=3 -kerning first=1058 second=1181 amount=-4 -kerning first=315 second=171 amount=-4 -kerning first=251 second=1059 amount=-4 -kerning first=260 second=967 amount=-4 -kerning first=119 second=269 amount=-1 -kerning first=957 second=1077 amount=-1 -kerning first=186 second=337 amount=-2 -kerning first=935 second=231 amount=-2 -kerning first=1188 second=1054 amount=-2 -kerning first=380 second=287 amount=-1 -kerning first=98 second=1200 amount=-7 -kerning first=8244 second=56 amount=-3 -kerning first=1078 second=1139 amount=-1 -kerning first=235 second=375 amount=-1 -kerning first=322 second=299 amount=5 -kerning first=247 second=933 amount=-3 -kerning first=257 second=1267 amount=-1 -kerning first=70 second=1236 amount=-6 -kerning first=1059 second=183 amount=-3 -kerning first=1141 second=225 amount=-1 -kerning first=1195 second=356 amount=-5 -kerning first=923 second=1091 amount=-4 -kerning first=199 second=260 amount=-1 -kerning first=1184 second=972 amount=-3 -kerning first=248 second=8225 amount=-2 -kerning first=243 second=1141 amount=-1 -kerning first=333 second=1199 amount=-1 -kerning first=1199 second=1040 amount=-4 -kerning first=258 second=8250 amount=-2 -kerning first=208 second=95 amount=-3 -kerning first=1234 second=1029 amount=-1 -kerning first=1118 second=234 amount=-1 -kerning first=1061 second=338 amount=-2 -kerning first=8222 second=1196 amount=-6 -kerning first=197 second=910 amount=-5 -kerning first=1145 second=197 amount=-2 -kerning first=232 second=1277 amount=-1 -kerning first=253 second=923 amount=-4 -kerning first=957 second=1113 amount=-3 -kerning first=1257 second=1140 amount=-4 -kerning first=908 second=195 amount=-2 -kerning first=1198 second=324 amount=-3 -kerning first=174 second=1259 amount=-2 -kerning first=1188 second=378 amount=-3 -kerning first=1118 second=1243 amount=-1 -kerning first=1027 second=226 amount=-5 -kerning first=1256 second=1200 amount=-3 -kerning first=8221 second=114 amount=-1 -kerning first=193 second=959 amount=-1 -kerning first=84 second=375 amount=-4 -kerning first=1078 second=247 amount=-1 -kerning first=1085 second=933 amount=-6 -kerning first=1274 second=38 amount=-2 -kerning first=1200 second=250 amount=-3 -kerning first=1244 second=288 amount=-2 -kerning first=1198 second=1271 amount=-3 -kerning first=1036 second=285 amount=-3 -kerning first=8217 second=47 amount=-9 -kerning first=361 second=1204 amount=-3 -kerning first=171 second=1058 amount=-3 -kerning first=182 second=938 amount=2 -kerning first=1225 second=172 amount=-1 -kerning first=1243 second=86 amount=-4 -kerning first=1220 second=1236 amount=-2 -kerning first=192 second=8373 amount=-2 -kerning first=356 second=1277 amount=-3 -kerning first=1145 second=275 amount=-1 -kerning first=1050 second=8249 amount=-3 -kerning first=1020 second=260 amount=-2 -kerning first=1205 second=925 amount=1 -kerning first=253 second=295 amount=3 -kerning first=1140 second=337 amount=-4 -kerning first=923 second=231 amount=-1 -kerning first=1217 second=233 amount=-2 -kerning first=1107 second=43 amount=-1 -kerning first=333 second=957 amount=-1 -kerning first=193 second=60 amount=-2 -kerning first=1162 second=299 amount=5 -kerning first=1255 second=1093 amount=-1 -kerning first=1267 second=1234 amount=-4 -kerning first=1270 second=1197 amount=-2 -kerning first=82 second=301 amount=3 -kerning first=244 second=1046 amount=-2 -kerning first=1217 second=1241 amount=-2 -kerning first=1036 second=162 amount=-3 -kerning first=1046 second=281 amount=-2 -kerning first=1163 second=1058 amount=-2 -kerning first=1226 second=1035 amount=-2 -kerning first=1207 second=221 amount=-1 -kerning first=1097 second=313 amount=1 -kerning first=119 second=1086 amount=-1 -kerning first=284 second=1066 amount=-2 -kerning first=966 second=932 amount=-3 -kerning first=8373 second=1061 amount=-1 -kerning first=1274 second=255 amount=-4 -kerning first=224 second=8220 amount=-3 -kerning first=1270 second=1096 amount=-4 -kerning first=1200 second=261 amount=-6 -kerning first=1265 second=228 amount=-1 -kerning first=1128 second=903 amount=-5 -kerning first=279 second=1093 amount=-1 -kerning first=314 second=297 amount=5 -kerning first=913 second=213 amount=-2 -kerning first=1234 second=1077 amount=-1 -kerning first=86 second=244 amount=-4 -kerning first=87 second=1010 amount=-4 -kerning first=358 second=1069 amount=-2 -kerning first=375 second=171 amount=-3 -kerning first=376 second=365 amount=-3 -kerning first=355 second=278 amount=1 -kerning first=1168 second=187 amount=-3 -kerning first=216 second=1026 amount=-2 -kerning first=255 second=939 amount=-2 -kerning first=109 second=121 amount=-1 -kerning first=221 second=1095 amount=-6 -kerning first=242 second=1196 amount=-3 -kerning first=83 second=239 amount=3 -kerning first=330 second=303 amount=2 -kerning first=214 second=8220 amount=-2 -kerning first=70 second=251 amount=-2 -kerning first=1209 second=1185 amount=-2 -kerning first=1020 second=1090 amount=-2 -kerning first=1225 second=68 amount=1 -kerning first=929 second=97 amount=-1 -kerning first=337 second=372 amount=-3 -kerning first=915 second=1193 amount=-5 -kerning first=232 second=933 amount=-7 -kerning first=354 second=38 amount=-2 -kerning first=1084 second=1066 amount=-3 -kerning first=913 second=118 amount=-4 -kerning first=1193 second=356 amount=-3 -kerning first=1198 second=258 amount=-5 -kerning first=1263 second=196 amount=-4 -kerning first=86 second=8222 amount=-7 -kerning first=186 second=1105 amount=-2 -kerning first=1054 second=46 amount=-3 -kerning first=317 second=903 amount=-6 -kerning first=8244 second=965 amount=-1 -kerning first=359 second=1216 amount=1 -kerning first=381 second=169 amount=-2 -kerning first=1138 second=195 amount=-2 -kerning first=1086 second=1035 amount=-3 -kerning first=1088 second=221 amount=-7 -kerning first=187 second=1278 amount=-3 -kerning first=1167 second=1143 amount=-1 -kerning first=1066 second=1200 amount=-7 -kerning first=913 second=1201 amount=-4 -kerning first=89 second=99 amount=-6 -kerning first=75 second=1069 amount=-2 -kerning first=382 second=103 amount=-1 -kerning first=939 second=946 amount=-3 -kerning first=379 second=334 amount=-2 -kerning first=261 second=1091 amount=-1 -kerning first=1114 second=1141 amount=-2 -kerning first=1118 second=376 amount=-2 -kerning first=1102 second=1199 amount=-1 -kerning first=933 second=8250 amount=-4 -kerning first=46 second=1026 amount=-2 -kerning first=1230 second=73 amount=1 -kerning first=260 second=183 amount=-2 -kerning first=1170 second=1191 amount=-4 -kerning first=1040 second=1010 amount=-1 -kerning first=341 second=172 amount=-2 -kerning first=1196 second=959 amount=-5 -kerning first=1198 second=283 amount=-6 -kerning first=1263 second=235 amount=-1 -kerning first=1027 second=1254 amount=-2 -kerning first=1143 second=8363 amount=-1 -kerning first=959 second=253 amount=-1 -kerning first=112 second=195 amount=-2 -kerning first=277 second=1035 amount=-3 -kerning first=192 second=1153 amount=-1 -kerning first=1237 second=939 amount=-7 -kerning first=1200 second=331 amount=-3 -kerning first=92 second=170 amount=-5 -kerning first=116 second=98 amount=1 -kerning first=915 second=1109 amount=-5 -kerning first=1258 second=1196 amount=-2 -kerning first=301 second=1115 amount=3 -kerning first=1027 second=1144 amount=-2 -kerning first=354 second=255 amount=-4 -kerning first=311 second=84 amount=-4 -kerning first=1068 second=1141 amount=-1 -kerning first=1234 second=351 amount=-1 -kerning first=241 second=376 amount=-6 -kerning first=358 second=8373 amount=-2 -kerning first=1034 second=1199 amount=-1 -kerning first=87 second=339 amount=-4 -kerning first=1106 second=1098 amount=-2 -kerning first=328 second=92 amount=-3 -kerning first=333 second=354 amount=-3 -kerning first=8244 second=333 amount=-4 -kerning first=1201 second=287 amount=-1 -kerning first=1189 second=234 amount=-1 -kerning first=1153 second=1200 amount=-4 -kerning first=1140 second=1105 amount=-4 -kerning first=1196 second=60 amount=-5 -kerning first=1198 second=1087 amount=-3 -kerning first=1263 second=1222 amount=-3 -kerning first=1012 second=47 amount=-3 -kerning first=1027 second=380 amount=-3 -kerning first=106 second=95 amount=3 -kerning first=84 second=187 amount=-3 -kerning first=932 second=1143 amount=-4 -kerning first=1189 second=1243 amount=-1 -kerning first=1020 second=170 amount=-2 -kerning first=1102 second=957 amount=-1 -kerning first=1244 second=101 amount=-2 -kerning first=310 second=959 amount=-3 -kerning first=246 second=1249 amount=-2 -kerning first=297 second=344 amount=3 -kerning first=226 second=84 amount=-3 -kerning first=194 second=8249 amount=-2 -kerning first=1097 second=70 amount=1 -kerning first=1101 second=1046 amount=-2 -kerning first=290 second=309 amount=2 -kerning first=1043 second=1258 amount=-2 -kerning first=239 second=107 amount=3 -kerning first=8244 second=8218 amount=-12 -kerning first=196 second=933 amount=-5 -kerning first=1139 second=194 amount=-2 -kerning first=235 second=1066 amount=-3 -kerning first=1141 second=100 amount=-1 -kerning first=8224 second=1257 amount=-2 -kerning first=75 second=8373 amount=-2 -kerning first=1058 second=213 amount=-2 -kerning first=1012 second=1198 amount=-3 -kerning first=8222 second=87 amount=-4 -kerning first=195 second=281 amount=-1 -kerning first=187 second=260 amount=-2 -kerning first=1275 second=1207 amount=-1 -kerning first=1187 second=274 amount=1 -kerning first=358 second=249 amount=-5 -kerning first=1034 second=957 amount=-1 -kerning first=1126 second=286 amount=-2 -kerning first=333 second=913 amount=-2 -kerning first=310 second=60 amount=-4 -kerning first=359 second=183 amount=-1 -kerning first=918 second=213 amount=-2 -kerning first=65 second=255 amount=-4 -kerning first=256 second=81 amount=-2 -kerning first=932 second=284 amount=-2 -kerning first=1033 second=1046 amount=-2 -kerning first=1040 second=339 amount=-1 -kerning first=1216 second=207 amount=2 -kerning first=372 second=265 amount=-4 -kerning first=1104 second=1199 amount=-1 -kerning first=1017 second=65 amount=-1 -kerning first=357 second=202 amount=1 -kerning first=171 second=939 amount=-4 -kerning first=1059 second=1253 amount=-3 -kerning first=1232 second=1263 amount=-4 -kerning first=1113 second=1196 amount=-7 -kerning first=1058 second=118 amount=-4 -kerning first=264 second=1217 amount=-1 -kerning first=78 second=95 amount=2 -kerning first=194 second=1035 amount=-6 -kerning first=311 second=1239 amount=-1 -kerning first=258 second=1143 amount=-4 -kerning first=71 second=1112 amount=2 -kerning first=174 second=1193 amount=-2 -kerning first=313 second=192 amount=2 -kerning first=1058 second=1201 amount=-4 -kerning first=1181 second=171 amount=-3 -kerning first=1230 second=1210 amount=1 -kerning first=102 second=902 amount=-2 -kerning first=114 second=46 amount=-4 -kerning first=1200 second=197 amount=-5 -kerning first=1186 second=354 amount=-2 -kerning first=173 second=1217 amount=-4 -kerning first=75 second=249 amount=-2 -kerning first=315 second=286 amount=-2 -kerning first=34 second=1032 amount=-11 -kerning first=380 second=358 amount=-2 -kerning first=1027 second=1078 amount=-3 -kerning first=265 second=1026 amount=-5 -kerning first=920 second=8218 amount=-3 -kerning first=1163 second=939 amount=-1 -kerning first=1095 second=932 amount=-3 -kerning first=43 second=1244 amount=-4 -kerning first=358 second=257 amount=-5 -kerning first=381 second=210 amount=-2 -kerning first=321 second=173 amount=-3 -kerning first=1168 second=252 amount=-5 -kerning first=1199 second=47 amount=-4 -kerning first=169 second=354 amount=-2 -kerning first=1104 second=957 amount=-1 -kerning first=1263 second=89 amount=-2 -kerning first=358 second=1153 amount=-5 -kerning first=264 second=192 amount=-1 -kerning first=1188 second=299 amount=6 -kerning first=1109 second=933 amount=-5 -kerning first=910 second=183 amount=-3 -kerning first=258 second=284 amount=-2 -kerning first=1255 second=1234 amount=-2 -kerning first=43 second=936 amount=-3 -kerning first=955 second=949 amount=-1 -kerning first=1232 second=265 amount=-1 -kerning first=1097 second=1198 amount=-1 -kerning first=1200 second=275 amount=-6 -kerning first=88 second=43 amount=-4 -kerning first=1186 second=1041 amount=1 -kerning first=111 second=358 amount=-3 -kerning first=44 second=8217 amount=-5 -kerning first=972 second=121 amount=-1 -kerning first=913 second=356 amount=-6 -kerning first=973 second=374 amount=-4 -kerning first=86 second=349 amount=-3 -kerning first=174 second=1109 amount=-1 -kerning first=945 second=126 amount=-2 -kerning first=242 second=87 amount=-3 -kerning first=8244 second=1077 amount=-4 -kerning first=107 second=273 amount=-1 -kerning first=1230 second=1106 amount=1 -kerning first=1199 second=1198 amount=-2 -kerning first=1102 second=354 amount=-3 -kerning first=372 second=1139 amount=-4 -kerning first=89 second=198 amount=-5 -kerning first=1217 second=332 amount=-2 -kerning first=221 second=38 amount=-4 -kerning first=1043 second=1080 amount=-4 -kerning first=1197 second=959 amount=-1 -kerning first=1116 second=1257 amount=-1 -kerning first=364 second=46 amount=-2 -kerning first=912 second=8216 amount=-3 -kerning first=1237 second=967 amount=-1 -kerning first=170 second=269 amount=-2 -kerning first=1200 second=1187 amount=-3 -kerning first=376 second=256 amount=-5 -kerning first=1225 second=1188 amount=1 -kerning first=116 second=1035 amount=-2 -kerning first=75 second=1153 amount=-3 -kerning first=183 second=1203 amount=-1 -kerning first=169 second=913 amount=-2 -kerning first=1098 second=1249 amount=-4 -kerning first=1242 second=933 amount=-3 -kerning first=1126 second=920 amount=-2 -kerning first=8244 second=1113 amount=-4 -kerning first=193 second=290 amount=-2 -kerning first=1239 second=372 amount=-3 -kerning first=1034 second=354 amount=-3 -kerning first=1226 second=1016 amount=1 -kerning first=1270 second=253 amount=-4 -kerning first=1257 second=1058 amount=-3 -kerning first=372 second=247 amount=-2 -kerning first=342 second=297 amount=3 -kerning first=939 second=966 amount=-6 -kerning first=1251 second=932 amount=-3 -kerning first=1233 second=910 amount=-6 -kerning first=288 second=1204 amount=-2 -kerning first=376 second=281 amount=-6 -kerning first=244 second=125 amount=-1 -kerning first=192 second=234 amount=-1 -kerning first=1241 second=1098 amount=-2 -kerning first=361 second=1200 amount=-4 -kerning first=1059 second=338 amount=-3 -kerning first=114 second=103 amount=-1 -kerning first=1102 second=913 amount=-2 -kerning first=1035 second=1249 amount=-2 -kerning first=253 second=192 amount=-4 -kerning first=1040 second=239 amount=3 -kerning first=176 second=67 amount=-1 -kerning first=1196 second=361 amount=-5 -kerning first=1278 second=1092 amount=-2 -kerning first=1128 second=71 amount=-2 -kerning first=1258 second=87 amount=-1 -kerning first=248 second=84 amount=-3 -kerning first=8221 second=244 amount=-4 -kerning first=84 second=252 amount=-5 -kerning first=1243 second=8216 amount=-4 -kerning first=1139 second=376 amount=-7 -kerning first=179 second=46 amount=-7 -kerning first=192 second=1243 amount=-1 -kerning first=247 second=1204 amount=-3 -kerning first=70 second=277 amount=-3 -kerning first=288 second=1232 amount=-1 -kerning first=1232 second=1139 amount=-1 -kerning first=1020 second=120 amount=-1 -kerning first=1141 second=1026 amount=-2 -kerning first=89 second=8353 amount=-3 -kerning first=1186 second=1103 amount=-1 -kerning first=922 second=966 amount=-3 -kerning first=315 second=920 amount=-2 -kerning first=301 second=1231 amount=3 -kerning first=8217 second=54 amount=-3 -kerning first=367 second=356 amount=-3 -kerning first=1168 second=288 amount=-2 -kerning first=1170 second=927 amount=-2 -kerning first=360 second=47 amount=-4 -kerning first=1126 second=8363 amount=-1 -kerning first=8370 second=923 amount=-1 -kerning first=376 second=1226 amount=-3 -kerning first=8244 second=351 amount=-5 -kerning first=1253 second=92 amount=-3 -kerning first=902 second=335 amount=-1 -kerning first=1034 second=913 amount=-2 -kerning first=1191 second=86 amount=-7 -kerning first=253 second=232 amount=-1 -kerning first=372 second=1028 amount=-2 -kerning first=1184 second=81 amount=-2 -kerning first=1017 second=935 amount=-1 -kerning first=1043 second=172 amount=-3 -kerning first=8221 second=8222 amount=-12 -kerning first=1111 second=310 amount=3 -kerning first=302 second=309 amount=1 -kerning first=234 second=376 amount=-7 -kerning first=228 second=1098 amount=-2 -kerning first=1085 second=1204 amount=-3 -kerning first=1090 second=291 amount=-1 -kerning first=1104 second=354 amount=-3 -kerning first=170 second=1086 amount=-2 -kerning first=1164 second=1278 amount=-2 -kerning first=310 second=361 amount=-2 -kerning first=317 second=71 amount=-2 -kerning first=8220 second=74 amount=-9 -kerning first=90 second=1256 amount=-2 -kerning first=903 second=258 amount=-5 -kerning first=1222 second=203 amount=1 -kerning first=44 second=1197 amount=-5 -kerning first=339 second=1059 amount=-7 -kerning first=1226 second=915 amount=1 -kerning first=1170 second=1267 amount=-4 -kerning first=8370 second=295 amount=2 -kerning first=313 second=221 amount=-5 -kerning first=1178 second=1143 amount=-3 -kerning first=932 second=1181 amount=-4 -kerning first=126 second=89 amount=-3 -kerning first=229 second=375 amount=-1 -kerning first=216 second=1061 amount=-2 -kerning first=1205 second=353 amount=-1 -kerning first=1141 second=297 amount=3 -kerning first=92 second=966 amount=-1 -kerning first=1091 second=289 amount=-1 -kerning first=326 second=118 amount=-1 -kerning first=933 second=284 amount=-3 -kerning first=915 second=1010 amount=-5 -kerning first=301 second=80 amount=3 -kerning first=183 second=910 amount=-3 -kerning first=284 second=65 amount=-1 -kerning first=87 second=1072 amount=-4 -kerning first=1100 second=358 amount=-7 -kerning first=1259 second=1278 amount=-2 -kerning first=1276 second=1092 amount=-2 -kerning first=326 second=1201 amount=-1 -kerning first=281 second=1059 amount=-7 -kerning first=1093 second=275 amount=-1 -kerning first=8224 second=1108 amount=-2 -kerning first=1188 second=1020 amount=-4 -kerning first=357 second=1053 amount=1 -kerning first=1027 second=301 amount=6 -kerning first=1224 second=89 amount=-6 -kerning first=1201 second=358 amount=-2 -kerning first=358 second=194 amount=-6 -kerning first=1232 second=1028 amount=-2 -kerning first=1178 second=284 amount=-2 -kerning first=297 second=201 amount=3 -kerning first=1167 second=1202 amount=-2 -kerning first=1170 second=269 amount=-5 -kerning first=8224 second=1032 amount=-5 -kerning first=341 second=333 amount=-1 -kerning first=1210 second=358 amount=-3 -kerning first=1196 second=290 amount=-2 -kerning first=1069 second=8218 amount=-3 -kerning first=173 second=221 amount=-3 -kerning first=186 second=231 amount=-2 -kerning first=1118 second=8230 amount=-2 -kerning first=317 second=45 amount=-3 -kerning first=8218 second=49 amount=-4 -kerning first=84 second=288 amount=-2 -kerning first=1169 second=959 amount=-1 -kerning first=1078 second=283 amount=-1 -kerning first=107 second=240 amount=-1 -kerning first=43 second=374 amount=-3 -kerning first=1059 second=1163 amount=-3 -kerning first=120 second=8249 amount=-2 -kerning first=1279 second=279 amount=-1 -kerning first=1058 second=902 amount=-6 -kerning first=382 second=273 amount=-1 -kerning first=939 second=1060 amount=-3 -kerning first=303 second=165 amount=2 -kerning first=112 second=119 amount=-1 -kerning first=1274 second=1251 amount=-4 -kerning first=345 second=945 amount=-1 -kerning first=358 second=234 amount=-5 -kerning first=297 second=106 amount=-4 -kerning first=321 second=8225 amount=-6 -kerning first=209 second=301 amount=5 -kerning first=192 second=376 amount=-5 -kerning first=232 second=1204 amount=-3 -kerning first=260 second=92 amount=-5 -kerning first=1163 second=1216 amount=1 -kerning first=114 second=259 amount=-1 -kerning first=1164 second=260 amount=-2 -kerning first=341 second=8218 amount=-5 -kerning first=1101 second=125 amount=-1 -kerning first=1193 second=1265 amount=-1 -kerning first=358 second=1243 amount=-5 -kerning first=1107 second=277 amount=-1 -kerning first=193 second=235 amount=-1 -kerning first=118 second=1236 amount=-4 -kerning first=955 second=969 amount=-3 -kerning first=1270 second=171 amount=-8 -kerning first=310 second=290 amount=-2 -kerning first=1263 second=1259 amount=-1 -kerning first=922 second=1060 amount=-2 -kerning first=915 second=339 amount=-5 -kerning first=8217 second=963 amount=-4 -kerning first=1168 second=65 amount=-6 -kerning first=260 second=338 amount=-2 -kerning first=218 second=44 amount=-2 -kerning first=358 second=1085 amount=-4 -kerning first=355 second=76 amount=1 -kerning first=1061 second=335 amount=-2 -kerning first=200 second=301 amount=5 -kerning first=902 second=1104 amount=-1 -kerning first=1259 second=260 amount=-2 -kerning first=961 second=195 amount=-2 -kerning first=120 second=1035 amount=-3 -kerning first=253 second=221 amount=-2 -kerning first=1033 second=125 amount=-1 -kerning first=42 second=52 amount=-3 -kerning first=1140 second=231 amount=-4 -kerning first=295 second=121 amount=-1 -kerning first=75 second=234 amount=-3 -kerning first=221 second=894 amount=-4 -kerning first=357 second=932 amount=-2 -kerning first=910 second=1253 amount=-3 -kerning first=263 second=1197 amount=-1 -kerning first=1049 second=239 amount=5 -kerning first=1139 second=373 amount=-1 -kerning first=375 second=8363 amount=-1 -kerning first=75 second=1243 amount=-3 -kerning first=1058 second=1173 amount=-4 -kerning first=1036 second=940 amount=-3 -kerning first=356 second=1232 amount=-6 -kerning first=275 second=89 amount=-7 -kerning first=1168 second=101 amount=-5 -kerning first=187 second=120 amount=-2 -kerning first=211 second=198 amount=-2 -kerning first=1187 second=1039 amount=1 -kerning first=1170 second=1086 amount=-5 -kerning first=1257 second=939 amount=-7 -kerning first=935 second=279 amount=-2 -kerning first=1267 second=172 amount=-3 -kerning first=313 second=212 amount=-2 -kerning first=1256 second=8222 amount=-3 -kerning first=239 second=104 amount=3 -kerning first=333 second=1263 amount=-1 -kerning first=1244 second=1257 amount=-2 -kerning first=48 second=1059 amount=-2 -kerning first=1274 second=109 amount=-4 -kerning first=1116 second=1108 amount=-1 -kerning first=1180 second=1258 amount=-2 -kerning first=336 second=256 amount=-2 -kerning first=1230 second=173 amount=-1 -kerning first=8225 second=1239 amount=-2 -kerning first=1164 second=1090 amount=-2 -kerning first=1200 second=336 amount=-3 -kerning first=92 second=1060 amount=-2 -kerning first=1141 second=1235 amount=-1 -kerning first=89 second=241 amount=-3 -kerning first=1186 second=316 amount=1 -kerning first=1036 second=264 amount=-2 -kerning first=8217 second=243 amount=-4 -kerning first=346 second=258 amount=-1 -kerning first=1179 second=232 amount=-1 -kerning first=258 second=42 amount=-6 -kerning first=71 second=1040 amount=-1 -kerning first=174 second=1010 amount=-2 -kerning first=1225 second=351 amount=-1 -kerning first=378 second=963 amount=-1 -kerning first=337 second=1098 amount=-2 -kerning first=249 second=354 amount=-3 -kerning first=256 second=211 amount=-2 -kerning first=226 second=1118 amount=-1 -kerning first=354 second=1251 amount=-4 -kerning first=334 second=933 amount=-3 -kerning first=1228 second=1143 amount=-1 -kerning first=1207 second=223 amount=1 -kerning first=119 second=1092 amount=-1 -kerning first=373 second=1066 amount=-3 -kerning first=87 second=1057 amount=-2 -kerning first=8221 second=349 amount=-5 -kerning first=196 second=1204 amount=-6 -kerning first=1274 second=173 amount=-3 -kerning first=1072 second=1035 amount=-3 -kerning first=1259 second=1090 amount=-2 -kerning first=266 second=1276 amount=-1 -kerning first=1036 second=236 amount=2 -kerning first=1075 second=257 amount=-1 -kerning first=101 second=374 amount=-7 -kerning first=183 second=1093 amount=-1 -kerning first=79 second=1236 amount=-2 -kerning first=108 second=300 amount=2 -kerning first=1163 second=183 amount=-1 -kerning first=311 second=263 amount=-1 -kerning first=341 second=1077 amount=-1 -kerning first=284 second=935 amount=-1 -kerning first=1196 second=196 amount=-6 -kerning first=1211 second=376 amount=-6 -kerning first=239 second=317 amount=3 -kerning first=116 second=1016 amount=1 -kerning first=84 second=65 amount=-6 -kerning first=256 second=119 amount=-4 -kerning first=1075 second=1153 amount=-1 -kerning first=1230 second=222 amount=1 -kerning first=902 second=353 amount=-1 -kerning first=8225 second=74 amount=-5 -kerning first=923 second=279 amount=-1 -kerning first=326 second=356 amount=-3 -kerning first=1198 second=59 amount=-4 -kerning first=1217 second=103 amount=-2 -kerning first=1122 second=1267 amount=-1 -kerning first=1175 second=275 amount=-1 -kerning first=193 second=169 amount=-2 -kerning first=1041 second=1111 amount=2 -kerning first=1279 second=1195 amount=-1 -kerning first=378 second=243 amount=-1 -kerning first=76 second=932 amount=-6 -kerning first=933 second=1181 amount=-3 -kerning first=270 second=1196 amount=-2 -kerning first=192 second=334 amount=-2 -kerning first=1168 second=341 amount=-4 -kerning first=1046 second=289 amount=-2 -kerning first=1084 second=174 amount=-1 -kerning first=1167 second=118 amount=-1 -kerning first=1097 second=1252 amount=1 -kerning first=1196 second=235 amount=-5 -kerning first=241 second=1141 amount=-1 -kerning first=936 second=43 amount=-3 -kerning first=193 second=89 amount=-5 -kerning first=84 second=101 amount=-5 -kerning first=1189 second=8230 amount=-6 -kerning first=229 second=1066 amount=-3 -kerning first=102 second=267 amount=-1 -kerning first=1167 second=1201 amount=-1 -kerning first=1164 second=170 amount=-2 -kerning first=1040 second=1057 amount=-2 -kerning first=1128 second=8224 amount=-5 -kerning first=1055 second=299 amount=5 -kerning first=382 second=240 amount=-1 -kerning first=915 second=239 amount=6 -kerning first=321 second=79 amount=-2 -kerning first=354 second=109 amount=-4 -kerning first=1275 second=8249 amount=-3 -kerning first=371 second=8220 amount=-3 -kerning first=85 second=95 amount=-3 -kerning first=174 second=339 amount=-2 -kerning first=1126 second=216 amount=-2 -kerning first=910 second=338 amount=-3 -kerning first=355 second=1238 amount=1 -kerning first=1061 second=1104 amount=-2 -kerning first=1252 second=300 amount=2 -kerning first=192 second=373 amount=-4 -kerning first=932 second=213 amount=-2 -kerning first=1082 second=966 amount=-1 -kerning first=372 second=324 amount=-2 -kerning first=89 second=193 amount=-5 -kerning first=1188 second=1098 amount=-2 -kerning first=939 second=226 amount=-6 -kerning first=1109 second=1204 amount=-5 -kerning first=1043 second=965 amount=-4 -kerning first=357 second=1184 amount=1 -kerning first=1027 second=242 amount=-5 -kerning first=8250 second=1143 amount=-2 -kerning first=212 second=1066 amount=-2 -kerning first=1259 second=170 amount=-2 -kerning first=45 second=932 amount=-3 -kerning first=310 second=235 amount=-3 -kerning first=372 second=1271 amount=-2 -kerning first=929 second=1233 amount=-1 -kerning first=116 second=915 amount=1 -kerning first=90 second=1017 amount=-2 -kerning first=271 second=176 amount=4 -kerning first=354 second=173 amount=-3 -kerning first=906 second=95 amount=2 -kerning first=1094 second=925 amount=1 -kerning first=913 second=1265 amount=-4 -kerning first=957 second=261 amount=-1 -kerning first=288 second=1200 amount=-2 -kerning first=317 second=8224 amount=-6 -kerning first=1229 second=299 amount=5 -kerning first=1110 second=86 amount=2 -kerning first=1011 second=41 amount=2 -kerning first=932 second=118 amount=-4 -kerning first=1102 second=1263 amount=-1 -kerning first=1270 second=117 amount=-5 -kerning first=92 second=359 amount=-2 -kerning first=89 second=233 amount=-6 -kerning first=315 second=216 amount=-2 -kerning first=935 second=1195 amount=-2 -kerning first=301 second=270 amount=3 -kerning first=8370 second=1217 amount=-1 -kerning first=8249 second=195 amount=-2 -kerning first=259 second=1026 amount=-3 -kerning first=1275 second=1035 amount=-2 -kerning first=1080 second=1143 amount=-1 -kerning first=932 second=1201 amount=-4 -kerning first=247 second=1200 amount=-3 -kerning first=95 second=1167 amount=3 -kerning first=1091 second=1196 amount=-2 -kerning first=89 second=1241 amount=-6 -kerning first=348 second=197 amount=-1 -kerning first=197 second=1258 amount=-2 -kerning first=97 second=8220 amount=-3 -kerning first=1181 second=8363 amount=-1 -kerning first=1230 second=1030 amount=1 -kerning first=114 second=273 amount=-1 -kerning first=1257 second=967 amount=-1 -kerning first=1242 second=1204 amount=-2 -kerning first=1196 second=343 amount=-4 -kerning first=1198 second=291 amount=-6 -kerning first=1278 second=981 amount=-2 -kerning first=1043 second=333 amount=-5 -kerning first=196 second=357 amount=-2 -kerning first=309 second=297 amount=3 -kerning first=258 second=213 amount=-2 -kerning first=84 second=341 amount=-4 -kerning first=235 second=174 amount=-1 -kerning first=1274 second=1220 amount=-4 -kerning first=1034 second=1263 amount=-1 -kerning first=1191 second=8216 amount=-5 -kerning first=944 second=1198 amount=-4 -kerning first=89 second=1230 amount=-3 -kerning first=374 second=1204 amount=3 -kerning first=913 second=267 amount=-1 -kerning first=1085 second=1200 amount=-6 -kerning first=341 second=379 amount=-2 -kerning first=1242 second=1232 amount=-2 -kerning first=86 second=1069 amount=-2 -kerning first=8370 second=192 amount=-1 -kerning first=110 second=1196 amount=-3 -kerning first=268 second=88 amount=-1 -kerning first=1171 second=966 amount=-1 -kerning first=1029 second=1040 amount=-1 -kerning first=307 second=93 amount=2 -kerning first=214 second=923 amount=-2 -kerning first=1205 second=302 amount=1 -kerning first=88 second=277 amount=-2 -kerning first=1196 second=169 amount=-2 -kerning first=374 second=1232 amount=-5 -kerning first=1263 second=1193 amount=-1 -kerning first=75 second=307 amount=2 -kerning first=1184 second=211 amount=-2 -kerning first=248 second=1118 amount=-1 -kerning first=1043 second=8218 amount=-8 -kerning first=1111 second=921 amount=3 -kerning first=252 second=8244 amount=1 -kerning first=258 second=118 amount=-4 -kerning first=1185 second=45 amount=-2 -kerning first=1203 second=356 amount=-3 -kerning first=1180 second=172 amount=-4 -kerning first=370 second=8222 amount=-5 -kerning first=345 second=111 amount=-1 -kerning first=358 second=334 amount=-2 -kerning first=104 second=910 amount=-6 -kerning first=923 second=1195 amount=-1 -kerning first=194 second=94 amount=-6 -kerning first=1199 second=963 amount=-1 -kerning first=1050 second=214 amount=-2 -kerning first=1170 second=371 amount=-5 -kerning first=1097 second=1186 amount=1 -kerning first=258 second=1201 amount=-4 -kerning first=372 second=258 amount=-4 -kerning first=240 second=375 amount=-1 -kerning first=1223 second=239 amount=5 -kerning first=380 second=245 amount=-1 -kerning first=910 second=1163 amount=-3 -kerning first=252 second=84 amount=-3 -kerning first=193 second=210 amount=-2 -kerning first=319 second=910 amount=-2 -kerning first=1091 second=271 amount=-1 -kerning first=1265 second=354 amount=-2 -kerning first=1184 second=119 amount=-4 -kerning first=915 second=1072 amount=-5 -kerning first=221 second=1251 amount=-3 -kerning first=8217 second=347 amount=-5 -kerning first=325 second=297 amount=5 -kerning first=195 second=289 amount=-1 -kerning first=1187 second=1024 amount=1 -kerning first=1090 second=1076 amount=-3 -kerning first=1104 second=1263 amount=-1 -kerning first=358 second=373 amount=-4 -kerning first=67 second=1202 amount=-1 -kerning first=1276 second=981 amount=-2 -kerning first=1244 second=1108 amount=-2 -kerning first=310 second=169 amount=-2 -kerning first=297 second=1219 amount=3 -kerning first=1270 second=286 amount=-2 -kerning first=1216 second=1031 amount=2 -kerning first=372 second=283 amount=-4 -kerning first=75 second=334 amount=-2 -kerning first=81 second=1236 amount=-2 -kerning first=358 second=1273 amount=-4 -kerning first=939 second=1254 amount=-3 -kerning first=959 second=1185 amount=-2 -kerning first=1197 second=235 amount=-1 -kerning first=126 second=1046 amount=-4 -kerning first=1050 second=1199 amount=-3 -kerning first=1239 second=1098 amount=-1 -kerning first=1205 second=43 amount=-1 -kerning first=981 second=1026 amount=-3 -kerning first=1186 second=247 amount=-1 -kerning first=1058 second=1265 amount=-4 -kerning first=1036 second=246 amount=-3 -kerning first=939 second=1144 amount=-3 -kerning first=202 second=297 amount=5 -kerning first=1075 second=234 amount=-1 -kerning first=354 second=1220 amount=-4 -kerning first=1199 second=243 amount=-1 -kerning first=1167 second=356 amount=-3 -kerning first=1170 second=227 amount=-5 -kerning first=86 second=8373 amount=-2 -kerning first=122 second=242 amount=-1 -kerning first=377 second=268 amount=-2 -kerning first=8250 second=916 amount=-2 -kerning first=1075 second=1243 amount=-1 -kerning first=232 second=1200 amount=-7 -kerning first=1059 second=944 amount=-3 -kerning first=1097 second=8221 amount=2 -kerning first=1164 second=120 amount=-1 -kerning first=1265 second=913 amount=-4 -kerning first=963 second=44 amount=-5 -kerning first=290 second=1196 amount=-2 -kerning first=372 second=1087 amount=-2 -kerning first=75 second=373 amount=-4 -kerning first=922 second=1254 amount=-2 -kerning first=935 second=1194 amount=-2 -kerning first=270 second=87 amount=-1 -kerning first=183 second=1234 amount=-2 -kerning first=1139 second=1141 amount=-1 -kerning first=1197 second=1222 amount=-3 -kerning first=227 second=376 amount=-6 -kerning first=1086 second=1199 amount=-1 -kerning first=1237 second=92 amount=-3 -kerning first=89 second=1125 amount=-3 -kerning first=922 second=1144 amount=-2 -kerning first=1010 second=1066 amount=-5 -kerning first=321 second=8244 amount=-3 -kerning first=356 second=1256 amount=-2 -kerning first=1222 second=1178 amount=1 -kerning first=1199 second=8221 amount=2 -kerning first=913 second=177 amount=-3 -kerning first=8224 second=1255 amount=-2 -kerning first=1040 second=910 amount=-5 -kerning first=173 second=1047 amount=-2 -kerning first=221 second=109 amount=-3 -kerning first=1043 second=1077 amount=-5 -kerning first=350 second=195 amount=-1 -kerning first=55 second=337 amount=-3 -kerning first=330 second=298 amount=2 -kerning first=1050 second=957 amount=-3 -kerning first=211 second=1244 amount=-2 -kerning first=1259 second=120 amount=-1 -kerning first=1026 second=198 amount=-2 -kerning first=961 second=119 amount=-1 -kerning first=1232 second=283 amount=-1 -kerning first=253 second=44 amount=-2 -kerning first=1091 second=113 amount=-1 -kerning first=933 second=213 amount=-3 -kerning first=1058 second=267 amount=-5 -kerning first=321 second=84 amount=-6 -kerning first=1111 second=1140 amount=5 -kerning first=1167 second=902 amount=-2 -kerning first=234 second=1141 amount=-1 -kerning first=193 second=1259 amount=-1 -kerning first=957 second=197 amount=-4 -kerning first=277 second=1199 amount=-1 -kerning first=95 second=48 amount=-3 -kerning first=1267 second=333 amount=-1 -kerning first=971 second=358 amount=-3 -kerning first=80 second=1072 amount=-1 -kerning first=1059 second=335 amount=-6 -kerning first=1187 second=1196 amount=-2 -kerning first=114 second=240 amount=-1 -kerning first=1235 second=1059 amount=-6 -kerning first=92 second=1254 amount=-2 -kerning first=1140 second=229 amount=-4 -kerning first=71 second=1198 amount=-2 -kerning first=221 second=173 amount=-3 -kerning first=313 second=1213 amount=-1 -kerning first=1111 second=914 amount=3 -kerning first=1275 second=228 amount=-1 -kerning first=118 second=277 amount=-1 -kerning first=1086 second=957 amount=-1 -kerning first=92 second=1144 amount=-2 -kerning first=1178 second=213 amount=-2 -kerning first=923 second=1194 amount=-2 -kerning first=68 second=84 amount=-2 -kerning first=211 second=193 amount=-2 -kerning first=1170 second=328 amount=-4 -kerning first=40 second=1011 amount=1 -kerning first=957 second=275 amount=-1 -kerning first=1196 second=210 amount=-2 -kerning first=1108 second=1058 amount=-5 -kerning first=1267 second=8218 amount=-5 -kerning first=8370 second=221 amount=-2 -kerning first=196 second=1256 amount=-2 -kerning first=959 second=1276 amount=-2 -kerning first=1220 second=932 amount=-3 -kerning first=1168 second=1257 amount=-5 -kerning first=1170 second=1279 amount=-3 -kerning first=8225 second=263 amount=-2 -kerning first=1270 second=920 amount=-2 -kerning first=1265 second=308 amount=-4 -kerning first=254 second=255 amount=-1 -kerning first=301 second=919 amount=3 -kerning first=194 second=214 amount=-2 -kerning first=196 second=1200 amount=-5 -kerning first=277 second=957 amount=-1 -kerning first=174 second=1072 amount=-1 -kerning first=345 second=1209 amount=-1 -kerning first=86 second=257 amount=-4 -kerning first=170 second=1092 amount=-2 -kerning first=376 second=289 amount=-6 -kerning first=1178 second=118 amount=-3 -kerning first=915 second=1057 amount=-2 -kerning first=58 second=936 amount=-4 -kerning first=932 second=902 amount=-6 -kerning first=1083 second=1198 amount=-6 -kerning first=119 second=981 amount=-1 -kerning first=86 second=1153 amount=-4 -kerning first=1043 second=351 amount=-5 -kerning first=299 second=102 amount=3 -kerning first=1178 second=1201 amount=-3 -kerning first=258 second=356 amount=-6 -kerning first=43 second=1249 amount=-1 -kerning first=70 second=285 amount=-3 -kerning first=1209 second=1267 amount=-1 -kerning first=110 second=87 amount=-3 -kerning first=310 second=210 amount=-2 -kerning first=359 second=925 amount=1 -kerning first=8217 second=191 amount=-4 -kerning first=339 second=372 amount=-3 -kerning first=1226 second=354 amount=-2 -kerning first=373 second=65 amount=-4 -kerning first=927 second=86 amount=-2 -kerning first=358 second=8230 amount=-2 -kerning first=8244 second=250 amount=-3 -kerning first=1169 second=235 amount=-1 -kerning first=65 second=8225 amount=-5 -kerning first=192 second=1141 amount=-4 -kerning first=1274 second=79 amount=-2 -kerning first=1116 second=1255 amount=-1 -kerning first=1201 second=245 amount=-1 -kerning first=194 second=1199 amount=-4 -kerning first=334 second=1204 amount=-2 -kerning first=1205 second=1018 amount=1 -kerning first=1270 second=8363 amount=-5 -kerning first=89 second=332 amount=-3 -kerning first=351 second=221 amount=-5 -kerning first=1186 second=209 amount=1 -kerning first=1128 second=337 amount=-1 -kerning first=1217 second=273 amount=-2 -kerning first=379 second=199 amount=-2 -kerning first=225 second=1197 amount=-2 -kerning first=233 second=1196 amount=-3 -kerning first=1030 second=239 amount=5 -kerning first=70 second=162 amount=-3 -kerning first=288 second=303 amount=2 -kerning first=1232 second=176 amount=-6 -kerning first=198 second=1111 amount=5 -kerning first=273 second=309 amount=3 -kerning first=1222 second=1045 amount=1 -kerning first=281 second=372 amount=-3 -kerning first=1046 second=271 amount=-2 -kerning first=334 second=1232 amount=-2 -kerning first=1226 second=1041 amount=1 -kerning first=373 second=101 amount=-1 -kerning first=1198 second=1054 amount=-3 -kerning first=240 second=1066 amount=-3 -kerning first=8370 second=1110 amount=2 -kerning first=1107 second=932 amount=-2 -kerning first=83 second=1234 amount=-1 -kerning first=55 second=1105 amount=-3 -kerning first=1169 second=1222 amount=-3 -kerning first=363 second=8216 amount=-3 -kerning first=208 second=1236 amount=-2 -kerning first=1116 second=126 amount=-2 -kerning first=932 second=1173 amount=-4 -kerning first=255 second=95 amount=-5 -kerning first=1270 second=1185 amount=-2 -kerning first=1091 second=238 amount=3 -kerning first=326 second=1265 amount=-1 -kerning first=1196 second=1259 amount=-5 -kerning first=1109 second=1200 amount=-5 -kerning first=84 second=1257 amount=-5 -kerning first=1219 second=299 amount=2 -kerning first=1234 second=275 amount=-1 -kerning first=1271 second=45 amount=-1 -kerning first=1267 second=1077 amount=-1 -kerning first=1225 second=1070 amount=1 -kerning first=8244 second=261 amount=-4 -kerning first=46 second=903 amount=-6 -kerning first=192 second=116 amount=-2 -kerning first=59 second=1204 amount=-2 -kerning first=8250 second=1202 amount=-3 -kerning first=356 second=114 amount=-4 -kerning first=1086 second=354 amount=-3 -kerning first=194 second=957 amount=-4 -kerning first=1059 second=1104 amount=-6 -kerning first=1207 second=1026 amount=-2 -kerning first=1097 second=347 amount=-1 -kerning first=1202 second=71 amount=-2 -kerning first=221 second=1220 amount=-3 -kerning first=247 second=55 amount=-2 -kerning first=1119 second=8220 amount=-3 -kerning first=1020 second=1078 amount=-1 -kerning first=1244 second=908 amount=-2 -kerning first=1195 second=1090 amount=-1 -kerning first=915 second=1203 amount=-3 -kerning first=260 second=335 amount=-1 -kerning first=972 second=8224 amount=-2 -kerning first=1092 second=86 amount=-4 -kerning first=1016 second=194 amount=-2 -kerning first=943 second=183 amount=-2 -kerning first=186 second=279 amount=-2 -kerning first=1267 second=1113 amount=-3 -kerning first=310 second=1259 amount=-3 -kerning first=106 second=302 amount=2 -kerning first=1078 second=291 amount=-1 -kerning first=277 second=354 amount=-3 -kerning first=212 second=65 amount=-2 -kerning first=1277 second=1089 amount=-1 -kerning first=1059 second=1114 amount=-3 -kerning first=1279 second=287 amount=-1 -kerning first=285 second=1066 amount=-3 -kerning first=1242 second=1200 amount=-3 -kerning first=374 second=1256 amount=-3 -kerning first=8353 second=1276 amount=-1 -kerning first=8217 second=99 amount=-4 -kerning first=354 second=79 amount=-2 -kerning first=972 second=88 amount=-2 -kerning first=177 second=87 amount=-4 -kerning first=214 second=1217 amount=-2 -kerning first=1060 second=8220 amount=-2 -kerning first=1171 second=226 amount=-1 -kerning first=244 second=1203 amount=-1 -kerning first=1086 second=913 amount=-2 -kerning first=101 second=1249 amount=-1 -kerning first=1230 second=905 amount=1 -kerning first=195 second=1196 amount=-6 -kerning first=38 second=933 amount=-5 -kerning first=1046 second=113 amount=-2 -kerning first=211 second=374 amount=-3 -kerning first=1226 second=1103 amount=-1 -kerning first=1170 second=1092 amount=-5 -kerning first=1094 second=353 amount=-1 -kerning first=114 second=230 amount=-1 -kerning first=1263 second=1010 amount=-1 -kerning first=324 second=1140 amount=-3 -kerning first=935 second=1138 amount=-2 -kerning first=1188 second=972 amount=-5 -kerning first=1211 second=1141 amount=-1 -kerning first=236 second=301 amount=3 -kerning first=1107 second=285 amount=-1 -kerning first=1143 second=269 amount=-1 -kerning first=1274 second=973 amount=-4 -kerning first=1180 second=333 amount=-3 -kerning first=1222 second=358 amount=-2 -kerning first=1088 second=1026 amount=-3 -kerning first=1202 second=45 amount=-4 -kerning first=933 second=356 amount=3 -kerning first=966 second=1197 amount=-2 -kerning first=8360 second=1196 amount=-5 -kerning first=1228 second=118 amount=-1 -kerning first=119 second=1040 amount=-4 -kerning first=1096 second=1091 amount=-1 -kerning first=358 second=1141 amount=-4 -kerning first=239 second=68 amount=3 -kerning first=355 second=1250 amount=1 -kerning first=8244 second=331 amount=-1 -kerning first=214 second=192 amount=-2 -kerning first=1059 second=353 amount=-4 -kerning first=1228 second=1201 amount=-1 -kerning first=286 second=84 amount=-2 -kerning first=253 second=225 amount=-1 -kerning first=1140 second=279 amount=-4 -kerning first=1128 second=1105 amount=-1 -kerning first=1107 second=162 amount=-1 -kerning first=1111 second=72 amount=3 -kerning first=1081 second=8220 amount=-3 -kerning first=193 second=1193 amount=-1 -kerning first=86 second=194 amount=-5 -kerning first=1108 second=939 amount=-4 -kerning first=1225 second=924 amount=1 -kerning first=378 second=99 amount=-1 -kerning first=65 second=79 amount=-2 -kerning first=356 second=1017 amount=-2 -kerning first=1122 second=1279 amount=-1 -kerning first=215 second=84 amount=-4 -kerning first=290 second=238 amount=2 -kerning first=935 second=287 amount=-2 -kerning first=910 second=944 amount=-3 -kerning first=1061 second=43 amount=-4 -kerning first=283 second=86 amount=-3 -kerning first=1230 second=8244 amount=2 -kerning first=1145 second=945 amount=-1 -kerning first=1277 second=1145 amount=-1 -kerning first=908 second=1140 amount=-2 -kerning first=923 second=1138 amount=-2 -kerning first=933 second=902 amount=-5 -kerning first=1217 second=240 amount=-2 -kerning first=75 second=1141 amount=-3 -kerning first=922 second=301 amount=5 -kerning first=195 second=271 amount=-1 -kerning first=194 second=354 amount=-6 -kerning first=86 second=234 amount=-4 -kerning first=1200 second=1242 amount=-3 -kerning first=333 second=258 amount=-2 -kerning first=981 second=1061 amount=-2 -kerning first=381 second=239 amount=5 -kerning first=1037 second=207 amount=2 -kerning first=1230 second=84 amount=-2 -kerning first=1168 second=1108 amount=-5 -kerning first=1167 second=93 amount=-1 -kerning first=1193 second=1090 amount=-1 -kerning first=1263 second=339 amount=-1 -kerning first=86 second=1243 amount=-4 -kerning first=8221 second=249 amount=-3 -kerning first=193 second=1109 amount=-1 -kerning first=1143 second=1086 amount=-1 -kerning first=229 second=174 amount=-1 -kerning first=955 second=172 amount=-1 -kerning first=89 second=46 amount=-4 -kerning first=244 second=910 amount=-7 -kerning first=199 second=301 amount=2 -kerning first=1058 second=369 amount=-5 -kerning first=915 second=949 amount=-8 -kerning first=195 second=1275 amount=-2 -kerning first=1168 second=1032 amount=-6 -kerning first=1046 second=268 amount=-2 -kerning first=260 second=1104 amount=-1 -kerning first=354 second=973 amount=-4 -kerning first=311 second=281 amount=-1 -kerning first=365 second=1058 amount=-3 -kerning first=1197 second=1259 amount=-1 -kerning first=349 second=932 amount=-5 -kerning first=1026 second=1244 amount=-2 -kerning first=910 second=335 amount=-6 -kerning first=1056 second=1209 amount=-1 -kerning first=196 second=1017 amount=-2 -kerning first=233 second=87 amount=-3 -kerning first=8250 second=118 amount=-2 -kerning first=102 second=260 amount=-2 -kerning first=343 second=972 amount=-1 -kerning first=92 second=301 amount=3 -kerning first=923 second=287 amount=-1 -kerning first=186 second=1195 amount=-2 -kerning first=1243 second=1143 amount=-1 -kerning first=1203 second=267 amount=-1 -kerning first=8250 second=1201 amount=-2 -kerning first=87 second=1234 amount=-4 -kerning first=67 second=902 amount=-1 -kerning first=74 second=46 amount=-2 -kerning first=1244 second=1255 amount=-2 -kerning first=8373 second=88 amount=-1 -kerning first=8244 second=197 amount=-9 -kerning first=933 second=1173 amount=-3 -kerning first=1111 second=1058 amount=6 -kerning first=187 second=1078 amount=-2 -kerning first=1167 second=1265 amount=-1 -kerning first=1187 second=52 amount=-1 -kerning first=1016 second=376 amount=-7 -kerning first=1101 second=1203 amount=-1 -kerning first=241 second=49 amount=-3 -kerning first=8221 second=257 amount=-4 -kerning first=376 second=1196 amount=3 -kerning first=1080 second=118 amount=-1 -kerning first=212 second=935 amount=-2 -kerning first=1180 second=1077 amount=-3 -kerning first=1026 second=193 amount=-2 -kerning first=1091 second=248 amount=-1 -kerning first=1265 second=265 amount=-1 -kerning first=374 second=114 amount=-3 -kerning first=116 second=354 amount=-2 -kerning first=1241 second=195 amount=-2 -kerning first=8221 second=1153 amount=-4 -kerning first=195 second=113 amount=-1 -kerning first=1187 second=1037 amount=1 -kerning first=1080 second=1201 amount=-1 -kerning first=121 second=356 amount=-2 -kerning first=1126 second=927 amount=-2 -kerning first=1244 second=126 amount=-4 -kerning first=355 second=1223 amount=1 -kerning first=293 second=1198 amount=-6 -kerning first=8244 second=275 amount=-4 -kerning first=301 second=1171 amount=3 -kerning first=197 second=333 amount=-1 -kerning first=256 second=1089 amount=-1 -kerning first=224 second=221 amount=-6 -kerning first=1046 second=52 amount=-3 -kerning first=1270 second=216 amount=-2 -kerning first=1033 second=1203 amount=-1 -kerning first=1257 second=92 amount=-4 -kerning first=1196 second=1193 amount=-5 -kerning first=8217 second=198 amount=-9 -kerning first=111 second=375 amount=-1 -kerning first=357 second=330 amount=1 -kerning first=39 second=38 amount=-2 -kerning first=84 second=1108 amount=-5 -kerning first=1138 second=1140 amount=-2 -kerning first=1200 second=1074 amount=-3 -kerning first=1140 second=1195 amount=-4 -kerning first=76 second=264 amount=-2 -kerning first=8220 second=256 amount=-6 -kerning first=1128 second=1171 amount=-2 -kerning first=116 second=1041 amount=1 -kerning first=1036 second=253 amount=-3 -kerning first=321 second=1118 amount=-4 -kerning first=209 second=206 amount=2 -kerning first=194 second=1103 amount=-1 -kerning first=260 second=353 amount=-1 -kerning first=1226 second=316 amount=1 -kerning first=169 second=258 amount=-2 -kerning first=221 second=79 amount=-3 -kerning first=1126 second=1267 amount=-4 -kerning first=920 second=197 amount=-2 -kerning first=245 second=1277 amount=-1 -kerning first=916 second=176 amount=-5 -kerning first=8244 second=1187 amount=-1 -kerning first=84 second=1032 amount=-6 -kerning first=225 second=253 amount=-1 -kerning first=1274 second=1239 amount=-5 -kerning first=214 second=221 amount=-3 -kerning first=932 second=1265 amount=-4 -kerning first=944 second=8221 amount=1 -kerning first=89 second=103 amount=-6 -kerning first=372 second=59 amount=-3 -kerning first=315 second=927 amount=-2 -kerning first=931 second=183 amount=-2 -kerning first=195 second=87 amount=-4 -kerning first=1228 second=356 amount=-3 -kerning first=63 second=1234 amount=-4 -kerning first=112 second=1140 amount=-4 -kerning first=121 second=902 amount=-4 -kerning first=174 second=910 amount=-1 -kerning first=1234 second=336 amount=-2 -kerning first=170 second=981 amount=-2 -kerning first=376 second=271 amount=-6 -kerning first=310 second=1193 amount=-3 -kerning first=197 second=1029 amount=-1 -kerning first=1075 second=8230 amount=-6 -kerning first=1102 second=258 amount=-2 -kerning first=1095 second=1197 amount=-2 -kerning first=1196 second=1109 amount=-5 -kerning first=1263 second=239 amount=3 -kerning first=927 second=8216 amount=-2 -kerning first=335 second=197 amount=-2 -kerning first=8360 second=87 amount=-2 -kerning first=355 second=8220 amount=-3 -kerning first=317 second=1171 amount=-1 -kerning first=1185 second=337 amount=-1 -kerning first=1274 second=1102 amount=-4 -kerning first=912 second=916 amount=-3 -kerning first=334 second=1200 amount=-3 -kerning first=1077 second=1203 amount=-1 -kerning first=1265 second=1139 amount=-1 -kerning first=1058 second=326 amount=-4 -kerning first=915 second=1093 amount=-3 -kerning first=315 second=1267 amount=-4 -kerning first=301 second=320 amount=3 -kerning first=1199 second=99 amount=-1 -kerning first=1203 second=177 amount=-2 -kerning first=227 second=1141 amount=-1 -kerning first=341 second=261 amount=-1 -kerning first=1101 second=910 amount=-7 -kerning first=1072 second=1199 amount=-1 -kerning first=1126 second=269 amount=-1 -kerning first=239 second=1188 amount=3 -kerning first=1166 second=224 amount=-1 -kerning first=910 second=1104 amount=-6 -kerning first=8218 second=1035 amount=-6 -kerning first=65 second=8244 amount=-7 -kerning first=256 second=1145 amount=-1 -kerning first=1274 second=74 amount=-6 -kerning first=932 second=267 amount=-5 -kerning first=1034 second=258 amount=-2 -kerning first=114 second=1095 amount=-1 -kerning first=255 second=335 amount=-1 -kerning first=253 second=100 amount=-1 -kerning first=88 second=285 amount=-2 -kerning first=374 second=1017 amount=-3 -kerning first=939 second=242 amount=-6 -kerning first=195 second=268 amount=-2 -kerning first=1163 second=925 amount=1 -kerning first=258 second=1265 amount=-4 -kerning first=1273 second=910 amount=-6 -kerning first=1169 second=1259 amount=-1 -kerning first=1225 second=344 amount=1 -kerning first=1279 second=358 amount=-3 -kerning first=297 second=86 amount=5 -kerning first=244 second=1093 amount=-1 -kerning first=116 second=1103 amount=-1 -kerning first=359 second=353 amount=-1 -kerning first=65 second=84 amount=-6 -kerning first=1033 second=910 amount=-7 -kerning first=289 second=1204 amount=-3 -kerning first=248 second=256 amount=-2 -kerning first=1188 second=224 amount=-5 -kerning first=1027 second=923 amount=-6 -kerning first=910 second=1114 amount=-3 -kerning first=55 second=231 amount=-3 -kerning first=373 second=1257 amount=-1 -kerning first=88 second=162 amount=-2 -kerning first=922 second=242 amount=-3 -kerning first=1122 second=186 amount=-2 -kerning first=44 second=1185 amount=-5 -kerning first=354 second=1239 amount=-5 -kerning first=240 second=65 amount=-2 -kerning first=1072 second=957 amount=-1 -kerning first=358 second=122 amount=-3 -kerning first=245 second=933 amount=-7 -kerning first=376 second=113 amount=-6 -kerning first=238 second=297 amount=3 -kerning first=929 second=183 amount=-2 -kerning first=197 second=1077 amount=-1 -kerning first=8250 second=356 amount=-8 -kerning first=356 second=244 amount=-5 -kerning first=1251 second=1197 amount=-2 -kerning first=1050 second=1263 amount=-3 -kerning first=1092 second=8216 amount=-4 -kerning first=1238 second=301 amount=5 -kerning first=1016 second=373 amount=-1 -kerning first=372 second=291 amount=-4 -kerning first=221 second=973 amount=-3 -kerning first=966 second=253 amount=-1 -kerning first=222 second=1035 amount=-4 -kerning first=313 second=1026 amount=-6 -kerning first=365 second=939 amount=-4 -kerning first=258 second=267 amount=-1 -kerning first=118 second=932 amount=-2 -kerning first=1100 second=375 amount=-2 -kerning first=1026 second=374 amount=-7 -kerning first=1232 second=1059 amount=-5 -kerning first=1200 second=945 amount=-6 -kerning first=294 second=207 amount=2 -kerning first=1140 second=1194 amount=-2 -kerning first=246 second=255 amount=-1 -kerning first=915 second=969 amount=-8 -kerning first=1168 second=908 amount=-2 -kerning first=354 second=1102 amount=-4 -kerning first=1094 second=302 amount=1 -kerning first=1012 second=198 amount=-2 -kerning first=935 second=1012 amount=-2 -kerning first=1126 second=1086 amount=-1 -kerning first=313 second=67 amount=-2 -kerning first=8221 second=194 amount=-9 -kerning first=910 second=353 amount=-4 -kerning first=1080 second=356 amount=-3 -kerning first=256 second=1140 amount=-5 -kerning first=356 second=8222 amount=-8 -kerning first=1086 second=1263 amount=-1 -kerning first=1145 second=111 amount=-1 -kerning first=211 second=46 amount=-3 -kerning first=1077 second=910 amount=-7 -kerning first=1200 second=262 amount=-3 -kerning first=92 second=242 amount=-1 -kerning first=89 second=259 amount=-6 -kerning first=1128 second=1091 amount=-4 -kerning first=1058 second=260 amount=-6 -kerning first=1184 second=1089 amount=-3 -kerning first=324 second=1058 amount=-3 -kerning first=243 second=1035 amount=-3 -kerning first=1027 second=8370 amount=-2 -kerning first=354 second=74 amount=-6 -kerning first=259 second=121 amount=-1 -kerning first=213 second=1276 amount=-2 -kerning first=1197 second=1193 amount=-1 -kerning first=1274 second=1107 amount=-4 -kerning first=1210 second=375 amount=-1 -kerning first=1088 second=1061 amount=-2 -kerning first=86 second=334 amount=-2 -kerning first=1036 second=171 amount=-3 -kerning first=65 second=1239 amount=-1 -kerning first=8250 second=902 amount=-2 -kerning first=1222 second=1048 amount=1 -kerning first=1046 second=248 amount=-2 -kerning first=1050 second=265 amount=-3 -kerning first=339 second=1098 amount=-1 -kerning first=1170 second=981 amount=-5 -kerning first=1235 second=372 amount=-3 -kerning first=120 second=354 amount=-3 -kerning first=913 second=170 amount=-5 -kerning first=1193 second=120 amount=-1 -kerning first=1263 second=1072 amount=-1 -kerning first=173 second=1026 amount=-3 -kerning first=1254 second=933 amount=-3 -kerning first=380 second=1066 amount=-2 -kerning first=8221 second=234 amount=-4 -kerning first=196 second=244 amount=-1 -kerning first=193 second=1010 amount=-1 -kerning first=1143 second=227 amount=-1 -kerning first=381 second=1057 amount=-2 -kerning first=1185 second=1105 amount=-1 -kerning first=277 second=1263 amount=-1 -kerning first=1274 second=942 amount=-4 -kerning first=1232 second=291 amount=-1 -kerning first=170 second=1040 amount=-5 -kerning first=92 second=8220 amount=-8 -kerning first=337 second=195 amount=-2 -kerning first=231 second=221 amount=-4 -kerning first=105 second=125 amount=2 -kerning first=1188 second=1117 amount=-4 -kerning first=357 second=8217 amount=2 -kerning first=8221 second=1243 amount=-4 -kerning first=336 second=1196 amount=-2 -kerning first=317 second=1091 amount=-4 -kerning first=197 second=351 amount=-1 -kerning first=1230 second=314 amount=1 -kerning first=281 second=1098 amount=-1 -kerning first=38 second=1204 amount=-4 -kerning first=902 second=277 amount=-1 -kerning first=8225 second=256 amount=-5 -kerning first=1094 second=43 amount=-1 -kerning first=1097 second=1034 amount=1 -kerning first=343 second=224 amount=-1 -kerning first=1205 second=202 amount=1 -kerning first=255 second=1104 amount=-1 -kerning first=923 second=1012 amount=-2 -kerning first=1198 second=1020 amount=-3 -kerning first=1186 second=276 amount=1 -kerning first=1128 second=231 amount=-1 -kerning first=111 second=1066 amount=-3 -kerning first=264 second=297 amount=2 -kerning first=1027 second=181 amount=-5 -kerning first=8221 second=1085 amount=-1 -kerning first=118 second=285 amount=-1 -kerning first=1069 second=197 amount=-2 -kerning first=257 second=1198 amount=-6 -kerning first=70 second=940 amount=-3 -kerning first=36 second=1040 amount=-1 -kerning first=375 second=269 amount=-1 -kerning first=1020 second=8220 amount=-4 -kerning first=376 second=268 amount=-3 -kerning first=908 second=1058 amount=-2 -kerning first=923 second=358 amount=-6 -kerning first=82 second=221 amount=-2 -kerning first=1058 second=1090 amount=-2 -kerning first=192 second=199 amount=-2 -kerning first=79 second=932 amount=-2 -kerning first=1101 second=1093 amount=-1 -kerning first=221 second=84 amount=3 -kerning first=1188 second=81 amount=-2 -kerning first=263 second=1185 amount=-1 -kerning first=84 second=908 amount=-2 -kerning first=1072 second=354 amount=-3 -kerning first=1059 second=43 amount=-3 -kerning first=8225 second=281 amount=-2 -kerning first=1164 second=1078 amount=-1 -kerning first=253 second=1026 amount=-2 -kerning first=1184 second=1145 amount=-3 -kerning first=8217 second=241 amount=-1 -kerning first=301 second=304 amount=3 -kerning first=1199 second=198 amount=-4 -kerning first=1179 second=100 amount=-1 -kerning first=258 second=177 amount=-3 -kerning first=341 second=197 amount=-3 -kerning first=118 second=162 amount=-1 -kerning first=95 second=255 amount=-5 -kerning first=87 second=1258 amount=-2 -kerning first=1166 second=195 amount=-5 -kerning first=1178 second=1265 amount=-3 -kerning first=161 second=89 amount=-4 -kerning first=354 second=1107 amount=-4 -kerning first=1050 second=1139 amount=-3 -kerning first=1226 second=247 amount=-1 -kerning first=1097 second=293 amount=1 -kerning first=1033 second=1093 amount=-1 -kerning first=176 second=71 amount=-1 -kerning first=240 second=174 amount=-1 -kerning first=1043 second=250 amount=-5 -kerning first=299 second=105 amount=6 -kerning first=193 second=339 amount=-1 -kerning first=1230 second=1120 amount=1 -kerning first=1259 second=1078 amount=-1 -kerning first=98 second=194 amount=-2 -kerning first=981 second=121 amount=-1 -kerning first=933 second=267 amount=-6 -kerning first=116 second=316 amount=1 -kerning first=922 second=1099 amount=2 -kerning first=1027 second=1116 amount=-4 -kerning first=194 second=1263 amount=-4 -kerning first=354 second=942 amount=-4 -kerning first=1074 second=1196 amount=-5 -kerning first=341 second=275 amount=-1 -kerning first=1098 second=255 amount=-2 -kerning first=240 second=935 amount=-2 -kerning first=1188 second=195 amount=-6 -kerning first=1118 second=1207 amount=-1 -kerning first=376 second=52 amount=-4 -kerning first=76 second=8217 amount=-3 -kerning first=1243 second=1202 amount=-2 -kerning first=192 second=49 amount=-2 -kerning first=1050 second=247 amount=-4 -kerning first=1093 second=945 amount=-1 -kerning first=253 second=297 amount=3 -kerning first=915 second=1234 amount=-6 -kerning first=1109 second=8222 amount=-3 -kerning first=299 second=8360 amount=3 -kerning first=1124 second=197 amount=-1 -kerning first=8230 second=1198 amount=-4 -kerning first=322 second=272 amount=2 -kerning first=1277 second=1058 amount=-3 -kerning first=1114 second=1035 amount=-7 -kerning first=1213 second=221 amount=-7 -kerning first=375 second=1086 amount=-1 -kerning first=1271 second=337 amount=-1 -kerning first=1256 second=194 amount=-2 -kerning first=1191 second=1143 amount=-2 -kerning first=1178 second=267 amount=-3 -kerning first=1241 second=119 amount=-1 -kerning first=1215 second=86 amount=-3 -kerning first=1168 second=1255 amount=-5 -kerning first=216 second=88 amount=-2 -kerning first=1059 second=1236 amount=-5 -kerning first=1035 second=255 amount=-1 -kerning first=1040 second=1258 amount=-2 -kerning first=1196 second=1010 amount=-5 -kerning first=221 second=1239 amount=-6 -kerning first=1043 second=261 amount=-5 -kerning first=299 second=325 amount=3 -kerning first=936 second=58 amount=-4 -kerning first=1169 second=1193 amount=-1 -kerning first=1274 second=1118 amount=-4 -kerning first=1145 second=1209 amount=-1 -kerning first=230 second=86 amount=-3 -kerning first=1077 second=1093 amount=-1 -kerning first=172 second=1066 amount=-3 -kerning first=1270 second=1191 amount=-4 -kerning first=244 second=1234 amount=-2 -kerning first=374 second=244 amount=-6 -kerning first=352 second=902 amount=-1 -kerning first=73 second=301 amount=5 -kerning first=195 second=248 amount=-1 -kerning first=194 second=265 amount=-1 -kerning first=1170 second=1040 amount=-6 -kerning first=1095 second=253 amount=-1 -kerning first=1138 second=1058 amount=-2 -kerning first=1068 second=1035 amount=-3 -kerning first=1061 second=277 amount=-2 -kerning first=90 second=1069 amount=-2 -kerning first=356 second=349 amount=-5 -kerning first=1168 second=126 amount=-3 -kerning first=1050 second=1028 amount=-2 -kerning first=114 second=255 amount=1 -kerning first=373 second=1108 amount=-1 -kerning first=109 second=1091 amount=-1 -kerning first=1242 second=8222 amount=-3 -kerning first=8217 second=193 amount=-9 -kerning first=221 second=1102 amount=-3 -kerning first=1027 second=110 amount=-4 -kerning first=1107 second=940 amount=-1 -kerning first=1275 second=354 amount=-2 -kerning first=214 second=44 amount=-3 -kerning first=94 second=194 amount=-6 -kerning first=1100 second=1066 amount=-7 -kerning first=358 second=199 amount=-2 -kerning first=102 second=966 amount=-1 -kerning first=1225 second=201 amount=1 -kerning first=310 second=1010 amount=-3 -kerning first=374 second=8222 amount=-7 -kerning first=974 second=936 amount=-5 -kerning first=1058 second=946 amount=-4 -kerning first=1036 second=117 amount=-2 -kerning first=301 second=1172 amount=3 -kerning first=948 second=8216 amount=-4 -kerning first=195 second=39 amount=-5 -kerning first=1187 second=115 amount=-1 -kerning first=1094 second=1018 amount=1 -kerning first=373 second=1032 amount=-4 -kerning first=943 second=95 amount=-2 -kerning first=112 second=1058 amount=-3 -kerning first=261 second=358 amount=-3 -kerning first=284 second=305 amount=2 -kerning first=1234 second=36 amount=-1 -kerning first=345 second=1143 amount=1 -kerning first=86 second=8230 amount=-6 -kerning first=324 second=939 amount=-6 -kerning first=87 second=1080 amount=-2 -kerning first=186 second=287 amount=-2 -kerning first=221 second=74 amount=-2 -kerning first=239 second=379 amount=6 -kerning first=1274 second=263 amount=-5 -kerning first=932 second=369 amount=-5 -kerning first=1201 second=1066 amount=-2 -kerning first=1140 second=1138 amount=-2 -kerning first=1202 second=337 amount=-2 -kerning first=89 second=273 amount=-6 -kerning first=8217 second=233 amount=-4 -kerning first=301 second=66 amount=3 -kerning first=1210 second=1066 amount=-3 -kerning first=80 second=1234 amount=-5 -kerning first=242 second=196 amount=-2 -kerning first=933 second=177 amount=-6 -kerning first=8217 second=1241 amount=-4 -kerning first=1082 second=242 amount=-1 -kerning first=1181 second=269 amount=-1 -kerning first=1111 second=1216 amount=3 -kerning first=187 second=8220 amount=-5 -kerning first=1207 second=311 amount=1 -kerning first=343 second=195 amount=-3 -kerning first=210 second=358 amount=-2 -kerning first=1196 second=339 amount=-5 -kerning first=1278 second=963 amount=-2 -kerning first=372 second=1054 amount=-2 -kerning first=75 second=199 amount=-2 -kerning first=1188 second=345 amount=-4 -kerning first=1043 second=331 amount=-4 -kerning first=1211 second=49 amount=-3 -kerning first=196 second=349 amount=-1 -kerning first=193 second=239 amount=3 -kerning first=84 second=1255 amount=-5 -kerning first=959 second=1267 amount=-1 -kerning first=336 second=87 amount=-1 -kerning first=961 second=1140 amount=-4 -kerning first=1200 second=111 amount=-6 -kerning first=254 second=8225 amount=-2 -kerning first=326 second=1090 amount=-2 -kerning first=359 second=302 amount=1 -kerning first=8217 second=1230 amount=-1 -kerning first=1251 second=253 amount=-1 -kerning first=194 second=1139 amount=-1 -kerning first=354 second=1118 amount=-4 -kerning first=1179 second=1026 amount=-4 -kerning first=1226 second=209 amount=1 -kerning first=1228 second=1265 amount=-1 -kerning first=1066 second=194 amount=-2 -kerning first=121 second=267 amount=-1 -kerning first=935 second=266 amount=-2 -kerning first=1178 second=177 amount=-2 -kerning first=90 second=8373 amount=-2 -kerning first=267 second=1198 amount=-4 -kerning first=1059 second=251 amount=-3 -kerning first=1016 second=1141 amount=-1 -kerning first=1205 second=1053 amount=1 -kerning first=253 second=1235 amount=-1 -kerning first=1140 second=287 amount=-4 -kerning first=908 second=939 amount=-3 -kerning first=34 second=1232 amount=-5 -kerning first=81 second=932 amount=-2 -kerning first=377 second=60 amount=-4 -kerning first=1143 second=1092 amount=-1 -kerning first=84 second=126 amount=-3 -kerning first=95 second=366 amount=-3 -kerning first=174 second=1234 amount=-5 -kerning first=1271 second=1105 amount=-1 -kerning first=98 second=376 amount=-7 -kerning first=378 second=233 amount=-1 -kerning first=310 second=339 amount=-3 -kerning first=373 second=918 amount=-2 -kerning first=913 second=966 amount=-1 -kerning first=1278 second=243 amount=-2 -kerning first=87 second=172 amount=-2 -kerning first=1258 second=196 amount=-2 -kerning first=45 second=1197 amount=-1 -kerning first=1027 second=192 amount=-6 -kerning first=333 second=1059 amount=-7 -kerning first=378 second=1241 amount=-1 -kerning first=55 second=229 amount=-3 -kerning first=344 second=1198 amount=-2 -kerning first=1243 second=118 amount=-1 -kerning first=107 second=173 amount=-2 -kerning first=1060 second=923 amount=-2 -kerning first=1189 second=1207 amount=-1 -kerning first=1167 second=1278 amount=-2 -kerning first=1232 second=1054 amount=-2 -kerning first=89 second=1167 amount=-3 -kerning first=1012 second=1244 amount=-2 -kerning first=1036 second=286 amount=-2 -kerning first=221 second=1107 amount=-3 -kerning first=301 second=1052 amount=3 -kerning first=8222 second=89 amount=-7 -kerning first=271 second=299 amount=2 -kerning first=354 second=263 amount=-5 -kerning first=1175 second=945 amount=-1 -kerning first=1163 second=353 amount=-1 -kerning first=1243 second=1201 amount=-1 -kerning first=332 second=84 amount=-2 -kerning first=1101 second=1234 amount=-2 -kerning first=1267 second=261 amount=-1 -kerning first=1256 second=376 amount=-3 -kerning first=1276 second=963 amount=-2 -kerning first=376 second=248 amount=-6 -kerning first=1171 second=242 amount=-1 -kerning first=359 second=43 amount=-1 -kerning first=65 second=1118 amount=-4 -kerning first=1037 second=1031 amount=2 -kerning first=1181 second=1086 amount=-1 -kerning first=1050 second=367 amount=-2 -kerning first=923 second=266 amount=-2 -kerning first=221 second=942 amount=-3 -kerning first=1027 second=232 amount=-5 -kerning first=1074 second=87 amount=-2 -kerning first=1110 second=8361 amount=2 -kerning first=1112 second=1111 amount=3 -kerning first=1197 second=1010 amount=-1 -kerning first=1269 second=1140 amount=-3 -kerning first=925 second=95 amount=2 -kerning first=256 second=1058 amount=-6 -kerning first=70 second=246 amount=-3 -kerning first=1120 second=301 amount=5 -kerning first=1058 second=120 amount=-3 -kerning first=264 second=1061 amount=-1 -kerning first=346 second=299 amount=3 -kerning first=8221 second=1273 amount=-1 -kerning first=194 second=1028 amount=-2 -kerning first=311 second=289 amount=-1 -kerning first=972 second=41 amount=-1 -kerning first=1187 second=108 amount=1 -kerning first=1033 second=1234 amount=-2 -kerning first=42 second=196 amount=-6 -kerning first=1012 second=193 amount=-2 -kerning first=1043 second=197 amount=-6 -kerning first=245 second=1204 amount=-3 -kerning first=8250 second=1265 amount=-2 -kerning first=932 second=326 amount=-4 -kerning first=1230 second=1190 amount=1 -kerning first=1205 second=932 amount=-2 -kerning first=1265 second=258 amount=-4 -kerning first=1202 second=1105 amount=-2 -kerning first=173 second=1061 amount=-4 -kerning first=105 second=239 amount=3 -kerning first=1027 second=1084 amount=-4 -kerning first=100 second=303 amount=2 -kerning first=1090 second=972 amount=-1 -kerning first=1276 second=243 amount=-2 -kerning first=245 second=1232 amount=-2 -kerning first=337 second=119 amount=-1 -kerning first=116 second=247 amount=-1 -kerning first=117 second=933 amount=-4 -kerning first=8217 second=1125 amount=-1 -kerning first=65 second=263 amount=-1 -kerning first=192 second=348 amount=-1 -kerning first=1097 second=340 amount=1 -kerning first=1196 second=239 amount=6 -kerning first=121 second=177 amount=-3 -kerning first=1263 second=910 amount=-2 -kerning first=324 second=967 amount=-1 -kerning first=1043 second=275 amount=-5 -kerning first=1122 second=1040 amount=-2 -kerning first=1107 second=1237 amount=-1 -kerning first=910 second=43 amount=-3 -kerning first=1080 second=1265 amount=-1 -kerning first=1185 second=231 amount=-1 -kerning first=1138 second=939 amount=-3 -kerning first=1088 second=121 amount=-1 -kerning first=38 second=1200 amount=-5 -kerning first=1091 second=959 amount=-1 -kerning first=1265 second=283 amount=-1 -kerning first=89 second=240 amount=-6 -kerning first=374 second=349 amount=-4 -kerning first=1186 second=1059 amount=-1 -kerning first=77 second=207 amount=2 -kerning first=299 second=1055 amount=3 -kerning first=195 second=115 amount=-1 -kerning first=972 second=1091 amount=-1 -kerning first=1167 second=260 amount=-2 -kerning first=242 second=89 amount=-7 -kerning first=1187 second=1134 amount=1 -kerning first=1093 second=111 amount=-1 -kerning first=1270 second=927 amount=-2 -kerning first=169 second=1059 amount=-3 -kerning first=960 second=8216 amount=-3 -kerning first=1254 second=1204 amount=-2 -kerning first=1043 second=1187 amount=-4 -kerning first=269 second=358 amount=-5 -kerning first=181 second=1035 amount=-3 -kerning first=371 second=221 amount=-4 -kerning first=1197 second=339 amount=-1 -kerning first=112 second=939 amount=-7 -kerning first=126 second=1203 amount=-1 -kerning first=375 second=227 amount=-1 -kerning first=1200 second=1209 amount=-6 -kerning first=1091 second=60 amount=-2 -kerning first=291 second=1196 amount=-3 -kerning first=310 second=239 amount=5 -kerning first=933 second=369 amount=-3 -kerning first=1058 second=966 amount=-5 -kerning first=1036 second=920 amount=-2 -kerning first=379 second=8249 amount=-2 -kerning first=276 second=1111 amount=5 -kerning first=1066 second=376 amount=-7 -kerning first=913 second=1060 amount=-2 -kerning first=1254 second=1232 amount=-2 -kerning first=111 second=65 amount=-2 -kerning first=1188 second=211 amount=-2 -kerning first=380 second=101 amount=-1 -kerning first=334 second=8222 amount=-3 -kerning first=1102 second=1059 amount=-7 -kerning first=1270 second=1267 amount=-4 -kerning first=1279 second=245 amount=-1 -kerning first=88 second=940 amount=-2 -kerning first=915 second=1258 amount=-2 -kerning first=321 second=256 amount=2 -kerning first=1199 second=193 amount=-4 -kerning first=1026 second=1249 amount=-2 -kerning first=910 second=1236 amount=-5 -kerning first=98 second=373 amount=-1 -kerning first=1178 second=369 amount=-2 -kerning first=950 second=943 amount=-2 -kerning first=932 second=260 amount=-6 -kerning first=1230 second=78 amount=1 -kerning first=1167 second=1090 amount=-2 -kerning first=1170 second=47 amount=-5 -kerning first=119 second=963 amount=-1 -kerning first=120 second=265 amount=-1 -kerning first=88 second=264 amount=-2 -kerning first=1234 second=1242 amount=-2 -kerning first=1258 second=89 amount=-3 -kerning first=1188 second=119 amount=-4 -kerning first=8370 second=1026 amount=-2 -kerning first=1107 second=246 amount=-1 -kerning first=8230 second=54 amount=-2 -kerning first=208 second=932 amount=-2 -kerning first=1180 second=250 amount=-2 -kerning first=1072 second=1263 amount=-1 -kerning first=1034 second=1059 amount=-7 -kerning first=68 second=256 amount=-2 -kerning first=359 second=1018 amount=1 -kerning first=1036 second=8363 amount=-3 -kerning first=97 second=221 amount=-6 -kerning first=1199 second=233 amount=-1 -kerning first=1153 second=376 amount=-4 -kerning first=8224 second=1232 amount=-5 -kerning first=227 second=49 amount=-3 -kerning first=122 second=232 amount=-1 -kerning first=376 second=1100 amount=-3 -kerning first=1089 second=84 amount=-5 -kerning first=1243 second=356 amount=-3 -kerning first=1169 second=1010 amount=-1 -kerning first=1199 second=1241 amount=-1 -kerning first=1235 second=1098 amount=-2 -kerning first=1191 second=1202 amount=-2 -kerning first=1205 second=1184 amount=1 -kerning first=1270 second=269 amount=-5 -kerning first=1186 second=922 amount=1 -kerning first=8221 second=8230 amount=-8 -kerning first=1267 second=197 amount=-4 -kerning first=273 second=238 amount=3 -kerning first=1170 second=382 amount=-3 -kerning first=119 second=243 amount=-1 -kerning first=1196 second=1072 amount=-5 -kerning first=95 second=1251 amount=3 -kerning first=1012 second=374 amount=-3 -kerning first=221 second=263 amount=-6 -kerning first=935 second=245 amount=-2 -kerning first=1126 second=1092 amount=-1 -kerning first=8370 second=297 amount=2 -kerning first=55 second=279 amount=-3 -kerning first=225 second=1185 amount=-2 -kerning first=256 second=182 amount=-1 -kerning first=1274 second=365 amount=-5 -kerning first=932 second=1090 amount=-2 -kerning first=126 second=910 amount=-3 -kerning first=102 second=226 amount=-1 -kerning first=1232 second=372 amount=-4 -kerning first=1164 second=8220 amount=-4 -kerning first=162 second=358 amount=-5 -kerning first=351 second=1026 amount=-5 -kerning first=116 second=209 amount=1 -kerning first=1187 second=204 amount=1 -kerning first=193 second=1057 amount=-2 -kerning first=1220 second=1197 amount=-2 -kerning first=1117 second=86 amount=-3 -kerning first=1104 second=1059 amount=-7 -kerning first=1267 second=275 amount=-1 -kerning first=376 second=115 amount=-4 -kerning first=347 second=8220 amount=-3 -kerning first=1225 second=1219 amount=1 -kerning first=76 second=253 amount=-4 -kerning first=1243 second=902 amount=-2 -kerning first=256 second=939 amount=-5 -kerning first=275 second=1203 amount=-1 -kerning first=1059 second=277 amount=-6 -kerning first=902 second=932 amount=-6 -kerning first=1167 second=170 amount=-2 -kerning first=119 second=8221 amount=3 -kerning first=1113 second=89 amount=-11 -kerning first=120 second=1139 amount=-1 -kerning first=1140 second=1012 amount=-2 -kerning first=1224 second=910 amount=-6 -kerning first=1259 second=8220 amount=-4 -kerning first=294 second=1031 amount=2 -kerning first=933 second=326 amount=-3 -kerning first=1058 second=1060 amount=-2 -kerning first=915 second=1080 amount=-4 -kerning first=271 second=34 amount=2 -kerning first=195 second=63 amount=-4 -kerning first=913 second=359 amount=-2 -kerning first=87 second=965 amount=-2 -kerning first=1118 second=8249 amount=-3 -kerning first=919 second=95 amount=2 -kerning first=910 second=251 amount=-3 -kerning first=355 second=295 amount=1 -kerning first=377 second=290 amount=-2 -kerning first=918 second=1060 amount=-2 -kerning first=1169 second=339 amount=-1 -kerning first=1011 second=165 amount=2 -kerning first=1116 second=1204 amount=-4 -kerning first=1059 second=1189 amount=-3 -kerning first=343 second=119 amount=1 -kerning first=120 second=247 amount=-1 -kerning first=1270 second=1086 amount=-5 -kerning first=1115 second=86 amount=-3 -kerning first=923 second=245 amount=-1 -kerning first=89 second=230 amount=-6 -kerning first=111 second=174 amount=-1 -kerning first=1175 second=111 amount=-1 -kerning first=112 second=967 amount=-1 -kerning first=118 second=940 amount=-1 -kerning first=95 second=109 amount=3 -kerning first=961 second=1058 amount=-3 -kerning first=1201 second=65 amount=-4 -kerning first=1086 second=258 amount=-2 -kerning first=1050 second=283 amount=-3 -kerning first=1046 second=959 amount=-2 -kerning first=1187 second=60 amount=-2 -kerning first=1170 second=1175 amount=-3 -kerning first=1207 second=1115 amount=1 -kerning first=1097 second=374 amount=-1 -kerning first=373 second=1255 amount=-1 -kerning first=255 second=1236 amount=-4 -kerning first=1066 second=373 amount=-1 -kerning first=957 second=945 amount=-1 -kerning first=111 second=935 amount=-2 -kerning first=1126 second=186 amount=-5 -kerning first=939 second=923 amount=-5 -kerning first=1027 second=212 amount=-2 -kerning first=239 second=1070 amount=3 -kerning first=236 second=295 amount=3 -kerning first=1078 second=1098 amount=-2 -kerning first=1232 second=299 amount=3 -kerning first=354 second=365 amount=-5 -kerning first=1199 second=374 amount=-2 -kerning first=1060 second=1217 amount=-2 -kerning first=87 second=333 amount=-4 -kerning first=358 second=1207 amount=-5 -kerning first=1118 second=1035 amount=-2 -kerning first=369 second=932 amount=-3 -kerning first=356 second=1069 amount=-2 -kerning first=1201 second=101 amount=-1 -kerning first=1046 second=60 amount=-3 -kerning first=311 second=1196 amount=-4 -kerning first=902 second=285 amount=-1 -kerning first=254 second=84 amount=-3 -kerning first=1186 second=1025 amount=1 -kerning first=1128 second=279 amount=-1 -kerning first=295 second=1091 amount=-1 -kerning first=221 second=215 amount=-3 -kerning first=966 second=1185 amount=-2 -kerning first=8221 second=1141 amount=1 -kerning first=67 second=1278 amount=-1 -kerning first=1275 second=265 amount=-1 -kerning first=1163 second=302 amount=1 -kerning first=8218 second=1199 amount=-3 -kerning first=1143 second=981 amount=-1 -kerning first=1090 second=224 amount=-1 -kerning first=1271 second=231 amount=-1 -kerning first=971 second=1066 amount=-3 -kerning first=915 second=172 amount=-3 -kerning first=315 second=186 amount=-6 -kerning first=275 second=910 amount=-7 -kerning first=1187 second=1067 amount=1 -kerning first=1097 second=69 amount=1 -kerning first=241 second=1035 amount=-3 -kerning first=87 second=8218 amount=-7 -kerning first=1043 second=336 amount=-2 -kerning first=1256 second=8230 amount=-3 -kerning first=299 second=280 amount=3 -kerning first=1060 second=192 amount=-2 -kerning first=226 second=1196 amount=-3 -kerning first=932 second=946 amount=-4 -kerning first=1201 second=1083 amount=-3 -kerning first=902 second=162 amount=-1 -kerning first=8225 second=289 amount=-2 -kerning first=1191 second=118 amount=-2 -kerning first=1196 second=1057 amount=-2 -kerning first=199 second=923 amount=-1 -kerning first=933 second=260 amount=-5 -kerning first=939 second=8370 amount=-3 -kerning first=357 second=1065 amount=1 -kerning first=361 second=376 amount=-4 -kerning first=55 second=1195 amount=-3 -kerning first=258 second=170 amount=-5 -kerning first=1269 second=1058 amount=-3 -kerning first=71 second=198 amount=-1 -kerning first=1234 second=86 amount=-5 -kerning first=375 second=1092 amount=-1 -kerning first=1191 second=1201 amount=-2 -kerning first=1168 second=1277 amount=-3 -kerning first=286 second=256 amount=-1 -kerning first=1040 second=333 amount=-1 -kerning first=1193 second=1078 amount=-1 -kerning first=1198 second=972 amount=-6 -kerning first=313 second=121 amount=-4 -kerning first=299 second=1112 amount=-4 -kerning first=245 second=1200 amount=-7 -kerning first=8221 second=116 amount=1 -kerning first=8218 second=957 amount=-3 -kerning first=8230 second=8221 amount=-5 -kerning first=196 second=1069 amount=-2 -kerning first=1197 second=1072 amount=-1 -kerning first=126 second=1093 amount=-1 -kerning first=1277 second=183 amount=-1 -kerning first=287 second=84 amount=-3 -kerning first=922 second=8370 amount=-2 -kerning first=8217 second=46 amount=-8 -kerning first=1122 second=1198 amount=-7 -kerning first=1111 second=92 amount=5 -kerning first=260 second=277 amount=-1 -kerning first=311 second=271 amount=-1 -kerning first=1199 second=1111 amount=3 -kerning first=1163 second=43 amount=-1 -kerning first=1094 second=202 amount=1 -kerning first=284 second=933 amount=-2 -kerning first=94 second=8230 amount=-9 -kerning first=1234 second=945 amount=-1 -kerning first=239 second=924 amount=3 -kerning first=310 second=1057 amount=-2 -kerning first=76 second=171 amount=-4 -kerning first=249 second=1059 amount=-4 -kerning first=256 second=967 amount=-4 -kerning first=356 second=8373 amount=-2 -kerning first=970 second=8220 amount=-3 -kerning first=114 second=173 amount=-2 -kerning first=1020 second=923 amount=-2 -kerning first=372 second=1020 amount=-2 -kerning first=88 second=246 amount=-2 -kerning first=1202 second=231 amount=-2 -kerning first=939 second=181 amount=-3 -kerning first=1275 second=1139 amount=-1 -kerning first=1234 second=262 amount=-2 -kerning first=345 second=118 amount=1 -kerning first=67 second=260 amount=-1 -kerning first=115 second=1140 amount=-3 -kerning first=246 second=8225 amount=-2 -kerning first=243 second=1199 amount=-1 -kerning first=1167 second=120 amount=-1 -kerning first=1194 second=95 amount=-3 -kerning first=1040 second=1029 amount=-1 -kerning first=345 second=1201 amount=1 -kerning first=966 second=1276 amount=-2 -kerning first=99 second=356 amount=-5 -kerning first=80 second=172 amount=-2 -kerning first=204 second=296 amount=2 -kerning first=193 second=910 amount=-5 -kerning first=171 second=1236 amount=-2 -kerning first=1255 second=197 amount=-2 -kerning first=235 second=1277 amount=-1 -kerning first=1180 second=275 amount=-3 -kerning first=1189 second=8249 amount=-3 -kerning first=1100 second=935 amount=-2 -kerning first=1141 second=337 amount=-1 -kerning first=92 second=8370 amount=-2 -kerning first=1058 second=226 amount=-5 -kerning first=1254 second=1200 amount=-3 -kerning first=1036 second=216 amount=-2 -kerning first=922 second=181 amount=-2 -kerning first=195 second=959 amount=-1 -kerning first=194 second=283 amount=-1 -kerning first=1275 second=247 amount=-1 -kerning first=1084 second=933 amount=-6 -kerning first=1187 second=77 amount=1 -kerning first=1226 second=276 amount=1 -kerning first=959 second=1279 amount=-1 -kerning first=913 second=1254 amount=-2 -kerning first=1203 second=966 amount=-1 -kerning first=1210 second=174 amount=-1 -kerning first=95 second=1220 amount=3 -kerning first=87 second=1077 amount=-4 -kerning first=1106 second=1140 amount=-3 -kerning first=98 second=1141 amount=-1 -kerning first=1061 second=285 amount=-2 -kerning first=117 second=1204 amount=-3 -kerning first=1274 second=256 amount=-6 -kerning first=356 second=249 amount=-5 -kerning first=1046 second=8372 amount=-2 -kerning first=8249 second=1058 amount=-3 -kerning first=913 second=1144 amount=-2 -kerning first=1196 second=1203 amount=-3 -kerning first=270 second=196 amount=-2 -kerning first=196 second=8373 amount=-2 -kerning first=84 second=1277 amount=-3 -kerning first=118 second=1237 amount=-1 -kerning first=70 second=253 amount=-2 -kerning first=1128 second=1195 amount=-1 -kerning first=243 second=957 amount=-1 -kerning first=939 second=1116 amount=-3 -kerning first=195 second=60 amount=-2 -kerning first=1250 second=299 amount=5 -kerning first=311 second=113 amount=-1 -kerning first=119 second=90 amount=-2 -kerning first=1278 second=99 amount=-2 -kerning first=1263 second=1234 amount=-4 -kerning first=242 second=1046 amount=-2 -kerning first=1061 second=162 amount=-2 -kerning first=8244 second=1074 amount=-1 -kerning first=1143 second=1040 amount=-4 -kerning first=1274 second=281 amount=-5 -kerning first=932 second=120 amount=-3 -kerning first=224 second=1026 amount=-3 -kerning first=1189 second=1035 amount=-2 -kerning first=1119 second=221 amount=-6 -kerning first=1092 second=1143 amount=-1 -kerning first=961 second=939 amount=-7 -kerning first=1270 second=371 amount=-5 -kerning first=8217 second=103 amount=-4 -kerning first=301 second=203 amount=3 -kerning first=380 second=1257 amount=-1 -kerning first=1027 second=44 amount=-2 -kerning first=1122 second=1175 amount=-1 -kerning first=8370 second=1061 amount=-1 -kerning first=121 second=260 amount=-4 -kerning first=1118 second=228 amount=-1 -kerning first=170 second=963 amount=-2 -kerning first=8218 second=354 amount=-6 -kerning first=356 second=257 amount=-5 -kerning first=275 second=1093 amount=-1 -kerning first=1207 second=1231 amount=1 -kerning first=1040 second=1077 amount=-1 -kerning first=1140 second=266 amount=-2 -kerning first=221 second=365 amount=-3 -kerning first=905 second=301 amount=5 -kerning first=1243 second=93 amount=-1 -kerning first=1220 second=253 amount=-1 -kerning first=1274 second=1226 amount=-4 -kerning first=214 second=1026 amount=-2 -kerning first=356 second=1153 amount=-5 -kerning first=1060 second=221 amount=-3 -kerning first=288 second=194 amount=-1 -kerning first=89 second=1095 amount=-6 -kerning first=374 second=1069 amount=-3 -kerning first=248 second=1196 amount=-3 -kerning first=304 second=207 amount=2 -kerning first=1095 second=1185 amount=-2 -kerning first=87 second=351 amount=-2 -kerning first=1166 second=97 amount=-1 -kerning first=333 second=372 amount=-3 -kerning first=910 second=277 amount=-6 -kerning first=355 second=82 amount=1 -kerning first=1029 second=198 amount=-1 -kerning first=1169 second=1072 amount=-1 -kerning first=235 second=933 amount=-7 -kerning first=1181 second=1092 amount=-1 -kerning first=1222 second=1066 amount=-2 -kerning first=1207 second=45 amount=-1 -kerning first=1191 second=356 amount=-7 -kerning first=1270 second=227 amount=-5 -kerning first=1091 second=196 amount=-4 -kerning first=1012 second=46 amount=-3 -kerning first=1258 second=1046 amount=-2 -kerning first=939 second=110 amount=-3 -kerning first=313 second=903 amount=-6 -kerning first=377 second=169 amount=-2 -kerning first=354 second=256 amount=-6 -kerning first=1163 second=1018 amount=1 -kerning first=1139 second=1035 amount=-3 -kerning first=118 second=246 amount=-1 -kerning first=8250 second=1278 amount=-3 -kerning first=370 second=8230 amount=-2 -kerning first=86 second=199 amount=-2 -kerning first=1232 second=34 amount=-5 -kerning first=170 second=243 amount=-2 -kerning first=328 second=932 amount=-3 -kerning first=1276 second=99 amount=-2 -kerning first=1200 second=8250 amount=-4 -kerning first=378 second=103 amount=-1 -kerning first=981 second=8224 amount=-2 -kerning first=933 second=946 amount=-3 -kerning first=90 second=334 amount=-2 -kerning first=226 second=87 amount=-3 -kerning first=101 second=255 amount=-1 -kerning first=194 second=176 amount=-6 -kerning first=187 second=1033 amount=-2 -kerning first=1207 second=80 amount=1 -kerning first=191 second=1140 amount=-1 -kerning first=957 second=111 amount=-1 -kerning first=1098 second=8225 amount=-3 -kerning first=1117 second=8216 amount=-3 -kerning first=1114 second=1199 amount=-2 -kerning first=1126 second=981 amount=-1 -kerning first=1188 second=97 amount=-5 -kerning first=222 second=354 amount=-4 -kerning first=910 second=1189 amount=-3 -kerning first=1081 second=221 amount=-6 -kerning first=1243 second=1265 amount=-1 -kerning first=1269 second=939 amount=-6 -kerning first=256 second=183 amount=-2 -kerning first=932 second=966 amount=-5 -kerning first=1141 second=1105 amount=-1 -kerning first=1091 second=235 amount=-1 -kerning first=981 second=88 amount=-2 -kerning first=1058 second=1254 amount=-2 -kerning first=1184 second=967 amount=-3 -kerning first=187 second=923 amount=-2 -kerning first=354 second=281 amount=-5 -kerning first=234 second=1035 amount=-3 -kerning first=196 second=1153 amount=-1 -kerning first=283 second=1143 amount=-1 -kerning first=118 second=8217 amount=2 -kerning first=376 second=959 amount=-6 -kerning first=297 second=1064 amount=3 -kerning first=1058 second=1144 amount=-2 -kerning first=918 second=1254 amount=-2 -kerning first=197 second=275 amount=-1 -kerning first=107 second=84 amount=-4 -kerning first=1066 second=1141 amount=-1 -kerning first=1040 second=351 amount=-1 -kerning first=1068 second=1199 amount=-1 -kerning first=324 second=92 amount=-3 -kerning first=243 second=354 amount=-3 -kerning first=1017 second=1232 amount=-1 -kerning first=918 second=1144 amount=-2 -kerning first=345 second=356 amount=-4 -kerning first=1091 second=1222 amount=-3 -kerning first=1265 second=1059 amount=-2 -kerning first=1115 second=8216 amount=-3 -kerning first=374 second=8373 amount=-3 -kerning first=1128 second=1194 amount=-2 -kerning first=915 second=965 amount=-4 -kerning first=1058 second=380 amount=-3 -kerning first=1251 second=1185 amount=-2 -kerning first=354 second=1226 amount=-4 -kerning first=1046 second=290 amount=-2 -kerning first=1094 second=1053 amount=1 -kerning first=1228 second=1090 amount=-2 -kerning first=1114 second=957 amount=-2 -kerning first=222 second=913 amount=-3 -kerning first=239 second=344 amount=3 -kerning first=376 second=60 amount=-7 -kerning first=8244 second=945 amount=-4 -kerning first=192 second=8249 amount=-2 -kerning first=286 second=309 amount=2 -kerning first=1113 second=1046 amount=-2 -kerning first=1270 second=328 amount=-4 -kerning first=8217 second=259 amount=-4 -kerning first=270 second=89 amount=-3 -kerning first=1057 second=95 amount=-3 -kerning first=73 second=206 amount=2 -kerning first=258 second=966 amount=-1 -kerning first=1270 second=1279 amount=-3 -kerning first=381 second=1258 amount=-2 -kerning first=934 second=8220 amount=-2 -kerning first=65 second=281 amount=-1 -kerning first=8250 second=260 amount=-2 -kerning first=1241 second=1140 amount=-4 -kerning first=1075 second=1207 amount=-1 -kerning first=1230 second=274 amount=1 -kerning first=311 second=52 amount=-3 -kerning first=1199 second=46 amount=-2 -kerning first=1170 second=963 amount=-5 -kerning first=169 second=372 amount=-1 -kerning first=1198 second=224 amount=-6 -kerning first=1068 second=957 amount=-1 -kerning first=243 second=913 amount=-2 -kerning first=939 second=192 amount=-5 -kerning first=920 second=86 amount=-2 -kerning first=317 second=1194 amount=-2 -kerning first=1185 second=279 amount=-1 -kerning first=345 second=902 amount=-3 -kerning first=102 second=301 amount=7 -kerning first=961 second=967 amount=-1 -kerning first=1265 second=291 amount=-1 -kerning first=908 second=92 amount=-2 -kerning first=374 second=249 amount=-3 -kerning first=1217 second=173 amount=-4 -kerning first=359 second=202 amount=1 -kerning first=915 second=333 amount=-5 -kerning first=77 second=1031 amount=2 -kerning first=8249 second=939 amount=-4 -kerning first=290 second=196 amount=-1 -kerning first=1234 second=111 amount=-1 -kerning first=199 second=1217 amount=-1 -kerning first=1018 second=95 amount=2 -kerning first=192 second=1035 amount=-6 -kerning first=107 second=1239 amount=-1 -kerning first=1189 second=228 amount=-1 -kerning first=343 second=97 amount=-1 -kerning first=1097 second=1050 amount=1 -kerning first=1102 second=372 amount=-3 -kerning first=255 second=277 amount=-1 -kerning first=71 second=1244 amount=-1 -kerning first=335 second=86 amount=-4 -kerning first=939 second=232 amount=-6 -kerning first=8221 second=1073 amount=-3 -kerning first=299 second=1062 amount=3 -kerning first=959 second=186 amount=-2 -kerning first=177 second=196 amount=-3 -kerning first=228 second=1140 amount=-3 -kerning first=1201 second=1257 amount=-1 -kerning first=95 second=79 amount=-3 -kerning first=288 second=376 amount=-2 -kerning first=1271 second=229 amount=-1 -kerning first=76 second=286 amount=-2 -kerning first=297 second=321 amount=3 -kerning first=1058 second=1078 amount=-3 -kerning first=231 second=1026 amount=-5 -kerning first=915 second=8218 amount=-8 -kerning first=356 second=194 amount=-6 -kerning first=1187 second=928 amount=1 -kerning first=1170 second=243 amount=-5 -kerning first=1094 second=932 amount=-2 -kerning first=119 second=99 amount=-1 -kerning first=1234 second=8216 amount=-8 -kerning first=186 second=245 amount=-2 -kerning first=222 second=308 amount=-3 -kerning first=377 second=210 amount=-2 -kerning first=936 second=961 amount=-2 -kerning first=1078 second=972 amount=-1 -kerning first=1180 second=336 amount=-2 -kerning first=932 second=1060 amount=-2 -kerning first=247 second=376 amount=-3 -kerning first=1059 second=58 amount=-4 -kerning first=1034 second=372 amount=-3 -kerning first=8225 second=271 amount=-2 -kerning first=1091 second=89 amount=-2 -kerning first=254 second=1118 amount=-1 -kerning first=923 second=375 amount=-4 -kerning first=374 second=257 amount=-6 -kerning first=199 second=192 amount=-1 -kerning first=116 second=276 amount=1 -kerning first=922 second=232 amount=-3 -kerning first=939 second=1084 amount=-3 -kerning first=1134 second=239 amount=2 -kerning first=71 second=193 amount=-1 -kerning first=1234 second=350 amount=-1 -kerning first=1209 second=1198 amount=-6 -kerning first=375 second=981 amount=-1 -kerning first=1020 second=1217 amount=-2 -kerning first=374 second=1153 amount=-6 -kerning first=356 second=234 amount=-5 -kerning first=1059 second=932 amount=3 -kerning first=120 second=283 amount=-1 -kerning first=957 second=1209 amount=-1 -kerning first=944 second=374 amount=-4 -kerning first=1196 second=1093 amount=-3 -kerning first=1278 second=8353 amount=-2 -kerning first=248 second=87 amount=-3 -kerning first=380 second=1108 amount=-1 -kerning first=1027 second=225 amount=-5 -kerning first=947 second=931 amount=-2 -kerning first=1080 second=1090 amount=-2 -kerning first=1085 second=376 amount=-6 -kerning first=1269 second=967 amount=-1 -kerning first=356 second=1243 amount=-5 -kerning first=1114 second=354 amount=-7 -kerning first=110 second=89 amount=-6 -kerning first=89 second=38 amount=-4 -kerning first=1198 second=1117 amount=-3 -kerning first=1184 second=183 amount=-4 -kerning first=1199 second=103 amount=-1 -kerning first=952 second=8216 amount=-4 -kerning first=913 second=301 amount=3 -kerning first=360 second=46 amount=-2 -kerning first=1257 second=1236 amount=-2 -kerning first=927 second=1202 amount=-2 -kerning first=358 second=8249 amount=-8 -kerning first=221 second=256 amount=-5 -kerning first=115 second=1058 amount=-5 -kerning first=355 second=221 amount=-1 -kerning first=8220 second=52 amount=-4 -kerning first=356 second=1085 amount=-4 -kerning first=1020 second=192 amount=-2 -kerning first=1205 second=330 amount=1 -kerning first=92 second=232 amount=-1 -kerning first=1140 second=245 amount=-4 -kerning first=1186 second=1049 amount=1 -kerning first=382 second=84 amount=-2 -kerning first=315 second=1040 amount=2 -kerning first=1107 second=171 amount=-3 -kerning first=195 second=290 amount=-2 -kerning first=1111 second=925 amount=3 -kerning first=1143 second=47 amount=-4 -kerning first=258 second=1060 amount=-2 -kerning first=1138 second=92 amount=-2 -kerning first=1104 second=372 amount=-3 -kerning first=1068 second=354 amount=-3 -kerning first=288 second=307 amount=2 -kerning first=82 second=297 amount=3 -kerning first=933 second=966 amount=-6 -kerning first=1253 second=932 amount=-3 -kerning first=1046 second=235 amount=-2 -kerning first=316 second=296 amount=2 -kerning first=1226 second=1059 amount=-1 -kerning first=284 second=1204 amount=-2 -kerning first=1198 second=81 amount=-3 -kerning first=221 second=281 amount=-6 -kerning first=1188 second=1089 amount=-5 -kerning first=1106 second=1058 amount=-3 -kerning first=1211 second=1035 amount=-3 -kerning first=80 second=8218 amount=-9 -kerning first=299 second=313 amount=3 -kerning first=242 second=125 amount=-1 -kerning first=55 second=287 amount=-3 -kerning first=196 second=234 amount=-1 -kerning first=117 second=1200 amount=-4 -kerning first=1120 second=206 amount=2 -kerning first=8225 second=113 amount=-2 -kerning first=1270 second=1092 amount=-5 -kerning first=1279 second=1066 amount=-3 -kerning first=246 second=84 amount=-3 -kerning first=266 second=1040 amount=-1 -kerning first=75 second=8249 amount=-3 -kerning first=915 second=1077 amount=-5 -kerning first=352 second=260 amount=-1 -kerning first=196 second=1243 amount=-1 -kerning first=1143 second=1198 amount=-2 -kerning first=112 second=92 amount=-4 -kerning first=1185 second=1195 amount=-1 -kerning first=284 second=1232 amount=-1 -kerning first=95 second=973 amount=3 -kerning first=174 second=333 amount=-2 -kerning first=1213 second=1026 amount=-3 -kerning first=1276 second=8353 amount=-2 -kerning first=376 second=361 amount=-3 -kerning first=1178 second=966 amount=-3 -kerning first=76 second=920 amount=-2 -kerning first=363 second=356 amount=-3 -kerning first=1059 second=285 amount=-6 -kerning first=219 second=47 amount=-4 -kerning first=1099 second=303 amount=3 -kerning first=221 second=1226 amount=-3 -kerning first=100 second=298 amount=2 -kerning first=299 second=355 amount=3 -kerning first=1068 second=913 amount=-2 -kerning first=1088 second=8224 amount=-2 -kerning first=70 second=117 amount=-2 -kerning first=1103 second=86 amount=-3 -kerning first=1244 second=1256 amount=-2 -kerning first=56 second=46 amount=-1 -kerning first=232 second=376 amount=-7 -kerning first=311 second=248 amount=-1 -kerning first=1084 second=1204 amount=-3 -kerning first=1092 second=1202 amount=-2 -kerning first=1094 second=1184 amount=1 -kerning first=1207 second=270 amount=1 -kerning first=943 second=43 amount=-2 -kerning first=290 second=89 amount=-2 -kerning first=1198 second=195 amount=-5 -kerning first=1126 second=355 amount=-2 -kerning first=313 second=71 amount=-2 -kerning first=39 second=74 amount=-11 -kerning first=916 second=34 amount=-6 -kerning first=381 second=172 amount=-2 -kerning first=1086 second=1059 amount=-7 -kerning first=1088 second=88 amount=-2 -kerning first=1059 second=162 amount=-6 -kerning first=1064 second=303 amount=2 -kerning first=902 second=940 amount=-1 -kerning first=1200 second=284 amount=-3 -kerning first=1128 second=1138 amount=-2 -kerning first=382 second=1239 amount=-1 -kerning first=8217 second=273 amount=-4 -kerning first=379 second=214 amount=-2 -kerning first=177 second=89 amount=-6 -kerning first=261 second=375 amount=-1 -kerning first=214 second=1061 amount=-2 -kerning first=1060 second=44 amount=-3 -kerning first=1069 second=86 amount=-2 -kerning first=1054 second=84 amount=-2 -kerning first=337 second=1140 amount=-4 -kerning first=307 second=301 amount=3 -kerning first=197 second=336 amount=-2 -kerning first=1222 second=929 amount=1 -kerning first=1050 second=291 amount=-3 -kerning first=902 second=264 amount=-2 -kerning first=1164 second=923 amount=-2 -kerning first=1096 second=358 amount=-3 -kerning first=1188 second=1145 amount=-5 -kerning first=277 second=1059 amount=-7 -kerning first=102 second=242 amount=-1 -kerning first=375 second=1040 amount=-4 -kerning first=1191 second=93 amount=-2 -kerning first=908 second=95 amount=-3 -kerning first=923 second=187 amount=-2 -kerning first=359 second=1053 amount=1 -kerning first=1058 second=301 amount=6 -kerning first=915 second=351 amount=-5 -kerning first=315 second=355 amount=-1 -kerning first=1168 second=1232 amount=-6 -kerning first=260 second=932 amount=-6 -kerning first=1199 second=259 amount=-1 -kerning first=1187 second=89 amount=-1 -kerning first=1226 second=922 amount=1 -kerning first=119 second=198 amount=-4 -kerning first=71 second=374 amount=-2 -kerning first=1242 second=194 amount=-2 -kerning first=239 second=201 amount=3 -kerning first=317 second=1138 amount=-2 -kerning first=8218 second=1263 amount=-3 -kerning first=8244 second=111 amount=-4 -kerning first=1029 second=193 amount=-1 -kerning first=918 second=301 amount=5 -kerning first=932 second=226 amount=-5 -kerning first=1181 second=981 amount=-1 -kerning first=1046 second=169 amount=-2 -kerning first=187 second=1217 amount=-3 -kerning first=1259 second=923 amount=-2 -kerning first=343 second=1089 amount=-1 -kerning first=92 second=221 amount=-5 -kerning first=374 second=194 amount=-5 -kerning first=1128 second=287 amount=-1 -kerning first=1186 second=294 amount=1 -kerning first=313 second=45 amount=-3 -kerning first=1275 second=283 amount=-1 -kerning first=258 second=359 amount=-2 -kerning first=95 second=84 amount=-4 -kerning first=1271 second=279 amount=-1 -kerning first=376 second=290 amount=-3 -kerning first=378 second=273 amount=-1 -kerning first=1056 second=902 amount=-5 -kerning first=297 second=1166 amount=3 -kerning first=933 second=1060 amount=-3 -kerning first=1170 second=347 amount=-5 -kerning first=1105 second=86 amount=-3 -kerning first=341 second=945 amount=-1 -kerning first=121 second=966 amount=-1 -kerning first=239 second=106 amount=-4 -kerning first=299 second=70 amount=3 -kerning first=1052 second=301 amount=5 -kerning first=196 second=376 amount=-5 -kerning first=235 second=1204 amount=-3 -kerning first=256 second=92 amount=-5 -kerning first=1201 second=1108 amount=-1 -kerning first=1020 second=221 amount=-7 -kerning first=1113 second=125 amount=-2 -kerning first=1191 second=1265 amount=-2 -kerning first=1141 second=231 amount=-1 -kerning first=923 second=1066 amount=-6 -kerning first=374 second=234 amount=-6 -kerning first=922 second=1110 amount=2 -kerning first=8217 second=1167 amount=-1 -kerning first=301 second=1178 amount=3 -kerning first=1043 second=1242 amount=-2 -kerning first=195 second=235 amount=-1 -kerning first=187 second=192 amount=-2 -kerning first=252 second=1196 amount=-3 -kerning first=1083 second=374 amount=-6 -kerning first=1098 second=84 amount=-7 -kerning first=174 second=1077 amount=-2 -kerning first=45 second=1185 amount=-1 -kerning first=1091 second=1259 amount=-1 -kerning first=1176 second=46 amount=-1 -kerning first=1178 second=1060 amount=-2 -kerning first=374 second=1243 amount=-6 -kerning first=256 second=338 amount=-2 -kerning first=1201 second=1032 amount=-4 -kerning first=1198 second=345 amount=-3 -kerning first=939 second=212 amount=-3 -kerning first=1027 second=100 amount=-5 -kerning first=1205 second=8217 amount=2 -kerning first=115 second=939 amount=-5 -kerning first=89 second=894 amount=-4 -kerning first=374 second=1085 amount=-3 -kerning first=359 second=932 amount=-2 -kerning first=1048 second=239 amount=5 -kerning first=194 second=1059 amount=-5 -kerning first=260 second=285 amount=-1 -kerning first=1035 second=84 amount=-3 -kerning first=913 second=242 amount=-1 -kerning first=71 second=1111 amount=2 -kerning first=1196 second=1234 amount=-6 -kerning first=86 second=1207 amount=-4 -kerning first=1061 second=940 amount=-2 -kerning first=84 second=1232 amount=-6 -kerning first=233 second=89 amount=-7 -kerning first=8250 second=120 amount=-2 -kerning first=1241 second=1058 amount=-3 -kerning first=1230 second=1039 amount=1 -kerning first=229 second=933 amount=-6 -kerning first=114 second=8244 amount=1 -kerning first=343 second=1145 amount=-1 -kerning first=1202 second=279 amount=-2 -kerning first=1263 second=172 amount=-3 -kerning first=922 second=212 amount=-2 -kerning first=1254 second=8222 amount=-3 -kerning first=243 second=1263 amount=-1 -kerning first=920 second=8216 amount=-2 -kerning first=183 second=197 amount=-2 -kerning first=332 second=256 amount=-2 -kerning first=1138 second=95 amount=-3 -kerning first=345 second=1265 amount=1 -kerning first=358 second=228 amount=-5 -kerning first=1106 second=939 amount=-6 -kerning first=1061 second=264 amount=-2 -kerning first=356 second=334 amount=-2 -kerning first=1082 second=232 amount=-1 -kerning first=260 second=162 amount=-1 -kerning first=1092 second=118 amount=-1 -kerning first=114 second=84 amount=-4 -kerning first=913 second=8220 amount=-8 -kerning first=8224 second=244 amount=-2 -kerning first=1109 second=376 amount=-5 -kerning first=333 second=1098 amount=-2 -kerning first=910 second=58 amount=-4 -kerning first=181 second=354 amount=-3 -kerning first=212 second=933 amount=-3 -kerning first=1215 second=1143 amount=-1 -kerning first=1092 second=1201 amount=-1 -kerning first=88 second=171 amount=-3 -kerning first=1036 second=927 amount=-2 -kerning first=8217 second=240 amount=-4 -kerning first=335 second=8216 amount=-4 -kerning first=270 second=1046 amount=-2 -kerning first=194 second=291 amount=-1 -kerning first=1226 second=1025 amount=1 -kerning first=228 second=1058 amount=-3 -kerning first=227 second=1035 amount=-3 -kerning first=95 second=1102 amount=3 -kerning first=174 second=351 amount=-1 -kerning first=230 second=1143 amount=-1 -kerning first=262 second=1276 amount=-1 -kerning first=910 second=932 amount=3 -kerning first=52 second=44 amount=-1 -kerning first=321 second=1196 amount=-6 -kerning first=356 second=373 amount=-4 -kerning first=107 second=263 amount=-1 -kerning first=932 second=1254 amount=-2 -kerning first=92 second=212 amount=-2 -kerning first=372 second=972 amount=-4 -kerning first=1217 second=79 amount=-2 -kerning first=1126 second=1198 amount=-5 -kerning first=1043 second=1074 amount=-4 -kerning first=1027 second=112 amount=-4 -kerning first=8221 second=958 amount=-4 -kerning first=1163 second=202 amount=1 -kerning first=356 second=1273 amount=-4 -kerning first=932 second=1144 amount=-2 -kerning first=345 second=267 amount=-1 -kerning first=45 second=1276 amount=-4 -kerning first=170 second=99 amount=-2 -kerning first=376 second=196 amount=-5 -kerning first=1200 second=1181 amount=-3 -kerning first=1265 second=1076 amount=-3 -kerning first=116 second=1059 amount=-1 -kerning first=1036 second=1267 amount=-3 -kerning first=195 second=169 amount=-2 -kerning first=1046 second=210 amount=-2 -kerning first=1207 second=919 amount=1 -kerning first=1242 second=376 amount=-3 -kerning first=1278 second=233 amount=-2 -kerning first=1271 second=1195 amount=-1 -kerning first=8244 second=1209 amount=-4 -kerning first=68 second=1196 amount=-2 -kerning first=196 second=334 amount=-2 -kerning first=225 second=1267 amount=-1 -kerning first=1274 second=289 amount=-5 -kerning first=932 second=380 amount=-3 -kerning first=1278 second=1241 amount=-2 -kerning first=241 second=1199 amount=-1 -kerning first=301 second=1045 amount=3 -kerning first=931 second=43 amount=-2 -kerning first=195 second=89 amount=-5 -kerning first=371 second=1026 amount=-3 -kerning first=1243 second=1278 amount=-2 -kerning first=261 second=1066 amount=-3 -kerning first=376 second=235 amount=-6 -kerning first=378 second=240 amount=-1 -kerning first=1171 second=232 amount=-1 -kerning first=315 second=1198 amount=-5 -kerning first=1075 second=8249 amount=-3 -kerning first=367 second=8220 amount=-3 -kerning first=1167 second=1078 amount=-1 -kerning first=114 second=1239 amount=-1 -kerning first=8360 second=89 amount=-5 -kerning first=1049 second=300 amount=2 -kerning first=196 second=373 amount=-4 -kerning first=258 second=1254 amount=-2 -kerning first=283 second=118 amount=-1 -kerning first=70 second=8363 amount=-3 -kerning first=1239 second=1140 amount=-3 -kerning first=1232 second=972 amount=-1 -kerning first=1244 second=1017 amount=-2 -kerning first=933 second=226 amount=-6 -kerning first=359 second=1184 amount=1 -kerning first=1058 second=242 amount=-5 -kerning first=1036 second=269 amount=-3 -kerning first=8217 second=48 amount=-3 -kerning first=304 second=1031 amount=2 -kerning first=187 second=221 amount=-6 -kerning first=1199 second=273 amount=-1 -kerning first=258 second=1144 amount=-2 -kerning first=210 second=1066 amount=-2 -kerning first=283 second=1201 amount=-1 -kerning first=927 second=356 amount=-2 -kerning first=935 second=288 amount=-2 -kerning first=122 second=100 amount=-1 -kerning first=1166 second=1233 amount=-1 -kerning first=1225 second=8216 amount=-3 -kerning first=910 second=285 amount=-6 -kerning first=959 second=1040 amount=-2 -kerning first=1116 second=244 amount=-1 -kerning first=902 second=246 amount=-1 -kerning first=284 second=1200 amount=-2 -kerning first=241 second=957 amount=-1 -kerning first=1184 second=338 amount=-2 -kerning first=313 second=8224 amount=-6 -kerning first=309 second=41 amount=2 -kerning first=1114 second=1263 amount=-2 -kerning first=1276 second=233 amount=-2 -kerning first=76 second=216 amount=-2 -kerning first=1202 second=1195 amount=-2 -kerning first=321 second=1275 amount=-1 -kerning first=903 second=195 amount=-5 -kerning first=97 second=1026 amount=-3 -kerning first=1075 second=1035 amount=-2 -kerning first=1050 second=1054 amount=-2 -kerning first=334 second=194 amount=-2 -kerning first=114 second=74 amount=-4 -kerning first=1198 second=211 amount=-3 -kerning first=95 second=1107 amount=3 -kerning first=1188 second=1233 amount=-5 -kerning first=380 second=1255 amount=-1 -kerning first=1027 second=67 amount=-2 -kerning first=1276 second=1241 amount=-2 -kerning first=910 second=162 amount=-6 -kerning first=83 second=197 amount=-1 -kerning first=193 second=1258 amount=-2 -kerning first=1029 second=1111 amount=3 -kerning first=932 second=1078 amount=-3 -kerning first=1046 second=1259 amount=-2 -kerning first=902 second=8217 amount=-7 -kerning first=8225 second=248 amount=-2 -kerning first=1102 second=1098 amount=-2 -kerning first=1270 second=981 amount=-5 -kerning first=116 second=922 amount=1 -kerning first=939 second=44 amount=-4 -kerning first=354 second=289 amount=-5 -kerning first=118 second=171 amount=-3 -kerning first=1068 second=1263 amount=-1 -kerning first=95 second=942 amount=3 -kerning first=927 second=902 amount=-2 -kerning first=1103 second=8216 amount=-3 -kerning first=87 second=261 amount=-4 -kerning first=375 second=47 amount=-4 -kerning first=1106 second=967 amount=-1 -kerning first=376 second=343 amount=-3 -kerning first=929 second=43 amount=-2 -kerning first=1243 second=260 amount=-2 -kerning first=301 second=358 amount=6 -kerning first=1084 second=1200 amount=-6 -kerning first=902 second=352 amount=-1 -kerning first=255 second=932 amount=-2 -kerning first=923 second=288 amount=-2 -kerning first=1128 second=1012 amount=-2 -kerning first=940 second=60 amount=-3 -kerning first=264 second=88 amount=-1 -kerning first=966 second=1267 amount=-1 -kerning first=1043 second=945 amount=-5 -kerning first=1027 second=297 amount=6 -kerning first=204 second=1111 amount=5 -kerning first=1110 second=93 amount=2 -kerning first=1220 second=1185 amount=-2 -kerning first=1034 second=1098 amount=-2 -kerning first=961 second=92 amount=-4 -kerning first=1164 second=1217 amount=-2 -kerning first=1091 second=1193 amount=-1 -kerning first=246 second=1118 amount=-1 -kerning first=1128 second=358 amount=-6 -kerning first=1036 second=1086 amount=-3 -kerning first=1010 second=933 amount=-4 -kerning first=1241 second=939 amount=-7 -kerning first=1168 second=1256 amount=-2 -kerning first=1179 second=45 amount=-2 -kerning first=1170 second=99 amount=-5 -kerning first=1092 second=356 amount=-3 -kerning first=366 second=8222 amount=-5 -kerning first=341 second=111 amount=-1 -kerning first=1069 second=8216 amount=-2 -kerning first=173 second=88 amount=-4 -kerning first=375 second=1198 amount=-2 -kerning first=1043 second=262 amount=-2 -kerning first=376 second=169 amount=-3 -kerning first=337 second=1058 amount=-3 -kerning first=192 second=94 amount=-6 -kerning first=197 second=36 amount=-1 -kerning first=356 second=8230 amount=-2 -kerning first=224 second=121 amount=-1 -kerning first=1059 second=1075 amount=-3 -kerning first=1279 second=101 amount=-1 -kerning first=374 second=334 amount=-3 -kerning first=382 second=263 amount=-1 -kerning first=8217 second=230 amount=-4 -kerning first=195 second=210 amount=-2 -kerning first=1111 second=381 amount=6 -kerning first=259 second=1091 amount=-1 -kerning first=1085 second=1141 amount=-1 -kerning first=1118 second=354 amount=-2 -kerning first=1259 second=1217 amount=-2 -kerning first=317 second=1012 amount=-2 -kerning first=89 second=1251 amount=-3 -kerning first=209 second=297 amount=5 -kerning first=65 second=289 amount=-1 -kerning first=1230 second=1024 amount=1 -kerning first=1164 second=192 amount=-2 -kerning first=290 second=1046 amount=-1 -kerning first=240 second=1277 amount=-1 -kerning first=239 second=1219 amount=3 -kerning first=1107 second=8363 amount=-1 -kerning first=317 second=358 amount=-6 -kerning first=1243 second=1090 amount=-2 -kerning first=228 second=939 amount=-6 -kerning first=369 second=8217 amount=1 -kerning first=1185 second=287 amount=-1 -kerning first=1237 second=932 amount=-3 -kerning first=170 second=198 amount=-5 -kerning first=92 second=44 amount=3 -kerning first=1265 second=299 amount=3 -kerning first=293 second=374 amount=-6 -kerning first=929 second=1236 amount=-5 -kerning first=933 second=1254 amount=-3 -kerning first=321 second=87 amount=-2 -kerning first=1092 second=902 amount=-2 -kerning first=119 second=193 amount=-4 -kerning first=177 second=1046 amount=-3 -kerning first=1104 second=1098 amount=-1 -kerning first=121 second=226 amount=-1 -kerning first=241 second=354 amount=-3 -kerning first=87 second=331 amount=-2 -kerning first=358 second=1179 amount=-4 -kerning first=1061 second=246 amount=-2 -kerning first=374 second=1273 amount=-3 -kerning first=933 second=1144 amount=-3 -kerning first=200 second=297 amount=5 -kerning first=179 second=74 amount=-7 -kerning first=1259 second=192 amount=-2 -kerning first=343 second=1233 amount=-1 -kerning first=255 second=285 amount=-1 -kerning first=8353 second=1040 amount=-1 -kerning first=8221 second=1207 amount=-4 -kerning first=1163 second=1053 amount=1 -kerning first=1143 second=963 amount=-1 -kerning first=235 second=1200 amount=-7 -kerning first=1090 second=97 amount=-1 -kerning first=1269 second=92 amount=-3 -kerning first=36 second=198 amount=-1 -kerning first=1118 second=913 amount=-4 -kerning first=286 second=1196 amount=-2 -kerning first=1178 second=1254 amount=-2 -kerning first=1202 second=1194 amount=-2 -kerning first=981 second=41 amount=-1 -kerning first=68 second=87 amount=-1 -kerning first=1199 second=240 amount=-1 -kerning first=119 second=233 amount=-1 -kerning first=1139 second=1199 amount=-1 -kerning first=1196 second=1258 amount=-2 -kerning first=1234 second=8250 amount=-2 -kerning first=935 second=101 amount=-2 -kerning first=905 second=206 amount=2 -kerning first=122 second=1026 amount=-2 -kerning first=355 second=223 amount=1 -kerning first=1178 second=1144 amount=-2 -kerning first=269 second=1066 amount=-5 -kerning first=84 second=1256 amount=-2 -kerning first=1220 second=1276 amount=-2 -kerning first=283 second=356 amount=-3 -kerning first=336 second=196 amount=-2 -kerning first=1277 second=335 amount=-1 -kerning first=215 second=1196 amount=-4 -kerning first=1067 second=239 amount=5 -kerning first=119 second=1241 amount=-1 -kerning first=255 second=162 amount=-1 -kerning first=1200 second=213 amount=-3 -kerning first=1141 second=229 amount=-1 -kerning first=89 second=109 amount=-3 -kerning first=1186 second=322 amount=1 -kerning first=116 second=1025 amount=1 -kerning first=321 second=268 amount=-2 -kerning first=346 second=195 amount=-1 -kerning first=194 second=1054 amount=-2 -kerning first=1180 second=1242 amount=-2 -kerning first=95 second=1118 amount=-5 -kerning first=1145 second=902 amount=-2 -kerning first=232 second=1141 amount=-1 -kerning first=195 second=1259 amount=-1 -kerning first=161 second=910 amount=-4 -kerning first=334 second=376 amount=-3 -kerning first=234 second=1199 amount=-1 -kerning first=373 second=1204 amount=-3 -kerning first=120 second=291 amount=-1 -kerning first=1270 second=1040 amount=-6 -kerning first=254 second=256 amount=-2 -kerning first=372 second=224 amount=-4 -kerning first=88 second=286 amount=-2 -kerning first=1263 second=333 amount=-1 -kerning first=965 second=358 amount=-3 -kerning first=1027 second=1235 amount=-5 -kerning first=1143 second=243 amount=-1 -kerning first=1243 second=170 amount=-2 -kerning first=171 second=932 amount=-3 -kerning first=1230 second=1196 amount=-2 -kerning first=1072 second=1059 amount=-6 -kerning first=310 second=1258 amount=-2 -kerning first=326 second=8220 amount=-3 -kerning first=89 second=173 amount=-3 -kerning first=981 second=1091 amount=-1 -kerning first=1036 second=105 amount=2 -kerning first=1075 second=228 amount=-1 -kerning first=373 second=1232 amount=-4 -kerning first=1139 second=957 amount=-1 -kerning first=1098 second=1118 amount=-2 -kerning first=1278 second=332 amount=-2 -kerning first=240 second=933 amount=-7 -kerning first=1223 second=300 amount=2 -kerning first=1267 second=945 amount=-1 -kerning first=356 second=1141 amount=-4 -kerning first=932 second=301 amount=6 -kerning first=1201 second=1255 amount=-1 -kerning first=1059 second=940 amount=-6 -kerning first=923 second=101 amount=-1 -kerning first=1263 second=8218 amount=-5 -kerning first=1217 second=1239 amount=-2 -kerning first=1163 second=932 amount=-2 -kerning first=1143 second=8221 amount=2 -kerning first=87 second=197 amount=-4 -kerning first=1118 second=308 amount=-4 -kerning first=1026 second=255 amount=-1 -kerning first=376 second=210 amount=-3 -kerning first=1244 second=244 amount=-2 -kerning first=192 second=214 amount=-2 -kerning first=1241 second=967 amount=-1 -kerning first=1168 second=114 amount=-4 -kerning first=1059 second=264 amount=-3 -kerning first=234 second=957 amount=-1 -kerning first=1035 second=1118 amount=-1 -kerning first=341 second=1209 amount=-1 -kerning first=973 second=8244 amount=1 -kerning first=221 second=289 amount=-6 -kerning first=299 second=1252 amount=3 -kerning first=936 second=171 amount=-3 -kerning first=921 second=301 amount=5 -kerning first=229 second=1204 amount=-3 -kerning first=92 second=1213 amount=-2 -kerning first=109 second=358 amount=-3 -kerning first=1187 second=75 amount=1 -kerning first=1170 second=198 amount=-6 -kerning first=1095 second=1267 amount=-1 -kerning first=87 second=275 amount=-4 -kerning first=973 second=84 amount=-3 -kerning first=1086 second=372 amount=-3 -kerning first=1189 second=354 amount=-2 -kerning first=1046 second=1193 amount=-2 -kerning first=114 second=1118 amount=1 -kerning first=1016 second=1035 amount=-3 -kerning first=1164 second=221 amount=-7 -kerning first=1117 second=1143 amount=-1 -kerning first=1242 second=8230 amount=-3 -kerning first=1196 second=1080 amount=-4 -kerning first=162 second=1066 amount=-5 -kerning first=1188 second=1094 amount=-4 -kerning first=939 second=225 amount=-6 -kerning first=55 second=51 amount=-1 -kerning first=196 second=1141 amount=-4 -kerning first=258 second=301 amount=3 -kerning first=228 second=967 amount=-1 -kerning first=192 second=1199 amount=-4 -kerning first=212 second=1204 amount=-2 -kerning first=343 second=1058 amount=-4 -kerning first=1276 second=332 amount=-2 -kerning first=347 second=221 amount=-5 -kerning first=372 second=1117 amount=-2 -kerning first=374 second=8230 amount=-4 -kerning first=337 second=939 amount=-7 -kerning first=90 second=199 amount=-2 -kerning first=1036 second=371 amount=-2 -kerning first=311 second=959 amount=-1 -kerning first=1083 second=1249 amount=-2 -kerning first=1187 second=1109 amount=-1 -kerning first=1094 second=330 amount=1 -kerning first=284 second=303 amount=2 -kerning first=86 second=8249 amount=-4 -kerning first=87 second=1187 amount=-2 -kerning first=277 second=372 amount=-3 -kerning first=1274 second=271 amount=-5 -kerning first=212 second=1232 amount=-2 -kerning first=1277 second=1104 amount=-1 -kerning first=1259 second=221 amount=-7 -kerning first=88 second=920 amount=-2 -kerning first=250 second=8216 amount=-3 -kerning first=1194 second=1236 amount=-1 -kerning first=63 second=197 amount=-4 -kerning first=959 second=1198 amount=-7 -kerning first=1203 second=242 amount=-1 -kerning first=1239 second=1058 amount=-3 -kerning first=1191 second=1278 amount=-2 -kerning first=1115 second=1143 amount=-1 -kerning first=311 second=60 amount=-5 -kerning first=1050 second=299 amount=5 -kerning first=1170 second=8353 amount=-2 -kerning first=114 second=263 amount=-1 -kerning first=1207 second=320 amount=1 -kerning first=1040 second=275 amount=-1 -kerning first=372 second=81 amount=-2 -kerning first=1128 second=266 amount=-2 -kerning first=1263 second=1077 amount=-1 -kerning first=1043 second=111 amount=-5 -kerning first=376 second=1259 amount=-6 -kerning first=196 second=116 amount=-2 -kerning first=84 second=114 amount=-4 -kerning first=1139 second=354 amount=-3 -kerning first=192 second=957 amount=-4 -kerning first=197 second=1242 amount=-2 -kerning first=336 second=89 amount=-3 -kerning first=1119 second=1026 amount=-3 -kerning first=923 second=174 amount=-5 -kerning first=89 second=1220 amount=-3 -kerning first=915 second=250 amount=-5 -kerning first=8217 second=1095 amount=-4 -kerning first=301 second=237 amount=6 -kerning first=1251 second=1267 amount=-1 -kerning first=1168 second=1017 amount=-2 -kerning first=1199 second=230 amount=-1 -kerning first=1226 second=1049 amount=1 -kerning first=256 second=335 amount=-1 -kerning first=257 second=374 amount=-6 -kerning first=1087 second=86 amount=-3 -kerning first=953 second=183 amount=-2 -kerning first=88 second=8363 amount=-2 -kerning first=1196 second=172 amount=-3 -kerning first=1186 second=205 amount=1 -kerning first=1263 second=1113 amount=-3 -kerning first=99 second=1090 amount=-1 -kerning first=1111 second=302 amount=3 -kerning first=1275 second=291 amount=-1 -kerning first=1163 second=1184 amount=1 -kerning first=234 second=354 amount=-3 -kerning first=210 second=65 amount=-2 -kerning first=1090 second=1089 amount=-1 -kerning first=1060 second=1026 amount=-2 -kerning first=358 second=214 amount=-2 -kerning first=1271 second=287 amount=-1 -kerning first=317 second=266 amount=-2 -kerning first=297 second=356 amount=6 -kerning first=327 second=296 amount=2 -kerning first=260 second=940 amount=-1 -kerning first=1097 second=292 amount=1 -kerning first=372 second=195 amount=-4 -kerning first=1126 second=963 amount=-1 -kerning first=299 second=1186 amount=3 -kerning first=242 second=1203 amount=-1 -kerning first=910 second=1075 amount=-3 -kerning first=1243 second=120 amount=-1 -kerning first=1139 second=913 amount=-2 -kerning first=65 second=1196 amount=-6 -kerning first=1274 second=113 amount=-5 -kerning first=1232 second=81 amount=-2 -kerning first=1141 second=279 amount=-1 -kerning first=1200 second=356 amount=3 -kerning first=1091 second=1010 amount=-1 -kerning first=1202 second=1138 amount=-2 -kerning first=915 second=261 amount=-5 -kerning first=301 second=1048 amount=3 -kerning first=8222 second=910 amount=-7 -kerning first=1211 second=1199 amount=-1 -kerning first=194 second=372 amount=-4 -kerning first=260 second=264 amount=-2 -kerning first=354 second=271 amount=-5 -kerning first=1185 second=358 amount=-4 -kerning first=1213 second=121 amount=-1 -kerning first=310 second=172 amount=-4 -kerning first=297 second=1168 amount=3 -kerning first=1215 second=118 amount=-1 -kerning first=1059 second=1237 amount=-6 -kerning first=316 second=1111 amount=5 -kerning first=1167 second=8220 amount=-4 -kerning first=1092 second=93 amount=-1 -kerning first=1234 second=1143 amount=-4 -kerning first=75 second=214 amount=-2 -kerning first=358 second=1199 amount=-4 -kerning first=1074 second=89 amount=-5 -kerning first=1081 second=1026 amount=-3 -kerning first=959 second=1175 amount=-1 -kerning first=1255 second=86 amount=-4 -kerning first=1030 second=300 amount=2 -kerning first=1180 second=945 amount=-3 -kerning first=1088 second=41 amount=-1 -kerning first=1215 second=1201 amount=-1 -kerning first=230 second=118 amount=-1 -kerning first=195 second=1193 amount=-1 -kerning first=230 second=1201 amount=-1 -kerning first=1126 second=243 amount=-1 -kerning first=222 second=258 amount=-3 -kerning first=1171 second=44 amount=-6 -kerning first=8230 second=374 amount=-4 -kerning first=84 second=1017 amount=-2 -kerning first=43 second=84 amount=-3 -kerning first=932 second=242 amount=-5 -kerning first=1180 second=262 amount=-2 -kerning first=1059 second=961 amount=-3 -kerning first=102 second=923 amount=-2 -kerning first=902 second=253 amount=-4 -kerning first=286 second=238 amount=2 -kerning first=253 second=337 amount=-1 -kerning first=1200 second=902 amount=-5 -kerning first=1202 second=287 amount=-2 -kerning first=1027 second=1119 amount=-4 -kerning first=1211 second=957 amount=-1 -kerning first=181 second=247 amount=-2 -kerning first=279 second=86 amount=-3 -kerning first=1090 second=1145 amount=-1 -kerning first=1234 second=284 amount=-2 -kerning first=1279 second=1257 amount=-1 -kerning first=1178 second=301 amount=5 -kerning first=337 second=967 amount=-1 -kerning first=75 second=1199 amount=-3 -kerning first=1010 second=1204 amount=-5 -kerning first=321 second=39 amount=-6 -kerning first=65 second=271 amount=-1 -kerning first=192 second=354 amount=-6 -kerning first=972 second=358 amount=-3 -kerning first=1092 second=1265 amount=-1 -kerning first=1198 second=97 amount=-6 -kerning first=358 second=957 amount=-4 -kerning first=243 second=258 amount=-2 -kerning first=1126 second=8221 amount=-7 -kerning first=1122 second=198 amount=-2 -kerning first=328 second=1197 amount=-2 -kerning first=377 second=239 amount=5 -kerning first=55 second=245 amount=-3 -kerning first=330 second=207 amount=2 -kerning first=1088 second=1091 amount=-1 -kerning first=345 second=260 amount=-3 -kerning first=1097 second=1027 amount=1 -kerning first=1205 second=1065 amount=1 -kerning first=1270 second=47 amount=-5 -kerning first=170 second=193 amount=-5 -kerning first=1091 second=339 amount=-1 -kerning first=1191 second=1090 amount=-4 -kerning first=1186 second=1068 amount=1 -kerning first=915 second=331 amount=-4 -kerning first=195 second=1109 amount=-1 -kerning first=194 second=299 amount=3 -kerning first=354 second=113 amount=-5 -kerning first=1226 second=294 amount=1 -kerning first=261 second=174 amount=-1 -kerning first=1267 second=111 amount=-1 -kerning first=80 second=261 amount=-1 -kerning first=67 second=301 amount=2 -kerning first=242 second=910 amount=-7 -kerning first=65 second=1275 amount=-2 -kerning first=1274 second=268 amount=-2 -kerning first=256 second=1104 amount=-1 -kerning first=107 second=281 amount=-1 -kerning first=356 second=122 amount=-3 -kerning first=251 second=1058 amount=-3 -kerning first=1059 second=246 amount=-6 -kerning first=1064 second=298 amount=2 -kerning first=1094 second=8217 amount=2 -kerning first=372 second=345 amount=-2 -kerning first=939 second=100 amount=-6 -kerning first=1043 second=1209 amount=-5 -kerning first=258 second=242 amount=-1 -kerning first=213 second=1040 amount=-2 -kerning first=118 second=8363 amount=-1 -kerning first=36 second=193 amount=-1 -kerning first=124 second=301 amount=5 -kerning first=170 second=233 amount=-2 -kerning first=1200 second=1173 amount=-3 -kerning first=305 second=372 amount=2 -kerning first=75 second=957 amount=-3 -kerning first=315 second=8221 amount=-3 -kerning first=379 second=247 amount=-2 -kerning first=1170 second=241 amount=-4 -kerning first=1207 second=304 amount=1 -kerning first=1257 second=932 amount=-3 -kerning first=1278 second=103 amount=-2 -kerning first=241 second=1263 amount=-1 -kerning first=8370 second=88 amount=-1 -kerning first=1057 second=1236 amount=-1 -kerning first=170 second=1241 amount=-2 -kerning first=910 second=940 amount=-6 -kerning first=353 second=1198 amount=-5 -kerning first=8250 second=1078 amount=-2 -kerning first=1230 second=52 amount=-1 -kerning first=334 second=8230 amount=-3 -kerning first=1239 second=939 amount=-7 -kerning first=1113 second=1203 amount=-1 -kerning first=1270 second=382 amount=-3 -kerning first=1184 second=335 amount=-3 -kerning first=922 second=100 amount=-3 -kerning first=935 second=1257 amount=-2 -kerning first=221 second=1196 amount=3 -kerning first=258 second=8220 amount=-8 -kerning first=210 second=935 amount=-2 -kerning first=1197 second=172 amount=-1 -kerning first=174 second=261 amount=-1 -kerning first=86 second=228 amount=-4 -kerning first=87 second=336 amount=-2 -kerning first=375 second=963 amount=-1 -kerning first=1118 second=265 amount=-1 -kerning first=1141 second=1195 amount=-1 -kerning first=115 second=92 amount=-3 -kerning first=910 second=264 amount=-3 -kerning first=65 second=113 amount=-1 -kerning first=197 second=86 amount=-5 -kerning first=1230 second=1037 amount=1 -kerning first=1093 second=356 amount=-3 -kerning first=1140 second=288 amount=-2 -kerning first=1258 second=910 amount=-3 -kerning first=1188 second=967 amount=-4 -kerning first=193 second=333 amount=-1 -kerning first=283 second=1265 amount=-1 -kerning first=1274 second=52 amount=-4 -kerning first=1191 second=170 amount=-3 -kerning first=359 second=330 amount=1 -kerning first=267 second=374 amount=-4 -kerning first=8217 second=38 amount=-4 -kerning first=966 second=1279 amount=-1 -kerning first=379 second=1028 amount=-2 -kerning first=101 second=84 amount=-3 -kerning first=121 second=301 amount=3 -kerning first=1106 second=92 amount=-3 -kerning first=1211 second=354 amount=-3 -kerning first=39 second=256 amount=-5 -kerning first=376 second=1193 amount=-6 -kerning first=1052 second=206 amount=2 -kerning first=192 second=1103 amount=-1 -kerning first=197 second=945 amount=-1 -kerning first=256 second=353 amount=-1 -kerning first=1145 second=267 amount=-1 -kerning first=253 second=1105 amount=-1 -kerning first=92 second=100 amount=-1 -kerning first=1216 second=299 amount=5 -kerning first=89 second=79 amount=-3 -kerning first=1128 second=245 amount=-1 -kerning first=1217 second=263 amount=-2 -kerning first=915 second=197 amount=-6 -kerning first=111 second=1277 amount=-1 -kerning first=939 second=112 amount=-3 -kerning first=8221 second=8249 amount=-5 -kerning first=1111 second=1018 amount=3 -kerning first=354 second=268 amount=-2 -kerning first=229 second=1200 amount=-6 -kerning first=375 second=243 amount=-1 -kerning first=1276 second=103 amount=-2 -kerning first=293 second=1249 amount=-2 -kerning first=923 second=1257 amount=-1 -kerning first=305 second=299 amount=3 -kerning first=76 second=927 amount=-2 -kerning first=344 second=374 amount=-2 -kerning first=1036 second=1092 amount=-3 -kerning first=65 second=87 amount=-4 -kerning first=197 second=262 amount=-2 -kerning first=1215 second=356 amount=-3 -kerning first=1168 second=244 amount=-5 -kerning first=1046 second=1010 amount=-2 -kerning first=1199 second=1095 amount=-1 -kerning first=339 second=1140 amount=-3 -kerning first=913 second=8370 amount=-2 -kerning first=1040 second=336 amount=-2 -kerning first=240 second=1204 amount=-3 -kerning first=221 second=271 amount=-6 -kerning first=355 second=1026 amount=-2 -kerning first=193 second=1029 amount=-1 -kerning first=230 second=356 amount=-3 -kerning first=902 second=171 amount=-2 -kerning first=8225 second=959 amount=-2 -kerning first=1270 second=1175 amount=-3 -kerning first=1091 second=239 amount=3 -kerning first=244 second=197 amount=-2 -kerning first=116 second=1049 amount=1 -kerning first=915 second=275 amount=-5 -kerning first=8217 second=255 amount=1 -kerning first=313 second=1171 amount=-1 -kerning first=1179 second=337 amount=-1 -kerning first=1170 second=193 amount=-6 -kerning first=212 second=1200 amount=-3 -kerning first=240 second=1232 amount=-2 -kerning first=186 second=65 amount=-5 -kerning first=375 second=8221 amount=2 -kerning first=1118 second=1139 amount=-1 -kerning first=376 second=1109 amount=-4 -kerning first=1225 second=1064 amount=1 -kerning first=76 second=1267 amount=-4 -kerning first=281 second=1140 amount=-3 -kerning first=1168 second=8222 amount=-8 -kerning first=1207 second=1172 amount=1 -kerning first=119 second=46 amount=-5 -kerning first=1113 second=910 amount=-11 -kerning first=227 second=1199 amount=-1 -kerning first=1196 second=965 amount=-4 -kerning first=88 second=216 amount=-2 -kerning first=8244 second=1143 amount=1 -kerning first=1068 second=258 amount=-2 -kerning first=358 second=913 amount=-6 -kerning first=176 second=1194 amount=-1 -kerning first=297 second=917 amount=3 -kerning first=933 second=242 amount=-6 -kerning first=915 second=1187 amount=-4 -kerning first=65 second=268 amount=-2 -kerning first=260 second=246 amount=-1 -kerning first=354 second=52 amount=-4 -kerning first=1170 second=233 amount=-5 -kerning first=1207 second=66 amount=1 -kerning first=186 second=101 amount=-2 -kerning first=1271 second=358 amount=-2 -kerning first=1126 second=347 amount=-1 -kerning first=1267 second=1209 amount=-1 -kerning first=239 second=86 amount=5 -kerning first=242 second=1093 amount=-1 -kerning first=238 second=41 amount=2 -kerning first=8244 second=952 amount=-4 -kerning first=1059 second=1096 amount=-3 -kerning first=1170 second=1241 amount=-5 -kerning first=343 second=967 amount=1 -kerning first=255 second=940 amount=-1 -kerning first=285 second=1204 amount=-3 -kerning first=246 second=256 amount=-2 -kerning first=1058 second=923 amount=-6 -kerning first=382 second=281 amount=-1 -kerning first=1184 second=1104 amount=-3 -kerning first=939 second=1026 amount=3 -kerning first=1085 second=49 amount=-3 -kerning first=80 second=197 amount=-5 -kerning first=1178 second=242 amount=-3 -kerning first=1171 second=225 amount=-1 -kerning first=297 second=318 amount=3 -kerning first=344 second=1111 amount=3 -kerning first=307 second=295 amount=3 -kerning first=38 second=376 amount=-5 -kerning first=260 second=8217 amount=-7 -kerning first=1046 second=339 amount=-2 -kerning first=1170 second=1230 amount=-4 -kerning first=191 second=92 amount=-1 -kerning first=227 second=957 amount=-1 -kerning first=1140 second=65 amount=-5 -kerning first=372 second=211 amount=-2 -kerning first=1196 second=333 amount=-5 -kerning first=1198 second=1089 amount=-6 -kerning first=111 second=933 amount=-7 -kerning first=221 second=113 amount=-6 -kerning first=939 second=67 amount=-3 -kerning first=236 second=297 amount=3 -kerning first=1166 second=183 amount=-2 -kerning first=299 second=90 amount=6 -kerning first=193 second=1077 amount=-1 -kerning first=1143 second=99 amount=-1 -kerning first=84 second=244 amount=-5 -kerning first=1169 second=172 amount=-1 -kerning first=1253 second=1197 amount=-2 -kerning first=1180 second=111 amount=-3 -kerning first=1063 second=296 amount=2 -kerning first=1087 second=8216 amount=-3 -kerning first=1024 second=301 amount=5 -kerning first=1239 second=967 amount=-1 -kerning first=1279 second=1108 amount=-1 -kerning first=89 second=973 amount=-3 -kerning first=295 second=358 amount=-3 -kerning first=251 second=939 amount=-4 -kerning first=260 second=352 amount=-1 -kerning first=1096 second=375 amount=-1 -kerning first=1060 second=1061 amount=-2 -kerning first=358 second=1103 amount=-5 -kerning first=910 second=1237 amount=-6 -kerning first=1181 second=963 amount=-1 -kerning first=1189 second=265 amount=-1 -kerning first=1140 second=101 amount=-4 -kerning first=1196 second=8218 amount=-8 -kerning first=1202 second=1012 amount=-2 -kerning first=922 second=67 amount=-2 -kerning first=34 second=194 amount=-5 -kerning first=1188 second=183 amount=-3 -kerning first=1027 second=121 amount=-4 -kerning first=1175 second=356 amount=-3 -kerning first=84 second=8222 amount=-8 -kerning first=1139 second=1263 amount=-1 -kerning first=1090 second=1233 amount=-1 -kerning first=336 second=1046 amount=-2 -kerning first=174 second=197 amount=-5 -kerning first=1100 second=1277 amount=-1 -kerning first=358 second=308 amount=-6 -kerning first=1054 second=256 amount=-2 -kerning first=1225 second=321 amount=1 -kerning first=310 second=333 amount=-3 -kerning first=1056 second=260 amount=-5 -kerning first=1058 second=8370 amount=-2 -kerning first=335 second=1143 amount=-1 -kerning first=356 second=199 amount=-2 -kerning first=97 second=121 amount=-1 -kerning first=194 second=34 amount=-5 -kerning first=79 second=1276 amount=-2 -kerning first=37 second=8221 amount=-4 -kerning first=1207 second=1052 amount=1 -kerning first=119 second=103 amount=-1 -kerning first=290 second=239 amount=2 -kerning first=1234 second=42 amount=-6 -kerning first=910 second=961 amount=-3 -kerning first=1061 second=171 amount=-3 -kerning first=918 second=8370 amount=-2 -kerning first=1274 second=248 amount=-5 -kerning first=1086 second=1098 amount=-2 -kerning first=1072 second=372 amount=-3 -kerning first=1232 second=211 amount=-2 -kerning first=1191 second=120 amount=-1 -kerning first=92 second=1026 amount=-6 -kerning first=1091 second=1072 amount=-1 -kerning first=8224 second=1153 amount=-2 -kerning first=1195 second=221 amount=-4 -kerning first=116 second=294 amount=1 -kerning first=922 second=297 amount=5 -kerning first=195 second=1010 amount=-1 -kerning first=377 second=1057 amount=-2 -kerning first=1275 second=1076 amount=-3 -kerning first=1179 second=1105 amount=-1 -kerning first=1187 second=1042 amount=1 -kerning first=234 second=1263 amount=-1 -kerning first=1255 second=8216 amount=-4 -kerning first=1101 second=197 amount=-2 -kerning first=174 second=275 amount=-2 -kerning first=36 second=1111 amount=3 -kerning first=328 second=253 amount=-1 -kerning first=333 second=195 amount=-2 -kerning first=98 second=1035 amount=-3 -kerning first=359 second=8217 amount=2 -kerning first=1241 second=92 amount=-4 -kerning first=1181 second=243 amount=-1 -kerning first=332 second=1196 amount=-2 -kerning first=92 second=67 amount=-2 -kerning first=908 second=1236 amount=-2 -kerning first=1198 second=1145 amount=-6 -kerning first=935 second=1108 amount=-2 -kerning first=313 second=1091 amount=-4 -kerning first=193 second=351 amount=-1 -kerning first=277 second=1098 amount=-1 -kerning first=1277 second=43 amount=-1 -kerning first=1232 second=119 amount=-4 -kerning first=1020 second=1026 amount=-3 -kerning first=199 second=297 amount=2 -kerning first=1058 second=181 amount=-5 -kerning first=8222 second=1063 amount=-4 -kerning first=1122 second=1244 amount=-2 -kerning first=311 second=235 amount=-1 -kerning first=213 second=47 amount=-3 -kerning first=1033 second=197 amount=-2 -kerning first=1117 second=118 amount=-1 -kerning first=121 second=242 amount=-1 -kerning first=221 second=268 amount=-3 -kerning first=1256 second=1035 amount=-2 -kerning first=910 second=246 amount=-6 -kerning first=8244 second=916 amount=-8 -kerning first=196 second=199 amount=-2 -kerning first=1010 second=1200 amount=-4 -kerning first=1189 second=1139 amount=-1 -kerning first=102 second=192 amount=-2 -kerning first=1170 second=1125 amount=-4 -kerning first=1113 second=1093 amount=-1 -kerning first=92 second=297 amount=3 -kerning first=1117 second=1201 amount=-1 -kerning first=89 second=84 amount=3 -kerning first=966 second=186 amount=-2 -kerning first=228 second=92 amount=-3 -kerning first=227 second=354 amount=-3 -kerning first=345 second=120 amount=1 -kerning first=245 second=194 amount=-2 -kerning first=1082 second=100 amount=-1 -kerning first=1168 second=349 amount=-5 -kerning first=213 second=1198 amount=-3 -kerning first=1196 second=1077 amount=-5 -kerning first=1122 second=193 amount=-2 -kerning first=8221 second=228 amount=-4 -kerning first=204 second=938 amount=2 -kerning first=1189 second=247 amount=-1 -kerning first=257 second=1249 amount=-2 -kerning first=1100 second=933 amount=-11 -kerning first=102 second=232 amount=-1 -kerning first=343 second=183 amount=-2 -kerning first=1200 second=267 amount=-6 -kerning first=1115 second=118 amount=-1 -kerning first=923 second=1108 amount=-1 -kerning first=357 second=8360 amount=1 -kerning first=195 second=339 amount=-1 -kerning first=354 second=248 amount=-5 -kerning first=95 second=1226 amount=3 -kerning first=1115 second=1201 amount=-1 -kerning first=1178 second=1099 amount=2 -kerning first=1058 second=1116 amount=-4 -kerning first=192 second=1263 amount=-4 -kerning first=197 second=111 amount=-1 -kerning first=1201 second=933 amount=-2 -kerning first=38 second=373 amount=-2 -kerning first=255 second=1237 amount=-1 -kerning first=221 second=52 amount=-4 -kerning first=939 second=1235 amount=-6 -kerning first=357 second=325 amount=1 -kerning first=196 second=49 amount=-2 -kerning first=1197 second=333 amount=-1 -kerning first=1116 second=1153 amount=-1 -kerning first=1210 second=933 amount=-6 -kerning first=70 second=1267 amount=-2 -kerning first=310 second=1077 amount=-3 -kerning first=8220 second=196 amount=-6 -kerning first=352 second=301 amount=3 -kerning first=44 second=1198 amount=-4 -kerning first=1226 second=322 amount=1 -kerning first=1170 second=1111 amount=6 -kerning first=114 second=256 amount=-3 -kerning first=1228 second=8220 amount=-3 -kerning first=169 second=195 amount=-2 -kerning first=1090 second=1058 amount=-2 -kerning first=1193 second=221 amount=-7 -kerning first=1278 second=273 amount=-2 -kerning first=1254 second=194 amount=-2 -kerning first=1103 second=1143 amount=-1 -kerning first=8244 second=1181 amount=-1 -kerning first=1143 second=198 amount=-4 -kerning first=197 second=8216 amount=-8 -kerning first=214 second=88 amount=-2 -kerning first=1138 second=1236 amount=-2 -kerning first=1222 second=126 amount=-1 -kerning first=176 second=1138 amount=-1 -kerning first=89 second=1239 amount=-6 -kerning first=927 second=1278 amount=-2 -kerning first=915 second=336 amount=-2 -kerning first=1197 second=8218 amount=-8 -kerning first=1233 second=86 amount=-3 -kerning first=1234 second=213 amount=-2 -kerning first=345 second=966 amount=-1 -kerning first=242 second=1234 amount=-2 -kerning first=376 second=1010 amount=-6 -kerning first=1244 second=1069 amount=-2 -kerning first=1171 second=100 amount=-1 -kerning first=348 second=902 amount=-1 -kerning first=65 second=248 amount=-1 -kerning first=192 second=265 amount=-1 -kerning first=197 second=350 amount=-1 -kerning first=902 second=286 amount=-2 -kerning first=114 second=281 amount=-1 -kerning first=1102 second=195 amount=-2 -kerning first=1066 second=1035 amount=-3 -kerning first=1196 second=351 amount=-5 -kerning first=8230 second=1249 amount=-5 -kerning first=84 second=349 amount=-5 -kerning first=1220 second=1267 amount=-1 -kerning first=112 second=1236 amount=-2 -kerning first=1185 second=245 amount=-1 -kerning first=1274 second=1100 amount=-4 -kerning first=70 second=269 amount=-3 -kerning first=1265 second=972 amount=-1 -kerning first=89 second=1102 amount=-3 -kerning first=1058 second=110 amount=-4 -kerning first=1075 second=354 amount=-2 -kerning first=1170 second=332 amount=-2 -kerning first=913 second=232 amount=-1 -kerning first=8224 second=194 amount=-5 -kerning first=1096 second=1066 amount=-3 -kerning first=1234 second=118 amount=-4 -kerning first=1126 second=99 amount=-1 -kerning first=968 second=936 amount=-5 -kerning first=8220 second=1222 amount=-5 -kerning first=8218 second=1059 amount=-7 -kerning first=946 second=8216 amount=-4 -kerning first=65 second=39 amount=-5 -kerning first=1230 second=115 amount=-1 -kerning first=953 second=95 amount=-2 -kerning first=1034 second=195 amount=-2 -kerning first=339 second=1058 amount=-3 -kerning first=255 second=246 amount=-1 -kerning first=253 second=231 amount=-1 -kerning first=1040 second=36 amount=-1 -kerning first=341 second=1143 amount=1 -kerning first=89 second=74 amount=-2 -kerning first=374 second=199 amount=-3 -kerning first=240 second=1200 amount=-7 -kerning first=1234 second=1201 amount=-4 -kerning first=81 second=1276 amount=-2 -kerning first=1043 second=8250 amount=-3 -kerning first=1089 second=1196 amount=-5 -kerning first=302 second=239 amount=5 -kerning first=1163 second=330 amount=1 -kerning first=1276 second=273 amount=-2 -kerning first=1200 second=177 amount=-6 -kerning first=1225 second=1166 amount=1 -kerning first=1036 second=981 amount=-3 -kerning first=226 second=89 amount=-6 -kerning first=101 second=1118 amount=-1 -kerning first=1153 second=1035 amount=-5 -kerning first=187 second=1026 amount=-8 -kerning first=1097 second=73 amount=1 -kerning first=8224 second=234 amount=-2 -kerning first=1258 second=1234 amount=-2 -kerning first=248 second=196 amount=-2 -kerning first=308 second=8222 amount=-5 -kerning first=1211 second=1263 amount=-1 -kerning first=910 second=1096 amount=-3 -kerning first=1274 second=115 amount=-5 -kerning first=8250 second=8220 amount=-5 -kerning first=281 second=1058 amount=-3 -kerning first=216 second=358 amount=-2 -kerning first=1092 second=1278 amount=-2 -kerning first=1105 second=1143 amount=-1 -kerning first=1141 second=287 amount=-1 -kerning first=1270 second=963 amount=-5 -kerning first=255 second=8217 amount=2 -kerning first=8224 second=1243 amount=-2 -kerning first=1188 second=1253 amount=-4 -kerning first=195 second=239 amount=3 -kerning first=183 second=86 amount=-2 -kerning first=332 second=87 amount=-1 -kerning first=1117 second=356 amount=-3 -kerning first=927 second=260 amount=-2 -kerning first=358 second=1263 amount=-4 -kerning first=1026 second=8225 amount=-2 -kerning first=245 second=376 amount=-7 -kerning first=376 second=339 amount=-6 -kerning first=1244 second=8373 amount=-2 -kerning first=337 second=92 amount=-4 -kerning first=179 second=256 amount=-6 -kerning first=1253 second=253 amount=-1 -kerning first=192 second=1139 amount=-1 -kerning first=1082 second=1026 amount=-4 -kerning first=1215 second=1265 amount=-1 -kerning first=1238 second=297 amount=5 -kerning first=1093 second=267 amount=-1 -kerning first=1202 second=266 amount=-2 -kerning first=1122 second=374 amount=-7 -kerning first=263 second=1198 amount=-4 -kerning first=1080 second=8220 amount=-3 -kerning first=1197 second=1077 amount=-1 -kerning first=322 second=95 amount=2 -kerning first=70 second=1086 amount=-3 -kerning first=230 second=1265 amount=-1 -kerning first=1016 second=1199 amount=-1 -kerning first=354 second=1100 amount=-4 -kerning first=957 second=356 amount=-2 -kerning first=42 second=1234 amount=-6 -kerning first=935 second=908 amount=-2 -kerning first=1169 second=333 amount=-1 -kerning first=1078 second=1089 amount=-1 -kerning first=46 second=358 amount=-2 -kerning first=921 second=206 amount=2 -kerning first=902 second=920 amount=-2 -kerning first=1270 second=243 amount=-5 -kerning first=1115 second=356 amount=-3 -kerning first=1128 second=375 amount=-4 -kerning first=75 second=1263 amount=-3 -kerning first=1058 second=192 amount=-6 -kerning first=186 second=1257 amount=-2 -kerning first=243 second=1059 amount=-7 -kerning first=270 second=910 amount=-3 -kerning first=340 second=1198 amount=-2 -kerning first=1197 second=1113 amount=-3 -kerning first=95 second=309 amount=6 -kerning first=86 second=214 amount=-2 -kerning first=358 second=265 amount=-5 -kerning first=1061 second=286 amount=-2 -kerning first=297 second=1211 amount=3 -kerning first=89 second=1107 amount=-3 -kerning first=267 second=1249 amount=-1 -kerning first=8217 second=1251 amount=-1 -kerning first=57 second=933 amount=-2 -kerning first=934 second=44 amount=-3 -kerning first=1222 second=327 amount=1 -kerning first=211 second=84 amount=-2 -kerning first=373 second=244 amount=-1 -kerning first=1198 second=1233 amount=-6 -kerning first=1278 second=240 amount=-2 -kerning first=1263 second=261 amount=-1 -kerning first=1248 second=46 amount=-1 -kerning first=1254 second=376 amount=-3 -kerning first=221 second=248 amount=-6 -kerning first=380 second=1204 amount=-2 -kerning first=920 second=1202 amount=-2 -kerning first=1107 second=269 amount=-1 -kerning first=330 second=1031 amount=2 -kerning first=1243 second=1078 amount=-1 -kerning first=1169 second=8218 amount=-8 -kerning first=1119 second=121 amount=-1 -kerning first=955 second=960 amount=-4 -kerning first=1016 second=957 amount=-1 -kerning first=89 second=942 amount=-3 -kerning first=1058 second=232 amount=-5 -kerning first=354 second=115 amount=-5 -kerning first=1167 second=923 amount=-2 -kerning first=1226 second=205 amount=1 -kerning first=1092 second=260 amount=-2 -kerning first=1162 second=95 amount=2 -kerning first=913 second=221 amount=-5 -kerning first=957 second=902 amount=-4 -kerning first=8216 second=65 amount=-6 -kerning first=317 second=375 amount=-4 -kerning first=1171 second=1026 amount=-2 -kerning first=199 second=1061 amount=-1 -kerning first=192 second=1028 amount=-2 -kerning first=107 second=289 amount=-1 -kerning first=1116 second=234 amount=-1 -kerning first=1230 second=108 amount=1 -kerning first=902 second=8363 amount=-1 -kerning first=8225 second=196 amount=-5 -kerning first=1235 second=1140 amount=-3 -kerning first=1097 second=1210 amount=1 -kerning first=373 second=8222 amount=-5 -kerning first=92 second=83 amount=-1 -kerning first=923 second=908 amount=-2 -kerning first=75 second=265 amount=-3 -kerning first=111 second=1204 amount=-3 -kerning first=335 second=1202 amount=-2 -kerning first=8221 second=1179 amount=-1 -kerning first=299 second=1034 amount=3 -kerning first=1111 second=202 amount=3 -kerning first=1116 second=1243 amount=-1 -kerning first=1108 second=932 amount=-5 -kerning first=375 second=99 amount=-1 -kerning first=1118 second=258 amount=-4 -kerning first=170 second=103 amount=-2 -kerning first=1140 second=1257 amount=-4 -kerning first=254 second=1196 amount=-3 -kerning first=297 second=323 amount=3 -kerning first=1058 second=1084 amount=-4 -kerning first=58 second=84 amount=-2 -kerning first=357 second=1055 amount=1 -kerning first=183 second=50 amount=-2 -kerning first=260 second=253 amount=-4 -kerning first=119 second=273 amount=-1 -kerning first=111 second=1232 amount=-2 -kerning first=1188 second=338 amount=-2 -kerning first=333 second=119 amount=-1 -kerning first=1244 second=1153 amount=-2 -kerning first=196 second=348 amount=-1 -kerning first=1078 second=1145 amount=-1 -kerning first=1046 second=1057 amount=-2 -kerning first=1059 second=171 amount=-6 -kerning first=8225 second=235 amount=-2 -kerning first=1093 second=177 amount=-2 -kerning first=1279 second=1255 amount=-1 -kerning first=1091 second=910 amount=-2 -kerning first=8217 second=109 amount=-1 -kerning first=939 second=1119 amount=-3 -kerning first=1179 second=231 amount=-1 -kerning first=1234 second=356 amount=-6 -kerning first=358 second=1139 amount=-5 -kerning first=1118 second=283 amount=-1 -kerning first=1020 second=1061 amount=-2 -kerning first=1276 second=240 amount=-2 -kerning first=327 second=1111 amount=5 -kerning first=65 second=115 amount=-1 -kerning first=932 second=923 amount=-6 -kerning first=1145 second=260 amount=-2 -kerning first=1050 second=972 amount=-3 -kerning first=1170 second=46 amount=-2 -kerning first=1092 second=1090 amount=-2 -kerning first=1094 second=1065 amount=1 -kerning first=1097 second=1106 amount=1 -kerning first=372 second=97 amount=-4 -kerning first=87 second=1242 amount=-2 -kerning first=248 second=89 amount=-7 -kerning first=8216 second=1083 amount=-5 -kerning first=1107 second=1086 amount=-1 -kerning first=299 second=293 amount=3 -kerning first=1081 second=121 amount=-1 -kerning first=208 second=1276 amount=-2 -kerning first=1230 second=1134 amount=1 -kerning first=110 second=910 amount=-6 -kerning first=1200 second=369 amount=-3 -kerning first=1279 second=126 amount=-1 -kerning first=116 second=322 amount=1 -kerning first=1184 second=43 amount=-4 -kerning first=8217 second=173 amount=-2 -kerning first=1027 second=1081 amount=-4 -kerning first=361 second=1035 amount=-3 -kerning first=265 second=358 amount=-5 -kerning first=367 second=221 amount=-4 -kerning first=1163 second=8217 amount=2 -kerning first=339 second=939 amount=-7 -kerning first=177 second=1203 amount=-2 -kerning first=1237 second=1197 amount=-1 -kerning first=358 second=247 amount=-3 -kerning first=287 second=1196 amount=-3 -kerning first=245 second=373 amount=-1 -kerning first=1061 second=920 amount=-2 -kerning first=1089 second=87 amount=-1 -kerning first=8244 second=118 amount=1 -kerning first=90 second=8249 amount=-2 -kerning first=203 second=1111 amount=5 -kerning first=1169 second=1077 amount=-1 -kerning first=356 second=1207 amount=-5 -kerning first=38 second=1141 amount=-2 -kerning first=311 second=1259 amount=-1 -kerning first=1217 second=281 amount=-2 -kerning first=75 second=1139 amount=-3 -kerning first=315 second=198 amount=2 -kerning first=1175 second=267 amount=-1 -kerning first=8244 second=1201 amount=1 -kerning first=212 second=8222 amount=-3 -kerning first=1231 second=296 amount=2 -kerning first=345 second=359 amount=2 -kerning first=1114 second=1059 amount=-11 -kerning first=1271 second=245 amount=-1 -kerning first=281 second=939 amount=-7 -kerning first=316 second=938 amount=2 -kerning first=1226 second=1068 amount=1 -kerning first=1016 second=354 amount=-3 -kerning first=66 second=239 amount=2 -kerning first=935 second=1255 amount=-2 -kerning first=1126 second=8353 amount=-2 -kerning first=45 second=1279 amount=-1 -kerning first=1027 second=71 amount=-2 -kerning first=1169 second=1113 amount=-3 -kerning first=932 second=8370 amount=-2 -kerning first=1265 second=224 amount=-1 -kerning first=1040 second=1242 amount=-2 -kerning first=1198 second=1058 amount=3 -kerning first=1128 second=187 amount=-2 -kerning first=266 second=198 amount=-1 -kerning first=75 second=247 amount=-4 -kerning first=1043 second=1143 amount=-4 -kerning first=73 second=297 amount=5 -kerning first=44 second=54 amount=-2 -kerning first=913 second=212 amount=-2 -kerning first=227 second=1263 amount=-1 -kerning first=1068 second=1059 amount=-7 -kerning first=358 second=1028 amount=-2 -kerning first=1061 second=8363 amount=-2 -kerning first=1092 second=170 amount=-2 -kerning first=109 second=375 amount=-1 -kerning first=176 second=1012 amount=-1 -kerning first=88 second=927 amount=-2 -kerning first=935 second=126 amount=-4 -kerning first=221 second=1100 amount=-3 -kerning first=1188 second=1163 amount=-4 -kerning first=283 second=1090 amount=-1 -kerning first=70 second=371 amount=-2 -kerning first=1072 second=1098 amount=-2 -kerning first=345 second=226 amount=-1 -kerning first=1100 second=1204 amount=-7 -kerning first=1239 second=92 amount=-3 -kerning first=315 second=8353 amount=-2 -kerning first=34 second=8230 amount=-6 -kerning first=301 second=1066 amount=6 -kerning first=1170 second=103 amount=-5 -kerning first=1207 second=203 amount=1 -kerning first=1016 second=913 amount=-2 -kerning first=1233 second=8216 amount=-3 -kerning first=290 second=910 amount=-2 -kerning first=1263 second=197 amount=-4 -kerning first=87 second=1074 amount=-2 -kerning first=966 second=1040 amount=-2 -kerning first=1043 second=284 amount=-2 -kerning first=355 second=311 amount=1 -kerning first=1143 second=193 amount=-4 -kerning first=932 second=181 amount=-5 -kerning first=1201 second=1204 amount=-2 -kerning first=1277 second=277 amount=-1 -kerning first=1102 second=119 amount=-1 -kerning first=1164 second=1026 amount=-3 -kerning first=1270 second=347 amount=-5 -kerning first=923 second=1255 amount=-1 -kerning first=89 second=263 amount=-6 -kerning first=1202 second=245 amount=-2 -kerning first=1128 second=1066 amount=-6 -kerning first=75 second=1028 amount=-2 -kerning first=382 second=289 amount=-1 -kerning first=335 second=118 amount=-1 -kerning first=1027 second=45 amount=-3 -kerning first=258 second=8370 amount=-2 -kerning first=177 second=910 amount=-6 -kerning first=1210 second=1204 amount=-3 -kerning first=1069 second=1202 amount=-2 -kerning first=1141 second=358 amount=-2 -kerning first=376 second=1072 amount=-6 -kerning first=347 second=1026 amount=-5 -kerning first=1171 second=1235 amount=-1 -kerning first=335 second=1201 amount=-1 -kerning first=1201 second=1232 amount=-4 -kerning first=1230 second=204 amount=1 -kerning first=1181 second=99 amount=-1 -kerning first=195 second=1057 amount=-2 -kerning first=1168 second=1069 amount=-2 -kerning first=260 second=171 amount=-2 -kerning first=1170 second=1249 amount=-2 -kerning first=119 second=240 amount=-1 -kerning first=1263 second=275 amount=-1 -kerning first=186 second=1108 amount=-2 -kerning first=221 second=115 amount=-4 -kerning first=1143 second=233 amount=-1 -kerning first=233 second=1203 amount=-1 -kerning first=1222 second=1056 amount=1 -kerning first=375 second=198 amount=-4 -kerning first=124 second=206 amount=2 -kerning first=1034 second=119 amount=-1 -kerning first=1259 second=1026 amount=-3 -kerning first=971 second=933 amount=-4 -kerning first=1200 second=326 amount=-3 -kerning first=8217 second=1220 amount=-1 -kerning first=51 second=171 amount=-2 -kerning first=194 second=972 amount=-1 -kerning first=1175 second=177 amount=-2 -kerning first=1187 second=910 amount=-1 -kerning first=1143 second=1241 amount=-1 -kerning first=186 second=1032 amount=-5 -kerning first=317 second=1066 amount=-6 -kerning first=48 second=939 amount=-2 -kerning first=65 second=63 amount=-4 -kerning first=1189 second=283 amount=-1 -kerning first=187 second=1061 amount=-3 -kerning first=1059 second=117 amount=-3 -kerning first=961 second=1236 amount=-2 -kerning first=253 second=229 amount=-1 -kerning first=254 second=87 amount=-3 -kerning first=88 second=269 amount=-2 -kerning first=1198 second=1094 amount=-3 -kerning first=1188 second=95 amount=-4 -kerning first=1111 second=1053 amount=3 -kerning first=309 second=165 amount=2 -kerning first=932 second=1116 amount=-4 -kerning first=86 second=913 amount=-5 -kerning first=102 second=44 amount=-4 -kerning first=104 second=86 amount=-3 -kerning first=1244 second=234 amount=-2 -kerning first=183 second=8216 amount=-2 -kerning first=339 second=967 amount=-1 -kerning first=373 second=377 amount=-2 -kerning first=1244 second=1243 amount=-2 -kerning first=297 second=1043 amount=3 -kerning first=1139 second=258 amount=-2 -kerning first=1274 second=959 amount=-5 -kerning first=1230 second=60 amount=-2 -kerning first=1209 second=374 amount=-6 -kerning first=1140 second=1108 amount=-4 -kerning first=933 second=923 amount=-5 -kerning first=116 second=205 amount=1 -kerning first=1058 second=212 amount=-2 -kerning first=1184 second=251 amount=-2 -kerning first=321 second=290 amount=-2 -kerning first=1124 second=1202 amount=-1 -kerning first=358 second=367 amount=-5 -kerning first=918 second=212 amount=-2 -kerning first=46 second=51 amount=-2 -kerning first=281 second=967 amount=-1 -kerning first=1168 second=8373 amount=-2 -kerning first=902 second=216 amount=-2 -kerning first=1140 second=1032 amount=-6 -kerning first=372 second=1089 amount=-4 -kerning first=1017 second=194 amount=-1 -kerning first=357 second=280 amount=1 -kerning first=55 second=912 amount=-3 -kerning first=365 second=932 amount=-3 -kerning first=84 second=1069 amount=-2 -kerning first=1274 second=60 amount=-5 -kerning first=107 second=1196 amount=-4 -kerning first=1120 second=297 amount=5 -kerning first=1026 second=84 amount=-3 -kerning first=89 second=215 amount=-3 -kerning first=374 second=1207 amount=-6 -kerning first=1075 second=265 amount=-1 -kerning first=8221 second=1199 amount=1 -kerning first=1187 second=107 amount=1 -kerning first=1170 second=259 amount=-5 -kerning first=1117 second=1265 amount=-1 -kerning first=86 second=1103 amount=-3 -kerning first=965 second=1066 amount=-3 -kerning first=87 second=945 amount=-4 -kerning first=76 second=186 amount=-6 -kerning first=8218 second=1076 amount=4 -kerning first=233 second=910 amount=-7 -kerning first=932 second=110 amount=-4 -kerning first=1230 second=1067 amount=1 -kerning first=1167 second=1217 amount=-2 -kerning first=1097 second=173 amount=-1 -kerning first=1200 second=260 amount=-5 -kerning first=1070 second=95 amount=-3 -kerning first=1265 second=195 amount=-4 -kerning first=326 second=221 amount=-6 -kerning first=88 second=1086 amount=-2 -kerning first=75 second=367 amount=-2 -kerning first=1254 second=8230 amount=-3 -kerning first=1027 second=1082 amount=-4 -kerning first=1111 second=932 amount=6 -kerning first=1203 second=232 amount=-1 -kerning first=1103 second=118 amount=-1 -kerning first=86 second=308 amount=-6 -kerning first=87 second=262 amount=-2 -kerning first=67 second=923 amount=-1 -kerning first=8244 second=902 amount=-9 -kerning first=933 second=8370 amount=-3 -kerning first=359 second=1065 amount=1 -kerning first=381 second=336 amount=-2 -kerning first=117 second=376 amount=-4 -kerning first=1168 second=249 amount=-5 -kerning first=311 second=1193 amount=-1 -kerning first=1059 second=286 amount=-3 -kerning first=1092 second=120 amount=-1 -kerning first=1040 second=86 amount=-5 -kerning first=1103 second=1201 amount=-1 -kerning first=920 second=356 amount=-2 -kerning first=1107 second=227 amount=-1 -kerning first=299 second=340 amount=3 -kerning first=376 second=1057 amount=-3 -kerning first=910 second=171 amount=-6 -kerning first=1143 second=374 amount=-2 -kerning first=1235 second=1058 amount=-3 -kerning first=1232 second=1089 amount=-1 -kerning first=1115 second=1265 amount=-1 -kerning first=1191 second=1078 amount=-1 -kerning first=922 second=121 amount=-3 -kerning first=111 second=1200 amount=-7 -kerning first=8221 second=957 amount=1 -kerning first=44 second=8221 amount=-5 -kerning first=354 second=959 amount=-5 -kerning first=972 second=375 amount=-1 -kerning first=1167 second=192 amount=-2 -kerning first=177 second=1093 amount=-2 -kerning first=1220 second=1279 amount=-1 -kerning first=1090 second=183 amount=-1 -kerning first=328 second=1185 amount=-2 -kerning first=1178 second=8370 amount=-2 -kerning first=256 second=277 amount=-1 -kerning first=107 second=271 amount=-1 -kerning first=1097 second=222 amount=1 -kerning first=109 second=1066 amount=-3 -kerning first=1040 second=945 amount=-1 -kerning first=372 second=1145 amount=-4 -kerning first=335 second=356 amount=-3 -kerning first=270 second=1234 amount=-2 -kerning first=1043 second=1181 amount=-4 -kerning first=181 second=1059 amount=-4 -kerning first=84 second=8373 amount=-2 -kerning first=225 second=1198 amount=-6 -kerning first=118 second=269 amount=-1 -kerning first=1063 second=1111 amount=5 -kerning first=912 second=8220 amount=-3 -kerning first=1237 second=253 amount=-1 -kerning first=170 second=273 amount=-2 -kerning first=933 second=181 amount=-3 -kerning first=116 second=1068 amount=1 -kerning first=1075 second=1139 amount=-1 -kerning first=1168 second=257 amount=-5 -kerning first=354 second=60 amount=-5 -kerning first=957 second=267 amount=-1 -kerning first=1040 second=262 amount=-2 -kerning first=341 second=118 amount=1 -kerning first=1096 second=174 amount=-1 -kerning first=1125 second=356 amount=-5 -kerning first=920 second=902 amount=-2 -kerning first=245 second=1141 amount=-1 -kerning first=8244 second=1173 amount=-1 -kerning first=197 second=8250 amount=-2 -kerning first=1168 second=1153 amount=-5 -kerning first=92 second=121 amount=-4 -kerning first=341 second=1201 amount=1 -kerning first=321 second=196 amount=2 -kerning first=1122 second=1249 amount=-2 -kerning first=195 second=910 amount=-5 -kerning first=8249 second=1236 amount=-2 -kerning first=121 second=923 amount=-4 -kerning first=345 second=1078 amount=1 -kerning first=288 second=1035 amount=-2 -kerning first=358 second=324 amount=-4 -kerning first=8225 second=1259 amount=-2 -kerning first=1178 second=181 amount=-2 -kerning first=1061 second=216 amount=-2 -kerning first=1056 second=226 amount=-1 -kerning first=8218 second=372 amount=-4 -kerning first=915 second=1242 amount=-2 -kerning first=65 second=959 amount=-1 -kerning first=192 second=283 amount=-1 -kerning first=932 second=192 amount=-6 -kerning first=1075 second=247 amount=-1 -kerning first=1222 second=933 amount=-1 -kerning first=1230 second=77 amount=1 -kerning first=114 second=289 amount=-1 -kerning first=1105 second=118 amount=-1 -kerning first=176 second=266 amount=-1 -kerning first=1196 second=250 amount=-5 -kerning first=1128 second=288 amount=-2 -kerning first=358 second=1271 amount=-4 -kerning first=335 second=902 amount=-2 -kerning first=8360 second=910 amount=-5 -kerning first=98 second=1199 amount=-1 -kerning first=8230 second=48 amount=-2 -kerning first=1143 second=1111 amount=3 -kerning first=84 second=249 amount=-5 -kerning first=1243 second=8220 amount=-4 -kerning first=283 second=120 amount=-1 -kerning first=247 second=1035 amount=-3 -kerning first=1232 second=1145 amount=-1 -kerning first=1020 second=121 amount=-1 -kerning first=1105 second=1201 amount=-1 -kerning first=68 second=196 amount=-2 -kerning first=1083 second=255 amount=-1 -kerning first=121 second=295 amount=3 -kerning first=1234 second=1265 amount=-4 -kerning first=1126 second=233 amount=-1 -kerning first=55 second=65 amount=-7 -kerning first=266 second=1244 amount=-1 -kerning first=933 second=1116 amount=-3 -kerning first=959 second=198 amount=-2 -kerning first=65 second=60 amount=-2 -kerning first=1037 second=299 amount=5 -kerning first=107 second=113 amount=-1 -kerning first=932 second=232 amount=-5 -kerning first=1059 second=920 amount=-3 -kerning first=1270 second=99 amount=-5 -kerning first=253 second=279 amount=-1 -kerning first=1091 second=1234 amount=-4 -kerning first=1186 second=310 amount=1 -kerning first=315 second=193 amount=2 -kerning first=248 second=1046 amount=-2 -kerning first=1126 second=1241 amount=-1 -kerning first=1111 second=1184 amount=3 -kerning first=1078 second=1058 amount=-3 -kerning first=1085 second=1035 amount=-3 -kerning first=118 second=1086 amount=-1 -kerning first=1087 second=1143 amount=-1 -kerning first=70 second=1092 amount=-3 -kerning first=1225 second=356 amount=-2 -kerning first=310 second=250 amount=-2 -kerning first=317 second=288 amount=-2 -kerning first=1058 second=44 amount=-2 -kerning first=382 second=1196 amount=-2 -kerning first=273 second=239 amount=3 -kerning first=1222 second=282 amount=1 -kerning first=1050 second=81 amount=-2 -kerning first=1097 second=1030 amount=1 -kerning first=913 second=1213 amount=-2 -kerning first=1196 second=261 amount=-5 -kerning first=98 second=957 amount=-1 -kerning first=252 second=89 amount=-4 -kerning first=55 second=101 amount=-3 -kerning first=84 second=257 amount=-5 -kerning first=233 second=1093 amount=-1 -kerning first=1274 second=361 amount=-5 -kerning first=932 second=1084 amount=-4 -kerning first=1145 second=966 amount=-1 -kerning first=102 second=225 amount=-1 -kerning first=255 second=171 amount=-3 -kerning first=1257 second=1197 amount=-2 -kerning first=89 second=365 amount=-3 -kerning first=266 second=193 amount=-1 -kerning first=301 second=929 amount=3 -kerning first=966 second=1198 amount=-7 -kerning first=260 second=286 amount=-2 -kerning first=84 second=1153 amount=-5 -kerning first=284 second=194 amount=-1 -kerning first=1180 second=1143 amount=-3 -kerning first=1234 second=267 amount=-1 -kerning first=1100 second=1200 amount=-11 -kerning first=1225 second=1168 amount=1 -kerning first=246 second=1196 amount=-3 -kerning first=1059 second=8363 amount=-6 -kerning first=1016 second=1263 amount=-1 -kerning first=120 second=972 amount=-1 -kerning first=957 second=177 amount=-3 -kerning first=1140 second=908 amount=-2 -kerning first=243 second=372 amount=-3 -kerning first=1188 second=944 amount=-4 -kerning first=258 second=232 amount=-1 -kerning first=1185 second=1066 amount=-4 -kerning first=1201 second=1200 amount=-2 -kerning first=1103 second=356 amount=-3 -kerning first=358 second=258 amount=-6 -kerning first=1232 second=1140 amount=-5 -kerning first=1164 second=1061 amount=-2 -kerning first=1200 second=946 amount=-3 -kerning first=1244 second=334 amount=-2 -kerning first=297 second=278 amount=3 -kerning first=933 second=110 amount=-3 -kerning first=915 second=1074 amount=-4 -kerning first=259 second=358 amount=-3 -kerning first=1167 second=221 amount=-7 -kerning first=1170 second=273 amount=-5 -kerning first=1255 second=1143 amount=-1 -kerning first=366 second=8230 amount=-2 -kerning first=943 second=8217 amount=2 -kerning first=1210 second=1200 amount=-6 -kerning first=324 second=932 amount=-3 -kerning first=8221 second=913 amount=-9 -kerning first=910 second=117 amount=-3 -kerning first=1053 second=239 amount=5 -kerning first=355 second=1115 amount=1 -kerning first=192 second=176 amount=-6 -kerning first=356 second=8249 amount=-8 -kerning first=1180 second=284 amount=-2 -kerning first=224 second=1091 amount=-1 -kerning first=8250 second=1033 amount=-2 -kerning first=382 second=271 amount=-1 -kerning first=1184 second=277 amount=-3 -kerning first=1069 second=356 amount=-2 -kerning first=358 second=283 amount=-5 -kerning first=1259 second=1061 amount=-2 -kerning first=170 second=240 amount=-2 -kerning first=297 second=1011 amount=-4 -kerning first=321 second=169 amount=-2 -kerning first=8250 second=923 amount=-2 -kerning first=1086 second=195 amount=-2 -kerning first=271 second=1058 amount=3 -kerning first=232 second=1035 amount=-3 -kerning first=279 second=1143 amount=-1 -kerning first=1235 second=939 amount=-6 -kerning first=1196 second=331 amount=-4 -kerning first=221 second=959 amount=-6 -kerning first=1188 second=335 amount=-5 -kerning first=1054 second=1196 amount=-2 -kerning first=8216 second=1044 amount=-3 -kerning first=239 second=1064 amount=3 -kerning first=350 second=1236 amount=-1 -kerning first=193 second=275 amount=-1 -kerning first=375 second=193 amount=-4 -kerning first=1071 second=301 amount=5 -kerning first=1066 second=1199 amount=-1 -kerning first=92 second=903 amount=-5 -kerning first=321 second=89 amount=-5 -kerning first=8217 second=973 amount=-1 -kerning first=1168 second=194 amount=-6 -kerning first=354 second=361 amount=-5 -kerning first=972 second=1066 amount=-3 -kerning first=341 second=356 amount=-4 -kerning first=290 second=1234 amount=-1 -kerning first=87 second=111 amount=-4 -kerning first=358 second=1087 amount=-4 -kerning first=1126 second=374 amount=-5 -kerning first=1118 second=1059 amount=-2 -kerning first=104 second=8216 amount=-3 -kerning first=1253 second=1185 amount=-2 -kerning first=1274 second=290 amount=-2 -kerning first=1215 second=1090 amount=-1 -kerning first=908 second=932 amount=-2 -kerning first=1128 second=101 amount=-1 -kerning first=8353 second=198 amount=-1 -kerning first=295 second=375 amount=-1 -kerning first=75 second=283 amount=-3 -kerning first=221 second=60 amount=-7 -kerning first=966 second=1175 amount=-1 -kerning first=8221 second=1103 amount=-5 -kerning first=1107 second=1092 amount=-1 -kerning first=947 second=183 amount=-2 -kerning first=196 second=8249 amount=-2 -kerning first=177 second=1234 amount=-3 -kerning first=1220 second=186 amount=-2 -kerning first=1069 second=902 amount=-2 -kerning first=230 second=1090 amount=-1 -kerning first=375 second=233 amount=-1 -kerning first=971 second=1204 amount=-3 -kerning first=253 second=1195 amount=-1 -kerning first=98 second=354 amount=-3 -kerning first=317 second=65 amount=2 -kerning first=68 second=89 amount=-3 -kerning first=1055 second=95 amount=2 -kerning first=260 second=920 amount=-2 -kerning first=1168 second=234 amount=-5 -kerning first=187 second=121 amount=-2 -kerning first=1170 second=1167 amount=-4 -kerning first=1207 second=1178 amount=1 -kerning first=1105 second=356 amount=-3 -kerning first=95 second=1196 amount=-4 -kerning first=1234 second=177 amount=-3 -kerning first=241 second=1059 amount=-6 -kerning first=186 second=1255 amount=-2 -kerning first=375 second=1241 amount=-1 -kerning first=1043 second=213 amount=-2 -kerning first=8221 second=308 amount=-8 -kerning first=299 second=69 amount=3 -kerning first=377 second=1258 amount=-2 -kerning first=107 second=52 amount=-3 -kerning first=1168 second=1243 amount=-5 -kerning first=1066 second=957 amount=-1 -kerning first=933 second=192 amount=-5 -kerning first=382 second=113 amount=-1 -kerning first=315 second=374 amount=-5 -kerning first=357 second=1062 amount=1 -kerning first=313 second=1194 amount=-2 -kerning first=194 second=81 amount=-2 -kerning first=1179 second=279 amount=-1 -kerning first=341 second=902 amount=-3 -kerning first=86 second=265 amount=-4 -kerning first=1118 second=291 amount=-1 -kerning first=1256 second=354 amount=-2 -kerning first=268 second=65 amount=-1 -kerning first=910 second=286 amount=-3 -kerning first=981 second=358 amount=-3 -kerning first=1168 second=1085 amount=-4 -kerning first=1046 second=1063 amount=-2 -kerning first=286 second=196 amount=-1 -kerning first=1270 second=198 amount=-6 -kerning first=1040 second=111 amount=-1 -kerning first=372 second=1233 amount=-4 -kerning first=1098 second=1196 amount=-7 -kerning first=1043 second=118 amount=-4 -kerning first=67 second=1217 amount=-1 -kerning first=299 second=1111 amount=3 -kerning first=1229 second=95 amount=2 -kerning first=196 second=1035 amount=-6 -kerning first=258 second=221 amount=-5 -kerning first=1197 second=261 amount=-1 -kerning first=197 second=1143 amount=-4 -kerning first=8225 second=1193 amount=-2 -kerning first=98 second=913 amount=-2 -kerning first=1195 second=1026 amount=-5 -kerning first=338 second=299 amount=5 -kerning first=244 second=86 amount=-4 -kerning first=933 second=232 amount=-6 -kerning first=915 second=945 amount=-5 -kerning first=1043 second=1201 amount=-4 -kerning first=260 second=8363 amount=-1 -kerning first=311 second=1010 amount=-1 -kerning first=1187 second=104 amount=1 -kerning first=284 second=376 amount=-2 -kerning first=1196 second=197 amount=-6 -kerning first=1126 second=1111 amount=3 -kerning first=239 second=321 amount=3 -kerning first=8216 second=1032 amount=-9 -kerning first=8244 second=1265 amount=1 -kerning first=84 second=194 amount=-6 -kerning first=1230 second=928 amount=1 -kerning first=1277 second=932 amount=-3 -kerning first=343 second=335 amount=-1 -kerning first=1035 second=1196 amount=-3 -kerning first=1140 second=1255 amount=-4 -kerning first=1040 second=8216 amount=-8 -kerning first=1198 second=183 amount=-3 -kerning first=1217 second=289 amount=-2 -kerning first=915 second=262 amount=-2 -kerning first=1027 second=971 amount=-4 -kerning first=354 second=290 amount=-2 -kerning first=1275 second=972 amount=-1 -kerning first=1124 second=902 amount=-1 -kerning first=1143 second=46 amount=-2 -kerning first=1068 second=372 amount=-3 -kerning first=1026 second=1118 amount=-1 -kerning first=1256 second=913 amount=-2 -kerning first=294 second=299 amount=5 -kerning first=67 second=192 amount=-1 -kerning first=1178 second=232 amount=-3 -kerning first=933 second=1084 amount=-3 -kerning first=197 second=284 amount=-2 -kerning first=1170 second=240 amount=-5 -kerning first=1095 second=1198 amount=-6 -kerning first=1040 second=350 amount=-1 -kerning first=1196 second=275 amount=-5 -kerning first=1188 second=1104 amount=-5 -kerning first=84 second=234 amount=-5 -kerning first=57 second=1200 amount=-2 -kerning first=1138 second=932 amount=-2 -kerning first=102 second=100 amount=-1 -kerning first=114 second=1196 amount=-4 -kerning first=1141 second=245 amount=-1 -kerning first=1270 second=8353 amount=-2 -kerning first=1140 second=126 amount=-2 -kerning first=246 second=87 amount=-3 -kerning first=1128 second=174 amount=-5 -kerning first=1058 second=225 amount=-5 -kerning first=321 second=210 amount=-2 -kerning first=335 second=93 amount=-1 -kerning first=352 second=923 amount=-1 -kerning first=1163 second=1065 amount=1 -kerning first=1084 second=376 amount=-6 -kerning first=1187 second=317 amount=1 -kerning first=84 second=1243 amount=-5 -kerning first=86 second=1139 amount=-4 -kerning first=1126 second=332 amount=-2 -kerning first=8244 second=267 amount=-4 -kerning first=1274 second=196 amount=-6 -kerning first=932 second=212 amount=-2 -kerning first=219 second=46 amount=-2 -kerning first=1235 second=967 amount=-1 -kerning first=1196 second=1187 amount=-4 -kerning first=89 second=256 amount=-5 -kerning first=1188 second=1114 amount=-4 -kerning first=1109 second=1035 amount=-5 -kerning first=357 second=313 amount=1 -kerning first=1027 second=337 amount=-5 -kerning first=39 second=52 amount=-4 -kerning first=84 second=1085 amount=-4 -kerning first=112 second=932 amount=-3 -kerning first=118 second=227 amount=-1 -kerning first=94 second=913 amount=-6 -kerning first=1209 second=1249 amount=-2 -kerning first=375 second=374 amount=-2 -kerning first=292 second=303 amount=2 -kerning first=1200 second=966 amount=-6 -kerning first=1225 second=917 amount=1 -kerning first=293 second=255 amount=-1 -kerning first=378 second=84 amount=-2 -kerning first=310 second=275 amount=-3 -kerning first=76 second=1040 amount=2 -kerning first=929 second=1237 amount=-1 -kerning first=374 second=8249 amount=-6 -kerning first=266 second=1111 amount=2 -kerning first=65 second=290 amount=-2 -kerning first=939 second=1081 amount=-3 -kerning first=311 second=339 amount=-1 -kerning first=1207 second=1045 amount=1 -kerning first=1066 second=354 amount=-3 -kerning first=284 second=307 amount=2 -kerning first=86 second=247 amount=-2 -kerning first=87 second=1209 amount=-4 -kerning first=910 second=920 amount=-3 -kerning first=355 second=1231 amount=1 -kerning first=317 second=174 amount=-5 -kerning first=1274 second=235 amount=-5 -kerning first=320 second=296 amount=2 -kerning first=1277 second=285 amount=-1 -kerning first=89 second=281 amount=-6 -kerning first=315 second=332 amount=-2 -kerning first=1258 second=8218 amount=-3 -kerning first=8217 second=1239 amount=-4 -kerning first=248 second=125 amount=-1 -kerning first=335 second=1265 amount=-1 -kerning first=379 second=1054 amount=-2 -kerning first=959 second=1244 amount=-2 -kerning first=121 second=192 amount=-4 -kerning first=1271 second=1066 amount=-2 -kerning first=1054 second=87 amount=-1 -kerning first=1225 second=318 amount=1 -kerning first=262 second=1040 amount=-1 -kerning first=348 second=260 amount=-1 -kerning first=356 second=228 amount=-5 -kerning first=1181 second=233 amount=-1 -kerning first=1251 second=1198 amount=-6 -kerning first=1059 second=216 amount=-3 -kerning first=1179 second=1195 amount=-1 -kerning first=339 second=92 amount=-3 -kerning first=114 second=271 amount=-1 -kerning first=1257 second=253 amount=-1 -kerning first=1242 second=1035 amount=-2 -kerning first=1193 second=1026 amount=-3 -kerning first=221 second=361 amount=-3 -kerning first=1188 second=353 amount=-5 -kerning first=905 second=297 amount=5 -kerning first=939 second=71 amount=-3 -kerning first=355 second=45 amount=-1 -kerning first=250 second=356 amount=-3 -kerning first=309 second=237 amount=3 -kerning first=1143 second=103 amount=-1 -kerning first=258 second=212 amount=-2 -kerning first=336 second=910 amount=-3 -kerning first=1060 second=88 amount=-2 -kerning first=217 second=47 amount=-4 -kerning first=1181 second=1241 amount=-1 -kerning first=1277 second=162 amount=-1 -kerning first=1191 second=8220 amount=-5 -kerning first=89 second=1226 amount=-3 -kerning first=374 second=1035 amount=3 -kerning first=8217 second=1102 amount=-1 -kerning first=1153 second=354 amount=-5 -kerning first=1066 second=913 amount=-2 -kerning first=913 second=100 amount=-1 -kerning first=1101 second=86 amount=-4 -kerning first=121 second=232 amount=-1 -kerning first=174 second=945 amount=-2 -kerning first=86 second=1028 amount=-2 -kerning first=268 second=935 amount=-1 -kerning first=910 second=8363 amount=-6 -kerning first=355 second=80 amount=1 -kerning first=959 second=193 amount=-2 -kerning first=1169 second=261 amount=-1 -kerning first=54 second=46 amount=-2 -kerning first=235 second=376 amount=-7 -kerning first=107 second=248 amount=-1 -kerning first=1222 second=1204 amount=-2 -kerning first=1145 second=226 amount=-1 -kerning first=1189 second=291 amount=-1 -kerning first=281 second=92 amount=-3 -kerning first=953 second=43 amount=-2 -kerning first=114 second=1275 amount=2 -kerning first=343 second=1104 amount=-1 -kerning first=286 second=89 amount=-2 -kerning first=923 second=933 amount=-5 -kerning first=1186 second=921 amount=1 -kerning first=295 second=1066 amount=-3 -kerning first=922 second=71 amount=-2 -kerning first=8217 second=74 amount=-8 -kerning first=377 second=172 amount=-2 -kerning first=354 second=196 amount=-6 -kerning first=1273 second=86 amount=-3 -kerning first=1139 second=1059 amount=-7 -kerning first=94 second=308 amount=-6 -kerning first=70 second=981 amount=-3 -kerning first=345 second=242 amount=-1 -kerning first=375 second=1111 amount=3 -kerning first=378 second=1239 amount=-1 -kerning first=90 second=214 amount=-2 -kerning first=1036 second=963 amount=-3 -kerning first=327 second=938 amount=2 -kerning first=215 second=89 amount=-3 -kerning first=1050 second=211 amount=-2 -kerning first=1097 second=905 amount=1 -kerning first=1033 second=86 amount=-4 -kerning first=1012 second=84 amount=-2 -kerning first=380 second=244 amount=-1 -kerning first=333 second=1140 amount=-4 -kerning first=8244 second=177 amount=-4 -kerning first=1110 second=301 amount=3 -kerning first=193 second=336 amount=-2 -kerning first=1274 second=343 amount=-4 -kerning first=1207 second=358 amount=-2 -kerning first=373 second=1153 amount=-1 -kerning first=88 second=1092 amount=-2 -kerning first=939 second=45 amount=-3 -kerning first=354 second=235 amount=-5 -kerning first=55 second=1257 amount=-3 -kerning first=234 second=1059 amount=-7 -kerning first=1231 second=1111 amount=5 -kerning first=1213 second=1091 amount=-1 -kerning first=1232 second=1058 amount=-6 -kerning first=76 second=355 amount=-1 -kerning first=256 second=932 amount=-6 -kerning first=1230 second=89 amount=-1 -kerning first=1215 second=120 amount=-1 -kerning first=1050 second=119 amount=-4 -kerning first=902 second=927 amount=-2 -kerning first=114 second=113 amount=-1 -kerning first=119 second=38 amount=-2 -kerning first=92 second=71 amount=-2 -kerning first=357 second=70 amount=1 -kerning first=1027 second=1105 amount=-5 -kerning first=313 second=1138 amount=-2 -kerning first=8221 second=1263 amount=1 -kerning first=1074 second=910 amount=-5 -kerning first=1197 second=275 amount=-1 -kerning first=1255 second=1202 amount=-2 -kerning first=1274 second=169 amount=-2 -kerning first=8250 second=1217 amount=-3 -kerning first=95 second=268 amount=-3 -kerning first=230 second=120 amount=-1 -kerning first=1200 second=1060 amount=-3 -kerning first=1036 second=243 amount=-3 -kerning first=915 second=960 amount=-7 -kerning first=922 second=45 amount=-4 -kerning first=1075 second=283 amount=-1 -kerning first=1168 second=334 amount=-2 -kerning first=1170 second=230 amount=-5 -kerning first=1035 second=87 amount=-3 -kerning first=221 second=290 amount=-3 -kerning first=122 second=337 amount=-1 -kerning first=1043 second=902 amount=-6 -kerning first=239 second=1166 amount=3 -kerning first=238 second=165 amount=2 -kerning first=8218 second=1098 amount=-3 -kerning first=1086 second=119 amount=-1 -kerning first=1077 second=86 amount=-3 -kerning first=902 second=1267 amount=-4 -kerning first=1097 second=8244 amount=2 -kerning first=1093 second=966 amount=-1 -kerning first=1164 second=121 amount=-1 -kerning first=1270 second=241 amount=-4 -kerning first=109 second=174 amount=-1 -kerning first=372 second=1094 amount=-2 -kerning first=924 second=301 amount=5 -kerning first=95 second=238 amount=2 -kerning first=1088 second=358 amount=-3 -kerning first=1103 second=1265 amount=-1 -kerning first=1178 second=1110 amount=2 -kerning first=8353 second=1244 amount=-1 -kerning first=8217 second=1107 amount=-1 -kerning first=65 second=235 amount=-1 -kerning first=8250 second=192 amount=-2 -kerning first=1222 second=315 amount=1 -kerning first=1168 second=373 amount=-4 -kerning first=1199 second=8244 amount=2 -kerning first=1097 second=84 amount=-2 -kerning first=8221 second=265 amount=-4 -kerning first=1143 second=259 amount=-1 -kerning first=381 second=1242 amount=-2 -kerning first=179 second=1275 amount=2 -kerning first=1185 second=101 amount=-1 -kerning first=932 second=44 amount=-2 -kerning first=1168 second=1273 amount=-4 -kerning first=102 second=297 amount=7 -kerning first=1259 second=121 amount=-1 -kerning first=1198 second=1253 amount=-3 -kerning first=933 second=212 amount=-3 -kerning first=1058 second=100 amount=-5 -kerning first=915 second=111 amount=-5 -kerning first=8217 second=942 amount=-1 -kerning first=1241 second=1236 amount=-2 -kerning first=260 second=216 amount=-2 -kerning first=354 second=343 amount=-4 -kerning first=1199 second=84 amount=-2 -kerning first=957 second=260 amount=-4 -kerning first=1090 second=95 amount=-3 -kerning first=121 second=221 amount=-2 -kerning first=95 second=52 amount=-4 -kerning first=971 second=1200 amount=-4 -kerning first=192 second=1059 amount=-5 -kerning first=256 second=285 amount=-1 -kerning first=902 second=269 amount=-1 -kerning first=343 second=381 amount=-2 -kerning first=255 second=8363 amount=-1 -kerning first=169 second=1140 amount=-2 -kerning first=1186 second=914 amount=1 -kerning first=8353 second=193 amount=-1 -kerning first=1043 second=1173 amount=-4 -kerning first=1107 second=981 amount=-1 -kerning first=299 second=1050 amount=3 -kerning first=972 second=65 amount=-2 -kerning first=1275 second=224 amount=-1 -kerning first=213 second=198 amount=-2 -kerning first=261 second=933 amount=-6 -kerning first=376 second=1234 amount=-5 -kerning first=1091 second=172 amount=-3 -kerning first=1178 second=212 amount=-2 -kerning first=297 second=76 amount=3 -kerning first=1128 second=1257 amount=-1 -kerning first=357 second=1198 amount=-1 -kerning first=1046 second=1258 amount=-2 -kerning first=354 second=169 amount=-2 -kerning first=211 second=256 amount=-2 -kerning first=913 second=1026 amount=-6 -kerning first=341 second=1265 amount=1 -kerning first=1117 second=1090 amount=-2 -kerning first=1196 second=336 amount=-2 -kerning first=84 second=334 amount=-2 -kerning first=959 second=374 amount=-7 -kerning first=197 second=42 amount=-6 -kerning first=256 second=162 amount=-1 -kerning first=1180 second=213 amount=-2 -kerning first=257 second=255 amount=-1 -kerning first=1087 second=118 amount=-1 -kerning first=70 second=1040 amount=-6 -kerning first=8225 second=1010 amount=-2 -kerning first=1102 second=1140 amount=-4 -kerning first=374 second=228 amount=-6 -kerning first=382 second=248 amount=-1 -kerning first=243 second=1098 amount=-2 -kerning first=939 second=1082 amount=-3 -kerning first=361 second=354 amount=-3 -kerning first=1111 second=236 amount=6 -kerning first=194 second=211 amount=-2 -kerning first=1228 second=221 amount=-6 -kerning first=210 second=933 amount=-3 -kerning first=913 second=67 amount=-2 -kerning first=118 second=1092 amount=-1 -kerning first=1087 second=1201 amount=-1 -kerning first=1267 second=356 amount=-2 -kerning first=98 second=1263 amount=-1 -kerning first=1061 second=927 amount=-2 -kerning first=297 second=359 amount=3 -kerning first=244 second=8216 amount=-4 -kerning first=68 second=1046 amount=-2 -kerning first=192 second=291 amount=-1 -kerning first=1092 second=1078 amount=-1 -kerning first=1105 second=1265 amount=-1 -kerning first=1270 second=193 amount=-6 -kerning first=1233 second=1143 amount=-1 -kerning first=8221 second=1139 amount=-4 -kerning first=84 second=373 amount=-4 -kerning first=1078 second=183 amount=-1 -kerning first=1180 second=118 amount=-3 -kerning first=1034 second=1140 amount=-4 -kerning first=1205 second=8360 amount=1 -kerning first=1115 second=1090 amount=-2 -kerning first=310 second=336 amount=-2 -kerning first=1058 second=112 amount=-4 -kerning first=194 second=119 amount=-4 -kerning first=1199 second=1239 amount=-1 -kerning first=84 second=1273 amount=-4 -kerning first=373 second=194 amount=-4 -kerning first=913 second=297 amount=3 -kerning first=341 second=267 amount=-1 -kerning first=1180 second=1201 amount=-3 -kerning first=358 second=59 amount=-2 -kerning first=221 second=196 amount=-5 -kerning first=1126 second=103 amount=-1 -kerning first=1118 second=1076 amount=-3 -kerning first=122 second=1105 amount=-1 -kerning first=8244 second=369 amount=-3 -kerning first=1169 second=275 amount=-1 -kerning first=57 second=55 amount=-1 -kerning first=1220 second=1040 amount=-2 -kerning first=65 second=169 amount=-2 -kerning first=1274 second=210 amount=-2 -kerning first=356 second=1179 amount=-4 -kerning first=1201 second=244 amount=-1 -kerning first=334 second=1035 amount=-2 -kerning first=902 second=1086 amount=-1 -kerning first=1205 second=325 amount=1 -kerning first=1270 second=233 amount=-5 -kerning first=253 second=287 amount=-1 -kerning first=1217 second=271 amount=-2 -kerning first=1027 second=951 amount=-4 -kerning first=8221 second=247 amount=-2 -kerning first=1111 second=330 amount=3 -kerning first=1255 second=118 amount=-1 -kerning first=1237 second=1185 amount=-1 -kerning first=1267 second=902 amount=-4 -kerning first=1232 second=182 amount=-1 -kerning first=1270 second=1241 amount=-5 -kerning first=65 second=89 amount=-5 -kerning first=367 second=1026 amount=-3 -kerning first=373 second=234 amount=-1 -kerning first=1255 second=1201 amount=-1 -kerning first=1198 second=338 amount=-3 -kerning first=1108 second=1197 amount=-1 -kerning first=221 second=235 amount=-6 -kerning first=1211 second=1059 amount=-6 -kerning first=76 second=1198 amount=-5 -kerning first=363 second=8220 amount=-3 -kerning first=1201 second=8222 amount=-5 -kerning first=102 second=1235 amount=-1 -kerning first=8225 second=339 amount=-2 -kerning first=1232 second=939 amount=-5 -kerning first=373 second=1243 amount=-1 -kerning first=1270 second=1230 amount=-4 -kerning first=1200 second=226 amount=-6 -kerning first=1265 second=97 amount=-1 -kerning first=1279 second=1204 amount=-3 -kerning first=8217 second=1118 amount=1 -kerning first=352 second=192 amount=-1 -kerning first=379 second=299 amount=5 -kerning first=1048 second=300 amount=2 -kerning first=1199 second=74 amount=-4 -kerning first=1175 second=966 amount=-1 -kerning first=279 second=118 amount=-1 -kerning first=1104 second=1140 amount=-3 -kerning first=174 second=111 amount=-2 -kerning first=375 second=46 amount=-2 -kerning first=910 second=216 amount=-3 -kerning first=355 second=270 amount=1 -kerning first=1061 second=269 amount=-2 -kerning first=1243 second=923 amount=-2 -kerning first=59 second=1035 amount=-2 -kerning first=8250 second=221 amount=-6 -kerning first=1168 second=8230 amount=-2 -kerning first=216 second=1066 amount=-2 -kerning first=279 second=1201 amount=-1 -kerning first=1202 second=288 amount=-2 -kerning first=973 second=1196 amount=-3 -kerning first=100 second=207 amount=2 -kerning first=303 second=303 amount=3 -kerning first=55 second=1108 amount=-3 -kerning first=283 second=1078 amount=-1 -kerning first=8373 second=65 amount=-1 -kerning first=297 second=1238 amount=3 -kerning first=915 second=1209 amount=-5 -kerning first=77 second=299 amount=5 -kerning first=972 second=174 amount=-1 -kerning first=1016 second=258 amount=-2 -kerning first=45 second=1198 amount=-3 -kerning first=55 second=1032 amount=-6 -kerning first=1080 second=221 amount=-6 -kerning first=212 second=194 amount=-2 -kerning first=1222 second=124 amount=1 -kerning first=1059 second=1191 amount=-3 -kerning first=961 second=932 amount=-3 -kerning first=1217 second=113 amount=-2 -kerning first=1058 second=67 amount=-2 -kerning first=1184 second=285 amount=-3 -kerning first=8217 second=263 amount=-4 -kerning first=195 second=1258 amount=-2 -kerning first=354 second=210 amount=-2 -kerning first=972 second=935 amount=-2 -kerning first=258 second=1213 amount=-2 -kerning first=1274 second=1259 amount=-5 -kerning first=1114 second=1098 amount=-4 -kerning first=358 second=291 amount=-5 -kerning first=1225 second=1211 amount=1 -kerning first=933 second=44 amount=-4 -kerning first=918 second=67 amount=-2 -kerning first=46 second=1066 amount=-2 -kerning first=307 second=297 amount=3 -kerning first=197 second=213 amount=-2 -kerning first=1187 second=172 amount=-1 -kerning first=1170 second=1095 amount=-5 -kerning first=1066 second=1263 amount=-1 -kerning first=1101 second=8216 amount=-4 -kerning first=221 second=343 amount=-3 -kerning first=1166 second=43 amount=-2 -kerning first=48 second=95 amount=-3 -kerning first=1143 second=273 amount=-1 -kerning first=179 second=52 amount=-4 -kerning first=1063 second=938 amount=2 -kerning first=1222 second=1200 amount=-1 -kerning first=92 second=8224 amount=-5 -kerning first=199 second=88 amount=-1 -kerning first=337 second=1236 amount=-2 -kerning first=1058 second=297 amount=6 -kerning first=1184 second=162 amount=-3 -kerning first=1226 second=310 amount=1 -kerning first=1273 second=8216 amount=-3 -kerning first=1068 second=1098 amount=-2 -kerning first=241 second=372 amount=-3 -kerning first=1061 second=1086 amount=-2 -kerning first=269 second=933 amount=-4 -kerning first=8244 second=326 amount=-1 -kerning first=918 second=297 amount=5 -kerning first=197 second=118 amount=-4 -kerning first=932 second=225 amount=-5 -kerning first=1082 second=45 amount=-2 -kerning first=1087 second=356 amount=-3 -kerning first=1046 second=172 amount=-4 -kerning first=362 second=8222 amount=-5 -kerning first=1033 second=8216 amount=-4 -kerning first=1198 second=1163 amount=-3 -kerning first=1186 second=72 amount=1 -kerning first=75 second=291 amount=-3 -kerning first=221 second=169 amount=-3 -kerning first=1188 second=43 amount=-3 -kerning first=1027 second=1091 amount=-4 -kerning first=947 second=95 amount=-3 -kerning first=333 second=1058 amount=-3 -kerning first=196 second=94 amount=-6 -kerning first=193 second=36 amount=-1 -kerning first=84 second=8230 amount=-2 -kerning first=197 second=1201 amount=-4 -kerning first=86 second=258 amount=-5 -kerning first=375 second=103 amount=-1 -kerning first=1271 second=101 amount=-1 -kerning first=1020 second=8224 amount=-2 -kerning first=1270 second=1125 amount=-4 -kerning first=1225 second=323 amount=1 -kerning first=353 second=374 amount=-5 -kerning first=378 second=263 amount=-1 -kerning first=381 second=262 amount=-2 -kerning first=65 second=210 amount=-2 -kerning first=97 second=1091 amount=-1 -kerning first=1084 second=1141 amount=-1 -kerning first=1207 second=1048 amount=1 -kerning first=1085 second=1199 amount=-1 -kerning first=1234 second=170 amount=-5 -kerning first=313 second=1012 amount=-2 -kerning first=80 second=1209 amount=-1 -kerning first=1052 second=297 amount=5 -kerning first=1269 second=932 amount=-3 -kerning first=336 second=1234 amount=-2 -kerning first=1189 second=1076 amount=-3 -kerning first=1020 second=88 amount=-2 -kerning first=286 second=1046 amount=-1 -kerning first=1200 second=1254 amount=-3 -kerning first=923 second=1204 amount=-6 -kerning first=88 second=981 amount=-2 -kerning first=1128 second=1108 amount=-1 -kerning first=8353 second=1111 amount=2 -kerning first=313 second=358 amount=-6 -kerning first=365 second=8217 amount=1 -kerning first=1179 second=287 amount=-1 -kerning first=1187 second=68 amount=1 -kerning first=86 second=283 amount=-4 -kerning first=1271 second=1083 amount=-3 -kerning first=1118 second=299 amount=3 -kerning first=45 second=1175 amount=-1 -kerning first=170 second=38 amount=-3 -kerning first=328 second=1267 amount=-1 -kerning first=1166 second=1236 amount=-5 -kerning first=1200 second=1144 amount=-3 -kerning first=1168 second=1141 amount=-4 -kerning first=354 second=1259 amount=-5 -kerning first=1051 second=301 amount=5 -kerning first=215 second=1046 amount=-3 -kerning first=114 second=248 amount=-1 -kerning first=1097 second=314 amount=1 -kerning first=1278 second=173 amount=-4 -kerning first=1217 second=268 amount=-2 -kerning first=1043 second=1265 amount=-4 -kerning first=1027 second=231 amount=-5 -kerning first=8221 second=367 amount=-3 -kerning first=1255 second=356 amount=-3 -kerning first=1232 second=967 amount=-4 -kerning first=374 second=1179 amount=-3 -kerning first=270 second=8218 amount=-3 -kerning first=920 second=1278 amount=-2 -kerning first=1085 second=957 amount=-1 -kerning first=174 second=1209 amount=-1 -kerning first=1188 second=1236 amount=-6 -kerning first=968 second=955 amount=-3 -kerning first=1171 second=45 amount=-1 -kerning first=57 second=8222 amount=-3 -kerning first=1145 second=301 amount=7 -kerning first=229 second=376 amount=-6 -kerning first=1235 second=92 amount=-3 -kerning first=1270 second=1111 amount=6 -kerning first=1040 second=8250 amount=-2 -kerning first=1202 second=101 amount=-2 -kerning first=173 second=358 amount=-3 -kerning first=265 second=1066 amount=-5 -kerning first=279 second=356 amount=-3 -kerning first=332 second=196 amount=-2 -kerning first=1090 second=335 amount=-1 -kerning first=1203 second=100 amount=-1 -kerning first=43 second=1196 amount=-3 -kerning first=1205 second=1055 amount=1 -kerning first=376 second=1258 amount=-3 -kerning first=8373 second=935 amount=-1 -kerning first=8244 second=260 amount=-9 -kerning first=1186 second=1058 amount=-2 -kerning first=335 second=1278 amount=-2 -kerning first=192 second=1054 amount=-2 -kerning first=356 second=214 amount=-2 -kerning first=213 second=1244 amount=-2 -kerning first=121 second=44 amount=-2 -kerning first=162 second=933 amount=-4 -kerning first=1043 second=267 amount=-5 -kerning first=1255 second=902 amount=-2 -kerning first=235 second=1141 amount=-1 -kerning first=65 second=1259 amount=-1 -kerning first=212 second=376 amount=-3 -kerning first=232 second=1199 amount=-1 -kerning first=1277 second=940 amount=-1 -kerning first=1026 second=256 amount=-2 -kerning first=1097 second=1120 amount=1 -kerning first=343 second=43 amount=-2 -kerning first=1091 second=333 amount=-1 -kerning first=1265 second=1089 amount=-1 -kerning first=169 second=1058 amount=-2 -kerning first=326 second=1026 amount=-3 -kerning first=1058 second=1235 amount=-5 -kerning first=301 second=918 amount=6 -kerning first=8249 second=932 amount=-3 -kerning first=913 second=83 amount=-1 -kerning first=1185 second=1257 amount=-1 -kerning first=227 second=1059 amount=-6 -kerning first=95 second=1100 amount=3 -kerning first=1276 second=173 amount=-4 -kerning first=355 second=919 amount=1 -kerning first=1270 second=332 amount=-2 -kerning first=1263 second=945 amount=-1 -kerning first=357 second=1252 amount=1 -kerning first=1143 second=240 amount=-1 -kerning first=213 second=193 amount=-2 -kerning first=84 second=1141 amount=-4 -kerning first=356 second=1199 amount=-4 -kerning first=70 second=382 amount=-2 -kerning first=288 second=354 amount=-2 -kerning first=375 second=259 amount=-1 -kerning first=1102 second=1058 amount=-3 -kerning first=253 second=358 amount=-2 -kerning first=1091 second=8218 amount=-5 -kerning first=221 second=210 amount=-3 -kerning first=920 second=260 amount=-2 -kerning first=196 second=214 amount=-2 -kerning first=247 second=354 amount=-3 -kerning first=232 second=957 amount=-1 -kerning first=1071 second=206 amount=2 -kerning first=372 second=183 amount=-2 -kerning first=944 second=8244 amount=1 -kerning first=923 second=357 amount=-2 -kerning first=89 second=289 amount=-6 -kerning first=295 second=174 amount=-1 -kerning first=939 second=971 amount=-3 -kerning first=931 second=171 amount=-2 -kerning first=1220 second=1198 amount=-7 -kerning first=261 second=1204 amount=-3 -kerning first=118 second=981 amount=-1 -kerning first=1034 second=1058 amount=-3 -kerning first=197 second=356 amount=-6 -kerning first=1181 second=103 amount=-1 -kerning first=1230 second=75 amount=1 -kerning first=1059 second=927 amount=-3 -kerning first=1170 second=38 amount=-2 -kerning first=343 second=1236 amount=-3 -kerning first=957 second=966 amount=-1 -kerning first=944 second=84 amount=-3 -kerning first=927 second=8220 amount=-2 -kerning first=335 second=260 amount=-2 -kerning first=1188 second=251 amount=-5 -kerning first=8221 second=324 amount=-1 -kerning first=1139 second=372 amount=-3 -kerning first=1085 second=354 amount=-3 -kerning first=1274 second=1193 amount=-5 -kerning first=356 second=957 amount=-4 -kerning first=288 second=913 amount=-1 -kerning first=1141 second=1066 amount=-2 -kerning first=1265 second=1145 amount=-1 -kerning first=1244 second=199 amount=-2 -kerning first=933 second=225 amount=-6 -kerning first=1036 second=99 amount=-3 -kerning first=8221 second=1271 amount=-1 -kerning first=187 second=88 amount=-3 -kerning first=1199 second=263 amount=-1 -kerning first=196 second=1199 amount=-4 -kerning first=210 second=1204 amount=-2 -kerning first=958 second=95 amount=4 -kerning first=1126 second=273 amount=-1 -kerning first=122 second=231 amount=-1 -kerning first=333 second=939 amount=-7 -kerning first=376 second=1080 amount=-3 -kerning first=107 second=959 amount=-1 -kerning first=932 second=100 amount=-5 -kerning first=1230 second=1109 amount=-1 -kerning first=101 second=1196 amount=-3 -kerning first=1067 second=300 amount=2 -kerning first=939 second=337 amount=-6 -kerning first=234 second=372 amount=-3 -kerning first=1243 second=1217 amount=-2 -kerning first=210 second=1232 amount=-2 -kerning first=1090 second=1104 amount=-1 -kerning first=358 second=1054 amount=-2 -kerning first=1232 second=183 amount=-2 -kerning first=226 second=910 amount=-6 -kerning first=1170 second=255 amount=-4 -kerning first=1104 second=1058 amount=-3 -kerning first=289 second=1035 amount=-3 -kerning first=104 second=1143 amount=-1 -kerning first=308 second=8230 amount=-2 -kerning first=1225 second=1043 amount=1 -kerning first=910 second=1191 amount=-3 -kerning first=1274 second=1109 amount=-5 -kerning first=107 second=60 amount=-5 -kerning first=126 second=86 amount=-2 -kerning first=1091 second=1077 amount=-1 -kerning first=116 second=310 amount=1 -kerning first=922 second=337 amount=-3 -kerning first=8217 second=365 amount=-3 -kerning first=221 second=1259 amount=-6 -kerning first=335 second=1090 amount=-2 -kerning first=183 second=1202 amount=-4 -kerning first=1187 second=1188 amount=1 -kerning first=196 second=957 amount=-4 -kerning first=193 second=1242 amount=-2 -kerning first=332 second=89 amount=-3 -kerning first=1203 second=1026 amount=-3 -kerning first=240 second=194 amount=-2 -kerning first=358 second=378 amount=-3 -kerning first=1267 second=267 amount=-1 -kerning first=1243 second=192 amount=-2 -kerning first=1253 second=1267 amount=-1 -kerning first=1059 second=269 amount=-6 -kerning first=1092 second=8220 amount=-4 -kerning first=1257 second=1185 amount=-2 -kerning first=1069 second=1278 amount=-2 -kerning first=1128 second=908 amount=-2 -kerning first=1125 second=1090 amount=-1 -kerning first=75 second=1054 amount=-2 -kerning first=357 second=1186 amount=1 -kerning first=258 second=100 amount=-1 -kerning first=959 second=1249 amount=-2 -kerning first=1220 second=1175 amount=-1 -kerning first=1224 second=86 amount=-3 -kerning first=1091 second=1113 amount=-3 -kerning first=1010 second=376 amount=-4 -kerning first=1075 second=291 amount=-1 -kerning first=232 second=354 amount=-3 -kerning first=216 second=65 amount=-2 -kerning first=354 second=1193 amount=-5 -kerning first=1234 second=966 amount=-1 -kerning first=935 second=1256 amount=-2 -kerning first=313 second=266 amount=-2 -kerning first=239 second=356 amount=6 -kerning first=8221 second=258 amount=-9 -kerning first=376 second=172 amount=-3 -kerning first=8244 second=946 amount=-1 -kerning first=323 second=296 amount=2 -kerning first=256 second=940 amount=-1 -kerning first=43 second=87 amount=-2 -kerning first=932 second=112 amount=-4 -kerning first=1145 second=242 amount=-1 -kerning first=92 second=337 amount=-1 -kerning first=374 second=214 amount=-3 -kerning first=1186 second=939 amount=-1 -kerning first=1217 second=248 amount=-2 -kerning first=248 second=1203 amount=-1 -kerning first=259 second=375 amount=-1 -kerning first=213 second=374 amount=-3 -kerning first=87 second=284 amount=-2 -kerning first=317 second=908 amount=-2 -kerning first=297 second=301 amount=3 -kerning first=192 second=372 amount=-4 -kerning first=256 second=264 amount=-2 -kerning first=1222 second=1162 amount=1 -kerning first=1168 second=122 amount=-3 -kerning first=1046 second=333 amount=-2 -kerning first=1050 second=1089 amount=-3 -kerning first=1179 second=358 amount=-4 -kerning first=1167 second=1026 amount=-3 -kerning first=169 second=939 amount=-3 -kerning first=1193 second=121 amount=-1 -kerning first=239 second=1168 amount=3 -kerning first=8221 second=283 amount=-4 -kerning first=55 second=1255 amount=-3 -kerning first=1143 second=230 amount=-1 -kerning first=118 second=1040 amount=-4 -kerning first=320 second=1111 amount=5 -kerning first=1119 second=1091 amount=-1 -kerning first=345 second=923 amount=-3 -kerning first=292 second=298 amount=2 -kerning first=1270 second=46 amount=-2 -kerning first=1040 second=1143 amount=-4 -kerning first=335 second=170 amount=-2 -kerning first=357 second=8221 amount=2 -kerning first=260 second=927 amount=-2 -kerning first=354 second=1109 amount=-5 -kerning first=1226 second=921 amount=1 -kerning first=71 second=84 amount=-2 -kerning first=1233 second=118 amount=-1 -kerning first=121 second=225 amount=-1 -kerning first=65 second=1193 amount=-1 -kerning first=1215 second=1078 amount=-1 -kerning first=38 second=1035 amount=-4 -kerning first=1059 second=1086 amount=-6 -kerning first=1124 second=1278 amount=-1 -kerning first=1097 second=1190 amount=1 -kerning first=373 second=8230 amount=-5 -kerning first=1102 second=939 amount=-7 -kerning first=1205 second=280 amount=1 -kerning first=1233 second=1201 amount=-1 -kerning first=923 second=1256 amount=-2 -kerning first=1198 second=944 amount=-3 -kerning first=939 second=1105 amount=-6 -kerning first=1027 second=363 amount=-5 -kerning first=8221 second=1087 amount=-1 -kerning first=44 second=374 amount=-4 -kerning first=1185 second=1108 amount=-1 -kerning first=126 second=50 amount=-2 -kerning first=1069 second=260 amount=-2 -kerning first=230 second=1078 amount=-1 -kerning first=375 second=273 amount=-1 -kerning first=923 second=1200 amount=-5 -kerning first=297 second=1250 amount=3 -kerning first=1058 second=1119 amount=-4 -kerning first=915 second=8250 amount=-3 -kerning first=356 second=913 amount=-6 -kerning first=304 second=299 amount=5 -kerning first=275 second=86 amount=-3 -kerning first=260 second=1267 amount=-4 -kerning first=1257 second=1276 amount=-2 -kerning first=1040 second=284 amount=-2 -kerning first=1271 second=1257 amount=-1 -kerning first=1126 second=240 amount=-1 -kerning first=1267 second=177 amount=-3 -kerning first=333 second=967 amount=-1 -kerning first=269 second=1204 amount=-5 -kerning first=196 second=354 amount=-6 -kerning first=1087 second=1265 amount=-1 -kerning first=1277 second=246 amount=-1 -kerning first=902 second=1092 amount=-1 -kerning first=1034 second=939 amount=-7 -kerning first=1196 second=1242 amount=-2 -kerning first=382 second=959 amount=-1 -kerning first=324 second=1197 amount=-2 -kerning first=922 second=1105 amount=-3 -kerning first=1083 second=84 amount=-3 -kerning first=1255 second=93 amount=-1 -kerning first=341 second=260 amount=-3 -kerning first=1103 second=1090 amount=-2 -kerning first=65 second=1109 amount=-1 -kerning first=192 second=299 amount=3 -kerning first=932 second=67 amount=-2 -kerning first=1050 second=1145 amount=-3 -kerning first=254 second=196 amount=-2 -kerning first=176 second=288 amount=-1 -kerning first=1198 second=335 amount=-6 -kerning first=1263 second=111 amount=-1 -kerning first=1042 second=301 amount=2 -kerning first=248 second=910 amount=-7 -kerning first=1043 second=369 amount=-5 -kerning first=1027 second=229 amount=-5 -kerning first=1081 second=1091 amount=-1 -kerning first=84 second=122 amount=-3 -kerning first=249 second=1058 amount=-3 -kerning first=1180 second=1265 amount=-3 -kerning first=115 second=932 amount=-5 -kerning first=98 second=258 amount=-2 -kerning first=372 second=1253 amount=-2 -kerning first=981 second=375 amount=-1 -kerning first=933 second=100 amount=-6 -kerning first=205 second=303 amount=2 -kerning first=101 second=87 amount=-3 -kerning first=79 second=1040 amount=-2 -kerning first=260 second=269 amount=-1 -kerning first=1278 second=79 amount=-2 -kerning first=240 second=376 amount=-7 -kerning first=1234 second=1060 amount=-2 -kerning first=1211 second=372 amount=-3 -kerning first=310 second=1242 amount=-2 -kerning first=1089 second=89 amount=-4 -kerning first=76 second=8221 amount=-3 -kerning first=916 second=974 amount=-2 -kerning first=90 second=247 amount=-2 -kerning first=1243 second=221 amount=-7 -kerning first=356 second=1103 amount=-5 -kerning first=932 second=297 amount=6 -kerning first=970 second=45 amount=-2 -kerning first=1270 second=103 amount=-5 -kerning first=92 second=1105 amount=-1 -kerning first=1128 second=1255 amount=-1 -kerning first=349 second=1198 amount=-5 -kerning first=1122 second=255 amount=-1 -kerning first=1124 second=260 amount=-1 -kerning first=258 second=1026 amount=-6 -kerning first=1255 second=1265 amount=-1 -kerning first=212 second=8230 amount=-3 -kerning first=1104 second=939 amount=-7 -kerning first=1231 second=938 amount=2 -kerning first=1106 second=932 amount=-3 -kerning first=1256 second=258 amount=-2 -kerning first=1178 second=100 amount=-3 -kerning first=1202 second=1257 amount=-2 -kerning first=89 second=1196 amount=3 -kerning first=1036 second=8353 amount=-2 -kerning first=356 second=308 amount=-6 -kerning first=1222 second=1225 amount=1 -kerning first=1046 second=1077 amount=-2 -kerning first=216 second=935 amount=-2 -kerning first=1097 second=78 amount=1 -kerning first=241 second=1098 amount=-2 -kerning first=1188 second=277 amount=-5 -kerning first=1109 second=354 amount=-5 -kerning first=193 second=86 amount=-5 -kerning first=258 second=67 amount=-2 -kerning first=921 second=297 amount=5 -kerning first=1180 second=267 amount=-3 -kerning first=902 second=186 amount=-5 -kerning first=1164 second=8224 amount=-2 -kerning first=1270 second=1249 amount=-2 -kerning first=1265 second=1233 amount=-1 -kerning first=1184 second=940 amount=-3 -kerning first=195 second=333 amount=-1 -kerning first=194 second=1089 amount=-1 -kerning first=1226 second=914 amount=1 -kerning first=279 second=1265 amount=-1 -kerning first=186 second=1232 amount=-5 -kerning first=910 second=927 amount=-3 -kerning first=223 second=299 amount=2 -kerning first=263 second=374 amount=-4 -kerning first=90 second=1028 amount=-2 -kerning first=1094 second=8360 amount=1 -kerning first=1016 second=1059 amount=-7 -kerning first=1105 second=1090 amount=-1 -kerning first=1164 second=88 amount=-2 -kerning first=1196 second=1074 amount=-4 -kerning first=162 second=1204 amount=-5 -kerning first=1184 second=264 amount=-2 -kerning first=8217 second=256 amount=-9 -kerning first=221 second=1193 amount=-6 -kerning first=1188 second=1189 amount=-4 -kerning first=100 second=1031 amount=2 -kerning first=924 second=206 amount=2 -kerning first=196 second=1103 amount=-1 -kerning first=193 second=945 amount=-1 -kerning first=258 second=297 amount=3 -kerning first=94 second=258 amount=-6 -kerning first=1259 second=8224 amount=-2 -kerning first=1276 second=79 amount=-2 -kerning first=1225 second=278 amount=1 -kerning first=297 second=1223 amount=3 -kerning first=933 second=112 amount=-3 -kerning first=948 second=8220 amount=-4 -kerning first=260 second=1086 amount=-1 -kerning first=1187 second=351 amount=-1 -kerning first=1094 second=325 amount=1 -kerning first=63 second=916 amount=-4 -kerning first=913 second=121 amount=-4 -kerning first=957 second=226 amount=-1 -kerning first=261 second=1200 amount=-6 -kerning first=1242 second=354 amount=-2 -kerning first=86 second=59 amount=-4 -kerning first=87 second=1181 amount=-2 -kerning first=966 second=198 amount=-2 -kerning first=340 second=374 amount=-2 -kerning first=355 second=320 amount=1 -kerning first=1061 second=1092 amount=-2 -kerning first=317 second=126 amount=-3 -kerning first=8244 second=966 amount=-4 -kerning first=193 second=262 amount=-2 -kerning first=1274 second=1010 amount=-5 -kerning first=1086 second=1140 amount=-4 -kerning first=1259 second=88 amount=-2 -kerning first=1102 second=967 amount=-1 -kerning first=89 second=271 amount=-6 -kerning first=374 second=354 amount=3 -kerning first=1184 second=236 amount=2 -kerning first=8217 second=281 amount=-4 -kerning first=335 second=120 amount=-1 -kerning first=939 second=951 amount=-3 -kerning first=357 second=347 amount=-1 -kerning first=8360 second=8218 amount=-3 -kerning first=380 second=1153 amount=-1 -kerning first=8370 second=358 amount=-2 -kerning first=195 second=1029 amount=-1 -kerning first=259 second=1066 amount=-3 -kerning first=1233 second=356 amount=-3 -kerning first=358 second=299 amount=6 -kerning first=375 second=240 amount=-1 -kerning first=242 second=197 amount=-2 -kerning first=1186 second=1216 amount=1 -kerning first=1082 second=337 amount=-1 -kerning first=1181 second=273 amount=-1 -kerning first=210 second=1200 amount=-3 -kerning first=1140 second=1232 amount=-5 -kerning first=1198 second=1104 amount=-6 -kerning first=372 second=338 amount=-2 -kerning first=176 second=65 amount=-6 -kerning first=221 second=1109 amount=-4 -kerning first=1043 second=326 amount=-4 -kerning first=277 second=1140 amount=-3 -kerning first=229 second=1141 amount=-1 -kerning first=1034 second=967 amount=-1 -kerning first=1200 second=242 amount=-6 -kerning first=8217 second=1226 amount=-1 -kerning first=301 second=305 amount=6 -kerning first=194 second=1145 amount=-1 -kerning first=1168 second=199 amount=-2 -kerning first=1066 second=258 amount=-2 -kerning first=1242 second=913 amount=-2 -kerning first=121 second=100 amount=-1 -kerning first=1234 second=359 amount=-2 -kerning first=935 second=1017 amount=-2 -kerning first=239 second=917 amount=3 -kerning first=376 second=965 amount=-3 -kerning first=910 second=269 amount=-6 -kerning first=256 second=246 amount=-1 -kerning first=197 second=1265 amount=-4 -kerning first=932 second=1235 amount=-5 -kerning first=1059 second=371 amount=-3 -kerning first=343 second=277 amount=-1 -kerning first=1270 second=259 amount=-5 -kerning first=1141 second=65 amount=-4 -kerning first=254 second=89 amount=-7 -kerning first=1198 second=1114 amount=-3 -kerning first=374 second=913 amount=-5 -kerning first=1263 second=1209 amount=-1 -kerning first=75 second=299 amount=5 -kerning first=105 second=86 amount=2 -kerning first=248 second=1093 amount=-1 -kerning first=236 second=41 amount=2 -kerning first=1143 second=1095 amount=-1 -kerning first=1085 second=1263 amount=-1 -kerning first=1180 second=177 amount=-2 -kerning first=126 second=8216 amount=-2 -kerning first=70 second=963 amount=-3 -kerning first=1232 second=92 amount=-5 -kerning first=1191 second=1217 amount=-2 -kerning first=92 second=1171 amount=-2 -kerning first=378 second=281 amount=-1 -kerning first=1056 second=923 amount=-5 -kerning first=933 second=1026 amount=3 -kerning first=351 second=358 amount=-5 -kerning first=1084 second=49 amount=-3 -kerning first=112 second=1197 amount=-2 -kerning first=240 second=373 amount=-1 -kerning first=1258 second=197 amount=-2 -kerning first=239 second=318 amount=3 -kerning first=299 second=292 amount=3 -kerning first=340 second=1111 amount=3 -kerning first=1110 second=295 amount=3 -kerning first=256 second=8217 amount=-7 -kerning first=1274 second=339 amount=-5 -kerning first=1232 second=338 amount=-2 -kerning first=1141 second=101 amount=-1 -kerning first=89 second=113 amount=-6 -kerning first=933 second=67 amount=-3 -kerning first=116 second=921 amount=1 -kerning first=301 second=327 amount=3 -kerning first=195 second=1077 amount=-1 -kerning first=183 second=356 amount=-3 -kerning first=354 second=1010 amount=-5 -kerning first=1224 second=8216 amount=-3 -kerning first=118 second=47 amount=-4 -kerning first=1104 second=967 amount=-1 -kerning first=86 second=291 amount=-4 -kerning first=1271 second=1108 amount=-1 -kerning first=376 second=333 amount=-6 -kerning first=1265 second=1058 amount=-2 -kerning first=1171 second=337 amount=-1 -kerning first=915 second=1143 amount=-4 -kerning first=249 second=939 amount=-4 -kerning first=197 second=267 amount=-1 -kerning first=256 second=352 amount=-1 -kerning first=1059 second=227 amount=-6 -kerning first=114 second=959 amount=-1 -kerning first=960 second=962 amount=-2 -kerning first=923 second=1017 amount=-2 -kerning first=1196 second=945 amount=-5 -kerning first=1198 second=353 amount=-4 -kerning first=81 second=1040 amount=-2 -kerning first=1027 second=279 amount=-5 -kerning first=1112 second=309 amount=3 -kerning first=70 second=243 amount=-3 -kerning first=1141 second=1083 amount=-3 -kerning first=1178 second=67 amount=-2 -kerning first=374 second=1103 amount=-4 -kerning first=981 second=1066 amount=-3 -kerning first=1186 second=183 amount=-1 -kerning first=1058 second=121 amount=-4 -kerning first=915 second=952 amount=-5 -kerning first=1241 second=932 amount=-3 -kerning first=194 second=1140 amount=-5 -kerning first=213 second=46 amount=-3 -kerning first=332 second=1046 amount=-2 -kerning first=42 second=197 amount=-6 -kerning first=118 second=1198 amount=-2 -kerning first=1196 second=262 amount=-2 -kerning first=1012 second=256 amount=-2 -kerning first=1043 second=260 amount=-6 -kerning first=222 second=195 amount=-3 -kerning first=245 second=1035 amount=-3 -kerning first=376 second=8218 amount=-7 -kerning first=910 second=1086 amount=-6 -kerning first=244 second=1143 amount=-1 -kerning first=84 second=199 amount=-2 -kerning first=192 second=34 amount=-5 -kerning first=1167 second=1061 amount=-2 -kerning first=114 second=60 amount=-3 -kerning first=1170 second=1251 amount=-4 -kerning first=286 second=239 amount=2 -kerning first=253 second=245 amount=-1 -kerning first=1040 second=42 amount=-6 -kerning first=372 second=1163 amount=-2 -kerning first=374 second=308 amount=-2 -kerning first=915 second=284 amount=-2 -kerning first=1027 second=1224 amount=-4 -kerning first=183 second=902 amount=-2 -kerning first=1139 second=1098 amount=-2 -kerning first=227 second=372 amount=-3 -kerning first=310 second=945 amount=-3 -kerning first=1178 second=297 amount=5 -kerning first=65 second=1010 amount=-1 -kerning first=1075 second=1076 amount=-3 -kerning first=1082 second=1105 amount=-1 -kerning first=1230 second=1042 amount=1 -kerning first=232 second=1263 amount=-1 -kerning first=913 second=903 amount=-5 -kerning first=324 second=253 amount=-1 -kerning first=243 second=195 amount=-2 -kerning first=1032 second=8218 amount=-5 -kerning first=99 second=221 amount=-4 -kerning first=228 second=932 amount=-3 -kerning first=1088 second=375 amount=-1 -kerning first=345 second=192 amount=-3 -kerning first=211 second=1196 amount=-2 -kerning first=1205 second=1062 amount=1 -kerning first=310 second=262 amount=-2 -kerning first=293 second=84 amount=-3 -kerning first=1202 second=1108 amount=-2 -kerning first=922 second=1091 amount=-3 -kerning first=299 second=1027 amount=3 -kerning first=1111 second=1065 amount=3 -kerning first=195 second=351 amount=-1 -kerning first=354 second=339 amount=-5 -kerning first=1226 second=72 amount=1 -kerning first=234 second=1098 amount=-1 -kerning first=1090 second=43 amount=-1 -kerning first=358 second=1020 amount=-4 -kerning first=1126 second=346 amount=-1 -kerning first=67 second=297 amount=2 -kerning first=355 second=304 amount=1 -kerning first=297 second=1099 amount=6 -kerning first=321 second=1057 amount=-2 -kerning first=107 second=235 amount=-1 -kerning first=356 second=1263 amount=-4 -kerning first=1201 second=257 amount=-1 -kerning first=1181 second=240 amount=-1 -kerning first=1222 second=349 amount=-1 -kerning first=79 second=47 amount=-3 -kerning first=1059 second=328 amount=-3 -kerning first=1064 second=207 amount=2 -kerning first=1093 second=242 amount=-1 -kerning first=255 second=269 amount=-1 -kerning first=960 second=8220 amount=-3 -kerning first=89 second=268 amount=-3 -kerning first=1254 second=1035 amount=-2 -kerning first=939 second=231 amount=-6 -kerning first=1043 second=1090 amount=-2 -kerning first=1107 second=963 amount=-1 -kerning first=269 second=1200 amount=-4 -kerning first=1275 second=97 amount=-1 -kerning first=1201 second=1153 amount=-1 -kerning first=345 second=232 amount=-1 -kerning first=1237 second=1267 amount=-1 -kerning first=375 second=230 amount=-1 -kerning first=124 second=297 amount=5 -kerning first=1020 second=41 amount=-1 -kerning first=8220 second=1234 amount=-6 -kerning first=1170 second=109 amount=-4 -kerning first=341 second=120 amount=1 -kerning first=121 second=1026 amount=-2 -kerning first=1278 second=1239 amount=-2 -kerning first=111 second=194 amount=-2 -kerning first=380 second=234 amount=-1 -kerning first=1078 second=335 amount=-1 -kerning first=58 second=1196 amount=-2 -kerning first=197 second=177 amount=-3 -kerning first=1274 second=239 amount=6 -kerning first=79 second=1198 amount=-3 -kerning first=902 second=981 amount=-1 -kerning first=1094 second=1055 amount=1 -kerning first=1279 second=244 amount=-1 -kerning first=92 second=1091 amount=-4 -kerning first=116 second=914 amount=1 -kerning first=1184 second=246 amount=-3 -kerning first=922 second=231 amount=-3 -kerning first=380 second=1243 amount=-1 -kerning first=1199 second=256 amount=-4 -kerning first=1096 second=933 amount=-6 -kerning first=1234 second=1254 amount=-2 -kerning first=87 second=213 amount=-2 -kerning first=104 second=118 amount=-1 -kerning first=376 second=1077 amount=-6 -kerning first=305 second=1140 amount=2 -kerning first=1171 second=1105 amount=-1 -kerning first=359 second=8360 amount=1 -kerning first=65 second=339 amount=-1 -kerning first=356 second=265 amount=-5 -kerning first=334 second=354 amount=-2 -kerning first=1170 second=173 amount=-3 -kerning first=120 second=1089 amount=-1 -kerning first=1105 second=120 amount=-1 -kerning first=1234 second=1144 amount=-2 -kerning first=104 second=1201 amount=-1 -kerning first=1107 second=243 amount=-1 -kerning first=196 second=1263 amount=-4 -kerning first=193 second=111 amount=-1 -kerning first=258 second=83 amount=-1 -kerning first=1185 second=1255 amount=-1 -kerning first=1180 second=369 amount=-2 -kerning first=318 second=303 amount=2 -kerning first=1209 second=255 amount=-1 -kerning first=1020 second=1091 amount=-1 -kerning first=89 second=52 amount=-4 -kerning first=933 second=1235 amount=-6 -kerning first=359 second=325 amount=1 -kerning first=915 second=916 amount=-6 -kerning first=1036 second=233 amount=-3 -kerning first=1027 second=1195 amount=-5 -kerning first=1199 second=281 amount=-1 -kerning first=1083 second=1118 amount=-1 -kerning first=1228 second=1026 amount=-3 -kerning first=121 second=297 amount=3 -kerning first=122 second=279 amount=-1 -kerning first=39 second=196 amount=-5 -kerning first=8244 second=359 amount=1 -kerning first=348 second=301 amount=3 -kerning first=1036 second=1241 amount=-3 -kerning first=1226 second=1058 amount=-2 -kerning first=1191 second=221 amount=-11 -kerning first=1205 second=313 amount=1 -kerning first=1270 second=273 amount=-5 -kerning first=255 second=1086 amount=-1 -kerning first=92 second=231 amount=-1 -kerning first=1101 second=1143 amount=-1 -kerning first=8221 second=59 amount=-4 -kerning first=193 second=8216 amount=-8 -kerning first=1197 second=945 amount=-1 -kerning first=1185 second=126 amount=-2 -kerning first=1267 second=260 amount=-4 -kerning first=1276 second=1239 amount=-2 -kerning first=59 second=354 amount=-2 -kerning first=1051 second=206 amount=2 -kerning first=334 second=913 amount=-2 -kerning first=1273 second=1143 amount=-1 -kerning first=1040 second=213 amount=-2 -kerning first=341 second=966 amount=-1 -kerning first=94 second=208 amount=2 -kerning first=248 second=1234 amount=-2 -kerning first=221 second=1010 amount=-6 -kerning first=935 second=244 amount=-2 -kerning first=8370 second=237 amount=2 -kerning first=83 second=902 amount=-1 -kerning first=355 second=1172 amount=1 -kerning first=252 second=910 amount=-4 -kerning first=936 second=47 amount=-4 -kerning first=196 second=265 amount=-1 -kerning first=193 second=350 amount=-1 -kerning first=208 second=1040 amount=-2 -kerning first=1116 second=8249 amount=-3 -kerning first=932 second=1119 amount=-4 -kerning first=1033 second=1143 amount=-1 -kerning first=1265 second=939 amount=-2 -kerning first=326 second=121 amount=-1 -kerning first=162 second=1200 amount=-4 -kerning first=966 second=1244 amount=-2 -kerning first=44 second=1249 amount=-5 -kerning first=354 second=239 amount=6 -kerning first=1179 second=245 amount=-1 -kerning first=927 second=923 amount=-2 -kerning first=1108 second=1185 amount=-1 -kerning first=1118 second=972 amount=-1 -kerning first=376 second=351 amount=-4 -kerning first=355 second=66 amount=1 -kerning first=8244 second=226 amount=-4 -kerning first=301 second=1056 amount=3 -kerning first=356 second=1139 amount=-5 -kerning first=1207 second=1066 amount=-2 -kerning first=119 second=8244 amount=3 -kerning first=120 second=1145 amount=-1 -kerning first=1140 second=1256 amount=-2 -kerning first=1040 second=118 amount=-4 -kerning first=940 second=172 amount=-2 -kerning first=1043 second=946 amount=-4 -kerning first=1068 second=195 amount=-2 -kerning first=1086 second=1058 amount=-3 -kerning first=95 second=290 amount=-3 -kerning first=224 second=358 amount=-3 -kerning first=1040 second=1201 amount=-4 -kerning first=337 second=932 amount=-3 -kerning first=915 second=1181 amount=-4 -kerning first=119 second=84 amount=-3 -kerning first=966 second=193 amount=-2 -kerning first=910 second=371 amount=-3 -kerning first=1061 second=981 amount=-2 -kerning first=1078 second=1104 amount=-1 -kerning first=1274 second=1072 amount=-5 -kerning first=356 second=247 amount=-3 -kerning first=1116 second=1035 amount=-4 -kerning first=8250 second=1026 amount=-8 -kerning first=1059 second=1092 amount=-6 -kerning first=1270 second=1167 amount=-4 -kerning first=923 second=244 amount=-1 -kerning first=246 second=196 amount=-2 -kerning first=1217 second=959 amount=-2 -kerning first=382 second=235 amount=-1 -kerning first=1175 second=242 amount=-1 -kerning first=112 second=253 amount=-1 -kerning first=277 second=1058 amount=-3 -kerning first=214 second=358 amount=-2 -kerning first=336 second=8218 amount=-3 -kerning first=1077 second=1143 amount=-1 -kerning first=86 second=1054 amount=-2 -kerning first=65 second=239 amount=3 -kerning first=1201 second=194 amount=-4 -kerning first=211 second=87 amount=-1 -kerning first=1170 second=1220 amount=-4 -kerning first=1196 second=111 amount=-5 -kerning first=240 second=1141 amount=-1 -kerning first=111 second=376 amount=-7 -kerning first=221 second=339 amount=-6 -kerning first=1211 second=1098 amount=-2 -kerning first=8221 second=291 amount=-4 -kerning first=333 second=92 amount=-4 -kerning first=196 second=1139 amount=-1 -kerning first=1080 second=1026 amount=-3 -kerning first=1088 second=1066 amount=-3 -kerning first=1024 second=297 amount=5 -kerning first=1217 second=60 amount=-4 -kerning first=321 second=910 amount=-5 -kerning first=81 second=47 amount=-3 -kerning first=1027 second=1194 amount=-2 -kerning first=1092 second=923 amount=-2 -kerning first=1233 second=1265 amount=-1 -kerning first=121 second=1235 amount=-1 -kerning first=358 second=1098 amount=-2 -kerning first=8216 second=1232 amount=-6 -kerning first=910 second=227 amount=-6 -kerning first=355 second=1052 amount=1 -kerning first=225 second=374 amount=-6 -kerning first=356 second=1028 amount=-2 -kerning first=1201 second=234 amount=-1 -kerning first=257 second=84 amount=-3 -kerning first=8225 second=1234 amount=-5 -kerning first=1205 second=70 amount=1 -kerning first=1202 second=908 amount=-2 -kerning first=1188 second=58 amount=-2 -kerning first=122 second=1195 amount=-1 -kerning first=947 second=43 amount=-2 -kerning first=1275 second=1089 amount=-1 -kerning first=1201 second=1243 amount=-1 -kerning first=102 second=45 amount=-1 -kerning first=104 second=356 amount=-3 -kerning first=1054 second=196 amount=-2 -kerning first=1225 second=76 amount=1 -kerning first=310 second=111 amount=-3 -kerning first=1056 second=192 amount=-5 -kerning first=68 second=910 amount=-3 -kerning first=81 second=1198 amount=-3 -kerning first=187 second=1091 amount=-2 -kerning first=1187 second=1070 amount=1 -kerning first=1097 second=274 amount=1 -kerning first=119 second=1239 amount=-1 -kerning first=1255 second=1278 amount=-2 -kerning first=957 second=301 amount=3 -kerning first=239 second=1211 amount=3 -kerning first=263 second=1249 amount=-1 -kerning first=1169 second=945 amount=-1 -kerning first=1270 second=240 amount=-5 -kerning first=1091 second=261 amount=-1 -kerning first=254 second=1046 amount=-2 -kerning first=88 second=963 amount=-2 -kerning first=89 second=248 amount=-6 -kerning first=374 second=265 amount=-6 -kerning first=116 second=72 amount=1 -kerning first=357 second=1034 amount=1 -kerning first=354 second=1072 amount=-5 -kerning first=1074 second=8218 amount=-3 -kerning first=913 second=71 amount=-2 -kerning first=375 second=1095 amount=-1 -kerning first=961 second=1197 amount=-2 -kerning first=1141 second=1257 amount=-1 -kerning first=98 second=1059 amount=-7 -kerning first=1145 second=923 amount=-2 -kerning first=1250 second=95 amount=2 -kerning first=194 second=1058 amount=-6 -kerning first=1168 second=1207 amount=-5 -kerning first=1043 second=120 amount=-3 -kerning first=313 second=375 amount=-4 -kerning first=67 second=1061 amount=-1 -kerning first=55 second=948 amount=-3 -kerning first=302 second=300 amount=2 -kerning first=8230 second=8244 amount=-5 -kerning first=196 second=1028 amount=-2 -kerning first=1072 second=1140 amount=-3 -kerning first=1277 second=171 amount=-2 -kerning first=244 second=1202 amount=-2 -kerning first=1036 second=1111 amount=5 -kerning first=1226 second=939 amount=-1 -kerning first=1094 second=280 amount=1 -kerning first=119 second=74 amount=-4 -kerning first=1026 second=1196 amount=-3 -kerning first=1256 second=1059 amount=-3 -kerning first=239 second=323 amount=3 -kerning first=910 second=328 amount=-3 -kerning first=8230 second=84 amount=-2 -kerning first=359 second=1055 amount=1 -kerning first=256 second=253 amount=-4 -kerning first=1189 second=972 amount=-1 -kerning first=902 second=355 amount=-2 -kerning first=169 second=92 amount=-2 -kerning first=372 second=944 amount=-2 -kerning first=88 second=243 amount=-2 -kerning first=1198 second=43 amount=-3 -kerning first=981 second=65 amount=-2 -kerning first=243 second=119 amount=-1 -kerning first=939 second=363 amount=-3 -kerning first=357 second=293 amount=1 -kerning first=1275 second=1145 amount=-1 -kerning first=1274 second=1057 amount=-2 -kerning first=87 second=902 amount=-4 -kerning first=1271 second=1255 amount=-1 -kerning first=1205 second=1198 amount=-1 -kerning first=933 second=1119 amount=-3 -kerning first=1082 second=231 amount=-1 -kerning first=260 second=1092 amount=-1 -kerning first=1167 second=121 amount=-1 -kerning first=1016 second=372 amount=-3 -kerning first=1040 second=356 amount=-6 -kerning first=966 second=374 amount=-7 -kerning first=1188 second=285 amount=-5 -kerning first=323 second=1111 amount=5 -kerning first=1255 second=260 amount=-2 -kerning first=1087 second=1090 amount=-2 -kerning first=1100 second=376 amount=-11 -kerning first=1102 second=92 amount=-4 -kerning first=246 second=89 amount=-7 -kerning first=374 second=1139 amount=-6 -kerning first=1036 second=332 amount=-2 -kerning first=922 second=363 amount=-2 -kerning first=259 second=174 amount=-1 -kerning first=1194 second=1276 amount=-1 -kerning first=1187 second=924 amount=1 -kerning first=1269 second=1197 amount=-2 -kerning first=1234 second=301 amount=3 -kerning first=1271 second=126 amount=-1 -kerning first=1244 second=8249 amount=-3 -kerning first=116 second=1058 amount=-2 -kerning first=1058 second=1081 amount=-4 -kerning first=231 second=358 amount=-5 -kerning first=117 second=1035 amount=-3 -kerning first=363 second=221 amount=-4 -kerning first=356 second=367 amount=-5 -kerning first=1201 second=376 amount=-2 -kerning first=1086 second=939 amount=-7 -kerning first=343 second=932 amount=-4 -kerning first=255 second=227 amount=-1 -kerning first=372 second=335 amount=-4 -kerning first=1196 second=1209 amount=-5 -kerning first=1128 second=933 amount=-5 -kerning first=111 second=373 amount=-1 -kerning first=270 second=197 amount=-2 -kerning first=1188 second=162 amount=-5 -kerning first=1043 second=966 amount=-5 -kerning first=939 second=229 amount=-6 -kerning first=201 second=1111 amount=5 -kerning first=84 second=1207 amount=-5 -kerning first=1197 second=111 amount=-1 -kerning first=107 second=1259 amount=-1 -kerning first=1210 second=376 amount=-6 -kerning first=38 second=1199 amount=-2 -kerning first=1034 second=92 amount=-4 -kerning first=1225 second=1238 amount=1 -kerning first=293 second=1118 amount=-1 -kerning first=76 second=198 amount=2 -kerning first=374 second=247 amount=-3 -kerning first=352 second=297 amount=3 -kerning first=114 second=196 amount=-3 -kerning first=210 second=8222 amount=-3 -kerning first=341 second=359 amount=2 -kerning first=1198 second=1236 amount=-5 -kerning first=1278 second=263 amount=-2 -kerning first=87 second=1173 amount=-2 -kerning first=1126 second=255 amount=-4 -kerning first=277 second=939 amount=-7 -kerning first=932 second=121 amount=-4 -kerning first=320 second=938 amount=2 -kerning first=1239 second=932 amount=-3 -kerning first=923 second=349 amount=-1 -kerning first=1202 second=1255 amount=-2 -kerning first=1058 second=71 amount=-2 -kerning first=915 second=213 amount=-2 -kerning first=8217 second=289 amount=-4 -kerning first=301 second=282 amount=3 -kerning first=379 second=81 amount=-2 -kerning first=63 second=902 amount=-4 -kerning first=1255 second=1090 amount=-2 -kerning first=208 second=47 amount=-3 -kerning first=118 second=963 amount=-1 -kerning first=95 second=343 amount=3 -kerning first=1118 second=224 amount=-1 -kerning first=1054 second=89 amount=-3 -kerning first=262 second=198 amount=-1 -kerning first=317 second=933 amount=-5 -kerning first=1171 second=231 amount=-1 -kerning first=918 second=71 amount=-2 -kerning first=311 second=172 amount=-2 -kerning first=260 second=186 amount=-5 -kerning first=354 second=1057 amount=-2 -kerning first=114 second=235 amount=-1 -kerning first=1066 second=1059 amount=-7 -kerning first=1257 second=1267 amount=-1 -kerning first=1140 second=1017 amount=-2 -kerning first=1274 second=1203 amount=-3 -kerning first=229 second=49 amount=-3 -kerning first=70 second=99 amount=-3 -kerning first=38 second=957 amount=-2 -kerning first=288 second=258 amount=-1 -kerning first=1232 second=335 amount=-1 -kerning first=1202 second=126 amount=-4 -kerning first=89 second=1100 amount=-3 -kerning first=374 second=1028 amount=-3 -kerning first=267 second=84 amount=-5 -kerning first=915 second=118 amount=-4 -kerning first=315 second=255 amount=-4 -kerning first=1163 second=8360 amount=1 -kerning first=1170 second=79 amount=-2 -kerning first=279 second=1090 amount=-1 -kerning first=208 second=1198 amount=-3 -kerning first=227 second=1098 amount=-2 -kerning first=341 second=226 amount=-1 -kerning first=1096 second=1204 amount=-3 -kerning first=1101 second=1202 amount=-2 -kerning first=1104 second=92 amount=-3 -kerning first=289 second=354 amount=-3 -kerning first=95 second=169 amount=-3 -kerning first=76 second=8353 amount=-2 -kerning first=915 second=1201 amount=-4 -kerning first=343 second=285 amount=-1 -kerning first=286 second=910 amount=-2 -kerning first=1270 second=230 amount=-5 -kerning first=1091 second=197 amount=-4 -kerning first=927 second=1217 amount=-2 -kerning first=1027 second=1138 amount=-2 -kerning first=8221 second=35 amount=-8 -kerning first=1163 second=325 amount=1 -kerning first=258 second=121 amount=-4 -kerning first=1090 second=277 amount=-1 -kerning first=118 second=243 amount=-1 -kerning first=1114 second=119 amount=-2 -kerning first=1276 second=263 amount=-2 -kerning first=378 second=289 amount=-1 -kerning first=244 second=118 amount=-1 -kerning first=981 second=174 amount=-1 -kerning first=1058 second=45 amount=-3 -kerning first=381 second=284 amount=-2 -kerning first=194 second=182 amount=-1 -kerning first=1153 second=1059 amount=-4 -kerning first=108 second=301 amount=5 -kerning first=215 second=910 amount=-3 -kerning first=1207 second=929 amount=1 -kerning first=1033 second=1202 amount=-2 -kerning first=957 second=242 amount=-1 -kerning first=1117 second=8220 amount=-3 -kerning first=1213 second=358 amount=-3 -kerning first=221 second=1072 amount=-6 -kerning first=299 second=73 amount=3 -kerning first=910 second=1092 amount=-6 -kerning first=936 second=54 amount=-2 -kerning first=244 second=1201 amount=-1 -kerning first=918 second=45 amount=-2 -kerning first=65 second=1057 amount=-2 -kerning first=256 second=171 amount=-2 -kerning first=343 second=162 amount=-1 -kerning first=1164 second=41 amount=-1 -kerning first=1091 second=275 amount=-1 -kerning first=89 second=115 amount=-4 -kerning first=981 second=935 amount=-2 -kerning first=1184 second=253 amount=-3 -kerning first=335 second=1078 amount=-1 -kerning first=1122 second=8225 amount=-2 -kerning first=205 second=298 amount=2 -kerning first=194 second=939 amount=-5 -kerning first=1255 second=170 amount=-2 -kerning first=118 second=8221 amount=2 -kerning first=1098 second=89 amount=-11 -kerning first=1068 second=119 amount=-1 -kerning first=927 second=192 amount=-2 -kerning first=965 second=933 amount=-4 -kerning first=345 second=44 amount=-4 -kerning first=86 second=299 amount=5 -kerning first=179 second=196 amount=-6 -kerning first=192 second=972 amount=-1 -kerning first=356 second=324 amount=-4 -kerning first=1230 second=910 amount=-1 -kerning first=1050 second=967 amount=-3 -kerning first=372 second=1104 amount=-4 -kerning first=176 second=1032 amount=-6 -kerning first=1198 second=251 amount=-3 -kerning first=1217 second=290 amount=-2 -kerning first=1043 second=1060 amount=-2 -kerning first=1027 second=287 amount=-5 -kerning first=313 second=1066 amount=-6 -kerning first=8250 second=1061 amount=-3 -kerning first=356 second=1271 amount=-4 -kerning first=1100 second=373 amount=-2 -kerning first=902 second=1198 amount=-5 -kerning first=1259 second=41 amount=-1 -kerning first=1026 second=87 amount=-3 -kerning first=1141 second=1108 amount=-1 -kerning first=1115 second=8220 amount=-3 -kerning first=354 second=1203 amount=-3 -kerning first=1035 second=89 amount=-6 -kerning first=1237 second=1279 amount=-1 -kerning first=1267 second=966 amount=-1 -kerning first=1169 second=111 amount=-1 -kerning first=1252 second=301 amount=5 -kerning first=1086 second=967 amount=-1 -kerning first=1059 second=981 amount=-6 -kerning first=1092 second=1217 amount=-2 -kerning first=1226 second=1216 amount=1 -kerning first=1164 second=1091 amount=-1 -kerning first=1200 second=923 amount=-5 -kerning first=1141 second=1032 amount=-4 -kerning first=169 second=95 amount=-3 -kerning first=372 second=1114 amount=-2 -kerning first=239 second=1043 amount=3 -kerning first=1197 second=1209 amount=-1 -kerning first=1095 second=374 amount=-6 -kerning first=297 second=295 amount=3 -kerning first=382 second=1259 amount=-1 -kerning first=57 second=376 amount=-2 -kerning first=1222 second=1229 amount=1 -kerning first=38 second=354 amount=-4 -kerning first=1170 second=973 amount=-4 -kerning first=913 second=8224 amount=-5 -kerning first=109 second=933 amount=-6 -kerning first=173 second=1066 amount=-3 -kerning first=1057 second=1276 amount=-1 -kerning first=1107 second=99 amount=-1 -kerning first=277 second=967 amount=-1 -kerning first=1259 second=1091 amount=-1 -kerning first=1232 second=1104 amount=-1 -kerning first=961 second=253 amount=-1 -kerning first=120 second=1058 amount=-3 -kerning first=165 second=238 amount=2 -kerning first=254 second=125 amount=-1 -kerning first=374 second=367 amount=-3 -kerning first=116 second=939 amount=-1 -kerning first=359 second=280 amount=1 -kerning first=251 second=932 amount=-3 -kerning first=1187 second=344 amount=1 -kerning first=1092 second=192 amount=-2 -kerning first=290 second=197 amount=-1 -kerning first=1234 second=242 amount=-1 -kerning first=1230 second=107 amount=1 -kerning first=1088 second=65 amount=-2 -kerning first=1189 second=224 amount=-1 -kerning first=1064 second=1031 amount=2 -kerning first=1097 second=1039 amount=1 -kerning first=372 second=353 amount=-2 -kerning first=939 second=279 amount=-6 -kerning first=357 second=340 amount=1 -kerning first=8221 second=1076 amount=-4 -kerning first=299 second=1210 amount=3 -kerning first=1275 second=1233 amount=-1 -kerning first=177 second=197 amount=-3 -kerning first=369 second=1198 amount=-4 -kerning first=95 second=210 amount=-3 -kerning first=1118 second=195 amount=-4 -kerning first=170 second=1239 amount=-2 -kerning first=1200 second=8370 amount=-3 -kerning first=1058 second=1082 amount=-4 -kerning first=356 second=258 amount=-6 -kerning first=904 second=239 amount=5 -kerning first=119 second=263 amount=-1 -kerning first=1101 second=118 amount=-1 -kerning first=1234 second=8220 amount=-8 -kerning first=186 second=244 amount=-2 -kerning first=377 second=336 amount=-2 -kerning first=197 second=170 amount=-5 -kerning first=107 second=1193 amount=-1 -kerning first=257 second=1118 amount=-1 -kerning first=70 second=198 amount=-6 -kerning first=255 second=1092 amount=-1 -kerning first=253 second=1066 amount=-2 -kerning first=1101 second=1201 amount=-1 -kerning first=922 second=279 amount=-3 -kerning first=321 second=1234 amount=2 -kerning first=221 second=1057 amount=-3 -kerning first=939 second=1224 amount=-3 -kerning first=1251 second=374 amount=-6 -kerning first=258 second=903 amount=-5 -kerning first=1273 second=118 amount=-1 -kerning first=71 second=256 amount=-1 -kerning first=1072 second=1058 amount=-3 -kerning first=345 second=1213 amount=2 -kerning first=358 second=972 amount=-5 -kerning first=104 second=1265 amount=-1 -kerning first=1178 second=121 amount=-3 -kerning first=356 second=283 amount=-5 -kerning first=1145 second=192 amount=-2 -kerning first=161 second=86 amount=-2 -kerning first=1226 second=183 amount=-1 -kerning first=1094 second=1062 amount=1 -kerning first=1273 second=1201 amount=-1 -kerning first=1033 second=118 amount=-1 -kerning first=103 second=84 amount=-3 -kerning first=324 second=1185 amount=-2 -kerning first=299 second=1106 amount=3 -kerning first=1078 second=43 amount=-1 -kerning first=1269 second=253 amount=-1 -kerning first=1232 second=353 amount=-1 -kerning first=170 second=74 amount=-5 -kerning first=1033 second=1201 amount=-1 -kerning first=1200 second=181 amount=-3 -kerning first=244 second=356 amount=-3 -kerning first=68 second=1234 amount=-2 -kerning first=1184 second=171 amount=-3 -kerning first=1036 second=103 amount=-3 -kerning first=361 second=1059 amount=-4 -kerning first=194 second=967 amount=-4 -kerning first=972 second=1277 amount=-1 -kerning first=1199 second=289 amount=-1 -kerning first=952 second=8220 amount=-4 -kerning first=927 second=221 amount=-3 -kerning first=122 second=287 amount=-1 -kerning first=55 second=1232 amount=-7 -kerning first=1220 second=198 amount=-2 -kerning first=356 second=1087 amount=-4 -kerning first=1145 second=232 amount=-1 -kerning first=1050 second=183 amount=-4 -kerning first=1205 second=1252 amount=1 -kerning first=92 second=279 amount=-1 -kerning first=1140 second=244 amount=-4 -kerning first=1186 second=925 amount=1 -kerning first=1217 second=235 amount=-2 -kerning first=75 second=972 amount=-3 -kerning first=915 second=902 amount=-6 -kerning first=111 second=1141 amount=-1 -kerning first=245 second=1199 amount=-1 -kerning first=193 second=8250 amount=-2 -kerning first=1255 second=120 amount=-1 -kerning first=65 second=910 amount=-5 -kerning first=903 second=1236 amount=-5 -kerning first=260 second=981 amount=-1 -kerning first=1059 second=1040 amount=-5 -kerning first=1163 second=1055 amount=1 -kerning first=1046 second=275 amount=-2 -kerning first=341 second=1078 amount=1 -kerning first=284 second=1035 amount=-2 -kerning first=1043 second=226 amount=-5 -kerning first=196 second=283 amount=-1 -kerning first=1243 second=1026 amount=-3 -kerning first=225 second=1249 amount=-2 -kerning first=1169 second=1209 amount=-1 -kerning first=1274 second=1093 amount=-3 -kerning first=1201 second=8230 amount=-2 -kerning first=1077 second=118 amount=-1 -kerning first=1270 second=1095 amount=-5 -kerning first=1140 second=8222 amount=-7 -kerning first=374 second=324 amount=-3 -kerning first=244 second=902 amount=-2 -kerning first=44 second=48 amount=-2 -kerning first=279 second=120 amount=-1 -kerning first=87 second=267 amount=-4 -kerning first=1077 second=1201 amount=-1 -kerning first=376 second=250 amount=-3 -kerning first=1200 second=1116 amount=-3 -kerning first=355 second=203 amount=1 -kerning first=374 second=1271 amount=-3 -kerning first=1011 second=303 amount=3 -kerning first=1168 second=8249 amount=-8 -kerning first=1105 second=1078 amount=-1 -kerning first=1040 second=1265 amount=-4 -kerning first=176 second=908 amount=-1 -kerning first=1188 second=1075 amount=-4 -kerning first=245 second=957 amount=-1 -kerning first=262 second=1244 amount=-1 -kerning first=330 second=299 amount=5 -kerning first=1180 second=966 amount=-3 -kerning first=1088 second=174 amount=-1 -kerning first=345 second=225 amount=-1 -kerning first=76 second=193 amount=2 -kerning first=246 second=1046 amount=-2 -kerning first=915 second=1173 amount=-4 -kerning first=301 second=1204 amount=6 -kerning first=939 second=1195 amount=-6 -kerning first=371 second=358 amount=-3 -kerning first=311 second=333 amount=-1 -kerning first=1084 second=1035 amount=-3 -kerning first=1092 second=221 amount=-7 -kerning first=1094 second=313 amount=1 -kerning first=1170 second=1239 amount=-5 -kerning first=1275 second=1058 amount=-2 -kerning first=1224 second=1143 amount=-1 -kerning first=45 second=1244 amount=-4 -kerning first=313 second=288 amount=-2 -kerning first=378 second=1196 amount=-2 -kerning first=1056 second=44 amount=-3 -kerning first=8244 second=962 amount=-4 -kerning first=1088 second=935 amount=-2 -kerning first=1277 second=8363 amount=-1 -kerning first=1128 second=1204 amount=-6 -kerning first=8217 second=271 amount=-4 -kerning first=379 second=211 amount=-2 -kerning first=972 second=933 amount=-7 -kerning first=45 second=936 amount=-3 -kerning first=80 second=902 amount=-5 -kerning first=376 second=261 amount=-6 -kerning first=262 second=193 amount=-1 -kerning first=1171 second=229 amount=-1 -kerning first=922 second=1195 amount=-3 -kerning first=256 second=286 amount=-2 -kerning first=1222 second=342 amount=1 -kerning first=1170 second=1102 amount=-4 -kerning first=191 second=8217 amount=-2 -kerning first=1040 second=267 amount=-1 -kerning first=1096 second=1200 amount=-6 -kerning first=1198 second=277 amount=-6 -kerning first=935 second=1069 amount=-2 -kerning first=1106 second=1197 amount=-2 -kerning first=1027 second=1012 amount=-2 -kerning first=1112 second=87 amount=2 -kerning first=959 second=255 amount=-1 -kerning first=102 second=337 amount=-1 -kerning first=114 second=1259 amount=-1 -kerning first=971 second=376 amount=-4 -kerning first=1200 second=110 amount=-3 -kerning first=1217 second=169 amount=-2 -kerning first=382 second=1193 amount=-1 -kerning first=8217 second=1275 amount=1 -kerning first=354 second=1093 amount=-3 -kerning first=1179 second=1066 amount=-4 -kerning first=1170 second=74 amount=-6 -kerning first=1228 second=121 amount=-1 -kerning first=1203 second=45 amount=-1 -kerning first=1101 second=356 amount=-3 -kerning first=1242 second=258 amount=-2 -kerning first=1054 second=1046 amount=-2 -kerning first=239 second=278 amount=3 -kerning first=317 second=1204 amount=-6 -kerning first=8244 second=242 amount=-4 -kerning first=116 second=1216 amount=1 -kerning first=1029 second=256 amount=-1 -kerning first=97 second=358 amount=-3 -kerning first=183 second=1278 amount=-4 -kerning first=362 second=8230 amount=-2 -kerning first=953 second=8217 amount=2 -kerning first=1016 second=1098 amount=-2 -kerning first=1205 second=1186 amount=1 -kerning first=908 second=1276 amount=-2 -kerning first=88 second=99 amount=-2 -kerning first=1196 second=8250 amount=-3 -kerning first=1198 second=1189 amount=-3 -kerning first=374 second=258 amount=-5 -kerning first=34 second=913 amount=-5 -kerning first=966 second=1249 amount=-2 -kerning first=357 second=374 amount=-1 -kerning first=196 second=176 amount=-6 -kerning first=84 second=8249 amount=-8 -kerning first=1273 second=356 amount=-3 -kerning first=932 second=1081 amount=-4 -kerning first=174 second=902 amount=-5 -kerning first=1100 second=1141 amount=-2 -kerning first=1225 second=1250 amount=1 -kerning first=92 second=1195 amount=-1 -kerning first=98 second=372 amount=-3 -kerning first=378 second=271 amount=-1 -kerning first=317 second=1232 amount=2 -kerning first=297 second=82 amount=3 -kerning first=194 second=183 amount=-2 -kerning first=1097 second=1024 amount=1 -kerning first=1033 second=356 amount=-3 -kerning first=290 second=106 amount=2 -kerning first=182 second=239 amount=5 -kerning first=87 second=177 amount=-4 -kerning first=1043 second=1254 amount=-2 -kerning first=328 second=1198 amount=-6 -kerning first=239 second=1011 amount=-4 -kerning first=910 second=981 amount=-6 -kerning first=1139 second=195 amount=-2 -kerning first=235 second=1035 amount=-3 -kerning first=283 second=221 amount=-7 -kerning first=318 second=298 amount=2 -kerning first=275 second=1143 amount=-1 -kerning first=1072 second=939 amount=-6 -kerning first=923 second=1069 amount=-2 -kerning first=89 second=959 amount=-6 -kerning first=374 second=283 amount=-6 -kerning first=1184 second=117 amount=-2 -kerning first=1012 second=1196 amount=-2 -kerning first=8217 second=113 amount=-4 -kerning first=8222 second=86 amount=-6 -kerning first=301 second=315 amount=3 -kerning first=1043 second=1144 amount=-2 -kerning first=346 second=1236 amount=-1 -kerning first=195 second=275 amount=-1 -kerning first=1187 second=201 amount=1 -kerning first=112 second=1185 amount=-2 -kerning first=1101 second=902 amount=-2 -kerning first=1210 second=1141 amount=-1 -kerning first=1267 second=226 amount=-1 -kerning first=1256 second=372 amount=-1 -kerning first=245 second=354 amount=-3 -kerning first=376 second=331 amount=-3 -kerning first=268 second=1232 amount=-1 -kerning first=932 second=71 amount=-2 -kerning first=286 second=1234 amount=-1 -kerning first=935 second=8373 amount=-2 -kerning first=1188 second=940 amount=-5 -kerning first=1043 second=380 amount=-3 -kerning first=357 second=69 amount=1 -kerning first=1122 second=84 amount=-3 -kerning first=1180 second=1060 amount=-2 -kerning first=1205 second=8221 amount=2 -kerning first=89 second=60 amount=-7 -kerning first=374 second=1087 amount=-3 -kerning first=301 second=357 amount=3 -kerning first=939 second=1194 amount=-3 -kerning first=311 second=1077 amount=-1 -kerning first=1094 second=70 amount=1 -kerning first=913 second=337 amount=-1 -kerning first=1033 second=902 amount=-2 -kerning first=71 second=309 amount=2 -kerning first=1233 second=1090 amount=-2 -kerning first=1098 second=1046 amount=-2 -kerning first=965 second=1204 amount=-3 -kerning first=1188 second=264 amount=-2 -kerning first=313 second=65 amount=2 -kerning first=8220 second=8218 amount=-8 -kerning first=57 second=8230 amount=-2 -kerning first=197 second=966 amount=-1 -kerning first=256 second=920 amount=-2 -kerning first=8250 second=121 amount=-2 -kerning first=1077 second=356 amount=-3 -kerning first=1170 second=1107 amount=-4 -kerning first=1200 second=192 amount=-5 -kerning first=1140 second=349 amount=-3 -kerning first=1040 second=177 amount=-3 -kerning first=1128 second=357 amount=-2 -kerning first=34 second=308 amount=-11 -kerning first=1027 second=1169 amount=-4 -kerning first=920 second=8220 amount=-2 -kerning first=183 second=260 amount=-2 -kerning first=358 second=224 amount=-5 -kerning first=245 second=913 amount=-2 -kerning first=1279 second=1153 amount=-1 -kerning first=378 second=113 amount=-1 -kerning first=76 second=374 amount=-5 -kerning first=116 second=183 amount=-1 -kerning first=359 second=1062 amount=1 -kerning first=922 second=1194 amount=-2 -kerning first=381 second=213 amount=-2 -kerning first=192 second=81 amount=-2 -kerning first=1082 second=279 amount=-1 -kerning first=1170 second=942 amount=-4 -kerning first=1254 second=354 amount=-2 -kerning first=264 second=65 amount=-1 -kerning first=258 second=71 amount=-2 -kerning first=1080 second=121 amount=-1 -kerning first=1138 second=1276 amount=-2 -kerning first=932 second=45 amount=-3 -kerning first=102 second=1105 amount=-1 -kerning first=1097 second=1196 amount=-2 -kerning first=1141 second=1255 amount=-1 -kerning first=1270 second=38 amount=-2 -kerning first=1200 second=232 amount=-6 -kerning first=1257 second=1279 amount=-1 -kerning first=923 second=8373 amount=-2 -kerning first=105 second=8361 amount=2 -kerning first=321 second=1258 amount=-2 -kerning first=237 second=1111 amount=3 -kerning first=335 second=8220 amount=-4 -kerning first=1124 second=301 amount=2 -kerning first=193 second=1143 amount=-4 -kerning first=973 second=89 amount=-4 -kerning first=945 second=247 amount=-2 -kerning first=242 second=86 amount=-4 -kerning first=1053 second=300 amount=2 -kerning first=317 second=357 amount=-1 -kerning first=256 second=8363 amount=-1 -kerning first=1274 second=1234 amount=-6 -kerning first=107 second=1010 amount=-1 -kerning first=1230 second=104 amount=1 -kerning first=38 second=1263 amount=-2 -kerning first=1199 second=1196 amount=-2 -kerning first=109 second=1204 amount=-3 -kerning first=1217 second=210 amount=-2 -kerning first=1184 second=286 amount=-2 -kerning first=122 second=358 amount=-2 -kerning first=1043 second=1078 amount=-3 -kerning first=99 second=1026 amount=-5 -kerning first=1027 second=1088 amount=-4 -kerning first=8221 second=1020 amount=-1 -kerning first=299 second=222 amount=3 -kerning first=1163 second=280 amount=1 -kerning first=112 second=1276 amount=-2 -kerning first=1090 second=932 amount=-2 -kerning first=118 second=99 amount=-1 -kerning first=345 second=100 amount=-1 -kerning first=45 second=374 amount=-3 -kerning first=170 second=263 amount=-2 -kerning first=376 second=197 amount=-5 -kerning first=1200 second=1084 amount=-3 -kerning first=1225 second=1223 amount=1 -kerning first=92 second=1194 amount=-2 -kerning first=1058 second=971 amount=-4 -kerning first=315 second=173 amount=-3 -kerning first=1075 second=972 amount=-1 -kerning first=183 second=1090 amount=-1 -kerning first=1168 second=228 amount=-5 -kerning first=260 second=355 amount=-2 -kerning first=1046 second=336 amount=-2 -kerning first=1066 second=372 amount=-3 -kerning first=1278 second=281 amount=-2 -kerning first=1254 second=913 amount=-2 -kerning first=193 second=284 amount=-2 -kerning first=1241 second=1197 amount=-2 -kerning first=70 second=193 amount=-6 -kerning first=161 second=8216 amount=-2 -kerning first=902 second=963 amount=-1 -kerning first=1094 second=1198 amount=-1 -kerning first=343 second=940 amount=-1 -kerning first=255 second=981 amount=-1 -kerning first=1270 second=255 amount=-4 -kerning first=372 second=43 amount=-2 -kerning first=935 second=1153 amount=-2 -kerning first=1111 second=102 amount=3 -kerning first=1220 second=1244 amount=-2 -kerning first=288 second=1059 amount=-2 -kerning first=376 second=275 amount=-6 -kerning first=910 second=1040 amount=-5 -kerning first=1056 second=225 amount=-1 -kerning first=1171 second=279 amount=-1 -kerning first=244 second=93 amount=-1 -kerning first=348 second=923 amount=-1 -kerning first=1230 second=317 amount=1 -kerning first=1222 second=376 amount=-1 -kerning first=253 second=65 amount=-4 -kerning first=927 second=44 amount=-3 -kerning first=295 second=933 amount=-6 -kerning first=1258 second=86 amount=-2 -kerning first=358 second=1117 amount=-4 -kerning first=8370 second=1066 amount=-2 -kerning first=217 second=46 amount=-2 -kerning first=247 second=1059 amount=-3 -kerning first=70 second=233 amount=-3 -kerning first=1072 second=967 amount=-1 -kerning first=359 second=313 amount=1 -kerning first=1058 second=337 amount=-5 -kerning first=915 second=1265 amount=-4 -kerning first=8217 second=52 amount=-6 -kerning first=1036 second=273 amount=-3 -kerning first=1153 second=372 amount=-1 -kerning first=1199 second=271 amount=-1 -kerning first=339 second=932 amount=-3 -kerning first=913 second=1105 amount=-1 -kerning first=228 second=1197 amount=-2 -kerning first=8224 second=913 amount=-5 -kerning first=1095 second=1249 amount=-2 -kerning first=70 second=1241 amount=-3 -kerning first=72 second=303 amount=2 -kerning first=1166 second=1237 amount=-1 -kerning first=376 second=1187 amount=-3 -kerning first=262 second=1111 amount=2 -kerning first=1225 second=8220 amount=-3 -kerning first=916 second=950 amount=-3 -kerning first=8220 second=1113 amount=-5 -kerning first=8218 second=1140 amount=-6 -kerning first=933 second=1081 amount=-3 -kerning first=1220 second=193 amount=-2 -kerning first=197 second=1060 amount=-2 -kerning first=107 second=339 amount=-1 -kerning first=902 second=243 amount=-1 -kerning first=114 second=1193 amount=-1 -kerning first=253 second=101 amount=-1 -kerning first=313 second=174 amount=-5 -kerning first=354 second=1234 amount=-6 -kerning first=302 second=106 amount=1 -kerning first=1243 second=1061 amount=-2 -kerning first=1085 second=1059 amount=-6 -kerning first=1090 second=285 amount=-1 -kerning first=358 second=81 amount=-2 -kerning first=1276 second=281 amount=-2 -kerning first=1265 second=95 amount=-5 -kerning first=923 second=1153 amount=-1 -kerning first=76 second=332 amount=-2 -kerning first=246 second=125 amount=-1 -kerning first=244 second=1265 amount=-1 -kerning first=1217 second=1259 amount=-2 -kerning first=90 second=1054 amount=-2 -kerning first=301 second=124 amount=3 -kerning first=1222 second=200 amount=1 -kerning first=281 second=932 amount=-3 -kerning first=334 second=258 amount=-2 -kerning first=1050 second=338 amount=-2 -kerning first=1170 second=1118 amount=-4 -kerning first=372 second=1236 amount=-4 -kerning first=1012 second=87 amount=-1 -kerning first=1188 second=1237 amount=-5 -kerning first=1027 second=266 amount=-2 -kerning first=299 second=1030 amount=3 -kerning first=83 second=260 amount=-1 -kerning first=84 second=228 amount=-5 -kerning first=1253 second=1198 amount=-6 -kerning first=932 second=1082 amount=-4 -kerning first=126 second=1202 amount=-4 -kerning first=1082 second=1195 amount=-1 -kerning first=1086 second=92 amount=-4 -kerning first=902 second=8221 amount=-7 -kerning first=8225 second=333 amount=-2 -kerning first=1205 second=347 amount=-1 -kerning first=1191 second=1026 amount=-7 -kerning first=253 second=1083 amount=-3 -kerning first=88 second=8353 amount=-2 -kerning first=89 second=361 amount=-3 -kerning first=1196 second=1143 amount=-4 -kerning first=1186 second=353 amount=-1 -kerning first=933 second=71 amount=-3 -kerning first=351 second=1066 amount=-5 -kerning first=915 second=267 amount=-5 -kerning first=1184 second=920 amount=-2 -kerning first=332 second=910 amount=-3 -kerning first=85 second=47 amount=-4 -kerning first=1090 second=162 amount=-1 -kerning first=1103 second=8220 amount=-3 -kerning first=1106 second=253 amount=-1 -kerning first=1116 second=354 amount=-4 -kerning first=1167 second=8224 amount=-2 -kerning first=1093 second=232 amount=-1 -kerning first=1113 second=86 amount=-7 -kerning first=1128 second=1256 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=264 second=935 amount=-1 -kerning first=1188 second=961 amount=-4 -kerning first=222 second=1140 amount=-3 -kerning first=8216 second=8222 amount=-8 -kerning first=53 second=46 amount=-2 -kerning first=1185 second=1204 amount=-4 -kerning first=277 second=92 amount=-3 -kerning first=358 second=195 amount=-6 -kerning first=1244 second=214 amount=-2 -kerning first=1178 second=71 amount=-2 -kerning first=1128 second=1200 amount=-5 -kerning first=1251 second=1249 amount=-2 -kerning first=1199 second=113 amount=-1 -kerning first=1167 second=88 amount=-2 -kerning first=1170 second=263 amount=-5 -kerning first=8224 second=308 amount=-5 -kerning first=341 second=242 amount=-1 -kerning first=1196 second=284 amount=-2 -kerning first=1069 second=8220 amount=-2 -kerning first=173 second=935 amount=-4 -kerning first=310 second=1143 amount=-3 -kerning first=1061 second=963 amount=-2 -kerning first=323 second=938 amount=2 -kerning first=1078 second=277 amount=-1 -kerning first=356 second=59 amount=-2 -kerning first=43 second=89 amount=-3 -kerning first=224 second=375 amount=-1 -kerning first=120 second=183 amount=-1 -kerning first=1279 second=234 amount=-1 -kerning first=382 second=1010 amount=-1 -kerning first=1184 second=8363 amount=-3 -kerning first=243 second=1140 amount=-4 -kerning first=939 second=1138 amount=-3 -kerning first=195 second=336 amount=-2 -kerning first=1119 second=358 amount=-3 -kerning first=345 second=1026 amount=-4 -kerning first=1279 second=1243 amount=-1 -kerning first=317 second=1256 amount=-2 -kerning first=297 second=1110 amount=6 -kerning first=933 second=45 amount=-3 -kerning first=321 second=172 amount=-3 -kerning first=232 second=1059 amount=-7 -kerning first=255 second=1040 amount=-4 -kerning first=1101 second=93 amount=-1 -kerning first=1193 second=1091 amount=-1 -kerning first=1188 second=246 amount=-5 -kerning first=1126 second=8225 amount=-5 -kerning first=1043 second=301 amount=6 -kerning first=1107 second=233 amount=-1 -kerning first=317 second=1200 amount=-5 -kerning first=1171 second=1195 amount=-1 -kerning first=369 second=8221 amount=1 -kerning first=118 second=198 amount=-4 -kerning first=1145 second=44 amount=-4 -kerning first=1222 second=1124 amount=1 -kerning first=1071 second=297 amount=5 -kerning first=310 second=284 amount=-2 -kerning first=359 second=70 amount=1 -kerning first=1058 second=1105 amount=-5 -kerning first=922 second=1138 amount=-2 -kerning first=1107 second=1241 amount=-1 -kerning first=972 second=1204 amount=-3 -kerning first=119 second=256 amount=-4 -kerning first=957 second=923 amount=-4 -kerning first=1060 second=358 amount=-2 -kerning first=87 second=326 amount=-2 -kerning first=355 second=1178 amount=1 -kerning first=1178 second=45 amount=-4 -kerning first=1061 second=243 amount=-2 -kerning first=197 second=359 amount=-2 -kerning first=260 second=1198 amount=-5 -kerning first=343 second=1237 amount=-1 -kerning first=373 second=8249 amount=-2 -kerning first=913 second=1171 amount=-2 -kerning first=1033 second=93 amount=-1 -kerning first=1257 second=186 amount=-2 -kerning first=89 second=290 amount=-3 -kerning first=939 second=287 amount=-6 -kerning first=236 second=165 amount=2 -kerning first=972 second=1232 amount=-2 -kerning first=1139 second=119 amount=-1 -kerning first=1036 second=240 amount=-3 -kerning first=315 second=8225 amount=-6 -kerning first=8222 second=8216 amount=-8 -kerning first=194 second=92 amount=-5 -kerning first=1187 second=1219 amount=1 -kerning first=119 second=281 amount=-1 -kerning first=957 second=295 amount=3 -kerning first=1098 second=125 amount=-2 -kerning first=1101 second=1265 amount=-1 -kerning first=935 second=234 amount=-2 -kerning first=337 second=1197 amount=-2 -kerning first=1220 second=374 amount=-7 -kerning first=1180 second=1254 amount=-2 -kerning first=336 second=197 amount=-2 -kerning first=1209 second=84 amount=-3 -kerning first=8225 second=1077 amount=-2 -kerning first=1200 second=212 amount=-3 -kerning first=92 second=1138 amount=-2 -kerning first=382 second=339 amount=-1 -kerning first=922 second=287 amount=-3 -kerning first=8217 second=248 amount=-4 -kerning first=935 second=1243 amount=-2 -kerning first=357 second=1050 amount=1 -kerning first=194 second=338 amount=-2 -kerning first=377 second=1242 amount=-2 -kerning first=1179 second=101 amount=-1 -kerning first=1081 second=358 amount=-3 -kerning first=258 second=8224 amount=-5 -kerning first=1273 second=1265 amount=-1 -kerning first=1180 second=1144 amount=-2 -kerning first=174 second=267 amount=-2 -kerning first=358 second=345 amount=-4 -kerning first=256 second=216 amount=-2 -kerning first=356 second=291 amount=-5 -kerning first=1168 second=1179 amount=-4 -kerning first=373 second=1035 amount=-3 -kerning first=1033 second=1265 amount=-1 -kerning first=965 second=1200 amount=-4 -kerning first=196 second=1059 amount=-5 -kerning first=961 second=1185 amount=-2 -kerning first=1075 second=224 amount=-1 -kerning first=101 second=89 amount=-7 -kerning first=183 second=120 amount=-1 -kerning first=79 second=198 amount=-2 -kerning first=108 second=206 amount=2 -kerning first=1199 second=238 amount=3 -kerning first=221 second=1234 amount=-5 -kerning first=239 second=76 amount=3 -kerning first=245 second=1263 amount=-1 -kerning first=1089 second=910 amount=-4 -kerning first=359 second=1198 amount=-1 -kerning first=1274 second=1258 amount=-2 -kerning first=1181 second=173 amount=-2 -kerning first=902 second=347 amount=-1 -kerning first=368 second=8218 amount=-5 -kerning first=1097 second=52 amount=-1 -kerning first=343 second=246 amount=-1 -kerning first=92 second=287 amount=-1 -kerning first=923 second=234 amount=-1 -kerning first=1198 second=58 amount=-4 -kerning first=1122 second=1118 amount=-1 -kerning first=280 second=239 amount=5 -kerning first=1175 second=232 amount=-1 -kerning first=193 second=42 amount=-6 -kerning first=1143 second=8244 amount=2 -kerning first=1224 second=118 amount=-1 -kerning first=113 second=84 amount=-3 -kerning first=87 second=260 amount=-4 -kerning first=1114 second=1140 amount=-7 -kerning first=376 second=336 amount=-3 -kerning first=378 second=248 amount=-1 -kerning first=923 second=1243 amount=-1 -kerning first=933 second=1082 amount=-3 -kerning first=117 second=354 amount=-3 -kerning first=192 second=211 amount=-2 -kerning first=1241 second=253 amount=-1 -kerning first=1215 second=221 amount=-7 -kerning first=216 second=933 amount=-3 -kerning first=1097 second=1037 amount=1 -kerning first=1224 second=1201 amount=-1 -kerning first=1198 second=932 amount=3 -kerning first=1263 second=356 amount=-2 -kerning first=239 second=359 amount=3 -kerning first=242 second=8216 amount=-4 -kerning first=196 second=291 amount=-1 -kerning first=1143 second=84 amount=-2 -kerning first=171 second=1040 amount=-2 -kerning first=229 second=1035 amount=-3 -kerning first=230 second=221 amount=-7 -kerning first=1077 second=1265 amount=-1 -kerning first=102 second=231 amount=-1 -kerning first=343 second=8217 amount=1 -kerning first=109 second=1200 amount=-6 -kerning first=254 second=1203 amount=-1 -kerning first=1217 second=1193 amount=-2 -kerning first=1188 second=1197 amount=-2 -kerning first=49 second=44 amount=-3 -kerning first=1275 second=183 amount=-1 -kerning first=1163 second=1062 amount=1 -kerning first=1068 second=1140 amount=-4 -kerning first=86 second=972 amount=-4 -kerning first=1126 second=79 amount=-2 -kerning first=104 second=1090 amount=-2 -kerning first=1267 second=301 amount=3 -kerning first=98 second=1098 amount=-2 -kerning first=355 second=1045 amount=1 -kerning first=305 second=92 amount=2 -kerning first=192 second=119 amount=-4 -kerning first=1252 second=206 amount=2 -kerning first=1196 second=1181 amount=-4 -kerning first=89 second=196 amount=-5 -kerning first=1188 second=1096 amount=-4 -kerning first=1109 second=1059 amount=-5 -kerning first=1027 second=245 amount=-5 -kerning first=55 second=55 amount=1 -kerning first=84 second=1179 amount=-4 -kerning first=228 second=253 amount=-1 -kerning first=1269 second=1185 amount=-2 -kerning first=212 second=1035 amount=-2 -kerning first=345 second=1235 amount=-1 -kerning first=8373 second=1232 amount=-1 -kerning first=929 second=227 amount=-1 -kerning first=374 second=59 amount=-4 -kerning first=1058 second=951 amount=-4 -kerning first=46 second=933 amount=-4 -kerning first=1094 second=1252 amount=1 -kerning first=913 second=1091 amount=-4 -kerning first=1263 second=902 amount=-4 -kerning first=1234 second=8370 amount=-2 -kerning first=363 second=1026 amount=-3 -kerning first=224 second=1066 amount=-3 -kerning first=961 second=1276 amount=-2 -kerning first=1140 second=1069 amount=-2 -kerning first=89 second=235 amount=-6 -kerning first=315 second=79 amount=-2 -kerning first=1258 second=8216 amount=-2 -kerning first=354 second=1258 amount=-2 -kerning first=250 second=8220 amount=-3 -kerning first=63 second=260 amount=-4 -kerning first=1255 second=1078 amount=-1 -kerning first=1203 second=337 amount=-1 -kerning first=1271 second=1204 amount=-2 -kerning first=1118 second=97 amount=-1 -kerning first=348 second=192 amount=-1 -kerning first=90 second=299 amount=5 -kerning first=197 second=1254 amount=-2 -kerning first=275 second=118 amount=-1 -kerning first=114 second=1010 amount=-1 -kerning first=1242 second=1059 amount=-3 -kerning first=1198 second=285 amount=-6 -kerning first=1128 second=1017 amount=-2 -kerning first=1043 second=242 amount=-5 -kerning first=8218 second=1058 amount=-6 -kerning first=309 second=305 amount=3 -kerning first=1143 second=1239 amount=-1 -kerning first=197 second=1144 amount=-2 -kerning first=1274 second=1080 amount=-4 -kerning first=214 second=1066 amount=-2 -kerning first=275 second=1201 amount=-1 -kerning first=1265 second=335 amount=-1 -kerning first=944 second=1196 amount=-3 -kerning first=915 second=369 amount=-5 -kerning first=8217 second=1100 amount=-1 -kerning first=301 second=303 amount=6 -kerning first=1226 second=925 amount=1 -kerning first=279 second=1078 amount=-1 -kerning first=913 second=231 amount=-1 -kerning first=8370 second=65 amount=-1 -kerning first=239 second=1238 amount=3 -kerning first=307 second=41 amount=2 -kerning first=1222 second=1180 amount=1 -kerning first=1145 second=225 amount=-1 -kerning first=254 second=910 amount=-7 -kerning first=923 second=376 amount=-5 -kerning first=88 second=233 amount=-2 -kerning first=1198 second=162 amount=-6 -kerning first=1186 second=302 amount=1 -kerning first=295 second=1204 amount=-3 -kerning first=1184 second=216 amount=-2 -kerning first=355 second=358 amount=-2 -kerning first=1163 second=313 amount=1 -kerning first=210 second=194 amount=-2 -kerning first=358 second=211 amount=-2 -kerning first=1191 second=1061 amount=-2 -kerning first=1270 second=1251 amount=-4 -kerning first=1200 second=44 amount=-4 -kerning first=253 second=1257 amount=-1 -kerning first=317 second=1017 amount=-2 -kerning first=88 second=1241 amount=-2 -kerning first=301 second=55 amount=6 -kerning first=65 second=1258 amount=-2 -kerning first=1170 second=365 amount=-5 -kerning first=8224 second=265 amount=-2 -kerning first=299 second=905 amount=3 -kerning first=1110 second=297 amount=3 -kerning first=193 second=213 amount=-2 -kerning first=1143 second=74 amount=-4 -kerning first=1243 second=121 amount=-1 -kerning first=126 second=356 amount=-3 -kerning first=932 second=971 amount=-4 -kerning first=1230 second=172 amount=-1 -kerning first=1113 second=8216 amount=-5 -kerning first=255 second=47 amount=-4 -kerning first=1140 second=8373 amount=-2 -kerning first=89 second=343 amount=-3 -kerning first=374 second=291 amount=-6 -kerning first=301 second=1162 amount=3 -kerning first=8217 second=115 amount=-5 -kerning first=222 second=1058 amount=-4 -kerning first=1210 second=49 amount=-3 -kerning first=1213 second=375 amount=-1 -kerning first=1239 second=1197 amount=-1 -kerning first=358 second=119 amount=-4 -kerning first=45 second=1249 amount=-1 -kerning first=67 second=88 amount=-1 -kerning first=333 second=1236 amount=-2 -kerning first=114 second=339 amount=-1 -kerning first=1066 second=1098 amount=-2 -kerning first=372 second=277 amount=-4 -kerning first=75 second=211 amount=-2 -kerning first=81 second=198 amount=-2 -kerning first=939 second=1012 amount=-3 -kerning first=1017 second=913 amount=-1 -kerning first=265 second=933 amount=-4 -kerning first=193 second=118 amount=-4 -kerning first=1224 second=356 amount=-3 -kerning first=1274 second=172 amount=-3 -kerning first=220 second=8222 amount=-5 -kerning first=255 second=1198 amount=-2 -kerning first=89 second=169 amount=-3 -kerning first=1186 second=43 amount=-1 -kerning first=1058 second=1091 amount=-4 -kerning first=243 second=1058 amount=-3 -kerning first=939 second=358 amount=3 -kerning first=195 second=36 amount=-1 -kerning first=354 second=1080 amount=-4 -kerning first=1168 second=214 amount=-2 -kerning first=1199 second=248 amount=-1 -kerning first=193 second=1201 amount=-4 -kerning first=1094 second=1186 amount=1 -kerning first=87 second=946 amount=-2 -kerning first=935 second=334 amount=-2 -kerning first=349 second=374 amount=-5 -kerning first=122 second=245 amount=-1 -kerning first=377 second=262 amount=-2 -kerning first=8244 second=1033 amount=-3 -kerning first=932 second=337 amount=-5 -kerning first=1059 second=963 amount=-6 -kerning first=1084 second=1199 amount=-1 -kerning first=1270 second=109 amount=-4 -kerning first=1040 second=170 amount=-5 -kerning first=372 second=1189 amount=-2 -kerning first=75 second=119 amount=-4 -kerning first=922 second=1012 amount=-2 -kerning first=186 second=1153 amount=-2 -kerning first=270 second=86 amount=-2 -kerning first=342 second=933 amount=-2 -kerning first=1027 second=1097 amount=-4 -kerning first=924 second=297 amount=5 -kerning first=332 second=1234 amount=-2 -kerning first=1203 second=1105 amount=-1 -kerning first=70 second=46 amount=-3 -kerning first=8244 second=923 amount=-9 -kerning first=337 second=253 amount=-1 -kerning first=1010 second=1035 amount=-5 -kerning first=356 second=1054 amount=-2 -kerning first=251 second=8217 amount=1 -kerning first=1082 second=287 amount=-1 -kerning first=1230 second=68 amount=1 -kerning first=1153 second=1098 amount=-1 -kerning first=972 second=1200 amount=-7 -kerning first=1235 second=932 amount=-3 -kerning first=8224 second=1139 amount=-2 -kerning first=324 second=1267 amount=-1 -kerning first=1126 second=8244 amount=-7 -kerning first=299 second=84 amount=6 -kerning first=55 second=244 amount=-3 -kerning first=118 second=193 amount=-4 -kerning first=1180 second=301 amount=5 -kerning first=43 second=1046 amount=-4 -kerning first=1168 second=1199 amount=-4 -kerning first=1232 second=277 amount=-1 -kerning first=170 second=256 amount=-5 -kerning first=1205 second=1034 amount=1 -kerning first=1270 second=173 amount=-3 -kerning first=1265 second=1104 amount=-1 -kerning first=1216 second=95 amount=2 -kerning first=1058 second=231 amount=-5 -kerning first=915 second=326 amount=-4 -kerning first=957 second=192 amount=-4 -kerning first=1237 second=1198 amount=-7 -kerning first=1126 second=84 amount=-6 -kerning first=1267 second=242 amount=-1 -kerning first=305 second=95 amount=3 -kerning first=297 second=1213 amount=3 -kerning first=68 second=8218 amount=-3 -kerning first=356 second=378 amount=-3 -kerning first=1116 second=265 amount=-1 -kerning first=1189 second=97 amount=-1 -kerning first=1059 second=243 amount=-6 -kerning first=902 second=99 amount=-1 -kerning first=1084 second=957 amount=-1 -kerning first=1094 second=8221 amount=2 -kerning first=92 second=1012 amount=-2 -kerning first=1140 second=257 amount=-4 -kerning first=923 second=334 amount=-2 -kerning first=71 second=1196 amount=-2 -kerning first=55 second=8222 amount=-9 -kerning first=1163 second=70 amount=1 -kerning first=258 second=337 amount=-1 -kerning first=959 second=8225 amount=-2 -kerning first=261 second=376 amount=-6 -kerning first=118 second=233 amount=-1 -kerning first=1072 second=92 amount=-3 -kerning first=36 second=256 amount=-1 -kerning first=170 second=281 amount=-2 -kerning first=92 second=358 amount=-6 -kerning first=1140 second=1153 amount=-4 -kerning first=315 second=8244 amount=-3 -kerning first=231 second=1066 amount=-5 -kerning first=275 second=356 amount=-3 -kerning first=354 second=172 amount=-3 -kerning first=211 second=196 amount=-2 -kerning first=957 second=232 amount=-1 -kerning first=169 second=1236 amount=-2 -kerning first=118 second=1241 amount=-1 -kerning first=1196 second=213 amount=-2 -kerning first=1278 second=289 amount=-2 -kerning first=221 second=1258 amount=-3 -kerning first=8370 second=935 amount=-1 -kerning first=920 second=923 amount=-2 -kerning first=244 second=1278 amount=-2 -kerning first=196 second=1054 amount=-2 -kerning first=84 second=214 amount=-2 -kerning first=247 second=372 amount=-2 -kerning first=1168 second=957 amount=-4 -kerning first=79 second=1244 amount=-2 -kerning first=1046 second=1242 amount=-2 -kerning first=1205 second=293 amount=1 -kerning first=1141 second=933 amount=-2 -kerning first=254 second=1093 amount=-1 -kerning first=923 second=373 amount=-4 -kerning first=315 second=84 amount=-6 -kerning first=301 second=1225 amount=3 -kerning first=939 second=1169 amount=-3 -kerning first=1111 second=105 amount=6 -kerning first=210 second=376 amount=-3 -kerning first=235 second=1199 amount=-1 -kerning first=1090 second=940 amount=-1 -kerning first=86 second=224 amount=-4 -kerning first=1118 second=1089 amount=-1 -kerning first=1020 second=358 amount=-3 -kerning first=1056 second=1235 amount=-1 -kerning first=1171 second=287 amount=-1 -kerning first=297 second=223 amount=3 -kerning first=8218 second=939 amount=-7 -kerning first=1050 second=335 amount=-3 -kerning first=1083 second=1196 amount=-3 -kerning first=1179 second=1257 amount=-1 -kerning first=1102 second=1236 amount=-2 -kerning first=1196 second=118 amount=-4 -kerning first=335 second=923 amount=-2 -kerning first=1188 second=253 amount=-4 -kerning first=8221 second=972 amount=-4 -kerning first=1085 second=372 amount=-3 -kerning first=70 second=103 amount=-3 -kerning first=1209 second=1118 amount=-1 -kerning first=110 second=86 amount=-3 -kerning first=1091 second=945 amount=-1 -kerning first=310 second=213 amount=-2 -kerning first=1196 second=1201 amount=-4 -kerning first=351 second=174 amount=-1 -kerning first=359 second=1252 amount=1 -kerning first=1111 second=8360 amount=3 -kerning first=79 second=193 amount=-2 -kerning first=171 second=1198 amount=-4 -kerning first=84 second=1199 amount=-4 -kerning first=1257 second=1040 amount=-2 -kerning first=284 second=354 amount=-2 -kerning first=1114 second=1058 amount=-7 -kerning first=1126 second=1239 amount=-1 -kerning first=8244 second=181 amount=-3 -kerning first=1078 second=932 amount=-3 -kerning first=1116 second=1139 amount=-1 -kerning first=903 second=1051 amount=-3 -kerning first=932 second=1105 amount=-5 -kerning first=1145 second=100 amount=-1 -kerning first=334 second=1059 amount=-3 -kerning first=1034 second=1236 amount=-2 -kerning first=1207 second=126 amount=-1 -kerning first=89 second=210 amount=-3 -kerning first=1186 second=1018 amount=1 -kerning first=1128 second=244 amount=-1 -kerning first=1217 second=1010 amount=-2 -kerning first=915 second=260 amount=-6 -kerning first=939 second=1088 amount=-3 -kerning first=931 second=947 amount=-3 -kerning first=1107 second=46 amount=-6 -kerning first=1111 second=325 amount=3 -kerning first=235 second=957 amount=-1 -kerning first=288 second=299 amount=2 -kerning first=1237 second=1175 amount=-1 -kerning first=1276 second=289 amount=-2 -kerning first=310 second=118 amount=-3 -kerning first=933 second=971 amount=-3 -kerning first=273 second=106 amount=3 -kerning first=260 second=963 amount=-1 -kerning first=1163 second=1198 amount=-1 -kerning first=1068 second=1058 amount=-3 -kerning first=240 second=1035 amount=-3 -kerning first=927 second=1026 amount=-2 -kerning first=310 second=1201 amount=-3 -kerning first=193 second=356 amount=-6 -kerning first=208 second=198 amount=-2 -kerning first=1116 second=247 amount=-2 -kerning first=102 second=229 amount=-1 -kerning first=1270 second=1220 amount=-4 -kerning first=1200 second=225 amount=-6 -kerning first=253 second=1108 amount=-1 -kerning first=326 second=1091 amount=-1 -kerning first=244 second=260 amount=-2 -kerning first=116 second=925 amount=1 -kerning first=1084 second=354 amount=-3 -kerning first=1170 second=256 amount=-6 -kerning first=84 second=957 amount=-4 -kerning first=284 second=913 amount=-1 -kerning first=1117 second=221 amount=-6 -kerning first=1234 second=232 amount=-1 -kerning first=186 second=194 amount=-5 -kerning first=1213 second=1066 amount=-3 -kerning first=375 second=8244 amount=2 -kerning first=1118 second=1145 amount=-1 -kerning first=1061 second=99 amount=-2 -kerning first=197 second=301 amount=3 -kerning first=8250 second=88 amount=-3 -kerning first=216 second=1204 amount=-2 -kerning first=1097 second=115 amount=-1 -kerning first=253 second=1032 amount=-4 -kerning first=88 second=332 amount=-2 -kerning first=243 second=939 amount=-7 -kerning first=221 second=1080 amount=-3 -kerning first=8244 second=1116 amount=-1 -kerning first=258 second=1105 amount=-1 -kerning first=1220 second=1249 amount=-2 -kerning first=118 second=374 amount=-2 -kerning first=375 second=84 amount=-2 -kerning first=933 second=337 amount=-6 -kerning first=915 second=1090 amount=-2 -kerning first=232 second=372 amount=-3 -kerning first=216 second=1232 amount=-2 -kerning first=260 second=243 amount=-1 -kerning first=1170 second=281 amount=-5 -kerning first=1016 second=195 amount=-2 -kerning first=957 second=221 amount=-2 -kerning first=290 second=86 amount=-1 -kerning first=87 second=966 amount=-4 -kerning first=186 second=234 amount=-2 -kerning first=1078 second=285 amount=-1 -kerning first=1277 second=269 amount=-1 -kerning first=343 second=253 amount=1 -kerning first=285 second=1035 amount=-3 -kerning first=1115 second=221 amount=-6 -kerning first=1101 second=1278 amount=-2 -kerning first=374 second=1054 amount=-3 -kerning first=1217 second=339 amount=-2 -kerning first=186 second=1243 amount=-2 -kerning first=271 second=932 amount=3 -kerning first=177 second=86 amount=-4 -kerning first=112 second=1267 amount=-1 -kerning first=86 second=81 amount=-2 -kerning first=80 second=260 amount=-5 -kerning first=1225 second=295 amount=1 -kerning first=1178 second=337 amount=-3 -kerning first=89 second=1259 amount=-6 -kerning first=244 second=1090 amount=-2 -kerning first=946 second=301 amount=2 -kerning first=46 second=1204 amount=-2 -kerning first=1230 second=1188 amount=1 -kerning first=195 second=1242 amount=-2 -kerning first=260 second=8221 amount=-7 -kerning first=1050 second=1104 amount=-3 -kerning first=211 second=89 amount=-3 -kerning first=1170 second=1226 amount=-4 -kerning first=1092 second=1026 amount=-3 -kerning first=1094 second=347 amount=-1 -kerning first=114 second=1072 amount=-1 -kerning first=1140 second=194 amount=-5 -kerning first=1263 second=267 amount=-1 -kerning first=939 second=266 amount=-3 -kerning first=1107 second=103 amount=-1 -kerning first=55 second=349 amount=-3 -kerning first=1143 second=263 amount=-1 -kerning first=1078 second=162 amount=-1 -kerning first=1274 second=965 amount=-4 -kerning first=1180 second=242 amount=-3 -kerning first=1087 second=8220 amount=-3 -kerning first=1239 second=253 amount=-1 -kerning first=1033 second=1278 amount=-2 -kerning first=359 second=1186 amount=1 -kerning first=295 second=1200 amount=-6 -kerning first=194 second=335 amount=-1 -kerning first=1168 second=913 amount=-6 -kerning first=1106 second=1185 amount=-2 -kerning first=355 second=1048 amount=1 -kerning first=269 second=376 amount=-4 -kerning first=8218 second=967 amount=-3 -kerning first=8244 second=110 amount=-1 -kerning first=235 second=354 amount=-3 -kerning first=214 second=65 amount=-2 -kerning first=1189 second=1089 amount=-1 -kerning first=187 second=358 amount=-8 -kerning first=1059 second=347 amount=-4 -kerning first=1040 second=966 amount=-1 -kerning first=1140 second=234 amount=-4 -kerning first=1202 second=1256 amount=-2 -kerning first=1198 second=1075 amount=-3 -kerning first=922 second=266 amount=-2 -kerning first=34 second=258 amount=-5 -kerning first=221 second=172 amount=-3 -kerning first=1188 second=171 amount=-8 -kerning first=939 second=237 amount=-2 -kerning first=1027 second=375 amount=-4 -kerning first=78 second=296 amount=2 -kerning first=1090 second=1237 amount=-1 -kerning first=118 second=1111 amount=3 -kerning first=1069 second=923 amount=-2 -kerning first=174 second=260 amount=-5 -kerning first=86 second=195 amount=-5 -kerning first=375 second=1239 amount=-1 -kerning first=1244 second=265 amount=-2 -kerning first=1140 second=1243 amount=-4 -kerning first=246 second=1203 amount=-1 -kerning first=81 second=1244 amount=-2 -kerning first=97 second=375 amount=-1 -kerning first=79 second=374 amount=-3 -kerning first=1226 second=353 amount=-1 -kerning first=37 second=8244 amount=-4 -kerning first=1207 second=327 amount=1 -kerning first=119 second=289 amount=-1 -kerning first=95 second=1057 amount=-3 -kerning first=241 second=1140 amount=-3 -kerning first=313 second=908 amount=-2 -kerning first=239 second=301 amount=3 -kerning first=910 second=963 amount=-6 -kerning first=196 second=372 amount=-4 -kerning first=1274 second=333 amount=-5 -kerning first=932 second=951 amount=-4 -kerning first=1201 second=1207 amount=-1 -kerning first=1082 second=358 amount=-4 -kerning first=1277 second=1086 amount=-1 -kerning first=902 second=8353 amount=-2 -kerning first=1191 second=121 amount=-2 -kerning first=922 second=237 amount=2 -kerning first=8217 second=959 amount=-4 -kerning first=1083 second=87 amount=-3 -kerning first=1255 second=8220 amount=-4 -kerning first=341 second=923 amount=-3 -kerning first=1101 second=260 amount=-2 -kerning first=1234 second=221 amount=-5 -kerning first=72 second=298 amount=2 -kerning first=244 second=170 amount=-2 -kerning first=359 second=8221 amount=2 -kerning first=256 second=927 amount=-2 -kerning first=356 second=299 amount=6 -kerning first=1168 second=1103 amount=-5 -kerning first=1046 second=945 amount=-2 -kerning first=1051 second=297 amount=5 -kerning first=1167 second=41 amount=-1 -kerning first=1097 second=108 amount=1 -kerning first=92 second=266 amount=-2 -kerning first=254 second=1234 amount=-2 -kerning first=81 second=193 amount=-2 -kerning first=299 second=314 amount=3 -kerning first=283 second=1026 amount=-3 -kerning first=1274 second=8218 amount=-8 -kerning first=1114 second=939 amount=-11 -kerning first=375 second=74 amount=-4 -kerning first=933 second=1105 amount=-6 -kerning first=1058 second=363 amount=-5 -kerning first=915 second=946 amount=-4 -kerning first=8217 second=60 amount=-6 -kerning first=270 second=8216 amount=-2 -kerning first=1168 second=308 amount=-6 -kerning first=354 second=965 amount=-4 -kerning first=1046 second=262 amount=-2 -kerning first=311 second=275 amount=-1 -kerning first=1179 second=1108 amount=-1 -kerning first=258 second=1171 amount=-2 -kerning first=1033 second=260 amount=-2 -kerning first=71 second=238 amount=2 -kerning first=1196 second=902 amount=-6 -kerning first=121 second=337 amount=-1 -kerning first=87 second=1060 amount=-2 -kerning first=239 second=1250 amount=3 -kerning first=910 second=243 amount=-6 -kerning first=84 second=913 amount=-6 -kerning first=233 second=86 amount=-3 -kerning first=256 second=1267 amount=-4 -kerning first=1145 second=297 amount=7 -kerning first=1189 second=1145 amount=-1 -kerning first=1205 second=340 amount=1 -kerning first=1128 second=349 amount=-1 -kerning first=1263 second=177 amount=-3 -kerning first=243 second=967 amount=-1 -kerning first=265 second=1204 amount=-5 -kerning first=1124 second=923 amount=-1 -kerning first=1224 second=1265 amount=-1 -kerning first=1090 second=246 amount=-1 -kerning first=1203 second=231 amount=-1 -kerning first=1068 second=939 amount=-7 -kerning first=345 second=121 amount=1 -kerning first=358 second=97 amount=-5 -kerning first=245 second=258 amount=-2 -kerning first=1244 second=1139 amount=-2 -kerning first=378 second=959 amount=-1 -kerning first=1178 second=1105 amount=-3 -kerning first=8244 second=192 amount=-9 -kerning first=1181 second=84 amount=-4 -kerning first=1111 second=1055 amount=3 -kerning first=1167 second=1091 amount=-1 -kerning first=1101 second=1090 amount=-2 -kerning first=162 second=376 amount=-4 -kerning first=1109 second=372 amount=-2 -kerning first=1122 second=256 amount=-2 -kerning first=1107 second=259 amount=-1 -kerning first=8221 second=224 amount=-4 -kerning first=376 second=1242 amount=-3 -kerning first=1171 second=358 amount=-2 -kerning first=196 second=299 amount=3 -kerning first=224 second=174 amount=-1 -kerning first=102 second=279 amount=-1 -kerning first=1026 second=196 amount=-2 -kerning first=1097 second=1134 amount=1 -kerning first=1200 second=100 amount=-6 -kerning first=1091 second=111 amount=-1 -kerning first=923 second=1141 amount=-4 -kerning first=246 second=910 amount=-7 -kerning first=1058 second=229 amount=-5 -kerning first=301 second=377 amount=6 -kerning first=920 second=1217 amount=-2 -kerning first=299 second=1120 amount=3 -kerning first=194 second=1104 amount=-1 -kerning first=354 second=333 amount=-5 -kerning first=1275 second=95 amount=-3 -kerning first=181 second=1058 amount=-3 -kerning first=1273 second=1090 amount=-2 -kerning first=1244 second=247 amount=-4 -kerning first=293 second=1196 amount=-3 -kerning first=8244 second=232 amount=-4 -kerning first=197 second=242 amount=-1 -kerning first=256 second=269 amount=-1 -kerning first=1270 second=79 amount=-2 -kerning first=1033 second=1090 amount=-2 -kerning first=1040 second=1060 amount=-2 -kerning first=1196 second=1173 amount=-4 -kerning first=1198 second=940 amount=-6 -kerning first=8221 second=970 amount=-4 -kerning first=259 second=933 amount=-6 -kerning first=84 second=1103 amount=-5 -kerning first=1180 second=1099 amount=2 -kerning first=912 second=45 amount=-2 -kerning first=8220 second=197 amount=-6 -kerning first=981 second=1277 amount=-1 -kerning first=1036 second=255 amount=-3 -kerning first=335 second=1217 amount=-2 -kerning first=183 second=1078 amount=-1 -kerning first=260 second=347 amount=-1 -kerning first=354 second=8218 amount=-8 -kerning first=210 second=8230 amount=-3 -kerning first=1098 second=1203 amount=-1 -kerning first=1242 second=372 amount=-1 -kerning first=1198 second=264 amount=-3 -kerning first=1278 second=271 amount=-2 -kerning first=1254 second=258 amount=-2 -kerning first=1126 second=1118 amount=-4 -kerning first=920 second=192 amount=-2 -kerning first=1061 second=8353 amount=-2 -kerning first=8244 second=1084 amount=-1 -kerning first=84 second=308 amount=-6 -kerning first=959 second=84 amount=-3 -kerning first=225 second=255 amount=-1 -kerning first=197 second=8220 amount=-8 -kerning first=1274 second=1077 amount=-5 -kerning first=214 second=935 amount=-2 -kerning first=932 second=1091 amount=-4 -kerning first=255 second=963 amount=-1 -kerning first=1257 second=1198 amount=-7 -kerning first=923 second=116 amount=-2 -kerning first=372 second=58 amount=-3 -kerning first=1027 second=187 amount=-3 -kerning first=195 second=86 amount=-5 -kerning first=371 second=1066 amount=-3 -kerning first=1234 second=212 amount=-2 -kerning first=1118 second=1233 amount=-1 -kerning first=110 second=8216 amount=-3 -kerning first=1054 second=910 amount=-3 -kerning first=1244 second=1028 amount=-2 -kerning first=65 second=333 amount=-1 -kerning first=192 second=1089 amount=-1 -kerning first=1241 second=1185 amount=-2 -kerning first=1181 second=1239 amount=-1 -kerning first=275 second=1265 amount=-1 -kerning first=176 second=1232 amount=-6 -kerning first=1101 second=170 amount=-2 -kerning first=335 second=192 amount=-2 -kerning first=1188 second=117 amount=-5 -kerning first=8360 second=86 amount=-3 -kerning first=1185 second=244 amount=-1 -kerning first=1197 second=356 amount=-2 -kerning first=70 second=273 amount=-3 -kerning first=1077 second=1090 amount=-1 -kerning first=1200 second=112 amount=-3 -kerning first=1141 second=1204 amount=-2 -kerning first=89 second=1193 amount=-6 -kerning first=915 second=120 amount=-3 -kerning first=315 second=1118 amount=-4 -kerning first=8221 second=1117 amount=-1 -kerning first=195 second=945 amount=-1 -kerning first=194 second=353 amount=-1 -kerning first=913 second=279 amount=-1 -kerning first=208 second=1244 amount=-2 -kerning first=8224 second=258 amount=-5 -kerning first=121 second=1105 amount=-1 -kerning first=1126 second=263 amount=-1 -kerning first=239 second=1223 amount=3 -kerning first=376 second=1074 amount=-3 -kerning first=946 second=8220 amount=-4 -kerning first=321 second=8219 amount=-3 -kerning first=256 second=1086 amount=-1 -kerning first=356 second=1020 amount=-4 -kerning first=932 second=231 amount=-5 -kerning first=1222 second=254 amount=1 -kerning first=1230 second=351 amount=-1 -kerning first=1145 second=1235 amount=-1 -kerning first=114 second=1203 amount=1 -kerning first=255 second=243 amount=-1 -kerning first=1033 second=170 amount=-2 -kerning first=1141 second=1232 amount=-4 -kerning first=88 second=103 amount=-2 -kerning first=927 second=1061 amount=-2 -kerning first=1184 second=927 amount=-2 -kerning first=81 second=374 amount=-3 -kerning first=939 second=245 amount=-6 -kerning first=313 second=126 amount=-3 -kerning first=195 second=262 amount=-2 -kerning first=1163 second=1252 amount=1 -kerning first=258 second=1091 amount=-4 -kerning first=1139 second=1140 amount=-4 -kerning first=228 second=1185 amount=-2 -kerning first=1114 second=967 amount=-2 -kerning first=1276 second=271 amount=-2 -kerning first=1225 second=82 amount=1 -kerning first=244 second=120 amount=-1 -kerning first=933 second=951 amount=-3 -kerning first=359 second=347 amount=-1 -kerning first=65 second=1029 amount=-1 -kerning first=97 second=1066 amount=-3 -kerning first=1097 second=204 amount=1 -kerning first=8224 second=283 amount=-2 -kerning first=1278 second=113 amount=-2 -kerning first=248 second=197 amount=-2 -kerning first=208 second=193 amount=-2 -kerning first=1274 second=351 amount=-5 -kerning first=216 second=1200 amount=-3 -kerning first=1232 second=932 amount=-6 -kerning first=1207 second=1056 amount=1 -kerning first=1270 second=973 amount=-4 -kerning first=255 second=8221 amount=2 -kerning first=89 second=1109 amount=-4 -kerning first=981 second=933 amount=-7 -kerning first=1184 second=1267 amount=-3 -kerning first=922 second=245 amount=-3 -kerning first=8217 second=361 amount=-3 -kerning first=354 second=1077 amount=-5 -kerning first=234 second=1140 amount=-3 -kerning first=261 second=1141 amount=-1 -kerning first=118 second=46 amount=-2 -kerning first=1098 second=910 amount=-11 -kerning first=1068 second=967 amount=-1 -kerning first=229 second=1199 amount=-1 -kerning first=87 second=226 amount=-4 -kerning first=102 second=1195 amount=-1 -kerning first=297 second=1026 amount=6 -kerning first=8222 second=1143 amount=-3 -kerning first=192 second=1145 amount=-1 -kerning first=1059 second=99 amount=-6 -kerning first=1016 second=119 amount=-1 -kerning first=120 second=335 amount=-1 -kerning first=1093 second=100 amount=-1 -kerning first=1257 second=1175 amount=-1 -kerning first=1040 second=359 amount=-2 -kerning first=957 second=44 amount=-2 -kerning first=1140 second=334 amount=-2 -kerning first=372 second=285 amount=-4 -kerning first=1202 second=1017 amount=-2 -kerning first=221 second=965 amount=-3 -kerning first=966 second=255 amount=-1 -kerning first=357 second=292 amount=1 -kerning first=258 second=231 amount=-1 -kerning first=193 second=1265 amount=-4 -kerning first=247 second=1098 amount=-1 -kerning first=1026 second=89 amount=-7 -kerning first=1164 second=358 amount=-3 -kerning first=1200 second=1026 amount=3 -kerning first=1091 second=1209 amount=-1 -kerning first=246 second=1093 amount=-1 -kerning first=116 second=353 amount=-1 -kerning first=915 second=966 amount=-5 -kerning first=1241 second=1276 amount=-2 -kerning first=1199 second=959 amount=-1 -kerning first=1084 second=1263 amount=-1 -kerning first=177 second=8216 amount=-4 -kerning first=1035 second=910 amount=-6 -kerning first=943 second=47 amount=-2 -kerning first=1188 second=286 amount=-2 -kerning first=1043 second=923 amount=-6 -kerning first=8221 second=195 amount=-9 -kerning first=910 second=347 amount=-4 -kerning first=347 second=358 amount=-5 -kerning first=46 second=1200 amount=-4 -kerning first=339 second=1197 amount=-1 -kerning first=1092 second=1061 amount=-2 -kerning first=1097 second=60 amount=-2 -kerning first=119 second=1196 amount=-3 -kerning first=1205 second=374 amount=-1 -kerning first=1200 second=67 amount=-3 -kerning first=253 second=1255 amount=-1 -kerning first=92 second=245 amount=-1 -kerning first=1265 second=1236 amount=-4 -kerning first=372 second=162 amount=-4 -kerning first=1184 second=269 amount=-3 -kerning first=1085 second=1098 amount=-2 -kerning first=229 second=957 amount=-1 -kerning first=86 second=211 amount=-2 -kerning first=358 second=1089 amount=-5 -kerning first=1259 second=358 amount=-3 -kerning first=1236 second=299 amount=5 -kerning first=1276 second=113 amount=-2 -kerning first=297 second=297 amount=3 -kerning first=65 second=1077 amount=-1 -kerning first=1168 second=1263 amount=-4 -kerning first=1046 second=111 amount=-2 -kerning first=1199 second=60 amount=-2 -kerning first=187 second=51 amount=-3 -kerning first=1187 second=8216 amount=-3 -kerning first=1198 second=1237 amount=-6 -kerning first=1069 second=1217 amount=-2 -kerning first=221 second=333 amount=-6 -kerning first=1118 second=1058 amount=-2 -kerning first=380 second=1035 amount=-2 -kerning first=920 second=221 amount=-3 -kerning first=1107 second=273 amount=-1 -kerning first=181 second=939 amount=-4 -kerning first=193 second=267 amount=-1 -kerning first=1119 second=375 amount=-1 -kerning first=281 second=1197 amount=-1 -kerning first=1232 second=285 amount=-1 -kerning first=955 second=962 amount=-3 -kerning first=961 second=1267 amount=-1 -kerning first=292 second=207 amount=2 -kerning first=293 second=87 amount=-3 -kerning first=929 second=1040 amount=-5 -kerning first=1058 second=279 amount=-5 -kerning first=105 second=93 amount=2 -kerning first=8217 second=943 amount=-4 -kerning first=354 second=351 amount=-5 -kerning first=1226 second=302 amount=1 -kerning first=1278 second=268 amount=-2 -kerning first=8216 second=194 amount=-6 -kerning first=376 second=945 amount=-6 -kerning first=1169 second=356 amount=-2 -kerning first=192 second=1140 amount=-5 -kerning first=1116 second=283 amount=-1 -kerning first=1189 second=1233 amount=-1 -kerning first=38 second=1059 amount=-5 -kerning first=79 second=46 amount=-3 -kerning first=211 second=1046 amount=-2 -kerning first=902 second=233 amount=-1 -kerning first=8225 second=197 amount=-5 -kerning first=1097 second=1067 amount=1 -kerning first=1205 second=69 amount=1 -kerning first=913 second=1195 amount=-1 -kerning first=1198 second=961 amount=-3 -kerning first=1186 second=202 amount=1 -kerning first=241 second=1058 amount=-3 -kerning first=75 second=1089 amount=-3 -kerning first=111 second=1035 amount=-3 -kerning first=221 second=8218 amount=-7 -kerning first=335 second=221 amount=-7 -kerning first=1043 second=8370 amount=-2 -kerning first=1027 second=252 amount=-5 -kerning first=299 second=1190 amount=3 -kerning first=242 second=1143 amount=-1 -kerning first=947 second=8217 amount=2 -kerning first=1111 second=280 amount=3 -kerning first=1163 second=1186 amount=1 -kerning first=196 second=34 amount=-5 -kerning first=118 second=103 amount=-1 -kerning first=1069 second=192 amount=-2 -kerning first=257 second=1196 amount=-3 -kerning first=70 second=240 amount=-3 -kerning first=375 second=263 amount=-1 -kerning first=902 second=1241 amount=-1 -kerning first=1232 second=162 amount=-1 -kerning first=170 second=289 amount=-2 -kerning first=376 second=262 amount=-3 -kerning first=353 second=84 amount=-5 -kerning first=1058 second=1224 amount=-4 -kerning first=1217 second=1057 amount=-2 -kerning first=357 second=1027 amount=1 -kerning first=1168 second=265 amount=-5 -kerning first=119 second=271 amount=-1 -kerning first=373 second=354 amount=-3 -kerning first=1101 second=120 amount=-1 -kerning first=1125 second=221 amount=-4 -kerning first=122 second=1066 amount=-2 -kerning first=235 second=1263 amount=-1 -kerning first=8225 second=275 amount=-2 -kerning first=1184 second=1086 amount=-3 -kerning first=939 second=1097 amount=-3 -kerning first=1111 second=1112 amount=-4 -kerning first=341 second=192 amount=-3 -kerning first=87 second=1254 amount=-2 -kerning first=358 second=1145 amount=-5 -kerning first=1178 second=1091 amount=-3 -kerning first=337 second=1185 amount=-2 -kerning first=65 second=351 amount=-1 -kerning first=232 second=1098 amount=-1 -kerning first=334 second=372 amount=-1 -kerning first=1124 second=1217 amount=-1 -kerning first=1226 second=43 amount=-1 -kerning first=1094 second=1034 amount=1 -kerning first=120 second=1104 amount=-1 -kerning first=1033 second=120 amount=-1 -kerning first=1196 second=1265 amount=-4 -kerning first=1198 second=246 amount=-6 -kerning first=87 second=1144 amount=-2 -kerning first=1042 second=297 amount=2 -kerning first=1188 second=920 amount=-2 -kerning first=1043 second=181 amount=-5 -kerning first=239 second=1099 amount=6 -kerning first=8221 second=345 amount=-1 -kerning first=317 second=8223 amount=-3 -kerning first=1081 second=375 amount=-1 -kerning first=84 second=1263 amount=-4 -kerning first=1243 second=8224 amount=-2 -kerning first=208 second=374 amount=-3 -kerning first=1269 second=1267 amount=-1 -kerning first=1088 second=1277 amount=-1 -kerning first=1276 second=268 amount=-2 -kerning first=98 second=195 amount=-2 -kerning first=374 second=1020 amount=-3 -kerning first=933 second=231 amount=-6 -kerning first=915 second=1060 amount=-2 -kerning first=265 second=1200 amount=-4 -kerning first=1075 second=97 amount=-1 -kerning first=260 second=99 amount=-1 -kerning first=1163 second=8221 amount=2 -kerning first=373 second=913 amount=-4 -kerning first=341 second=232 amount=-1 -kerning first=1098 second=1093 amount=-1 -kerning first=174 second=966 amount=-2 -kerning first=1213 second=174 amount=-1 -kerning first=39 second=1234 amount=-5 -kerning first=1243 second=88 amount=-2 -kerning first=356 second=1098 amount=-2 -kerning first=229 second=354 amount=-3 -kerning first=1050 second=43 amount=-4 -kerning first=1093 second=1026 amount=-3 -kerning first=1270 second=1239 amount=-5 -kerning first=75 second=1145 amount=-3 -kerning first=1275 second=335 amount=-1 -kerning first=1175 second=100 amount=-1 -kerning first=1124 second=192 amount=-1 -kerning first=906 second=296 amount=2 -kerning first=8230 second=1196 amount=-2 -kerning first=193 second=177 amount=-3 -kerning first=1041 second=239 amount=2 -kerning first=1271 second=244 amount=-1 -kerning first=1267 second=923 amount=-4 -kerning first=1256 second=195 amount=-2 -kerning first=1225 second=221 amount=-1 -kerning first=1178 second=231 amount=-3 -kerning first=310 second=1265 amount=-3 -kerning first=342 second=1200 amount=-2 -kerning first=1168 second=1139 amount=-5 -kerning first=1059 second=198 amount=-5 -kerning first=1094 second=293 amount=1 -kerning first=1207 second=933 amount=-1 -kerning first=1097 second=77 amount=1 -kerning first=119 second=113 amount=-1 -kerning first=112 second=1279 amount=-1 -kerning first=1040 second=1254 amount=-2 -kerning first=1196 second=267 amount=-5 -kerning first=221 second=1077 amount=-6 -kerning first=1188 second=8363 amount=-5 -kerning first=1027 second=288 amount=-2 -kerning first=1211 second=1140 amount=-3 -kerning first=299 second=78 amount=3 -kerning first=936 second=46 amount=-6 -kerning first=84 second=265 amount=-5 -kerning first=1078 second=940 amount=-1 -kerning first=212 second=354 amount=-2 -kerning first=1201 second=8249 amount=-3 -kerning first=1077 second=120 amount=-1 -kerning first=1270 second=1102 amount=-4 -kerning first=1200 second=1235 amount=-6 -kerning first=1040 second=1144 amount=-2 -kerning first=1140 second=8230 amount=-6 -kerning first=1043 second=1116 amount=-4 -kerning first=195 second=111 amount=-1 -kerning first=1179 second=1255 amount=-1 -kerning first=314 second=303 amount=2 -kerning first=1095 second=255 amount=-1 -kerning first=1271 second=8222 amount=-8 -kerning first=1267 second=295 amount=3 -kerning first=1061 second=233 amount=-2 -kerning first=1058 second=1195 amount=-5 -kerning first=1215 second=1026 amount=-3 -kerning first=1168 second=247 amount=-3 -kerning first=902 second=374 amount=-5 -kerning first=114 second=1093 amount=1 -kerning first=1270 second=74 amount=-6 -kerning first=913 second=1194 amount=-2 -kerning first=176 second=1256 amount=-1 -kerning first=8217 second=196 amount=-9 -kerning first=1188 second=1185 amount=-2 -kerning first=1107 second=240 amount=-1 -kerning first=83 second=301 amount=3 -kerning first=1061 second=1241 amount=-2 -kerning first=118 second=259 amount=-1 -kerning first=1189 second=1058 amount=-2 -kerning first=94 second=195 amount=-6 -kerning first=230 second=1026 amount=-3 -kerning first=1103 second=221 amount=-6 -kerning first=1100 second=1035 amount=-7 -kerning first=1113 second=1143 amount=-2 -kerning first=310 second=267 amount=-3 -kerning first=337 second=1276 amount=-2 -kerning first=195 second=8216 amount=-8 -kerning first=1179 second=126 amount=-2 -kerning first=1170 second=289 amount=-5 -kerning first=1207 second=282 amount=1 -kerning first=373 second=308 amount=-4 -kerning first=957 second=225 amount=-1 -kerning first=1233 second=8220 amount=-3 -kerning first=1263 second=260 amount=-4 -kerning first=1234 second=1213 amount=-2 -kerning first=8218 second=92 amount=-6 -kerning first=1143 second=256 amount=-4 -kerning first=212 second=913 amount=-2 -kerning first=932 second=363 amount=-5 -kerning first=1201 second=1035 amount=-2 -kerning first=1088 second=933 amount=-7 -kerning first=1059 second=8353 amount=-3 -kerning first=1202 second=244 amount=-2 -kerning first=246 second=1234 amount=-2 -kerning first=89 second=1010 amount=-6 -kerning first=1128 second=1069 amount=-2 -kerning first=1184 second=105 amount=2 -kerning first=8217 second=235 amount=-4 -kerning first=8360 second=8216 amount=-3 -kerning first=195 second=350 amount=-1 -kerning first=259 second=1204 amount=-3 -kerning first=1194 second=1040 amount=-1 -kerning first=1210 second=1035 amount=-3 -kerning first=1069 second=221 amount=-3 -kerning first=1118 second=939 amount=-2 -kerning first=1141 second=1200 amount=-2 -kerning first=1082 second=245 amount=-1 -kerning first=1086 second=1236 amount=-2 -kerning first=1181 second=263 amount=-1 -kerning first=1168 second=1028 amount=-2 -kerning first=221 second=351 amount=-4 -kerning first=1043 second=110 amount=-4 -kerning first=1143 second=281 amount=-1 -kerning first=84 second=1139 amount=-5 -kerning first=959 second=1118 amount=-1 -kerning first=336 second=86 amount=-2 -kerning first=1222 second=1036 amount=1 -kerning first=1277 second=1092 amount=-1 -kerning first=1119 second=1066 amount=-3 -kerning first=8217 second=1222 amount=-4 -kerning first=81 second=46 amount=-3 -kerning first=1251 second=255 amount=-1 -kerning first=1226 second=1018 amount=1 -kerning first=1228 second=1091 amount=-1 -kerning first=1066 second=195 amount=-2 -kerning first=1139 second=1058 amount=-3 -kerning first=121 second=231 amount=-1 -kerning first=126 second=1278 amount=-4 -kerning first=241 second=939 amount=-6 -kerning first=935 second=199 amount=-2 -kerning first=333 second=932 amount=-3 -kerning first=910 second=99 amount=-6 -kerning first=317 second=1069 amount=-2 -kerning first=267 second=1196 amount=-5 -kerning first=369 second=374 amount=-4 -kerning first=932 second=229 amount=-5 -kerning first=257 second=87 amount=-3 -kerning first=902 second=1111 amount=3 -kerning first=343 second=8363 amount=-1 -kerning first=88 second=273 amount=-2 -kerning first=1198 second=1096 amount=-3 -kerning first=1186 second=1053 amount=1 -kerning first=222 second=92 amount=-3 -kerning first=1275 second=1104 amount=-1 -kerning first=84 second=247 amount=-3 -kerning first=1060 second=1066 amount=-2 -kerning first=95 second=360 amount=-3 -kerning first=1054 second=1234 amount=-2 -kerning first=1270 second=1107 amount=-4 -kerning first=1244 second=283 amount=-2 -kerning first=378 second=235 amount=-1 -kerning first=183 second=8220 amount=-2 -kerning first=339 second=253 amount=-1 -kerning first=234 second=1058 amount=-3 -kerning first=332 second=8218 amount=-3 -kerning first=1105 second=221 amount=-7 -kerning first=1278 second=248 amount=-2 -kerning first=1027 second=65 amount=-6 -kerning first=55 second=257 amount=-3 -kerning first=8244 second=44 amount=-8 -kerning first=1270 second=942 amount=-4 -kerning first=89 second=339 amount=-6 -kerning first=1128 second=8373 amount=-2 -kerning first=240 second=1199 amount=-1 -kerning first=116 second=302 amount=1 -kerning first=915 second=226 amount=-5 -kerning first=1184 second=371 amount=-2 -kerning first=8217 second=343 amount=-1 -kerning first=301 second=1229 amount=3 -kerning first=243 second=92 amount=-4 -kerning first=271 second=236 amount=3 -kerning first=1175 second=1026 amount=-3 -kerning first=55 second=1153 amount=-3 -kerning first=1163 second=347 amount=-1 -kerning first=95 second=1063 amount=-7 -kerning first=345 second=45 amount=-2 -kerning first=376 second=111 amount=-6 -kerning first=310 second=177 amount=-2 -kerning first=1171 second=245 amount=-1 -kerning first=1058 second=1194 amount=-2 -kerning first=46 second=55 amount=-1 -kerning first=281 second=253 amount=-1 -kerning first=1050 second=251 amount=-2 -kerning first=902 second=332 amount=-2 -kerning first=42 second=916 amount=-5 -kerning first=923 second=199 amount=-2 -kerning first=1017 second=258 amount=-1 -kerning first=1027 second=101 amount=-5 -kerning first=1074 second=86 amount=-3 -kerning first=1081 second=1066 amount=-3 -kerning first=84 second=1028 amount=-2 -kerning first=918 second=1194 amount=-2 -kerning first=1197 second=267 amount=-1 -kerning first=1239 second=1185 amount=-1 -kerning first=305 second=302 amount=2 -kerning first=981 second=1204 amount=-3 -kerning first=1010 second=354 amount=-5 -kerning first=1075 second=1089 amount=-1 -kerning first=1012 second=196 amount=-2 -kerning first=1043 second=192 amount=-6 -kerning first=245 second=1059 amount=-7 -kerning first=317 second=8373 amount=-2 -kerning first=8250 second=1091 amount=-2 -kerning first=1230 second=1070 amount=1 -kerning first=372 second=1075 amount=-2 -kerning first=981 second=1232 amount=-2 -kerning first=1186 second=932 amount=-2 -kerning first=240 second=957 amount=-1 -kerning first=920 second=44 amount=-3 -kerning first=100 second=299 amount=5 -kerning first=181 second=183 amount=-2 -kerning first=213 second=84 amount=-2 -kerning first=1203 second=279 amount=-1 -kerning first=358 second=1233 amount=-5 -kerning first=1028 second=46 amount=-3 -kerning first=1026 second=1046 amount=-2 -kerning first=1276 second=248 amount=-2 -kerning first=116 second=43 amount=-1 -kerning first=359 second=1034 amount=1 -kerning first=1036 second=173 amount=-4 -kerning first=1168 second=367 amount=-5 -kerning first=260 second=8353 amount=-2 -kerning first=1092 second=121 amount=-1 -kerning first=169 second=932 amount=-2 -kerning first=1043 second=232 amount=-5 -kerning first=1107 second=230 amount=-1 -kerning first=106 second=1111 amount=3 -kerning first=1080 second=1091 amount=-1 -kerning first=1255 second=923 amount=-2 -kerning first=1037 second=95 amount=2 -kerning first=192 second=1058 amount=-6 -kerning first=102 second=287 amount=-1 -kerning first=1205 second=1050 amount=1 -kerning first=1265 second=277 amount=-1 -kerning first=923 second=49 amount=-2 -kerning first=922 second=375 amount=-3 -kerning first=44 second=8244 amount=-5 -kerning first=1111 second=1062 amount=3 -kerning first=112 second=186 amount=-2 -kerning first=1090 second=171 amount=-3 -kerning first=227 second=1140 amount=-3 -kerning first=973 second=910 amount=-4 -kerning first=80 second=226 amount=-1 -kerning first=242 second=1202 amount=-2 -kerning first=1201 second=228 amount=-1 -kerning first=1059 second=241 amount=-3 -kerning first=1097 second=928 amount=1 -kerning first=1102 second=932 amount=-3 -kerning first=255 second=99 amount=-1 -kerning first=1254 second=1059 amount=-3 -kerning first=1043 second=1084 amount=-4 -kerning first=1027 second=341 amount=-4 -kerning first=44 second=84 amount=-2 -kerning first=118 second=273 amount=-1 -kerning first=1180 second=8370 amount=-2 -kerning first=126 second=1090 amount=-1 -kerning first=170 second=271 amount=-2 -kerning first=1200 second=1119 amount=-3 -kerning first=1128 second=1153 amount=-1 -kerning first=933 second=363 amount=-3 -kerning first=359 second=293 amount=1 -kerning first=379 second=183 amount=-2 -kerning first=1075 second=1145 amount=-1 -kerning first=114 second=1234 amount=-3 -kerning first=1094 second=340 amount=1 -kerning first=913 second=1138 amount=-2 -kerning first=957 second=100 amount=-1 -kerning first=241 second=967 amount=-1 -kerning first=1108 second=1198 amount=-4 -kerning first=1188 second=216 amount=-2 -kerning first=1057 second=1040 amount=-1 -kerning first=8244 second=1213 amount=1 -kerning first=1078 second=246 amount=-1 -kerning first=256 second=1092 amount=-1 -kerning first=1034 second=932 amount=-3 -kerning first=1270 second=1118 amount=-4 -kerning first=92 second=375 amount=-4 -kerning first=88 second=240 amount=-2 -kerning first=915 second=1254 amount=-2 -kerning first=321 second=197 amount=2 -kerning first=78 second=1111 amount=5 -kerning first=1199 second=196 amount=-4 -kerning first=208 second=46 amount=-3 -kerning first=1224 second=1090 amount=-2 -kerning first=1096 second=376 amount=-6 -kerning first=174 second=226 amount=-1 -kerning first=86 second=97 amount=-4 -kerning first=1114 second=92 amount=-7 -kerning first=910 second=198 amount=-5 -kerning first=98 second=119 amount=-1 -kerning first=1195 second=358 amount=-5 -kerning first=1178 second=363 amount=-2 -kerning first=1061 second=332 amount=-2 -kerning first=915 second=1144 amount=-2 -kerning first=97 second=174 amount=-1 -kerning first=1230 second=924 amount=1 -kerning first=161 second=356 amount=-4 -kerning first=1040 second=301 amount=3 -kerning first=176 second=1017 amount=-1 -kerning first=1196 second=369 amount=-5 -kerning first=173 second=1277 amount=-1 -kerning first=1258 second=1202 amount=-2 -kerning first=250 second=221 amount=-4 -kerning first=84 second=367 amount=-5 -kerning first=1139 second=939 amount=-7 -kerning first=283 second=121 amount=-1 -kerning first=43 second=1203 amount=-1 -kerning first=1180 second=181 amount=-2 -kerning first=1235 second=1197 amount=-2 -kerning first=1020 second=375 amount=-1 -kerning first=1191 second=8224 amount=-3 -kerning first=103 second=1196 amount=-3 -kerning first=68 second=197 amount=-2 -kerning first=933 second=229 amount=-6 -kerning first=267 second=87 amount=-1 -kerning first=915 second=380 amount=-3 -kerning first=8222 second=118 amount=-3 -kerning first=69 second=1111 amount=5 -kerning first=1199 second=235 amount=-1 -kerning first=913 second=287 amount=-1 -kerning first=1068 second=92 amount=-4 -kerning first=240 second=354 amount=-3 -kerning first=1126 second=281 amount=-1 -kerning first=122 second=101 amount=-1 -kerning first=376 second=1209 amount=-6 -kerning first=55 second=194 amount=-7 -kerning first=348 second=297 amount=3 -kerning first=1169 second=267 amount=-1 -kerning first=8222 second=1201 amount=-3 -kerning first=932 second=279 amount=-5 -kerning first=216 second=8222 amount=-3 -kerning first=1270 second=263 amount=-5 -kerning first=1191 second=88 amount=-2 -kerning first=372 second=940 amount=-4 -kerning first=1186 second=1184 amount=1 -kerning first=315 second=256 amount=2 -kerning first=1211 second=1058 amount=-3 -kerning first=1111 second=313 amount=3 -kerning first=234 second=939 amount=-7 -kerning first=1104 second=932 amount=-3 -kerning first=1267 second=192 amount=-4 -kerning first=170 second=113 amount=-2 -kerning first=198 second=239 amount=5 -kerning first=328 second=374 amount=-6 -kerning first=310 second=369 amount=-2 -kerning first=90 second=81 amount=-2 -kerning first=1168 second=324 amount=-4 -kerning first=1059 second=193 amount=-5 -kerning first=1199 second=1222 amount=-3 -kerning first=119 second=248 amount=-1 -kerning first=373 second=265 amount=-1 -kerning first=8224 second=291 amount=-2 -kerning first=1203 second=1195 amount=-1 -kerning first=372 second=264 amount=-2 -kerning first=1012 second=89 amount=-3 -kerning first=8370 second=305 amount=2 -kerning first=313 second=933 amount=-5 -kerning first=910 second=8353 amount=-3 -kerning first=355 second=1066 amount=-2 -kerning first=55 second=234 amount=-3 -kerning first=1274 second=250 amount=-5 -kerning first=107 second=172 amount=-2 -kerning first=256 second=186 amount=-5 -kerning first=932 second=1224 amount=-4 -kerning first=229 second=1263 amount=-1 -kerning first=1168 second=1271 amount=-4 -kerning first=266 second=256 amount=-1 -kerning first=116 second=1018 amount=1 -kerning first=301 second=342 amount=3 -kerning first=939 second=187 amount=-4 -kerning first=1111 second=355 amount=3 -kerning first=55 second=1243 amount=-3 -kerning first=261 second=49 amount=-3 -kerning first=284 second=258 amount=-1 -kerning first=240 second=913 amount=-2 -kerning first=1234 second=100 amount=-1 -kerning first=1267 second=232 amount=-1 -kerning first=1106 second=1267 amount=-1 -kerning first=961 second=1279 amount=-1 -kerning first=263 second=84 amount=-5 -kerning first=76 second=255 amount=-4 -kerning first=8244 second=225 amount=-4 -kerning first=179 second=1234 amount=-6 -kerning first=356 second=972 amount=-5 -kerning first=275 second=1090 amount=-1 -kerning first=1059 second=233 amount=-6 -kerning first=1207 second=1204 amount=-2 -kerning first=1113 second=1202 amount=-2 -kerning first=285 second=354 amount=-3 -kerning first=357 second=73 amount=1 -kerning first=8216 second=8230 amount=-6 -kerning first=258 second=279 amount=-1 -kerning first=1059 second=1241 amount=-6 -kerning first=1232 second=940 amount=-1 -kerning first=1058 second=1138 amount=-2 -kerning first=915 second=1078 amount=-3 -kerning first=259 second=1200 amount=-6 -kerning first=1170 second=271 amount=-5 -kerning first=943 second=8221 amount=2 -kerning first=1117 second=1026 amount=-3 -kerning first=1069 second=44 amount=-3 -kerning first=173 second=933 amount=-3 -kerning first=86 second=64 amount=-2 -kerning first=242 second=118 amount=-1 -kerning first=377 second=284 amount=-2 -kerning first=1056 second=45 amount=-2 -kerning first=918 second=1138 amount=-2 -kerning first=192 second=182 amount=-1 -kerning first=197 second=8370 amount=-2 -kerning first=1274 second=261 amount=-5 -kerning first=43 second=910 amount=-3 -kerning first=1059 second=1230 amount=-3 -kerning first=1232 second=264 amount=-2 -kerning first=120 second=43 amount=-1 -kerning first=1193 second=358 amount=-3 -kerning first=89 second=1072 amount=-6 -kerning first=939 second=1066 amount=3 -kerning first=242 second=1201 amount=-1 -kerning first=118 second=240 amount=-1 -kerning first=336 second=8216 amount=-2 -kerning first=297 second=311 amount=3 -kerning first=244 second=1078 amount=-1 -kerning first=8217 second=1259 amount=-4 -kerning first=192 second=939 amount=-5 -kerning first=101 second=1203 amount=-1 -kerning first=38 second=372 amount=-3 -kerning first=1050 second=277 amount=-3 -kerning first=1097 second=89 amount=-1 -kerning first=373 second=1139 amount=-1 -kerning first=255 second=198 amount=-4 -kerning first=1066 second=119 amount=-1 -kerning first=957 second=1026 amount=-2 -kerning first=341 second=44 amount=-4 -kerning first=1196 second=326 amount=-4 -kerning first=196 second=972 amount=-1 -kerning first=84 second=324 amount=-4 -kerning first=1088 second=1204 amount=-3 -kerning first=1277 second=981 amount=-1 -kerning first=375 second=256 amount=-4 -kerning first=292 second=1031 amount=2 -kerning first=92 second=187 amount=-2 -kerning first=1115 second=1026 amount=-3 -kerning first=1058 second=287 amount=-5 -kerning first=1184 second=1092 amount=-3 -kerning first=1168 second=258 amount=-6 -kerning first=354 second=250 amount=-5 -kerning first=1199 second=89 amount=-2 -kerning first=84 second=1271 amount=-4 -kerning first=121 second=229 amount=-1 -kerning first=87 second=242 amount=-4 -kerning first=358 second=1094 amount=-4 -kerning first=104 second=8220 amount=-3 -kerning first=294 second=95 amount=2 -kerning first=381 second=1060 amount=-2 -kerning first=307 second=165 amount=2 -kerning first=1116 second=291 amount=-1 -kerning first=1088 second=1232 amount=-2 -kerning first=902 second=103 amount=-1 -kerning first=253 second=933 amount=-2 -kerning first=923 second=348 amount=-1 -kerning first=1128 second=234 amount=-1 -kerning first=1263 second=966 amount=-1 -kerning first=1107 second=1095 amount=-1 -kerning first=1111 second=70 amount=3 -kerning first=1049 second=301 amount=5 -kerning first=1139 second=967 amount=-1 -kerning first=932 second=1195 amount=-5 -kerning first=95 second=1258 amount=-3 -kerning first=375 second=281 amount=-1 -kerning first=971 second=1035 amount=-3 -kerning first=317 second=194 amount=2 -kerning first=1128 second=1243 amount=-1 -kerning first=1168 second=283 amount=-5 -kerning first=187 second=375 amount=-2 -kerning first=1187 second=1064 amount=1 -kerning first=1170 second=113 amount=-5 -kerning first=1094 second=374 amount=-1 -kerning first=1207 second=315 amount=1 -kerning first=957 second=297 amount=3 -kerning first=1043 second=212 amount=-2 -kerning first=239 second=295 amount=3 -kerning first=299 second=274 amount=3 -kerning first=378 second=1259 amount=-1 -kerning first=1073 second=1098 amount=-2 -kerning first=1274 second=331 amount=-4 -kerning first=1060 second=65 amount=-2 -kerning first=92 second=1066 amount=-6 -kerning first=8222 second=356 amount=-6 -kerning first=357 second=1210 amount=1 -kerning first=354 second=261 amount=-5 -kerning first=1074 second=8216 amount=-3 -kerning first=234 second=967 amount=-1 -kerning first=86 second=1089 amount=-4 -kerning first=1267 second=221 amount=-2 -kerning first=1026 second=125 amount=-1 -kerning first=268 second=194 amount=-1 -kerning first=1225 second=223 amount=1 -kerning first=981 second=1200 amount=-7 -kerning first=249 second=932 amount=-3 -kerning first=1222 second=98 amount=1 -kerning first=1230 second=344 amount=1 -kerning first=1168 second=1087 amount=-4 -kerning first=286 second=197 amount=-1 -kerning first=1040 second=242 amount=-1 -kerning first=908 second=1040 amount=-2 -kerning first=372 second=1237 amount=-4 -kerning first=299 second=309 amount=-4 -kerning first=8230 second=39 amount=-6 -kerning first=126 second=120 amount=-1 -kerning first=1059 second=1125 amount=-3 -kerning first=1020 second=1066 amount=-3 -kerning first=933 second=279 amount=-6 -kerning first=359 second=340 amount=1 -kerning first=1027 second=1257 amount=-5 -kerning first=1122 second=1196 amount=-3 -kerning first=1075 second=1233 amount=-1 -kerning first=101 second=910 amount=-7 -kerning first=260 second=233 amount=-1 -kerning first=365 second=1198 amount=-4 -kerning first=1094 second=69 amount=1 -kerning first=258 second=1195 amount=-1 -kerning first=1255 second=1217 amount=-2 -kerning first=1196 second=260 amount=-6 -kerning first=1234 second=1026 amount=-6 -kerning first=110 second=1143 amount=-1 -kerning first=1211 second=939 amount=-6 -kerning first=910 second=241 amount=-3 -kerning first=84 second=258 amount=-6 -kerning first=260 second=1241 amount=-1 -kerning first=1113 second=118 amount=-2 -kerning first=1040 second=8220 amount=-8 -kerning first=372 second=961 amount=-2 -kerning first=1198 second=171 amount=-6 -kerning first=966 second=8225 amount=-2 -kerning first=939 second=252 amount=-3 -kerning first=357 second=1106 amount=1 -kerning first=193 second=170 amount=-5 -kerning first=1234 second=67 amount=-2 -kerning first=1113 second=1201 amount=-2 -kerning first=1178 second=279 amount=-3 -kerning first=89 second=1057 amount=-3 -kerning first=933 second=1224 amount=-3 -kerning first=1253 second=374 amount=-6 -kerning first=1241 second=1267 amount=-1 -kerning first=227 second=1058 amount=-3 -kerning first=341 second=1213 amount=2 -kerning first=1101 second=1078 amount=-1 -kerning first=8221 second=97 amount=-4 -kerning first=84 second=283 amount=-5 -kerning first=171 second=198 amount=-2 -kerning first=1255 second=192 amount=-2 -kerning first=1180 second=232 amount=-3 -kerning first=43 second=1093 amount=-1 -kerning first=1189 second=183 amount=-1 -kerning first=1141 second=244 amount=-1 -kerning first=374 second=972 amount=-6 -kerning first=1036 second=79 amount=-2 -kerning first=915 second=301 amount=6 -kerning first=922 second=252 amount=-2 -kerning first=321 second=336 amount=-2 -kerning first=194 second=277 amount=-1 -kerning first=354 second=331 amount=-4 -kerning first=1275 second=43 amount=-1 -kerning first=1163 second=1034 amount=1 -kerning first=1187 second=321 amount=1 -kerning first=1226 second=202 amount=1 -kerning first=1170 second=268 amount=-2 -kerning first=913 second=1012 amount=-2 -kerning first=1185 second=1153 amount=-1 -kerning first=95 second=1080 amount=3 -kerning first=1234 second=297 amount=3 -kerning first=86 second=1145 amount=-4 -kerning first=242 second=356 amount=-3 -kerning first=1061 second=103 amount=-2 -kerning first=8244 second=100 amount=-4 -kerning first=117 second=1059 amount=-4 -kerning first=192 second=967 amount=-4 -kerning first=1274 second=197 amount=-6 -kerning first=1235 second=253 amount=-1 -kerning first=1016 second=1140 amount=-4 -kerning first=913 second=358 amount=-6 -kerning first=1033 second=1078 amount=-1 -kerning first=372 second=246 amount=-4 -kerning first=1196 second=1090 amount=-2 -kerning first=1128 second=376 amount=-5 -kerning first=1188 second=1191 amount=-4 -kerning first=84 second=1087 amount=-4 -kerning first=228 second=1267 amount=-1 -kerning first=118 second=230 amount=-1 -kerning first=932 second=1194 amount=-2 -kerning first=70 second=255 amount=-2 -kerning first=1119 second=174 amount=-1 -kerning first=961 second=186 amount=-2 -kerning first=1141 second=8222 amount=-5 -kerning first=111 second=1199 amount=-1 -kerning first=195 second=8250 amount=-2 -kerning first=957 second=1235 amount=-1 -kerning first=256 second=981 amount=-1 -kerning first=1274 second=275 amount=-5 -kerning first=1138 second=1040 amount=-2 -kerning first=1270 second=365 amount=-5 -kerning first=301 second=200 amount=3 -kerning first=379 second=338 amount=-2 -kerning first=1163 second=293 amount=1 -kerning first=242 second=902 amount=-2 -kerning first=910 second=193 amount=-5 -kerning first=317 second=376 amount=-5 -kerning first=356 second=224 amount=-5 -kerning first=1181 second=281 amount=-1 -kerning first=275 second=120 amount=-1 -kerning first=1059 second=332 amount=-3 -kerning first=1170 second=52 amount=-4 -kerning first=177 second=1143 amount=-3 -kerning first=1140 second=199 amount=-2 -kerning first=1258 second=356 amount=-2 -kerning first=221 second=250 amount=-3 -kerning first=939 second=288 amount=-3 -kerning first=309 second=303 amount=3 -kerning first=1143 second=289 amount=-1 -kerning first=1243 second=41 amount=-1 -kerning first=1220 second=255 amount=-1 -kerning first=112 second=1040 amount=-2 -kerning first=1274 second=1187 amount=-4 -kerning first=1060 second=935 amount=-2 -kerning first=288 second=195 amount=-1 -kerning first=1077 second=1078 amount=-1 -kerning first=1232 second=246 amount=-1 -kerning first=8217 second=1193 amount=-4 -kerning first=301 second=307 amount=6 -kerning first=111 second=957 amount=-1 -kerning first=260 second=374 amount=-5 -kerning first=258 second=1194 amount=-2 -kerning first=341 second=225 amount=-1 -kerning first=121 second=279 amount=-1 -kerning first=910 second=233 amount=-6 -kerning first=355 second=929 amount=1 -kerning first=8244 second=112 amount=-1 -kerning first=933 second=1195 amount=-6 -kerning first=959 second=256 amount=-2 -kerning first=107 second=333 amount=-1 -kerning first=367 second=358 amount=-3 -kerning first=1075 second=1058 amount=-2 -kerning first=1222 second=1035 amount=-2 -kerning first=1087 second=221 amount=-6 -kerning first=1199 second=1259 amount=-1 -kerning first=1207 second=124 amount=1 -kerning first=343 second=102 amount=2 -kerning first=922 second=288 amount=-2 -kerning first=1043 second=44 amount=-2 -kerning first=122 second=1257 amount=-1 -kerning first=8221 second=64 amount=-4 -kerning first=910 second=1241 amount=-6 -kerning first=354 second=197 amount=-6 -kerning first=1081 second=174 amount=-1 -kerning first=1090 second=8363 amount=-1 -kerning first=345 second=337 amount=-1 -kerning first=1232 second=8217 amount=-7 -kerning first=170 second=248 amount=-2 -kerning first=1244 second=291 amount=-2 -kerning first=90 second=211 amount=-2 -kerning first=282 second=299 amount=5 -kerning first=226 second=86 amount=-3 -kerning first=101 second=1093 amount=-1 -kerning first=187 second=1066 amount=-8 -kerning first=108 second=297 amount=5 -kerning first=311 second=945 amount=-1 -kerning first=1278 second=959 amount=-2 -kerning first=240 second=1263 amount=-1 -kerning first=1258 second=902 amount=-2 -kerning first=221 second=261 amount=-6 -kerning first=1223 second=301 amount=5 -kerning first=1211 second=967 amount=-1 -kerning first=910 second=1230 amount=-3 -kerning first=1178 second=1195 amount=-3 -kerning first=936 second=48 amount=-2 -kerning first=1243 second=1091 amount=-1 -kerning first=1232 second=352 amount=-1 -kerning first=1207 second=1200 amount=-1 -kerning first=1265 second=932 amount=-2 -kerning first=1202 second=1069 amount=-2 -kerning first=1058 second=1012 amount=-2 -kerning first=8217 second=1109 amount=-5 -kerning first=205 second=207 amount=2 -kerning first=325 second=303 amount=2 -kerning first=354 second=275 amount=-5 -kerning first=906 second=1111 amount=5 -kerning first=965 second=376 amount=-4 -kerning first=358 second=967 amount=-4 -kerning first=245 second=372 amount=-3 -kerning first=378 second=1193 amount=-1 -kerning first=918 second=1012 amount=-2 -kerning first=301 second=1124 amount=3 -kerning first=197 second=232 amount=-1 -kerning first=1082 second=1066 amount=-4 -kerning first=1215 second=121 amount=-1 -kerning first=1113 second=356 amount=-7 -kerning first=92 second=288 amount=-2 -kerning first=1196 second=946 amount=-4 -kerning first=1278 second=60 amount=-4 -kerning first=1198 second=117 amount=-3 -kerning first=1128 second=334 amount=-2 -kerning first=940 second=8216 amount=-3 -kerning first=1012 second=1046 amount=-2 -kerning first=1122 second=87 amount=-3 -kerning first=313 second=1204 amount=-6 -kerning first=1255 second=221 amount=-7 -kerning first=356 second=1117 amount=-4 -kerning first=220 second=8230 amount=-2 -kerning first=230 second=121 amount=-1 -kerning first=967 second=1112 amount=3 -kerning first=915 second=962 amount=-4 -kerning first=359 second=374 amount=-1 -kerning first=260 second=1111 amount=3 -kerning first=354 second=1187 amount=-4 -kerning first=1046 second=284 amount=-2 -kerning first=42 second=902 amount=-6 -kerning first=1096 second=1141 amount=-1 -kerning first=1100 second=1199 amount=-2 -kerning first=380 second=354 amount=-2 -kerning first=313 second=1232 amount=2 -kerning first=239 second=82 amount=3 -kerning first=376 second=8250 amount=-4 -kerning first=192 second=183 amount=-2 -kerning first=1252 second=297 amount=5 -kerning first=38 second=34 amount=-2 -kerning first=114 second=172 amount=-2 -kerning first=286 second=106 amount=2 -kerning first=1164 second=375 amount=-1 -kerning first=372 second=1096 amount=-2 -kerning first=1128 second=373 amount=-4 -kerning first=75 second=967 amount=-3 -kerning first=324 second=1198 amount=-6 -kerning first=270 second=1202 amount=-2 -kerning first=1027 second=1108 amount=-5 -kerning first=183 second=923 amount=-2 -kerning first=181 second=95 amount=-2 -kerning first=279 second=221 amount=-7 -kerning first=1112 second=125 amount=2 -kerning first=314 second=298 amount=2 -kerning first=233 second=1143 amount=-1 -kerning first=1203 second=287 amount=-1 -kerning first=227 second=939 amount=-6 -kerning first=1088 second=1200 amount=-7 -kerning first=1276 second=959 amount=-2 -kerning first=317 second=334 amount=-2 -kerning first=297 second=1115 amount=3 -kerning first=337 second=1267 amount=-1 -kerning first=381 second=1254 amount=-2 -kerning first=65 second=275 amount=-1 -kerning first=356 second=81 amount=-2 -kerning first=1230 second=201 amount=1 -kerning first=339 second=1185 amount=-1 -kerning first=255 second=193 amount=-4 -kerning first=109 second=376 amount=-6 -kerning first=1210 second=1199 amount=-1 -kerning first=1263 second=226 amount=-1 -kerning first=173 second=1204 amount=-3 -kerning first=241 second=92 amount=-3 -kerning first=1254 second=372 amount=-1 -kerning first=111 second=354 amount=-3 -kerning first=221 second=331 amount=-3 -kerning first=264 second=1232 amount=-1 -kerning first=939 second=65 amount=-5 -kerning first=1027 second=1032 amount=-6 -kerning first=8221 second=1089 amount=-4 -kerning first=381 second=1144 amount=-2 -kerning first=1185 second=234 amount=-1 -kerning first=1180 second=1110 amount=2 -kerning first=1145 second=45 amount=-1 -kerning first=1259 second=375 amount=-1 -kerning first=1265 second=285 amount=-1 -kerning first=908 second=47 amount=-3 -kerning first=1202 second=8373 amount=-2 -kerning first=359 second=69 amount=1 -kerning first=1184 second=981 amount=-3 -kerning first=915 second=242 amount=-5 -kerning first=357 second=173 amount=-1 -kerning first=260 second=332 amount=-2 -kerning first=1187 second=1166 amount=1 -kerning first=1226 second=1053 amount=1 -kerning first=1185 second=1243 amount=-1 -kerning first=95 second=56 amount=-3 -kerning first=1100 second=957 amount=-2 -kerning first=328 second=1249 amount=-2 -kerning first=1276 second=60 amount=-4 -kerning first=1171 second=1066 amount=-2 -kerning first=933 second=1194 amount=-3 -kerning first=225 second=84 amount=-3 -kerning first=107 second=1077 amount=-1 -kerning first=281 second=1185 amount=-1 -kerning first=902 second=273 amount=-1 -kerning first=255 second=233 amount=-1 -kerning first=121 second=1195 amount=-1 -kerning first=8353 second=256 amount=-1 -kerning first=1217 second=1258 amount=-2 -kerning first=939 second=101 amount=-6 -kerning first=920 second=1026 amount=-2 -kerning first=299 second=1039 amount=3 -kerning first=910 second=1125 amount=-3 -kerning first=972 second=194 amount=-2 -kerning first=55 second=8230 amount=-8 -kerning first=193 second=966 amount=-1 -kerning first=345 second=1105 amount=-1 -kerning first=1271 second=257 amount=-1 -kerning first=255 second=1241 amount=-1 -kerning first=1265 second=162 amount=-1 -kerning first=908 second=1198 amount=-3 -kerning first=1058 second=1169 amount=-4 -kerning first=356 second=195 amount=-6 -kerning first=1170 second=248 amount=-5 -kerning first=1210 second=957 amount=-1 -kerning first=1198 second=286 amount=-3 -kerning first=111 second=913 amount=-2 -kerning first=1271 second=1153 amount=-1 -kerning first=1188 second=927 amount=-2 -kerning first=1267 second=44 amount=-2 -kerning first=8370 second=933 amount=-2 -kerning first=377 second=213 amount=-2 -kerning first=1178 second=1194 amount=-2 -kerning first=196 second=81 amount=-2 -kerning first=46 second=8223 amount=-9 -kerning first=1180 second=212 amount=-2 -kerning first=932 second=1138 amount=-2 -kerning first=1059 second=46 amount=-4 -kerning first=253 second=1204 amount=-2 -kerning first=199 second=65 amount=-1 -kerning first=374 second=224 amount=-6 -kerning first=116 second=202 amount=1 -kerning first=382 second=333 amount=-1 -kerning first=922 second=101 amount=-3 -kerning first=335 second=1026 amount=-3 -kerning first=357 second=222 amount=1 -kerning first=913 second=266 amount=-2 -kerning first=118 second=1095 amount=-1 -kerning first=71 second=196 amount=-1 -kerning first=1234 second=83 amount=-1 -kerning first=1209 second=1196 amount=-3 -kerning first=86 second=1233 amount=-4 -kerning first=244 second=8220 amount=-4 -kerning first=77 second=95 amount=2 -kerning first=197 second=221 amount=-5 -kerning first=195 second=1143 amount=-4 -kerning first=1094 second=1050 amount=1 -kerning first=1099 second=372 amount=2 -kerning first=120 second=277 amount=-1 -kerning first=1270 second=256 amount=-6 -kerning first=253 second=1232 amount=-4 -kerning first=944 second=89 amount=-4 -kerning first=1196 second=120 amount=-3 -kerning first=1125 second=1026 amount=-5 -kerning first=248 second=86 amount=-4 -kerning first=1188 second=1267 amount=-4 -kerning first=313 second=357 amount=-1 -kerning first=8221 second=1145 amount=-4 -kerning first=8230 second=63 amount=-6 -kerning first=1078 second=171 amount=-2 -kerning first=1279 second=8249 amount=-2 -kerning first=1058 second=1088 amount=-4 -kerning first=1036 second=1239 amount=-3 -kerning first=8222 second=1265 amount=-3 -kerning first=1226 second=932 amount=-2 -kerning first=373 second=258 amount=-4 -kerning first=1257 second=198 amount=-2 -kerning first=341 second=100 amount=-1 -kerning first=927 second=88 amount=-2 -kerning first=182 second=300 amount=2 -kerning first=358 second=183 amount=-3 -kerning first=221 second=197 amount=-5 -kerning first=1126 second=289 amount=-1 -kerning first=76 second=173 amount=-3 -kerning first=256 second=355 amount=-2 -kerning first=1274 second=336 amount=-2 -kerning first=932 second=287 amount=-5 -kerning first=1020 second=65 amount=-2 -kerning first=1270 second=281 amount=-5 -kerning first=92 second=101 amount=-1 -kerning first=1186 second=330 amount=1 -kerning first=351 second=933 amount=-5 -kerning first=939 second=341 amount=-3 -kerning first=1111 second=1252 amount=3 -kerning first=195 second=284 amount=-2 -kerning first=1163 second=340 amount=1 -kerning first=171 second=936 amount=-4 -kerning first=258 second=1138 amount=-2 -kerning first=1030 second=301 amount=5 -kerning first=1138 second=47 amount=-3 -kerning first=326 second=358 amount=-3 -kerning first=1202 second=1153 amount=-2 -kerning first=1199 second=1193 amount=-1 -kerning first=1097 second=75 amount=1 -kerning first=119 second=959 amount=-1 -kerning first=373 second=283 amount=-1 -kerning first=113 second=1196 amount=-3 -kerning first=284 second=1059 amount=-2 -kerning first=221 second=275 amount=-6 -kerning first=966 second=84 amount=-3 -kerning first=1188 second=269 amount=-5 -kerning first=1043 second=225 amount=-5 -kerning first=122 second=1108 amount=-1 -kerning first=222 second=381 amount=-3 -kerning first=242 second=93 amount=-1 -kerning first=83 second=923 amount=-1 -kerning first=171 second=193 amount=-2 -kerning first=1100 second=354 amount=-7 -kerning first=1016 second=1058 amount=-3 -kerning first=1270 second=1226 amount=-4 -kerning first=1279 second=1035 amount=-3 -kerning first=75 second=183 amount=-4 -kerning first=939 second=174 amount=-1 -kerning first=1143 second=1196 amount=-2 -kerning first=85 second=46 amount=-2 -kerning first=227 second=967 amount=-1 -kerning first=1138 second=1198 amount=-3 -kerning first=95 second=965 amount=3 -kerning first=174 second=242 amount=-2 -kerning first=1200 second=1081 amount=-3 -kerning first=1225 second=1026 amount=-2 -kerning first=910 second=332 amount=-3 -kerning first=1061 second=273 amount=-2 -kerning first=374 second=1117 amount=-3 -kerning first=8244 second=1235 amount=-4 -kerning first=356 second=345 amount=-4 -kerning first=1201 second=354 amount=-2 -kerning first=1086 second=932 amount=-3 -kerning first=1168 second=59 amount=-2 -kerning first=1059 second=103 amount=-6 -kerning first=1092 second=8224 amount=-2 -kerning first=1097 second=1109 amount=-1 -kerning first=1099 second=299 amount=3 -kerning first=255 second=374 amount=-2 -kerning first=1196 second=966 amount=-5 -kerning first=1198 second=920 amount=-3 -kerning first=935 second=8249 amount=-3 -kerning first=221 second=1187 amount=-3 -kerning first=357 second=1030 amount=1 -kerning first=193 second=1060 amount=-2 -kerning first=258 second=287 amount=-1 -kerning first=1210 second=354 amount=-3 -kerning first=1222 second=1016 amount=1 -kerning first=1244 second=1054 amount=-2 -kerning first=8373 second=194 amount=-1 -kerning first=922 second=174 amount=-1 -kerning first=301 second=1180 amount=3 -kerning first=1084 second=1059 amount=-6 -kerning first=1092 second=88 amount=-2 -kerning first=311 second=111 amount=-1 -kerning first=112 second=1198 amount=-7 -kerning first=290 second=1202 amount=-1 -kerning first=345 second=1171 amount=2 -kerning first=1118 second=95 amount=-5 -kerning first=1054 second=8218 amount=-3 -kerning first=242 second=1265 amount=-1 -kerning first=916 second=8217 amount=-6 -kerning first=277 second=932 amount=-3 -kerning first=212 second=258 amount=-2 -kerning first=1064 second=299 amount=5 -kerning first=902 second=240 amount=-1 -kerning first=343 second=1267 amount=1 -kerning first=1164 second=1066 amount=-3 -kerning first=1200 second=71 amount=-3 -kerning first=374 second=81 amount=-3 -kerning first=1058 second=266 amount=-2 -kerning first=382 second=1077 amount=-1 -kerning first=8217 second=1010 amount=-4 -kerning first=354 second=336 amount=-2 -kerning first=972 second=376 amount=-7 -kerning first=177 second=1202 amount=-3 -kerning first=1139 second=92 amount=-4 -kerning first=1103 second=1026 amount=-3 -kerning first=347 second=1066 amount=-5 -kerning first=310 second=966 amount=-3 -kerning first=297 second=1231 amount=3 -kerning first=918 second=266 amount=-2 -kerning first=197 second=212 amount=-2 -kerning first=1201 second=913 amount=-4 -kerning first=1050 second=285 amount=-3 -kerning first=211 second=910 amount=-3 -kerning first=1170 second=1100 amount=-4 -kerning first=1101 second=8220 amount=-4 -kerning first=1198 second=8363 amount=-6 -kerning first=1188 second=1086 amount=-5 -kerning first=1027 second=908 amount=-2 -kerning first=1143 second=271 amount=-1 -kerning first=1237 second=374 amount=-7 -kerning first=1239 second=1267 amount=-1 -kerning first=102 second=245 amount=-1 -kerning first=1259 second=1066 amount=-3 -kerning first=8225 second=945 amount=-2 -kerning first=1191 second=41 amount=-2 -kerning first=92 second=174 amount=-5 -kerning first=923 second=8249 amount=-2 -kerning first=199 second=935 amount=-1 -kerning first=1217 second=172 amount=-4 -kerning first=51 second=46 amount=-1 -kerning first=1179 second=1204 amount=-4 -kerning first=1226 second=1184 amount=1 -kerning first=234 second=92 amount=-3 -kerning first=1273 second=8220 amount=-3 -kerning first=71 second=89 amount=-2 -kerning first=1242 second=195 amount=-2 -kerning first=1278 second=290 amount=-2 -kerning first=1069 second=1026 amount=-2 -kerning first=1029 second=196 amount=-1 -kerning first=1253 second=1249 amount=-2 -kerning first=925 second=296 amount=2 -kerning first=226 second=8216 amount=-3 -kerning first=1222 second=915 amount=1 -kerning first=1050 second=162 amount=-3 -kerning first=961 second=1040 amount=-2 -kerning first=343 second=269 amount=-1 -kerning first=1205 second=292 amount=1 -kerning first=255 second=1111 amount=3 -kerning first=1033 second=8220 amount=-4 -kerning first=374 second=195 amount=-5 -kerning first=78 second=938 amount=2 -kerning first=1111 second=1186 amount=3 -kerning first=1275 second=277 amount=-1 -kerning first=84 second=59 amount=-2 -kerning first=375 second=289 amount=-1 -kerning first=1271 second=234 amount=-1 -kerning first=110 second=118 amount=-1 -kerning first=1020 second=174 amount=-1 -kerning first=376 second=284 amount=-3 -kerning first=1200 second=45 amount=-3 -kerning first=378 second=1010 amount=-1 -kerning first=297 second=80 amount=3 -kerning first=933 second=1138 amount=-3 -kerning first=65 second=336 amount=-2 -kerning first=1168 second=291 amount=-5 -kerning first=1170 second=115 amount=-5 -kerning first=1207 second=1162 amount=1 -kerning first=1203 second=358 amount=-3 -kerning first=341 second=1026 amount=-4 -kerning first=1271 second=1243 amount=-1 -kerning first=110 second=1201 amount=-1 -kerning first=313 second=1256 amount=-2 -kerning first=239 second=1110 amount=6 -kerning first=299 second=1024 amount=3 -kerning first=235 second=1059 amount=-7 -kerning first=1241 second=1279 amount=-1 -kerning first=318 second=207 amount=2 -kerning first=1209 second=87 amount=-3 -kerning first=1020 second=935 amount=-2 -kerning first=1113 second=93 amount=-2 -kerning first=1191 second=1091 amount=-2 -kerning first=1140 second=1207 amount=-4 -kerning first=923 second=1035 amount=-6 -kerning first=1128 second=1141 amount=-4 -kerning first=116 second=1053 amount=1 -kerning first=8217 second=339 amount=-4 -kerning first=313 second=1200 amount=-5 -kerning first=194 second=932 amount=-6 -kerning first=187 second=65 amount=-2 -kerning first=365 second=8221 amount=1 -kerning first=1083 second=89 amount=-6 -kerning first=112 second=1175 amount=-1 -kerning first=1267 second=225 amount=-1 -kerning first=98 second=1140 amount=-4 -kerning first=1178 second=1138 amount=-2 -kerning first=381 second=301 amount=5 -kerning first=1201 second=308 amount=-4 -kerning first=183 second=1217 amount=-4 -kerning first=1059 second=259 amount=-6 -kerning first=114 second=333 amount=-1 -kerning first=1105 second=1026 amount=-3 -kerning first=1196 second=1060 amount=-2 -kerning first=193 second=359 amount=-2 -kerning first=1112 second=239 amount=3 -kerning first=1143 second=113 amount=-1 -kerning first=171 second=374 amount=-4 -kerning first=256 second=1198 amount=-5 -kerning first=1232 second=253 amount=-4 -kerning first=1276 second=290 amount=-2 -kerning first=1186 second=8217 amount=2 -kerning first=933 second=287 amount=-6 -kerning first=301 second=116 amount=3 -kerning first=260 second=103 amount=-1 -kerning first=913 second=245 amount=-1 -kerning first=8224 second=294 amount=3 -kerning first=1117 second=121 amount=-1 -kerning first=1256 second=1140 amount=-2 -kerning first=1061 second=240 amount=-2 -kerning first=317 second=1141 amount=-4 -kerning first=76 second=8225 amount=-6 -kerning first=192 second=92 amount=-5 -kerning first=1230 second=1219 amount=1 -kerning first=1167 second=358 amount=-3 -kerning first=114 second=8218 amount=-5 -kerning first=343 second=1086 amount=-1 -kerning first=1113 second=1265 amount=-2 -kerning first=1202 second=234 amount=-2 -kerning first=1128 second=116 amount=-2 -kerning first=173 second=1200 amount=-3 -kerning first=270 second=356 amount=-2 -kerning first=333 second=1197 amount=-2 -kerning first=183 second=192 amount=-2 -kerning first=1163 second=374 amount=-1 -kerning first=332 second=197 amount=-2 -kerning first=1197 second=966 amount=-1 -kerning first=1095 second=84 amount=-3 -kerning first=345 second=1091 amount=1 -kerning first=87 second=923 amount=-4 -kerning first=1205 second=1027 amount=1 -kerning first=310 second=1060 amount=-2 -kerning first=378 second=339 amount=-1 -kerning first=1178 second=287 amount=-3 -kerning first=1202 second=1243 amount=-2 -kerning first=359 second=1050 amount=1 -kerning first=192 second=338 amount=-2 -kerning first=356 second=211 amount=-2 -kerning first=1082 second=101 amount=-1 -kerning first=1016 second=939 amount=-7 -kerning first=358 second=1253 amount=-4 -kerning first=1043 second=100 amount=-5 -kerning first=8221 second=1233 amount=-4 -kerning first=910 second=46 amount=-4 -kerning first=84 second=291 amount=-5 -kerning first=1189 second=95 amount=-3 -kerning first=1115 second=121 amount=-1 -kerning first=374 second=345 amount=-3 -kerning first=116 second=932 amount=-2 -kerning first=920 second=1061 amount=-2 -kerning first=299 second=1196 amount=6 -kerning first=194 second=285 amount=-1 -kerning first=972 second=373 amount=-1 -kerning first=1124 second=297 amount=2 -kerning first=177 second=118 amount=-3 -kerning first=1025 second=1111 amount=5 -kerning first=317 second=116 amount=-1 -kerning first=321 second=1242 amount=-2 -kerning first=932 second=1012 amount=-2 -kerning first=356 second=119 amount=-4 -kerning first=224 second=933 amount=-6 -kerning first=177 second=1201 amount=-3 -kerning first=89 second=1234 amount=-5 -kerning first=111 second=1263 amount=-1 -kerning first=270 second=902 amount=-2 -kerning first=1126 second=1196 amount=-6 -kerning first=1027 second=1255 amount=-5 -kerning first=1163 second=69 amount=1 -kerning first=213 second=256 amount=-2 -kerning first=126 second=1078 amount=-1 -kerning first=364 second=8218 amount=-5 -kerning first=345 second=231 amount=-1 -kerning first=253 second=1200 amount=-2 -kerning first=1200 second=1082 amount=-3 -kerning first=1036 second=1118 amount=-3 -kerning first=335 second=1061 amount=-2 -kerning first=939 second=1257 amount=-6 -kerning first=276 second=239 amount=5 -kerning first=195 second=42 amount=-6 -kerning first=194 second=162 amount=-1 -kerning first=1046 second=213 amount=-2 -kerning first=1207 second=1225 amount=1 -kerning first=1278 second=235 amount=-2 -kerning first=87 second=8370 amount=-2 -kerning first=221 second=336 amount=-3 -kerning first=380 second=265 amount=-1 -kerning first=245 second=1098 amount=-2 -kerning first=8244 second=1119 amount=-1 -kerning first=196 second=211 amount=-2 -kerning first=225 second=1118 amount=-1 -kerning first=214 second=933 amount=-3 -kerning first=1093 second=45 amount=-1 -kerning first=1091 second=356 amount=-2 -kerning first=1257 second=1244 amount=-2 -kerning first=176 second=1069 amount=-1 -kerning first=372 second=171 amount=-4 -kerning first=248 second=8216 amount=-4 -kerning first=1027 second=126 amount=-3 -kerning first=1251 second=84 amount=-3 -kerning first=8249 second=1040 amount=-2 -kerning first=63 second=923 amount=-4 -kerning first=261 second=1035 amount=-3 -kerning first=1233 second=221 amount=-6 -kerning first=1026 second=1203 amount=-1 -kerning first=1171 second=101 amount=-1 -kerning first=922 second=1257 amount=-3 -kerning first=315 second=1196 amount=-6 -kerning first=1075 second=183 amount=-1 -kerning first=1181 second=289 amount=-1 -kerning first=114 second=1077 amount=-1 -kerning first=1066 second=1140 amount=-4 -kerning first=1263 second=301 amount=3 -kerning first=295 second=376 amount=-6 -kerning first=1188 second=371 amount=-5 -kerning first=8370 second=1204 amount=-2 -kerning first=1043 second=112 amount=-4 -kerning first=1211 second=92 amount=-3 -kerning first=196 second=119 amount=-4 -kerning first=1143 second=238 amount=3 -kerning first=1049 second=206 amount=2 -kerning first=258 second=1012 amount=-2 -kerning first=179 second=8218 amount=-9 -kerning first=110 second=356 amount=-3 -kerning first=1058 second=245 amount=-5 -kerning first=1036 second=263 amount=-3 -kerning first=187 second=935 amount=-3 -kerning first=1199 second=1010 amount=-1 -kerning first=258 second=358 amount=-6 -kerning first=210 second=1035 amount=-2 -kerning first=1257 second=193 amount=-2 -kerning first=341 second=1235 amount=-1 -kerning first=121 second=287 amount=-1 -kerning first=1234 second=121 amount=-4 -kerning first=1126 second=271 amount=-1 -kerning first=8370 second=1232 amount=-1 -kerning first=1166 second=227 amount=-1 -kerning first=376 second=1181 amount=-3 -kerning first=910 second=103 amount=-6 -kerning first=1171 second=1083 amount=-3 -kerning first=1235 second=1185 amount=-2 -kerning first=1091 second=902 amount=-4 -kerning first=1040 second=8370 amount=-2 -kerning first=109 second=1141 amount=-1 -kerning first=1107 second=173 amount=-1 -kerning first=299 second=1275 amount=3 -kerning first=250 second=1026 amount=-3 -kerning first=358 second=338 amount=-2 -kerning first=1232 second=171 amount=-2 -kerning first=170 second=959 amount=-2 -kerning first=1102 second=1197 amount=-2 -kerning first=1276 second=235 amount=-2 -kerning first=919 second=296 amount=2 -kerning first=92 second=1257 amount=-1 -kerning first=76 second=79 amount=-2 -kerning first=334 second=195 amount=-2 -kerning first=191 second=947 amount=-2 -kerning first=1196 second=226 amount=-5 -kerning first=1198 second=216 amount=-3 -kerning first=1126 second=1275 amount=-2 -kerning first=1188 second=227 amount=-5 -kerning first=380 second=1139 amount=-1 -kerning first=83 second=192 amount=-1 -kerning first=936 second=38 amount=-2 -kerning first=337 second=1279 amount=-1 -kerning first=193 second=1254 amount=-2 -kerning first=1169 second=966 amount=-1 -kerning first=233 second=118 amount=-1 -kerning first=932 second=1169 amount=-4 -kerning first=8225 second=111 amount=-2 -kerning first=255 second=46 amount=-2 -kerning first=176 second=8373 amount=-1 -kerning first=351 second=1204 amount=-5 -kerning first=116 second=1184 amount=1 -kerning first=205 second=1031 amount=2 -kerning first=183 second=221 amount=-3 -kerning first=193 second=1144 amount=-2 -kerning first=233 second=1201 amount=-1 -kerning first=240 second=258 amount=-2 -kerning first=1034 second=1197 amount=-2 -kerning first=1118 second=335 amount=-1 -kerning first=1267 second=100 amount=-1 -kerning first=238 second=303 amount=3 -kerning first=1241 second=186 amount=-2 -kerning first=304 second=95 amount=2 -kerning first=275 second=1078 amount=-1 -kerning first=1059 second=273 amount=-6 -kerning first=902 second=346 amount=-1 -kerning first=1016 second=967 amount=-1 -kerning first=1278 second=169 amount=-2 -kerning first=75 second=338 amount=-2 -kerning first=87 second=1116 amount=-2 -kerning first=966 second=1118 amount=-1 -kerning first=357 second=905 amount=1 -kerning first=55 second=1073 amount=-1 -kerning first=1110 second=41 amount=2 -kerning first=1100 second=1263 amount=-2 -kerning first=1026 second=910 amount=-7 -kerning first=1265 second=940 amount=-1 -kerning first=297 second=270 amount=3 -kerning first=315 second=1275 amount=-1 -kerning first=1168 second=1054 amount=-2 -kerning first=216 second=194 amount=-2 -kerning first=1199 second=339 amount=-1 -kerning first=1096 second=49 amount=-3 -kerning first=290 second=356 amount=-2 -kerning first=375 second=1196 amount=-2 -kerning first=1126 second=113 amount=-1 -kerning first=122 second=1255 amount=-1 -kerning first=1043 second=67 amount=-2 -kerning first=222 second=1236 amount=-3 -kerning first=313 second=1017 amount=-2 -kerning first=1078 second=8363 amount=-1 -kerning first=197 second=1213 amount=-2 -kerning first=932 second=1088 amount=-4 -kerning first=1145 second=337 amount=-1 -kerning first=374 second=211 amount=-3 -kerning first=1217 second=333 amount=-2 -kerning first=8217 second=1072 amount=-4 -kerning first=1017 second=299 amount=2 -kerning first=195 second=213 amount=-2 -kerning first=1111 second=90 amount=6 -kerning first=1210 second=1263 amount=-1 -kerning first=961 second=1198 amount=-7 -kerning first=1168 second=378 amount=-3 -kerning first=114 second=379 amount=-2 -kerning first=120 second=932 amount=-3 -kerning first=1164 second=65 amount=-2 -kerning first=1193 second=375 amount=-1 -kerning first=1104 second=1197 amount=-1 -kerning first=1069 second=1061 amount=-2 -kerning first=243 second=1236 amount=-2 -kerning first=1188 second=328 amount=-4 -kerning first=1043 second=297 amount=6 -kerning first=350 second=1040 amount=-1 -kerning first=1277 second=963 amount=-1 -kerning first=971 second=354 amount=-3 -kerning first=293 second=89 amount=-6 -kerning first=929 second=198 amount=-5 -kerning first=933 second=1012 amount=-3 -kerning first=231 second=933 amount=-4 -kerning first=321 second=86 amount=-5 -kerning first=1188 second=1279 amount=-3 -kerning first=357 second=8244 amount=2 -kerning first=195 second=118 amount=-4 -kerning first=1175 second=45 amount=-1 -kerning first=1187 second=356 amount=-2 -kerning first=119 second=196 amount=-4 -kerning first=218 second=8222 amount=-5 -kerning first=290 second=902 amount=-1 -kerning first=87 second=110 amount=-2 -kerning first=1213 second=1277 amount=-1 -kerning first=358 second=1163 amount=-4 -kerning first=1126 second=87 amount=-4 -kerning first=1276 second=169 amount=-2 -kerning first=910 second=259 amount=-6 -kerning first=933 second=358 amount=3 -kerning first=65 second=36 amount=-1 -kerning first=1201 second=265 amount=-1 -kerning first=195 second=1201 amount=-4 -kerning first=1059 second=1167 amount=-3 -kerning first=1259 second=65 amount=-2 -kerning first=343 second=227 amount=-1 -kerning first=255 second=103 amount=-1 -kerning first=1202 second=334 amount=-2 -kerning first=357 second=84 amount=-2 -kerning first=8221 second=1094 amount=-1 -kerning first=177 second=902 amount=-3 -kerning first=1220 second=8225 amount=-2 -kerning first=375 second=271 amount=-1 -kerning first=1178 second=1012 amount=-2 -kerning first=82 second=933 amount=-2 -kerning first=68 second=86 amount=-2 -kerning first=1058 second=1097 amount=-4 -kerning first=211 second=1234 amount=-2 -kerning first=1187 second=1168 amount=1 -kerning first=1170 second=959 amount=-5 -kerning first=1097 second=1042 amount=1 -kerning first=119 second=235 amount=-1 -kerning first=1257 second=374 amount=-7 -kerning first=71 second=1046 amount=-1 -kerning first=1196 second=1254 amount=-2 -kerning first=1234 second=903 amount=-5 -kerning first=333 second=253 amount=-1 -kerning first=98 second=1058 amount=-3 -kerning first=269 second=1035 amount=-5 -kerning first=84 second=1054 amount=-2 -kerning first=249 second=8217 amount=1 -kerning first=1277 second=243 amount=-1 -kerning first=1072 second=932 amount=-3 -kerning first=1141 second=257 amount=-1 -kerning first=1196 second=1144 amount=-2 -kerning first=315 second=87 amount=-2 -kerning first=321 second=262 amount=-2 -kerning first=939 second=1108 amount=-6 -kerning first=1269 second=1198 amount=-6 -kerning first=1126 second=268 amount=-2 -kerning first=1118 second=1104 amount=-1 -kerning first=1141 second=1153 amount=-1 -kerning first=932 second=266 amount=-2 -kerning first=1124 second=1061 amount=-1 -kerning first=1170 second=60 amount=-5 -kerning first=1207 second=349 amount=-1 -kerning first=120 second=285 amount=-1 -kerning first=254 second=197 amount=-2 -kerning first=1196 second=380 amount=-3 -kerning first=1263 second=242 amount=-1 -kerning first=173 second=55 amount=-2 -kerning first=939 second=1032 amount=-2 -kerning first=1256 second=1058 amount=-2 -kerning first=239 second=1213 amount=3 -kerning first=299 second=238 amount=6 -kerning first=1143 second=248 amount=-1 -kerning first=84 second=378 amount=-3 -kerning first=1197 second=226 amount=-1 -kerning first=961 second=1175 amount=-1 -kerning first=1195 second=1066 amount=-5 -kerning first=310 second=1254 amount=-2 -kerning first=922 second=1108 amount=-3 -kerning first=260 second=273 amount=-1 -kerning first=972 second=1141 amount=-1 -kerning first=1199 second=239 amount=3 -kerning first=227 second=92 amount=-3 -kerning first=1278 second=210 amount=-2 -kerning first=358 second=95 amount=-4 -kerning first=1223 second=206 amount=2 -kerning first=1267 second=1026 amount=-2 -kerning first=76 second=8244 amount=-3 -kerning first=310 second=1144 amount=-2 -kerning first=8244 second=121 amount=1 -kerning first=233 second=356 amount=-3 -kerning first=1201 second=1139 amount=-1 -kerning first=1145 second=1105 amount=-1 -kerning first=1189 second=335 amount=-1 -kerning first=1059 second=240 amount=-6 -kerning first=120 second=162 amount=-1 -kerning first=1270 second=289 amount=-5 -kerning first=89 second=1258 amount=-3 -kerning first=1217 second=1077 amount=-2 -kerning first=915 second=923 amount=-6 -kerning first=315 second=268 amount=-2 -kerning first=8221 second=182 amount=-1 -kerning first=242 second=1278 amount=-2 -kerning first=325 second=298 amount=2 -kerning first=906 second=938 amount=2 -kerning first=1274 second=1242 amount=-2 -kerning first=1237 second=1249 amount=-1 -kerning first=87 second=192 amount=-4 -kerning first=1213 second=933 amount=-7 -kerning first=375 second=113 amount=-1 -kerning first=1026 second=1093 amount=-1 -kerning first=343 second=1279 amount=1 -kerning first=376 second=213 amount=-3 -kerning first=76 second=84 amount=-6 -kerning first=933 second=1169 amount=-3 -kerning first=216 second=376 amount=-3 -kerning first=373 second=291 amount=-1 -kerning first=372 second=286 amount=-2 -kerning first=1043 second=1235 amount=-5 -kerning first=239 second=223 amount=3 -kerning first=299 second=1037 amount=3 -kerning first=258 second=266 amount=-2 -kerning first=1180 second=100 amount=-3 -kerning first=1082 second=1257 amount=-1 -kerning first=1181 second=1196 amount=-4 -kerning first=229 second=1059 amount=-6 -kerning first=1164 second=174 amount=-1 -kerning first=92 second=1108 amount=-1 -kerning first=1265 second=1237 amount=-1 -kerning first=1140 second=8249 amount=-4 -kerning first=88 second=173 amount=-4 -kerning first=244 second=923 amount=-2 -kerning first=1163 second=1050 amount=1 -kerning first=1084 second=372 amount=-3 -kerning first=1095 second=1118 amount=-1 -kerning first=87 second=232 amount=-4 -kerning first=1239 second=1279 amount=-1 -kerning first=1271 second=8230 amount=-6 -kerning first=1267 second=297 amount=3 -kerning first=347 second=174 amount=-1 -kerning first=337 second=186 amount=-2 -kerning first=1050 second=940 amount=-3 -kerning first=8249 second=1198 amount=-4 -kerning first=1164 second=935 amount=-2 -kerning first=255 second=259 amount=-1 -kerning first=121 second=358 amount=-2 -kerning first=1196 second=1078 amount=-3 -kerning first=162 second=1035 amount=-5 -kerning first=1188 second=1092 amount=-5 -kerning first=8221 second=941 amount=-4 -kerning first=1275 second=932 amount=-2 -kerning first=212 second=1059 amount=-3 -kerning first=1068 second=1236 amount=-2 -kerning first=345 second=229 amount=-1 -kerning first=45 second=84 amount=-3 -kerning first=1259 second=174 amount=-1 -kerning first=1276 second=210 amount=-2 -kerning first=1200 second=971 amount=-3 -kerning first=297 second=919 amount=3 -kerning first=933 second=1088 amount=-3 -kerning first=915 second=8370 amount=-2 -kerning first=1258 second=1278 amount=-2 -kerning first=1036 second=365 amount=-2 -kerning first=8222 second=1090 amount=-3 -kerning first=301 second=254 amount=3 -kerning first=46 second=376 amount=-4 -kerning first=1050 second=264 amount=-2 -kerning first=913 second=375 amount=-4 -kerning first=284 second=299 amount=2 -kerning first=86 second=183 amount=-2 -kerning first=87 second=1084 amount=-2 -kerning first=916 second=171 amount=-2 -kerning first=256 second=963 amount=-1 -kerning first=224 second=1204 amount=-3 -kerning first=1259 second=935 amount=-2 -kerning first=1232 second=286 amount=-2 -kerning first=1102 second=253 amount=-1 -kerning first=1066 second=1058 amount=-3 -kerning first=1278 second=1259 amount=-2 -kerning first=335 second=121 amount=-1 -kerning first=8370 second=1200 amount=-2 -kerning first=195 second=356 amount=-6 -kerning first=1194 second=198 amount=-1 -kerning first=63 second=192 amount=-4 -kerning first=959 second=1196 amount=-3 -kerning first=1203 second=245 amount=-1 -kerning first=80 second=923 amount=-5 -kerning first=242 second=260 amount=-2 -kerning first=1225 second=311 amount=1 -kerning first=356 second=97 amount=-5 -kerning first=1181 second=271 amount=-1 -kerning first=1222 second=354 amount=-2 -kerning first=354 second=1242 amount=-2 -kerning first=1050 second=236 amount=2 -kerning first=1228 second=358 amount=-3 -kerning first=1040 second=232 amount=-1 -kerning first=176 second=194 amount=-6 -kerning first=1193 second=1066 amount=-3 -kerning first=1128 second=199 amount=-2 -kerning first=8360 second=356 amount=-5 -kerning first=1171 second=1257 amount=-1 -kerning first=193 second=301 amount=3 -kerning first=1274 second=1074 amount=-4 -kerning first=214 second=1204 amount=-2 -kerning first=336 second=1202 amount=-2 -kerning first=1034 second=253 amount=-1 -kerning first=1200 second=337 amount=-6 -kerning first=1265 second=246 amount=-1 -kerning first=923 second=94 amount=-6 -kerning first=89 second=1080 amount=-3 -kerning first=915 second=181 amount=-5 -kerning first=1251 second=1118 amount=-1 -kerning first=1199 second=1072 amount=-1 -kerning first=1226 second=330 amount=1 -kerning first=910 second=273 amount=-6 -kerning first=1169 second=226 amount=-1 -kerning first=235 second=372 amount=-3 -kerning first=256 second=243 amount=-1 -kerning first=214 second=1232 amount=-2 -kerning first=1222 second=1041 amount=1 -kerning first=1189 second=1104 amount=-1 -kerning first=257 second=89 amount=-6 -kerning first=1153 second=1058 amount=-5 -kerning first=286 second=86 amount=-1 -kerning first=1205 second=73 amount=1 -kerning first=1141 second=194 amount=-4 -kerning first=372 second=920 amount=-2 -kerning first=1198 second=1191 amount=-3 -kerning first=252 second=8216 amount=-3 -kerning first=1275 second=285 amount=-1 -kerning first=1090 second=269 amount=-1 -kerning first=126 second=8220 amount=-2 -kerning first=174 second=923 amount=-5 -kerning first=375 second=238 amount=3 -kerning first=104 second=221 amount=-6 -kerning first=110 second=1265 amount=-1 -kerning first=1113 second=1278 amount=-2 -kerning first=1265 second=8217 amount=2 -kerning first=98 second=939 amount=-7 -kerning first=317 second=199 amount=-2 -kerning first=351 second=1200 amount=-5 -kerning first=301 second=49 amount=3 -kerning first=1168 second=299 amount=6 -kerning first=260 second=240 amount=-1 -kerning first=215 second=86 amount=-3 -kerning first=339 second=1267 amount=-1 -kerning first=1170 second=361 amount=-5 -kerning first=1258 second=260 amount=-2 -kerning first=1276 second=1259 amount=-2 -kerning first=242 second=1090 amount=-2 -kerning first=65 second=1242 amount=-2 -kerning first=256 second=8221 amount=-7 -kerning first=318 second=1031 amount=2 -kerning first=1087 second=1026 amount=-3 -kerning first=319 second=221 amount=-2 -kerning first=343 second=1092 amount=-1 -kerning first=1141 second=234 amount=-1 -kerning first=1091 second=267 amount=-1 -kerning first=1128 second=49 amount=-2 -kerning first=933 second=266 amount=-3 -kerning first=1275 second=162 amount=-1 -kerning first=1187 second=917 amount=1 -kerning first=1224 second=8220 amount=-3 -kerning first=1101 second=923 amount=-2 -kerning first=1104 second=253 amount=-1 -kerning first=1267 second=1235 amount=-1 -kerning first=1256 second=939 amount=-3 -kerning first=1141 second=1243 amount=-1 -kerning first=915 second=1116 amount=-4 -kerning first=192 second=335 amount=-1 -kerning first=197 second=100 amount=-1 -kerning first=1181 second=113 amount=-1 -kerning first=281 second=1267 amount=-1 -kerning first=1059 second=230 amount=-6 -kerning first=1092 second=41 amount=-1 -kerning first=372 second=8363 amount=-4 -kerning first=939 second=908 amount=-3 -kerning first=265 second=376 amount=-4 -kerning first=8221 second=967 amount=1 -kerning first=1030 second=206 amount=2 -kerning first=8250 second=358 amount=-8 -kerning first=1232 second=920 amount=-2 -kerning first=1178 second=266 amount=-2 -kerning first=89 second=172 amount=-3 -kerning first=933 second=237 amount=-2 -kerning first=1058 second=375 amount=-4 -kerning first=1018 second=296 amount=2 -kerning first=183 second=1047 amount=-2 -kerning first=194 second=940 amount=-1 -kerning first=354 second=1074 amount=-4 -kerning first=1187 second=318 amount=1 -kerning first=1094 second=292 amount=1 -kerning first=1033 second=923 amount=-2 -kerning first=42 second=260 amount=-6 -kerning first=935 second=214 amount=-2 -kerning first=1126 second=248 amount=-1 -kerning first=910 second=1167 amount=-3 -kerning first=317 second=49 amount=-3 -kerning first=8230 second=89 amount=-4 -kerning first=1180 second=67 amount=-2 -kerning first=932 second=245 amount=-5 -kerning first=1222 second=1103 amount=-1 -kerning first=902 second=255 amount=-4 -kerning first=253 second=244 amount=-1 -kerning first=963 second=8222 amount=-5 -kerning first=295 second=1141 amount=-1 -kerning first=105 second=301 amount=3 -kerning first=922 second=908 amount=-2 -kerning first=342 second=376 amount=-2 -kerning first=357 second=314 amount=1 -kerning first=1027 second=1277 amount=-3 -kerning first=194 second=264 amount=-2 -kerning first=181 second=43 amount=-2 -kerning first=1080 second=358 amount=-3 -kerning first=1255 second=1026 amount=-3 -kerning first=1090 second=1086 amount=-1 -kerning first=1234 second=71 amount=-2 -kerning first=1103 second=121 amount=-1 -kerning first=376 second=356 amount=3 -kerning first=1178 second=237 amount=2 -kerning first=1010 second=1059 amount=-4 -kerning first=321 second=8216 amount=-5 -kerning first=1092 second=1091 amount=-1 -kerning first=913 second=187 amount=-2 -kerning first=8224 second=972 amount=-2 -kerning first=1040 second=221 amount=-5 -kerning first=1196 second=301 amount=6 -kerning first=940 second=916 amount=-3 -kerning first=1126 second=39 amount=-5 -kerning first=242 second=170 amount=-2 -kerning first=84 second=299 amount=6 -kerning first=1274 second=945 amount=-5 -kerning first=1180 second=297 amount=5 -kerning first=1026 second=1234 amount=-2 -kerning first=1232 second=8363 amount=-1 -kerning first=170 second=196 amount=-5 -kerning first=1205 second=1210 amount=1 -kerning first=1200 second=1105 amount=-6 -kerning first=253 second=8222 amount=-5 -kerning first=929 second=193 amount=-5 -kerning first=1186 second=1065 amount=1 -kerning first=1184 second=963 amount=-3 -kerning first=915 second=110 amount=-4 -kerning first=8217 second=949 amount=-4 -kerning first=1241 second=1040 amount=-2 -kerning first=1111 second=1034 amount=3 -kerning first=1170 second=290 amount=-2 -kerning first=279 second=1026 amount=-3 -kerning first=177 second=1265 amount=-3 -kerning first=358 second=944 amount=-4 -kerning first=68 second=8216 amount=-2 -kerning first=1274 second=262 amount=-2 -kerning first=107 second=275 amount=-1 -kerning first=1082 second=1108 amount=-1 -kerning first=1093 second=337 amount=-1 -kerning first=255 second=273 amount=-1 -kerning first=92 second=908 amount=-2 -kerning first=1140 second=228 amount=-4 -kerning first=923 second=214 amount=-2 -kerning first=1043 second=1119 amount=-4 -kerning first=8221 second=974 amount=-4 -kerning first=371 second=933 amount=-4 -kerning first=258 second=245 amount=-1 -kerning first=345 second=279 amount=-1 -kerning first=36 second=196 amount=-1 -kerning first=170 second=235 amount=-2 -kerning first=376 second=902 amount=-5 -kerning first=1091 second=177 amount=-3 -kerning first=310 second=301 amount=5 -kerning first=231 second=1204 amount=-5 -kerning first=315 second=39 amount=-6 -kerning first=379 second=43 amount=-2 -kerning first=357 second=1120 amount=1 -kerning first=1066 second=939 amount=-7 -kerning first=913 second=1066 amount=-6 -kerning first=341 second=121 amount=1 -kerning first=111 second=258 amount=-2 -kerning first=1057 second=198 amount=-1 -kerning first=380 second=283 amount=-1 -kerning first=353 second=1196 amount=-5 -kerning first=910 second=240 amount=-6 -kerning first=959 second=87 amount=-3 -kerning first=1220 second=84 amount=-3 -kerning first=925 second=1111 amount=5 -kerning first=1094 second=1027 amount=1 -kerning first=119 second=1259 amount=-1 -kerning first=1113 second=1090 amount=-4 -kerning first=1205 second=1106 amount=1 -kerning first=1141 second=376 amount=-2 -kerning first=374 second=97 amount=-6 -kerning first=1184 second=243 amount=-3 -kerning first=221 second=1242 amount=-3 -kerning first=1111 second=293 amount=3 -kerning first=288 second=1140 amount=-1 -kerning first=87 second=212 amount=-2 -kerning first=358 second=335 amount=-5 -kerning first=98 second=967 amount=-1 -kerning first=1056 second=229 amount=-1 -kerning first=923 second=1199 amount=-4 -kerning first=192 second=1104 amount=-1 -kerning first=356 second=1089 amount=-5 -kerning first=1075 second=95 amount=-3 -kerning first=361 second=1058 amount=-3 -kerning first=1168 second=1020 amount=-4 -kerning first=1050 second=246 amount=-3 -kerning first=1226 second=8217 amount=2 -kerning first=1105 second=121 amount=-1 -kerning first=1278 second=1193 amount=-2 -kerning first=355 second=126 amount=-1 -kerning first=193 second=242 amount=-1 -kerning first=283 second=1091 amount=-1 -kerning first=247 second=1140 amount=-2 -kerning first=70 second=1239 amount=-3 -kerning first=915 second=934 amount=-3 -kerning first=267 second=89 amount=-4 -kerning first=1036 second=281 amount=-3 -kerning first=97 second=933 amount=-6 -kerning first=354 second=945 amount=-5 -kerning first=1153 second=939 amount=-4 -kerning first=187 second=918 amount=-2 -kerning first=39 second=197 amount=-5 -kerning first=376 second=1173 amount=-3 -kerning first=115 second=1198 amount=-5 -kerning first=1171 second=1108 amount=-1 -kerning first=244 second=1217 amount=-2 -kerning first=197 second=1026 amount=-6 -kerning first=256 second=347 amount=-1 -kerning first=1116 second=972 amount=-1 -kerning first=1181 second=52 amount=-3 -kerning first=1145 second=231 amount=-1 -kerning first=216 second=8230 amount=-3 -kerning first=1016 second=92 amount=-4 -kerning first=1270 second=271 amount=-5 -kerning first=1279 second=354 amount=-3 -kerning first=109 second=49 amount=-3 -kerning first=75 second=335 amount=-3 -kerning first=915 second=192 amount=-6 -kerning first=939 second=1255 amount=-6 -kerning first=8221 second=183 amount=-2 -kerning first=354 second=262 amount=-2 -kerning first=193 second=8220 amount=-8 -kerning first=1085 second=1140 amount=-3 -kerning first=375 second=248 amount=-1 -kerning first=923 second=957 amount=-4 -kerning first=344 second=89 amount=-2 -kerning first=1058 second=187 amount=-3 -kerning first=65 second=86 amount=-5 -kerning first=197 second=67 amount=-2 -kerning first=367 second=1066 amount=-3 -kerning first=1046 second=267 amount=-2 -kerning first=1040 second=212 amount=-2 -kerning first=1198 second=927 amount=-3 -kerning first=240 second=1059 amount=-7 -kerning first=1012 second=910 amount=-3 -kerning first=1106 second=1198 amount=-6 -kerning first=8370 second=303 amount=2 -kerning first=1107 second=84 amount=-2 -kerning first=936 second=173 amount=-3 -kerning first=297 second=1171 amount=3 -kerning first=196 second=1089 amount=-1 -kerning first=233 second=1265 amount=-1 -kerning first=932 second=1097 amount=-4 -kerning first=226 second=1143 amount=-1 -kerning first=70 second=74 amount=-4 -kerning first=1113 second=170 amount=-3 -kerning first=326 second=375 amount=-1 -kerning first=244 second=192 amount=-2 -kerning first=116 second=330 amount=1 -kerning first=915 second=232 amount=-5 -kerning first=922 second=1255 amount=-3 -kerning first=939 second=126 amount=-3 -kerning first=1179 second=244 amount=-1 -kerning first=1170 second=196 amount=-6 -kerning first=1213 second=1204 amount=-3 -kerning first=1276 second=1193 amount=-2 -kerning first=76 second=1118 amount=-4 -kerning first=301 second=1036 amount=3 -kerning first=65 second=945 amount=-1 -kerning first=192 second=353 amount=-1 -kerning first=197 second=297 amount=3 -kerning first=356 second=1145 amount=-5 -kerning first=1222 second=316 amount=1 -kerning first=1194 second=1244 amount=-1 -kerning first=1093 second=1105 amount=-1 -kerning first=1257 second=1249 amount=-2 -kerning first=176 second=334 amount=-1 -kerning first=88 second=79 amount=-2 -kerning first=1128 second=348 amount=-1 -kerning first=221 second=1074 amount=-3 -kerning first=1188 second=981 amount=-5 -kerning first=55 second=1207 amount=-3 -kerning first=8244 second=1081 amount=-1 -kerning first=84 second=1020 amount=-4 -kerning first=224 second=1200 amount=-6 -kerning first=1200 second=951 amount=-3 -kerning first=933 second=245 amount=-6 -kerning first=922 second=126 amount=-4 -kerning first=915 second=1084 amount=-4 -kerning first=65 second=262 amount=-2 -kerning first=1170 second=235 amount=-5 -kerning first=345 second=1195 amount=-1 -kerning first=966 second=256 amount=-2 -kerning first=1126 second=115 amount=-1 -kerning first=242 second=120 amount=-1 -kerning first=1277 second=99 amount=-1 -kerning first=1059 second=1095 amount=-6 -kerning first=255 second=240 amount=-1 -kerning first=1270 second=113 amount=-5 -kerning first=92 second=1255 amount=-1 -kerning first=246 second=197 amount=-2 -kerning first=382 second=275 amount=-1 -kerning first=1175 second=337 amount=-1 -kerning first=1194 second=193 amount=-1 -kerning first=214 second=1200 amount=-3 -kerning first=95 second=331 amount=3 -kerning first=86 second=338 amount=-2 -kerning first=358 second=1104 amount=-5 -kerning first=80 second=192 amount=-5 -kerning first=1225 second=1115 amount=1 -kerning first=1178 second=245 amount=-3 -kerning first=297 second=320 amount=3 -kerning first=946 second=297 amount=2 -kerning first=1201 second=258 amount=-4 -kerning first=232 second=1140 amount=-3 -kerning first=114 second=261 amount=-1 -kerning first=1097 second=910 amount=-1 -kerning first=1066 second=967 amount=-1 -kerning first=261 second=1199 amount=-1 -kerning first=372 second=216 amount=-2 -kerning first=1196 second=242 amount=-5 -kerning first=1198 second=269 amount=-6 -kerning first=239 second=1026 amount=6 -kerning first=1107 second=1239 amount=-1 -kerning first=196 second=1145 amount=-1 -kerning first=336 second=356 amount=-2 -kerning first=89 second=965 amount=-3 -kerning first=337 second=1040 amount=-2 -kerning first=359 second=292 amount=1 -kerning first=8217 second=969 amount=-4 -kerning first=194 second=246 amount=-1 -kerning first=195 second=1265 amount=-4 -kerning first=260 second=346 amount=-1 -kerning first=1199 second=910 amount=-2 -kerning first=358 second=1114 amount=-4 -kerning first=910 second=230 amount=-6 -kerning first=355 second=327 amount=1 -kerning first=46 second=96 amount=-9 -kerning first=1201 second=283 amount=-1 -kerning first=1046 second=177 amount=-3 -kerning first=953 second=47 amount=-2 -kerning first=120 second=940 amount=-1 -kerning first=923 second=354 amount=-6 -kerning first=1101 second=1217 amount=-2 -kerning first=75 second=1104 amount=-3 -kerning first=34 second=195 amount=-5 -kerning first=1090 second=227 amount=-1 -kerning first=1086 second=1197 amount=-2 -kerning first=174 second=192 amount=-5 -kerning first=1108 second=374 amount=-4 -kerning first=1118 second=1236 amount=-4 -kerning first=1054 second=197 amount=-2 -kerning first=353 second=87 amount=-2 -kerning first=310 second=242 amount=-3 -kerning first=194 second=8217 amount=-7 -kerning first=1084 second=1098 amount=-2 -kerning first=1170 second=343 amount=-4 -kerning first=1207 second=1229 amount=1 -kerning first=261 second=957 amount=-1 -kerning first=1234 second=8224 amount=-5 -kerning first=87 second=44 amount=-6 -kerning first=239 second=297 amount=3 -kerning first=8244 second=45 amount=-2 -kerning first=1274 second=111 amount=-5 -kerning first=8250 second=51 amount=-3 -kerning first=336 second=902 amount=-2 -kerning first=1230 second=8216 amount=-3 -kerning first=1232 second=216 amount=-2 -kerning first=343 second=981 amount=-1 -kerning first=1033 second=1217 amount=-2 -kerning first=89 second=333 amount=-6 -kerning first=374 second=1089 amount=-6 -kerning first=922 second=305 amount=2 -kerning first=357 second=1190 amount=1 -kerning first=361 second=939 amount=-4 -kerning first=195 second=267 amount=-1 -kerning first=194 second=352 amount=-1 -kerning first=913 second=288 amount=-2 -kerning first=277 second=1197 amount=-1 -kerning first=1101 second=192 amount=-2 -kerning first=174 second=232 amount=-2 -kerning first=72 second=207 amount=2 -kerning first=358 second=353 amount=-5 -kerning first=328 second=255 amount=-1 -kerning first=1166 second=1040 amount=-5 -kerning first=919 second=1111 amount=5 -kerning first=270 second=1278 amount=-2 -kerning first=1181 second=248 amount=-1 -kerning first=1168 second=1098 amount=-2 -kerning first=1170 second=169 amount=-2 -kerning first=1097 second=107 amount=1 -kerning first=119 second=1193 amount=-1 -kerning first=1270 second=268 amount=-2 -kerning first=908 second=198 amount=-2 -kerning first=1198 second=1086 amount=-6 -kerning first=221 second=945 amount=-6 -kerning first=1043 second=121 amount=-4 -kerning first=299 second=108 amount=3 -kerning first=1074 second=356 amount=-5 -kerning first=196 second=1140 amount=-5 -kerning first=1143 second=959 amount=-1 -kerning first=1205 second=173 amount=-1 -kerning first=89 second=8218 amount=-7 -kerning first=244 second=221 amount=-7 -kerning first=1058 second=252 amount=-5 -kerning first=248 second=1143 amount=-1 -kerning first=1187 second=1211 amount=1 -kerning first=1033 second=192 amount=-2 -kerning first=1255 second=1061 amount=-2 -kerning first=71 second=239 amount=2 -kerning first=121 second=245 amount=-1 -kerning first=221 second=262 amount=-3 -kerning first=349 second=84 amount=-5 -kerning first=1188 second=1040 amount=-6 -kerning first=359 second=1027 amount=1 -kerning first=381 second=8370 amount=-2 -kerning first=1241 second=1198 amount=-7 -kerning first=229 second=372 amount=-3 -kerning first=102 second=65 amount=-2 -kerning first=1113 second=120 amount=-1 -kerning first=981 second=194 amount=-2 -kerning first=1111 second=340 amount=3 -kerning first=1175 second=1105 amount=-1 -kerning first=1143 second=60 amount=-2 -kerning first=245 second=195 amount=-2 -kerning first=74 second=8218 amount=-5 -kerning first=1244 second=972 amount=-2 -kerning first=933 second=1097 amount=-3 -kerning first=116 second=8217 amount=2 -kerning first=1167 second=375 amount=-1 -kerning first=213 second=1196 amount=-2 -kerning first=1126 second=63 amount=-4 -kerning first=1122 second=196 amount=-2 -kerning first=333 second=1185 amount=-2 -kerning first=235 second=1098 amount=-1 -kerning first=212 second=372 amount=-1 -kerning first=1189 second=43 amount=-1 -kerning first=102 second=101 amount=-1 -kerning first=1205 second=222 amount=1 -kerning first=1270 second=52 amount=-4 -kerning first=1200 second=231 amount=-6 -kerning first=923 second=1103 amount=-1 -kerning first=326 second=1066 amount=-3 -kerning first=176 second=8230 amount=-9 -kerning first=374 second=1145 amount=-6 -kerning first=1057 second=1244 amount=-1 -kerning first=313 second=8223 amount=-3 -kerning first=8221 second=1253 amount=-1 -kerning first=299 second=1134 amount=3 -kerning first=354 second=111 amount=-5 -kerning first=1187 second=323 amount=1 -kerning first=228 second=1198 amount=-6 -kerning first=95 second=1187 amount=3 -kerning first=8220 second=916 amount=-6 -kerning first=231 second=1200 amount=-4 -kerning first=256 second=99 amount=-1 -kerning first=38 second=119 amount=-2 -kerning first=1235 second=1267 amount=-1 -kerning first=255 second=230 amount=-1 -kerning first=1193 second=174 amount=-1 -kerning first=8217 second=1234 amount=-9 -kerning first=270 second=260 amount=-2 -kerning first=1109 second=1140 amount=-3 -kerning first=357 second=78 amount=1 -kerning first=259 second=376 amount=-6 -kerning first=84 second=1098 amount=-2 -kerning first=1197 second=242 amount=-1 -kerning first=261 second=354 amount=-3 -kerning first=70 second=1118 amount=-2 -kerning first=1141 second=8230 amount=-2 -kerning first=297 second=304 amount=3 -kerning first=1075 second=335 amount=-1 -kerning first=44 second=1196 amount=-2 -kerning first=195 second=177 amount=-3 -kerning first=114 second=197 amount=-3 -kerning first=1278 second=1010 amount=-2 -kerning first=1263 second=923 amount=-4 -kerning first=86 second=95 amount=-5 -kerning first=1254 second=195 amount=-2 -kerning first=288 second=1058 amount=-2 -kerning first=1057 second=193 amount=-1 -kerning first=170 second=1259 amount=-2 -kerning first=82 second=1200 amount=-2 -kerning first=8244 second=1082 amount=-1 -kerning first=1138 second=198 amount=-2 -kerning first=932 second=375 amount=-4 -kerning first=1222 second=247 amount=-1 -kerning first=1119 second=933 amount=-6 -kerning first=1059 second=38 amount=-4 -kerning first=339 second=1279 amount=-1 -kerning first=89 second=1077 amount=-6 -kerning first=1058 second=288 amount=-2 -kerning first=915 second=212 amount=-2 -kerning first=1275 second=940 amount=-1 -kerning first=371 second=1204 amount=-3 -kerning first=210 second=354 amount=-2 -kerning first=247 second=1058 amount=-3 -kerning first=174 second=221 amount=-1 -kerning first=376 second=267 amount=-6 -kerning first=1225 second=1231 amount=1 -kerning first=310 second=1099 amount=2 -kerning first=8218 second=932 amount=-6 -kerning first=918 second=288 amount=-2 -kerning first=65 second=111 amount=-1 -kerning first=197 second=83 amount=-1 -kerning first=1241 second=1175 amount=-1 -kerning first=356 second=1233 amount=-5 -kerning first=1082 second=1255 amount=-1 -kerning first=114 second=275 amount=-1 -kerning first=343 second=1040 amount=-3 -kerning first=1242 second=1140 amount=-2 -kerning first=1263 second=295 amount=3 -kerning first=309 second=307 amount=3 -kerning first=1220 second=1118 amount=-1 -kerning first=112 second=198 amount=-2 -kerning first=1274 second=1209 amount=-5 -kerning first=1060 second=933 amount=-3 -kerning first=70 second=263 amount=-3 -kerning first=281 second=1279 amount=-1 -kerning first=351 second=8222 amount=-3 -kerning first=1194 second=1111 amount=2 -kerning first=1170 second=210 amount=-2 -kerning first=913 second=101 amount=-1 -kerning first=1085 second=1058 amount=-3 -kerning first=8224 second=195 amount=-5 -kerning first=1233 second=1026 amount=-3 -kerning first=1096 second=1035 amount=-3 -kerning first=1101 second=221 amount=-7 -kerning first=333 second=1276 amount=-2 -kerning first=1225 second=45 amount=-1 -kerning first=65 second=8216 amount=-8 -kerning first=1082 second=126 amount=-2 -kerning first=1145 second=229 amount=-1 -kerning first=1205 second=1030 amount=1 -kerning first=1091 second=260 amount=-4 -kerning first=1040 second=1213 amount=-2 -kerning first=88 second=1239 amount=-2 -kerning first=355 second=1056 amount=1 -kerning first=258 second=375 amount=-4 -kerning first=1243 second=358 amount=-3 -kerning first=210 second=913 amount=-2 -kerning first=1273 second=221 amount=-6 -kerning first=917 second=299 amount=5 -kerning first=1276 second=1010 amount=-2 -kerning first=1225 second=80 amount=1 -kerning first=1265 second=171 amount=-3 -kerning first=65 second=350 amount=-1 -kerning first=97 second=1204 amount=-3 -kerning first=1207 second=342 amount=1 -kerning first=1033 second=221 amount=-7 -kerning first=957 second=337 amount=-1 -kerning first=1278 second=339 amount=-2 -kerning first=1213 second=1200 amount=-7 -kerning first=1027 second=1232 amount=-6 -kerning first=222 second=932 amount=-4 -kerning first=299 second=204 amount=3 -kerning first=910 second=1095 amount=-6 -kerning first=1081 second=933 amount=-6 -kerning first=1029 second=239 amount=3 -kerning first=1139 second=1236 amount=-2 -kerning first=1102 second=1185 amount=-2 -kerning first=290 second=1278 amount=-1 -kerning first=89 second=351 amount=-4 -kerning first=981 second=376 amount=-7 -kerning first=332 second=86 amount=-2 -kerning first=1090 second=1092 amount=-1 -kerning first=118 second=8244 amount=2 -kerning first=1203 second=1066 amount=-3 -kerning first=87 second=225 amount=-4 -kerning first=297 second=1172 amount=3 -kerning first=929 second=46 amount=-3 -kerning first=1171 second=1255 amount=-1 -kerning first=179 second=197 amount=-6 -kerning first=1253 second=255 amount=-1 -kerning first=1215 second=1091 amount=-1 -kerning first=1050 second=253 amount=-3 -kerning first=120 second=246 amount=-1 -kerning first=177 second=1278 amount=-3 -kerning first=1093 second=231 amount=-1 -kerning first=1202 second=199 amount=-2 -kerning first=1198 second=371 amount=-3 -kerning first=1140 second=214 amount=-2 -kerning first=243 second=932 amount=-3 -kerning first=1122 second=89 amount=-7 -kerning first=313 second=1069 amount=-2 -kerning first=263 second=1196 amount=-5 -kerning first=204 second=239 amount=5 -kerning first=365 second=374 amount=-4 -kerning first=118 second=84 amount=-2 -kerning first=230 second=1091 amount=-1 -kerning first=1034 second=1185 amount=-2 -kerning first=297 second=66 amount=3 -kerning first=1010 second=372 amount=-1 -kerning first=1075 second=1104 amount=-1 -kerning first=183 second=1026 amount=-3 -kerning first=354 second=1209 amount=-5 -kerning first=1094 second=73 amount=1 -kerning first=1012 second=1234 amount=-2 -kerning first=1126 second=959 amount=-1 -kerning first=376 second=177 amount=-6 -kerning first=1171 second=126 amount=-1 -kerning first=337 second=1198 amount=-7 -kerning first=1169 second=242 amount=-1 -kerning first=1078 second=269 amount=-1 -kerning first=1086 second=253 amount=-1 -kerning first=232 second=1058 amount=-3 -kerning first=211 second=8218 amount=-3 -kerning first=1077 second=221 amount=-7 -kerning first=1170 second=1259 amount=-5 -kerning first=343 second=355 amount=2 -kerning first=1270 second=248 amount=-5 -kerning first=1279 second=265 amount=-1 -kerning first=372 second=1191 amount=-2 -kerning first=295 second=49 amount=-3 -kerning first=1058 second=65 amount=-6 -kerning first=1184 second=99 amount=-3 -kerning first=213 second=87 amount=-1 -kerning first=95 second=106 amount=6 -kerning first=110 second=1090 amount=-2 -kerning first=1276 second=339 amount=-2 -kerning first=1222 second=209 amount=1 -kerning first=1167 second=1066 amount=-3 -kerning first=913 second=174 amount=-5 -kerning first=169 second=1276 amount=-2 -kerning first=341 second=45 amount=-2 -kerning first=1198 second=227 amount=-6 -kerning first=221 second=111 amount=-6 -kerning first=1126 second=60 amount=-2 -kerning first=920 second=88 amount=-2 -kerning first=1107 second=263 amount=-1 -kerning first=277 second=253 amount=-1 -kerning first=932 second=187 amount=-3 -kerning first=8225 second=916 amount=-5 -kerning first=1058 second=101 amount=-5 -kerning first=301 second=98 amount=3 -kerning first=335 second=8224 amount=-2 -kerning first=290 second=260 amount=-1 -kerning first=1104 second=1185 amount=-1 -kerning first=1234 second=337 amount=-1 -kerning first=98 second=92 amount=-4 -kerning first=269 second=354 amount=-5 -kerning first=1088 second=194 amount=-2 -kerning first=1187 second=1043 amount=1 -kerning first=1102 second=1276 amount=-2 -kerning first=291 second=356 amount=-3 -kerning first=111 second=1059 amount=-7 -kerning first=335 second=88 amount=-2 -kerning first=1188 second=47 amount=-5 -kerning first=313 second=8373 amount=-2 -kerning first=8221 second=1163 amount=-1 -kerning first=299 second=1067 amount=3 -kerning first=1111 second=69 amount=3 -kerning first=1275 second=1237 amount=-1 -kerning first=55 second=8249 amount=-4 -kerning first=1163 second=292 amount=1 -kerning first=177 second=260 amount=-3 -kerning first=118 second=1239 amount=-1 -kerning first=247 second=182 amount=-1 -kerning first=95 second=336 amount=-3 -kerning first=345 second=287 amount=-1 -kerning first=288 second=939 amount=-2 -kerning first=908 second=1244 amount=-2 -kerning first=297 second=1052 amount=3 -kerning first=915 second=44 amount=-2 -kerning first=79 second=84 amount=-2 -kerning first=260 second=255 amount=-4 -kerning first=119 second=1010 amount=-1 -kerning first=957 second=1105 amount=-1 -kerning first=935 second=265 amount=-2 -kerning first=122 second=1204 amount=-2 -kerning first=380 second=291 amount=-1 -kerning first=1256 second=92 amount=-2 -kerning first=1061 second=173 amount=-4 -kerning first=1078 second=1086 amount=-1 -kerning first=256 second=8353 amount=-2 -kerning first=247 second=939 amount=-3 -kerning first=1087 second=121 amount=-1 -kerning first=1059 second=894 amount=-4 -kerning first=1034 second=1276 amount=-2 -kerning first=255 second=1095 amount=-1 -kerning first=1279 second=1139 amount=-1 -kerning first=923 second=1263 amount=-4 -kerning first=374 second=1233 amount=-6 -kerning first=1111 second=1111 amount=3 -kerning first=1199 second=1234 amount=-4 -kerning first=330 second=95 amount=2 -kerning first=196 second=1058 amount=-6 -kerning first=258 second=187 amount=-2 -kerning first=1134 second=301 amount=2 -kerning first=1118 second=277 amount=-1 -kerning first=170 second=1193 amount=-2 -kerning first=1178 second=375 amount=-3 -kerning first=337 second=1175 amount=-1 -kerning first=46 second=1073 amount=-2 -kerning first=226 second=118 amount=-1 -kerning first=1094 second=1210 amount=1 -kerning first=1097 second=104 amount=1 -kerning first=908 second=193 amount=-2 -kerning first=944 second=910 amount=-4 -kerning first=1198 second=328 amount=-3 -kerning first=248 second=1202 amount=-2 -kerning first=1188 second=382 amount=-3 -kerning first=1057 second=1111 amount=2 -kerning first=1085 second=939 amount=-6 -kerning first=118 second=74 amount=-4 -kerning first=1180 second=121 amount=-3 -kerning first=226 second=1201 amount=-1 -kerning first=1114 second=932 amount=-7 -kerning first=1200 second=363 amount=-3 -kerning first=1279 second=247 amount=-1 -kerning first=981 second=373 amount=-1 -kerning first=1058 second=341 amount=-4 -kerning first=1036 second=289 amount=-3 -kerning first=194 second=253 amount=-4 -kerning first=240 second=372 amount=-3 -kerning first=358 second=43 amount=-3 -kerning first=245 second=119 amount=-1 -kerning first=355 second=933 amount=-1 -kerning first=90 second=183 amount=-2 -kerning first=356 second=1094 amount=-4 -kerning first=1145 second=279 amount=-1 -kerning first=1050 second=171 amount=-3 -kerning first=334 second=1140 amount=-2 -kerning first=923 second=265 amount=-1 -kerning first=1217 second=275 amount=-2 -kerning first=8221 second=95 amount=-3 -kerning first=1275 second=246 amount=-1 -kerning first=1175 second=231 amount=-1 -kerning first=258 second=1066 amount=-6 -kerning first=1255 second=121 amount=-1 -kerning first=1068 second=932 amount=-3 -kerning first=375 second=959 amount=-1 -kerning first=1018 second=1111 amount=5 -kerning first=1168 second=972 amount=-5 -kerning first=1163 second=1027 amount=1 -kerning first=1226 second=1065 amount=1 -kerning first=1094 second=1106 amount=1 -kerning first=1097 second=317 amount=1 -kerning first=1207 second=376 amount=-1 -kerning first=119 second=339 amount=-1 -kerning first=162 second=354 amount=-5 -kerning first=935 second=1139 amount=-2 -kerning first=80 second=44 amount=-3 -kerning first=299 second=77 amount=3 -kerning first=910 second=38 amount=-4 -kerning first=902 second=8225 amount=-5 -kerning first=343 second=47 amount=-1 -kerning first=1270 second=1100 amount=-4 -kerning first=1200 second=229 amount=-6 -kerning first=1128 second=8249 amount=-2 -kerning first=75 second=43 amount=-4 -kerning first=1109 second=1058 amount=-5 -kerning first=1043 second=1081 amount=-4 -kerning first=99 second=358 amount=-5 -kerning first=279 second=121 amount=-1 -kerning first=1138 second=1244 amount=-2 -kerning first=1234 second=1105 amount=-1 -kerning first=1072 second=1197 amount=-2 -kerning first=86 second=335 amount=-4 -kerning first=87 second=100 amount=-4 -kerning first=186 second=913 amount=-5 -kerning first=1108 second=1249 amount=-1 -kerning first=375 second=60 amount=-2 -kerning first=102 second=1257 amount=-1 -kerning first=376 second=369 amount=-3 -kerning first=355 second=282 amount=1 -kerning first=263 second=87 amount=-1 -kerning first=59 second=1140 amount=-4 -kerning first=1046 second=1090 amount=-4 -kerning first=1066 second=92 amount=-4 -kerning first=935 second=247 amount=-4 -kerning first=221 second=1209 amount=-6 -kerning first=1188 second=1175 amount=-3 -kerning first=83 second=297 amount=3 -kerning first=214 second=8222 amount=-3 -kerning first=70 second=365 amount=-2 -kerning first=1100 second=1059 amount=-11 -kerning first=358 second=1236 amount=-6 -kerning first=1020 second=1277 amount=-1 -kerning first=1225 second=270 amount=1 -kerning first=1244 second=81 amount=-2 -kerning first=76 second=256 amount=2 -kerning first=929 second=259 amount=-1 -kerning first=301 second=1035 amount=6 -kerning first=232 second=939 amount=-7 -kerning first=371 second=1200 amount=-4 -kerning first=1207 second=200 amount=1 -kerning first=112 second=1244 amount=-2 -kerning first=1263 second=192 amount=-4 -kerning first=324 second=374 amount=-6 -kerning first=1043 second=71 amount=-2 -kerning first=317 second=8249 amount=-4 -kerning first=8244 second=971 amount=-1 -kerning first=1143 second=196 amount=-4 -kerning first=1138 second=193 amount=-2 -kerning first=932 second=252 amount=-5 -kerning first=1201 second=1059 amount=-2 -kerning first=1088 second=376 amount=-7 -kerning first=1277 second=233 amount=-1 -kerning first=1270 second=115 amount=-5 -kerning first=923 second=1139 amount=-1 -kerning first=1242 second=1058 amount=-2 -kerning first=1128 second=1035 amount=-6 -kerning first=261 second=1263 amount=-1 -kerning first=1210 second=1059 amount=-6 -kerning first=1069 second=88 amount=-2 -kerning first=1277 second=1241 amount=-1 -kerning first=1239 second=1198 amount=-7 -kerning first=262 second=256 amount=-1 -kerning first=374 second=1058 amount=3 -kerning first=933 second=187 amount=-4 -kerning first=1170 second=1193 amount=-5 -kerning first=191 second=8221 amount=-2 -kerning first=1040 second=100 amount=-1 -kerning first=1140 second=913 amount=-5 -kerning first=372 second=927 amount=-2 -kerning first=1263 second=232 amount=-1 -kerning first=935 second=1028 amount=-2 -kerning first=1027 second=1256 amount=-2 -kerning first=1143 second=235 amount=-1 -kerning first=84 second=972 amount=-5 -kerning first=112 second=193 amount=-2 -kerning first=233 second=1090 amount=-1 -kerning first=229 second=1098 amount=-2 -kerning first=1119 second=1204 amount=-3 -kerning first=359 second=73 amount=1 -kerning first=1184 second=8353 amount=-2 -kerning first=8217 second=1080 amount=-1 -kerning first=311 second=356 amount=-4 -kerning first=1228 second=375 amount=-1 -kerning first=71 second=910 amount=-2 -kerning first=87 second=112 amount=-2 -kerning first=186 second=308 amount=-5 -kerning first=317 second=1035 amount=-6 -kerning first=8244 second=337 amount=-4 -kerning first=321 second=1143 amount=-4 -kerning first=197 second=121 amount=-4 -kerning first=925 second=938 amount=2 -kerning first=97 second=1200 amount=-6 -kerning first=1201 second=291 amount=-1 -kerning first=1189 second=277 amount=-1 -kerning first=953 second=8221 amount=2 -kerning first=961 second=198 amount=-2 -kerning first=1205 second=905 amount=1 -kerning first=253 second=257 amount=-1 -kerning first=913 second=1257 amount=-1 -kerning first=92 second=933 amount=-5 -kerning first=254 second=86 amount=-4 -kerning first=908 second=374 amount=-3 -kerning first=88 second=263 amount=-2 -kerning first=1198 second=1092 amount=-6 -kerning first=248 second=118 amount=-1 -kerning first=81 second=84 amount=-2 -kerning first=1043 second=45 amount=-3 -kerning first=196 second=182 amount=-1 -kerning first=193 second=8370 amount=-2 -kerning first=1143 second=1222 amount=-3 -kerning first=1085 second=967 amount=-1 -kerning first=1060 second=1204 amount=-2 -kerning first=1145 second=1195 amount=-1 -kerning first=1191 second=358 amount=-7 -kerning first=253 second=1153 amount=-1 -kerning first=933 second=1066 amount=3 -kerning first=248 second=1201 amount=-1 -kerning first=226 second=356 amount=-3 -kerning first=194 second=171 amount=-2 -kerning first=1170 second=1109 amount=-5 -kerning first=332 second=8216 amount=-2 -kerning first=290 second=1011 amount=2 -kerning first=1256 second=95 amount=-3 -kerning first=239 second=311 amount=3 -kerning first=242 second=1078 amount=-1 -kerning first=55 second=228 amount=-3 -kerning first=196 second=939 amount=-5 -kerning first=1060 second=1232 amount=-2 -kerning first=1209 second=89 amount=-6 -kerning first=1232 second=927 amount=-2 -kerning first=1207 second=1124 amount=1 -kerning first=1020 second=933 amount=-7 -kerning first=343 second=1175 amount=1 -kerning first=1140 second=1103 amount=-3 -kerning first=923 second=1028 amount=-2 -kerning first=915 second=225 amount=-5 -kerning first=321 second=284 amount=-2 -kerning first=271 second=105 amount=3 -kerning first=259 second=1141 amount=-1 -kerning first=1083 second=910 amount=-6 -kerning first=1187 second=278 amount=1 -kerning first=1124 second=88 amount=-1 -kerning first=1090 second=981 amount=-1 -kerning first=126 second=1217 amount=-4 -kerning first=86 second=1104 amount=-4 -kerning first=72 second=1031 amount=2 -kerning first=358 second=251 amount=-5 -kerning first=1271 second=1207 amount=-1 -kerning first=1126 second=290 amount=-2 -kerning first=104 second=1026 amount=-3 -kerning first=376 second=326 amount=-3 -kerning first=46 second=49 amount=-6 -kerning first=932 second=288 amount=-2 -kerning first=1181 second=959 amount=-1 -kerning first=183 second=1061 amount=-4 -kerning first=1050 second=117 amount=-2 -kerning first=316 second=239 amount=5 -kerning first=902 second=79 amount=-2 -kerning first=1140 second=308 amount=-6 -kerning first=372 second=269 amount=-4 -kerning first=1234 second=1171 amount=-2 -kerning first=1017 second=195 amount=-1 -kerning first=357 second=274 amount=1 -kerning first=377 second=1060 amount=-2 -kerning first=1110 second=165 amount=2 -kerning first=1081 second=1204 amount=-3 -kerning first=1274 second=8250 amount=-3 -kerning first=1059 second=1251 amount=-3 -kerning first=1239 second=1175 amount=-1 -kerning first=1232 second=1267 amount=-4 -kerning first=1205 second=8244 amount=2 -kerning first=1091 second=966 amount=-1 -kerning first=326 second=174 amount=-1 -kerning first=374 second=1094 amount=-3 -kerning first=8217 second=172 amount=-2 -kerning first=1048 second=301 amount=5 -kerning first=1117 second=1091 amount=-1 -kerning first=1196 second=923 amount=-6 -kerning first=94 second=95 amount=-4 -kerning first=345 second=358 amount=-4 -kerning first=965 second=1035 amount=-3 -kerning first=313 second=194 amount=2 -kerning first=8250 second=375 amount=-2 -kerning first=1181 second=60 amount=-5 -kerning first=1230 second=1064 amount=1 -kerning first=970 second=126 amount=-2 -kerning first=1205 second=84 amount=-2 -kerning first=1278 second=1057 amount=-2 -kerning first=75 second=251 amount=-2 -kerning first=315 second=290 amount=-2 -kerning first=105 second=295 amount=3 -kerning first=1122 second=1046 amount=-2 -kerning first=1203 second=101 amount=-1 -kerning first=87 second=67 amount=-2 -kerning first=359 second=1210 amount=1 -kerning first=381 second=212 amount=-2 -kerning first=232 second=967 amount=-1 -kerning first=187 second=1277 amount=-2 -kerning first=1263 second=221 amount=-2 -kerning first=264 second=194 amount=-1 -kerning first=1109 second=939 amount=-5 -kerning first=910 second=894 amount=-4 -kerning first=181 second=932 amount=-3 -kerning first=1143 second=89 amount=-2 -kerning first=258 second=288 amount=-2 -kerning first=1080 second=375 amount=-1 -kerning first=1138 second=374 amount=-3 -kerning first=1088 second=373 amount=-1 -kerning first=1232 second=269 amount=-1 -kerning first=1200 second=279 amount=-6 -kerning first=1265 second=8363 amount=-1 -kerning first=1115 second=1091 amount=-1 -kerning first=237 second=309 amount=3 -kerning first=44 second=39 amount=-6 -kerning first=1111 second=1050 amount=3 -kerning first=1167 second=65 amount=-2 -kerning first=177 second=120 amount=-2 -kerning first=86 second=353 amount=-3 -kerning first=80 second=225 amount=-1 -kerning first=8244 second=1105 amount=-4 -kerning first=949 second=936 amount=-3 -kerning first=1058 second=1257 amount=-5 -kerning first=57 second=1059 amount=-2 -kerning first=256 second=233 amount=-1 -kerning first=356 second=967 amount=-4 -kerning first=251 second=1198 amount=-4 -kerning first=1059 second=109 amount=-3 -kerning first=1094 second=173 amount=-1 -kerning first=109 second=1035 amount=-3 -kerning first=1040 second=1026 amount=-6 -kerning first=372 second=1086 amount=-4 -kerning first=1196 second=8370 amount=-2 -kerning first=1217 second=336 amount=-2 -kerning first=1043 second=1082 amount=-4 -kerning first=1027 second=114 amount=-4 -kerning first=8221 second=944 amount=-1 -kerning first=299 second=928 amount=3 -kerning first=225 second=1196 amount=-3 -kerning first=112 second=374 amount=-7 -kerning first=118 second=263 amount=-1 -kerning first=256 second=1241 amount=-1 -kerning first=1237 second=255 amount=-1 -kerning first=102 second=1108 amount=-1 -kerning first=170 second=1010 amount=-2 -kerning first=376 second=260 amount=-5 -kerning first=1200 second=1224 amount=-3 -kerning first=1225 second=919 amount=1 -kerning first=8220 second=902 amount=-6 -kerning first=981 second=1141 amount=-1 -kerning first=933 second=252 amount=-3 -kerning first=116 second=1065 amount=1 -kerning first=359 second=1106 amount=1 -kerning first=195 second=170 amount=-5 -kerning first=1168 second=224 amount=-5 -kerning first=354 second=8250 amount=-3 -kerning first=1050 second=286 amount=-2 -kerning first=957 second=231 amount=-1 -kerning first=1040 second=67 amount=-2 -kerning first=1242 second=939 amount=-3 -kerning first=121 second=1066 amount=-2 -kerning first=1276 second=1057 amount=-2 -kerning first=197 second=903 amount=-5 -kerning first=70 second=256 amount=-6 -kerning first=161 second=8220 amount=-2 -kerning first=1059 second=173 amount=-3 -kerning first=102 second=1032 amount=-4 -kerning first=1113 second=1078 amount=-1 -kerning first=8249 second=198 amount=-2 -kerning first=174 second=225 amount=-1 -kerning first=310 second=8370 amount=-2 -kerning first=1178 second=252 amount=-2 -kerning first=1061 second=79 amount=-2 -kerning first=1010 second=1098 amount=-1 -kerning first=192 second=277 amount=-1 -kerning first=1075 second=43 amount=-1 -kerning first=932 second=65 amount=-6 -kerning first=1230 second=321 amount=1 -kerning first=1179 second=1153 amount=-1 -kerning first=1094 second=222 amount=1 -kerning first=253 second=194 amount=-4 -kerning first=1040 second=297 amount=3 -kerning first=176 second=199 amount=-1 -kerning first=1196 second=181 amount=-5 -kerning first=248 second=356 amount=-3 -kerning first=8221 second=335 amount=-4 -kerning first=196 second=967 amount=-4 -kerning first=208 second=84 amount=-2 -kerning first=70 second=281 amount=-3 -kerning first=1072 second=253 amount=-1 -kerning first=334 second=1058 amount=-2 -kerning first=1232 second=1086 amount=-1 -kerning first=1036 second=271 amount=-3 -kerning first=8217 second=56 amount=-3 -kerning first=187 second=933 amount=-6 -kerning first=1228 second=1066 amount=-3 -kerning first=1234 second=1091 amount=-4 -kerning first=1126 second=235 amount=-1 -kerning first=1220 second=256 amount=-2 -kerning first=301 second=1016 amount=3 -kerning first=65 second=8250 amount=-2 -kerning first=932 second=101 amount=-5 -kerning first=253 second=234 amount=-1 -kerning first=315 second=196 amount=2 -kerning first=302 second=1011 amount=1 -kerning first=1185 second=8249 amount=-3 -kerning first=370 second=95 amount=-3 -kerning first=170 second=339 amount=-2 -kerning first=253 second=1243 amount=-1 -kerning first=919 second=938 amount=2 -kerning first=310 second=181 amount=-2 -kerning first=90 second=338 amount=-2 -kerning first=1222 second=276 amount=1 -kerning first=913 second=1108 amount=-1 -kerning first=248 second=902 amount=-2 -kerning first=1027 second=1017 amount=-2 -kerning first=313 second=376 amount=-5 -kerning first=355 second=1204 amount=-2 -kerning first=84 second=224 amount=-5 -kerning first=233 second=120 amount=-1 -kerning first=59 second=1058 amount=-2 -kerning first=126 second=221 amount=-3 -kerning first=1168 second=1117 amount=-4 -kerning first=902 second=8244 amount=-7 -kerning first=89 second=250 amount=-3 -kerning first=1196 second=1116 amount=-4 -kerning first=933 second=288 amount=-3 -kerning first=266 second=196 amount=-1 -kerning first=915 second=100 amount=-5 -kerning first=966 second=1196 amount=-3 -kerning first=284 second=195 amount=-1 -kerning first=1234 second=231 amount=-1 -kerning first=87 second=1235 amount=-4 -kerning first=1200 second=1195 amount=-6 -kerning first=256 second=374 amount=-5 -kerning first=1046 second=966 amount=-2 -kerning first=1050 second=920 amount=-2 -kerning first=1167 second=174 amount=-1 -kerning first=902 second=84 amount=-6 -kerning first=1207 second=1180 amount=1 -kerning first=1093 second=279 amount=-1 -kerning first=1188 second=963 amount=-5 -kerning first=8244 second=1171 amount=1 -kerning first=258 second=101 amount=-1 -kerning first=363 second=358 amount=-3 -kerning first=1185 second=1035 amount=-4 -kerning first=1224 second=221 amount=-6 -kerning first=1244 second=211 amount=-2 -kerning first=1178 second=288 amount=-2 -kerning first=297 second=203 amount=3 -kerning first=1036 second=113 amount=-3 -kerning first=301 second=915 amount=3 -kerning first=1168 second=81 amount=-2 -kerning first=1167 second=935 amount=-2 -kerning first=1170 second=1010 amount=-5 -kerning first=1094 second=1030 amount=1 -kerning first=341 second=337 amount=-1 -kerning first=336 second=1278 amount=-2 -kerning first=173 second=376 amount=-3 -kerning first=186 second=265 amount=-2 -kerning first=8244 second=951 amount=-1 -kerning first=278 second=299 amount=5 -kerning first=8250 second=1066 amount=-8 -kerning first=356 second=183 amount=-3 -kerning first=932 second=341 amount=-4 -kerning first=1180 second=71 amount=-2 -kerning first=107 second=945 amount=-1 -kerning first=1059 second=1220 amount=-3 -kerning first=1097 second=172 amount=-1 -kerning first=120 second=171 amount=-2 -kerning first=1270 second=959 amount=-5 -kerning first=1279 second=283 amount=-1 -kerning first=89 second=261 amount=-6 -kerning first=1184 second=233 amount=-3 -kerning first=939 second=1204 amount=3 -kerning first=194 second=286 amount=-2 -kerning first=1274 second=1143 amount=-4 -kerning first=1119 second=1200 amount=-6 -kerning first=358 second=277 amount=-5 -kerning first=1118 second=932 amount=-2 -kerning first=961 second=1244 amount=-2 -kerning first=344 second=239 amount=3 -kerning first=1184 second=1241 amount=-3 -kerning first=321 second=42 amount=-8 -kerning first=209 second=303 amount=2 -kerning first=1050 second=8363 amount=-3 -kerning first=1199 second=172 amount=-3 -kerning first=373 second=972 amount=-1 -kerning first=1196 second=110 amount=-4 -kerning first=240 second=1098 amount=-2 -kerning first=111 second=372 amount=-3 -kerning first=1126 second=169 amount=-2 -kerning first=1188 second=243 amount=-5 -kerning first=939 second=1232 amount=-5 -kerning first=1107 second=281 amount=-1 -kerning first=8221 second=1104 amount=-4 -kerning first=350 second=198 amount=-1 -kerning first=193 second=232 amount=-1 -kerning first=1078 second=1092 amount=-1 -kerning first=1080 second=1066 amount=-3 -kerning first=369 second=8244 amount=1 -kerning first=375 second=196 amount=-4 -kerning first=1270 second=60 amount=-5 -kerning first=254 second=8216 amount=-4 -kerning first=908 second=46 amount=-3 -kerning first=293 second=910 amount=-6 -kerning first=915 second=112 amount=-4 -kerning first=8217 second=965 amount=-1 -kerning first=1168 second=195 amount=-6 -kerning first=972 second=1035 amount=-3 -kerning first=1143 second=1259 amount=-1 -kerning first=84 second=1117 amount=-4 -kerning first=218 second=8230 amount=-2 -kerning first=1233 second=121 amount=-1 -kerning first=1060 second=1200 amount=-3 -kerning first=241 second=932 amount=-3 -kerning first=358 second=1189 amount=-4 -kerning first=1126 second=89 amount=-5 -kerning first=8216 second=913 amount=-6 -kerning first=376 second=946 amount=-3 -kerning first=355 second=315 amount=1 -kerning first=225 second=87 amount=-3 -kerning first=369 second=84 amount=-3 -kerning first=256 second=1111 amount=3 -kerning first=1274 second=284 amount=-2 -kerning first=38 second=1140 amount=-4 -kerning first=902 second=1239 amount=-1 -kerning first=8225 second=902 amount=-5 -kerning first=961 second=193 amount=-2 -kerning first=253 second=376 amount=-2 -kerning first=1140 second=265 amount=-4 -kerning first=1096 second=1199 amount=-1 -kerning first=1198 second=981 amount=-6 -kerning first=75 second=277 amount=-3 -kerning first=221 second=8250 amount=-4 -kerning first=8221 second=1114 amount=-1 -kerning first=910 second=1251 amount=-3 -kerning first=1163 second=73 amount=1 -kerning first=196 second=183 amount=-2 -kerning first=1049 second=297 amount=5 -kerning first=1180 second=45 amount=-4 -kerning first=375 second=235 amount=-1 -kerning first=971 second=1059 amount=-4 -kerning first=68 second=1202 amount=-2 -kerning first=1058 second=1108 amount=-5 -kerning first=315 second=169 amount=-2 -kerning first=8222 second=8220 amount=-8 -kerning first=275 second=221 amount=-7 -kerning first=1097 second=68 amount=1 -kerning first=1170 second=339 amount=-5 -kerning first=95 second=1242 amount=-3 -kerning first=186 second=1139 amount=-2 -kerning first=935 second=283 amount=-2 -kerning first=313 second=334 amount=-2 -kerning first=239 second=1115 amount=3 -kerning first=333 second=1267 amount=-1 -kerning first=377 second=1254 amount=-2 -kerning first=84 second=81 amount=-2 -kerning first=336 second=260 amount=-2 -kerning first=1086 second=1185 amount=-2 -kerning first=1201 second=1076 amount=-3 -kerning first=1067 second=301 amount=5 -kerning first=343 second=963 amount=-1 -kerning first=1205 second=314 amount=1 -kerning first=1164 second=1277 amount=-1 -kerning first=92 second=1204 amount=-6 -kerning first=1091 second=226 amount=-1 -kerning first=89 second=331 amount=-3 -kerning first=199 second=1232 amount=-1 -kerning first=933 second=65 amount=-5 -kerning first=1058 second=1032 amount=-6 -kerning first=1036 second=268 amount=-2 -kerning first=315 second=89 amount=-5 -kerning first=8217 second=333 amount=-4 -kerning first=357 second=1039 amount=1 -kerning first=1122 second=125 amount=-1 -kerning first=377 second=1144 amount=-2 -kerning first=1179 second=234 amount=-1 -kerning first=1081 second=1200 amount=-6 -kerning first=258 second=174 amount=-5 -kerning first=71 second=1234 amount=-1 -kerning first=174 second=100 amount=-2 -kerning first=36 second=239 amount=3 -kerning first=375 second=1222 amount=-3 -kerning first=1118 second=285 amount=-1 -kerning first=1200 second=1194 amount=-3 -kerning first=359 second=173 amount=-1 -kerning first=256 second=332 amount=-2 -kerning first=226 second=1265 amount=-1 -kerning first=1230 second=1166 amount=1 -kerning first=1046 second=1060 amount=-2 -kerning first=334 second=939 amount=-3 -kerning first=354 second=1143 amount=-4 -kerning first=1179 second=1243 amount=-1 -kerning first=1096 second=957 amount=-1 -kerning first=372 second=227 amount=-4 -kerning first=324 second=1249 amount=-2 -kerning first=8221 second=353 amount=-5 -kerning first=277 second=1185 amount=-1 -kerning first=1088 second=1141 amount=-1 -kerning first=1259 second=1277 amount=-1 -kerning first=1020 second=1204 amount=-3 -kerning first=1093 second=1195 amount=-1 -kerning first=933 second=101 amount=-6 -kerning first=1036 second=238 amount=2 -kerning first=8217 second=8218 amount=-12 -kerning first=195 second=966 amount=-1 -kerning first=194 second=920 amount=-2 -kerning first=311 second=267 amount=-1 -kerning first=341 second=1105 amount=-1 -kerning first=1196 second=192 amount=-6 -kerning first=1118 second=162 amount=-1 -kerning first=8216 second=308 amount=-9 -kerning first=910 second=109 amount=-3 -kerning first=8244 second=1091 amount=1 -kerning first=84 second=195 amount=-6 -kerning first=1145 second=287 amount=-1 -kerning first=1020 second=1232 amount=-2 -kerning first=343 second=243 amount=-1 -kerning first=1140 second=1139 amount=-4 -kerning first=923 second=283 amount=-1 -kerning first=1263 second=44 amount=-2 -kerning first=915 second=67 amount=-2 -kerning first=354 second=284 amount=-2 -kerning first=1175 second=279 amount=-1 -kerning first=1138 second=46 amount=-3 -kerning first=1205 second=1120 amount=1 -kerning first=67 second=65 amount=-1 -kerning first=378 second=333 amount=-1 -kerning first=1178 second=101 amount=-3 -kerning first=244 second=1026 amount=-3 -kerning first=359 second=222 amount=1 -kerning first=197 second=71 amount=-2 -kerning first=1168 second=345 amount=-4 -kerning first=1040 second=83 amount=-1 -kerning first=1095 second=1196 amount=-3 -kerning first=1203 second=1257 amount=-1 -kerning first=1196 second=232 amount=-5 -kerning first=966 second=87 amount=-3 -kerning first=242 second=8220 amount=-4 -kerning first=910 second=173 amount=-3 -kerning first=193 second=221 amount=-5 -kerning first=65 second=1143 amount=-4 -kerning first=343 second=8221 amount=1 -kerning first=1140 second=247 amount=-2 -kerning first=246 second=86 amount=-4 -kerning first=1128 second=94 amount=-6 -kerning first=382 second=945 amount=-1 -kerning first=915 second=297 amount=6 -kerning first=321 second=213 amount=-2 -kerning first=335 second=41 amount=-1 -kerning first=44 second=63 amount=-6 -kerning first=194 second=8363 amount=-1 -kerning first=1275 second=171 amount=-3 -kerning first=1163 second=1210 amount=1 -kerning first=1187 second=76 amount=1 -kerning first=913 second=908 amount=-2 -kerning first=95 second=1074 amount=3 -kerning first=288 second=92 amount=-1 -kerning first=1271 second=8249 amount=-3 -kerning first=1126 second=210 amount=-2 -kerning first=1061 second=1239 amount=-2 -kerning first=8244 second=231 amount=-4 -kerning first=1086 second=1276 amount=-2 -kerning first=1189 second=932 amount=-2 -kerning first=1164 second=933 amount=-7 -kerning first=372 second=328 amount=-2 -kerning first=1196 second=1084 amount=-4 -kerning first=89 second=197 amount=-5 -kerning first=1043 second=971 amount=-4 -kerning first=1027 second=244 amount=-5 -kerning first=8221 second=950 amount=-4 -kerning first=247 second=92 amount=-2 -kerning first=1210 second=372 amount=-3 -kerning first=375 second=89 amount=-2 -kerning first=292 second=299 amount=5 -kerning first=347 second=933 amount=-5 -kerning first=310 second=232 amount=-3 -kerning first=929 second=230 amount=-1 -kerning first=374 second=183 amount=-3 -kerning first=933 second=341 amount=-3 -kerning first=321 second=118 amount=-4 -kerning first=65 second=284 amount=-2 -kerning first=271 second=186 amount=3 -kerning first=8249 second=936 amount=-4 -kerning first=1170 second=239 amount=6 -kerning first=1016 second=1236 amount=-2 -kerning first=957 second=229 amount=-1 -kerning first=1198 second=1040 amount=-5 -kerning first=86 second=43 amount=-2 -kerning first=87 second=1119 amount=-2 -kerning first=317 second=94 amount=-8 -kerning first=8218 second=8217 amount=-6 -kerning first=321 second=1201 amount=-4 -kerning first=1277 second=103 amount=-1 -kerning first=1259 second=933 amount=-7 -kerning first=961 second=374 amount=-7 -kerning first=1102 second=1267 amount=-1 -kerning first=1270 second=361 amount=-5 -kerning first=92 second=357 amount=-2 -kerning first=1140 second=1028 amount=-2 -kerning first=89 second=275 amount=-6 -kerning first=1184 second=1111 amount=5 -kerning first=315 second=210 amount=-2 -kerning first=1258 second=8220 amount=-2 -kerning first=8217 second=1077 amount=-4 -kerning first=248 second=93 amount=-1 -kerning first=335 second=1091 amount=-1 -kerning first=1027 second=8222 amount=-8 -kerning first=8249 second=193 amount=-2 -kerning first=1163 second=1106 amount=1 -kerning first=1085 second=92 amount=-3 -kerning first=1096 second=354 amount=-3 -kerning first=121 second=65 amount=-4 -kerning first=1271 second=1035 amount=-2 -kerning first=1054 second=86 amount=-2 -kerning first=1225 second=320 amount=1 -kerning first=933 second=174 amount=-1 -kerning first=1181 second=235 amount=-1 -kerning first=1251 second=1196 amount=-3 -kerning first=260 second=8225 amount=-5 -kerning first=1059 second=79 amount=-3 -kerning first=1257 second=255 amount=-1 -kerning first=1188 second=347 amount=-5 -kerning first=1043 second=337 amount=-5 -kerning first=355 second=124 amount=1 -kerning first=84 second=345 amount=-4 -kerning first=1139 second=932 amount=-3 -kerning first=1274 second=1181 amount=-4 -kerning first=356 second=1253 amount=-4 -kerning first=102 second=1255 amount=-1 -kerning first=1034 second=1267 amount=-1 -kerning first=923 second=176 amount=-6 -kerning first=1202 second=8249 amount=-3 -kerning first=89 second=1187 amount=-3 -kerning first=914 second=1111 amount=2 -kerning first=359 second=1030 amount=1 -kerning first=8217 second=1113 amount=-4 -kerning first=195 second=1060 amount=-2 -kerning first=121 second=101 amount=-1 -kerning first=8370 second=194 amount=-1 -kerning first=376 second=966 amount=-6 -kerning first=1178 second=174 amount=-1 -kerning first=1029 second=1234 amount=-1 -kerning first=959 second=196 amount=-2 -kerning first=1201 second=299 amount=3 -kerning first=322 second=296 amount=2 -kerning first=107 second=111 amount=-1 -kerning first=1222 second=1059 amount=-1 -kerning first=257 second=910 amount=-6 -kerning first=1189 second=285 amount=-1 -kerning first=339 second=1198 amount=-7 -kerning first=286 second=1202 amount=-1 -kerning first=341 second=1171 amount=2 -kerning first=88 second=281 amount=-2 -kerning first=289 second=1058 amount=-3 -kerning first=927 second=358 amount=-2 -kerning first=295 second=1035 amount=-3 -kerning first=1012 second=8218 amount=-3 -kerning first=1184 second=332 amount=-2 -kerning first=248 second=1265 amount=-1 -kerning first=1126 second=1259 amount=-1 -kerning first=355 second=1200 amount=-1 -kerning first=234 second=932 amount=-3 -kerning first=1143 second=1193 amount=-1 -kerning first=210 second=258 amount=-2 -kerning first=932 second=1257 amount=-5 -kerning first=95 second=86 amount=-5 -kerning first=345 second=245 amount=-1 -kerning first=86 second=1236 amount=-5 -kerning first=102 second=126 amount=-1 -kerning first=328 second=84 amount=-3 -kerning first=378 second=1077 amount=-1 -kerning first=1050 second=216 amount=-2 -kerning first=1175 second=1195 amount=-1 -kerning first=187 second=1204 amount=-8 -kerning first=1097 second=1188 amount=1 -kerning first=8224 second=1089 amount=-2 -kerning first=1101 second=1026 amount=-3 -kerning first=121 second=1083 amount=-3 -kerning first=1223 second=297 amount=5 -kerning first=239 second=1231 amount=3 -kerning first=910 second=1220 amount=-3 -kerning first=252 second=356 amount=-3 -kerning first=193 second=212 amount=-2 -kerning first=1243 second=375 amount=-1 -kerning first=1269 second=374 amount=-6 -kerning first=1189 second=162 amount=-1 -kerning first=281 second=1198 amount=-7 -kerning first=1113 second=8220 amount=-5 -kerning first=1058 second=908 amount=-2 -kerning first=915 second=1235 amount=-5 -kerning first=8217 second=351 amount=-5 -kerning first=271 second=1112 amount=2 -kerning first=187 second=1232 amount=-2 -kerning first=259 second=49 amount=-3 -kerning first=1187 second=1238 amount=1 -kerning first=1273 second=1026 amount=-3 -kerning first=1255 second=8224 amount=-2 -kerning first=112 second=1249 amount=-2 -kerning first=1098 second=86 amount=-7 -kerning first=1104 second=1267 amount=-1 -kerning first=67 second=935 amount=-1 -kerning first=918 second=908 amount=-2 -kerning first=46 second=33 amount=-1 -kerning first=1082 second=1204 amount=-4 -kerning first=232 second=92 amount=-3 -kerning first=1270 second=290 amount=-2 -kerning first=1033 second=1026 amount=-3 -kerning first=1128 second=214 amount=-2 -kerning first=939 second=1256 amount=-3 -kerning first=357 second=1024 amount=1 -kerning first=1162 second=296 amount=2 -kerning first=1255 second=88 amount=-2 -kerning first=1197 second=232 amount=-1 -kerning first=126 second=1047 amount=-2 -kerning first=95 second=262 amount=-3 -kerning first=1141 second=1207 amount=-1 -kerning first=1200 second=1138 amount=-3 -kerning first=1036 second=248 amount=-3 -kerning first=1018 second=938 amount=2 -kerning first=1075 second=277 amount=-1 -kerning first=1168 second=211 amount=-2 -kerning first=354 second=1181 amount=-4 -kerning first=1199 second=333 amount=-1 -kerning first=1170 second=1072 amount=-5 -kerning first=1094 second=905 amount=1 -kerning first=258 second=1257 amount=-1 -kerning first=1035 second=86 amount=-3 -kerning first=913 second=1255 amount=-1 -kerning first=221 second=284 amount=-3 -kerning first=122 second=244 amount=-1 -kerning first=239 second=80 amount=3 -kerning first=245 second=1140 amount=-4 -kerning first=8230 second=910 amount=-4 -kerning first=1059 second=973 amount=-3 -kerning first=902 second=1118 amount=-4 -kerning first=1092 second=358 amount=-3 -kerning first=963 second=8230 amount=-5 -kerning first=372 second=1092 amount=-4 -kerning first=922 second=1256 amount=-2 -kerning first=314 second=207 amount=2 -kerning first=1095 second=87 amount=-3 -kerning first=1103 second=1091 amount=-1 -kerning first=317 second=214 amount=-2 -kerning first=1128 second=1199 amount=-4 -kerning first=192 second=932 amount=-6 -kerning first=8250 second=65 amount=-2 -kerning first=356 second=338 amount=-2 -kerning first=251 second=8221 amount=1 -kerning first=1222 second=922 amount=1 -kerning first=1168 second=119 amount=-4 -kerning first=1199 second=8218 amount=-5 -kerning first=339 second=1175 amount=-1 -kerning first=8224 second=1145 amount=-2 -kerning first=1263 second=225 amount=-1 -kerning first=1043 second=1105 amount=-5 -kerning first=350 second=193 amount=-1 -kerning first=377 second=301 amount=5 -kerning first=1078 second=981 amount=-1 -kerning first=118 second=256 amount=-4 -kerning first=38 second=1058 amount=-4 -kerning first=1077 second=1026 amount=-3 -kerning first=1205 second=1190 amount=1 -kerning first=253 second=8230 amount=-2 -kerning first=1200 second=287 amount=-6 -kerning first=321 second=356 amount=-6 -kerning first=1241 second=198 amount=-2 -kerning first=195 second=359 amount=-2 -kerning first=260 second=79 amount=-2 -kerning first=8249 second=374 amount=-4 -kerning first=1203 second=1108 amount=-1 -kerning first=1267 second=337 amount=-1 -kerning first=80 second=1235 amount=-1 -kerning first=376 second=1060 amount=-3 -kerning first=1171 second=1204 amount=-2 -kerning first=256 second=103 amount=-1 -kerning first=1116 second=1089 amount=-1 -kerning first=281 second=1175 amount=-1 -kerning first=902 second=263 amount=-1 -kerning first=114 second=945 amount=-1 -kerning first=1094 second=8244 amount=2 -kerning first=343 second=90 amount=-2 -kerning first=92 second=1256 amount=-2 -kerning first=8353 second=196 amount=-1 -kerning first=1254 second=1140 amount=-2 -kerning first=1027 second=349 amount=-5 -kerning first=313 second=1141 amount=-4 -kerning first=947 second=47 amount=-2 -kerning first=317 second=1199 amount=-4 -kerning first=48 second=1198 amount=-2 -kerning first=196 second=92 amount=-5 -kerning first=118 second=281 amount=-1 -kerning first=1271 second=228 amount=-1 -kerning first=1232 second=1092 amount=-1 -kerning first=92 second=1200 amount=-5 -kerning first=1225 second=304 amount=1 -kerning first=310 second=1110 amount=2 -kerning first=297 second=1178 amount=3 -kerning first=68 second=356 amount=-2 -kerning first=1128 second=957 amount=-4 -kerning first=1217 second=1242 amount=-2 -kerning first=243 second=1197 amount=-2 -kerning first=357 second=1196 amount=-2 -kerning first=1046 second=1254 amount=-2 -kerning first=211 second=197 amount=-2 -kerning first=1094 second=84 amount=-2 -kerning first=1228 second=174 amount=-1 -kerning first=957 second=279 amount=-1 -kerning first=341 second=1091 amount=1 -kerning first=1196 second=212 amount=-2 -kerning first=375 second=1259 amount=-1 -kerning first=8370 second=376 amount=-2 -kerning first=196 second=338 amount=-2 -kerning first=84 second=211 amount=-2 -kerning first=959 second=89 amount=-7 -kerning first=197 second=8224 amount=-5 -kerning first=1046 second=1144 amount=-2 -kerning first=8225 second=267 amount=-2 -kerning first=382 second=111 amount=-1 -kerning first=321 second=902 amount=2 -kerning first=1251 second=87 amount=-3 -kerning first=194 second=216 amount=-2 -kerning first=283 second=358 amount=-3 -kerning first=174 second=1235 amount=-1 -kerning first=104 second=121 amount=-1 -kerning first=1020 second=1200 amount=-7 -kerning first=929 second=1095 amount=-1 -kerning first=374 second=1253 amount=-3 -kerning first=327 second=239 amount=5 -kerning first=192 second=285 amount=-1 -kerning first=1059 second=84 amount=3 -kerning first=1045 second=1111 amount=5 -kerning first=120 second=8363 amount=-1 -kerning first=1105 second=1091 amount=-1 -kerning first=1270 second=196 amount=-6 -kerning first=313 second=116 amount=-1 -kerning first=303 second=372 amount=2 -kerning first=317 second=957 amount=-4 -kerning first=84 second=119 amount=-4 -kerning first=70 second=289 amount=-3 -kerning first=955 second=45 amount=-1 -kerning first=310 second=212 amount=-2 -kerning first=68 second=902 amount=-2 -kerning first=1186 second=8360 amount=1 -kerning first=1058 second=1255 amount=-5 -kerning first=267 second=910 amount=-4 -kerning first=79 second=256 amount=-2 -kerning first=1163 second=173 amount=-1 -kerning first=1199 second=1077 amount=-1 -kerning first=1044 second=95 amount=4 -kerning first=373 second=195 amount=-4 -kerning first=177 second=1078 amount=-2 -kerning first=360 second=8218 amount=-5 -kerning first=341 second=231 amount=-1 -kerning first=358 second=58 amount=-2 -kerning first=1211 second=932 amount=-3 -kerning first=55 second=913 amount=-7 -kerning first=8244 second=363 amount=-3 -kerning first=244 second=1061 amount=-2 -kerning first=933 second=1257 amount=-6 -kerning first=203 second=239 amount=5 -kerning first=1169 second=232 amount=-1 -kerning first=65 second=42 amount=-6 -kerning first=192 second=162 amount=-1 -kerning first=1274 second=213 amount=-2 -kerning first=1116 second=1145 amount=-1 -kerning first=356 second=1163 amount=-4 -kerning first=1170 second=1057 amount=-2 -kerning first=1099 second=1140 amount=2 -kerning first=1205 second=78 amount=1 -kerning first=1270 second=235 amount=-5 -kerning first=89 second=336 amount=-3 -kerning first=351 second=376 amount=-5 -kerning first=1186 second=325 amount=1 -kerning first=111 second=1098 amount=-2 -kerning first=939 second=114 amount=-3 -kerning first=1109 second=92 amount=-3 -kerning first=379 second=264 amount=-2 -kerning first=8221 second=43 amount=-2 -kerning first=1030 second=297 amount=5 -kerning first=1232 second=186 amount=-5 -kerning first=246 second=8216 amount=-4 -kerning first=344 second=910 amount=-2 -kerning first=266 second=1046 amount=-1 -kerning first=1058 second=126 amount=-3 -kerning first=273 second=1011 amount=3 -kerning first=1253 second=84 amount=-3 -kerning first=903 second=1040 amount=-5 -kerning first=1222 second=1025 amount=1 -kerning first=1199 second=1113 amount=-3 -kerning first=1126 second=1193 amount=-1 -kerning first=1188 second=99 amount=-5 -kerning first=8370 second=307 amount=2 -kerning first=299 second=75 amount=3 -kerning first=1178 second=1257 amount=-3 -kerning first=76 second=1196 amount=-6 -kerning first=1243 second=1066 amount=-3 -kerning first=918 second=126 amount=-2 -kerning first=1274 second=118 amount=-4 -kerning first=932 second=1108 amount=-5 -kerning first=47 second=46 amount=-3 -kerning first=1091 second=301 amount=3 -kerning first=301 second=354 amount=6 -kerning first=352 second=65 amount=-1 -kerning first=1048 second=206 amount=2 -kerning first=1163 second=222 amount=1 -kerning first=1274 second=1201 amount=-4 -kerning first=1234 second=279 amount=-1 -kerning first=186 second=258 amount=-5 -kerning first=1267 second=1105 amount=-1 -kerning first=1225 second=1172 amount=1 -kerning first=910 second=79 amount=-3 -kerning first=1061 second=263 amount=-2 -kerning first=8244 second=229 amount=-4 -kerning first=8250 second=935 amount=-3 -kerning first=932 second=1032 amount=-6 -kerning first=216 second=1035 amount=-2 -kerning first=1059 second=1239 amount=-6 -kerning first=1207 second=254 amount=1 -kerning first=1097 second=351 amount=-1 -kerning first=1093 second=287 amount=-1 -kerning first=1040 second=121 amount=-4 -kerning first=1242 second=92 amount=-2 -kerning first=1128 second=354 amount=-6 -kerning first=221 second=1181 amount=-3 -kerning first=1043 second=951 amount=-4 -kerning first=303 second=299 amount=3 -kerning first=55 second=1103 amount=-3 -kerning first=1080 second=174 amount=-1 -kerning first=1072 second=1185 amount=-2 -kerning first=1225 second=66 amount=1 -kerning first=109 second=1199 amount=-1 -kerning first=297 second=1045 amount=3 -kerning first=915 second=1119 amount=-4 -kerning first=301 second=1041 amount=3 -kerning first=56 second=8218 amount=-3 -kerning first=186 second=283 amount=-2 -kerning first=1114 second=1197 amount=-4 -kerning first=1126 second=1109 amount=-1 -kerning first=45 second=1196 amount=-3 -kerning first=1054 second=8216 amount=-2 -kerning first=8221 second=1236 amount=-9 -kerning first=55 second=308 amount=-6 -kerning first=356 second=95 amount=-4 -kerning first=212 second=195 amount=-2 -kerning first=1277 second=273 amount=-1 -kerning first=1059 second=1102 amount=-3 -kerning first=1164 second=1204 amount=-3 -kerning first=1270 second=343 amount=-4 -kerning first=957 second=1195 amount=-1 -kerning first=1279 second=291 amount=-1 -kerning first=374 second=338 amount=-3 -kerning first=1184 second=103 amount=-3 -kerning first=333 second=1279 amount=-1 -kerning first=195 second=1254 amount=-2 -kerning first=354 second=213 amount=-2 -kerning first=258 second=1108 amount=-1 -kerning first=1060 second=8222 amount=-3 -kerning first=358 second=285 amount=-5 -kerning first=376 second=226 amount=-6 -kerning first=347 second=1204 amount=-5 -kerning first=317 second=354 amount=-6 -kerning first=46 second=1035 amount=-2 -kerning first=195 second=1144 amount=-2 -kerning first=38 second=939 amount=-5 -kerning first=260 second=8244 amount=-7 -kerning first=1059 second=74 amount=-2 -kerning first=1170 second=1203 amount=-3 -kerning first=1164 second=1232 amount=-2 -kerning first=1140 second=258 amount=-5 -kerning first=1068 second=1197 amount=-2 -kerning first=1263 second=100 amount=-1 -kerning first=939 second=1017 amount=-3 -kerning first=236 second=303 amount=3 -kerning first=1107 second=289 amount=-1 -kerning first=1143 second=1010 amount=-1 -kerning first=233 second=1078 amount=-1 -kerning first=1180 second=337 amount=-3 -kerning first=1181 second=1259 amount=-1 -kerning first=1259 second=1204 amount=-3 -kerning first=1270 second=169 amount=-2 -kerning first=109 second=957 amount=-1 -kerning first=337 second=198 amount=-2 -kerning first=359 second=905 amount=1 -kerning first=260 second=84 amount=-6 -kerning first=354 second=118 amount=-4 -kerning first=119 second=1234 amount=-4 -kerning first=1096 second=1263 amount=-1 -kerning first=95 second=8216 amount=-3 -kerning first=358 second=162 amount=-5 -kerning first=1118 second=940 amount=-1 -kerning first=239 second=270 amount=3 -kerning first=355 second=1162 amount=1 -kerning first=76 second=1275 amount=-1 -kerning first=8218 second=253 amount=-3 -kerning first=214 second=194 amount=-2 -kerning first=354 second=1201 amount=-4 -kerning first=187 second=1200 amount=-6 -kerning first=1259 second=1232 amount=-2 -kerning first=343 second=99 amount=-1 -kerning first=286 second=356 amount=-2 -kerning first=1140 second=283 amount=-4 -kerning first=1101 second=1061 amount=-2 -kerning first=121 second=1257 amount=-1 -kerning first=1196 second=44 amount=-2 -kerning first=75 second=285 amount=-3 -kerning first=922 second=1017 amount=-2 -kerning first=350 second=1111 amount=3 -kerning first=1111 second=292 amount=3 -kerning first=1275 second=8363 amount=-1 -kerning first=1163 second=1030 amount=1 -kerning first=193 second=1213 amount=-2 -kerning first=1100 second=1098 amount=-4 -kerning first=353 second=89 amount=-5 -kerning first=1225 second=1052 amount=1 -kerning first=1244 second=1089 amount=-2 -kerning first=317 second=913 amount=2 -kerning first=381 second=67 amount=-2 -kerning first=65 second=213 amount=-2 -kerning first=215 second=356 amount=-4 -kerning first=191 second=936 amount=-6 -kerning first=290 second=301 amount=2 -kerning first=1098 second=8216 amount=-5 -kerning first=935 second=291 amount=-2 -kerning first=910 second=973 amount=-3 -kerning first=297 second=358 amount=6 -kerning first=1191 second=375 amount=-2 -kerning first=1200 second=1012 amount=-3 -kerning first=1033 second=1061 amount=-2 -kerning first=1195 second=933 amount=-4 -kerning first=923 second=1059 amount=-5 -kerning first=1128 second=1103 amount=-1 -kerning first=1217 second=945 amount=-2 -kerning first=75 second=162 amount=-3 -kerning first=922 second=303 amount=2 -kerning first=237 second=87 amount=2 -kerning first=346 second=1040 amount=-1 -kerning first=1090 second=963 amount=-1 -kerning first=1210 second=1098 amount=-2 -kerning first=86 second=277 amount=-4 -kerning first=965 second=354 amount=-3 -kerning first=375 second=1193 amount=-1 -kerning first=328 second=1118 amount=-1 -kerning first=1166 second=198 amount=-5 -kerning first=1200 second=358 amount=3 -kerning first=268 second=913 amount=-1 -kerning first=1176 second=8218 amount=-3 -kerning first=929 second=38 amount=-2 -kerning first=359 second=8244 amount=2 -kerning first=381 second=297 amount=5 -kerning first=65 second=118 amount=-4 -kerning first=1230 second=356 amount=-2 -kerning first=114 second=111 amount=-1 -kerning first=286 second=902 amount=-1 -kerning first=1035 second=8216 amount=-3 -kerning first=92 second=1017 amount=-2 -kerning first=1193 second=1277 amount=-1 -kerning first=1217 second=262 amount=-2 -kerning first=1234 second=1195 amount=-1 -kerning first=81 second=256 amount=-2 -kerning first=1043 second=1091 amount=-4 -kerning first=8221 second=251 amount=-3 -kerning first=245 second=1058 amount=-3 -kerning first=1143 second=339 amount=-1 -kerning first=65 second=1201 amount=-4 -kerning first=1059 second=1107 amount=-3 -kerning first=961 second=1249 amount=-2 -kerning first=115 second=374 amount=-5 -kerning first=98 second=1236 amount=-2 -kerning first=374 second=1163 amount=-3 -kerning first=359 second=84 amount=-2 -kerning first=270 second=8220 amount=-2 -kerning first=260 second=1239 amount=-1 -kerning first=1278 second=1258 amount=-2 -kerning first=1188 second=198 amount=-6 -kerning first=1241 second=1244 amount=-2 -kerning first=1230 second=1168 amount=1 -kerning first=1059 second=942 amount=-3 -kerning first=1040 second=903 amount=-5 -kerning first=923 second=291 amount=-1 -kerning first=372 second=981 amount=-4 -kerning first=243 second=253 amount=-1 -kerning first=265 second=1035 amount=-5 -kerning first=181 second=8217 amount=1 -kerning first=1175 second=287 amount=-1 -kerning first=1090 second=243 amount=-1 -kerning first=227 second=932 amount=-3 -kerning first=345 second=375 amount=1 -kerning first=1106 second=374 amount=-6 -kerning first=1256 second=1236 amount=-2 -kerning first=1102 second=1279 amount=-1 -kerning first=376 second=1254 amount=-3 -kerning first=1244 second=1145 amount=-2 -kerning first=76 second=87 amount=-2 -kerning first=1186 second=1055 amount=1 -kerning first=933 second=1108 amount=-6 -kerning first=1111 second=1027 amount=3 -kerning first=1094 second=314 amount=1 -kerning first=109 second=354 amount=-3 -kerning first=1043 second=231 amount=-5 -kerning first=376 second=1144 amount=-3 -kerning first=179 second=960 amount=2 -kerning first=1180 second=1105 amount=-3 -kerning first=1277 second=240 amount=-1 -kerning first=1026 second=197 amount=-2 -kerning first=1235 second=1198 amount=-6 -kerning first=1091 second=242 amount=-1 -kerning first=1265 second=269 amount=-1 -kerning first=933 second=1032 amount=-2 -kerning first=1254 second=1058 amount=-2 -kerning first=1241 second=193 amount=-2 -kerning first=357 second=52 amount=-1 -kerning first=1187 second=1250 amount=1 -kerning first=1034 second=1279 amount=-1 -kerning first=945 second=183 amount=-2 -kerning first=910 second=84 amount=3 -kerning first=355 second=1225 amount=1 -kerning first=1178 second=1108 amount=-3 -kerning first=8244 second=279 amount=-4 -kerning first=197 second=337 amount=-1 -kerning first=1274 second=902 amount=-6 -kerning first=256 second=273 amount=-1 -kerning first=932 second=908 amount=-2 -kerning first=226 second=1090 amount=-2 -kerning first=224 second=376 amount=-6 -kerning first=38 second=967 amount=-2 -kerning first=972 second=1199 amount=-1 -kerning first=1270 second=210 amount=-2 -kerning first=1242 second=95 amount=-3 -kerning first=1263 second=1026 amount=-2 -kerning first=1188 second=8353 amount=-2 -kerning first=99 second=1066 amount=-5 -kerning first=357 second=1037 amount=1 -kerning first=213 second=196 amount=-2 -kerning first=1269 second=1249 amount=-2 -kerning first=1063 second=239 amount=5 -kerning first=94 second=1236 amount=-6 -kerning first=45 second=87 amount=-2 -kerning first=1232 second=981 amount=-1 -kerning first=1141 second=8249 amount=-3 -kerning first=1200 second=1169 amount=-3 -kerning first=1276 second=1258 amount=-2 -kerning first=76 second=268 amount=-2 -kerning first=8220 second=260 amount=-6 -kerning first=321 second=1265 amount=-4 -kerning first=248 second=1278 amount=-2 -kerning first=209 second=298 amount=2 -kerning first=1168 second=97 amount=-5 -kerning first=1193 second=933 amount=-7 -kerning first=221 second=213 amount=-3 -kerning first=916 second=186 amount=-5 -kerning first=8244 second=1224 amount=-1 -kerning first=214 second=376 amount=-3 -kerning first=1189 second=940 amount=-1 -kerning first=334 second=92 amount=-2 -kerning first=1094 second=1120 amount=1 -kerning first=1122 second=1203 amount=-1 -kerning first=1220 second=1196 amount=-3 -kerning first=1197 second=44 amount=-6 -kerning first=261 second=1059 amount=-6 -kerning first=1203 second=1255 amount=-1 -kerning first=1118 second=1237 amount=-1 -kerning first=110 second=8220 amount=-3 -kerning first=242 second=923 amount=-2 -kerning first=972 second=957 amount=-1 -kerning first=343 second=198 amount=-3 -kerning first=1104 second=1279 amount=-1 -kerning first=1263 second=297 amount=3 -kerning first=1234 second=1194 amount=-2 -kerning first=333 second=186 amount=-2 -kerning first=1143 second=239 amount=3 -kerning first=258 second=908 amount=-2 -kerning first=959 second=1046 amount=-2 -kerning first=1274 second=1173 amount=-4 -kerning first=70 second=271 amount=-3 -kerning first=1093 second=358 amount=-3 -kerning first=1200 second=1088 amount=-3 -kerning first=1141 second=1035 amount=-2 -kerning first=1265 second=1086 amount=-1 -kerning first=915 second=121 amount=-4 -kerning first=301 second=316 amount=3 -kerning first=1075 second=932 amount=-2 -kerning first=210 second=1059 amount=-3 -kerning first=1066 second=1236 amount=-2 -kerning first=1203 second=126 amount=-1 -kerning first=341 second=229 amount=-1 -kerning first=1126 second=1010 amount=-1 -kerning first=239 second=919 amount=3 -kerning first=910 second=1239 amount=-6 -kerning first=916 second=947 amount=-4 -kerning first=59 second=92 amount=-4 -kerning first=356 second=944 amount=-4 -kerning first=1181 second=1193 amount=-1 -kerning first=1067 second=206 amount=2 -kerning first=114 second=1209 amount=-1 -kerning first=88 second=289 amount=-2 -kerning first=939 second=244 amount=-6 -kerning first=1027 second=1069 amount=-2 -kerning first=354 second=902 amount=-6 -kerning first=302 second=301 amount=5 -kerning first=1114 second=253 amount=-2 -kerning first=1270 second=1259 amount=-5 -kerning first=254 second=1143 amount=-1 -kerning first=244 second=121 amount=-1 -kerning first=65 second=356 amount=-6 -kerning first=1050 second=927 amount=-2 -kerning first=1170 second=1093 amount=-3 -kerning first=372 second=1040 amount=-4 -kerning first=121 second=1108 amount=-1 -kerning first=1196 second=225 amount=-5 -kerning first=1258 second=923 amount=-2 -kerning first=248 second=260 amount=-2 -kerning first=380 second=972 amount=-1 -kerning first=910 second=1102 amount=-3 -kerning first=55 second=265 amount=-3 -kerning first=84 second=97 amount=-5 -kerning first=1185 second=354 amount=-4 -kerning first=208 second=256 amount=-2 -kerning first=1215 second=358 amount=-3 -kerning first=1207 second=1036 amount=1 -kerning first=1191 second=1066 amount=-7 -kerning first=255 second=8244 amount=2 -kerning first=922 second=244 amount=-3 -kerning first=8217 second=250 amount=-3 -kerning first=939 second=8222 amount=-7 -kerning first=1107 second=1196 amount=-2 -kerning first=195 second=301 amount=3 -kerning first=183 second=88 amount=-4 -kerning first=1187 second=1223 amount=1 -kerning first=332 second=1202 amount=-2 -kerning first=121 second=1032 amount=-4 -kerning first=1068 second=253 amount=-1 -kerning first=240 second=195 amount=-2 -kerning first=230 second=358 amount=-3 -kerning first=1118 second=246 amount=-1 -kerning first=1267 second=231 amount=-1 -kerning first=245 second=939 amount=-7 -kerning first=910 second=74 amount=-2 -kerning first=1243 second=65 amount=-2 -kerning first=1253 second=1118 amount=-1 -kerning first=197 second=1105 amount=-1 -kerning first=356 second=335 amount=-5 -kerning first=1050 second=1267 amount=-3 -kerning first=1059 second=263 amount=-6 -kerning first=255 second=84 amount=-2 -kerning first=1278 second=172 amount=-4 -kerning first=42 second=1033 amount=-2 -kerning first=87 second=1081 amount=-2 -kerning first=1122 second=910 amount=-7 -kerning first=8244 second=1195 amount=-4 -kerning first=1116 second=1058 amount=-4 -kerning first=126 second=1026 amount=-3 -kerning first=70 second=113 amount=-3 -kerning first=1164 second=1200 amount=-7 -kerning first=1036 second=959 amount=-3 -kerning first=1241 second=374 amount=-7 -kerning first=1075 second=285 amount=-1 -kerning first=354 second=1173 amount=-4 -kerning first=177 second=8220 amount=-4 -kerning first=943 second=173 amount=-2 -kerning first=42 second=923 amount=-6 -kerning first=935 second=1054 amount=-2 -kerning first=1126 second=339 amount=-1 -kerning first=1118 second=8217 amount=2 -kerning first=313 second=199 amount=-2 -kerning first=347 second=1200 amount=-5 -kerning first=337 second=1244 amount=-2 -kerning first=256 second=240 amount=-1 -kerning first=43 second=86 amount=-2 -kerning first=932 second=1255 amount=-5 -kerning first=1086 second=1267 amount=-1 -kerning first=1145 second=245 amount=-1 -kerning first=1200 second=266 amount=-3 -kerning first=92 second=244 amount=-1 -kerning first=1128 second=1263 amount=-4 -kerning first=1217 second=111 amount=-2 -kerning first=1055 second=296 amount=2 -kerning first=1184 second=273 amount=-3 -kerning first=8217 second=261 amount=-4 -kerning first=248 second=1090 amount=-2 -kerning first=1027 second=8373 amount=-2 -kerning first=972 second=354 amount=-3 -kerning first=213 second=89 amount=-3 -kerning first=314 second=1031 amount=2 -kerning first=1224 second=1026 amount=-3 -kerning first=345 second=1066 amount=-4 -kerning first=87 second=71 amount=-2 -kerning first=1259 second=1200 amount=-7 -kerning first=297 second=237 amount=6 -kerning first=1036 second=60 amount=-4 -kerning first=1075 second=162 amount=-1 -kerning first=1222 second=1049 amount=1 -kerning first=1230 second=917 amount=1 -kerning first=187 second=55 amount=-3 -kerning first=1050 second=269 amount=-3 -kerning first=1046 second=242 amount=-2 -kerning first=1187 second=8220 amount=-3 -kerning first=1263 second=1235 amount=-1 -kerning first=1254 second=939 amount=-3 -kerning first=1188 second=241 amount=-4 -kerning first=1107 second=271 amount=-1 -kerning first=8221 second=277 amount=-4 -kerning first=55 second=1139 amount=-3 -kerning first=196 second=335 amount=-1 -kerning first=193 second=100 amount=-1 -kerning first=1143 second=1072 amount=-1 -kerning first=1169 second=44 amount=-6 -kerning first=228 second=374 amount=-6 -kerning first=277 second=1267 amount=-1 -kerning first=932 second=126 amount=-3 -kerning first=1237 second=84 amount=-3 -kerning first=170 second=1234 amount=-5 -kerning first=1102 second=186 amount=-2 -kerning first=1200 second=237 amount=-2 -kerning first=337 second=193 amount=-2 -kerning first=933 second=908 amount=-3 -kerning first=8353 second=1046 amount=-1 -kerning first=231 second=376 amount=-4 -kerning first=913 second=933 amount=-5 -kerning first=358 second=1075 amount=-4 -kerning first=8216 second=258 amount=-6 -kerning first=1276 second=172 amount=-4 -kerning first=317 second=1263 amount=-4 -kerning first=1229 second=296 amount=2 -kerning first=192 second=940 amount=-1 -kerning first=1230 second=318 amount=1 -kerning first=1189 second=1237 amount=-1 -kerning first=902 second=281 amount=-1 -kerning first=8225 second=260 amount=-5 -kerning first=1097 second=1070 amount=1 -kerning first=1205 second=274 amount=1 -kerning first=255 second=1239 amount=-1 -kerning first=1257 second=8225 amount=-2 -kerning first=923 second=1054 amount=-2 -kerning first=1198 second=963 amount=-6 -kerning first=1202 second=214 amount=-2 -kerning first=1128 second=265 amount=-1 -kerning first=1186 second=280 amount=1 -kerning first=1027 second=249 amount=-5 -kerning first=313 second=49 amount=-3 -kerning first=8221 second=1189 amount=-1 -kerning first=44 second=89 amount=-4 -kerning first=947 second=8221 amount=2 -kerning first=910 second=1107 amount=-3 -kerning first=972 second=913 amount=-2 -kerning first=1163 second=905 amount=1 -kerning first=258 second=1255 amount=-1 -kerning first=118 second=289 amount=-1 -kerning first=375 second=1010 amount=-1 -kerning first=36 second=1234 amount=-1 -kerning first=1034 second=186 amount=-2 -kerning first=1178 second=908 amount=-2 -kerning first=297 second=1048 amount=3 -kerning first=82 second=376 amount=-2 -kerning first=359 second=314 amount=1 -kerning first=295 second=1199 amount=-1 -kerning first=1058 second=1277 amount=-3 -kerning first=192 second=264 amount=-2 -kerning first=1168 second=1089 amount=-5 -kerning first=260 second=1118 amount=-4 -kerning first=1175 second=358 amount=-3 -kerning first=957 second=287 amount=-1 -kerning first=1040 second=71 amount=-2 -kerning first=1101 second=121 amount=-1 -kerning first=87 second=45 amount=-2 -kerning first=221 second=356 amount=3 -kerning first=299 second=1042 amount=3 -kerning first=910 second=942 amount=-3 -kerning first=355 second=349 amount=-1 -kerning first=269 second=1059 amount=-4 -kerning first=1220 second=87 amount=-3 -kerning first=322 second=1111 amount=5 -kerning first=1087 second=1091 amount=-1 -kerning first=334 second=95 amount=-3 -kerning first=1059 second=215 amount=-3 -kerning first=1141 second=228 amount=-1 -kerning first=8217 second=331 amount=-1 -kerning first=248 second=170 amount=-2 -kerning first=194 second=927 amount=-2 -kerning first=1273 second=121 amount=-1 -kerning first=1255 second=41 amount=-1 -kerning first=1166 second=193 amount=-5 -kerning first=356 second=1104 amount=-5 -kerning first=275 second=1026 amount=-3 -kerning first=161 second=221 amount=-4 -kerning first=1050 second=1086 amount=-3 -kerning first=1094 second=1190 amount=1 -kerning first=255 second=74 amount=-4 -kerning first=1033 second=121 amount=-1 -kerning first=290 second=1099 amount=2 -kerning first=1198 second=243 amount=-6 -kerning first=1043 second=363 amount=-5 -kerning first=1027 second=257 amount=-5 -kerning first=1107 second=113 amount=-1 -kerning first=299 second=239 amount=3 -kerning first=171 second=84 amount=-3 -kerning first=1243 second=174 amount=-1 -kerning first=1197 second=225 amount=-1 -kerning first=197 second=1171 amount=-2 -kerning first=1180 second=1091 amount=-3 -kerning first=43 second=50 amount=-2 -kerning first=1232 second=355 amount=-2 -kerning first=1195 second=1204 amount=-5 -kerning first=374 second=944 amount=-3 -kerning first=295 second=957 amount=-1 -kerning first=1027 second=1153 amount=-5 -kerning first=205 second=299 amount=5 -kerning first=367 second=933 amount=-4 -kerning first=101 second=86 amount=-3 -kerning first=260 second=263 amount=-1 -kerning first=194 second=1267 amount=-4 -kerning first=1163 second=8244 amount=2 -kerning first=341 second=279 amount=-1 -kerning first=1234 second=1138 amount=-2 -kerning first=221 second=902 amount=-5 -kerning first=1126 second=239 amount=3 -kerning first=1188 second=193 amount=-6 -kerning first=245 second=967 amount=-1 -kerning first=76 second=39 amount=-6 -kerning first=359 second=1120 amount=1 -kerning first=90 second=43 amount=-2 -kerning first=1243 second=935 amount=-2 -kerning first=356 second=1114 amount=-4 -kerning first=1201 second=972 amount=-1 -kerning first=1189 second=246 amount=-1 -kerning first=1128 second=1139 amount=-1 -kerning first=241 second=1197 amount=-2 -kerning first=349 second=1196 amount=-5 -kerning first=939 second=349 amount=-4 -kerning first=1122 second=1093 amount=-1 -kerning first=325 second=207 amount=2 -kerning first=1163 second=84 amount=-2 -kerning first=1162 second=1111 amount=5 -kerning first=1255 second=1091 amount=-1 -kerning first=1213 second=376 amount=-7 -kerning first=375 second=339 amount=-1 -kerning first=89 second=1242 amount=-3 -kerning first=1222 second=294 amount=1 -kerning first=1168 second=1145 amount=-5 -kerning first=311 second=966 amount=-1 -kerning first=1097 second=924 amount=1 -kerning first=1016 second=932 amount=-3 -kerning first=284 second=1140 amount=-1 -kerning first=1196 second=100 amount=-5 -kerning first=973 second=8216 amount=-3 -kerning first=66 second=301 amount=2 -kerning first=1188 second=233 amount=-5 -kerning first=1043 second=229 amount=-5 -kerning first=196 second=1104 amount=-1 -kerning first=84 second=1089 amount=-5 -kerning first=117 second=1058 amount=-3 -kerning first=1274 second=1265 amount=-4 -kerning first=1180 second=231 amount=-3 -kerning first=1077 second=121 amount=-1 -kerning first=1270 second=1193 amount=-5 -kerning first=1265 second=227 amount=-1 -kerning first=1140 second=59 amount=-4 -kerning first=374 second=335 amount=-6 -kerning first=1184 second=240 amount=-3 -kerning first=1188 second=1241 amount=-5 -kerning first=73 second=303 amount=2 -kerning first=195 second=242 amount=-1 -kerning first=194 second=269 amount=-1 -kerning first=1170 second=1234 amount=-6 -kerning first=279 second=1091 amount=-1 -kerning first=1234 second=287 amount=-1 -kerning first=358 second=940 amount=-5 -kerning first=1061 second=281 amount=-2 -kerning first=263 second=89 amount=-4 -kerning first=8250 second=918 amount=-2 -kerning first=356 second=353 amount=-5 -kerning first=109 second=1263 amount=-1 -kerning first=162 second=1059 amount=-4 -kerning first=8217 second=197 amount=-9 -kerning first=221 second=1173 amount=-3 -kerning first=1188 second=1230 amount=-4 -kerning first=242 second=1217 amount=-2 -kerning first=193 second=1026 amount=-6 -kerning first=959 second=125 amount=-1 -kerning first=214 second=8230 amount=-3 -kerning first=358 second=264 amount=-2 -kerning first=1271 second=354 amount=-2 -kerning first=1225 second=203 amount=1 -kerning first=8373 second=913 amount=-1 -kerning first=310 second=100 amount=-3 -kerning first=266 second=239 amount=2 -kerning first=337 second=374 amount=-7 -kerning first=933 second=1255 amount=-6 -kerning first=1036 second=361 amount=-2 -kerning first=195 second=8220 amount=-8 -kerning first=1084 second=1140 amount=-3 -kerning first=1094 second=78 amount=1 -kerning first=86 second=58 amount=-4 -kerning first=87 second=1082 amount=-2 -kerning first=186 second=291 amount=-2 -kerning first=340 second=89 amount=-2 -kerning first=317 second=247 amount=-3 -kerning first=193 second=67 amount=-2 -kerning first=363 second=1066 amount=-3 -kerning first=1274 second=267 amount=-5 -kerning first=1270 second=1109 amount=-5 -kerning first=92 second=349 amount=-1 -kerning first=372 second=47 amount=-1 -kerning first=1128 second=1028 amount=-2 -kerning first=75 second=940 amount=-3 -kerning first=8217 second=275 amount=-4 -kerning first=357 second=115 amount=-1 -kerning first=8360 second=8220 amount=-3 -kerning first=931 second=173 amount=-2 -kerning first=239 second=1171 amount=3 -kerning first=259 second=1035 amount=-3 -kerning first=242 second=192 amount=-2 -kerning first=1178 second=1255 amount=-3 -kerning first=933 second=126 amount=-3 -kerning first=1082 second=244 amount=-1 -kerning first=1181 second=1010 amount=-1 -kerning first=1050 second=105 amount=2 -kerning first=1226 second=8360 amount=1 -kerning first=343 second=193 amount=-3 -kerning first=1193 second=1204 amount=-3 -kerning first=1196 second=112 amount=-4 -kerning first=75 second=264 amount=-2 -kerning first=295 second=354 amount=-3 -kerning first=196 second=353 amount=-1 -kerning first=193 second=297 amount=3 -kerning first=84 second=1145 amount=-5 -kerning first=1200 second=245 amount=-6 -kerning first=89 second=1074 amount=-3 -kerning first=1258 second=1217 amount=-2 -kerning first=8217 second=1187 amount=-1 -kerning first=100 second=95 amount=2 -kerning first=194 second=1086 amount=-1 -kerning first=354 second=1265 amount=-4 -kerning first=1199 second=261 amount=-1 -kerning first=1226 second=325 amount=1 -kerning first=1106 second=1249 amount=-2 -kerning first=910 second=263 amount=-6 -kerning first=1178 second=126 amount=-4 -kerning first=317 second=1028 amount=-2 -kerning first=1169 second=225 amount=-1 -kerning first=197 second=1091 amount=-4 -kerning first=1059 second=365 amount=-3 -kerning first=343 second=233 amount=-1 -kerning first=1140 second=291 amount=-4 -kerning first=254 second=1202 amount=-2 -kerning first=341 second=1195 amount=-1 -kerning first=923 second=372 amount=-4 -kerning first=88 second=271 amount=-2 -kerning first=75 second=236 amount=2 -kerning first=248 second=120 amount=-1 -kerning first=122 second=1153 amount=-1 -kerning first=1111 second=73 amount=3 -kerning first=1090 second=99 amount=-1 -kerning first=95 second=370 amount=-3 -kerning first=375 second=239 amount=3 -kerning first=343 second=1241 amount=-1 -kerning first=378 second=275 amount=-1 -kerning first=1278 second=333 amount=-2 -kerning first=240 second=119 amount=-1 -kerning first=1258 second=192 amount=-2 -kerning first=1027 second=194 amount=-6 -kerning first=239 second=320 amount=3 -kerning first=235 second=1140 amount=-3 -kerning first=224 second=1141 amount=-1 -kerning first=1209 second=910 amount=-6 -kerning first=374 second=1104 amount=-6 -kerning first=1036 second=290 amount=-2 -kerning first=8222 second=221 amount=-7 -kerning first=301 second=209 amount=3 -kerning first=1188 second=1125 amount=-4 -kerning first=354 second=267 amount=-5 -kerning first=332 second=356 amount=-2 -kerning first=126 second=1061 amount=-4 -kerning first=1231 second=239 amount=5 -kerning first=86 second=285 amount=-4 -kerning first=1267 second=229 amount=-1 -kerning first=1232 second=1198 amount=-5 -kerning first=376 second=242 amount=-6 -kerning first=333 second=1040 amount=-2 -kerning first=1171 second=244 amount=-1 -kerning first=929 second=173 amount=-2 -kerning first=915 second=1081 amount=-4 -kerning first=192 second=246 amount=-1 -kerning first=197 second=231 amount=-1 -kerning first=65 second=1265 amount=-4 -kerning first=256 second=346 amount=-1 -kerning first=1181 second=339 amount=-1 -kerning first=1050 second=371 amount=-2 -kerning first=1117 second=358 amount=-3 -kerning first=1198 second=347 amount=-4 -kerning first=1027 second=234 amount=-5 -kerning first=1197 second=100 amount=-1 -kerning first=43 second=8216 amount=-2 -kerning first=70 second=248 amount=-3 -kerning first=1120 second=303 amount=2 -kerning first=1113 second=1217 amount=-2 -kerning first=374 second=1114 amount=-3 -kerning first=981 second=1035 amount=-3 -kerning first=1027 second=1243 amount=-5 -kerning first=1139 second=1197 amount=-2 -kerning first=42 second=192 amount=-6 -kerning first=118 second=1196 amount=-2 -kerning first=121 second=1255 amount=-1 -kerning first=1196 second=67 amount=-2 -kerning first=1012 second=197 amount=-2 -kerning first=86 second=162 amount=-4 -kerning first=349 second=87 amount=-2 -kerning first=1171 second=8222 amount=-8 -kerning first=192 second=8217 amount=-7 -kerning first=38 second=92 amount=-4 -kerning first=102 second=1232 amount=-2 -kerning first=957 second=358 amount=-2 -kerning first=1040 second=8224 amount=-5 -kerning first=326 second=933 amount=-6 -kerning first=923 second=299 amount=3 -kerning first=88 second=113 amount=-2 -kerning first=915 second=71 amount=-2 -kerning first=105 second=297 amount=3 -kerning first=357 second=108 amount=1 -kerning first=1027 second=1085 amount=-4 -kerning first=332 second=902 amount=-2 -kerning first=358 second=1237 amount=-5 -kerning first=1276 second=333 amount=-2 -kerning first=1115 second=358 amount=-3 -kerning first=1178 second=305 amount=2 -kerning first=359 second=1190 amount=1 -kerning first=117 second=939 amount=-4 -kerning first=65 second=267 amount=-1 -kerning first=192 second=352 amount=-1 -kerning first=1092 second=375 amount=-1 -kerning first=234 second=1197 amount=-1 -kerning first=1207 second=98 amount=1 -kerning first=1097 second=344 amount=1 -kerning first=1196 second=297 amount=6 -kerning first=324 second=255 amount=-1 -kerning first=1188 second=1111 amount=6 -kerning first=1043 second=279 amount=-5 -kerning first=1122 second=1234 amount=-2 -kerning first=910 second=215 amount=-3 -kerning first=68 second=1278 amount=-2 -kerning first=106 second=309 amount=3 -kerning first=1143 second=910 amount=-2 -kerning first=1078 second=963 amount=-1 -kerning first=1185 second=265 amount=-1 -kerning first=345 second=65 amount=-3 -kerning first=1205 second=1039 amount=1 -kerning first=310 second=67 amount=-2 -kerning first=89 second=945 amount=-6 -kerning first=374 second=353 amount=-4 -kerning first=1186 second=1062 amount=1 -kerning first=1111 second=1210 amount=3 -kerning first=972 second=1263 amount=-1 -kerning first=213 second=1046 amount=-2 -kerning first=358 second=961 amount=-4 -kerning first=242 second=221 amount=-7 -kerning first=246 second=1143 amount=-1 -kerning first=8244 second=287 amount=-4 -kerning first=1201 second=224 amount=-1 -kerning first=1230 second=1211 amount=1 -kerning first=1093 second=245 amount=-1 -kerning first=255 second=263 amount=-1 -kerning first=89 second=262 amount=-3 -kerning first=1126 second=1057 amount=-2 -kerning first=270 second=923 amount=-2 -kerning first=1043 second=1224 amount=-4 -kerning first=377 second=8370 amount=-2 -kerning first=371 second=376 amount=-4 -kerning first=8230 second=32 amount=-1 -kerning first=261 second=372 amount=-3 -kerning first=118 second=271 amount=-1 -kerning first=345 second=101 amount=-1 -kerning first=1237 second=1118 amount=-1 -kerning first=375 second=1072 amount=-1 -kerning first=1200 second=1097 amount=-3 -kerning first=1265 second=1092 amount=-1 -kerning first=310 second=297 amount=5 -kerning first=915 second=45 amount=-3 -kerning first=379 second=171 amount=-2 -kerning first=357 second=1134 amount=1 -kerning first=1168 second=1233 amount=-5 -kerning first=913 second=1204 amount=-6 -kerning first=1257 second=84 amount=-3 -kerning first=169 second=1040 amount=-2 -kerning first=1278 second=1077 amount=-2 -kerning first=241 second=253 amount=-1 -kerning first=111 second=195 amount=-2 -kerning first=1188 second=332 amount=-2 -kerning first=1078 second=243 amount=-1 -kerning first=79 second=1196 amount=-2 -kerning first=1239 second=374 amount=-7 -kerning first=254 second=118 amount=-1 -kerning first=321 second=260 amount=2 -kerning first=243 second=1185 amount=-2 -kerning first=1111 second=1106 amount=3 -kerning first=1199 second=197 amount=-4 -kerning first=1163 second=314 amount=1 -kerning first=210 second=372 amount=-1 -kerning first=1234 second=1012 amount=-2 -kerning first=358 second=246 amount=-5 -kerning first=254 second=1201 amount=-1 -kerning first=1195 second=1200 amount=-4 -kerning first=315 second=1057 amount=-2 -kerning first=1241 second=1249 amount=-2 -kerning first=1230 second=323 amount=1 -kerning first=1167 second=1277 amount=-1 -kerning first=1102 second=1040 amount=-2 -kerning first=120 second=269 amount=-1 -kerning first=88 second=268 amount=-2 -kerning first=289 second=95 amount=2 -kerning first=1234 second=358 amount=-6 -kerning first=1258 second=221 amount=-3 -kerning first=39 second=916 amount=-5 -kerning first=1107 second=248 amount=-1 -kerning first=8230 second=56 amount=-2 -kerning first=1185 second=1139 amount=-1 -kerning first=283 second=375 amount=-1 -kerning first=1180 second=363 amount=-2 -kerning first=318 second=299 amount=5 -kerning first=1072 second=1267 amount=-1 -kerning first=288 second=1236 amount=-1 -kerning first=8225 second=966 amount=-2 -kerning first=68 second=260 amount=-2 -kerning first=359 second=78 amount=1 -kerning first=1036 second=235 amount=-3 -kerning first=97 second=376 amount=-6 -kerning first=1199 second=275 amount=-1 -kerning first=187 second=377 amount=-2 -kerning first=1170 second=1258 amount=-2 -kerning first=122 second=234 amount=-1 -kerning first=239 second=304 amount=3 -kerning first=1089 second=356 amount=-5 -kerning first=55 second=258 amount=-7 -kerning first=1169 second=100 amount=-1 -kerning first=65 second=177 amount=-3 -kerning first=1034 second=1040 amount=-2 -kerning first=1226 second=1055 amount=1 -kerning first=1191 second=935 amount=-2 -kerning first=1270 second=1010 amount=-5 -kerning first=1091 second=923 amount=-4 -kerning first=284 second=1058 amount=-2 -kerning first=1186 second=313 amount=1 -kerning first=75 second=246 amount=-3 -kerning first=122 second=1243 amount=-1 -kerning first=8221 second=58 amount=-4 -kerning first=1197 second=1026 amount=-2 -kerning first=1185 second=247 amount=-2 -kerning first=228 second=1249 amount=-2 -kerning first=118 second=113 amount=-1 -kerning first=1086 second=1279 amount=-1 -kerning first=1276 second=1077 amount=-2 -kerning first=116 second=8360 amount=1 -kerning first=273 second=301 amount=3 -kerning first=1075 second=940 amount=-1 -kerning first=367 second=1204 amount=-3 -kerning first=216 second=354 amount=-2 -kerning first=1163 second=1120 amount=1 -kerning first=1059 second=256 amount=-5 -kerning first=119 second=333 amount=-1 -kerning first=373 second=1089 amount=-1 -kerning first=1196 second=1235 amount=-5 -kerning first=95 second=1143 amount=-5 -kerning first=927 second=1066 amount=-2 -kerning first=221 second=267 amount=-6 -kerning first=80 second=45 amount=-2 -kerning first=55 second=283 amount=-3 -kerning first=193 second=83 amount=-1 -kerning first=84 second=1233 amount=-5 -kerning first=1274 second=369 amount=-5 -kerning first=1116 second=183 amount=-2 -kerning first=932 second=1277 amount=-3 -kerning first=253 second=1207 amount=-1 -kerning first=1091 second=295 amount=3 -kerning first=116 second=325 amount=1 -kerning first=1043 second=1195 amount=-5 -kerning first=277 second=1279 amount=-1 -kerning first=1267 second=279 amount=-1 -kerning first=347 second=8222 amount=-3 -kerning first=1222 second=322 amount=1 -kerning first=1059 second=281 amount=-6 -kerning first=1084 second=1058 amount=-3 -kerning first=1207 second=1035 amount=-2 -kerning first=119 second=8218 amount=-5 -kerning first=1113 second=221 amount=-11 -kerning first=120 second=1086 amount=-1 -kerning first=1140 second=1054 amount=-2 -kerning first=176 second=214 amount=-1 -kerning first=1098 second=1143 amount=-2 -kerning first=243 second=1276 amount=-2 -kerning first=357 second=204 amount=1 -kerning first=8221 second=1051 amount=-3 -kerning first=95 second=284 amount=-3 -kerning first=915 second=1082 amount=-4 -kerning first=46 second=354 amount=-2 -kerning first=216 second=913 amount=-2 -kerning first=1167 second=933 amount=-7 -kerning first=913 second=357 amount=-2 -kerning first=943 second=8244 amount=2 -kerning first=87 second=971 amount=-2 -kerning first=966 second=196 amount=-2 -kerning first=1118 second=171 amount=-3 -kerning first=910 second=365 amount=-3 -kerning first=1053 second=301 amount=5 -kerning first=356 second=43 amount=-3 -kerning first=1059 second=1226 amount=-3 -kerning first=1035 second=1143 amount=-1 -kerning first=1270 second=339 amount=-5 -kerning first=1193 second=1200 amount=-7 -kerning first=1058 second=1232 amount=-6 -kerning first=939 second=1069 amount=-3 -kerning first=1211 second=1197 amount=-2 -kerning first=1175 second=245 amount=-1 -kerning first=112 second=255 amount=-1 -kerning first=336 second=8220 amount=-2 -kerning first=1114 second=1185 amount=-4 -kerning first=286 second=1278 amount=-1 -kerning first=1036 second=169 amount=-2 -kerning first=321 second=170 amount=-6 -kerning first=1201 second=195 amount=-4 -kerning first=211 second=86 amount=-2 -kerning first=1170 second=1080 amount=-4 -kerning first=1092 second=1066 amount=-3 -kerning first=373 second=1145 amount=-1 -kerning first=1198 second=99 amount=-6 -kerning first=358 second=1197 amount=-2 -kerning first=1027 second=334 amount=-2 -kerning first=239 second=1172 amount=3 -kerning first=1166 second=46 amount=-3 -kerning first=8221 second=285 amount=-4 -kerning first=1088 second=1035 amount=-3 -kerning first=114 second=1143 amount=1 -kerning first=923 second=34 amount=-5 -kerning first=922 second=1069 amount=-2 -kerning first=357 second=60 amount=-2 -kerning first=251 second=374 amount=-4 -kerning first=354 second=369 amount=-5 -kerning first=1233 second=1091 amount=-1 -kerning first=290 second=923 amount=-1 -kerning first=1068 second=1185 amount=-2 -kerning first=87 second=337 amount=-4 -kerning first=1213 second=1141 amount=-1 -kerning first=358 second=1096 amount=-4 -kerning first=1126 second=910 amount=-5 -kerning first=239 second=66 amount=3 -kerning first=355 second=1229 amount=1 -kerning first=269 second=372 amount=-1 -kerning first=225 second=89 amount=-6 -kerning first=1050 second=1092 amount=-3 -kerning first=902 second=289 amount=-1 -kerning first=1205 second=1024 amount=1 -kerning first=254 second=356 amount=-3 -kerning first=1186 second=70 amount=1 -kerning first=1128 second=283 amount=-1 -kerning first=295 second=1263 amount=-1 -kerning first=221 second=177 amount=-6 -kerning first=1188 second=46 amount=-2 -kerning first=1027 second=373 amount=-4 -kerning first=8221 second=162 amount=-4 -kerning first=333 second=1198 amount=-7 -kerning first=1275 second=269 amount=-1 -kerning first=177 second=923 amount=-3 -kerning first=1139 second=253 amount=-1 -kerning first=235 second=1058 amount=-3 -kerning first=118 second=238 amount=3 -kerning first=1271 second=265 amount=-1 -kerning first=1225 second=1178 amount=1 -kerning first=98 second=932 amount=-3 -kerning first=1056 second=65 amount=-5 -kerning first=317 second=258 amount=2 -kerning first=81 second=1196 amount=-2 -kerning first=58 second=86 amount=-4 -kerning first=1027 second=1273 amount=-4 -kerning first=356 second=1236 amount=-6 -kerning first=79 second=87 amount=-1 -kerning first=1097 second=201 amount=1 -kerning first=119 second=1077 amount=-1 -kerning first=290 second=295 amount=2 -kerning first=245 second=92 amount=-4 -kerning first=1169 second=1026 amount=-2 -kerning first=1274 second=326 amount=-4 -kerning first=1060 second=194 amount=-2 -kerning first=92 second=1069 amount=-2 -kerning first=89 second=111 amount=-6 -kerning first=8353 second=239 amount=2 -kerning first=315 second=910 amount=-5 -kerning first=939 second=8373 amount=-3 -kerning first=1043 second=1194 amount=-2 -kerning first=357 second=1067 amount=1 -kerning first=1074 second=8220 amount=-3 -kerning first=234 second=253 amount=-1 -kerning first=1256 second=932 amount=-2 -kerning first=268 second=258 amount=-1 -kerning first=244 second=8224 amount=-2 -kerning first=337 second=1249 amount=-2 -kerning first=1168 second=1094 amount=-4 -kerning first=1170 second=172 amount=-3 -kerning first=286 second=260 amount=-1 -kerning first=1040 second=337 amount=-1 -kerning first=254 second=902 amount=-2 -kerning first=1267 second=1195 amount=-1 -kerning first=265 second=354 amount=-5 -kerning first=299 second=107 amount=3 -kerning first=302 second=206 amount=2 -kerning first=258 second=933 amount=-5 -kerning first=1197 second=1235 amount=-1 -kerning first=283 second=1066 amount=-3 -kerning first=1230 second=1043 amount=1 -kerning first=1114 second=1276 amount=-2 -kerning first=287 second=356 amount=-3 -kerning first=244 second=88 amount=-2 -kerning first=922 second=8373 amount=-2 -kerning first=1075 second=1237 amount=-1 -kerning first=260 second=281 amount=-1 -kerning first=1187 second=295 amount=1 -kerning first=1094 second=274 amount=1 -kerning first=341 second=287 amount=-1 -kerning first=284 second=939 amount=-2 -kerning first=239 second=1052 amount=3 -kerning first=256 second=255 amount=-4 -kerning first=1270 second=239 amount=6 -kerning first=1070 second=46 amount=-3 -kerning first=169 second=47 amount=-3 -kerning first=372 second=963 amount=-4 -kerning first=88 second=248 amount=-2 -kerning first=1202 second=265 amount=-2 -kerning first=1254 second=92 amount=-2 -kerning first=939 second=249 amount=-3 -kerning first=379 second=286 amount=-2 -kerning first=325 second=1031 amount=2 -kerning first=1275 second=1086 amount=-1 -kerning first=1224 second=121 amount=-1 -kerning first=1068 second=1276 amount=-2 -kerning first=1234 second=266 amount=-2 -kerning first=1271 second=1139 amount=-1 -kerning first=1205 second=1196 amount=-2 -kerning first=1186 second=1198 amount=-1 -kerning first=270 second=1217 amount=-2 -kerning first=1222 second=205 amount=1 -kerning first=162 second=372 amount=-1 -kerning first=966 second=89 amount=-7 -kerning first=1188 second=103 amount=-5 -kerning first=333 second=1175 amount=-1 -kerning first=204 second=300 amount=2 -kerning first=1180 second=279 amount=-3 -kerning first=1086 second=186 amount=-2 -kerning first=1189 second=171 amount=-3 -kerning first=229 second=1140 amount=-3 -kerning first=343 second=46 amount=-4 -kerning first=92 second=8373 amount=-2 -kerning first=169 second=1198 amount=-3 -kerning first=326 second=1204 amount=-3 -kerning first=246 second=1202 amount=-2 -kerning first=1128 second=176 amount=-6 -kerning first=1055 second=1111 amount=5 -kerning first=1036 second=210 amount=-2 -kerning first=922 second=249 amount=-2 -kerning first=920 second=358 amount=-2 -kerning first=1111 second=222 amount=3 -kerning first=354 second=326 amount=-4 -kerning first=1163 second=1190 amount=1 -kerning first=1084 second=939 amount=-6 -kerning first=1226 second=280 amount=1 -kerning first=913 second=1256 amount=-2 -kerning first=95 second=1181 amount=3 -kerning first=94 second=1051 amount=-2 -kerning first=87 second=1105 amount=-4 -kerning first=1271 second=247 amount=-1 -kerning first=1244 second=183 amount=-4 -kerning first=1061 second=289 amount=-2 -kerning first=116 second=1055 amount=1 -kerning first=192 second=253 amount=-4 -kerning first=1274 second=260 amount=-6 -kerning first=356 second=251 amount=-5 -kerning first=1046 second=8370 amount=-2 -kerning first=913 second=1200 amount=-5 -kerning first=372 second=243 amount=-4 -kerning first=1196 second=1119 amount=-4 -kerning first=111 second=119 amount=-1 -kerning first=270 second=192 amount=-2 -kerning first=1188 second=1249 amount=-2 -kerning first=357 second=77 amount=1 -kerning first=939 second=257 amount=-6 -kerning first=84 second=1094 amount=-4 -kerning first=212 second=1140 amount=-2 -kerning first=125 second=8216 amount=-2 -kerning first=375 second=910 amount=-2 -kerning first=1232 second=963 amount=-1 -kerning first=1102 second=1198 amount=-7 -kerning first=1225 second=1045 amount=1 -kerning first=1265 second=981 amount=-1 -kerning first=374 second=43 amount=-3 -kerning first=335 second=358 amount=-3 -kerning first=939 second=1153 amount=-6 -kerning first=1075 second=246 amount=-1 -kerning first=194 second=1092 amount=-1 -kerning first=119 second=379 amount=-2 -kerning first=1066 second=932 amount=-3 -kerning first=1198 second=198 amount=-5 -kerning first=345 second=1257 amount=-1 -kerning first=317 second=176 amount=-8 -kerning first=1229 second=1111 amount=5 -kerning first=8244 second=1169 amount=-1 -kerning first=1143 second=1234 amount=-4 -kerning first=1119 second=376 amount=-6 -kerning first=1099 second=92 amount=2 -kerning first=1141 second=354 amount=-2 -kerning first=1202 second=1139 amount=-2 -kerning first=1125 second=358 amount=-5 -kerning first=1258 second=44 amount=-3 -kerning first=301 second=276 amount=3 -kerning first=1027 second=8230 amount=-2 -kerning first=1034 second=1198 amount=-7 -kerning first=1054 second=1202 amount=-2 -kerning first=910 second=256 amount=-5 -kerning first=922 second=1153 amount=-3 -kerning first=275 second=121 amount=-1 -kerning first=1257 second=1118 amount=-1 -kerning first=1040 second=1105 amount=-1 -kerning first=227 second=1197 amount=-2 -kerning first=1101 second=8224 amount=-2 -kerning first=176 second=913 amount=-6 -kerning first=221 second=369 amount=-3 -kerning first=905 second=303 amount=2 -kerning first=1274 second=1090 amount=-2 -kerning first=1060 second=376 amount=-3 -kerning first=1232 second=243 amount=-1 -kerning first=1207 second=1016 amount=1 -kerning first=1202 second=247 amount=-4 -kerning first=89 second=1209 amount=-6 -kerning first=379 second=920 amount=-2 -kerning first=1153 second=932 amount=-5 -kerning first=208 second=1196 amount=-2 -kerning first=1096 second=1059 amount=-6 -kerning first=1101 second=88 amount=-2 -kerning first=1242 second=1236 amount=-2 -kerning first=95 second=42 amount=-4 -kerning first=86 second=940 amount=-4 -kerning first=1166 second=259 amount=-1 -kerning first=910 second=281 amount=-6 -kerning first=355 second=342 amount=1 -kerning first=8244 second=1088 amount=-1 -kerning first=1036 second=1259 amount=-3 -kerning first=1169 second=1235 amount=-1 -kerning first=235 second=939 amount=-7 -kerning first=322 second=938 amount=2 -kerning first=367 second=1200 amount=-4 -kerning first=1222 second=1068 amount=1 -kerning first=343 second=103 amount=-1 -kerning first=1141 second=913 amount=-4 -kerning first=1270 second=1072 amount=-5 -kerning first=1033 second=8224 amount=-2 -kerning first=1091 second=192 amount=-4 -kerning first=42 second=44 amount=-9 -kerning first=1140 second=299 amount=5 -kerning first=374 second=1236 amount=-5 -kerning first=1198 second=8353 amount=-3 -kerning first=81 second=87 amount=-1 -kerning first=313 second=8249 amount=-4 -kerning first=1111 second=1030 amount=3 -kerning first=354 second=260 amount=-6 -kerning first=1163 second=78 amount=1 -kerning first=1090 second=233 amount=-1 -kerning first=118 second=248 amount=-1 -kerning first=86 second=264 amount=-2 -kerning first=1232 second=8221 amount=-7 -kerning first=170 second=333 amount=-2 -kerning first=1200 second=187 amount=-4 -kerning first=92 second=1153 amount=-1 -kerning first=381 second=71 amount=-2 -kerning first=194 second=186 amount=-5 -kerning first=1033 second=88 amount=-2 -kerning first=957 second=245 amount=-1 -kerning first=1090 second=1241 amount=-1 -kerning first=1104 second=1198 amount=-7 -kerning first=1188 second=259 amount=-5 -kerning first=1211 second=253 amount=-1 -kerning first=1225 second=358 amount=-2 -kerning first=910 second=1226 amount=-3 -kerning first=936 second=52 amount=-4 -kerning first=1081 second=376 amount=-6 -kerning first=179 second=916 amount=-6 -kerning first=224 second=49 amount=-3 -kerning first=1102 second=1175 amount=-1 -kerning first=1091 second=232 amount=-1 -kerning first=1202 second=1028 amount=-2 -kerning first=1058 second=1256 amount=-2 -kerning first=1184 second=255 amount=-3 -kerning first=261 second=1098 amount=-2 -kerning first=1203 second=1204 amount=-3 -kerning first=1098 second=1202 amount=-2 -kerning first=1180 second=1195 amount=-3 -kerning first=927 second=65 amount=-2 -kerning first=358 second=253 amount=-4 -kerning first=297 second=1066 amount=6 -kerning first=918 second=1256 amount=-2 -kerning first=273 second=1099 amount=2 -kerning first=197 second=279 amount=-1 -kerning first=107 second=356 amount=-4 -kerning first=1215 second=375 amount=-1 -kerning first=1207 second=915 amount=1 -kerning first=176 second=308 amount=-6 -kerning first=1217 second=284 amount=-2 -kerning first=940 second=8220 amount=-3 -kerning first=1043 second=1138 amount=-2 -kerning first=313 second=1035 amount=-6 -kerning first=193 second=121 amount=-4 -kerning first=1162 second=938 amount=2 -kerning first=959 second=1203 amount=-1 -kerning first=70 second=959 amount=-3 -kerning first=230 second=375 amount=-1 -kerning first=1100 second=119 amount=-2 -kerning first=1239 second=1249 amount=-1 -kerning first=1034 second=1175 amount=-1 -kerning first=902 second=1196 amount=-6 -kerning first=1026 second=86 amount=-4 -kerning first=1200 second=1066 amount=3 -kerning first=246 second=118 amount=-1 -kerning first=915 second=971 amount=-4 -kerning first=195 second=8370 amount=-2 -kerning first=354 second=1090 amount=-2 -kerning first=1084 second=967 amount=-1 -kerning first=87 second=951 amount=-2 -kerning first=1103 second=358 amount=-3 -kerning first=246 second=1201 amount=-1 -kerning first=381 second=45 amount=-2 -kerning first=1078 second=99 amount=-1 -kerning first=192 second=171 amount=-2 -kerning first=211 second=8216 amount=-2 -kerning first=286 second=1011 amount=2 -kerning first=1141 second=308 amount=-4 -kerning first=1265 second=1040 amount=-4 -kerning first=290 second=1217 amount=-1 -kerning first=75 second=253 amount=-3 -kerning first=1254 second=95 amount=-3 -kerning first=248 second=1078 amount=-1 -kerning first=270 second=221 amount=-3 -kerning first=1027 second=1141 amount=-4 -kerning first=73 second=298 amount=2 -kerning first=1095 second=89 amount=-6 -kerning first=97 second=1141 amount=-1 -kerning first=1230 second=278 amount=1 -kerning first=1168 second=967 amount=-4 -kerning first=259 second=1199 amount=-1 -kerning first=1167 second=1204 amount=-3 -kerning first=1170 second=965 amount=-4 -kerning first=255 second=256 amount=-4 -kerning first=177 second=1217 amount=-3 -kerning first=1069 second=358 amount=-2 -kerning first=173 second=1035 amount=-3 -kerning first=1248 second=8218 amount=-3 -kerning first=221 second=326 amount=-3 -kerning first=939 second=194 amount=-5 -kerning first=1043 second=287 amount=-5 -kerning first=1185 second=283 amount=-1 -kerning first=1274 second=946 amount=-4 -kerning first=320 second=239 amount=5 -kerning first=961 second=255 amount=-1 -kerning first=253 second=8249 amount=-3 -kerning first=1040 second=1171 amount=-2 -kerning first=254 second=93 amount=-1 -kerning first=374 second=251 amount=-3 -kerning first=359 second=274 amount=1 -kerning first=915 second=337 amount=-5 -kerning first=1167 second=1232 amount=-2 -kerning first=1187 second=82 amount=1 -kerning first=1092 second=65 amount=-2 -kerning first=290 second=192 amount=-1 -kerning first=1104 second=1175 amount=-1 -kerning first=121 second=933 amount=-2 -kerning first=1234 second=245 amount=-1 -kerning first=186 second=294 amount=3 -kerning first=58 second=8216 amount=-3 -kerning first=1050 second=981 amount=-3 -kerning first=902 second=271 amount=-1 -kerning first=1097 second=1219 amount=1 -kerning first=343 second=259 amount=-1 -kerning first=255 second=281 amount=-1 -kerning first=341 second=358 amount=-4 -kerning first=372 second=347 amount=-2 -kerning first=939 second=234 amount=-6 -kerning first=8221 second=1075 amount=-1 -kerning first=972 second=258 amount=-2 -kerning first=1275 second=227 amount=-1 -kerning first=55 second=59 amount=-2 -kerning first=177 second=192 amount=-3 -kerning first=369 second=1196 amount=-3 -kerning first=912 second=126 amount=-2 -kerning first=95 second=213 amount=-3 -kerning first=1108 second=84 amount=-5 -kerning first=170 second=1077 amount=-2 -kerning first=1270 second=1057 amount=-2 -kerning first=376 second=923 amount=-5 -kerning first=76 second=290 amount=-2 -kerning first=321 second=1060 amount=-2 -kerning first=939 second=1243 amount=-6 -kerning first=259 second=957 amount=-1 -kerning first=1170 second=333 amount=-5 -kerning first=377 second=212 amount=-2 -kerning first=48 second=936 amount=-2 -kerning first=959 second=910 amount=-7 -kerning first=235 second=967 amount=-1 -kerning first=8250 second=1277 amount=-2 -kerning first=902 second=1275 amount=-2 -kerning first=1099 second=95 amount=3 -kerning first=373 second=1058 amount=-3 -kerning first=1105 second=358 amount=-3 -kerning first=253 second=1035 amount=-2 -kerning first=1279 second=972 amount=-1 -kerning first=1091 second=221 amount=-2 -kerning first=254 second=1265 amount=-1 -kerning first=199 second=194 amount=-1 -kerning first=116 second=280 amount=1 -kerning first=922 second=234 amount=-3 -kerning first=939 second=1085 amount=-3 -kerning first=357 second=928 amount=1 -kerning first=361 second=932 amount=-3 -kerning first=1251 second=89 amount=-6 -kerning first=1228 second=933 amount=-6 -kerning first=913 second=1017 amount=-2 -kerning first=1134 second=297 amount=2 -kerning first=71 second=197 amount=-1 -kerning first=1180 second=1194 amount=-2 -kerning first=95 second=118 amount=-5 -kerning first=345 second=1108 amount=-1 -kerning first=86 second=1237 amount=-4 -kerning first=1118 second=8363 amount=-1 -kerning first=104 second=1091 amount=-1 -kerning first=922 second=1243 amount=-3 -kerning first=1011 second=372 amount=2 -kerning first=356 second=277 amount=-5 -kerning first=932 second=1232 amount=-6 -kerning first=1145 second=65 amount=-2 -kerning first=1170 second=8218 amount=-8 -kerning first=1094 second=1039 amount=1 -kerning first=1196 second=121 amount=-4 -kerning first=1198 second=241 amount=-3 -kerning first=95 second=1201 amount=-5 -kerning first=8216 second=1076 amount=-5 -kerning first=1107 second=959 amount=-1 -kerning first=299 second=104 amount=3 -kerning first=84 second=967 amount=-4 -kerning first=249 second=1198 amount=-4 -kerning first=208 second=87 amount=-1 -kerning first=1269 second=255 amount=-1 -kerning first=197 second=1195 amount=-1 -kerning first=1277 second=173 amount=-1 -kerning first=345 second=1032 amount=-4 -kerning first=1064 second=95 amount=2 -kerning first=1232 second=347 amount=-1 -kerning first=110 second=221 amount=-6 -kerning first=1205 second=52 amount=-1 -kerning first=1200 second=252 amount=-3 -kerning first=929 second=74 amount=-6 -kerning first=1058 second=114 amount=-4 -kerning first=354 second=946 amount=-4 -kerning first=339 second=374 amount=-7 -kerning first=1098 second=118 amount=-2 -kerning first=927 second=935 amount=-2 -kerning first=358 second=171 amount=-8 -kerning first=221 second=260 amount=-5 -kerning first=39 second=902 amount=-5 -kerning first=376 second=8370 amount=-3 -kerning first=355 second=376 amount=-1 -kerning first=981 second=1199 amount=-1 -kerning first=65 second=170 amount=-5 -kerning first=356 second=1189 amount=-4 -kerning first=1145 second=101 amount=-1 -kerning first=161 second=1026 amount=-4 -kerning first=902 second=113 amount=-1 -kerning first=1020 second=194 amount=-2 -kerning first=120 second=1092 amount=-1 -kerning first=1205 second=1037 amount=1 -kerning first=1093 second=1066 amount=-3 -kerning first=92 second=234 amount=-1 -kerning first=1098 second=1201 amount=-2 -kerning first=1186 second=1252 amount=1 -kerning first=382 second=356 amount=-2 -kerning first=315 second=1234 amount=2 -kerning first=193 second=903 amount=-5 -kerning first=258 second=1204 amount=-6 -kerning first=229 second=1058 amount=-3 -kerning first=92 second=1243 amount=-1 -kerning first=310 second=121 amount=-3 -kerning first=326 second=1200 amount=-6 -kerning first=1036 second=1193 amount=-3 -kerning first=903 second=198 amount=-5 -kerning first=281 second=374 amount=-7 -kerning first=1046 second=232 amount=-2 -kerning first=334 second=1236 amount=-2 -kerning first=316 second=300 amount=2 -kerning first=1226 second=1062 amount=1 -kerning first=1035 second=118 amount=-1 -kerning first=240 second=1140 amount=-4 -kerning first=241 second=1185 amount=-2 -kerning first=935 second=972 amount=-2 -kerning first=1188 second=273 amount=-5 -kerning first=299 second=317 amount=3 -kerning first=269 second=1098 amount=-1 -kerning first=55 second=291 amount=-3 -kerning first=196 second=277 amount=-1 -kerning first=171 second=256 amount=-2 -kerning first=1274 second=120 amount=-3 -kerning first=1082 second=1153 amount=-1 -kerning first=1120 second=298 amount=2 -kerning first=1035 second=1201 amount=-1 -kerning first=1270 second=1203 amount=-3 -kerning first=246 second=356 amount=-3 -kerning first=266 second=1234 amount=-1 -kerning first=75 second=171 amount=-3 -kerning first=915 second=1105 amount=-5 -kerning first=1219 second=1111 amount=2 -kerning first=227 second=253 amount=-1 -kerning first=212 second=1058 amount=-2 -kerning first=86 second=246 amount=-4 -kerning first=87 second=231 amount=-4 -kerning first=174 second=337 amount=-2 -kerning first=1267 second=287 amount=-1 -kerning first=376 second=181 amount=-3 -kerning first=355 second=200 amount=1 -kerning first=1061 second=271 amount=-2 -kerning first=981 second=957 amount=-1 -kerning first=1011 second=299 amount=3 -kerning first=8250 second=933 amount=-6 -kerning first=1215 second=1066 amount=-3 -kerning first=1168 second=183 amount=-3 -kerning first=1059 second=289 amount=-6 -kerning first=902 second=87 amount=-4 -kerning first=114 second=118 amount=1 -kerning first=1092 second=174 amount=-1 -kerning first=1040 second=1091 amount=-4 -kerning first=966 second=1046 amount=-2 -kerning first=8221 second=940 amount=-4 -kerning first=259 second=354 amount=-3 -kerning first=70 second=361 amount=-2 -kerning first=230 second=1066 amount=-3 -kerning first=345 second=918 amount=-2 -kerning first=114 second=1201 amount=1 -kerning first=1244 second=338 amount=-2 -kerning first=8373 second=258 amount=-1 -kerning first=76 second=196 amount=2 -kerning first=321 second=359 amount=-1 -kerning first=194 second=981 amount=-1 -kerning first=311 second=242 amount=-1 -kerning first=1179 second=8249 amount=-3 -kerning first=1092 second=935 amount=-2 -kerning first=1170 second=1077 amount=-5 -kerning first=366 second=95 amount=-3 -kerning first=290 second=221 amount=-2 -kerning first=1198 second=193 amount=-5 -kerning first=916 second=8221 amount=-6 -kerning first=1080 second=933 amount=-6 -kerning first=1200 second=288 amount=-3 -kerning first=372 second=191 amount=-1 -kerning first=923 second=972 amount=-1 -kerning first=246 second=902 amount=-2 -kerning first=1128 second=1059 amount=-5 -kerning first=1058 second=1017 amount=-2 -kerning first=379 second=216 amount=-2 -kerning first=8230 second=8219 amount=-9 -kerning first=177 second=221 amount=-6 -kerning first=1060 second=8230 amount=-3 -kerning first=1054 second=356 amount=-2 -kerning first=262 second=196 amount=-1 -kerning first=1171 second=257 amount=-1 -kerning first=918 second=1017 amount=-2 -kerning first=307 second=303 amount=3 -kerning first=1086 second=1040 amount=-2 -kerning first=902 second=268 amount=-2 -kerning first=1040 second=231 amount=-1 -kerning first=1198 second=233 amount=-6 -kerning first=1188 second=1167 amount=-4 -kerning first=376 second=1116 amount=-3 -kerning first=1171 second=1153 amount=-1 -kerning first=1112 second=86 amount=2 -kerning first=959 second=1093 amount=-1 -kerning first=197 second=1194 amount=-2 -kerning first=1274 second=966 amount=-5 -kerning first=102 second=244 amount=-1 -kerning first=375 second=1234 amount=-4 -kerning first=1016 second=1197 amount=-2 -kerning first=1198 second=1241 amount=-6 -kerning first=8217 second=1074 amount=-1 -kerning first=354 second=120 amount=-3 -kerning first=250 second=358 amount=-3 -kerning first=1179 second=1035 amount=-4 -kerning first=1187 second=221 amount=-1 -kerning first=1226 second=313 amount=1 -kerning first=239 second=203 amount=3 -kerning first=1061 second=113 amount=-2 -kerning first=48 second=374 amount=-2 -kerning first=317 second=1059 amount=-5 -kerning first=8218 second=1267 amount=-3 -kerning first=8244 second=245 amount=-4 -kerning first=1029 second=197 amount=-1 -kerning first=226 second=8220 amount=-3 -kerning first=1189 second=8363 amount=-1 -kerning first=343 second=273 amount=-1 -kerning first=332 second=1278 amount=-2 -kerning first=253 second=228 amount=-1 -kerning first=92 second=376 amount=-5 -kerning first=1198 second=1230 amount=-3 -kerning first=1186 second=1186 amount=1 -kerning first=1128 second=291 amount=-1 -kerning first=162 second=1098 amount=-1 -kerning first=357 second=89 amount=-1 -kerning first=1027 second=122 amount=-3 -kerning first=1111 second=905 amount=3 -kerning first=274 second=299 amount=5 -kerning first=355 second=1124 amount=1 -kerning first=258 second=357 amount=-2 -kerning first=84 second=183 amount=-3 -kerning first=283 second=174 amount=-1 -kerning first=95 second=356 amount=-4 -kerning first=102 second=8222 amount=-6 -kerning first=1271 second=283 amount=-1 -kerning first=1054 second=902 amount=-2 -kerning first=353 second=910 amount=-5 -kerning first=1225 second=1048 amount=1 -kerning first=1265 second=47 amount=-4 -kerning first=297 second=929 amount=3 -kerning first=933 second=1204 amount=3 -kerning first=192 second=286 amount=-2 -kerning first=1170 second=351 amount=-5 -kerning first=290 second=1110 amount=2 -kerning first=1043 second=1012 amount=-2 -kerning first=328 second=1196 amount=-3 -kerning first=340 second=239 amount=3 -kerning first=1052 second=303 amount=2 -kerning first=106 second=87 amount=2 -kerning first=336 second=923 amount=-2 -kerning first=1020 second=376 amount=-7 -kerning first=1141 second=265 amount=-1 -kerning first=374 second=277 amount=-6 -kerning first=981 second=354 amount=-3 -kerning first=933 second=1232 amount=-5 -kerning first=922 second=307 amount=2 -kerning first=301 second=922 amount=3 -kerning first=346 second=198 amount=-1 -kerning first=195 second=232 amount=-1 -kerning first=187 second=194 amount=-2 -kerning first=1275 second=1092 amount=-1 -kerning first=1175 second=1066 amount=-3 -kerning first=365 second=8244 amount=1 -kerning first=1098 second=356 amount=-7 -kerning first=958 second=936 amount=-3 -kerning first=358 second=117 amount=-5 -kerning first=174 second=1105 amount=-2 -kerning first=1026 second=8216 amount=-4 -kerning first=376 second=110 amount=-3 -kerning first=1265 second=1198 amount=-2 -kerning first=372 second=99 amount=-4 -kerning first=221 second=946 amount=-3 -kerning first=1188 second=240 amount=-5 -kerning first=939 second=334 amount=-3 -kerning first=365 second=84 amount=-3 -kerning first=1180 second=1138 amount=-2 -kerning first=1119 second=1141 amount=-1 -kerning first=89 second=8250 amount=-4 -kerning first=374 second=1189 amount=-3 -kerning first=1186 second=8221 amount=2 -kerning first=915 second=951 amount=-4 -kerning first=8222 second=1026 amount=-6 -kerning first=270 second=44 amount=-3 -kerning first=1048 second=297 amount=5 -kerning first=260 second=289 amount=-1 -kerning first=354 second=966 amount=-5 -kerning first=1094 second=1024 amount=1 -kerning first=1035 second=356 amount=-3 -kerning first=913 second=244 amount=-1 -kerning first=71 second=106 amount=2 -kerning first=1117 second=375 amount=-1 -kerning first=965 second=1059 amount=-4 -kerning first=76 second=169 amount=-2 -kerning first=1010 second=1058 amount=-5 -kerning first=233 second=221 amount=-7 -kerning first=101 second=1143 amount=-1 -kerning first=229 second=939 amount=-6 -kerning first=1167 second=1200 amount=-7 -kerning first=1200 second=65 amount=-5 -kerning first=88 second=959 amount=-2 -kerning first=1202 second=283 amount=-2 -kerning first=981 second=913 amount=-2 -kerning first=75 second=117 amount=-2 -kerning first=922 second=334 amount=-2 -kerning first=243 second=1267 amount=-1 -kerning first=1111 second=84 amount=6 -kerning first=1143 second=172 amount=-3 -kerning first=332 second=260 amount=-2 -kerning first=1139 second=1185 amount=-2 -kerning first=67 second=1232 amount=-1 -kerning first=1056 second=1032 amount=-6 -kerning first=1061 second=268 amount=-2 -kerning first=76 second=89 amount=-5 -kerning first=359 second=1039 amount=1 -kerning first=939 second=1273 amount=-3 -kerning first=1082 second=234 amount=-1 -kerning first=114 second=356 amount=-4 -kerning first=8224 second=335 amount=-2 -kerning first=8221 second=1237 amount=-4 -kerning first=1274 second=1060 amount=-2 -kerning first=1180 second=287 amount=-3 -kerning first=212 second=939 amount=-3 -kerning first=1082 second=1243 amount=-1 -kerning first=1232 second=99 amount=-1 -kerning first=1141 second=1139 amount=-1 -kerning first=1200 second=101 amount=-6 -kerning first=1115 second=375 amount=-1 -kerning first=88 second=60 amount=-4 -kerning first=1198 second=1125 amount=-3 -kerning first=922 second=373 amount=-4 -kerning first=8217 second=945 amount=-4 -kerning first=321 second=1254 amount=-2 -kerning first=1226 second=70 amount=1 -kerning first=234 second=1185 amount=-1 -kerning first=112 second=8225 amount=-2 -kerning first=1090 second=46 amount=-6 -kerning first=95 second=1173 amount=3 -kerning first=1088 second=1199 amount=-1 -kerning first=1126 second=1258 amount=-2 -kerning first=945 second=43 amount=-2 -kerning first=1053 second=206 amount=2 -kerning first=52 second=8230 amount=-1 -kerning first=321 second=1144 amount=-2 -kerning first=65 second=966 amount=-1 -kerning first=192 second=920 amount=-2 -kerning first=932 second=1256 amount=-2 -kerning first=1201 second=97 amount=-1 -kerning first=107 second=267 amount=-1 -kerning first=92 second=334 amount=-2 -kerning first=109 second=1059 amount=-6 -kerning first=1217 second=213 amount=-2 -kerning first=1043 second=1169 amount=-4 -kerning first=8221 second=961 amount=-1 -kerning first=55 second=35 amount=-4 -kerning first=1163 second=274 amount=1 -kerning first=1081 second=1141 amount=-1 -kerning first=288 second=932 amount=-2 -kerning first=358 second=286 amount=-2 -kerning first=45 second=89 amount=-3 -kerning first=376 second=192 amount=-5 -kerning first=1091 second=44 amount=-2 -kerning first=116 second=1062 amount=1 -kerning first=1046 second=212 amount=-2 -kerning first=114 second=902 amount=-3 -kerning first=121 second=1204 amount=-2 -kerning first=1278 second=275 amount=-2 -kerning first=380 second=1089 amount=-1 -kerning first=242 second=1026 amount=-3 -kerning first=8244 second=1097 amount=-1 -kerning first=193 second=71 amount=-2 -kerning first=247 second=932 amount=-3 -kerning first=70 second=196 amount=-6 -kerning first=1168 second=1253 amount=-4 -kerning first=1094 second=1196 amount=-2 -kerning first=343 second=240 amount=-1 -kerning first=1270 second=1093 amount=-3 -kerning first=92 second=373 amount=-4 -kerning first=176 second=1028 amount=-1 -kerning first=315 second=1258 amount=-2 -kerning first=248 second=8220 amount=-4 -kerning first=301 second=1025 amount=3 -kerning first=195 second=221 amount=-5 -kerning first=1096 second=372 amount=-3 -kerning first=121 second=1232 amount=-4 -kerning first=1088 second=957 amount=-1 -kerning first=376 second=232 amount=-6 -kerning first=378 second=945 amount=-1 -kerning first=1171 second=234 amount=-1 -kerning first=244 second=41 amount=-1 -kerning first=192 second=8363 amount=-1 -kerning first=1075 second=171 amount=-3 -kerning first=1230 second=76 amount=1 -kerning first=284 second=92 amount=-1 -kerning first=75 second=286 amount=-2 -kerning first=1267 second=358 amount=-2 -kerning first=1043 second=1088 amount=-4 -kerning first=8370 second=1035 amount=-2 -kerning first=8360 second=221 amount=-5 -kerning first=8221 second=246 amount=-4 -kerning first=1171 second=1243 amount=-1 -kerning first=258 second=1256 amount=-2 -kerning first=1139 second=1276 amount=-2 -kerning first=1085 second=932 amount=-3 -kerning first=70 second=235 amount=-3 -kerning first=1059 second=1196 amount=3 -kerning first=102 second=349 amount=-1 -kerning first=1020 second=373 amount=-1 -kerning first=1200 second=341 amount=-3 -kerning first=1058 second=244 amount=-5 -kerning first=1036 second=1010 amount=-3 -kerning first=915 second=1091 amount=-4 -kerning first=1184 second=173 amount=-4 -kerning first=1017 second=95 amount=-3 -kerning first=194 second=355 amount=-2 -kerning first=187 second=376 amount=-6 -kerning first=354 second=1060 amount=-2 -kerning first=1228 second=1204 amount=-3 -kerning first=258 second=1200 amount=-5 -kerning first=1257 second=256 amount=-2 -kerning first=1234 second=375 amount=-4 -kerning first=72 second=299 amount=5 -kerning first=1166 second=230 amount=-1 -kerning first=376 second=1084 amount=-3 -kerning first=910 second=289 amount=-6 -kerning first=959 second=1234 amount=-2 -kerning first=1220 second=196 amount=-2 -kerning first=197 second=1138 amount=-2 -kerning first=1116 second=335 amount=-1 -kerning first=902 second=248 amount=-1 -kerning first=1226 second=1198 amount=-1 -kerning first=120 second=981 amount=-1 -kerning first=240 second=1058 amount=-3 -kerning first=1258 second=1026 amount=-2 -kerning first=966 second=125 amount=-1 -kerning first=313 second=94 amount=-8 -kerning first=1090 second=103 amount=-1 -kerning first=118 second=959 amount=-1 -kerning first=1145 second=1257 amount=-1 -kerning first=345 second=1255 amount=-1 -kerning first=1114 second=1267 amount=-2 -kerning first=328 second=87 amount=-3 -kerning first=1276 second=275 amount=-2 -kerning first=1200 second=174 amount=-1 -kerning first=76 second=210 amount=-2 -kerning first=246 second=93 amount=-1 -kerning first=244 second=1091 amount=-1 -kerning first=1058 second=8222 amount=-8 -kerning first=273 second=295 amount=3 -kerning first=903 second=193 amount=-5 -kerning first=1084 second=92 amount=-3 -kerning first=1207 second=354 amount=-2 -kerning first=8224 second=1104 amount=-2 -kerning first=372 second=198 amount=-4 -kerning first=1198 second=332 amount=-3 -kerning first=1012 second=86 amount=-2 -kerning first=1188 second=230 amount=-5 -kerning first=380 second=1145 amount=-1 -kerning first=1027 second=199 amount=-2 -kerning first=355 second=1180 amount=1 -kerning first=1253 second=1196 amount=-3 -kerning first=256 second=8225 amount=-5 -kerning first=126 second=88 amount=-4 -kerning first=229 second=967 amount=-1 -kerning first=902 second=39 amount=-5 -kerning first=8225 second=242 amount=-2 -kerning first=1205 second=115 amount=-1 -kerning first=1196 second=1081 amount=-4 -kerning first=351 second=1035 amount=-5 -kerning first=1186 second=347 amount=-1 -kerning first=116 second=313 amount=1 -kerning first=915 second=231 amount=-5 -kerning first=939 second=8230 amount=-4 -kerning first=84 second=1253 amount=-4 -kerning first=118 second=60 amount=-2 -kerning first=1068 second=1267 amount=-1 -kerning first=345 second=126 amount=-2 -kerning first=87 second=229 amount=-4 -kerning first=358 second=920 amount=-2 -kerning first=1106 second=255 amount=-1 -kerning first=179 second=902 amount=-6 -kerning first=65 second=1060 amount=-2 -kerning first=197 second=287 amount=-1 -kerning first=1059 second=271 amount=-6 -kerning first=1207 second=1041 amount=1 -kerning first=1016 second=253 amount=-1 -kerning first=1093 second=101 amount=-1 -kerning first=1128 second=1054 amount=-2 -kerning first=221 second=966 amount=-6 -kerning first=1086 second=1198 amount=-7 -kerning first=285 second=1058 amount=-3 -kerning first=246 second=1265 amount=-1 -kerning first=1036 second=339 amount=-3 -kerning first=1010 second=939 amount=-4 -kerning first=232 second=932 amount=-3 -kerning first=216 second=258 amount=-2 -kerning first=1168 second=338 amount=-2 -kerning first=913 second=349 amount=-1 -kerning first=341 second=245 amount=-1 -kerning first=1117 second=1066 amount=-3 -kerning first=1196 second=71 amount=-2 -kerning first=324 second=84 amount=-3 -kerning first=935 second=81 amount=-2 -kerning first=1043 second=266 amount=-2 -kerning first=1078 second=233 amount=-1 -kerning first=1274 second=226 amount=-5 -kerning first=356 second=58 amount=-2 -kerning first=43 second=1202 amount=-4 -kerning first=932 second=114 amount=-4 -kerning first=8250 second=1204 amount=-8 -kerning first=1088 second=354 amount=-3 -kerning first=1113 second=1026 amount=-7 -kerning first=372 second=8353 amount=-2 -kerning first=1055 second=938 amount=2 -kerning first=382 second=267 amount=-1 -kerning first=75 second=920 amount=-2 -kerning first=195 second=212 amount=-2 -kerning first=259 second=1263 amount=-1 -kerning first=213 second=910 amount=-3 -kerning first=1078 second=1241 amount=-1 -kerning first=277 second=1198 amount=-7 -kerning first=358 second=8363 amount=-5 -kerning first=254 second=1278 amount=-2 -kerning first=317 second=1054 amount=-2 -kerning first=8250 second=1232 amount=-2 -kerning first=97 second=49 amount=-3 -kerning first=1230 second=1238 amount=1 -kerning first=339 second=1249 amount=-1 -kerning first=1235 second=374 amount=-6 -kerning first=1164 second=194 amount=-2 -kerning first=957 second=1066 amount=-2 -kerning first=1101 second=41 amount=-1 -kerning first=1211 second=1185 amount=-2 -kerning first=1107 second=235 amount=-1 -kerning first=48 second=46 amount=-2 -kerning first=1089 second=1090 amount=-1 -kerning first=1243 second=1277 amount=-1 -kerning first=1080 second=1204 amount=-3 -kerning first=1185 second=291 amount=-1 -kerning first=235 second=92 amount=-3 -kerning first=92 second=8230 amount=3 -kerning first=1115 second=1066 amount=-3 -kerning first=310 second=71 amount=-2 -kerning first=933 second=1256 amount=-3 -kerning first=359 second=1024 amount=1 -kerning first=1250 second=296 amount=2 -kerning first=972 second=1059 amount=-7 -kerning first=119 second=197 amount=-4 -kerning first=336 second=1217 amount=-2 -kerning first=358 second=1185 amount=-2 -kerning first=1061 second=248 amount=-2 -kerning first=1229 second=938 amount=2 diff --git a/assets/fnt/MaxonRegularSemi1.png b/assets/fnt/MaxonRegularSemi1.png Binary files differdeleted file mode 100644 index 505e139..0000000 --- a/assets/fnt/MaxonRegularSemi1.png +++ /dev/null diff --git a/assets/fnt/MaxonRegularSemi2.png b/assets/fnt/MaxonRegularSemi2.png Binary files differdeleted file mode 100644 index fe48783..0000000 --- a/assets/fnt/MaxonRegularSemi2.png +++ /dev/null diff --git a/assets/fnt/MaxonTahoma.fnt b/assets/fnt/MaxonTahoma.fnt deleted file mode 100644 index 644318e..0000000 --- a/assets/fnt/MaxonTahoma.fnt +++ /dev/null @@ -1,1187 +0,0 @@ -info face="Tahoma" size=32 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=39 base=32 scaleW=512 scaleH=512 pages=2 packed=0 -page id=0 file="MaxonTahoma1.png" -page id=1 file="MaxonTahoma2.png" -chars count=806 -char id=0 x=173 y=320 width=26 height=26 xoffset=3 yoffset=7 xadvance=32 page=0 chnl=0 -char id=13 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=33 x=331 y=348 width=5 height=25 xoffset=3 yoffset=8 xadvance=11 page=0 chnl=0 -char id=34 x=69 y=499 width=11 height=11 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=0 -char id=35 x=336 y=348 width=20 height=25 xoffset=1 yoffset=8 xadvance=23 page=0 chnl=0 -char id=36 x=441 y=73 width=16 height=32 xoffset=1 yoffset=7 xadvance=17 page=0 chnl=0 -char id=37 x=356 y=348 width=30 height=25 xoffset=1 yoffset=8 xadvance=31 page=0 chnl=0 -char id=38 x=386 y=348 width=24 height=25 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=0 -char id=39 x=80 y=499 width=5 height=11 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=0 -char id=40 x=457 y=73 width=11 height=32 xoffset=1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=41 x=468 y=73 width=11 height=32 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0 -char id=44 x=0 y=499 width=9 height=12 xoffset=0 yoffset=27 xadvance=10 page=0 chnl=0 -char id=45 x=398 y=499 width=11 height=5 xoffset=0 yoffset=19 xadvance=12 page=0 chnl=0 -char id=46 x=358 y=499 width=6 height=6 xoffset=2 yoffset=27 xadvance=10 page=0 chnl=0 -char id=47 x=439 y=107 width=14 height=31 xoffset=-1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=48 x=410 y=348 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=49 x=427 y=348 width=13 height=25 xoffset=3 yoffset=8 xadvance=17 page=0 chnl=0 -char id=50 x=440 y=348 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=51 x=456 y=348 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=52 x=472 y=348 width=18 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=53 x=490 y=348 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=54 x=0 y=374 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=55 x=17 y=374 width=17 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=56 x=34 y=374 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=57 x=51 y=374 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=59 x=68 y=374 width=9 height=25 xoffset=1 yoffset=14 xadvance=11 page=0 chnl=0 -char id=61 x=9 y=499 width=19 height=12 xoffset=2 yoffset=16 xadvance=23 page=0 chnl=0 -char id=63 x=77 y=374 width=15 height=25 xoffset=1 yoffset=8 xadvance=15 page=0 chnl=0 -char id=64 x=100 y=262 width=27 height=29 xoffset=1 yoffset=8 xadvance=29 page=0 chnl=0 -char id=65 x=92 y=374 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=66 x=113 y=374 width=18 height=25 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=67 x=131 y=374 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=68 x=150 y=374 width=21 height=25 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=69 x=171 y=374 width=17 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=70 x=188 y=374 width=17 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=71 x=205 y=374 width=20 height=25 xoffset=0 yoffset=8 xadvance=21 page=0 chnl=0 -char id=72 x=225 y=374 width=20 height=25 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=73 x=245 y=374 width=11 height=25 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=0 -char id=74 x=256 y=374 width=13 height=25 xoffset=-1 yoffset=8 xadvance=13 page=0 chnl=0 -char id=75 x=269 y=374 width=20 height=25 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=76 x=289 y=374 width=16 height=25 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=77 x=305 y=374 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=78 x=328 y=374 width=19 height=25 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=79 x=347 y=374 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=80 x=370 y=374 width=17 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=81 x=453 y=107 width=23 height=31 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=82 x=387 y=374 width=21 height=25 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=83 x=408 y=374 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=84 x=426 y=374 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=85 x=447 y=374 width=19 height=25 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=86 x=466 y=374 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=87 x=0 y=399 width=31 height=25 xoffset=-1 yoffset=8 xadvance=29 page=0 chnl=0 -char id=88 x=487 y=374 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=89 x=31 y=399 width=21 height=25 xoffset=-1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=90 x=52 y=399 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=91 x=479 y=73 width=10 height=32 xoffset=2 yoffset=7 xadvance=12 page=0 chnl=0 -char id=92 x=476 y=107 width=14 height=31 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0 -char id=93 x=489 y=73 width=10 height=32 xoffset=1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=96 x=256 y=499 width=9 height=8 xoffset=3 yoffset=5 xadvance=17 page=0 chnl=0 -char id=98 x=199 y=320 width=17 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=100 x=216 y=320 width=17 height=26 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=102 x=233 y=320 width=14 height=26 xoffset=-1 yoffset=7 xadvance=10 page=0 chnl=0 -char id=103 x=70 y=399 width=17 height=25 xoffset=0 yoffset=14 xadvance=18 page=0 chnl=0 -char id=104 x=247 y=320 width=16 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=105 x=506 y=348 width=5 height=25 xoffset=1 yoffset=8 xadvance=7 page=0 chnl=0 -char id=106 x=490 y=107 width=11 height=31 xoffset=-2 yoffset=8 xadvance=9 page=0 chnl=0 -char id=107 x=263 y=320 width=17 height=26 xoffset=1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=108 x=280 y=320 width=5 height=26 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=0 -char id=112 x=87 y=399 width=17 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=113 x=104 y=399 width=17 height=25 xoffset=0 yoffset=14 xadvance=18 page=0 chnl=0 -char id=121 x=121 y=399 width=18 height=25 xoffset=-1 yoffset=14 xadvance=16 page=0 chnl=0 -char id=123 x=0 y=107 width=15 height=32 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=0 -char id=124 x=499 y=73 width=5 height=32 xoffset=4 yoffset=7 xadvance=12 page=0 chnl=0 -char id=125 x=15 y=107 width=15 height=32 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=0 -char id=126 x=178 y=499 width=21 height=10 xoffset=1 yoffset=17 xadvance=23 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=10 page=0 chnl=0 -char id=161 x=139 y=399 width=5 height=25 xoffset=3 yoffset=8 xadvance=11 page=0 chnl=0 -char id=162 x=0 y=139 width=15 height=31 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=163 x=144 y=399 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=165 x=161 y=399 width=19 height=25 xoffset=-1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=166 x=504 y=73 width=5 height=32 xoffset=4 yoffset=7 xadvance=12 page=0 chnl=0 -char id=167 x=15 y=139 width=16 height=31 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=168 x=409 y=499 width=12 height=5 xoffset=3 yoffset=8 xadvance=17 page=0 chnl=0 -char id=169 x=127 y=262 width=29 height=29 xoffset=0 yoffset=8 xadvance=30 page=0 chnl=0 -char id=174 x=156 y=262 width=29 height=29 xoffset=0 yoffset=8 xadvance=30 page=0 chnl=0 -char id=180 x=265 y=499 width=9 height=8 xoffset=6 yoffset=5 xadvance=17 page=0 chnl=0 -char id=181 x=180 y=399 width=16 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=182 x=31 y=139 width=16 height=31 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=183 x=364 y=499 width=6 height=6 xoffset=3 yoffset=14 xadvance=11 page=0 chnl=0 -char id=184 x=274 y=499 width=10 height=8 xoffset=4 yoffset=31 xadvance=17 page=0 chnl=0 -char id=188 x=196 y=399 width=28 height=25 xoffset=2 yoffset=8 xadvance=32 page=0 chnl=0 -char id=189 x=224 y=399 width=30 height=25 xoffset=2 yoffset=8 xadvance=32 page=0 chnl=0 -char id=190 x=254 y=399 width=30 height=25 xoffset=1 yoffset=8 xadvance=32 page=0 chnl=0 -char id=191 x=284 y=399 width=15 height=25 xoffset=0 yoffset=8 xadvance=15 page=0 chnl=0 -char id=192 x=103 y=0 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=193 x=124 y=0 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=194 x=145 y=0 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=195 x=363 y=73 width=21 height=33 xoffset=-1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=196 x=47 y=139 width=21 height=31 xoffset=-1 yoffset=2 xadvance=19 page=0 chnl=0 -char id=197 x=30 y=107 width=21 height=32 xoffset=-1 yoffset=1 xadvance=19 page=0 chnl=0 -char id=198 x=299 y=399 width=31 height=25 xoffset=-2 yoffset=8 xadvance=29 page=0 chnl=0 -char id=199 x=68 y=139 width=19 height=31 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=200 x=166 y=0 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=201 x=183 y=0 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=202 x=200 y=0 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=203 x=87 y=139 width=17 height=31 xoffset=1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=204 x=217 y=0 width=11 height=34 xoffset=0 yoffset=-1 xadvance=12 page=0 chnl=0 -char id=205 x=228 y=0 width=11 height=34 xoffset=0 yoffset=-1 xadvance=12 page=0 chnl=0 -char id=206 x=239 y=0 width=13 height=34 xoffset=-1 yoffset=-1 xadvance=12 page=0 chnl=0 -char id=207 x=104 y=139 width=13 height=31 xoffset=-1 yoffset=2 xadvance=12 page=0 chnl=0 -char id=208 x=330 y=399 width=23 height=25 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=209 x=252 y=0 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=210 x=271 y=0 width=23 height=34 xoffset=0 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=211 x=294 y=0 width=23 height=34 xoffset=0 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=212 x=317 y=0 width=23 height=34 xoffset=0 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=213 x=340 y=0 width=23 height=34 xoffset=0 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=214 x=117 y=139 width=23 height=31 xoffset=0 yoffset=2 xadvance=23 page=0 chnl=0 -char id=216 x=185 y=262 width=23 height=29 xoffset=0 yoffset=6 xadvance=23 page=0 chnl=0 -char id=217 x=363 y=0 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=218 x=382 y=0 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=219 x=401 y=0 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=220 x=140 y=139 width=19 height=31 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=221 x=420 y=0 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=222 x=353 y=399 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=223 x=285 y=320 width=17 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=224 x=243 y=262 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=225 x=259 y=262 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=226 x=275 y=262 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=227 x=291 y=262 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=228 x=369 y=399 width=16 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=229 x=307 y=262 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=231 x=385 y=399 width=15 height=25 xoffset=0 yoffset=14 xadvance=15 page=0 chnl=0 -char id=232 x=323 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=233 x=340 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=234 x=357 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=235 x=400 y=399 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=236 x=502 y=139 width=9 height=28 xoffset=-1 yoffset=5 xadvance=7 page=0 chnl=0 -char id=237 x=374 y=262 width=10 height=28 xoffset=1 yoffset=5 xadvance=7 page=0 chnl=0 -char id=238 x=384 y=262 width=12 height=28 xoffset=-2 yoffset=5 xadvance=7 page=0 chnl=0 -char id=239 x=417 y=399 width=11 height=25 xoffset=-2 yoffset=8 xadvance=7 page=0 chnl=0 -char id=240 x=428 y=399 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=241 x=396 y=262 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=242 x=412 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=243 x=429 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=244 x=446 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=245 x=463 y=262 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=246 x=445 y=399 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=249 x=480 y=262 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=250 x=0 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=251 x=16 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=252 x=462 y=399 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=253 x=441 y=0 width=18 height=34 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=254 x=51 y=107 width=17 height=32 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=255 x=159 y=139 width=18 height=31 xoffset=-1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=256 x=177 y=139 width=21 height=31 xoffset=-1 yoffset=2 xadvance=19 page=0 chnl=0 -char id=257 x=478 y=399 width=16 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=258 x=459 y=0 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=259 x=32 y=292 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=260 x=198 y=139 width=22 height=31 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=261 x=494 y=399 width=17 height=25 xoffset=0 yoffset=14 xadvance=17 page=0 chnl=0 -char id=262 x=480 y=0 width=19 height=34 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=263 x=496 y=262 width=15 height=28 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=264 x=0 y=39 width=19 height=34 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=265 x=48 y=292 width=15 height=28 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=266 x=220 y=139 width=19 height=31 xoffset=0 yoffset=2 xadvance=19 page=0 chnl=0 -char id=267 x=0 y=424 width=15 height=25 xoffset=0 yoffset=8 xadvance=15 page=0 chnl=0 -char id=268 x=19 y=39 width=19 height=34 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=269 x=63 y=292 width=16 height=28 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=270 x=38 y=39 width=21 height=34 xoffset=1 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=271 x=302 y=320 width=26 height=26 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=0 -char id=272 x=330 y=399 width=23 height=25 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=273 x=328 y=320 width=19 height=26 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=274 x=239 y=139 width=17 height=31 xoffset=1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=275 x=15 y=424 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=276 x=59 y=39 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=277 x=79 y=292 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=278 x=256 y=139 width=17 height=31 xoffset=1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=279 x=32 y=424 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=280 x=273 y=139 width=17 height=31 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=281 x=49 y=424 width=17 height=25 xoffset=0 yoffset=14 xadvance=17 page=0 chnl=0 -char id=282 x=76 y=39 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=283 x=96 y=292 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=284 x=93 y=39 width=20 height=34 xoffset=0 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=285 x=113 y=39 width=17 height=34 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=286 x=130 y=39 width=20 height=34 xoffset=0 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=287 x=150 y=39 width=17 height=34 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=288 x=290 y=139 width=20 height=31 xoffset=0 yoffset=2 xadvance=21 page=0 chnl=0 -char id=289 x=310 y=139 width=17 height=31 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=290 x=327 y=139 width=20 height=31 xoffset=0 yoffset=8 xadvance=21 page=0 chnl=0 -char id=291 x=384 y=73 width=17 height=33 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=292 x=167 y=39 width=20 height=34 xoffset=1 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=293 x=187 y=39 width=16 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=294 x=66 y=424 width=25 height=25 xoffset=-1 yoffset=8 xadvance=23 page=0 chnl=0 -char id=295 x=347 y=320 width=19 height=26 xoffset=-1 yoffset=7 xadvance=19 page=0 chnl=0 -char id=296 x=401 y=73 width=13 height=33 xoffset=-1 yoffset=0 xadvance=12 page=0 chnl=0 -char id=297 x=366 y=320 width=12 height=26 xoffset=-2 yoffset=7 xadvance=7 page=0 chnl=0 -char id=298 x=489 y=201 width=13 height=30 xoffset=-1 yoffset=3 xadvance=12 page=0 chnl=0 -char id=300 x=414 y=73 width=11 height=33 xoffset=0 yoffset=0 xadvance=12 page=0 chnl=0 -char id=301 x=378 y=320 width=12 height=26 xoffset=-2 yoffset=7 xadvance=7 page=0 chnl=0 -char id=302 x=347 y=139 width=11 height=31 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=0 -char id=303 x=501 y=107 width=7 height=31 xoffset=0 yoffset=8 xadvance=7 page=0 chnl=0 -char id=304 x=358 y=139 width=11 height=31 xoffset=0 yoffset=2 xadvance=12 page=0 chnl=0 -char id=306 x=91 y=424 width=22 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=307 x=369 y=139 width=15 height=31 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=308 x=203 y=39 width=15 height=34 xoffset=-1 yoffset=-1 xadvance=13 page=0 chnl=0 -char id=309 x=218 y=39 width=13 height=34 xoffset=-2 yoffset=5 xadvance=9 page=0 chnl=0 -char id=310 x=384 y=139 width=20 height=31 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=311 x=68 y=107 width=17 height=32 xoffset=1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=313 x=231 y=39 width=16 height=34 xoffset=1 yoffset=-1 xadvance=16 page=0 chnl=0 -char id=314 x=499 y=0 width=10 height=34 xoffset=1 yoffset=-1 xadvance=7 page=0 chnl=0 -char id=315 x=404 y=139 width=16 height=31 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=316 x=85 y=107 width=8 height=32 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=0 -char id=317 x=390 y=320 width=16 height=26 xoffset=1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=318 x=406 y=320 width=13 height=26 xoffset=1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=319 x=113 y=424 width=16 height=25 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=320 x=419 y=320 width=13 height=26 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=0 -char id=321 x=129 y=424 width=19 height=25 xoffset=-1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=322 x=432 y=320 width=11 height=26 xoffset=-1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=323 x=247 y=39 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=324 x=113 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=325 x=420 y=139 width=19 height=31 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=326 x=148 y=424 width=16 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=327 x=266 y=39 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=328 x=129 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=329 x=443 y=320 width=22 height=26 xoffset=-1 yoffset=7 xadvance=22 page=0 chnl=0 -char id=330 x=439 y=139 width=19 height=31 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=331 x=164 y=424 width=16 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=332 x=458 y=139 width=23 height=31 xoffset=0 yoffset=2 xadvance=23 page=0 chnl=0 -char id=333 x=180 y=424 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=334 x=285 y=39 width=23 height=34 xoffset=0 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=335 x=145 y=292 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=336 x=308 y=39 width=23 height=34 xoffset=0 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=337 x=162 y=292 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=338 x=197 y=424 width=31 height=25 xoffset=0 yoffset=8 xadvance=31 page=0 chnl=0 -char id=340 x=331 y=39 width=21 height=34 xoffset=1 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=341 x=179 y=292 width=12 height=28 xoffset=1 yoffset=5 xadvance=12 page=0 chnl=0 -char id=342 x=481 y=139 width=21 height=31 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=343 x=228 y=424 width=12 height=25 xoffset=1 yoffset=14 xadvance=12 page=0 chnl=0 -char id=344 x=352 y=39 width=21 height=34 xoffset=1 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=345 x=191 y=292 width=13 height=28 xoffset=1 yoffset=5 xadvance=12 page=0 chnl=0 -char id=346 x=373 y=39 width=18 height=34 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=347 x=204 y=292 width=14 height=28 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=348 x=391 y=39 width=18 height=34 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=349 x=218 y=292 width=14 height=28 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=350 x=0 y=170 width=18 height=31 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=351 x=240 y=424 width=14 height=25 xoffset=0 yoffset=14 xadvance=14 page=0 chnl=0 -char id=352 x=409 y=39 width=18 height=34 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=353 x=232 y=292 width=14 height=28 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=354 x=18 y=170 width=21 height=31 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=355 x=0 y=232 width=13 height=30 xoffset=-1 yoffset=9 xadvance=11 page=0 chnl=0 -char id=356 x=427 y=39 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=357 x=465 y=320 width=18 height=26 xoffset=-1 yoffset=7 xadvance=15 page=0 chnl=0 -char id=358 x=254 y=424 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=360 x=448 y=39 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=361 x=246 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=362 x=39 y=170 width=19 height=31 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=363 x=275 y=424 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=364 x=467 y=39 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=365 x=262 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=366 x=486 y=39 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=367 x=208 y=262 width=16 height=29 xoffset=1 yoffset=4 xadvance=18 page=0 chnl=0 -char id=368 x=0 y=73 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=369 x=278 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=370 x=58 y=170 width=19 height=31 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=371 x=291 y=424 width=17 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=372 x=19 y=73 width=31 height=34 xoffset=-1 yoffset=-1 xadvance=29 page=0 chnl=0 -char id=373 x=294 y=292 width=26 height=28 xoffset=-1 yoffset=5 xadvance=24 page=0 chnl=0 -char id=374 x=50 y=73 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=375 x=71 y=73 width=18 height=34 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=376 x=77 y=170 width=21 height=31 xoffset=-1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=377 x=89 y=73 width=18 height=34 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=378 x=320 y=292 width=14 height=28 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=379 x=98 y=170 width=18 height=31 xoffset=0 yoffset=2 xadvance=18 page=0 chnl=0 -char id=380 x=308 y=424 width=14 height=25 xoffset=0 yoffset=8 xadvance=14 page=0 chnl=0 -char id=381 x=107 y=73 width=18 height=34 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=382 x=334 y=292 width=14 height=28 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=383 x=483 y=320 width=14 height=26 xoffset=1 yoffset=7 xadvance=8 page=0 chnl=0 -char id=884 x=284 y=499 width=7 height=8 xoffset=6 yoffset=5 xadvance=17 page=0 chnl=0 -char id=885 x=311 y=499 width=7 height=7 xoffset=5 yoffset=32 xadvance=17 page=0 chnl=0 -char id=890 x=318 y=499 width=6 height=7 xoffset=6 yoffset=32 xadvance=17 page=0 chnl=0 -char id=900 x=291 y=499 width=6 height=8 xoffset=6 yoffset=5 xadvance=17 page=0 chnl=0 -char id=901 x=297 y=499 width=14 height=8 xoffset=2 yoffset=5 xadvance=17 page=0 chnl=0 -char id=902 x=322 y=424 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=903 x=364 y=499 width=6 height=6 xoffset=3 yoffset=14 xadvance=11 page=0 chnl=0 -char id=904 x=343 y=424 width=23 height=25 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=905 x=366 y=424 width=26 height=25 xoffset=-1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=906 x=392 y=424 width=16 height=25 xoffset=-1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=908 x=408 y=424 width=27 height=25 xoffset=-1 yoffset=8 xadvance=26 page=0 chnl=0 -char id=910 x=435 y=424 width=26 height=25 xoffset=-1 yoffset=8 xadvance=23 page=0 chnl=0 -char id=911 x=461 y=424 width=27 height=25 xoffset=-1 yoffset=8 xadvance=26 page=0 chnl=0 -char id=912 x=348 y=292 width=15 height=28 xoffset=-3 yoffset=5 xadvance=7 page=0 chnl=0 -char id=913 x=488 y=424 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=914 x=0 y=449 width=18 height=25 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=915 x=18 y=449 width=16 height=25 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=916 x=34 y=449 width=22 height=25 xoffset=-1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=917 x=56 y=449 width=17 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=918 x=73 y=449 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=919 x=91 y=449 width=20 height=25 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=920 x=111 y=449 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=921 x=134 y=449 width=11 height=25 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=0 -char id=922 x=145 y=449 width=20 height=25 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=923 x=165 y=449 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=924 x=186 y=449 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=925 x=209 y=449 width=19 height=25 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=926 x=228 y=449 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=927 x=246 y=449 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=928 x=269 y=449 width=20 height=25 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=929 x=289 y=449 width=17 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=931 x=306 y=449 width=19 height=25 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=932 x=325 y=449 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=933 x=346 y=449 width=21 height=25 xoffset=-1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=934 x=367 y=449 width=23 height=25 xoffset=0 yoffset=8 xadvance=24 page=0 chnl=0 -char id=935 x=390 y=449 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=936 x=411 y=449 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=937 x=434 y=449 width=24 height=25 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=938 x=116 y=170 width=13 height=31 xoffset=-1 yoffset=2 xadvance=12 page=0 chnl=0 -char id=939 x=77 y=170 width=21 height=31 xoffset=-1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=940 x=363 y=292 width=17 height=28 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=941 x=380 y=292 width=16 height=28 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=942 x=125 y=73 width=16 height=34 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=943 x=502 y=201 width=6 height=28 xoffset=1 yoffset=5 xadvance=7 page=0 chnl=0 -char id=944 x=396 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=946 x=93 y=107 width=17 height=32 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=947 x=458 y=449 width=17 height=25 xoffset=-1 yoffset=14 xadvance=16 page=0 chnl=0 -char id=948 x=0 y=348 width=17 height=26 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=950 x=110 y=107 width=15 height=32 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0 -char id=951 x=475 y=449 width=16 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=952 x=17 y=348 width=18 height=26 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=955 x=35 y=348 width=18 height=26 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=956 x=491 y=449 width=16 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=958 x=125 y=107 width=16 height=32 xoffset=0 yoffset=7 xadvance=14 page=0 chnl=0 -char id=961 x=0 y=474 width=17 height=25 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=962 x=17 y=474 width=16 height=25 xoffset=0 yoffset=14 xadvance=14 page=0 chnl=0 -char id=966 x=33 y=474 width=23 height=25 xoffset=0 yoffset=14 xadvance=23 page=0 chnl=0 -char id=967 x=56 y=474 width=18 height=25 xoffset=-1 yoffset=14 xadvance=16 page=0 chnl=0 -char id=968 x=74 y=474 width=21 height=25 xoffset=1 yoffset=14 xadvance=23 page=0 chnl=0 -char id=970 x=95 y=474 width=11 height=25 xoffset=-2 yoffset=8 xadvance=7 page=0 chnl=0 -char id=971 x=106 y=474 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=972 x=412 y=292 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=973 x=429 y=292 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=974 x=445 y=292 width=23 height=28 xoffset=0 yoffset=5 xadvance=23 page=0 chnl=0 -char id=976 x=53 y=348 width=17 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=977 x=70 y=348 width=18 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=978 x=122 y=474 width=25 height=25 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=979 x=468 y=292 width=29 height=28 xoffset=-1 yoffset=5 xadvance=26 page=0 chnl=0 -char id=980 x=129 y=170 width=25 height=31 xoffset=-1 yoffset=2 xadvance=22 page=0 chnl=0 -char id=981 x=141 y=107 width=17 height=32 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=983 x=147 y=474 width=19 height=25 xoffset=-1 yoffset=14 xadvance=17 page=0 chnl=0 -char id=984 x=154 y=170 width=23 height=31 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=985 x=166 y=474 width=17 height=25 xoffset=0 yoffset=14 xadvance=17 page=0 chnl=0 -char id=986 x=177 y=170 width=19 height=31 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=987 x=183 y=474 width=15 height=25 xoffset=0 yoffset=14 xadvance=15 page=0 chnl=0 -char id=988 x=198 y=474 width=17 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=989 x=215 y=474 width=14 height=25 xoffset=1 yoffset=14 xadvance=15 page=0 chnl=0 -char id=990 x=229 y=474 width=22 height=25 xoffset=-1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=991 x=88 y=348 width=17 height=26 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=992 x=196 y=170 width=25 height=31 xoffset=-1 yoffset=8 xadvance=24 page=0 chnl=0 -char id=993 x=158 y=107 width=19 height=32 xoffset=-1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=994 x=221 y=170 width=27 height=31 xoffset=0 yoffset=8 xadvance=28 page=0 chnl=0 -char id=995 x=251 y=474 width=25 height=25 xoffset=1 yoffset=14 xadvance=27 page=0 chnl=0 -char id=996 x=276 y=474 width=19 height=25 xoffset=0 yoffset=8 xadvance=20 page=0 chnl=0 -char id=997 x=105 y=348 width=16 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=998 x=248 y=170 width=19 height=31 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1000 x=295 y=474 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=1001 x=121 y=348 width=18 height=26 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=1002 x=313 y=474 width=22 height=25 xoffset=-1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1004 x=335 y=474 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=1006 x=358 y=474 width=17 height=25 xoffset=-1 yoffset=8 xadvance=15 page=0 chnl=0 -char id=1007 x=497 y=320 width=13 height=26 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0 -char id=1009 x=375 y=474 width=18 height=25 xoffset=0 yoffset=14 xadvance=18 page=0 chnl=0 -char id=1011 x=267 y=170 width=11 height=31 xoffset=-2 yoffset=8 xadvance=9 page=0 chnl=0 -char id=1012 x=393 y=474 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=1015 x=416 y=474 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=1016 x=177 y=107 width=17 height=32 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=1020 x=432 y=474 width=20 height=25 xoffset=-2 yoffset=14 xadvance=18 page=0 chnl=0 -char id=1021 x=452 y=474 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1022 x=471 y=474 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1023 x=490 y=474 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1024 x=141 y=73 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=1025 x=278 y=170 width=17 height=31 xoffset=1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=1027 x=158 y=73 width=16 height=34 xoffset=1 yoffset=-1 xadvance=16 page=0 chnl=0 -char id=1031 x=295 y=170 width=13 height=31 xoffset=-1 yoffset=2 xadvance=12 page=0 chnl=0 -char id=1036 x=174 y=73 width=19 height=34 xoffset=1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=1037 x=193 y=73 width=19 height=34 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=1038 x=194 y=107 width=20 height=32 xoffset=-1 yoffset=1 xadvance=18 page=0 chnl=0 -char id=1039 x=13 y=232 width=20 height=30 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1044 x=33 y=232 width=23 height=30 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1049 x=214 y=107 width=19 height=32 xoffset=1 yoffset=1 xadvance=21 page=0 chnl=0 -char id=1062 x=56 y=232 width=21 height=30 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1065 x=77 y=232 width=29 height=30 xoffset=2 yoffset=8 xadvance=31 page=0 chnl=0 -char id=1073 x=139 y=348 width=18 height=26 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=1081 x=0 y=320 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1092 x=233 y=107 width=25 height=32 xoffset=0 yoffset=7 xadvance=24 page=0 chnl=0 -char id=1104 x=16 y=320 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=1106 x=258 y=107 width=19 height=32 xoffset=-1 yoffset=7 xadvance=19 page=0 chnl=0 -char id=1107 x=497 y=292 width=13 height=28 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=0 -char id=1112 x=308 y=170 width=11 height=31 xoffset=-2 yoffset=8 xadvance=9 page=0 chnl=0 -char id=1115 x=157 y=348 width=19 height=26 xoffset=-1 yoffset=7 xadvance=19 page=0 chnl=0 -char id=1116 x=33 y=320 width=16 height=28 xoffset=1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=1117 x=49 y=320 width=16 height=28 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1118 x=212 y=73 width=18 height=34 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=1123 x=176 y=348 width=19 height=26 xoffset=-1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=1134 x=0 y=0 width=17 height=39 xoffset=0 yoffset=0 xadvance=17 page=0 chnl=0 -char id=1135 x=425 y=73 width=16 height=33 xoffset=-1 yoffset=6 xadvance=15 page=0 chnl=0 -char id=1142 x=230 y=73 width=26 height=34 xoffset=-1 yoffset=-1 xadvance=23 page=0 chnl=0 -char id=1143 x=65 y=320 width=23 height=28 xoffset=-1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=1144 x=319 y=170 width=38 height=31 xoffset=0 yoffset=8 xadvance=37 page=0 chnl=0 -char id=1146 x=146 y=320 width=27 height=27 xoffset=0 yoffset=7 xadvance=27 page=0 chnl=0 -char id=1148 x=40 y=0 width=30 height=35 xoffset=0 yoffset=-2 xadvance=30 page=0 chnl=0 -char id=1149 x=106 y=232 width=24 height=30 xoffset=0 yoffset=3 xadvance=24 page=0 chnl=0 -char id=1150 x=277 y=107 width=37 height=32 xoffset=0 yoffset=1 xadvance=37 page=0 chnl=0 -char id=1152 x=357 y=170 width=19 height=31 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1155 x=199 y=499 width=27 height=9 xoffset=2 yoffset=4 xadvance=0 page=0 chnl=0 -char id=1156 x=370 y=499 width=28 height=6 xoffset=2 yoffset=0 xadvance=0 page=0 chnl=0 -char id=1157 x=226 y=499 width=15 height=9 xoffset=6 yoffset=-9 xadvance=0 page=0 chnl=0 -char id=1158 x=241 y=499 width=15 height=9 xoffset=6 yoffset=-16 xadvance=0 page=0 chnl=0 -char id=1159 x=324 y=499 width=15 height=7 xoffset=2 yoffset=5 xadvance=20 page=0 chnl=0 -char id=1160 x=130 y=232 width=62 height=30 xoffset=-16 yoffset=8 xadvance=0 page=0 chnl=0 -char id=1161 x=314 y=107 width=60 height=32 xoffset=-16 yoffset=7 xadvance=0 page=0 chnl=0 -char id=1162 x=17 y=0 width=23 height=37 xoffset=1 yoffset=1 xadvance=21 page=0 chnl=0 -char id=1163 x=374 y=107 width=19 height=32 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1165 x=195 y=348 width=17 height=26 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=1168 x=376 y=170 width=16 height=31 xoffset=1 yoffset=2 xadvance=16 page=0 chnl=0 -char id=1172 x=392 y=170 width=17 height=31 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=1174 x=192 y=232 width=31 height=30 xoffset=-1 yoffset=8 xadvance=30 page=0 chnl=0 -char id=1176 x=409 y=170 width=18 height=31 xoffset=-1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=1178 x=223 y=232 width=19 height=30 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1183 x=212 y=348 width=18 height=26 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0 -char id=1186 x=242 y=232 width=21 height=30 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1190 x=427 y=170 width=31 height=31 xoffset=1 yoffset=8 xadvance=32 page=0 chnl=0 -char id=1192 x=230 y=348 width=25 height=26 xoffset=0 yoffset=8 xadvance=24 page=0 chnl=0 -char id=1194 x=458 y=170 width=19 height=31 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1196 x=263 y=232 width=21 height=30 xoffset=-1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1202 x=284 y=232 width=21 height=30 xoffset=-1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1204 x=305 y=232 width=27 height=30 xoffset=-1 yoffset=8 xadvance=26 page=0 chnl=0 -char id=1206 x=332 y=232 width=21 height=30 xoffset=0 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1211 x=255 y=348 width=16 height=26 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=1214 x=353 y=232 width=27 height=30 xoffset=-1 yoffset=8 xadvance=26 page=0 chnl=0 -char id=1217 x=256 y=73 width=31 height=34 xoffset=-1 yoffset=-1 xadvance=29 page=0 chnl=0 -char id=1218 x=88 y=320 width=25 height=28 xoffset=-1 yoffset=5 xadvance=23 page=0 chnl=0 -char id=1219 x=477 y=170 width=18 height=31 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1221 x=380 y=232 width=25 height=30 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1223 x=0 y=201 width=20 height=31 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1225 x=405 y=232 width=23 height=30 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1227 x=428 y=232 width=19 height=30 xoffset=0 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1229 x=447 y=232 width=26 height=30 xoffset=1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=1231 x=271 y=348 width=5 height=26 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=0 -char id=1232 x=287 y=73 width=21 height=34 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=1233 x=113 y=320 width=16 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=1234 x=20 y=201 width=21 height=31 xoffset=-1 yoffset=2 xadvance=19 page=0 chnl=0 -char id=1238 x=308 y=73 width=17 height=34 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=1239 x=129 y=320 width=17 height=28 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=1242 x=41 y=201 width=23 height=31 xoffset=0 yoffset=2 xadvance=23 page=0 chnl=0 -char id=1244 x=64 y=201 width=31 height=31 xoffset=-1 yoffset=2 xadvance=29 page=0 chnl=0 -char id=1246 x=95 y=201 width=18 height=31 xoffset=-1 yoffset=2 xadvance=17 page=0 chnl=0 -char id=1250 x=113 y=201 width=19 height=31 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=1252 x=132 y=201 width=19 height=31 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=1254 x=151 y=201 width=23 height=31 xoffset=0 yoffset=2 xadvance=23 page=0 chnl=0 -char id=1258 x=174 y=201 width=23 height=31 xoffset=0 yoffset=2 xadvance=23 page=0 chnl=0 -char id=1260 x=197 y=201 width=19 height=31 xoffset=0 yoffset=2 xadvance=19 page=0 chnl=0 -char id=1262 x=216 y=201 width=20 height=31 xoffset=-1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=1263 x=236 y=201 width=18 height=31 xoffset=-1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=1264 x=254 y=201 width=20 height=31 xoffset=-1 yoffset=2 xadvance=18 page=0 chnl=0 -char id=1265 x=274 y=201 width=18 height=31 xoffset=-1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=1266 x=325 y=73 width=20 height=34 xoffset=-1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=1267 x=345 y=73 width=18 height=34 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=1268 x=292 y=201 width=19 height=31 xoffset=0 yoffset=2 xadvance=20 page=0 chnl=0 -char id=1270 x=473 y=232 width=16 height=30 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=1272 x=311 y=201 width=23 height=31 xoffset=1 yoffset=2 xadvance=25 page=0 chnl=0 -char id=1274 x=334 y=201 width=18 height=31 xoffset=-1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=1276 x=352 y=201 width=22 height=31 xoffset=-1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=1281 x=276 y=348 width=17 height=26 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=1283 x=293 y=348 width=27 height=26 xoffset=0 yoffset=7 xadvance=28 page=0 chnl=0 -char id=1286 x=489 y=232 width=19 height=30 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1298 x=374 y=201 width=22 height=31 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=1306 x=396 y=201 width=23 height=31 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=8192 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=16 page=0 chnl=0 -char id=8193 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=8194 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=16 page=0 chnl=0 -char id=8195 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=0 -char id=8196 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=11 page=0 chnl=0 -char id=8197 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=8 page=0 chnl=0 -char id=8198 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=5 page=0 chnl=0 -char id=8199 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=8200 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=10 page=0 chnl=0 -char id=8201 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=6 page=0 chnl=0 -char id=8202 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=3 page=0 chnl=0 -char id=8203 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8204 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8210 x=421 y=499 width=19 height=5 xoffset=-1 yoffset=20 xadvance=17 page=0 chnl=0 -char id=8211 x=421 y=499 width=19 height=5 xoffset=-1 yoffset=20 xadvance=17 page=0 chnl=0 -char id=8212 x=440 y=499 width=31 height=5 xoffset=-1 yoffset=20 xadvance=29 page=0 chnl=0 -char id=8213 x=471 y=499 width=27 height=5 xoffset=1 yoffset=20 xadvance=29 page=0 chnl=0 -char id=8214 x=393 y=107 width=11 height=32 xoffset=1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=8215 x=339 y=499 width=19 height=7 xoffset=-1 yoffset=32 xadvance=17 page=0 chnl=0 -char id=8216 x=85 y=499 width=9 height=11 xoffset=-2 yoffset=7 xadvance=7 page=0 chnl=0 -char id=8217 x=94 y=499 width=8 height=11 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=0 -char id=8218 x=102 y=499 width=8 height=11 xoffset=-1 yoffset=27 xadvance=7 page=0 chnl=0 -char id=8219 x=110 y=499 width=9 height=11 xoffset=-2 yoffset=7 xadvance=7 page=0 chnl=0 -char id=8220 x=119 y=499 width=15 height=11 xoffset=-2 yoffset=7 xadvance=13 page=0 chnl=0 -char id=8221 x=134 y=499 width=15 height=11 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=0 -char id=8222 x=149 y=499 width=14 height=11 xoffset=-1 yoffset=27 xadvance=13 page=0 chnl=0 -char id=8223 x=163 y=499 width=15 height=11 xoffset=-2 yoffset=7 xadvance=13 page=0 chnl=0 -char id=8239 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=5 page=0 chnl=0 -char id=8242 x=28 y=499 width=8 height=12 xoffset=1 yoffset=8 xadvance=9 page=0 chnl=0 -char id=8243 x=36 y=499 width=14 height=12 xoffset=1 yoffset=8 xadvance=15 page=0 chnl=0 -char id=8244 x=50 y=499 width=19 height=12 xoffset=-2 yoffset=8 xadvance=15 page=0 chnl=0 -char id=8286 x=505 y=39 width=6 height=33 xoffset=2 yoffset=7 xadvance=10 page=0 chnl=0 -char id=8353 x=224 y=262 width=19 height=29 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=8363 x=419 y=201 width=19 height=31 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0 -char id=8367 x=70 y=0 width=33 height=35 xoffset=0 yoffset=4 xadvance=32 page=0 chnl=0 -char id=8368 x=404 y=107 width=18 height=32 xoffset=-1 yoffset=7 xadvance=17 page=0 chnl=0 -char id=8370 x=495 y=170 width=16 height=31 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=8373 x=422 y=107 width=17 height=32 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=11361 x=320 y=348 width=11 height=26 xoffset=-1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=11364 x=438 y=201 width=21 height=31 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=11365 x=459 y=201 width=16 height=31 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=11366 x=475 y=201 width=14 height=31 xoffset=-2 yoffset=7 xadvance=11 page=0 chnl=0 -char id=11367 x=0 y=262 width=21 height=30 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=0 -char id=11368 x=21 y=262 width=18 height=30 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=11369 x=39 y=262 width=22 height=30 xoffset=1 yoffset=8 xadvance=21 page=0 chnl=0 -char id=11370 x=61 y=262 width=18 height=30 xoffset=1 yoffset=7 xadvance=18 page=0 chnl=0 -char id=11371 x=79 y=262 width=21 height=30 xoffset=0 yoffset=8 xadvance=20 page=0 chnl=0 -char id=42 x=226 y=230 width=16 height=16 xoffset=1 yoffset=7 xadvance=17 page=1 chnl=0 -char id=43 x=208 y=150 width=21 height=21 xoffset=1 yoffset=12 xadvance=23 page=1 chnl=0 -char id=58 x=504 y=75 width=6 height=19 xoffset=3 yoffset=14 xadvance=11 page=1 chnl=0 -char id=60 x=314 y=150 width=19 height=19 xoffset=2 yoffset=13 xadvance=23 page=1 chnl=0 -char id=62 x=333 y=150 width=19 height=19 xoffset=2 yoffset=13 xadvance=23 page=1 chnl=0 -char id=94 x=266 y=230 width=21 height=15 xoffset=1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=95 x=357 y=230 width=19 height=4 xoffset=-1 yoffset=34 xadvance=17 page=1 chnl=0 -char id=97 x=352 y=150 width=16 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=99 x=368 y=150 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=101 x=383 y=150 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=109 x=400 y=150 width=25 height=19 xoffset=1 yoffset=14 xadvance=27 page=1 chnl=0 -char id=110 x=425 y=150 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=111 x=441 y=150 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=114 x=458 y=150 width=12 height=19 xoffset=1 yoffset=14 xadvance=12 page=1 chnl=0 -char id=115 x=470 y=150 width=14 height=19 xoffset=0 yoffset=14 xadvance=14 page=1 chnl=0 -char id=116 x=249 y=125 width=13 height=24 xoffset=-1 yoffset=9 xadvance=11 page=1 chnl=0 -char id=117 x=484 y=150 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=118 x=0 y=173 width=18 height=19 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=119 x=18 y=173 width=26 height=19 xoffset=-1 yoffset=14 xadvance=24 page=1 chnl=0 -char id=120 x=44 y=173 width=18 height=19 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=122 x=62 y=173 width=14 height=19 xoffset=0 yoffset=14 xadvance=14 page=1 chnl=0 -char id=164 x=123 y=230 width=18 height=18 xoffset=0 yoffset=12 xadvance=17 page=1 chnl=0 -char id=170 x=141 y=230 width=14 height=17 xoffset=1 yoffset=8 xadvance=16 page=1 chnl=0 -char id=171 x=155 y=230 width=17 height=17 xoffset=1 yoffset=13 xadvance=18 page=1 chnl=0 -char id=172 x=287 y=230 width=20 height=14 xoffset=1 yoffset=19 xadvance=23 page=1 chnl=0 -char id=175 x=376 y=230 width=20 height=4 xoffset=-1 yoffset=3 xadvance=17 page=1 chnl=0 -char id=176 x=307 y=230 width=14 height=14 xoffset=1 yoffset=8 xadvance=15 page=1 chnl=0 -char id=177 x=168 y=150 width=21 height=22 xoffset=1 yoffset=9 xadvance=23 page=1 chnl=0 -char id=178 x=242 y=230 width=13 height=16 xoffset=2 yoffset=8 xadvance=16 page=1 chnl=0 -char id=179 x=172 y=230 width=12 height=17 xoffset=2 yoffset=8 xadvance=16 page=1 chnl=0 -char id=185 x=255 y=230 width=11 height=16 xoffset=3 yoffset=8 xadvance=16 page=1 chnl=0 -char id=186 x=184 y=230 width=15 height=17 xoffset=0 yoffset=8 xadvance=16 page=1 chnl=0 -char id=187 x=199 y=230 width=17 height=17 xoffset=1 yoffset=13 xadvance=18 page=1 chnl=0 -char id=215 x=76 y=173 width=19 height=19 xoffset=2 yoffset=12 xadvance=23 page=1 chnl=0 -char id=230 x=95 y=173 width=28 height=19 xoffset=0 yoffset=14 xadvance=28 page=1 chnl=0 -char id=247 x=229 y=150 width=22 height=21 xoffset=1 yoffset=12 xadvance=23 page=1 chnl=0 -char id=248 x=189 y=150 width=19 height=22 xoffset=-1 yoffset=13 xadvance=17 page=1 chnl=0 -char id=299 x=262 y=125 width=11 height=24 xoffset=-2 yoffset=9 xadvance=7 page=1 chnl=0 -char id=305 x=500 y=150 width=5 height=19 xoffset=1 yoffset=14 xadvance=7 page=1 chnl=0 -char id=312 x=123 y=173 width=17 height=19 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=339 x=140 y=173 width=29 height=19 xoffset=0 yoffset=14 xadvance=29 page=1 chnl=0 -char id=359 x=273 y=125 width=13 height=24 xoffset=-1 yoffset=9 xadvance=11 page=1 chnl=0 -char id=891 x=169 y=173 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=892 x=184 y=173 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=893 x=199 y=173 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=945 x=214 y=173 width=17 height=19 xoffset=0 yoffset=14 xadvance=18 page=1 chnl=0 -char id=949 x=231 y=173 width=16 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=953 x=505 y=150 width=5 height=19 xoffset=1 yoffset=14 xadvance=7 page=1 chnl=0 -char id=954 x=247 y=173 width=16 height=19 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=957 x=263 y=173 width=18 height=19 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=959 x=281 y=173 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=960 x=298 y=173 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=963 x=314 y=173 width=20 height=19 xoffset=0 yoffset=14 xadvance=19 page=1 chnl=0 -char id=964 x=334 y=173 width=17 height=19 xoffset=-1 yoffset=14 xadvance=15 page=1 chnl=0 -char id=965 x=351 y=173 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=969 x=367 y=173 width=23 height=19 xoffset=0 yoffset=14 xadvance=23 page=1 chnl=0 -char id=982 x=390 y=173 width=23 height=19 xoffset=0 yoffset=14 xadvance=23 page=1 chnl=0 -char id=999 x=413 y=173 width=18 height=19 xoffset=-1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1003 x=431 y=173 width=22 height=19 xoffset=-1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1005 x=453 y=173 width=18 height=19 xoffset=0 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1008 x=471 y=173 width=19 height=19 xoffset=-1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1010 x=490 y=173 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1013 x=0 y=192 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1014 x=15 y=192 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1026 x=0 y=0 width=24 height=25 xoffset=-1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1028 x=24 y=0 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1029 x=43 y=0 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1030 x=61 y=0 width=11 height=25 xoffset=0 yoffset=8 xadvance=12 page=1 chnl=0 -char id=1032 x=72 y=0 width=13 height=25 xoffset=-1 yoffset=8 xadvance=13 page=1 chnl=0 -char id=1033 x=85 y=0 width=33 height=25 xoffset=-1 yoffset=8 xadvance=32 page=1 chnl=0 -char id=1034 x=118 y=0 width=30 height=25 xoffset=1 yoffset=8 xadvance=31 page=1 chnl=0 -char id=1035 x=148 y=0 width=24 height=25 xoffset=-1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1040 x=172 y=0 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1041 x=193 y=0 width=18 height=25 xoffset=1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1042 x=211 y=0 width=18 height=25 xoffset=1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1043 x=229 y=0 width=16 height=25 xoffset=1 yoffset=8 xadvance=16 page=1 chnl=0 -char id=1045 x=245 y=0 width=17 height=25 xoffset=1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1046 x=262 y=0 width=31 height=25 xoffset=-1 yoffset=8 xadvance=29 page=1 chnl=0 -char id=1047 x=293 y=0 width=18 height=25 xoffset=-1 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1048 x=311 y=0 width=19 height=25 xoffset=1 yoffset=8 xadvance=21 page=1 chnl=0 -char id=1050 x=330 y=0 width=19 height=25 xoffset=1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1051 x=349 y=0 width=22 height=25 xoffset=-1 yoffset=8 xadvance=22 page=1 chnl=0 -char id=1052 x=371 y=0 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=1 chnl=0 -char id=1053 x=394 y=0 width=20 height=25 xoffset=1 yoffset=8 xadvance=22 page=1 chnl=0 -char id=1054 x=414 y=0 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1055 x=437 y=0 width=20 height=25 xoffset=1 yoffset=8 xadvance=22 page=1 chnl=0 -char id=1056 x=457 y=0 width=17 height=25 xoffset=1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1057 x=474 y=0 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1058 x=0 y=25 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1059 x=21 y=25 width=20 height=25 xoffset=-1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1060 x=41 y=25 width=23 height=25 xoffset=0 yoffset=8 xadvance=24 page=1 chnl=0 -char id=1061 x=64 y=25 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1063 x=85 y=25 width=19 height=25 xoffset=0 yoffset=8 xadvance=20 page=1 chnl=0 -char id=1064 x=104 y=25 width=27 height=25 xoffset=1 yoffset=8 xadvance=30 page=1 chnl=0 -char id=1066 x=131 y=25 width=23 height=25 xoffset=-1 yoffset=8 xadvance=22 page=1 chnl=0 -char id=1067 x=154 y=25 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=1 chnl=0 -char id=1068 x=493 y=0 width=18 height=25 xoffset=1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1069 x=177 y=25 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1070 x=196 y=25 width=29 height=25 xoffset=1 yoffset=8 xadvance=30 page=1 chnl=0 -char id=1071 x=225 y=25 width=20 height=25 xoffset=-1 yoffset=8 xadvance=20 page=1 chnl=0 -char id=1072 x=30 y=192 width=16 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1074 x=46 y=192 width=16 height=19 xoffset=1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1075 x=62 y=192 width=13 height=19 xoffset=1 yoffset=14 xadvance=13 page=1 chnl=0 -char id=1076 x=331 y=125 width=19 height=23 xoffset=-1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1077 x=75 y=192 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1078 x=92 y=192 width=25 height=19 xoffset=-1 yoffset=14 xadvance=23 page=1 chnl=0 -char id=1079 x=117 y=192 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1080 x=132 y=192 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1082 x=148 y=192 width=16 height=19 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1083 x=164 y=192 width=18 height=19 xoffset=-1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1084 x=182 y=192 width=18 height=19 xoffset=1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1085 x=200 y=192 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1086 x=216 y=192 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1087 x=233 y=192 width=16 height=19 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1088 x=245 y=25 width=17 height=25 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1089 x=249 y=192 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1090 x=264 y=192 width=17 height=19 xoffset=-1 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1091 x=262 y=25 width=18 height=25 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1093 x=281 y=192 width=18 height=19 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1094 x=350 y=125 width=17 height=23 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1095 x=299 y=192 width=15 height=19 xoffset=1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1096 x=314 y=192 width=23 height=19 xoffset=1 yoffset=14 xadvance=25 page=1 chnl=0 -char id=1097 x=367 y=125 width=25 height=23 xoffset=1 yoffset=14 xadvance=25 page=1 chnl=0 -char id=1098 x=337 y=192 width=19 height=19 xoffset=-1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1099 x=356 y=192 width=20 height=19 xoffset=1 yoffset=14 xadvance=22 page=1 chnl=0 -char id=1100 x=376 y=192 width=15 height=19 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1101 x=391 y=192 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1102 x=406 y=192 width=23 height=19 xoffset=1 yoffset=14 xadvance=24 page=1 chnl=0 -char id=1103 x=429 y=192 width=17 height=19 xoffset=-1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1105 x=280 y=25 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1108 x=446 y=192 width=15 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1109 x=461 y=192 width=14 height=19 xoffset=0 yoffset=14 xadvance=14 page=1 chnl=0 -char id=1110 x=297 y=25 width=5 height=25 xoffset=1 yoffset=8 xadvance=7 page=1 chnl=0 -char id=1111 x=302 y=25 width=11 height=25 xoffset=-2 yoffset=8 xadvance=7 page=1 chnl=0 -char id=1113 x=475 y=192 width=27 height=19 xoffset=-1 yoffset=14 xadvance=26 page=1 chnl=0 -char id=1114 x=0 y=211 width=25 height=19 xoffset=1 yoffset=14 xadvance=26 page=1 chnl=0 -char id=1119 x=392 y=125 width=16 height=23 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1120 x=313 y=25 width=37 height=25 xoffset=0 yoffset=8 xadvance=37 page=1 chnl=0 -char id=1121 x=25 y=211 width=25 height=19 xoffset=-1 yoffset=14 xadvance=23 page=1 chnl=0 -char id=1122 x=350 y=25 width=23 height=25 xoffset=-1 yoffset=8 xadvance=22 page=1 chnl=0 -char id=1124 x=373 y=25 width=26 height=25 xoffset=1 yoffset=8 xadvance=27 page=1 chnl=0 -char id=1125 x=50 y=211 width=21 height=19 xoffset=1 yoffset=14 xadvance=22 page=1 chnl=0 -char id=1126 x=399 y=25 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1127 x=71 y=211 width=19 height=19 xoffset=-1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1128 x=420 y=25 width=26 height=25 xoffset=1 yoffset=8 xadvance=26 page=1 chnl=0 -char id=1129 x=90 y=211 width=23 height=19 xoffset=0 yoffset=14 xadvance=22 page=1 chnl=0 -char id=1130 x=446 y=25 width=27 height=25 xoffset=-1 yoffset=8 xadvance=25 page=1 chnl=0 -char id=1131 x=113 y=211 width=22 height=19 xoffset=-1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1132 x=473 y=25 width=33 height=25 xoffset=1 yoffset=8 xadvance=33 page=1 chnl=0 -char id=1133 x=135 y=211 width=27 height=19 xoffset=1 yoffset=14 xadvance=27 page=1 chnl=0 -char id=1136 x=0 y=50 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=1 chnl=0 -char id=1137 x=23 y=50 width=21 height=25 xoffset=1 yoffset=14 xadvance=23 page=1 chnl=0 -char id=1138 x=44 y=50 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1139 x=162 y=211 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1140 x=67 y=50 width=26 height=25 xoffset=-1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1141 x=179 y=211 width=23 height=19 xoffset=-1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1145 x=93 y=50 width=32 height=25 xoffset=0 yoffset=14 xadvance=31 page=1 chnl=0 -char id=1147 x=251 y=150 width=21 height=21 xoffset=0 yoffset=13 xadvance=21 page=1 chnl=0 -char id=1151 x=125 y=50 width=25 height=25 xoffset=-1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1153 x=150 y=50 width=15 height=25 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1154 x=165 y=50 width=18 height=25 xoffset=-1 yoffset=8 xadvance=16 page=1 chnl=0 -char id=1164 x=183 y=50 width=20 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1166 x=203 y=50 width=18 height=25 xoffset=1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1167 x=221 y=50 width=18 height=25 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1169 x=239 y=50 width=13 height=25 xoffset=1 yoffset=8 xadvance=13 page=1 chnl=0 -char id=1170 x=252 y=50 width=18 height=25 xoffset=-1 yoffset=8 xadvance=16 page=1 chnl=0 -char id=1171 x=202 y=211 width=14 height=19 xoffset=0 yoffset=14 xadvance=13 page=1 chnl=0 -char id=1173 x=270 y=50 width=15 height=25 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1175 x=408 y=125 width=25 height=23 xoffset=-1 yoffset=14 xadvance=24 page=1 chnl=0 -char id=1177 x=285 y=50 width=15 height=25 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1179 x=433 y=125 width=16 height=23 xoffset=1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1180 x=300 y=50 width=19 height=25 xoffset=1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1181 x=216 y=211 width=16 height=19 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1182 x=319 y=50 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1184 x=340 y=50 width=25 height=25 xoffset=-1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1185 x=232 y=211 width=21 height=19 xoffset=-1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1187 x=449 y=125 width=17 height=23 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1188 x=365 y=50 width=25 height=25 xoffset=1 yoffset=8 xadvance=25 page=1 chnl=0 -char id=1189 x=253 y=211 width=20 height=19 xoffset=1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1191 x=390 y=50 width=26 height=25 xoffset=1 yoffset=14 xadvance=27 page=1 chnl=0 -char id=1193 x=272 y=150 width=19 height=20 xoffset=0 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1195 x=416 y=50 width=15 height=25 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1197 x=466 y=125 width=17 height=23 xoffset=-1 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1198 x=431 y=50 width=21 height=25 xoffset=-1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1199 x=452 y=50 width=18 height=25 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1200 x=470 y=50 width=21 height=25 xoffset=-1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1201 x=491 y=50 width=18 height=25 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1203 x=483 y=125 width=17 height=23 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1205 x=0 y=150 width=22 height=23 xoffset=-1 yoffset=14 xadvance=21 page=1 chnl=0 -char id=1207 x=22 y=150 width=17 height=23 xoffset=1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1208 x=0 y=75 width=19 height=25 xoffset=0 yoffset=8 xadvance=20 page=1 chnl=0 -char id=1209 x=273 y=211 width=15 height=19 xoffset=1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1210 x=19 y=75 width=18 height=25 xoffset=1 yoffset=8 xadvance=20 page=1 chnl=0 -char id=1212 x=37 y=75 width=27 height=25 xoffset=-1 yoffset=8 xadvance=26 page=1 chnl=0 -char id=1213 x=288 y=211 width=21 height=19 xoffset=-1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1215 x=39 y=150 width=21 height=23 xoffset=-1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1216 x=64 y=75 width=11 height=25 xoffset=0 yoffset=8 xadvance=12 page=1 chnl=0 -char id=1220 x=75 y=75 width=15 height=25 xoffset=1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1222 x=60 y=150 width=21 height=23 xoffset=-1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1224 x=90 y=75 width=16 height=25 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1226 x=81 y=150 width=19 height=23 xoffset=1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1228 x=100 y=150 width=15 height=23 xoffset=1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1230 x=115 y=150 width=21 height=23 xoffset=1 yoffset=14 xadvance=20 page=1 chnl=0 -char id=1235 x=106 y=75 width=16 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1236 x=122 y=75 width=31 height=25 xoffset=-2 yoffset=8 xadvance=29 page=1 chnl=0 -char id=1237 x=309 y=211 width=28 height=19 xoffset=0 yoffset=14 xadvance=28 page=1 chnl=0 -char id=1240 x=153 y=75 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1241 x=337 y=211 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1243 x=176 y=75 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1245 x=193 y=75 width=25 height=25 xoffset=-1 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1247 x=218 y=75 width=15 height=25 xoffset=0 yoffset=8 xadvance=15 page=1 chnl=0 -char id=1248 x=233 y=75 width=18 height=25 xoffset=-1 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1249 x=251 y=75 width=14 height=25 xoffset=0 yoffset=14 xadvance=14 page=1 chnl=0 -char id=1251 x=265 y=75 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1253 x=281 y=75 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=1255 x=297 y=75 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1256 x=314 y=75 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=1 chnl=0 -char id=1257 x=354 y=211 width=17 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1259 x=337 y=75 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1261 x=354 y=75 width=15 height=25 xoffset=0 yoffset=8 xadvance=15 page=1 chnl=0 -char id=1269 x=369 y=75 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1271 x=286 y=125 width=13 height=24 xoffset=1 yoffset=14 xadvance=13 page=1 chnl=0 -char id=1273 x=384 y=75 width=20 height=25 xoffset=1 yoffset=8 xadvance=22 page=1 chnl=0 -char id=1275 x=404 y=75 width=15 height=25 xoffset=-1 yoffset=14 xadvance=13 page=1 chnl=0 -char id=1277 x=419 y=75 width=18 height=25 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1278 x=437 y=75 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1279 x=371 y=211 width=18 height=19 xoffset=-1 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1280 x=458 y=75 width=18 height=25 xoffset=0 yoffset=8 xadvance=19 page=1 chnl=0 -char id=1282 x=476 y=75 width=28 height=25 xoffset=0 yoffset=8 xadvance=29 page=1 chnl=0 -char id=1284 x=0 y=100 width=28 height=25 xoffset=0 yoffset=8 xadvance=29 page=1 chnl=0 -char id=1285 x=389 y=211 width=25 height=19 xoffset=0 yoffset=14 xadvance=26 page=1 chnl=0 -char id=1287 x=136 y=150 width=16 height=23 xoffset=0 yoffset=14 xadvance=16 page=1 chnl=0 -char id=1288 x=28 y=100 width=32 height=25 xoffset=-1 yoffset=8 xadvance=32 page=1 chnl=0 -char id=1289 x=414 y=211 width=28 height=19 xoffset=-1 yoffset=14 xadvance=28 page=1 chnl=0 -char id=1290 x=60 y=100 width=30 height=25 xoffset=1 yoffset=8 xadvance=32 page=1 chnl=0 -char id=1291 x=442 y=211 width=27 height=19 xoffset=1 yoffset=14 xadvance=29 page=1 chnl=0 -char id=1292 x=90 y=100 width=22 height=25 xoffset=0 yoffset=8 xadvance=21 page=1 chnl=0 -char id=1293 x=469 y=211 width=18 height=19 xoffset=0 yoffset=14 xadvance=17 page=1 chnl=0 -char id=1294 x=112 y=100 width=24 height=25 xoffset=-1 yoffset=8 xadvance=24 page=1 chnl=0 -char id=1295 x=487 y=211 width=22 height=19 xoffset=-1 yoffset=14 xadvance=22 page=1 chnl=0 -char id=1296 x=136 y=100 width=18 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=1297 x=0 y=230 width=16 height=19 xoffset=0 yoffset=14 xadvance=15 page=1 chnl=0 -char id=1299 x=154 y=100 width=18 height=25 xoffset=-1 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1307 x=172 y=100 width=17 height=25 xoffset=0 yoffset=14 xadvance=18 page=1 chnl=0 -char id=1308 x=189 y=100 width=31 height=25 xoffset=-1 yoffset=8 xadvance=29 page=1 chnl=0 -char id=1309 x=16 y=230 width=26 height=19 xoffset=-1 yoffset=14 xadvance=24 page=1 chnl=0 -char id=8224 x=299 y=125 width=16 height=24 xoffset=1 yoffset=7 xadvance=17 page=1 chnl=0 -char id=8225 x=315 y=125 width=16 height=24 xoffset=1 yoffset=7 xadvance=17 page=1 chnl=0 -char id=8226 x=321 y=230 width=13 height=13 xoffset=1 yoffset=15 xadvance=15 page=1 chnl=0 -char id=8230 x=334 y=230 width=23 height=5 xoffset=2 yoffset=28 xadvance=26 page=1 chnl=0 -char id=8240 x=220 y=100 width=43 height=25 xoffset=1 yoffset=8 xadvance=45 page=1 chnl=0 -char id=8249 x=500 y=125 width=10 height=17 xoffset=1 yoffset=13 xadvance=12 page=1 chnl=0 -char id=8250 x=216 y=230 width=10 height=17 xoffset=1 yoffset=13 xadvance=12 page=1 chnl=0 -char id=8252 x=263 y=100 width=12 height=25 xoffset=3 yoffset=8 xadvance=18 page=1 chnl=0 -char id=8254 x=396 y=230 width=20 height=4 xoffset=-2 yoffset=3 xadvance=17 page=1 chnl=0 -char id=8260 x=275 y=100 width=17 height=25 xoffset=-1 yoffset=8 xadvance=14 page=1 chnl=0 -char id=8352 x=292 y=100 width=18 height=25 xoffset=0 yoffset=8 xadvance=18 page=1 chnl=0 -char id=8354 x=310 y=100 width=19 height=25 xoffset=0 yoffset=8 xadvance=19 page=1 chnl=0 -char id=8355 x=329 y=100 width=18 height=25 xoffset=-1 yoffset=8 xadvance=17 page=1 chnl=0 -char id=8356 x=347 y=100 width=17 height=25 xoffset=0 yoffset=8 xadvance=17 page=1 chnl=0 -char id=8357 x=364 y=100 width=25 height=25 xoffset=1 yoffset=11 xadvance=27 page=1 chnl=0 -char id=8358 x=389 y=100 width=23 height=25 xoffset=-1 yoffset=8 xadvance=21 page=1 chnl=0 -char id=8359 x=412 y=100 width=29 height=25 xoffset=1 yoffset=8 xadvance=31 page=1 chnl=0 -char id=8360 x=441 y=100 width=36 height=25 xoffset=1 yoffset=8 xadvance=36 page=1 chnl=0 -char id=8361 x=477 y=100 width=30 height=25 xoffset=0 yoffset=8 xadvance=29 page=1 chnl=0 -char id=8364 x=0 y=125 width=18 height=25 xoffset=-1 yoffset=8 xadvance=17 page=1 chnl=0 -char id=8365 x=18 y=125 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=8366 x=39 y=125 width=21 height=25 xoffset=-1 yoffset=8 xadvance=19 page=1 chnl=0 -char id=8369 x=60 y=125 width=20 height=25 xoffset=-1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=8371 x=80 y=125 width=21 height=25 xoffset=-2 yoffset=8 xadvance=17 page=1 chnl=0 -char id=8372 x=101 y=125 width=19 height=25 xoffset=-1 yoffset=8 xadvance=17 page=1 chnl=0 -char id=11360 x=120 y=125 width=18 height=25 xoffset=-1 yoffset=8 xadvance=16 page=1 chnl=0 -char id=11362 x=138 y=125 width=20 height=25 xoffset=-1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=11363 x=158 y=125 width=19 height=25 xoffset=-1 yoffset=8 xadvance=18 page=1 chnl=0 -char id=11372 x=152 y=150 width=16 height=23 xoffset=0 yoffset=14 xadvance=16 page=1 chnl=0 -char id=11373 x=177 y=125 width=22 height=25 xoffset=0 yoffset=8 xadvance=23 page=1 chnl=0 -char id=11377 x=42 y=230 width=21 height=19 xoffset=-1 yoffset=14 xadvance=19 page=1 chnl=0 -char id=11378 x=199 y=125 width=35 height=25 xoffset=-1 yoffset=8 xadvance=33 page=1 chnl=0 -char id=11379 x=63 y=230 width=29 height=19 xoffset=-1 yoffset=14 xadvance=27 page=1 chnl=0 -char id=11380 x=92 y=230 width=19 height=19 xoffset=-1 yoffset=14 xadvance=17 page=1 chnl=0 -char id=11381 x=234 y=125 width=15 height=25 xoffset=1 yoffset=8 xadvance=16 page=1 chnl=0 -char id=11382 x=111 y=230 width=12 height=19 xoffset=1 yoffset=14 xadvance=13 page=1 chnl=0 -char id=11383 x=291 y=150 width=23 height=20 xoffset=0 yoffset=13 xadvance=23 page=1 chnl=0 -kernings count=375 -kerning first=70 second=46 amount=-4 -kerning first=118 second=8230 amount=-3 -kerning first=39 second=65 amount=-1 -kerning first=65 second=45 amount=-1 -kerning first=8211 second=87 amount=-1 -kerning first=84 second=121 amount=-3 -kerning first=90 second=8212 amount=-1 -kerning first=121 second=44 amount=-3 -kerning first=8211 second=121 amount=-1 -kerning first=80 second=339 amount=-1 -kerning first=86 second=58 amount=-1 -kerning first=89 second=101 amount=-2 -kerning first=90 second=97 amount=-1 -kerning first=89 second=248 amount=-2 -kerning first=70 second=59 amount=-1 -kerning first=84 second=230 amount=-4 -kerning first=84 second=45 amount=-2 -kerning first=89 second=46 amount=-4 -kerning first=102 second=125 amount=2 -kerning first=8217 second=46 amount=-3 -kerning first=8222 second=87 amount=-1 -kerning first=68 second=46 amount=-1 -kerning first=84 second=79 amount=-1 -kerning first=82 second=121 amount=-1 -kerning first=80 second=74 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=89 second=114 amount=-1 -kerning first=119 second=44 amount=-1 -kerning first=89 second=59 amount=-3 -kerning first=45 second=88 amount=-1 -kerning first=91 second=106 amount=1 -kerning first=84 second=58 amount=-3 -kerning first=87 second=101 amount=-1 -kerning first=67 second=8212 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=88 second=97 amount=-1 -kerning first=45 second=122 amount=-1 -kerning first=82 second=230 amount=-1 -kerning first=82 second=45 amount=-1 -kerning first=87 second=46 amount=-3 -kerning first=46 second=8212 amount=-2 -kerning first=8221 second=46 amount=-3 -kerning first=8221 second=8217 amount=1 -kerning first=107 second=8212 amount=-1 -kerning first=86 second=198 amount=-1 -kerning first=102 second=8211 amount=-1 -kerning first=114 second=8230 amount=-4 -kerning first=8212 second=88 amount=-1 -kerning first=84 second=71 amount=-1 -kerning first=65 second=84 amount=-2 -kerning first=86 second=8212 amount=-1 -kerning first=87 second=114 amount=-1 -kerning first=8212 second=122 amount=-1 -kerning first=8220 second=198 amount=-1 -kerning first=87 second=59 amount=-1 -kerning first=8216 second=198 amount=-1 -kerning first=8217 second=239 amount=3 -kerning first=102 second=41 amount=2 -kerning first=65 second=8212 amount=-1 -kerning first=86 second=97 amount=-1 -kerning first=80 second=230 amount=-1 -kerning first=121 second=8211 amount=-1 -kerning first=84 second=84 amount=-2 -kerning first=33 second=8221 amount=-1 -kerning first=84 second=198 amount=-2 -kerning first=46 second=55 amount=-1 -kerning first=8211 second=84 amount=-2 -kerning first=84 second=118 amount=-3 -kerning first=76 second=74 amount=1 -kerning first=84 second=8212 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=84 second=63 amount=1 -kerning first=8211 second=118 amount=-1 -kerning first=8211 second=198 amount=-1 -kerning first=8217 second=8220 amount=3 -kerning first=70 second=111 amount=-1 -kerning first=70 second=8230 amount=-4 -kerning first=84 second=97 amount=-4 -kerning first=8222 second=84 amount=-3 -kerning first=82 second=84 amount=-1 -kerning first=76 second=87 amount=-1 -kerning first=102 second=8217 amount=1 -kerning first=65 second=89 amount=-1 -kerning first=44 second=55 amount=-1 -kerning first=118 second=230 amount=-1 -kerning first=76 second=121 amount=-2 -kerning first=89 second=111 amount=-2 -kerning first=82 second=8212 amount=-1 -kerning first=118 second=45 amount=-1 -kerning first=89 second=8230 amount=-4 -kerning first=102 second=46 amount=-2 -kerning first=8217 second=8230 amount=-3 -kerning first=68 second=8230 amount=-1 -kerning first=101 second=84 amount=-2 -kerning first=84 second=89 amount=-1 -kerning first=76 second=45 amount=-2 -kerning first=8211 second=89 amount=-2 -kerning first=80 second=198 amount=-1 -kerning first=121 second=46 amount=-3 -kerning first=87 second=111 amount=-1 -kerning first=75 second=117 amount=-1 -kerning first=116 second=45 amount=-1 -kerning first=87 second=8230 amount=-3 -kerning first=75 second=8211 amount=-2 -kerning first=89 second=103 amount=-2 -kerning first=70 second=339 amount=-1 -kerning first=102 second=93 amount=2 -kerning first=8221 second=8230 amount=-3 -kerning first=80 second=97 amount=-1 -kerning first=99 second=84 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=8222 second=89 amount=-3 -kerning first=123 second=106 amount=1 -kerning first=119 second=46 amount=-1 -kerning first=84 second=115 amount=-3 -kerning first=89 second=339 amount=-2 -kerning first=70 second=74 amount=-1 -kerning first=84 second=338 amount=-1 -kerning first=114 second=230 amount=-1 -kerning first=8216 second=65 amount=-1 -kerning first=8217 second=116 amount=1 -kerning first=46 second=8221 amount=-3 -kerning first=118 second=8212 amount=-1 -kerning first=76 second=84 amount=-3 -kerning first=89 second=74 amount=-1 -kerning first=65 second=86 amount=-1 -kerning first=76 second=198 amount=-1 -kerning first=118 second=97 amount=-1 -kerning first=76 second=118 amount=-2 -kerning first=46 second=44 amount=-2 -kerning first=86 second=65 amount=-1 -kerning first=76 second=8212 amount=-2 -kerning first=87 second=339 amount=-1 -kerning first=8220 second=65 amount=-1 -kerning first=65 second=8221 amount=-2 -kerning first=8221 second=116 amount=1 -kerning first=8217 second=108 amount=1 -kerning first=75 second=101 amount=-1 -kerning first=86 second=44 amount=-4 -kerning first=75 second=248 amount=-1 -kerning first=44 second=8221 amount=-3 -kerning first=70 second=230 amount=-1 -kerning first=116 second=8212 amount=-1 -kerning first=33 second=8217 amount=-1 -kerning first=8217 second=87 amount=1 -kerning first=8211 second=86 amount=-1 -kerning first=102 second=8230 amount=-2 -kerning first=90 second=8211 amount=-1 -kerning first=84 second=65 amount=-2 -kerning first=8211 second=120 amount=-1 -kerning first=8217 second=8216 amount=3 -kerning first=89 second=100 amount=-2 -kerning first=8211 second=65 amount=-1 -kerning first=46 second=125 amount=-2 -kerning first=70 second=58 amount=-1 -kerning first=45 second=74 amount=-1 -kerning first=84 second=99 amount=-3 -kerning first=84 second=44 amount=-4 -kerning first=89 second=45 amount=-2 -kerning first=89 second=230 amount=-2 -kerning first=121 second=8230 amount=-3 -kerning first=76 second=89 amount=-2 -kerning first=8221 second=87 amount=1 -kerning first=8222 second=86 amount=-3 -kerning first=87 second=121 amount=-1 -kerning first=199 second=45 amount=-1 -kerning first=114 second=97 amount=-1 -kerning first=89 second=113 amount=-2 -kerning first=82 second=8221 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=8212 second=74 amount=-1 -kerning first=89 second=58 amount=-3 -kerning first=45 second=87 amount=-1 -kerning first=67 second=8211 amount=-1 -kerning first=44 second=125 amount=-1 -kerning first=87 second=45 amount=-1 -kerning first=45 second=121 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=8217 second=238 amount=3 -kerning first=46 second=8211 amount=-2 -kerning first=119 second=8230 amount=-1 -kerning first=107 second=8211 amount=-1 -kerning first=8212 second=87 amount=-1 -kerning first=86 second=117 amount=-1 -kerning first=70 second=198 amount=-2 -kerning first=75 second=119 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=46 second=41 amount=-2 -kerning first=80 second=65 amount=-1 -kerning first=87 second=58 amount=-1 -kerning first=90 second=101 amount=-1 -kerning first=8212 second=121 amount=-1 -kerning first=65 second=8211 amount=-1 -kerning first=70 second=63 amount=1 -kerning first=90 second=248 amount=-1 -kerning first=8217 second=105 amount=1 -kerning first=70 second=97 amount=-1 -kerning first=80 second=44 amount=-4 -kerning first=89 second=198 amount=-1 -kerning first=76 second=39 amount=-2 -kerning first=8217 second=84 amount=2 -kerning first=89 second=118 amount=-1 -kerning first=68 second=84 amount=-1 -kerning first=84 second=117 amount=-3 -kerning first=89 second=8212 amount=-2 -kerning first=8217 second=198 amount=-1 -kerning first=84 second=8211 amount=-2 -kerning first=44 second=41 amount=-1 -kerning first=75 second=111 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=89 second=97 amount=-2 -kerning first=88 second=248 amount=-1 -kerning first=199 second=8212 amount=-1 -kerning first=8230 second=8221 amount=-3 -kerning first=46 second=8217 amount=-3 -kerning first=8218 second=87 amount=-1 -kerning first=76 second=86 amount=-2 -kerning first=87 second=198 amount=-1 -kerning first=8221 second=84 amount=2 -kerning first=66 second=84 amount=-1 -kerning first=8221 second=198 amount=-1 -kerning first=87 second=8212 amount=-1 -kerning first=89 second=110 amount=-1 -kerning first=82 second=8211 amount=-1 -kerning first=76 second=8221 amount=-2 -kerning first=76 second=65 amount=-1 -kerning first=102 second=45 amount=-1 -kerning first=45 second=84 amount=-2 -kerning first=65 second=8217 amount=-2 -kerning first=45 second=198 amount=-1 -kerning first=86 second=101 amount=-1 -kerning first=86 second=46 amount=-4 -kerning first=86 second=248 amount=-1 -kerning first=45 second=118 amount=-1 -kerning first=44 second=8217 amount=-3 -kerning first=87 second=97 amount=-1 -kerning first=118 second=44 amount=-3 -kerning first=8217 second=55 amount=1 -kerning first=8217 second=89 amount=2 -kerning first=8211 second=88 amount=-1 -kerning first=90 second=119 amount=-1 -kerning first=84 second=122 amount=-3 -kerning first=121 second=230 amount=-1 -kerning first=55 second=44 amount=-2 -kerning first=121 second=45 amount=-1 -kerning first=46 second=93 amount=-2 -kerning first=84 second=67 amount=-1 -kerning first=102 second=238 amount=2 -kerning first=86 second=59 amount=-1 -kerning first=75 second=339 amount=-1 -kerning first=102 second=92 amount=1 -kerning first=84 second=101 amount=-3 -kerning first=8211 second=122 amount=-1 -kerning first=8212 second=84 amount=-2 -kerning first=84 second=248 amount=-3 -kerning first=8212 second=118 amount=-1 -kerning first=84 second=46 amount=-4 -kerning first=120 second=8211 amount=-1 -kerning first=8212 second=198 amount=-1 -kerning first=8221 second=89 amount=2 -kerning first=89 second=115 amount=-2 -kerning first=82 second=8217 amount=-1 -kerning first=84 second=114 amount=-3 -kerning first=44 second=93 amount=-1 -kerning first=90 second=111 amount=-1 -kerning first=45 second=89 amount=-2 -kerning first=84 second=59 amount=-3 -kerning first=114 second=44 amount=-4 -kerning first=8216 second=8220 amount=1 -kerning first=8217 second=115 amount=-1 -kerning first=82 second=101 amount=-1 -kerning first=82 second=248 amount=-1 -kerning first=118 second=8211 amount=-1 -kerning first=8218 second=84 amount=-3 -kerning first=8212 second=89 amount=-2 -kerning first=102 second=8212 amount=-1 -kerning first=102 second=63 amount=2 -kerning first=75 second=121 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=76 second=8211 amount=-2 -kerning first=8221 second=115 amount=-1 -kerning first=65 second=8220 amount=-1 -kerning first=70 second=65 amount=-1 -kerning first=80 second=101 amount=-1 -kerning first=39 second=198 amount=-1 -kerning first=80 second=248 amount=-1 -kerning first=102 second=42 amount=1 -kerning first=80 second=46 amount=-4 -kerning first=75 second=230 amount=-1 -kerning first=75 second=45 amount=-2 -kerning first=116 second=8211 amount=-1 -kerning first=70 second=44 amount=-4 -kerning first=79 second=84 amount=-1 -kerning first=84 second=216 amount=-1 -kerning first=121 second=97 amount=-1 -kerning first=121 second=8212 amount=-1 -kerning first=84 second=119 amount=-3 -kerning first=8217 second=52 amount=-1 -kerning first=89 second=65 amount=-1 -kerning first=90 second=339 amount=-1 -kerning first=86 second=111 amount=-1 -kerning first=8217 second=86 amount=1 -kerning first=86 second=8230 amount=-4 -kerning first=8217 second=65 amount=-1 -kerning first=8230 second=8217 amount=-3 -kerning first=8217 second=8221 amount=1 -kerning first=58 second=8212 amount=-2 -kerning first=89 second=44 amount=-4 -kerning first=102 second=34 amount=1 -kerning first=8218 second=89 amount=-3 -kerning first=8217 second=44 amount=-3 -kerning first=68 second=44 amount=-1 -kerning first=8221 second=86 amount=1 -kerning first=40 second=106 amount=1 -kerning first=89 second=112 amount=-1 -kerning first=87 second=65 amount=-1 -kerning first=76 second=8217 amount=-2 -kerning first=84 second=111 amount=-3 -kerning first=88 second=339 amount=-1 -kerning first=45 second=86 amount=-1 -kerning first=84 second=8230 amount=-4 -kerning first=118 second=46 amount=-3 -kerning first=8221 second=65 amount=-1 -kerning first=45 second=120 amount=-1 -kerning first=87 second=44 amount=-4 -kerning first=8217 second=236 amount=1 -kerning first=45 second=65 amount=-1 -kerning first=8221 second=44 amount=-3 -kerning first=90 second=121 amount=-1 -kerning first=8212 second=86 amount=-1 -kerning first=55 second=46 amount=-2 -kerning first=86 second=339 amount=-1 -kerning first=75 second=118 amount=-1 -kerning first=82 second=111 amount=-1 -kerning first=75 second=8212 amount=-2 -kerning first=8212 second=120 amount=-1 -kerning first=84 second=103 amount=-3 -kerning first=8212 second=65 amount=-1 -kerning first=90 second=230 amount=-1 -kerning first=102 second=39 amount=1 -kerning first=90 second=45 amount=-1 -kerning first=8217 second=104 amount=1 -kerning first=75 second=97 amount=-1 -kerning first=88 second=121 amount=-1 -kerning first=89 second=117 amount=-2 -kerning first=89 second=8211 amount=-2 -kerning first=114 second=46 amount=-4 -kerning first=84 second=339 amount=-3 -kerning first=80 second=111 amount=-1 -kerning first=80 second=8230 amount=-4 -kerning first=216 second=84 amount=-1 -kerning first=88 second=230 amount=-1 -kerning first=199 second=8211 amount=-1 -kerning first=88 second=45 amount=-1 -kerning first=8218 second=86 amount=-3 -kerning first=84 second=199 amount=-1 -kerning first=67 second=45 amount=-1 -kerning first=102 second=8221 amount=1 -kerning first=86 second=121 amount=-1 -kerning first=65 second=87 amount=-1 -kerning first=87 second=117 amount=-1 -kerning first=84 second=74 amount=-1 -kerning first=87 second=8211 amount=-1 -kerning first=46 second=45 amount=-3 -kerning first=89 second=109 amount=-1 -kerning first=82 second=339 amount=-1 -kerning first=107 second=45 amount=-1 -kerning first=8211 second=74 amount=-1 -kerning first=65 second=8216 amount=-1 -kerning first=102 second=44 amount=-2 -kerning first=8220 second=8216 amount=1 -kerning first=86 second=230 amount=-1 -kerning first=86 second=45 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=248 amount=-1 diff --git a/assets/fnt/MaxonTahoma1.png b/assets/fnt/MaxonTahoma1.png Binary files differdeleted file mode 100644 index 8e48207..0000000 --- a/assets/fnt/MaxonTahoma1.png +++ /dev/null diff --git a/assets/fnt/MaxonTahoma2.png b/assets/fnt/MaxonTahoma2.png Binary files differdeleted file mode 100644 index 893f9c8..0000000 --- a/assets/fnt/MaxonTahoma2.png +++ /dev/null diff --git a/assets/fnt/MaxonTahomaBold.fnt b/assets/fnt/MaxonTahomaBold.fnt deleted file mode 100644 index 77301bb..0000000 --- a/assets/fnt/MaxonTahomaBold.fnt +++ /dev/null @@ -1,1187 +0,0 @@ -info face="Tahoma" size=32 bold=1 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=39 base=32 scaleW=512 scaleH=512 pages=2 packed=0 -page id=0 file="MaxonTahomaBold1.png" -page id=1 file="MaxonTahomaBold2.png" -chars count=806 -char id=0 x=356 y=376 width=28 height=28 xoffset=3 yoffset=5 xadvance=33 page=0 chnl=0 -char id=13 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=33 x=88 y=434 width=8 height=27 xoffset=2 yoffset=6 xadvance=12 page=0 chnl=0 -char id=35 x=96 y=434 width=22 height=27 xoffset=1 yoffset=6 xadvance=24 page=0 chnl=0 -char id=36 x=207 y=113 width=18 height=34 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=37 x=118 y=434 width=32 height=27 xoffset=1 yoffset=6 xadvance=32 page=0 chnl=0 -char id=38 x=150 y=434 width=28 height=27 xoffset=0 yoffset=6 xadvance=23 page=0 chnl=0 -char id=40 x=225 y=113 width=13 height=34 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=0 -char id=41 x=238 y=113 width=13 height=34 xoffset=0 yoffset=5 xadvance=13 page=0 chnl=0 -char id=47 x=194 y=149 width=17 height=33 xoffset=-2 yoffset=5 xadvance=13 page=0 chnl=0 -char id=48 x=178 y=434 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=49 x=197 y=434 width=15 height=27 xoffset=3 yoffset=6 xadvance=18 page=0 chnl=0 -char id=50 x=212 y=434 width=18 height=27 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=51 x=230 y=434 width=18 height=27 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=52 x=248 y=434 width=20 height=27 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=53 x=268 y=434 width=18 height=27 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=54 x=286 y=434 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=55 x=305 y=434 width=19 height=27 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=56 x=324 y=434 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=57 x=343 y=434 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=58 x=85 y=489 width=8 height=21 xoffset=3 yoffset=12 xadvance=12 page=0 chnl=0 -char id=59 x=362 y=434 width=12 height=27 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=0 -char id=60 x=0 y=489 width=21 height=22 xoffset=2 yoffset=11 xadvance=24 page=0 chnl=0 -char id=62 x=21 y=489 width=21 height=22 xoffset=2 yoffset=11 xadvance=24 page=0 chnl=0 -char id=63 x=374 y=434 width=17 height=27 xoffset=1 yoffset=6 xadvance=16 page=0 chnl=0 -char id=64 x=131 y=314 width=29 height=31 xoffset=1 yoffset=6 xadvance=30 page=0 chnl=0 -char id=65 x=391 y=434 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=0 chnl=0 -char id=66 x=415 y=434 width=20 height=27 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=67 x=435 y=434 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=68 x=456 y=434 width=23 height=27 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=69 x=479 y=434 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=70 x=0 y=462 width=19 height=27 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=71 x=19 y=462 width=22 height=27 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=72 x=41 y=462 width=22 height=27 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=73 x=498 y=434 width=13 height=27 xoffset=0 yoffset=6 xadvance=13 page=0 chnl=0 -char id=74 x=63 y=462 width=15 height=27 xoffset=-1 yoffset=6 xadvance=14 page=0 chnl=0 -char id=75 x=78 y=462 width=24 height=27 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=76 x=102 y=462 width=18 height=27 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=77 x=120 y=462 width=25 height=27 xoffset=1 yoffset=6 xadvance=26 page=0 chnl=0 -char id=78 x=145 y=462 width=21 height=27 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=79 x=166 y=462 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=80 x=191 y=462 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=81 x=211 y=149 width=25 height=33 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=82 x=210 y=462 width=25 height=27 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=83 x=235 y=462 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=84 x=255 y=462 width=23 height=27 xoffset=-1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=85 x=278 y=462 width=21 height=27 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=86 x=299 y=462 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=0 chnl=0 -char id=87 x=323 y=462 width=34 height=27 xoffset=-2 yoffset=6 xadvance=30 page=0 chnl=0 -char id=88 x=357 y=462 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=0 chnl=0 -char id=89 x=381 y=462 width=25 height=27 xoffset=-2 yoffset=6 xadvance=19 page=0 chnl=0 -char id=90 x=406 y=462 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=91 x=251 y=113 width=12 height=34 xoffset=2 yoffset=5 xadvance=13 page=0 chnl=0 -char id=92 x=236 y=149 width=18 height=33 xoffset=-1 yoffset=5 xadvance=13 page=0 chnl=0 -char id=93 x=263 y=113 width=12 height=34 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=0 -char id=97 x=93 y=489 width=18 height=21 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=98 x=384 y=376 width=19 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=99 x=111 y=489 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=100 x=403 y=376 width=19 height=28 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=101 x=128 y=489 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=102 x=422 y=376 width=16 height=28 xoffset=-1 yoffset=5 xadvance=11 page=0 chnl=0 -char id=103 x=426 y=462 width=19 height=27 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=104 x=438 y=376 width=18 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=105 x=445 y=462 width=7 height=27 xoffset=1 yoffset=6 xadvance=8 page=0 chnl=0 -char id=106 x=254 y=149 width=13 height=33 xoffset=-2 yoffset=6 xadvance=10 page=0 chnl=0 -char id=107 x=456 y=376 width=21 height=28 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=108 x=504 y=346 width=7 height=28 xoffset=1 yoffset=5 xadvance=8 page=0 chnl=0 -char id=109 x=147 y=489 width=27 height=21 xoffset=1 yoffset=12 xadvance=28 page=0 chnl=0 -char id=110 x=174 y=489 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=0 chnl=0 -char id=111 x=192 y=489 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=112 x=452 y=462 width=19 height=27 xoffset=1 yoffset=12 xadvance=19 page=0 chnl=0 -char id=113 x=471 y=462 width=19 height=27 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=114 x=211 y=489 width=14 height=21 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=0 -char id=115 x=225 y=489 width=16 height=21 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=117 x=241 y=489 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=0 chnl=0 -char id=118 x=259 y=489 width=21 height=21 xoffset=-2 yoffset=12 xadvance=17 page=0 chnl=0 -char id=119 x=280 y=489 width=29 height=21 xoffset=-2 yoffset=12 xadvance=25 page=0 chnl=0 -char id=120 x=309 y=489 width=21 height=21 xoffset=-2 yoffset=12 xadvance=17 page=0 chnl=0 -char id=121 x=490 y=462 width=21 height=27 xoffset=-2 yoffset=12 xadvance=17 page=0 chnl=0 -char id=122 x=330 y=489 width=16 height=21 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=123 x=275 y=113 width=17 height=34 xoffset=0 yoffset=5 xadvance=16 page=0 chnl=0 -char id=124 x=292 y=113 width=7 height=34 xoffset=4 yoffset=5 xadvance=13 page=0 chnl=0 -char id=125 x=299 y=113 width=17 height=34 xoffset=0 yoffset=5 xadvance=16 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=11 page=0 chnl=0 -char id=162 x=267 y=149 width=17 height=33 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=166 x=316 y=113 width=7 height=34 xoffset=4 yoffset=5 xadvance=13 page=0 chnl=0 -char id=167 x=284 y=149 width=18 height=33 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=169 x=160 y=314 width=31 height=31 xoffset=0 yoffset=6 xadvance=31 page=0 chnl=0 -char id=171 x=346 y=489 width=19 height=21 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=0 -char id=174 x=191 y=314 width=31 height=31 xoffset=0 yoffset=6 xadvance=31 page=0 chnl=0 -char id=182 x=302 y=149 width=18 height=33 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=187 x=365 y=489 width=19 height=21 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=0 -char id=192 x=112 y=0 width=24 height=36 xoffset=-2 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=193 x=136 y=0 width=24 height=36 xoffset=-2 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=194 x=160 y=0 width=24 height=36 xoffset=-2 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=195 x=45 y=113 width=24 height=35 xoffset=-2 yoffset=-2 xadvance=20 page=0 chnl=0 -char id=196 x=320 y=149 width=24 height=33 xoffset=-2 yoffset=0 xadvance=20 page=0 chnl=0 -char id=197 x=323 y=113 width=24 height=34 xoffset=-2 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=199 x=344 y=149 width=21 height=33 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=200 x=184 y=0 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=201 x=203 y=0 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=202 x=222 y=0 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=203 x=365 y=149 width=19 height=33 xoffset=1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=204 x=241 y=0 width=14 height=36 xoffset=-1 yoffset=-3 xadvance=13 page=0 chnl=0 -char id=205 x=255 y=0 width=13 height=36 xoffset=0 yoffset=-3 xadvance=13 page=0 chnl=0 -char id=206 x=268 y=0 width=16 height=36 xoffset=-2 yoffset=-3 xadvance=13 page=0 chnl=0 -char id=207 x=384 y=149 width=15 height=33 xoffset=-1 yoffset=0 xadvance=13 page=0 chnl=0 -char id=209 x=284 y=0 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=210 x=305 y=0 width=25 height=36 xoffset=0 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=211 x=330 y=0 width=25 height=36 xoffset=0 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=212 x=355 y=0 width=25 height=36 xoffset=0 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=213 x=380 y=0 width=25 height=36 xoffset=0 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=214 x=399 y=149 width=25 height=33 xoffset=0 yoffset=0 xadvance=24 page=0 chnl=0 -char id=215 x=42 y=489 width=22 height=22 xoffset=1 yoffset=10 xadvance=24 page=0 chnl=0 -char id=216 x=261 y=314 width=26 height=30 xoffset=-1 yoffset=5 xadvance=24 page=0 chnl=0 -char id=217 x=405 y=0 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=218 x=426 y=0 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=219 x=447 y=0 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=220 x=424 y=149 width=21 height=33 xoffset=1 yoffset=0 xadvance=22 page=0 chnl=0 -char id=221 x=468 y=0 width=25 height=36 xoffset=-2 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=223 x=477 y=376 width=19 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=224 x=287 y=314 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=225 x=305 y=314 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=226 x=323 y=314 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=227 x=341 y=314 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=229 x=359 y=314 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=230 x=384 y=489 width=30 height=21 xoffset=0 yoffset=12 xadvance=29 page=0 chnl=0 -char id=232 x=377 y=314 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=233 x=396 y=314 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=234 x=415 y=314 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=236 x=498 y=282 width=12 height=30 xoffset=-2 yoffset=3 xadvance=8 page=0 chnl=0 -char id=237 x=495 y=249 width=14 height=30 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=0 -char id=238 x=434 y=314 width=16 height=30 xoffset=-3 yoffset=3 xadvance=8 page=0 chnl=0 -char id=241 x=450 y=314 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=242 x=468 y=314 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=243 x=487 y=314 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=244 x=0 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=245 x=19 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=249 x=38 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=250 x=56 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=251 x=74 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=253 x=0 y=41 width=21 height=36 xoffset=-2 yoffset=3 xadvance=17 page=0 chnl=0 -char id=254 x=347 y=113 width=19 height=34 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=255 x=445 y=149 width=21 height=33 xoffset=-2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=256 x=466 y=149 width=24 height=33 xoffset=-2 yoffset=0 xadvance=20 page=0 chnl=0 -char id=258 x=21 y=41 width=24 height=36 xoffset=-2 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=259 x=92 y=346 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=260 x=0 y=183 width=26 height=33 xoffset=-2 yoffset=6 xadvance=20 page=0 chnl=0 -char id=262 x=45 y=41 width=21 height=36 xoffset=0 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=263 x=110 y=346 width=17 height=30 xoffset=0 yoffset=3 xadvance=16 page=0 chnl=0 -char id=264 x=66 y=41 width=21 height=36 xoffset=0 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=265 x=127 y=346 width=17 height=30 xoffset=0 yoffset=3 xadvance=16 page=0 chnl=0 -char id=266 x=490 y=149 width=21 height=33 xoffset=0 yoffset=0 xadvance=20 page=0 chnl=0 -char id=268 x=87 y=41 width=21 height=36 xoffset=0 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=269 x=144 y=346 width=18 height=30 xoffset=0 yoffset=3 xadvance=16 page=0 chnl=0 -char id=270 x=108 y=41 width=23 height=36 xoffset=1 yoffset=-3 xadvance=23 page=0 chnl=0 -char id=271 x=0 y=406 width=28 height=28 xoffset=0 yoffset=5 xadvance=23 page=0 chnl=0 -char id=273 x=28 y=406 width=21 height=28 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=274 x=26 y=183 width=19 height=33 xoffset=1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=276 x=131 y=41 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=277 x=162 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=278 x=45 y=183 width=19 height=33 xoffset=1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=280 x=64 y=183 width=19 height=33 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=282 x=150 y=41 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=283 x=181 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=284 x=169 y=41 width=22 height=36 xoffset=0 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=285 x=191 y=41 width=19 height=36 xoffset=0 yoffset=3 xadvance=19 page=0 chnl=0 -char id=286 x=210 y=41 width=22 height=36 xoffset=0 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=287 x=232 y=41 width=19 height=36 xoffset=0 yoffset=3 xadvance=19 page=0 chnl=0 -char id=288 x=83 y=183 width=22 height=33 xoffset=0 yoffset=0 xadvance=22 page=0 chnl=0 -char id=289 x=105 y=183 width=19 height=33 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=290 x=124 y=183 width=22 height=33 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=291 x=69 y=113 width=19 height=35 xoffset=0 yoffset=4 xadvance=19 page=0 chnl=0 -char id=292 x=251 y=41 width=22 height=36 xoffset=1 yoffset=-3 xadvance=23 page=0 chnl=0 -char id=293 x=493 y=0 width=18 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=295 x=49 y=406 width=21 height=28 xoffset=-1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=296 x=493 y=77 width=16 height=35 xoffset=-2 yoffset=-2 xadvance=13 page=0 chnl=0 -char id=297 x=496 y=376 width=14 height=28 xoffset=-2 yoffset=5 xadvance=8 page=0 chnl=0 -char id=298 x=443 y=249 width=15 height=32 xoffset=-1 yoffset=1 xadvance=13 page=0 chnl=0 -char id=300 x=88 y=113 width=13 height=35 xoffset=0 yoffset=-2 xadvance=13 page=0 chnl=0 -char id=301 x=70 y=406 width=14 height=28 xoffset=-2 yoffset=5 xadvance=8 page=0 chnl=0 -char id=302 x=146 y=183 width=13 height=33 xoffset=0 yoffset=6 xadvance=13 page=0 chnl=0 -char id=303 x=159 y=183 width=9 height=33 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=0 -char id=304 x=168 y=183 width=13 height=33 xoffset=0 yoffset=0 xadvance=13 page=0 chnl=0 -char id=305 x=414 y=489 width=7 height=21 xoffset=1 yoffset=12 xadvance=8 page=0 chnl=0 -char id=307 x=181 y=183 width=17 height=33 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=308 x=273 y=41 width=17 height=36 xoffset=-1 yoffset=-3 xadvance=14 page=0 chnl=0 -char id=309 x=290 y=41 width=15 height=36 xoffset=-2 yoffset=3 xadvance=10 page=0 chnl=0 -char id=310 x=198 y=183 width=24 height=33 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=311 x=366 y=113 width=21 height=34 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=312 x=421 y=489 width=21 height=21 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=313 x=305 y=41 width=18 height=36 xoffset=1 yoffset=-3 xadvance=17 page=0 chnl=0 -char id=314 x=323 y=41 width=14 height=36 xoffset=0 yoffset=-3 xadvance=8 page=0 chnl=0 -char id=315 x=222 y=183 width=18 height=33 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=316 x=387 y=113 width=13 height=34 xoffset=0 yoffset=5 xadvance=8 page=0 chnl=0 -char id=317 x=84 y=406 width=18 height=28 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=318 x=102 y=406 width=16 height=28 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=0 -char id=320 x=118 y=406 width=15 height=28 xoffset=1 yoffset=5 xadvance=15 page=0 chnl=0 -char id=322 x=133 y=406 width=13 height=28 xoffset=-1 yoffset=5 xadvance=10 page=0 chnl=0 -char id=323 x=337 y=41 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=324 x=200 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=325 x=240 y=183 width=21 height=33 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=327 x=358 y=41 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=328 x=218 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=329 x=146 y=406 width=25 height=28 xoffset=-2 yoffset=5 xadvance=23 page=0 chnl=0 -char id=330 x=261 y=183 width=21 height=33 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=332 x=282 y=183 width=25 height=33 xoffset=0 yoffset=0 xadvance=24 page=0 chnl=0 -char id=334 x=379 y=41 width=25 height=36 xoffset=0 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=335 x=236 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=336 x=404 y=41 width=25 height=36 xoffset=0 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=337 x=255 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=339 x=442 y=489 width=31 height=21 xoffset=0 yoffset=12 xadvance=30 page=0 chnl=0 -char id=340 x=429 y=41 width=25 height=36 xoffset=1 yoffset=-3 xadvance=21 page=0 chnl=0 -char id=341 x=274 y=346 width=14 height=30 xoffset=1 yoffset=3 xadvance=13 page=0 chnl=0 -char id=342 x=307 y=183 width=25 height=33 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=344 x=454 y=41 width=25 height=36 xoffset=1 yoffset=-3 xadvance=21 page=0 chnl=0 -char id=345 x=288 y=346 width=16 height=30 xoffset=0 yoffset=3 xadvance=13 page=0 chnl=0 -char id=346 x=479 y=41 width=20 height=36 xoffset=0 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=347 x=304 y=346 width=16 height=30 xoffset=0 yoffset=3 xadvance=15 page=0 chnl=0 -char id=348 x=0 y=77 width=20 height=36 xoffset=0 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=349 x=320 y=346 width=16 height=30 xoffset=0 yoffset=3 xadvance=15 page=0 chnl=0 -char id=350 x=332 y=183 width=20 height=33 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=352 x=20 y=77 width=20 height=36 xoffset=0 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=353 x=336 y=346 width=16 height=30 xoffset=0 yoffset=3 xadvance=15 page=0 chnl=0 -char id=354 x=352 y=183 width=23 height=33 xoffset=-1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=355 x=458 y=249 width=15 height=32 xoffset=-1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=356 x=40 y=77 width=23 height=36 xoffset=-1 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=357 x=171 y=406 width=20 height=28 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=360 x=63 y=77 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=361 x=352 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=362 x=375 y=183 width=21 height=33 xoffset=1 yoffset=0 xadvance=22 page=0 chnl=0 -char id=364 x=84 y=77 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=365 x=370 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=366 x=105 y=77 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=367 x=222 y=314 width=18 height=31 xoffset=1 yoffset=2 xadvance=19 page=0 chnl=0 -char id=368 x=126 y=77 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=369 x=388 y=346 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=370 x=396 y=183 width=21 height=33 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=372 x=147 y=77 width=34 height=36 xoffset=-2 yoffset=-3 xadvance=30 page=0 chnl=0 -char id=373 x=406 y=346 width=29 height=30 xoffset=-2 yoffset=3 xadvance=25 page=0 chnl=0 -char id=374 x=181 y=77 width=25 height=36 xoffset=-2 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=375 x=206 y=77 width=21 height=36 xoffset=-2 yoffset=3 xadvance=17 page=0 chnl=0 -char id=376 x=417 y=183 width=25 height=33 xoffset=-2 yoffset=0 xadvance=19 page=0 chnl=0 -char id=377 x=227 y=77 width=20 height=36 xoffset=0 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=378 x=435 y=346 width=16 height=30 xoffset=0 yoffset=3 xadvance=15 page=0 chnl=0 -char id=379 x=442 y=183 width=20 height=33 xoffset=0 yoffset=0 xadvance=19 page=0 chnl=0 -char id=381 x=247 y=77 width=20 height=36 xoffset=0 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=382 x=451 y=346 width=16 height=30 xoffset=0 yoffset=3 xadvance=15 page=0 chnl=0 -char id=383 x=191 y=406 width=16 height=28 xoffset=1 yoffset=5 xadvance=9 page=0 chnl=0 -char id=891 x=473 y=489 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=892 x=490 y=489 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=912 x=467 y=346 width=18 height=30 xoffset=-3 yoffset=3 xadvance=8 page=0 chnl=0 -char id=938 x=462 y=183 width=15 height=33 xoffset=-1 yoffset=0 xadvance=13 page=0 chnl=0 -char id=939 x=417 y=183 width=25 height=33 xoffset=-2 yoffset=0 xadvance=19 page=0 chnl=0 -char id=940 x=485 y=346 width=19 height=30 xoffset=0 yoffset=3 xadvance=19 page=0 chnl=0 -char id=941 x=0 y=376 width=18 height=30 xoffset=0 yoffset=3 xadvance=16 page=0 chnl=0 -char id=942 x=267 y=77 width=18 height=36 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=943 x=501 y=216 width=9 height=30 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=0 -char id=944 x=18 y=376 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=946 x=400 y=113 width=19 height=34 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=948 x=207 y=406 width=19 height=28 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=950 x=419 y=113 width=18 height=34 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=952 x=226 y=406 width=20 height=28 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=955 x=246 y=406 width=21 height=28 xoffset=-2 yoffset=5 xadvance=17 page=0 chnl=0 -char id=958 x=437 y=113 width=18 height=34 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=972 x=36 y=376 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=973 x=55 y=376 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=974 x=73 y=376 width=25 height=30 xoffset=0 yoffset=3 xadvance=24 page=0 chnl=0 -char id=976 x=267 y=406 width=19 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=977 x=286 y=406 width=20 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=979 x=98 y=376 width=33 height=30 xoffset=-2 yoffset=3 xadvance=27 page=0 chnl=0 -char id=980 x=477 y=183 width=28 height=33 xoffset=-2 yoffset=0 xadvance=23 page=0 chnl=0 -char id=981 x=455 y=113 width=19 height=34 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=984 x=0 y=216 width=25 height=33 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=986 x=25 y=216 width=21 height=33 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=991 x=306 y=406 width=19 height=28 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=992 x=46 y=216 width=28 height=33 xoffset=-2 yoffset=6 xadvance=25 page=0 chnl=0 -char id=993 x=101 y=113 width=22 height=35 xoffset=-2 yoffset=5 xadvance=19 page=0 chnl=0 -char id=994 x=74 y=216 width=29 height=33 xoffset=0 yoffset=6 xadvance=29 page=0 chnl=0 -char id=997 x=325 y=406 width=18 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=998 x=103 y=216 width=21 height=33 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1001 x=343 y=406 width=20 height=28 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=1007 x=312 y=376 width=15 height=29 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=1009 x=363 y=406 width=20 height=28 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=1011 x=124 y=216 width=13 height=33 xoffset=-2 yoffset=6 xadvance=10 page=0 chnl=0 -char id=1016 x=474 y=113 width=19 height=34 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=1024 x=285 y=77 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=1025 x=137 y=216 width=19 height=33 xoffset=1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=1027 x=304 y=77 width=18 height=36 xoffset=1 yoffset=-3 xadvance=17 page=0 chnl=0 -char id=1031 x=156 y=216 width=15 height=33 xoffset=-1 yoffset=0 xadvance=13 page=0 chnl=0 -char id=1036 x=322 y=77 width=22 height=36 xoffset=1 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=1037 x=344 y=77 width=21 height=36 xoffset=1 yoffset=-3 xadvance=22 page=0 chnl=0 -char id=1038 x=0 y=149 width=24 height=34 xoffset=-2 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=1039 x=473 y=249 width=22 height=32 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1044 x=0 y=282 width=25 height=32 xoffset=-1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1049 x=24 y=149 width=21 height=34 xoffset=1 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=1062 x=25 y=282 width=23 height=32 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1065 x=48 y=282 width=31 height=32 xoffset=2 yoffset=6 xadvance=32 page=0 chnl=0 -char id=1073 x=383 y=406 width=20 height=28 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=1081 x=131 y=376 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=1092 x=45 y=149 width=27 height=34 xoffset=0 yoffset=5 xadvance=25 page=0 chnl=0 -char id=1104 x=149 y=376 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=1106 x=72 y=149 width=21 height=34 xoffset=-1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=1107 x=168 y=376 width=15 height=30 xoffset=1 yoffset=3 xadvance=14 page=0 chnl=0 -char id=1112 x=171 y=216 width=13 height=33 xoffset=-2 yoffset=6 xadvance=10 page=0 chnl=0 -char id=1115 x=403 y=406 width=21 height=28 xoffset=-1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=1116 x=183 y=376 width=19 height=30 xoffset=1 yoffset=3 xadvance=17 page=0 chnl=0 -char id=1117 x=202 y=376 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=1118 x=365 y=77 width=21 height=36 xoffset=-2 yoffset=3 xadvance=17 page=0 chnl=0 -char id=1123 x=424 y=406 width=21 height=28 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=1134 x=0 y=0 width=19 height=41 xoffset=0 yoffset=-2 xadvance=18 page=0 chnl=0 -char id=1135 x=123 y=113 width=18 height=35 xoffset=-1 yoffset=4 xadvance=16 page=0 chnl=0 -char id=1142 x=386 y=77 width=30 height=36 xoffset=-2 yoffset=-3 xadvance=24 page=0 chnl=0 -char id=1143 x=220 y=376 width=26 height=30 xoffset=-2 yoffset=3 xadvance=21 page=0 chnl=0 -char id=1144 x=184 y=216 width=40 height=33 xoffset=0 yoffset=6 xadvance=38 page=0 chnl=0 -char id=1146 x=327 y=376 width=29 height=29 xoffset=0 yoffset=5 xadvance=28 page=0 chnl=0 -char id=1148 x=45 y=0 width=32 height=37 xoffset=0 yoffset=-4 xadvance=31 page=0 chnl=0 -char id=1149 x=79 y=282 width=26 height=32 xoffset=0 yoffset=1 xadvance=25 page=0 chnl=0 -char id=1150 x=93 y=149 width=39 height=34 xoffset=0 yoffset=-1 xadvance=38 page=0 chnl=0 -char id=1152 x=224 y=216 width=21 height=33 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1160 x=105 y=282 width=65 height=32 xoffset=-16 yoffset=6 xadvance=0 page=0 chnl=0 -char id=1161 x=141 y=113 width=66 height=35 xoffset=-17 yoffset=5 xadvance=0 page=0 chnl=0 -char id=1162 x=19 y=0 width=26 height=39 xoffset=1 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=1163 x=132 y=149 width=22 height=34 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=1165 x=445 y=406 width=19 height=28 xoffset=-1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=1168 x=245 y=216 width=18 height=33 xoffset=1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=1172 x=263 y=216 width=19 height=33 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1174 x=170 y=282 width=34 height=32 xoffset=-2 yoffset=6 xadvance=31 page=0 chnl=0 -char id=1176 x=282 y=216 width=20 height=33 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1178 x=204 y=282 width=21 height=32 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1183 x=464 y=406 width=21 height=28 xoffset=-1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=1186 x=225 y=282 width=23 height=32 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1190 x=302 y=216 width=33 height=33 xoffset=1 yoffset=6 xadvance=33 page=0 chnl=0 -char id=1192 x=0 y=434 width=27 height=28 xoffset=0 yoffset=6 xadvance=25 page=0 chnl=0 -char id=1193 x=64 y=489 width=21 height=22 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=1194 x=335 y=216 width=21 height=33 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1196 x=248 y=282 width=23 height=32 xoffset=-1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1202 x=271 y=282 width=24 height=32 xoffset=-2 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1204 x=295 y=282 width=29 height=32 xoffset=-1 yoffset=6 xadvance=27 page=0 chnl=0 -char id=1206 x=324 y=282 width=23 height=32 xoffset=0 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1211 x=485 y=406 width=18 height=28 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=1214 x=347 y=282 width=29 height=32 xoffset=-1 yoffset=6 xadvance=27 page=0 chnl=0 -char id=1217 x=416 y=77 width=34 height=36 xoffset=-2 yoffset=-3 xadvance=30 page=0 chnl=0 -char id=1218 x=246 y=376 width=29 height=30 xoffset=-2 yoffset=3 xadvance=24 page=0 chnl=0 -char id=1219 x=356 y=216 width=20 height=33 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1221 x=376 y=282 width=28 height=32 xoffset=-1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1223 x=376 y=216 width=22 height=33 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1225 x=404 y=282 width=26 height=32 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1227 x=430 y=282 width=21 height=32 xoffset=0 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1229 x=451 y=282 width=29 height=32 xoffset=1 yoffset=6 xadvance=26 page=0 chnl=0 -char id=1231 x=503 y=406 width=7 height=28 xoffset=1 yoffset=5 xadvance=8 page=0 chnl=0 -char id=1232 x=450 y=77 width=24 height=36 xoffset=-2 yoffset=-3 xadvance=20 page=0 chnl=0 -char id=1233 x=275 y=376 width=18 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=1234 x=398 y=216 width=24 height=33 xoffset=-2 yoffset=0 xadvance=20 page=0 chnl=0 -char id=1238 x=474 y=77 width=19 height=36 xoffset=1 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=1239 x=293 y=376 width=19 height=30 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=1242 x=422 y=216 width=25 height=33 xoffset=0 yoffset=0 xadvance=24 page=0 chnl=0 -char id=1244 x=447 y=216 width=34 height=33 xoffset=-2 yoffset=0 xadvance=30 page=0 chnl=0 -char id=1246 x=481 y=216 width=20 height=33 xoffset=-1 yoffset=0 xadvance=18 page=0 chnl=0 -char id=1250 x=0 y=249 width=21 height=33 xoffset=1 yoffset=0 xadvance=22 page=0 chnl=0 -char id=1252 x=21 y=249 width=21 height=33 xoffset=1 yoffset=0 xadvance=22 page=0 chnl=0 -char id=1254 x=42 y=249 width=25 height=33 xoffset=0 yoffset=0 xadvance=24 page=0 chnl=0 -char id=1258 x=67 y=249 width=25 height=33 xoffset=0 yoffset=0 xadvance=24 page=0 chnl=0 -char id=1260 x=92 y=249 width=21 height=33 xoffset=0 yoffset=0 xadvance=20 page=0 chnl=0 -char id=1262 x=113 y=249 width=24 height=33 xoffset=-2 yoffset=0 xadvance=19 page=0 chnl=0 -char id=1263 x=137 y=249 width=21 height=33 xoffset=-2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1264 x=158 y=249 width=24 height=33 xoffset=-2 yoffset=0 xadvance=19 page=0 chnl=0 -char id=1265 x=182 y=249 width=21 height=33 xoffset=-2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1266 x=0 y=113 width=24 height=36 xoffset=-2 yoffset=-3 xadvance=19 page=0 chnl=0 -char id=1267 x=24 y=113 width=21 height=36 xoffset=-2 yoffset=3 xadvance=17 page=0 chnl=0 -char id=1268 x=203 y=249 width=21 height=33 xoffset=0 yoffset=0 xadvance=21 page=0 chnl=0 -char id=1270 x=480 y=282 width=18 height=32 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1272 x=224 y=249 width=25 height=33 xoffset=1 yoffset=0 xadvance=26 page=0 chnl=0 -char id=1274 x=249 y=249 width=20 height=33 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1276 x=269 y=249 width=25 height=33 xoffset=-2 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1281 x=27 y=434 width=19 height=28 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=1283 x=46 y=434 width=29 height=28 xoffset=0 yoffset=5 xadvance=29 page=0 chnl=0 -char id=1286 x=0 y=314 width=21 height=32 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1298 x=294 y=249 width=24 height=33 xoffset=-1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1306 x=318 y=249 width=25 height=33 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=8192 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=8193 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=33 page=0 chnl=0 -char id=8194 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=8195 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=33 page=0 chnl=0 -char id=8196 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=12 page=0 chnl=0 -char id=8197 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=9 page=0 chnl=0 -char id=8198 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=6 page=0 chnl=0 -char id=8199 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=18 page=0 chnl=0 -char id=8200 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=11 page=0 chnl=0 -char id=8201 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=7 page=0 chnl=0 -char id=8202 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=4 page=0 chnl=0 -char id=8203 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8204 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8214 x=493 y=113 width=13 height=34 xoffset=1 yoffset=5 xadvance=13 page=0 chnl=0 -char id=8239 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=6 page=0 chnl=0 -char id=8286 x=499 y=41 width=8 height=35 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=0 -char id=8353 x=240 y=314 width=21 height=31 xoffset=0 yoffset=4 xadvance=20 page=0 chnl=0 -char id=8363 x=343 y=249 width=21 height=33 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=8367 x=77 y=0 width=35 height=37 xoffset=0 yoffset=2 xadvance=33 page=0 chnl=0 -char id=8368 x=154 y=149 width=21 height=34 xoffset=-2 yoffset=5 xadvance=18 page=0 chnl=0 -char id=8370 x=364 y=249 width=18 height=33 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=8373 x=175 y=149 width=19 height=34 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=11361 x=75 y=434 width=13 height=28 xoffset=-1 yoffset=5 xadvance=10 page=0 chnl=0 -char id=11364 x=382 y=249 width=25 height=33 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=11365 x=407 y=249 width=18 height=33 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=11366 x=425 y=249 width=18 height=33 xoffset=-3 yoffset=5 xadvance=12 page=0 chnl=0 -char id=11367 x=21 y=314 width=23 height=32 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=11368 x=44 y=314 width=20 height=32 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=11369 x=64 y=314 width=24 height=32 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=11370 x=88 y=314 width=20 height=32 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=11371 x=108 y=314 width=23 height=32 xoffset=0 yoffset=6 xadvance=21 page=0 chnl=0 -char id=34 x=122 y=385 width=14 height=13 xoffset=0 yoffset=5 xadvance=14 page=1 chnl=0 -char id=39 x=502 y=322 width=8 height=13 xoffset=0 yoffset=5 xadvance=8 page=1 chnl=0 -char id=42 x=420 y=364 width=19 height=18 xoffset=0 yoffset=5 xadvance=18 page=1 chnl=0 -char id=43 x=149 y=297 width=23 height=23 xoffset=1 yoffset=10 xadvance=24 page=1 chnl=0 -char id=44 x=37 y=385 width=12 height=14 xoffset=-1 yoffset=25 xadvance=11 page=1 chnl=0 -char id=45 x=0 y=401 width=13 height=7 xoffset=0 yoffset=17 xadvance=13 page=1 chnl=0 -char id=46 x=503 y=162 width=8 height=8 xoffset=2 yoffset=25 xadvance=11 page=1 chnl=0 -char id=61 x=49 y=385 width=21 height=14 xoffset=2 yoffset=14 xadvance=24 page=1 chnl=0 -char id=94 x=467 y=364 width=24 height=17 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=95 x=135 y=401 width=22 height=6 xoffset=-1 yoffset=32 xadvance=18 page=1 chnl=0 -char id=96 x=344 y=385 width=12 height=10 xoffset=2 yoffset=3 xadvance=18 page=1 chnl=0 -char id=116 x=143 y=270 width=15 height=26 xoffset=-1 yoffset=7 xadvance=12 page=1 chnl=0 -char id=126 x=254 y=385 width=24 height=12 xoffset=0 yoffset=15 xadvance=24 page=1 chnl=0 -char id=161 x=0 y=0 width=8 height=27 xoffset=2 yoffset=6 xadvance=12 page=1 chnl=0 -char id=163 x=8 y=0 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=164 x=353 y=364 width=20 height=20 xoffset=0 yoffset=10 xadvance=18 page=1 chnl=0 -char id=165 x=27 y=0 width=22 height=27 xoffset=-2 yoffset=6 xadvance=18 page=1 chnl=0 -char id=168 x=13 y=401 width=14 height=7 xoffset=3 yoffset=6 xadvance=18 page=1 chnl=0 -char id=170 x=373 y=364 width=16 height=19 xoffset=1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=172 x=0 y=385 width=22 height=16 xoffset=1 yoffset=17 xadvance=24 page=1 chnl=0 -char id=175 x=157 y=401 width=23 height=6 xoffset=-1 yoffset=1 xadvance=18 page=1 chnl=0 -char id=176 x=491 y=364 width=16 height=16 xoffset=1 yoffset=6 xadvance=16 page=1 chnl=0 -char id=177 x=105 y=297 width=23 height=24 xoffset=1 yoffset=7 xadvance=24 page=1 chnl=0 -char id=178 x=439 y=364 width=15 height=18 xoffset=2 yoffset=6 xadvance=17 page=1 chnl=0 -char id=179 x=389 y=364 width=14 height=19 xoffset=2 yoffset=6 xadvance=17 page=1 chnl=0 -char id=180 x=356 y=385 width=12 height=10 xoffset=5 yoffset=3 xadvance=18 page=1 chnl=0 -char id=181 x=49 y=0 width=18 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=183 x=465 y=385 width=8 height=8 xoffset=3 yoffset=12 xadvance=12 page=1 chnl=0 -char id=184 x=368 y=385 width=12 height=10 xoffset=4 yoffset=29 xadvance=18 page=1 chnl=0 -char id=185 x=454 y=364 width=13 height=18 xoffset=3 yoffset=6 xadvance=17 page=1 chnl=0 -char id=186 x=403 y=364 width=17 height=19 xoffset=0 yoffset=6 xadvance=17 page=1 chnl=0 -char id=188 x=67 y=0 width=30 height=27 xoffset=2 yoffset=6 xadvance=33 page=1 chnl=0 -char id=189 x=97 y=0 width=32 height=27 xoffset=2 yoffset=6 xadvance=33 page=1 chnl=0 -char id=190 x=129 y=0 width=32 height=27 xoffset=1 yoffset=6 xadvance=33 page=1 chnl=0 -char id=191 x=161 y=0 width=17 height=27 xoffset=0 yoffset=6 xadvance=16 page=1 chnl=0 -char id=198 x=178 y=0 width=34 height=27 xoffset=-3 yoffset=6 xadvance=30 page=1 chnl=0 -char id=208 x=212 y=0 width=25 height=27 xoffset=-1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=222 x=237 y=0 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=228 x=255 y=0 width=18 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=231 x=273 y=0 width=17 height=27 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=235 x=290 y=0 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=239 x=309 y=0 width=14 height=27 xoffset=-2 yoffset=6 xadvance=8 page=1 chnl=0 -char id=240 x=323 y=0 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=246 x=342 y=0 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=247 x=172 y=297 width=24 height=23 xoffset=1 yoffset=10 xadvance=24 page=1 chnl=0 -char id=248 x=128 y=297 width=21 height=24 xoffset=-1 yoffset=11 xadvance=18 page=1 chnl=0 -char id=252 x=361 y=0 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=257 x=379 y=0 width=18 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=261 x=397 y=0 width=19 height=27 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=267 x=416 y=0 width=17 height=27 xoffset=0 yoffset=6 xadvance=16 page=1 chnl=0 -char id=272 x=212 y=0 width=25 height=27 xoffset=-1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=275 x=433 y=0 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=279 x=452 y=0 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=281 x=471 y=0 width=19 height=27 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=294 x=0 y=27 width=27 height=27 xoffset=-1 yoffset=6 xadvance=24 page=1 chnl=0 -char id=299 x=158 y=270 width=14 height=26 xoffset=-2 yoffset=7 xadvance=8 page=1 chnl=0 -char id=306 x=27 y=27 width=24 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=319 x=490 y=0 width=18 height=27 xoffset=1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=321 x=51 y=27 width=21 height=27 xoffset=-1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=326 x=72 y=27 width=18 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=331 x=90 y=27 width=18 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=333 x=108 y=27 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=338 x=127 y=27 width=33 height=27 xoffset=0 yoffset=6 xadvance=32 page=1 chnl=0 -char id=343 x=160 y=27 width=15 height=27 xoffset=0 yoffset=12 xadvance=13 page=1 chnl=0 -char id=351 x=175 y=27 width=16 height=27 xoffset=0 yoffset=12 xadvance=15 page=1 chnl=0 -char id=358 x=191 y=27 width=23 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=359 x=172 y=270 width=15 height=26 xoffset=-1 yoffset=7 xadvance=12 page=1 chnl=0 -char id=363 x=214 y=27 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=371 x=232 y=27 width=19 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=380 x=251 y=27 width=16 height=27 xoffset=0 yoffset=6 xadvance=15 page=1 chnl=0 -char id=884 x=380 y=385 width=10 height=10 xoffset=5 yoffset=3 xadvance=18 page=1 chnl=0 -char id=885 x=406 y=385 width=10 height=9 xoffset=4 yoffset=30 xadvance=18 page=1 chnl=0 -char id=890 x=416 y=385 width=9 height=9 xoffset=5 yoffset=30 xadvance=18 page=1 chnl=0 -char id=893 x=219 y=297 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=900 x=502 y=243 width=9 height=10 xoffset=5 yoffset=3 xadvance=18 page=1 chnl=0 -char id=901 x=390 y=385 width=16 height=10 xoffset=2 yoffset=3 xadvance=18 page=1 chnl=0 -char id=902 x=267 y=27 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=903 x=465 y=385 width=8 height=8 xoffset=3 yoffset=12 xadvance=12 page=1 chnl=0 -char id=904 x=291 y=27 width=26 height=27 xoffset=-2 yoffset=6 xadvance=23 page=1 chnl=0 -char id=905 x=317 y=27 width=29 height=27 xoffset=-2 yoffset=6 xadvance=26 page=1 chnl=0 -char id=906 x=346 y=27 width=19 height=27 xoffset=-2 yoffset=6 xadvance=17 page=1 chnl=0 -char id=908 x=365 y=27 width=30 height=27 xoffset=-2 yoffset=6 xadvance=27 page=1 chnl=0 -char id=910 x=395 y=27 width=30 height=27 xoffset=-2 yoffset=6 xadvance=24 page=1 chnl=0 -char id=911 x=425 y=27 width=30 height=27 xoffset=-2 yoffset=6 xadvance=27 page=1 chnl=0 -char id=913 x=455 y=27 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=914 x=479 y=27 width=20 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=915 x=0 y=54 width=18 height=27 xoffset=1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=916 x=18 y=54 width=25 height=27 xoffset=-2 yoffset=6 xadvance=21 page=1 chnl=0 -char id=917 x=43 y=54 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=918 x=62 y=54 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=1 chnl=0 -char id=919 x=82 y=54 width=22 height=27 xoffset=1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=920 x=104 y=54 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=921 x=129 y=54 width=13 height=27 xoffset=0 yoffset=6 xadvance=13 page=1 chnl=0 -char id=922 x=142 y=54 width=24 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=923 x=166 y=54 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=924 x=190 y=54 width=25 height=27 xoffset=1 yoffset=6 xadvance=26 page=1 chnl=0 -char id=925 x=215 y=54 width=21 height=27 xoffset=1 yoffset=6 xadvance=22 page=1 chnl=0 -char id=926 x=236 y=54 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=1 chnl=0 -char id=927 x=256 y=54 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=928 x=281 y=54 width=22 height=27 xoffset=1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=929 x=303 y=54 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=931 x=322 y=54 width=21 height=27 xoffset=0 yoffset=6 xadvance=19 page=1 chnl=0 -char id=932 x=343 y=54 width=23 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=933 x=366 y=54 width=25 height=27 xoffset=-2 yoffset=6 xadvance=19 page=1 chnl=0 -char id=934 x=391 y=54 width=25 height=27 xoffset=0 yoffset=6 xadvance=25 page=1 chnl=0 -char id=935 x=416 y=54 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=936 x=440 y=54 width=25 height=27 xoffset=1 yoffset=6 xadvance=26 page=1 chnl=0 -char id=937 x=465 y=54 width=26 height=27 xoffset=-1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=945 x=236 y=297 width=19 height=21 xoffset=0 yoffset=12 xadvance=19 page=1 chnl=0 -char id=947 x=491 y=54 width=20 height=27 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=949 x=255 y=297 width=18 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=951 x=0 y=81 width=18 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=953 x=502 y=81 width=7 height=21 xoffset=1 yoffset=12 xadvance=8 page=1 chnl=0 -char id=954 x=273 y=297 width=19 height=21 xoffset=1 yoffset=12 xadvance=17 page=1 chnl=0 -char id=956 x=18 y=81 width=18 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=957 x=292 y=297 width=21 height=21 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=959 x=313 y=297 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=960 x=332 y=297 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=961 x=36 y=81 width=19 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=962 x=55 y=81 width=18 height=27 xoffset=0 yoffset=12 xadvance=15 page=1 chnl=0 -char id=963 x=350 y=297 width=22 height=21 xoffset=0 yoffset=12 xadvance=20 page=1 chnl=0 -char id=964 x=372 y=297 width=19 height=21 xoffset=-1 yoffset=12 xadvance=16 page=1 chnl=0 -char id=965 x=391 y=297 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=966 x=73 y=81 width=25 height=27 xoffset=0 yoffset=12 xadvance=24 page=1 chnl=0 -char id=967 x=98 y=81 width=21 height=27 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=968 x=119 y=81 width=23 height=27 xoffset=1 yoffset=12 xadvance=24 page=1 chnl=0 -char id=969 x=409 y=297 width=25 height=21 xoffset=0 yoffset=12 xadvance=24 page=1 chnl=0 -char id=970 x=142 y=81 width=14 height=27 xoffset=-2 yoffset=6 xadvance=8 page=1 chnl=0 -char id=971 x=156 y=81 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=978 x=174 y=81 width=28 height=27 xoffset=-2 yoffset=6 xadvance=23 page=1 chnl=0 -char id=982 x=434 y=297 width=25 height=21 xoffset=0 yoffset=12 xadvance=24 page=1 chnl=0 -char id=983 x=202 y=81 width=24 height=27 xoffset=-2 yoffset=12 xadvance=18 page=1 chnl=0 -char id=985 x=226 y=81 width=19 height=27 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=987 x=245 y=81 width=17 height=27 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=988 x=262 y=81 width=19 height=27 xoffset=1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=989 x=281 y=81 width=16 height=27 xoffset=1 yoffset=12 xadvance=16 page=1 chnl=0 -char id=990 x=297 y=81 width=25 height=27 xoffset=-2 yoffset=6 xadvance=21 page=1 chnl=0 -char id=995 x=322 y=81 width=27 height=27 xoffset=1 yoffset=12 xadvance=28 page=1 chnl=0 -char id=996 x=349 y=81 width=21 height=27 xoffset=0 yoffset=6 xadvance=21 page=1 chnl=0 -char id=999 x=459 y=297 width=20 height=21 xoffset=-1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1000 x=370 y=81 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1002 x=390 y=81 width=25 height=27 xoffset=-2 yoffset=6 xadvance=21 page=1 chnl=0 -char id=1003 x=479 y=297 width=25 height=21 xoffset=-2 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1004 x=415 y=81 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1005 x=0 y=322 width=20 height=21 xoffset=0 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1006 x=440 y=81 width=19 height=27 xoffset=-1 yoffset=6 xadvance=16 page=1 chnl=0 -char id=1008 x=20 y=322 width=24 height=21 xoffset=-2 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1010 x=44 y=322 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1012 x=459 y=81 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1013 x=61 y=322 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1014 x=78 y=322 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1015 x=484 y=81 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1020 x=0 y=108 width=22 height=27 xoffset=-2 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1021 x=22 y=108 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1022 x=43 y=108 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1023 x=64 y=108 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1026 x=85 y=108 width=26 height=27 xoffset=-1 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1028 x=111 y=108 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1029 x=132 y=108 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1030 x=152 y=108 width=13 height=27 xoffset=0 yoffset=6 xadvance=13 page=1 chnl=0 -char id=1032 x=165 y=108 width=15 height=27 xoffset=-1 yoffset=6 xadvance=14 page=1 chnl=0 -char id=1033 x=180 y=108 width=35 height=27 xoffset=-1 yoffset=6 xadvance=33 page=1 chnl=0 -char id=1034 x=215 y=108 width=32 height=27 xoffset=1 yoffset=6 xadvance=32 page=1 chnl=0 -char id=1035 x=247 y=108 width=26 height=27 xoffset=-1 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1040 x=273 y=108 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1041 x=297 y=108 width=20 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1042 x=317 y=108 width=20 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1043 x=337 y=108 width=18 height=27 xoffset=1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=1045 x=355 y=108 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1046 x=374 y=108 width=34 height=27 xoffset=-2 yoffset=6 xadvance=30 page=1 chnl=0 -char id=1047 x=408 y=108 width=20 height=27 xoffset=-1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1048 x=428 y=108 width=21 height=27 xoffset=1 yoffset=6 xadvance=22 page=1 chnl=0 -char id=1050 x=449 y=108 width=22 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1051 x=471 y=108 width=24 height=27 xoffset=-1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=1052 x=0 y=135 width=25 height=27 xoffset=1 yoffset=6 xadvance=26 page=1 chnl=0 -char id=1053 x=25 y=135 width=22 height=27 xoffset=1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=1054 x=47 y=135 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1055 x=72 y=135 width=22 height=27 xoffset=1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=1056 x=94 y=135 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1057 x=113 y=135 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1058 x=134 y=135 width=23 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1059 x=157 y=135 width=24 height=27 xoffset=-2 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1060 x=181 y=135 width=25 height=27 xoffset=0 yoffset=6 xadvance=25 page=1 chnl=0 -char id=1061 x=206 y=135 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1063 x=230 y=135 width=21 height=27 xoffset=0 yoffset=6 xadvance=21 page=1 chnl=0 -char id=1064 x=251 y=135 width=29 height=27 xoffset=1 yoffset=6 xadvance=31 page=1 chnl=0 -char id=1066 x=280 y=135 width=25 height=27 xoffset=-1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=1067 x=305 y=135 width=25 height=27 xoffset=1 yoffset=6 xadvance=26 page=1 chnl=0 -char id=1068 x=330 y=135 width=20 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1069 x=350 y=135 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1070 x=371 y=135 width=31 height=27 xoffset=1 yoffset=6 xadvance=31 page=1 chnl=0 -char id=1071 x=402 y=135 width=23 height=27 xoffset=-2 yoffset=6 xadvance=21 page=1 chnl=0 -char id=1072 x=95 y=322 width=18 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1074 x=113 y=322 width=18 height=21 xoffset=1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1075 x=131 y=322 width=15 height=21 xoffset=1 yoffset=12 xadvance=14 page=1 chnl=0 -char id=1076 x=238 y=270 width=21 height=25 xoffset=-1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1077 x=146 y=322 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1078 x=165 y=322 width=29 height=21 xoffset=-2 yoffset=12 xadvance=24 page=1 chnl=0 -char id=1079 x=194 y=322 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1080 x=211 y=322 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1082 x=229 y=322 width=19 height=21 xoffset=1 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1083 x=248 y=322 width=20 height=21 xoffset=-1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1084 x=268 y=322 width=20 height=21 xoffset=1 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1085 x=288 y=322 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1086 x=306 y=322 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1087 x=325 y=322 width=18 height=21 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1088 x=425 y=135 width=19 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1089 x=343 y=322 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1090 x=360 y=322 width=19 height=21 xoffset=-1 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1091 x=444 y=135 width=21 height=27 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1093 x=379 y=322 width=21 height=21 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1094 x=259 y=270 width=19 height=25 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1095 x=400 y=322 width=17 height=21 xoffset=1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1096 x=417 y=322 width=25 height=21 xoffset=1 yoffset=12 xadvance=26 page=1 chnl=0 -char id=1097 x=278 y=270 width=27 height=25 xoffset=1 yoffset=12 xadvance=26 page=1 chnl=0 -char id=1098 x=442 y=322 width=21 height=21 xoffset=-1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1099 x=463 y=322 width=22 height=21 xoffset=1 yoffset=12 xadvance=23 page=1 chnl=0 -char id=1100 x=485 y=322 width=17 height=21 xoffset=1 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1101 x=0 y=343 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1102 x=17 y=343 width=25 height=21 xoffset=1 yoffset=12 xadvance=25 page=1 chnl=0 -char id=1103 x=42 y=343 width=20 height=21 xoffset=-2 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1105 x=465 y=135 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1108 x=62 y=343 width=17 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1109 x=79 y=343 width=16 height=21 xoffset=0 yoffset=12 xadvance=15 page=1 chnl=0 -char id=1110 x=499 y=27 width=7 height=27 xoffset=1 yoffset=6 xadvance=8 page=1 chnl=0 -char id=1111 x=495 y=108 width=14 height=27 xoffset=-2 yoffset=6 xadvance=8 page=1 chnl=0 -char id=1113 x=95 y=343 width=29 height=21 xoffset=-1 yoffset=12 xadvance=27 page=1 chnl=0 -char id=1114 x=124 y=343 width=27 height=21 xoffset=1 yoffset=12 xadvance=27 page=1 chnl=0 -char id=1119 x=305 y=270 width=18 height=25 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1120 x=0 y=162 width=39 height=27 xoffset=0 yoffset=6 xadvance=38 page=1 chnl=0 -char id=1121 x=151 y=343 width=28 height=21 xoffset=-2 yoffset=12 xadvance=24 page=1 chnl=0 -char id=1122 x=484 y=135 width=25 height=27 xoffset=-1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=1124 x=39 y=162 width=28 height=27 xoffset=1 yoffset=6 xadvance=28 page=1 chnl=0 -char id=1125 x=179 y=343 width=23 height=21 xoffset=1 yoffset=12 xadvance=23 page=1 chnl=0 -char id=1126 x=67 y=162 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1127 x=202 y=343 width=22 height=21 xoffset=-2 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1128 x=91 y=162 width=28 height=27 xoffset=1 yoffset=6 xadvance=27 page=1 chnl=0 -char id=1129 x=224 y=343 width=25 height=21 xoffset=0 yoffset=12 xadvance=23 page=1 chnl=0 -char id=1130 x=119 y=162 width=30 height=27 xoffset=-2 yoffset=6 xadvance=26 page=1 chnl=0 -char id=1131 x=249 y=343 width=25 height=21 xoffset=-2 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1132 x=149 y=162 width=35 height=27 xoffset=1 yoffset=6 xadvance=34 page=1 chnl=0 -char id=1133 x=274 y=343 width=29 height=21 xoffset=1 yoffset=12 xadvance=28 page=1 chnl=0 -char id=1136 x=184 y=162 width=26 height=27 xoffset=0 yoffset=6 xadvance=26 page=1 chnl=0 -char id=1137 x=210 y=162 width=24 height=27 xoffset=0 yoffset=12 xadvance=24 page=1 chnl=0 -char id=1138 x=234 y=162 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1139 x=303 y=343 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1140 x=259 y=162 width=30 height=27 xoffset=-2 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1141 x=322 y=343 width=26 height=21 xoffset=-2 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1145 x=289 y=162 width=35 height=27 xoffset=0 yoffset=12 xadvance=32 page=1 chnl=0 -char id=1147 x=196 y=297 width=23 height=23 xoffset=0 yoffset=11 xadvance=22 page=1 chnl=0 -char id=1151 x=324 y=162 width=28 height=27 xoffset=-2 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1153 x=352 y=162 width=17 height=27 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1154 x=369 y=162 width=21 height=27 xoffset=-2 yoffset=6 xadvance=17 page=1 chnl=0 -char id=1155 x=314 y=385 width=30 height=11 xoffset=2 yoffset=2 xadvance=0 page=1 chnl=0 -char id=1156 x=473 y=385 width=31 height=8 xoffset=2 yoffset=-2 xadvance=0 page=1 chnl=0 -char id=1157 x=278 y=385 width=18 height=12 xoffset=6 yoffset=-11 xadvance=0 page=1 chnl=0 -char id=1158 x=296 y=385 width=18 height=12 xoffset=6 yoffset=-18 xadvance=0 page=1 chnl=0 -char id=1159 x=425 y=385 width=18 height=9 xoffset=1 yoffset=3 xadvance=21 page=1 chnl=0 -char id=1164 x=390 y=162 width=22 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1166 x=412 y=162 width=19 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1167 x=431 y=162 width=20 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1169 x=451 y=162 width=15 height=27 xoffset=1 yoffset=6 xadvance=14 page=1 chnl=0 -char id=1170 x=466 y=162 width=20 height=27 xoffset=-1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=1171 x=348 y=343 width=16 height=21 xoffset=0 yoffset=12 xadvance=14 page=1 chnl=0 -char id=1173 x=486 y=162 width=17 height=27 xoffset=1 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1175 x=323 y=270 width=28 height=25 xoffset=-2 yoffset=12 xadvance=25 page=1 chnl=0 -char id=1177 x=0 y=189 width=17 height=27 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1179 x=351 y=270 width=18 height=25 xoffset=1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1180 x=17 y=189 width=22 height=27 xoffset=1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1181 x=364 y=343 width=19 height=21 xoffset=1 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1182 x=39 y=189 width=24 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1184 x=63 y=189 width=28 height=27 xoffset=-1 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1185 x=383 y=343 width=24 height=21 xoffset=-1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1187 x=369 y=270 width=19 height=25 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1188 x=91 y=189 width=27 height=27 xoffset=1 yoffset=6 xadvance=26 page=1 chnl=0 -char id=1189 x=407 y=343 width=22 height=21 xoffset=1 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1191 x=118 y=189 width=28 height=27 xoffset=1 yoffset=12 xadvance=28 page=1 chnl=0 -char id=1195 x=146 y=189 width=17 height=27 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1197 x=388 y=270 width=19 height=25 xoffset=-1 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1198 x=163 y=189 width=25 height=27 xoffset=-2 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1199 x=188 y=189 width=21 height=27 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1200 x=209 y=189 width=25 height=27 xoffset=-2 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1201 x=234 y=189 width=21 height=27 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1203 x=407 y=270 width=20 height=25 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1205 x=427 y=270 width=24 height=25 xoffset=-1 yoffset=12 xadvance=22 page=1 chnl=0 -char id=1207 x=451 y=270 width=19 height=25 xoffset=1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1208 x=255 y=189 width=21 height=27 xoffset=0 yoffset=6 xadvance=21 page=1 chnl=0 -char id=1209 x=429 y=343 width=17 height=21 xoffset=1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1210 x=276 y=189 width=20 height=27 xoffset=1 yoffset=6 xadvance=21 page=1 chnl=0 -char id=1212 x=296 y=189 width=29 height=27 xoffset=-1 yoffset=6 xadvance=27 page=1 chnl=0 -char id=1213 x=446 y=343 width=23 height=21 xoffset=-1 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1215 x=470 y=270 width=23 height=25 xoffset=-1 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1216 x=325 y=189 width=13 height=27 xoffset=0 yoffset=6 xadvance=13 page=1 chnl=0 -char id=1220 x=338 y=189 width=17 height=27 xoffset=1 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1222 x=0 y=297 width=23 height=25 xoffset=-1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1224 x=355 y=189 width=18 height=27 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1226 x=23 y=297 width=22 height=25 xoffset=1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1228 x=493 y=270 width=17 height=25 xoffset=1 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1230 x=45 y=297 width=24 height=25 xoffset=1 yoffset=12 xadvance=21 page=1 chnl=0 -char id=1235 x=373 y=189 width=18 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1236 x=391 y=189 width=34 height=27 xoffset=-3 yoffset=6 xadvance=30 page=1 chnl=0 -char id=1237 x=469 y=343 width=30 height=21 xoffset=0 yoffset=12 xadvance=29 page=1 chnl=0 -char id=1240 x=425 y=189 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1241 x=0 y=364 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1243 x=450 y=189 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1245 x=469 y=189 width=29 height=27 xoffset=-2 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1247 x=0 y=216 width=17 height=27 xoffset=0 yoffset=6 xadvance=16 page=1 chnl=0 -char id=1248 x=17 y=216 width=20 height=27 xoffset=-1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1249 x=37 y=216 width=16 height=27 xoffset=0 yoffset=12 xadvance=15 page=1 chnl=0 -char id=1251 x=53 y=216 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1253 x=71 y=216 width=18 height=27 xoffset=1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=1255 x=89 y=216 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1256 x=108 y=216 width=25 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=1257 x=19 y=364 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1259 x=133 y=216 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1261 x=152 y=216 width=17 height=27 xoffset=0 yoffset=6 xadvance=16 page=1 chnl=0 -char id=1269 x=169 y=216 width=17 height=27 xoffset=1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1271 x=187 y=270 width=15 height=26 xoffset=1 yoffset=12 xadvance=14 page=1 chnl=0 -char id=1273 x=186 y=216 width=22 height=27 xoffset=1 yoffset=6 xadvance=23 page=1 chnl=0 -char id=1275 x=208 y=216 width=17 height=27 xoffset=-1 yoffset=12 xadvance=14 page=1 chnl=0 -char id=1277 x=225 y=216 width=21 height=27 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1278 x=246 y=216 width=24 height=27 xoffset=-2 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1279 x=38 y=364 width=21 height=21 xoffset=-2 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1280 x=270 y=216 width=20 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=1282 x=290 y=216 width=30 height=27 xoffset=0 yoffset=6 xadvance=30 page=1 chnl=0 -char id=1284 x=320 y=216 width=30 height=27 xoffset=0 yoffset=6 xadvance=30 page=1 chnl=0 -char id=1285 x=59 y=364 width=27 height=21 xoffset=0 yoffset=12 xadvance=27 page=1 chnl=0 -char id=1287 x=69 y=297 width=18 height=25 xoffset=0 yoffset=12 xadvance=17 page=1 chnl=0 -char id=1288 x=350 y=216 width=34 height=27 xoffset=-1 yoffset=6 xadvance=33 page=1 chnl=0 -char id=1289 x=86 y=364 width=30 height=21 xoffset=-1 yoffset=12 xadvance=29 page=1 chnl=0 -char id=1290 x=384 y=216 width=32 height=27 xoffset=1 yoffset=6 xadvance=33 page=1 chnl=0 -char id=1291 x=116 y=364 width=29 height=21 xoffset=1 yoffset=12 xadvance=30 page=1 chnl=0 -char id=1292 x=416 y=216 width=23 height=27 xoffset=0 yoffset=6 xadvance=22 page=1 chnl=0 -char id=1293 x=145 y=364 width=19 height=21 xoffset=0 yoffset=12 xadvance=18 page=1 chnl=0 -char id=1294 x=439 y=216 width=26 height=27 xoffset=-1 yoffset=6 xadvance=25 page=1 chnl=0 -char id=1295 x=164 y=364 width=24 height=21 xoffset=-1 yoffset=12 xadvance=23 page=1 chnl=0 -char id=1296 x=465 y=216 width=20 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=1297 x=188 y=364 width=18 height=21 xoffset=0 yoffset=12 xadvance=16 page=1 chnl=0 -char id=1299 x=485 y=216 width=20 height=27 xoffset=-1 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1307 x=0 y=243 width=19 height=27 xoffset=0 yoffset=12 xadvance=19 page=1 chnl=0 -char id=1308 x=19 y=243 width=34 height=27 xoffset=-2 yoffset=6 xadvance=30 page=1 chnl=0 -char id=1309 x=206 y=364 width=29 height=21 xoffset=-2 yoffset=12 xadvance=25 page=1 chnl=0 -char id=8210 x=27 y=401 width=21 height=7 xoffset=-1 yoffset=18 xadvance=18 page=1 chnl=0 -char id=8211 x=27 y=401 width=21 height=7 xoffset=-1 yoffset=18 xadvance=18 page=1 chnl=0 -char id=8212 x=48 y=401 width=33 height=7 xoffset=-1 yoffset=18 xadvance=30 page=1 chnl=0 -char id=8213 x=81 y=401 width=29 height=7 xoffset=1 yoffset=18 xadvance=30 page=1 chnl=0 -char id=8215 x=443 y=385 width=22 height=9 xoffset=-1 yoffset=30 xadvance=18 page=1 chnl=0 -char id=8216 x=136 y=385 width=12 height=13 xoffset=-3 yoffset=5 xadvance=8 page=1 chnl=0 -char id=8217 x=148 y=385 width=12 height=13 xoffset=0 yoffset=5 xadvance=8 page=1 chnl=0 -char id=8218 x=160 y=385 width=11 height=13 xoffset=-2 yoffset=25 xadvance=8 page=1 chnl=0 -char id=8219 x=171 y=385 width=12 height=13 xoffset=-3 yoffset=5 xadvance=8 page=1 chnl=0 -char id=8220 x=183 y=385 width=18 height=13 xoffset=-3 yoffset=5 xadvance=14 page=1 chnl=0 -char id=8221 x=201 y=385 width=18 height=13 xoffset=0 yoffset=5 xadvance=14 page=1 chnl=0 -char id=8222 x=219 y=385 width=17 height=13 xoffset=-2 yoffset=25 xadvance=14 page=1 chnl=0 -char id=8223 x=236 y=385 width=18 height=13 xoffset=-3 yoffset=5 xadvance=14 page=1 chnl=0 -char id=8224 x=202 y=270 width=18 height=26 xoffset=1 yoffset=5 xadvance=18 page=1 chnl=0 -char id=8225 x=220 y=270 width=18 height=26 xoffset=1 yoffset=5 xadvance=18 page=1 chnl=0 -char id=8226 x=22 y=385 width=15 height=15 xoffset=1 yoffset=13 xadvance=16 page=1 chnl=0 -char id=8230 x=110 y=401 width=25 height=7 xoffset=2 yoffset=26 xadvance=27 page=1 chnl=0 -char id=8240 x=53 y=243 width=45 height=27 xoffset=1 yoffset=6 xadvance=46 page=1 chnl=0 -char id=8242 x=70 y=385 width=11 height=14 xoffset=0 yoffset=6 xadvance=10 page=1 chnl=0 -char id=8243 x=81 y=385 width=17 height=14 xoffset=0 yoffset=6 xadvance=16 page=1 chnl=0 -char id=8244 x=98 y=385 width=24 height=14 xoffset=-3 yoffset=6 xadvance=16 page=1 chnl=0 -char id=8249 x=499 y=343 width=12 height=21 xoffset=1 yoffset=10 xadvance=13 page=1 chnl=0 -char id=8250 x=498 y=189 width=12 height=21 xoffset=1 yoffset=10 xadvance=13 page=1 chnl=0 -char id=8252 x=98 y=243 width=15 height=27 xoffset=2 yoffset=6 xadvance=19 page=1 chnl=0 -char id=8254 x=180 y=401 width=22 height=6 xoffset=-2 yoffset=1 xadvance=18 page=1 chnl=0 -char id=8260 x=113 y=243 width=21 height=27 xoffset=-2 yoffset=6 xadvance=15 page=1 chnl=0 -char id=8352 x=134 y=243 width=20 height=27 xoffset=0 yoffset=6 xadvance=19 page=1 chnl=0 -char id=8354 x=154 y=243 width=21 height=27 xoffset=0 yoffset=6 xadvance=20 page=1 chnl=0 -char id=8355 x=175 y=243 width=20 height=27 xoffset=-1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=8356 x=195 y=243 width=19 height=27 xoffset=0 yoffset=6 xadvance=18 page=1 chnl=0 -char id=8357 x=214 y=243 width=27 height=27 xoffset=1 yoffset=9 xadvance=28 page=1 chnl=0 -char id=8358 x=241 y=243 width=25 height=27 xoffset=-1 yoffset=6 xadvance=22 page=1 chnl=0 -char id=8359 x=266 y=243 width=31 height=27 xoffset=1 yoffset=6 xadvance=32 page=1 chnl=0 -char id=8360 x=297 y=243 width=38 height=27 xoffset=1 yoffset=6 xadvance=37 page=1 chnl=0 -char id=8361 x=335 y=243 width=33 height=27 xoffset=-1 yoffset=6 xadvance=30 page=1 chnl=0 -char id=8364 x=368 y=243 width=21 height=27 xoffset=-2 yoffset=6 xadvance=18 page=1 chnl=0 -char id=8365 x=389 y=243 width=24 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=8366 x=413 y=243 width=23 height=27 xoffset=-1 yoffset=6 xadvance=20 page=1 chnl=0 -char id=8369 x=436 y=243 width=22 height=27 xoffset=-1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=8371 x=458 y=243 width=23 height=27 xoffset=-2 yoffset=6 xadvance=18 page=1 chnl=0 -char id=8372 x=481 y=243 width=21 height=27 xoffset=-1 yoffset=6 xadvance=18 page=1 chnl=0 -char id=11360 x=0 y=270 width=20 height=27 xoffset=-1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=11362 x=20 y=270 width=23 height=27 xoffset=-2 yoffset=6 xadvance=19 page=1 chnl=0 -char id=11363 x=43 y=270 width=21 height=27 xoffset=-1 yoffset=6 xadvance=19 page=1 chnl=0 -char id=11372 x=87 y=297 width=18 height=25 xoffset=0 yoffset=12 xadvance=17 page=1 chnl=0 -char id=11373 x=64 y=270 width=24 height=27 xoffset=0 yoffset=6 xadvance=24 page=1 chnl=0 -char id=11377 x=235 y=364 width=24 height=21 xoffset=-2 yoffset=12 xadvance=20 page=1 chnl=0 -char id=11378 x=88 y=270 width=38 height=27 xoffset=-2 yoffset=6 xadvance=34 page=1 chnl=0 -char id=11379 x=259 y=364 width=33 height=21 xoffset=-2 yoffset=12 xadvance=28 page=1 chnl=0 -char id=11380 x=292 y=364 width=22 height=21 xoffset=-2 yoffset=12 xadvance=18 page=1 chnl=0 -char id=11381 x=126 y=270 width=17 height=27 xoffset=1 yoffset=6 xadvance=17 page=1 chnl=0 -char id=11382 x=314 y=364 width=14 height=21 xoffset=1 yoffset=12 xadvance=14 page=1 chnl=0 -char id=11383 x=328 y=364 width=25 height=21 xoffset=0 yoffset=12 xadvance=24 page=1 chnl=0 -kernings count=375 -kerning first=70 second=46 amount=-4 -kerning first=118 second=8230 amount=-3 -kerning first=39 second=65 amount=-1 -kerning first=65 second=45 amount=-1 -kerning first=8211 second=87 amount=-1 -kerning first=84 second=121 amount=-3 -kerning first=90 second=8212 amount=-1 -kerning first=121 second=44 amount=-3 -kerning first=8211 second=121 amount=-1 -kerning first=80 second=339 amount=-1 -kerning first=86 second=58 amount=-1 -kerning first=89 second=101 amount=-2 -kerning first=90 second=97 amount=-1 -kerning first=89 second=248 amount=-2 -kerning first=70 second=59 amount=-1 -kerning first=84 second=230 amount=-4 -kerning first=84 second=45 amount=-2 -kerning first=89 second=46 amount=-4 -kerning first=102 second=125 amount=2 -kerning first=8217 second=46 amount=-3 -kerning first=8222 second=87 amount=-1 -kerning first=68 second=46 amount=-1 -kerning first=84 second=79 amount=-1 -kerning first=82 second=121 amount=-1 -kerning first=80 second=74 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=89 second=114 amount=-1 -kerning first=119 second=44 amount=-1 -kerning first=89 second=59 amount=-3 -kerning first=45 second=88 amount=-1 -kerning first=91 second=106 amount=1 -kerning first=84 second=58 amount=-3 -kerning first=87 second=101 amount=-1 -kerning first=67 second=8212 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=88 second=97 amount=-1 -kerning first=45 second=122 amount=-1 -kerning first=82 second=230 amount=-1 -kerning first=82 second=45 amount=-1 -kerning first=87 second=46 amount=-3 -kerning first=46 second=8212 amount=-2 -kerning first=8221 second=46 amount=-3 -kerning first=8221 second=8217 amount=1 -kerning first=107 second=8212 amount=-1 -kerning first=86 second=198 amount=-1 -kerning first=102 second=8211 amount=-1 -kerning first=114 second=8230 amount=-4 -kerning first=8212 second=88 amount=-1 -kerning first=84 second=71 amount=-1 -kerning first=65 second=84 amount=-2 -kerning first=86 second=8212 amount=-1 -kerning first=87 second=114 amount=-1 -kerning first=8212 second=122 amount=-1 -kerning first=8220 second=198 amount=-1 -kerning first=87 second=59 amount=-1 -kerning first=8216 second=198 amount=-1 -kerning first=8217 second=239 amount=3 -kerning first=102 second=41 amount=2 -kerning first=65 second=8212 amount=-1 -kerning first=86 second=97 amount=-1 -kerning first=80 second=230 amount=-1 -kerning first=121 second=8211 amount=-1 -kerning first=84 second=84 amount=-2 -kerning first=33 second=8221 amount=-1 -kerning first=84 second=198 amount=-2 -kerning first=46 second=55 amount=-1 -kerning first=8211 second=84 amount=-2 -kerning first=84 second=118 amount=-3 -kerning first=76 second=74 amount=1 -kerning first=84 second=8212 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=84 second=63 amount=1 -kerning first=8211 second=118 amount=-1 -kerning first=8211 second=198 amount=-1 -kerning first=8217 second=8220 amount=3 -kerning first=70 second=111 amount=-1 -kerning first=70 second=8230 amount=-4 -kerning first=84 second=97 amount=-4 -kerning first=8222 second=84 amount=-3 -kerning first=82 second=84 amount=-1 -kerning first=76 second=87 amount=-1 -kerning first=102 second=8217 amount=1 -kerning first=65 second=89 amount=-1 -kerning first=44 second=55 amount=-1 -kerning first=118 second=230 amount=-1 -kerning first=76 second=121 amount=-2 -kerning first=89 second=111 amount=-2 -kerning first=82 second=8212 amount=-1 -kerning first=118 second=45 amount=-1 -kerning first=89 second=8230 amount=-4 -kerning first=102 second=46 amount=-2 -kerning first=8217 second=8230 amount=-3 -kerning first=68 second=8230 amount=-1 -kerning first=101 second=84 amount=-2 -kerning first=84 second=89 amount=-1 -kerning first=76 second=45 amount=-2 -kerning first=8211 second=89 amount=-2 -kerning first=80 second=198 amount=-1 -kerning first=121 second=46 amount=-3 -kerning first=87 second=111 amount=-1 -kerning first=75 second=117 amount=-1 -kerning first=116 second=45 amount=-1 -kerning first=87 second=8230 amount=-3 -kerning first=75 second=8211 amount=-2 -kerning first=89 second=103 amount=-2 -kerning first=70 second=339 amount=-1 -kerning first=102 second=93 amount=2 -kerning first=8221 second=8230 amount=-3 -kerning first=80 second=97 amount=-1 -kerning first=99 second=84 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=8222 second=89 amount=-3 -kerning first=123 second=106 amount=1 -kerning first=119 second=46 amount=-1 -kerning first=84 second=115 amount=-3 -kerning first=89 second=339 amount=-2 -kerning first=70 second=74 amount=-1 -kerning first=84 second=338 amount=-1 -kerning first=114 second=230 amount=-1 -kerning first=8216 second=65 amount=-1 -kerning first=8217 second=116 amount=1 -kerning first=46 second=8221 amount=-3 -kerning first=118 second=8212 amount=-1 -kerning first=76 second=84 amount=-3 -kerning first=89 second=74 amount=-1 -kerning first=65 second=86 amount=-1 -kerning first=76 second=198 amount=-1 -kerning first=118 second=97 amount=-1 -kerning first=76 second=118 amount=-2 -kerning first=46 second=44 amount=-2 -kerning first=86 second=65 amount=-1 -kerning first=76 second=8212 amount=-2 -kerning first=87 second=339 amount=-1 -kerning first=8220 second=65 amount=-1 -kerning first=65 second=8221 amount=-2 -kerning first=8221 second=116 amount=1 -kerning first=8217 second=108 amount=1 -kerning first=75 second=101 amount=-1 -kerning first=86 second=44 amount=-4 -kerning first=75 second=248 amount=-1 -kerning first=44 second=8221 amount=-3 -kerning first=70 second=230 amount=-1 -kerning first=116 second=8212 amount=-1 -kerning first=33 second=8217 amount=-1 -kerning first=8217 second=87 amount=1 -kerning first=8211 second=86 amount=-1 -kerning first=102 second=8230 amount=-2 -kerning first=90 second=8211 amount=-1 -kerning first=84 second=65 amount=-2 -kerning first=8211 second=120 amount=-1 -kerning first=8217 second=8216 amount=3 -kerning first=89 second=100 amount=-2 -kerning first=8211 second=65 amount=-1 -kerning first=46 second=125 amount=-2 -kerning first=70 second=58 amount=-1 -kerning first=45 second=74 amount=-1 -kerning first=84 second=99 amount=-3 -kerning first=84 second=44 amount=-4 -kerning first=89 second=45 amount=-2 -kerning first=89 second=230 amount=-2 -kerning first=121 second=8230 amount=-3 -kerning first=76 second=89 amount=-2 -kerning first=8221 second=87 amount=1 -kerning first=8222 second=86 amount=-3 -kerning first=87 second=121 amount=-1 -kerning first=199 second=45 amount=-1 -kerning first=114 second=97 amount=-1 -kerning first=89 second=113 amount=-2 -kerning first=82 second=8221 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=8212 second=74 amount=-1 -kerning first=89 second=58 amount=-3 -kerning first=45 second=87 amount=-1 -kerning first=67 second=8211 amount=-1 -kerning first=44 second=125 amount=-1 -kerning first=87 second=45 amount=-1 -kerning first=45 second=121 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=8217 second=238 amount=3 -kerning first=46 second=8211 amount=-2 -kerning first=119 second=8230 amount=-1 -kerning first=107 second=8211 amount=-1 -kerning first=8212 second=87 amount=-1 -kerning first=86 second=117 amount=-1 -kerning first=70 second=198 amount=-2 -kerning first=75 second=119 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=46 second=41 amount=-2 -kerning first=80 second=65 amount=-1 -kerning first=87 second=58 amount=-1 -kerning first=90 second=101 amount=-1 -kerning first=8212 second=121 amount=-1 -kerning first=65 second=8211 amount=-1 -kerning first=70 second=63 amount=1 -kerning first=90 second=248 amount=-1 -kerning first=8217 second=105 amount=1 -kerning first=70 second=97 amount=-1 -kerning first=80 second=44 amount=-4 -kerning first=89 second=198 amount=-1 -kerning first=76 second=39 amount=-2 -kerning first=8217 second=84 amount=2 -kerning first=89 second=118 amount=-1 -kerning first=68 second=84 amount=-1 -kerning first=84 second=117 amount=-3 -kerning first=89 second=8212 amount=-2 -kerning first=8217 second=198 amount=-1 -kerning first=84 second=8211 amount=-2 -kerning first=44 second=41 amount=-1 -kerning first=75 second=111 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=89 second=97 amount=-2 -kerning first=88 second=248 amount=-1 -kerning first=199 second=8212 amount=-1 -kerning first=8230 second=8221 amount=-3 -kerning first=46 second=8217 amount=-3 -kerning first=8218 second=87 amount=-1 -kerning first=76 second=86 amount=-2 -kerning first=87 second=198 amount=-1 -kerning first=8221 second=84 amount=2 -kerning first=66 second=84 amount=-1 -kerning first=8221 second=198 amount=-1 -kerning first=87 second=8212 amount=-1 -kerning first=89 second=110 amount=-1 -kerning first=82 second=8211 amount=-1 -kerning first=76 second=8221 amount=-2 -kerning first=76 second=65 amount=-1 -kerning first=102 second=45 amount=-1 -kerning first=45 second=84 amount=-2 -kerning first=65 second=8217 amount=-2 -kerning first=45 second=198 amount=-1 -kerning first=86 second=101 amount=-1 -kerning first=86 second=46 amount=-4 -kerning first=86 second=248 amount=-1 -kerning first=45 second=118 amount=-1 -kerning first=44 second=8217 amount=-3 -kerning first=87 second=97 amount=-1 -kerning first=118 second=44 amount=-3 -kerning first=8217 second=55 amount=1 -kerning first=8217 second=89 amount=2 -kerning first=8211 second=88 amount=-1 -kerning first=90 second=119 amount=-1 -kerning first=84 second=122 amount=-3 -kerning first=121 second=230 amount=-1 -kerning first=55 second=44 amount=-2 -kerning first=121 second=45 amount=-1 -kerning first=46 second=93 amount=-2 -kerning first=84 second=67 amount=-1 -kerning first=102 second=238 amount=2 -kerning first=86 second=59 amount=-1 -kerning first=75 second=339 amount=-1 -kerning first=102 second=92 amount=1 -kerning first=84 second=101 amount=-3 -kerning first=8211 second=122 amount=-1 -kerning first=8212 second=84 amount=-2 -kerning first=84 second=248 amount=-3 -kerning first=8212 second=118 amount=-1 -kerning first=84 second=46 amount=-4 -kerning first=120 second=8211 amount=-1 -kerning first=8212 second=198 amount=-1 -kerning first=8221 second=89 amount=2 -kerning first=89 second=115 amount=-2 -kerning first=82 second=8217 amount=-1 -kerning first=84 second=114 amount=-3 -kerning first=44 second=93 amount=-1 -kerning first=90 second=111 amount=-1 -kerning first=45 second=89 amount=-2 -kerning first=84 second=59 amount=-3 -kerning first=114 second=44 amount=-4 -kerning first=8216 second=8220 amount=1 -kerning first=8217 second=115 amount=-1 -kerning first=82 second=101 amount=-1 -kerning first=82 second=248 amount=-1 -kerning first=118 second=8211 amount=-1 -kerning first=8218 second=84 amount=-3 -kerning first=8212 second=89 amount=-2 -kerning first=102 second=8212 amount=-1 -kerning first=102 second=63 amount=2 -kerning first=75 second=121 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=76 second=8211 amount=-2 -kerning first=8221 second=115 amount=-1 -kerning first=65 second=8220 amount=-1 -kerning first=70 second=65 amount=-1 -kerning first=80 second=101 amount=-1 -kerning first=39 second=198 amount=-1 -kerning first=80 second=248 amount=-1 -kerning first=102 second=42 amount=1 -kerning first=80 second=46 amount=-4 -kerning first=75 second=230 amount=-1 -kerning first=75 second=45 amount=-2 -kerning first=116 second=8211 amount=-1 -kerning first=70 second=44 amount=-4 -kerning first=79 second=84 amount=-1 -kerning first=84 second=216 amount=-1 -kerning first=121 second=97 amount=-1 -kerning first=121 second=8212 amount=-1 -kerning first=84 second=119 amount=-3 -kerning first=8217 second=52 amount=-1 -kerning first=89 second=65 amount=-1 -kerning first=90 second=339 amount=-1 -kerning first=86 second=111 amount=-1 -kerning first=8217 second=86 amount=1 -kerning first=86 second=8230 amount=-4 -kerning first=8217 second=65 amount=-1 -kerning first=8230 second=8217 amount=-3 -kerning first=8217 second=8221 amount=1 -kerning first=58 second=8212 amount=-2 -kerning first=89 second=44 amount=-4 -kerning first=102 second=34 amount=1 -kerning first=8218 second=89 amount=-3 -kerning first=8217 second=44 amount=-3 -kerning first=68 second=44 amount=-1 -kerning first=8221 second=86 amount=1 -kerning first=40 second=106 amount=1 -kerning first=89 second=112 amount=-1 -kerning first=87 second=65 amount=-1 -kerning first=76 second=8217 amount=-2 -kerning first=84 second=111 amount=-3 -kerning first=88 second=339 amount=-1 -kerning first=45 second=86 amount=-1 -kerning first=84 second=8230 amount=-4 -kerning first=118 second=46 amount=-3 -kerning first=8221 second=65 amount=-1 -kerning first=45 second=120 amount=-1 -kerning first=87 second=44 amount=-4 -kerning first=8217 second=236 amount=1 -kerning first=45 second=65 amount=-1 -kerning first=8221 second=44 amount=-3 -kerning first=90 second=121 amount=-1 -kerning first=8212 second=86 amount=-1 -kerning first=55 second=46 amount=-2 -kerning first=86 second=339 amount=-1 -kerning first=75 second=118 amount=-1 -kerning first=82 second=111 amount=-1 -kerning first=75 second=8212 amount=-2 -kerning first=8212 second=120 amount=-1 -kerning first=84 second=103 amount=-3 -kerning first=8212 second=65 amount=-1 -kerning first=90 second=230 amount=-1 -kerning first=102 second=39 amount=1 -kerning first=90 second=45 amount=-1 -kerning first=8217 second=104 amount=1 -kerning first=75 second=97 amount=-1 -kerning first=88 second=121 amount=-1 -kerning first=89 second=117 amount=-2 -kerning first=89 second=8211 amount=-2 -kerning first=114 second=46 amount=-4 -kerning first=84 second=339 amount=-3 -kerning first=80 second=111 amount=-1 -kerning first=80 second=8230 amount=-4 -kerning first=216 second=84 amount=-1 -kerning first=88 second=230 amount=-1 -kerning first=199 second=8211 amount=-1 -kerning first=88 second=45 amount=-1 -kerning first=8218 second=86 amount=-3 -kerning first=84 second=199 amount=-1 -kerning first=67 second=45 amount=-1 -kerning first=102 second=8221 amount=1 -kerning first=86 second=121 amount=-1 -kerning first=65 second=87 amount=-1 -kerning first=87 second=117 amount=-1 -kerning first=84 second=74 amount=-1 -kerning first=87 second=8211 amount=-1 -kerning first=46 second=45 amount=-3 -kerning first=89 second=109 amount=-1 -kerning first=82 second=339 amount=-1 -kerning first=107 second=45 amount=-1 -kerning first=8211 second=74 amount=-1 -kerning first=65 second=8216 amount=-1 -kerning first=102 second=44 amount=-2 -kerning first=8220 second=8216 amount=1 -kerning first=86 second=230 amount=-1 -kerning first=86 second=45 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=248 amount=-1 diff --git a/assets/fnt/MaxonTahomaBold1.png b/assets/fnt/MaxonTahomaBold1.png Binary files differdeleted file mode 100644 index f9d9181..0000000 --- a/assets/fnt/MaxonTahomaBold1.png +++ /dev/null diff --git a/assets/fnt/MaxonTahomaBold2.png b/assets/fnt/MaxonTahomaBold2.png Binary files differdeleted file mode 100644 index 8b74a17..0000000 --- a/assets/fnt/MaxonTahomaBold2.png +++ /dev/null diff --git a/assets/fnt/MaxonTrebuchet.fnt b/assets/fnt/MaxonTrebuchet.fnt deleted file mode 100644 index e1d20ba..0000000 --- a/assets/fnt/MaxonTrebuchet.fnt +++ /dev/null @@ -1,637 +0,0 @@ -info face="Trebuchet MS" size=32 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=38 base=30 scaleW=512 scaleH=512 pages=1 packed=0 -page id=0 file="MaxonTrebuchet.png" -chars count=516 -char id=0 x=327 y=408 width=14 height=14 xoffset=1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=13 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=10 page=0 chnl=0 -char id=33 x=452 y=161 width=7 height=26 xoffset=3 yoffset=5 xadvance=12 page=0 chnl=0 -char id=34 x=72 y=427 width=10 height=8 xoffset=0 yoffset=5 xadvance=10 page=0 chnl=0 -char id=35 x=329 y=214 width=19 height=25 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=36 x=373 y=100 width=15 height=30 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=37 x=348 y=214 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=38 x=459 y=161 width=21 height=26 xoffset=1 yoffset=5 xadvance=23 page=0 chnl=0 -char id=39 x=82 y=427 width=5 height=8 xoffset=0 yoffset=5 xadvance=5 page=0 chnl=0 -char id=40 x=141 y=0 width=8 height=33 xoffset=3 yoffset=5 xadvance=12 page=0 chnl=0 -char id=41 x=149 y=0 width=8 height=33 xoffset=2 yoffset=5 xadvance=12 page=0 chnl=0 -char id=42 x=363 y=408 width=13 height=12 xoffset=-1 yoffset=5 xadvance=12 page=0 chnl=0 -char id=43 x=341 y=408 width=14 height=14 xoffset=1 yoffset=13 xadvance=17 page=0 chnl=0 -char id=44 x=355 y=408 width=8 height=13 xoffset=1 yoffset=24 xadvance=12 page=0 chnl=0 -char id=45 x=229 y=427 width=9 height=5 xoffset=1 yoffset=18 xadvance=12 page=0 chnl=0 -char id=46 x=148 y=427 width=7 height=7 xoffset=2 yoffset=24 xadvance=12 page=0 chnl=0 -char id=47 x=367 y=214 width=14 height=25 xoffset=2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=48 x=381 y=214 width=17 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=49 x=398 y=214 width=10 height=25 xoffset=2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=50 x=408 y=214 width=16 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=51 x=424 y=214 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=52 x=439 y=214 width=18 height=25 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=53 x=457 y=214 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=54 x=472 y=214 width=16 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=55 x=488 y=214 width=16 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=56 x=0 y=240 width=16 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=57 x=16 y=240 width=16 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=58 x=504 y=315 width=7 height=19 xoffset=2 yoffset=12 xadvance=12 page=0 chnl=0 -char id=59 x=32 y=240 width=8 height=25 xoffset=1 yoffset=12 xadvance=12 page=0 chnl=0 -char id=60 x=257 y=408 width=14 height=16 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=61 x=42 y=427 width=15 height=9 xoffset=1 yoffset=16 xadvance=17 page=0 chnl=0 -char id=62 x=271 y=408 width=14 height=16 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=63 x=480 y=161 width=13 height=26 xoffset=-1 yoffset=5 xadvance=12 page=0 chnl=0 -char id=64 x=40 y=240 width=23 height=25 xoffset=1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=65 x=63 y=240 width=21 height=25 xoffset=-1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=66 x=84 y=240 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=67 x=101 y=240 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=68 x=120 y=240 width=18 height=25 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=69 x=138 y=240 width=16 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=70 x=154 y=240 width=16 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=71 x=170 y=240 width=20 height=25 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=72 x=190 y=240 width=19 height=25 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=73 x=504 y=214 width=5 height=25 xoffset=2 yoffset=6 xadvance=9 page=0 chnl=0 -char id=74 x=209 y=240 width=13 height=25 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=0 -char id=75 x=222 y=240 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=76 x=239 y=240 width=14 height=25 xoffset=1 yoffset=6 xadvance=16 page=0 chnl=0 -char id=77 x=0 y=188 width=25 height=26 xoffset=-1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=78 x=253 y=240 width=18 height=25 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=79 x=271 y=240 width=22 height=25 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=80 x=293 y=240 width=16 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=81 x=0 y=132 width=25 height=29 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=82 x=309 y=240 width=18 height=25 xoffset=2 yoffset=6 xadvance=19 page=0 chnl=0 -char id=83 x=327 y=240 width=15 height=25 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=0 -char id=84 x=342 y=240 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=85 x=361 y=240 width=19 height=25 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=86 x=380 y=240 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=87 x=399 y=240 width=29 height=25 xoffset=-1 yoffset=6 xadvance=27 page=0 chnl=0 -char id=88 x=428 y=240 width=20 height=25 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=89 x=448 y=240 width=19 height=25 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=90 x=467 y=240 width=16 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=91 x=157 y=0 width=9 height=33 xoffset=3 yoffset=5 xadvance=12 page=0 chnl=0 -char id=92 x=483 y=240 width=14 height=25 xoffset=-3 yoffset=6 xadvance=11 page=0 chnl=0 -char id=93 x=166 y=0 width=9 height=33 xoffset=0 yoffset=5 xadvance=12 page=0 chnl=0 -char id=94 x=476 y=408 width=13 height=11 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=95 x=260 y=427 width=19 height=4 xoffset=-1 yoffset=31 xadvance=17 page=0 chnl=0 -char id=96 x=155 y=427 width=8 height=7 xoffset=4 yoffset=4 xadvance=17 page=0 chnl=0 -char id=97 x=226 y=365 width=16 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=98 x=493 y=161 width=17 height=26 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=99 x=242 y=365 width=16 height=19 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=100 x=25 y=188 width=16 height=26 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=101 x=258 y=365 width=17 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=102 x=41 y=188 width=13 height=26 xoffset=0 yoffset=5 xadvance=12 page=0 chnl=0 -char id=103 x=226 y=132 width=16 height=27 xoffset=0 yoffset=11 xadvance=16 page=0 chnl=0 -char id=104 x=54 y=188 width=15 height=26 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=105 x=69 y=188 width=8 height=26 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=106 x=175 y=0 width=11 height=33 xoffset=-1 yoffset=5 xadvance=12 page=0 chnl=0 -char id=107 x=77 y=188 width=16 height=26 xoffset=1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=108 x=93 y=188 width=8 height=26 xoffset=1 yoffset=5 xadvance=9 page=0 chnl=0 -char id=109 x=275 y=365 width=25 height=19 xoffset=1 yoffset=12 xadvance=27 page=0 chnl=0 -char id=110 x=300 y=365 width=15 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=111 x=315 y=365 width=17 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=112 x=101 y=188 width=17 height=26 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=113 x=118 y=188 width=17 height=26 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=114 x=332 y=365 width=12 height=19 xoffset=1 yoffset=12 xadvance=12 page=0 chnl=0 -char id=115 x=344 y=365 width=13 height=19 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=0 -char id=116 x=408 y=340 width=13 height=24 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0 -char id=117 x=357 y=365 width=15 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=118 x=372 y=365 width=17 height=19 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=119 x=389 y=365 width=25 height=19 xoffset=-1 yoffset=12 xadvance=24 page=0 chnl=0 -char id=120 x=414 y=365 width=18 height=19 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=121 x=135 y=188 width=18 height=26 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=122 x=432 y=365 width=16 height=19 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=123 x=496 y=0 width=12 height=32 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=0 -char id=124 x=150 y=132 width=5 height=28 xoffset=6 yoffset=7 xadvance=17 page=0 chnl=0 -char id=125 x=0 y=36 width=12 height=32 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=0 -char id=126 x=238 y=427 width=13 height=5 xoffset=1 yoffset=17 xadvance=17 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=10 page=0 chnl=0 -char id=161 x=153 y=188 width=7 height=26 xoffset=3 yoffset=12 xadvance=12 page=0 chnl=0 -char id=162 x=421 y=340 width=13 height=24 xoffset=2 yoffset=10 xadvance=17 page=0 chnl=0 -char id=163 x=0 y=265 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=164 x=240 y=408 width=17 height=17 xoffset=0 yoffset=10 xadvance=17 page=0 chnl=0 -char id=165 x=15 y=265 width=19 height=25 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=166 x=155 y=132 width=5 height=28 xoffset=6 yoffset=7 xadvance=17 page=0 chnl=0 -char id=167 x=497 y=240 width=14 height=25 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=0 -char id=168 x=215 y=427 width=14 height=6 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=169 x=167 y=365 width=23 height=23 xoffset=1 yoffset=8 xadvance=23 page=0 chnl=0 -char id=170 x=376 y=408 width=11 height=12 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=0 -char id=171 x=489 y=408 width=15 height=11 xoffset=0 yoffset=15 xadvance=17 page=0 chnl=0 -char id=172 x=57 y=427 width=15 height=9 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=173 x=251 y=427 width=9 height=5 xoffset=1 yoffset=18 xadvance=12 page=0 chnl=0 -char id=174 x=190 y=365 width=23 height=23 xoffset=1 yoffset=8 xadvance=23 page=0 chnl=0 -char id=175 x=279 y=427 width=19 height=4 xoffset=-1 yoffset=3 xadvance=17 page=0 chnl=0 -char id=176 x=87 y=427 width=8 height=8 xoffset=4 yoffset=5 xadvance=17 page=0 chnl=0 -char id=177 x=226 y=408 width=14 height=18 xoffset=1 yoffset=13 xadvance=17 page=0 chnl=0 -char id=178 x=285 y=408 width=10 height=16 xoffset=2 yoffset=6 xadvance=14 page=0 chnl=0 -char id=179 x=295 y=408 width=10 height=16 xoffset=2 yoffset=6 xadvance=15 page=0 chnl=0 -char id=180 x=163 y=427 width=8 height=7 xoffset=5 yoffset=4 xadvance=17 page=0 chnl=0 -char id=181 x=34 y=265 width=15 height=25 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=182 x=495 y=100 width=13 height=29 xoffset=3 yoffset=6 xadvance=17 page=0 chnl=0 -char id=183 x=171 y=427 width=7 height=7 xoffset=2 yoffset=16 xadvance=12 page=0 chnl=0 -char id=184 x=504 y=408 width=6 height=9 xoffset=5 yoffset=30 xadvance=17 page=0 chnl=0 -char id=185 x=305 y=408 width=7 height=16 xoffset=3 yoffset=6 xadvance=14 page=0 chnl=0 -char id=186 x=387 y=408 width=12 height=12 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=0 -char id=187 x=0 y=427 width=15 height=11 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=188 x=49 y=265 width=24 height=25 xoffset=0 yoffset=6 xadvance=26 page=0 chnl=0 -char id=189 x=73 y=265 width=24 height=25 xoffset=1 yoffset=6 xadvance=26 page=0 chnl=0 -char id=190 x=97 y=265 width=23 height=25 xoffset=1 yoffset=6 xadvance=26 page=0 chnl=0 -char id=191 x=160 y=188 width=13 height=26 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=0 -char id=192 x=12 y=36 width=21 height=32 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=193 x=33 y=36 width=21 height=32 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=194 x=54 y=36 width=21 height=32 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=195 x=388 y=100 width=21 height=30 xoffset=-1 yoffset=1 xadvance=19 page=0 chnl=0 -char id=196 x=488 y=68 width=21 height=31 xoffset=-1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=197 x=29 y=100 width=22 height=31 xoffset=-1 yoffset=0 xadvance=19 page=0 chnl=0 -char id=198 x=120 y=265 width=27 height=25 xoffset=-1 yoffset=6 xadvance=28 page=0 chnl=0 -char id=199 x=186 y=0 width=19 height=33 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=200 x=75 y=36 width=16 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=201 x=91 y=36 width=16 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=202 x=107 y=36 width=16 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=203 x=51 y=100 width=16 height=31 xoffset=1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=204 x=123 y=36 width=8 height=32 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 -char id=205 x=131 y=36 width=9 height=32 xoffset=2 yoffset=-1 xadvance=9 page=0 chnl=0 -char id=206 x=140 y=36 width=15 height=32 xoffset=-2 yoffset=-1 xadvance=9 page=0 chnl=0 -char id=207 x=67 y=100 width=15 height=31 xoffset=-2 yoffset=0 xadvance=9 page=0 chnl=0 -char id=208 x=147 y=265 width=20 height=25 xoffset=-1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=209 x=409 y=100 width=18 height=30 xoffset=1 yoffset=1 xadvance=20 page=0 chnl=0 -char id=210 x=155 y=36 width=22 height=32 xoffset=0 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=211 x=177 y=36 width=22 height=32 xoffset=0 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=212 x=199 y=36 width=22 height=32 xoffset=0 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=213 x=427 y=100 width=22 height=30 xoffset=0 yoffset=1 xadvance=22 page=0 chnl=0 -char id=214 x=82 y=100 width=22 height=31 xoffset=0 yoffset=0 xadvance=22 page=0 chnl=0 -char id=215 x=312 y=408 width=15 height=15 xoffset=1 yoffset=13 xadvance=17 page=0 chnl=0 -char id=216 x=167 y=265 width=19 height=25 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=217 x=221 y=36 width=19 height=32 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=218 x=240 y=36 width=19 height=32 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=219 x=259 y=36 width=19 height=32 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=220 x=104 y=100 width=19 height=31 xoffset=1 yoffset=0 xadvance=21 page=0 chnl=0 -char id=221 x=278 y=36 width=19 height=32 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=222 x=186 y=265 width=16 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=223 x=173 y=188 width=16 height=26 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=224 x=242 y=132 width=16 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=225 x=258 y=132 width=16 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=226 x=274 y=132 width=16 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=227 x=202 y=265 width=16 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=228 x=189 y=188 width=16 height=26 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=229 x=25 y=132 width=16 height=29 xoffset=0 yoffset=2 xadvance=17 page=0 chnl=0 -char id=230 x=448 y=365 width=28 height=19 xoffset=0 yoffset=12 xadvance=28 page=0 chnl=0 -char id=231 x=290 y=132 width=16 height=27 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=232 x=306 y=132 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=233 x=323 y=132 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=234 x=340 y=132 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=235 x=205 y=188 width=17 height=26 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=236 x=357 y=132 width=8 height=27 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=237 x=365 y=132 width=11 height=27 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=238 x=376 y=132 width=16 height=27 xoffset=-3 yoffset=4 xadvance=9 page=0 chnl=0 -char id=239 x=222 y=188 width=14 height=26 xoffset=-2 yoffset=5 xadvance=9 page=0 chnl=0 -char id=240 x=236 y=188 width=17 height=26 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=241 x=218 y=265 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=242 x=392 y=132 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=243 x=409 y=132 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=244 x=426 y=132 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=245 x=233 y=265 width=17 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=246 x=253 y=188 width=17 height=26 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=247 x=476 y=365 width=15 height=19 xoffset=1 yoffset=11 xadvance=17 page=0 chnl=0 -char id=248 x=491 y=365 width=17 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=249 x=443 y=132 width=15 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=250 x=458 y=132 width=15 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=251 x=473 y=132 width=15 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=252 x=270 y=188 width=15 height=26 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=253 x=16 y=0 width=18 height=34 xoffset=-1 yoffset=4 xadvance=16 page=0 chnl=0 -char id=254 x=205 y=0 width=17 height=33 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=255 x=222 y=0 width=18 height=33 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=256 x=41 y=132 width=21 height=29 xoffset=-1 yoffset=2 xadvance=19 page=0 chnl=0 -char id=257 x=434 y=340 width=16 height=24 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=258 x=297 y=36 width=21 height=32 xoffset=-1 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=259 x=488 y=132 width=16 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=260 x=123 y=100 width=24 height=31 xoffset=-1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=261 x=450 y=340 width=20 height=24 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=262 x=318 y=36 width=19 height=32 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=263 x=0 y=161 width=16 height=27 xoffset=0 yoffset=4 xadvance=16 page=0 chnl=0 -char id=264 x=337 y=36 width=19 height=32 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=265 x=16 y=161 width=16 height=27 xoffset=0 yoffset=4 xadvance=16 page=0 chnl=0 -char id=266 x=147 y=100 width=19 height=31 xoffset=0 yoffset=0 xadvance=19 page=0 chnl=0 -char id=267 x=285 y=188 width=16 height=26 xoffset=0 yoffset=5 xadvance=16 page=0 chnl=0 -char id=268 x=356 y=36 width=19 height=32 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=269 x=32 y=161 width=16 height=27 xoffset=0 yoffset=4 xadvance=16 page=0 chnl=0 -char id=270 x=375 y=36 width=18 height=32 xoffset=1 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=271 x=301 y=188 width=24 height=26 xoffset=0 yoffset=5 xadvance=22 page=0 chnl=0 -char id=272 x=147 y=265 width=20 height=25 xoffset=-1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=273 x=325 y=188 width=18 height=26 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=274 x=62 y=132 width=16 height=29 xoffset=1 yoffset=2 xadvance=17 page=0 chnl=0 -char id=275 x=470 y=340 width=17 height=24 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=276 x=393 y=36 width=16 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=277 x=48 y=161 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=278 x=166 y=100 width=16 height=31 xoffset=1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=279 x=343 y=188 width=17 height=26 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=280 x=409 y=36 width=16 height=32 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=281 x=487 y=340 width=17 height=24 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=282 x=425 y=36 width=16 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=283 x=65 y=161 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=284 x=441 y=36 width=20 height=32 xoffset=0 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=285 x=34 y=0 width=16 height=34 xoffset=0 yoffset=4 xadvance=16 page=0 chnl=0 -char id=286 x=461 y=36 width=20 height=32 xoffset=0 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=287 x=50 y=0 width=16 height=34 xoffset=0 yoffset=4 xadvance=16 page=0 chnl=0 -char id=288 x=182 y=100 width=20 height=31 xoffset=0 yoffset=0 xadvance=22 page=0 chnl=0 -char id=289 x=240 y=0 width=16 height=33 xoffset=0 yoffset=5 xadvance=16 page=0 chnl=0 -char id=290 x=256 y=0 width=20 height=33 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=291 x=0 y=0 width=16 height=36 xoffset=0 yoffset=2 xadvance=16 page=0 chnl=0 -char id=292 x=481 y=36 width=19 height=32 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=293 x=0 y=68 width=15 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=294 x=250 y=265 width=24 height=25 xoffset=-1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=295 x=360 y=188 width=17 height=26 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=296 x=449 y=100 width=12 height=30 xoffset=-1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=297 x=274 y=265 width=12 height=25 xoffset=-2 yoffset=6 xadvance=9 page=0 chnl=0 -char id=298 x=78 y=132 width=16 height=29 xoffset=-2 yoffset=2 xadvance=9 page=0 chnl=0 -char id=299 x=0 y=365 width=16 height=24 xoffset=-3 yoffset=7 xadvance=9 page=0 chnl=0 -char id=300 x=500 y=36 width=11 height=32 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 -char id=301 x=82 y=161 width=11 height=27 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=302 x=202 y=100 width=9 height=31 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=0 -char id=303 x=15 y=68 width=10 height=32 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=304 x=211 y=100 width=6 height=31 xoffset=2 yoffset=0 xadvance=9 page=0 chnl=0 -char id=305 x=504 y=340 width=7 height=19 xoffset=0 yoffset=12 xadvance=9 page=0 chnl=0 -char id=306 x=286 y=265 width=20 height=25 xoffset=2 yoffset=6 xadvance=23 page=0 chnl=0 -char id=307 x=276 y=0 width=17 height=33 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=308 x=25 y=68 width=17 height=32 xoffset=1 yoffset=-1 xadvance=15 page=0 chnl=0 -char id=309 x=66 y=0 width=15 height=34 xoffset=-1 yoffset=4 xadvance=12 page=0 chnl=0 -char id=310 x=293 y=0 width=17 height=33 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=311 x=81 y=0 width=16 height=34 xoffset=1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=312 x=0 y=389 width=17 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=313 x=42 y=68 width=14 height=32 xoffset=1 yoffset=-1 xadvance=16 page=0 chnl=0 -char id=314 x=56 y=68 width=10 height=32 xoffset=1 yoffset=-1 xadvance=9 page=0 chnl=0 -char id=315 x=310 y=0 width=14 height=33 xoffset=1 yoffset=6 xadvance=16 page=0 chnl=0 -char id=316 x=97 y=0 width=8 height=34 xoffset=1 yoffset=5 xadvance=9 page=0 chnl=0 -char id=317 x=377 y=188 width=14 height=26 xoffset=1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=318 x=391 y=188 width=14 height=26 xoffset=1 yoffset=5 xadvance=9 page=0 chnl=0 -char id=319 x=306 y=265 width=14 height=25 xoffset=1 yoffset=6 xadvance=16 page=0 chnl=0 -char id=320 x=405 y=188 width=13 height=26 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=0 -char id=321 x=320 y=265 width=16 height=25 xoffset=-1 yoffset=6 xadvance=16 page=0 chnl=0 -char id=322 x=418 y=188 width=10 height=26 xoffset=-1 yoffset=5 xadvance=10 page=0 chnl=0 -char id=323 x=66 y=68 width=18 height=32 xoffset=1 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=324 x=93 y=161 width=15 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=325 x=324 y=0 width=18 height=33 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=326 x=108 y=161 width=15 height=27 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=327 x=84 y=68 width=18 height=32 xoffset=1 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=328 x=123 y=161 width=15 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=329 x=428 y=188 width=19 height=26 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=330 x=336 y=265 width=19 height=25 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=331 x=447 y=188 width=15 height=26 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=332 x=94 y=132 width=22 height=29 xoffset=0 yoffset=2 xadvance=22 page=0 chnl=0 -char id=333 x=16 y=365 width=17 height=24 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=334 x=102 y=68 width=22 height=32 xoffset=0 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=335 x=138 y=161 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=336 x=217 y=100 width=22 height=31 xoffset=0 yoffset=0 xadvance=22 page=0 chnl=0 -char id=337 x=462 y=188 width=17 height=26 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=338 x=355 y=265 width=32 height=25 xoffset=0 yoffset=6 xadvance=32 page=0 chnl=0 -char id=339 x=17 y=389 width=29 height=19 xoffset=0 yoffset=12 xadvance=30 page=0 chnl=0 -char id=340 x=124 y=68 width=18 height=32 xoffset=2 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=341 x=155 y=161 width=12 height=27 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0 -char id=342 x=342 y=0 width=18 height=33 xoffset=2 yoffset=6 xadvance=19 page=0 chnl=0 -char id=343 x=167 y=161 width=12 height=27 xoffset=1 yoffset=12 xadvance=12 page=0 chnl=0 -char id=344 x=142 y=68 width=18 height=32 xoffset=2 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=345 x=179 y=161 width=14 height=27 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0 -char id=346 x=160 y=68 width=15 height=32 xoffset=0 yoffset=-1 xadvance=15 page=0 chnl=0 -char id=347 x=193 y=161 width=13 height=27 xoffset=0 yoffset=4 xadvance=13 page=0 chnl=0 -char id=348 x=175 y=68 width=15 height=32 xoffset=0 yoffset=-1 xadvance=15 page=0 chnl=0 -char id=349 x=206 y=161 width=14 height=27 xoffset=-1 yoffset=4 xadvance=13 page=0 chnl=0 -char id=350 x=360 y=0 width=15 height=33 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=0 -char id=351 x=220 y=161 width=13 height=27 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=0 -char id=352 x=190 y=68 width=15 height=32 xoffset=0 yoffset=-1 xadvance=15 page=0 chnl=0 -char id=353 x=233 y=161 width=14 height=27 xoffset=0 yoffset=4 xadvance=13 page=0 chnl=0 -char id=354 x=375 y=0 width=19 height=33 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=355 x=205 y=68 width=13 height=32 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0 -char id=356 x=218 y=68 width=19 height=32 xoffset=0 yoffset=-1 xadvance=19 page=0 chnl=0 -char id=357 x=33 y=365 width=17 height=24 xoffset=0 yoffset=7 xadvance=16 page=0 chnl=0 -char id=358 x=387 y=265 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=359 x=50 y=365 width=13 height=24 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0 -char id=360 x=461 y=100 width=19 height=30 xoffset=1 yoffset=1 xadvance=21 page=0 chnl=0 -char id=361 x=406 y=265 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=362 x=116 y=132 width=19 height=29 xoffset=1 yoffset=2 xadvance=21 page=0 chnl=0 -char id=363 x=63 y=365 width=15 height=24 xoffset=1 yoffset=7 xadvance=17 page=0 chnl=0 -char id=364 x=237 y=68 width=19 height=32 xoffset=1 yoffset=-1 xadvance=21 page=0 chnl=0 -char id=365 x=247 y=161 width=15 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=366 x=394 y=0 width=19 height=33 xoffset=1 yoffset=-2 xadvance=21 page=0 chnl=0 -char id=367 x=135 y=132 width=15 height=29 xoffset=1 yoffset=2 xadvance=17 page=0 chnl=0 -char id=368 x=239 y=100 width=19 height=31 xoffset=1 yoffset=0 xadvance=21 page=0 chnl=0 -char id=369 x=479 y=188 width=15 height=26 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=370 x=258 y=100 width=19 height=31 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=371 x=421 y=265 width=19 height=25 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=372 x=256 y=68 width=29 height=32 xoffset=-1 yoffset=-1 xadvance=27 page=0 chnl=0 -char id=373 x=262 y=161 width=25 height=27 xoffset=-1 yoffset=4 xadvance=24 page=0 chnl=0 -char id=374 x=285 y=68 width=19 height=32 xoffset=0 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=375 x=105 y=0 width=18 height=34 xoffset=-1 yoffset=4 xadvance=16 page=0 chnl=0 -char id=376 x=277 y=100 width=19 height=31 xoffset=0 yoffset=0 xadvance=18 page=0 chnl=0 -char id=377 x=304 y=68 width=16 height=32 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=378 x=287 y=161 width=16 height=27 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0 -char id=379 x=296 y=100 width=16 height=31 xoffset=1 yoffset=0 xadvance=18 page=0 chnl=0 -char id=380 x=494 y=188 width=16 height=26 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=381 x=320 y=68 width=16 height=32 xoffset=1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=382 x=303 y=161 width=16 height=27 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0 -char id=383 x=0 y=214 width=11 height=26 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=0 -char id=894 x=440 y=265 width=8 height=25 xoffset=1 yoffset=12 xadvance=12 page=0 chnl=0 -char id=900 x=178 y=427 width=7 height=7 xoffset=5 yoffset=4 xadvance=17 page=0 chnl=0 -char id=901 x=95 y=427 width=15 height=8 xoffset=1 yoffset=3 xadvance=17 page=0 chnl=0 -char id=902 x=448 y=265 width=21 height=25 xoffset=-1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=903 x=185 y=427 width=7 height=7 xoffset=2 yoffset=16 xadvance=12 page=0 chnl=0 -char id=904 x=469 y=265 width=24 height=25 xoffset=-2 yoffset=6 xadvance=21 page=0 chnl=0 -char id=905 x=0 y=290 width=26 height=25 xoffset=-2 yoffset=6 xadvance=24 page=0 chnl=0 -char id=906 x=493 y=265 width=13 height=25 xoffset=-2 yoffset=6 xadvance=12 page=0 chnl=0 -char id=908 x=26 y=290 width=26 height=25 xoffset=-2 yoffset=6 xadvance=23 page=0 chnl=0 -char id=910 x=52 y=290 width=27 height=25 xoffset=-2 yoffset=6 xadvance=23 page=0 chnl=0 -char id=911 x=79 y=290 width=28 height=25 xoffset=-3 yoffset=6 xadvance=24 page=0 chnl=0 -char id=912 x=160 y=132 width=19 height=28 xoffset=-4 yoffset=3 xadvance=9 page=0 chnl=0 -char id=913 x=107 y=290 width=21 height=25 xoffset=-1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=914 x=128 y=290 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=915 x=145 y=290 width=15 height=25 xoffset=1 yoffset=6 xadvance=16 page=0 chnl=0 -char id=916 x=160 y=290 width=20 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=917 x=180 y=290 width=16 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=918 x=196 y=290 width=16 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=919 x=212 y=290 width=19 height=25 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=920 x=231 y=290 width=22 height=25 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=921 x=506 y=265 width=5 height=25 xoffset=2 yoffset=6 xadvance=9 page=0 chnl=0 -char id=922 x=253 y=290 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=923 x=270 y=290 width=21 height=25 xoffset=-1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=924 x=291 y=290 width=25 height=25 xoffset=-1 yoffset=6 xadvance=23 page=0 chnl=0 -char id=925 x=316 y=290 width=18 height=25 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=926 x=334 y=290 width=17 height=25 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=927 x=351 y=290 width=22 height=25 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=928 x=373 y=290 width=18 height=25 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=929 x=391 y=290 width=16 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=931 x=407 y=290 width=17 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=932 x=424 y=290 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=933 x=443 y=290 width=19 height=25 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0 -char id=934 x=462 y=290 width=23 height=25 xoffset=1 yoffset=6 xadvance=24 page=0 chnl=0 -char id=935 x=485 y=290 width=20 height=25 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=936 x=0 y=315 width=23 height=25 xoffset=1 yoffset=6 xadvance=25 page=0 chnl=0 -char id=937 x=23 y=315 width=21 height=25 xoffset=0 yoffset=6 xadvance=21 page=0 chnl=0 -char id=938 x=312 y=100 width=14 height=31 xoffset=-3 yoffset=0 xadvance=9 page=0 chnl=0 -char id=939 x=326 y=100 width=19 height=31 xoffset=0 yoffset=0 xadvance=18 page=0 chnl=0 -char id=940 x=319 y=161 width=18 height=27 xoffset=0 yoffset=4 xadvance=19 page=0 chnl=0 -char id=941 x=337 y=161 width=15 height=27 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0 -char id=942 x=336 y=68 width=15 height=32 xoffset=1 yoffset=4 xadvance=18 page=0 chnl=0 -char id=943 x=504 y=132 width=7 height=27 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=944 x=179 y=132 width=15 height=28 xoffset=1 yoffset=3 xadvance=18 page=0 chnl=0 -char id=945 x=46 y=389 width=18 height=19 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=946 x=11 y=214 width=17 height=26 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=947 x=28 y=214 width=19 height=26 xoffset=-1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=948 x=47 y=214 width=17 height=26 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=949 x=64 y=389 width=15 height=19 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=950 x=413 y=0 width=15 height=33 xoffset=0 yoffset=5 xadvance=14 page=0 chnl=0 -char id=951 x=78 y=365 width=15 height=24 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=952 x=64 y=214 width=17 height=26 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=953 x=79 y=389 width=7 height=19 xoffset=1 yoffset=12 xadvance=9 page=0 chnl=0 -char id=954 x=86 y=389 width=17 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=955 x=81 y=214 width=19 height=26 xoffset=-1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=956 x=44 y=315 width=15 height=25 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=957 x=103 y=389 width=17 height=19 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=958 x=428 y=0 width=16 height=33 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=0 -char id=959 x=120 y=389 width=17 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=960 x=137 y=389 width=19 height=19 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=961 x=100 y=214 width=17 height=26 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=962 x=117 y=214 width=16 height=26 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=963 x=156 y=389 width=18 height=19 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=964 x=174 y=389 width=15 height=19 xoffset=0 yoffset=12 xadvance=14 page=0 chnl=0 -char id=965 x=189 y=389 width=15 height=19 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=966 x=133 y=214 width=23 height=26 xoffset=0 yoffset=12 xadvance=23 page=0 chnl=0 -char id=967 x=204 y=389 width=18 height=19 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=968 x=156 y=214 width=21 height=26 xoffset=1 yoffset=12 xadvance=23 page=0 chnl=0 -char id=969 x=222 y=389 width=23 height=19 xoffset=0 yoffset=12 xadvance=24 page=0 chnl=0 -char id=970 x=177 y=214 width=15 height=26 xoffset=-3 yoffset=5 xadvance=9 page=0 chnl=0 -char id=971 x=192 y=214 width=15 height=26 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=972 x=352 y=161 width=17 height=27 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=973 x=369 y=161 width=15 height=27 xoffset=1 yoffset=4 xadvance=18 page=0 chnl=0 -char id=974 x=384 y=161 width=23 height=27 xoffset=0 yoffset=4 xadvance=24 page=0 chnl=0 -char id=1025 x=345 y=100 width=15 height=31 xoffset=1 yoffset=0 xadvance=17 page=0 chnl=0 -char id=1026 x=59 y=315 width=23 height=25 xoffset=0 yoffset=6 xadvance=23 page=0 chnl=0 -char id=1027 x=351 y=68 width=15 height=32 xoffset=1 yoffset=-1 xadvance=17 page=0 chnl=0 -char id=1028 x=82 y=315 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1029 x=101 y=315 width=15 height=25 xoffset=0 yoffset=6 xadvance=16 page=0 chnl=0 -char id=1030 x=505 y=290 width=5 height=25 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=0 -char id=1031 x=360 y=100 width=13 height=31 xoffset=-3 yoffset=0 xadvance=9 page=0 chnl=0 -char id=1032 x=116 y=315 width=13 height=25 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=0 -char id=1033 x=129 y=315 width=32 height=25 xoffset=-1 yoffset=6 xadvance=31 page=0 chnl=0 -char id=1034 x=161 y=315 width=28 height=25 xoffset=1 yoffset=6 xadvance=29 page=0 chnl=0 -char id=1035 x=189 y=315 width=23 height=25 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=1036 x=366 y=68 width=19 height=32 xoffset=1 yoffset=-1 xadvance=20 page=0 chnl=0 -char id=1038 x=385 y=68 width=20 height=32 xoffset=-1 yoffset=-1 xadvance=18 page=0 chnl=0 -char id=1039 x=405 y=68 width=19 height=32 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1040 x=212 y=315 width=21 height=25 xoffset=-1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1041 x=233 y=315 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1042 x=250 y=315 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1043 x=267 y=315 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1044 x=424 y=68 width=23 height=32 xoffset=-1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=1045 x=282 y=315 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1046 x=297 y=315 width=29 height=25 xoffset=0 yoffset=6 xadvance=29 page=0 chnl=0 -char id=1047 x=326 y=315 width=17 height=25 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1048 x=343 y=315 width=20 height=25 xoffset=1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=1049 x=447 y=68 width=20 height=32 xoffset=1 yoffset=-1 xadvance=22 page=0 chnl=0 -char id=1050 x=363 y=315 width=19 height=25 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1051 x=382 y=315 width=22 height=25 xoffset=-1 yoffset=6 xadvance=22 page=0 chnl=0 -char id=1052 x=404 y=315 width=25 height=25 xoffset=-1 yoffset=6 xadvance=24 page=0 chnl=0 -char id=1053 x=429 y=315 width=19 height=25 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1054 x=448 y=315 width=22 height=25 xoffset=0 yoffset=6 xadvance=22 page=0 chnl=0 -char id=1055 x=470 y=315 width=18 height=25 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1056 x=488 y=315 width=16 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1057 x=0 y=340 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1058 x=19 y=340 width=19 height=25 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0 -char id=1059 x=38 y=340 width=20 height=25 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1060 x=58 y=340 width=23 height=25 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=1061 x=81 y=340 width=20 height=25 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1062 x=467 y=68 width=21 height=32 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=0 -char id=1063 x=101 y=340 width=17 height=25 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1064 x=118 y=340 width=27 height=25 xoffset=1 yoffset=6 xadvance=29 page=0 chnl=0 -char id=1065 x=0 y=100 width=29 height=32 xoffset=1 yoffset=6 xadvance=29 page=0 chnl=0 -char id=1066 x=145 y=340 width=23 height=25 xoffset=0 yoffset=6 xadvance=24 page=0 chnl=0 -char id=1067 x=168 y=340 width=23 height=25 xoffset=1 yoffset=6 xadvance=25 page=0 chnl=0 -char id=1068 x=191 y=340 width=17 height=25 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=0 -char id=1069 x=208 y=340 width=19 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1070 x=227 y=340 width=27 height=25 xoffset=1 yoffset=6 xadvance=28 page=0 chnl=0 -char id=1071 x=254 y=340 width=18 height=25 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0 -char id=1072 x=245 y=389 width=16 height=19 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1073 x=207 y=214 width=18 height=26 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1074 x=261 y=389 width=16 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1075 x=277 y=389 width=13 height=19 xoffset=1 yoffset=12 xadvance=14 page=0 chnl=0 -char id=1076 x=93 y=365 width=19 height=24 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=0 -char id=1077 x=290 y=389 width=17 height=19 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1078 x=307 y=389 width=23 height=19 xoffset=0 yoffset=12 xadvance=24 page=0 chnl=0 -char id=1079 x=330 y=389 width=15 height=19 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=1080 x=345 y=389 width=16 height=19 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1081 x=407 y=161 width=16 height=27 xoffset=1 yoffset=4 xadvance=18 page=0 chnl=0 -char id=1082 x=361 y=389 width=16 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1083 x=377 y=389 width=17 height=19 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1084 x=394 y=389 width=21 height=19 xoffset=0 yoffset=12 xadvance=22 page=0 chnl=0 -char id=1085 x=415 y=389 width=16 height=19 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1086 x=431 y=389 width=17 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1087 x=448 y=389 width=15 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1088 x=225 y=214 width=17 height=26 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1089 x=463 y=389 width=16 height=19 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1090 x=479 y=389 width=15 height=19 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=0 -char id=1091 x=242 y=214 width=18 height=26 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1092 x=444 y=0 width=25 height=33 xoffset=0 yoffset=5 xadvance=25 page=0 chnl=0 -char id=1093 x=0 y=408 width=18 height=19 xoffset=-1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1094 x=112 y=365 width=17 height=24 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=0 -char id=1095 x=494 y=389 width=15 height=19 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1096 x=18 y=408 width=21 height=19 xoffset=1 yoffset=12 xadvance=24 page=0 chnl=0 -char id=1097 x=129 y=365 width=23 height=24 xoffset=1 yoffset=12 xadvance=25 page=0 chnl=0 -char id=1098 x=39 y=408 width=20 height=19 xoffset=-1 yoffset=12 xadvance=19 page=0 chnl=0 -char id=1099 x=59 y=408 width=20 height=19 xoffset=1 yoffset=12 xadvance=22 page=0 chnl=0 -char id=1100 x=79 y=408 width=15 height=19 xoffset=1 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1101 x=94 y=408 width=16 height=19 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1102 x=110 y=408 width=22 height=19 xoffset=1 yoffset=12 xadvance=23 page=0 chnl=0 -char id=1103 x=132 y=408 width=15 height=19 xoffset=0 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1105 x=260 y=214 width=17 height=26 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1106 x=469 y=0 width=17 height=33 xoffset=-1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1107 x=423 y=161 width=13 height=27 xoffset=1 yoffset=4 xadvance=14 page=0 chnl=0 -char id=1108 x=147 y=408 width=16 height=19 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=1109 x=163 y=408 width=13 height=19 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=0 -char id=1110 x=277 y=214 width=7 height=26 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=1111 x=284 y=214 width=13 height=26 xoffset=-3 yoffset=5 xadvance=9 page=0 chnl=0 -char id=1112 x=486 y=0 width=10 height=33 xoffset=-1 yoffset=5 xadvance=10 page=0 chnl=0 -char id=1113 x=176 y=408 width=26 height=19 xoffset=0 yoffset=12 xadvance=26 page=0 chnl=0 -char id=1114 x=202 y=408 width=24 height=19 xoffset=1 yoffset=12 xadvance=25 page=0 chnl=0 -char id=1115 x=297 y=214 width=17 height=26 xoffset=-1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1116 x=436 y=161 width=16 height=27 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=1118 x=123 y=0 width=18 height=34 xoffset=-1 yoffset=4 xadvance=16 page=0 chnl=0 -char id=1119 x=152 y=365 width=15 height=24 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=1168 x=480 y=100 width=15 height=30 xoffset=1 yoffset=1 xadvance=17 page=0 chnl=0 -char id=1169 x=213 y=365 width=13 height=23 xoffset=1 yoffset=8 xadvance=14 page=0 chnl=0 -char id=8204 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=8211 x=298 y=427 width=11 height=4 xoffset=0 yoffset=19 xadvance=12 page=0 chnl=0 -char id=8212 x=309 y=427 width=23 height=4 xoffset=0 yoffset=19 xadvance=24 page=0 chnl=0 -char id=8213 x=309 y=427 width=23 height=4 xoffset=0 yoffset=19 xadvance=24 page=0 chnl=0 -char id=8215 x=110 y=427 width=19 height=8 xoffset=-1 yoffset=31 xadvance=17 page=0 chnl=0 -char id=8216 x=399 y=408 width=8 height=12 xoffset=2 yoffset=6 xadvance=12 page=0 chnl=0 -char id=8217 x=407 y=408 width=8 height=12 xoffset=2 yoffset=6 xadvance=12 page=0 chnl=0 -char id=8218 x=415 y=408 width=8 height=12 xoffset=2 yoffset=25 xadvance=12 page=0 chnl=0 -char id=8219 x=423 y=408 width=8 height=12 xoffset=2 yoffset=6 xadvance=12 page=0 chnl=0 -char id=8220 x=431 y=408 width=15 height=12 xoffset=2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=8221 x=446 y=408 width=15 height=12 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=8222 x=461 y=408 width=15 height=12 xoffset=1 yoffset=25 xadvance=17 page=0 chnl=0 -char id=8224 x=194 y=132 width=16 height=28 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=0 -char id=8225 x=210 y=132 width=16 height=28 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=0 -char id=8226 x=15 y=427 width=11 height=11 xoffset=3 yoffset=16 xadvance=17 page=0 chnl=0 -char id=8230 x=192 y=427 width=23 height=7 xoffset=1 yoffset=24 xadvance=24 page=0 chnl=0 -char id=8240 x=272 y=340 width=30 height=25 xoffset=0 yoffset=6 xadvance=29 page=0 chnl=0 -char id=8242 x=129 y=427 width=7 height=8 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=0 -char id=8243 x=136 y=427 width=12 height=8 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=0 -char id=8249 x=26 y=427 width=8 height=11 xoffset=1 yoffset=15 xadvance=12 page=0 chnl=0 -char id=8250 x=34 y=427 width=8 height=11 xoffset=2 yoffset=15 xadvance=12 page=0 chnl=0 -char id=8252 x=314 y=214 width=15 height=26 xoffset=3 yoffset=5 xadvance=20 page=0 chnl=0 -char id=8254 x=332 y=427 width=14 height=4 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=8260 x=302 y=340 width=20 height=25 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=8355 x=322 y=340 width=18 height=25 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=8356 x=340 y=340 width=15 height=25 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=0 -char id=8359 x=355 y=340 width=35 height=25 xoffset=1 yoffset=6 xadvance=36 page=0 chnl=0 -char id=8364 x=390 y=340 width=18 height=25 xoffset=-1 yoffset=6 xadvance=17 page=0 chnl=0 -kernings count=116 -kerning first=70 second=46 amount=-6 -kerning first=84 second=32 amount=-1 -kerning first=84 second=121 amount=-4 -kerning first=121 second=44 amount=-4 -kerning first=8216 second=8216 amount=-3 -kerning first=86 second=58 amount=-2 -kerning first=89 second=101 amount=-3 -kerning first=89 second=46 amount=-5 -kerning first=84 second=45 amount=-3 -kerning first=82 second=87 amount=-2 -kerning first=84 second=79 amount=-2 -kerning first=119 second=44 amount=-3 -kerning first=89 second=59 amount=-3 -kerning first=86 second=105 amount=-1 -kerning first=84 second=58 amount=-4 -kerning first=87 second=101 amount=-1 -kerning first=87 second=46 amount=-3 -kerning first=80 second=32 amount=-1 -kerning first=65 second=84 amount=-3 -kerning first=87 second=114 amount=-2 -kerning first=87 second=59 amount=-1 -kerning first=65 second=118 amount=-2 -kerning first=84 second=105 amount=-1 -kerning first=86 second=97 amount=-3 -kerning first=8217 second=8217 amount=-3 -kerning first=8217 second=115 amount=-2 -kerning first=84 second=97 amount=-4 -kerning first=76 second=87 amount=-4 -kerning first=82 second=84 amount=-1 -kerning first=65 second=89 amount=-3 -kerning first=76 second=32 amount=-1 -kerning first=76 second=121 amount=-3 -kerning first=89 second=111 amount=-4 -kerning first=65 second=8217 amount=-4 -kerning first=80 second=105 amount=-1 -kerning first=121 second=46 amount=-4 -kerning first=87 second=111 amount=-1 -kerning first=75 second=117 amount=-1 -kerning first=80 second=97 amount=-1 -kerning first=82 second=89 amount=-2 -kerning first=119 second=46 amount=-3 -kerning first=84 second=115 amount=-4 -kerning first=76 second=84 amount=-3 -kerning first=65 second=86 amount=-3 -kerning first=86 second=65 amount=-3 -kerning first=75 second=101 amount=-1 -kerning first=86 second=44 amount=-5 -kerning first=89 second=32 amount=-1 -kerning first=84 second=65 amount=-3 -kerning first=84 second=99 amount=-4 -kerning first=32 second=84 amount=-1 -kerning first=84 second=44 amount=-5 -kerning first=82 second=86 amount=-1 -kerning first=76 second=89 amount=-4 -kerning first=87 second=121 amount=-1 -kerning first=89 second=45 amount=-4 -kerning first=89 second=113 amount=-4 -kerning first=76 second=8217 amount=-3 -kerning first=89 second=58 amount=-3 -kerning first=87 second=45 amount=-2 -kerning first=86 second=117 amount=-2 -kerning first=75 second=119 amount=-1 -kerning first=80 second=65 amount=-4 -kerning first=87 second=58 amount=-1 -kerning first=89 second=105 amount=-2 -kerning first=32 second=89 amount=-1 -kerning first=80 second=44 amount=-6 -kerning first=89 second=118 amount=-2 -kerning first=84 second=117 amount=-4 -kerning first=75 second=111 amount=-1 -kerning first=89 second=97 amount=-3 -kerning first=76 second=86 amount=-4 -kerning first=82 second=117 amount=-1 -kerning first=118 second=44 amount=-4 -kerning first=86 second=101 amount=-2 -kerning first=80 second=104 amount=-1 -kerning first=86 second=46 amount=-5 -kerning first=87 second=97 amount=-2 -kerning first=86 second=114 amount=-2 -kerning first=86 second=59 amount=-2 -kerning first=84 second=101 amount=-4 -kerning first=84 second=46 amount=-5 -kerning first=32 second=65 amount=-2 -kerning first=84 second=114 amount=-4 -kerning first=114 second=44 amount=-5 -kerning first=84 second=59 amount=-4 -kerning first=82 second=101 amount=-1 -kerning first=65 second=119 amount=-1 -kerning first=70 second=65 amount=-3 -kerning first=80 second=101 amount=-1 -kerning first=80 second=46 amount=-6 -kerning first=70 second=44 amount=-6 -kerning first=84 second=119 amount=-4 -kerning first=89 second=65 amount=-3 -kerning first=80 second=114 amount=-1 -kerning first=86 second=111 amount=-2 -kerning first=89 second=44 amount=-5 -kerning first=102 second=8217 amount=-1 -kerning first=87 second=65 amount=-3 -kerning first=84 second=111 amount=-4 -kerning first=89 second=112 amount=-3 -kerning first=118 second=46 amount=-4 -kerning first=75 second=105 amount=-1 -kerning first=87 second=44 amount=-3 -kerning first=8217 second=32 amount=-1 -kerning first=82 second=111 amount=-1 -kerning first=89 second=117 amount=-2 -kerning first=114 second=46 amount=-4 -kerning first=80 second=111 amount=-1 -kerning first=75 second=110 amount=-1 -kerning first=65 second=87 amount=-3 -kerning first=87 second=117 amount=-1 -kerning first=65 second=32 amount=-2 -kerning first=86 second=121 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=86 second=45 amount=-2 diff --git a/assets/fnt/MaxonTrebuchet.png b/assets/fnt/MaxonTrebuchet.png Binary files differdeleted file mode 100644 index da1c009..0000000 --- a/assets/fnt/MaxonTrebuchet.png +++ /dev/null diff --git a/assets/fnt/peepo.fnt b/assets/fnt/peepo.fnt deleted file mode 100644 index fa50713..0000000 --- a/assets/fnt/peepo.fnt +++ /dev/null @@ -1,519 +0,0 @@ -info face="Arial Black Обычный" size=24 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 -common lineHeight=35 base=27 scaleW=512 scaleH=512 pages=1 packed=0 -page id=0 file="peepo.png" -chars count=515 -char id=0 x=82 y=273 width=14 height=17 xoffset=-1 yoffset=11 xadvance=18 page=0 chnl=0 -char id=13 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=0 page=0 chnl=0 -char id=33 x=332 y=120 width=7 height=19 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=34 x=334 y=307 width=13 height=8 xoffset=-1 yoffset=9 xadvance=12 page=0 chnl=0 -char id=35 x=339 y=120 width=17 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=36 x=123 y=97 width=17 height=22 xoffset=-1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=37 x=356 y=120 width=24 height=19 xoffset=0 yoffset=9 xadvance=24 page=0 chnl=0 -char id=38 x=380 y=120 width=22 height=19 xoffset=0 yoffset=9 xadvance=21 page=0 chnl=0 -char id=39 x=347 y=307 width=7 height=8 xoffset=0 yoffset=9 xadvance=7 page=0 chnl=0 -char id=40 x=173 y=0 width=9 height=24 xoffset=0 yoffset=9 xadvance=9 page=0 chnl=0 -char id=41 x=182 y=0 width=9 height=24 xoffset=0 yoffset=9 xadvance=9 page=0 chnl=0 -char id=42 x=303 y=307 width=11 height=10 xoffset=1 yoffset=9 xadvance=13 page=0 chnl=0 -char id=43 x=128 y=273 width=16 height=16 xoffset=0 yoffset=10 xadvance=16 page=0 chnl=0 -char id=44 x=503 y=292 width=7 height=12 xoffset=0 yoffset=21 xadvance=8 page=0 chnl=0 -char id=45 x=443 y=307 width=8 height=6 xoffset=0 yoffset=18 xadvance=8 page=0 chnl=0 -char id=46 x=378 y=307 width=7 height=7 xoffset=0 yoffset=21 xadvance=8 page=0 chnl=0 -char id=47 x=402 y=120 width=9 height=19 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=48 x=411 y=120 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=49 x=427 y=120 width=12 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=50 x=439 y=120 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=51 x=455 y=120 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=52 x=471 y=120 width=17 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=53 x=488 y=120 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=54 x=0 y=140 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=55 x=16 y=140 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=56 x=32 y=140 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=57 x=48 y=140 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=58 x=500 y=254 width=7 height=15 xoffset=0 yoffset=13 xadvance=8 page=0 chnl=0 -char id=59 x=279 y=97 width=7 height=20 xoffset=0 yoffset=13 xadvance=8 page=0 chnl=0 -char id=60 x=96 y=273 width=16 height=17 xoffset=0 yoffset=10 xadvance=16 page=0 chnl=0 -char id=61 x=140 y=307 width=15 height=12 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=62 x=112 y=273 width=16 height=17 xoffset=0 yoffset=10 xadvance=16 page=0 chnl=0 -char id=63 x=64 y=140 width=15 height=19 xoffset=0 yoffset=9 xadvance=15 page=0 chnl=0 -char id=64 x=140 y=97 width=20 height=22 xoffset=-1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=65 x=79 y=140 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=66 x=100 y=140 width=18 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=67 x=118 y=140 width=19 height=19 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=68 x=137 y=140 width=18 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=69 x=155 y=140 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=70 x=171 y=140 width=15 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=71 x=186 y=140 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=72 x=206 y=140 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=73 x=504 y=120 width=7 height=19 xoffset=1 yoffset=9 xadvance=9 page=0 chnl=0 -char id=74 x=224 y=140 width=16 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=75 x=240 y=140 width=20 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=76 x=260 y=140 width=15 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=77 x=275 y=140 width=21 height=19 xoffset=1 yoffset=9 xadvance=23 page=0 chnl=0 -char id=78 x=296 y=140 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=79 x=314 y=140 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=80 x=334 y=140 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=81 x=204 y=97 width=21 height=21 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=82 x=350 y=140 width=19 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=83 x=369 y=140 width=18 height=19 xoffset=-1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=84 x=387 y=140 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=85 x=404 y=140 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=86 x=422 y=140 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=87 x=443 y=140 width=27 height=19 xoffset=-1 yoffset=9 xadvance=24 page=0 chnl=0 -char id=88 x=470 y=140 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=89 x=0 y=159 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=90 x=491 y=140 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=91 x=191 y=0 width=10 height=24 xoffset=0 yoffset=9 xadvance=9 page=0 chnl=0 -char id=92 x=21 y=159 width=9 height=19 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=93 x=201 y=0 width=10 height=24 xoffset=-1 yoffset=9 xadvance=9 page=0 chnl=0 -char id=94 x=155 y=307 width=14 height=12 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=95 x=60 y=322 width=14 height=3 xoffset=-1 yoffset=28 xadvance=12 page=0 chnl=0 -char id=96 x=463 y=307 width=8 height=5 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=97 x=144 y=273 width=16 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=98 x=30 y=159 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=99 x=160 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=100 x=45 y=159 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=101 x=175 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=102 x=60 y=159 width=13 height=19 xoffset=-2 yoffset=9 xadvance=9 page=0 chnl=0 -char id=103 x=286 y=97 width=16 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=104 x=73 y=159 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=105 x=88 y=159 width=7 height=19 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=106 x=211 y=0 width=11 height=24 xoffset=-3 yoffset=9 xadvance=8 page=0 chnl=0 -char id=107 x=95 y=159 width=17 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=108 x=112 y=159 width=7 height=19 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=109 x=190 y=273 width=23 height=15 xoffset=0 yoffset=13 xadvance=24 page=0 chnl=0 -char id=110 x=213 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=111 x=228 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=112 x=302 y=97 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=113 x=317 y=97 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=114 x=243 y=273 width=12 height=15 xoffset=0 yoffset=13 xadvance=11 page=0 chnl=0 -char id=115 x=255 y=273 width=15 height=15 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=116 x=119 y=159 width=12 height=19 xoffset=-2 yoffset=9 xadvance=11 page=0 chnl=0 -char id=117 x=270 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=118 x=285 y=273 width=17 height=15 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=119 x=302 y=273 width=25 height=15 xoffset=-1 yoffset=13 xadvance=23 page=0 chnl=0 -char id=120 x=327 y=273 width=17 height=15 xoffset=-1 yoffset=13 xadvance=16 page=0 chnl=0 -char id=121 x=332 y=97 width=17 height=20 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=122 x=344 y=273 width=12 height=15 xoffset=0 yoffset=13 xadvance=13 page=0 chnl=0 -char id=123 x=222 y=0 width=10 height=24 xoffset=0 yoffset=9 xadvance=9 page=0 chnl=0 -char id=124 x=232 y=0 width=5 height=24 xoffset=1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=125 x=237 y=0 width=10 height=24 xoffset=-1 yoffset=9 xadvance=9 page=0 chnl=0 -char id=126 x=354 y=307 width=16 height=8 xoffset=0 yoffset=14 xadvance=16 page=0 chnl=0 -char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=8 page=0 chnl=0 -char id=161 x=131 y=159 width=7 height=19 xoffset=0 yoffset=13 xadvance=8 page=0 chnl=0 -char id=162 x=247 y=0 width=15 height=24 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=163 x=138 y=159 width=16 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=164 x=356 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=165 x=154 y=159 width=19 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=166 x=262 y=0 width=5 height=24 xoffset=1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=167 x=267 y=0 width=15 height=24 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=168 x=471 y=307 width=10 height=5 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=169 x=173 y=159 width=20 height=19 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=170 x=251 y=307 width=11 height=11 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0 -char id=171 x=92 y=307 width=15 height=13 xoffset=0 yoffset=14 xadvance=16 page=0 chnl=0 -char id=172 x=169 y=307 width=15 height=12 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=173 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=8 page=0 chnl=0 -char id=174 x=193 y=159 width=20 height=19 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=175 x=74 y=322 width=14 height=3 xoffset=-1 yoffset=6 xadvance=12 page=0 chnl=0 -char id=176 x=370 y=307 width=8 height=8 xoffset=1 yoffset=9 xadvance=10 page=0 chnl=0 -char id=177 x=213 y=159 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=178 x=262 y=307 width=11 height=11 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0 -char id=179 x=273 y=307 width=11 height=11 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0 -char id=180 x=481 y=307 width=8 height=5 xoffset=1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=181 x=349 y=97 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=182 x=282 y=0 width=19 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=183 x=385 y=307 width=7 height=7 xoffset=0 yoffset=15 xadvance=8 page=0 chnl=0 -char id=184 x=392 y=307 width=9 height=7 xoffset=0 yoffset=26 xadvance=8 page=0 chnl=0 -char id=185 x=284 y=307 width=8 height=11 xoffset=0 yoffset=9 xadvance=10 page=0 chnl=0 -char id=186 x=292 y=307 width=11 height=11 xoffset=-1 yoffset=9 xadvance=10 page=0 chnl=0 -char id=187 x=107 y=307 width=15 height=13 xoffset=1 yoffset=14 xadvance=16 page=0 chnl=0 -char id=188 x=229 y=159 width=24 height=19 xoffset=0 yoffset=9 xadvance=24 page=0 chnl=0 -char id=189 x=253 y=159 width=24 height=19 xoffset=0 yoffset=9 xadvance=24 page=0 chnl=0 -char id=190 x=277 y=159 width=25 height=19 xoffset=-1 yoffset=9 xadvance=24 page=0 chnl=0 -char id=191 x=302 y=159 width=15 height=19 xoffset=0 yoffset=13 xadvance=15 page=0 chnl=0 -char id=192 x=0 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=193 x=21 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=194 x=42 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=195 x=63 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=196 x=84 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=197 x=105 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=198 x=317 y=159 width=26 height=19 xoffset=-2 yoffset=9 xadvance=24 page=0 chnl=0 -char id=199 x=301 y=0 width=19 height=24 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=200 x=126 y=51 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=201 x=142 y=51 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=202 x=158 y=51 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=203 x=174 y=51 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=204 x=500 y=27 width=8 height=23 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=205 x=190 y=51 width=9 height=23 xoffset=1 yoffset=5 xadvance=9 page=0 chnl=0 -char id=206 x=199 y=51 width=10 height=23 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=207 x=209 y=51 width=10 height=23 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=208 x=343 y=159 width=20 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=209 x=219 y=51 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=210 x=237 y=51 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=211 x=257 y=51 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=212 x=277 y=51 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=213 x=297 y=51 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=214 x=317 y=51 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=215 x=371 y=273 width=15 height=15 xoffset=0 yoffset=11 xadvance=16 page=0 chnl=0 -char id=216 x=225 y=97 width=22 height=21 xoffset=-1 yoffset=8 xadvance=20 page=0 chnl=0 -char id=217 x=337 y=51 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=218 x=355 y=51 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=219 x=373 y=51 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=220 x=391 y=51 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=221 x=409 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=222 x=363 y=159 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=223 x=379 y=159 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=224 x=394 y=159 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=225 x=410 y=159 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=226 x=426 y=159 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=227 x=442 y=159 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=228 x=458 y=159 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=229 x=160 y=97 width=16 height=22 xoffset=0 yoffset=6 xadvance=16 page=0 chnl=0 -char id=230 x=386 y=273 width=23 height=15 xoffset=0 yoffset=13 xadvance=24 page=0 chnl=0 -char id=231 x=364 y=97 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=232 x=474 y=159 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=233 x=489 y=159 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=234 x=0 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=235 x=15 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=236 x=30 y=178 width=8 height=19 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=237 x=38 y=178 width=9 height=19 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=238 x=47 y=178 width=10 height=19 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=239 x=57 y=178 width=10 height=19 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=240 x=67 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=241 x=82 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=242 x=97 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=243 x=112 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=244 x=127 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=245 x=142 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=246 x=157 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=247 x=52 y=273 width=15 height=18 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=248 x=67 y=273 width=15 height=18 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=0 -char id=249 x=172 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=250 x=187 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=251 x=202 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=252 x=217 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=253 x=320 y=0 width=17 height=24 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=254 x=337 y=0 width=15 height=24 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=255 x=352 y=0 width=17 height=24 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=256 x=430 y=51 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=257 x=232 y=178 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=258 x=369 y=0 width=21 height=24 xoffset=-1 yoffset=4 xadvance=19 page=0 chnl=0 -char id=259 x=379 y=97 width=16 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=260 x=71 y=0 width=22 height=25 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=261 x=247 y=97 width=17 height=21 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=262 x=451 y=51 width=19 height=23 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=263 x=248 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=264 x=470 y=51 width=19 height=23 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=265 x=263 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=266 x=390 y=0 width=19 height=24 xoffset=0 yoffset=4 xadvance=19 page=0 chnl=0 -char id=267 x=395 y=97 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=268 x=489 y=51 width=19 height=23 xoffset=0 yoffset=5 xadvance=19 page=0 chnl=0 -char id=269 x=278 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=270 x=0 y=74 width=18 height=23 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=271 x=293 y=178 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=272 x=343 y=159 width=20 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=273 x=313 y=178 width=17 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=274 x=18 y=74 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=275 x=330 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=276 x=409 y=0 width=16 height=24 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=277 x=410 y=97 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=278 x=425 y=0 width=16 height=24 xoffset=1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=279 x=425 y=97 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=280 x=93 y=0 width=16 height=25 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=281 x=264 y=97 width=15 height=21 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=282 x=34 y=74 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=283 x=345 y=178 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=284 x=50 y=74 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=285 x=441 y=0 width=16 height=24 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=286 x=457 y=0 width=20 height=24 xoffset=0 yoffset=4 xadvance=20 page=0 chnl=0 -char id=287 x=109 y=0 width=16 height=25 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=288 x=477 y=0 width=20 height=24 xoffset=0 yoffset=4 xadvance=20 page=0 chnl=0 -char id=289 x=125 y=0 width=16 height=25 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=290 x=0 y=27 width=20 height=24 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=291 x=0 y=0 width=16 height=27 xoffset=0 yoffset=6 xadvance=16 page=0 chnl=0 -char id=292 x=70 y=74 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=293 x=88 y=74 width=15 height=23 xoffset=0 yoffset=5 xadvance=16 page=0 chnl=0 -char id=294 x=360 y=178 width=22 height=19 xoffset=-1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=295 x=382 y=178 width=16 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=296 x=103 y=74 width=12 height=23 xoffset=-1 yoffset=5 xadvance=9 page=0 chnl=0 -char id=297 x=398 y=178 width=12 height=19 xoffset=-2 yoffset=9 xadvance=8 page=0 chnl=0 -char id=298 x=115 y=74 width=10 height=23 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=299 x=410 y=178 width=10 height=19 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=300 x=497 y=0 width=10 height=24 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=301 x=440 y=97 width=10 height=20 xoffset=-1 yoffset=8 xadvance=8 page=0 chnl=0 -char id=302 x=20 y=27 width=9 height=24 xoffset=1 yoffset=9 xadvance=9 page=0 chnl=0 -char id=303 x=29 y=27 width=8 height=24 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=304 x=37 y=27 width=7 height=24 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=305 x=409 y=273 width=7 height=15 xoffset=0 yoffset=13 xadvance=8 page=0 chnl=0 -char id=306 x=420 y=178 width=23 height=19 xoffset=1 yoffset=9 xadvance=25 page=0 chnl=0 -char id=307 x=44 y=27 width=15 height=24 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=308 x=125 y=74 width=16 height=23 xoffset=-1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=309 x=59 y=27 width=13 height=24 xoffset=-3 yoffset=9 xadvance=8 page=0 chnl=0 -char id=310 x=16 y=0 width=20 height=26 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=311 x=36 y=0 width=17 height=26 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=312 x=416 y=273 width=17 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=313 x=141 y=74 width=15 height=23 xoffset=1 yoffset=5 xadvance=16 page=0 chnl=0 -char id=314 x=156 y=74 width=9 height=23 xoffset=0 yoffset=5 xadvance=8 page=0 chnl=0 -char id=315 x=72 y=27 width=15 height=24 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=316 x=87 y=27 width=9 height=24 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=317 x=443 y=178 width=15 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=318 x=458 y=178 width=12 height=19 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=0 -char id=319 x=470 y=178 width=15 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=320 x=485 y=178 width=13 height=19 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=0 -char id=321 x=0 y=197 width=17 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=322 x=498 y=178 width=11 height=19 xoffset=-2 yoffset=9 xadvance=8 page=0 chnl=0 -char id=323 x=165 y=74 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=324 x=17 y=197 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=325 x=96 y=27 width=18 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=326 x=450 y=97 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=327 x=183 y=74 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=328 x=32 y=197 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=329 x=47 y=197 width=20 height=19 xoffset=0 yoffset=9 xadvance=21 page=0 chnl=0 -char id=330 x=114 y=27 width=19 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=331 x=465 y=97 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=332 x=201 y=74 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=333 x=67 y=197 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=334 x=133 y=27 width=20 height=24 xoffset=0 yoffset=4 xadvance=20 page=0 chnl=0 -char id=335 x=480 y=97 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=336 x=221 y=74 width=20 height=23 xoffset=0 yoffset=5 xadvance=20 page=0 chnl=0 -char id=337 x=82 y=197 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=338 x=98 y=197 width=24 height=19 xoffset=0 yoffset=9 xadvance=24 page=0 chnl=0 -char id=339 x=433 y=273 width=24 height=15 xoffset=0 yoffset=13 xadvance=24 page=0 chnl=0 -char id=340 x=241 y=74 width=19 height=23 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=341 x=122 y=197 width=12 height=19 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=342 x=153 y=27 width=19 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=343 x=495 y=97 width=12 height=20 xoffset=0 yoffset=13 xadvance=11 page=0 chnl=0 -char id=344 x=260 y=74 width=19 height=23 xoffset=1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=345 x=134 y=197 width=12 height=19 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=346 x=279 y=74 width=18 height=23 xoffset=-1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=347 x=146 y=197 width=15 height=19 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=348 x=172 y=27 width=18 height=24 xoffset=-1 yoffset=4 xadvance=17 page=0 chnl=0 -char id=349 x=161 y=197 width=15 height=19 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=350 x=190 y=27 width=18 height=24 xoffset=-1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=351 x=0 y=120 width=15 height=20 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=352 x=297 y=74 width=18 height=23 xoffset=-1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=353 x=176 y=197 width=15 height=19 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=354 x=208 y=27 width=17 height=24 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=355 x=225 y=27 width=13 height=24 xoffset=-2 yoffset=9 xadvance=11 page=0 chnl=0 -char id=356 x=315 y=74 width=17 height=23 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=357 x=191 y=197 width=17 height=19 xoffset=-2 yoffset=9 xadvance=15 page=0 chnl=0 -char id=358 x=208 y=197 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=359 x=225 y=197 width=12 height=19 xoffset=-2 yoffset=9 xadvance=11 page=0 chnl=0 -char id=360 x=238 y=27 width=18 height=24 xoffset=1 yoffset=4 xadvance=20 page=0 chnl=0 -char id=361 x=237 y=197 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=362 x=332 y=74 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=363 x=252 y=197 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=364 x=256 y=27 width=18 height=24 xoffset=1 yoffset=4 xadvance=20 page=0 chnl=0 -char id=365 x=15 y=120 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=366 x=53 y=0 width=18 height=26 xoffset=1 yoffset=2 xadvance=20 page=0 chnl=0 -char id=367 x=176 y=97 width=15 height=22 xoffset=0 yoffset=6 xadvance=16 page=0 chnl=0 -char id=368 x=350 y=74 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=369 x=267 y=197 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=370 x=274 y=27 width=18 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=371 x=30 y=120 width=16 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=372 x=368 y=74 width=27 height=23 xoffset=-1 yoffset=5 xadvance=24 page=0 chnl=0 -char id=373 x=283 y=197 width=25 height=19 xoffset=-1 yoffset=9 xadvance=23 page=0 chnl=0 -char id=374 x=395 y=74 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=375 x=292 y=27 width=17 height=24 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=376 x=416 y=74 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=377 x=437 y=74 width=17 height=23 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=378 x=308 y=197 width=12 height=19 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=0 -char id=379 x=309 y=27 width=17 height=24 xoffset=0 yoffset=4 xadvance=17 page=0 chnl=0 -char id=380 x=46 y=120 width=12 height=20 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=0 -char id=381 x=454 y=74 width=17 height=23 xoffset=0 yoffset=5 xadvance=17 page=0 chnl=0 -char id=382 x=320 y=197 width=12 height=19 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=0 -char id=383 x=332 y=197 width=10 height=19 xoffset=0 yoffset=9 xadvance=9 page=0 chnl=0 -char id=900 x=451 y=307 width=6 height=6 xoffset=-1 yoffset=8 xadvance=5 page=0 chnl=0 -char id=901 x=314 y=307 width=10 height=10 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=902 x=342 y=197 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=903 x=457 y=307 width=6 height=6 xoffset=1 yoffset=15 xadvance=12 page=0 chnl=0 -char id=904 x=363 y=197 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=905 x=383 y=197 width=22 height=19 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=906 x=405 y=197 width=11 height=19 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=0 -char id=908 x=416 y=197 width=22 height=19 xoffset=-1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=910 x=438 y=197 width=25 height=19 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=911 x=463 y=197 width=22 height=19 xoffset=-1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=912 x=326 y=27 width=10 height=24 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=913 x=485 y=197 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=914 x=0 y=216 width=18 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=915 x=18 y=216 width=15 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=916 x=33 y=216 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=917 x=54 y=216 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=918 x=70 y=216 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=919 x=87 y=216 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=920 x=105 y=216 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=921 x=504 y=159 width=7 height=19 xoffset=1 yoffset=9 xadvance=9 page=0 chnl=0 -char id=922 x=125 y=216 width=20 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=923 x=145 y=216 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=924 x=166 y=216 width=21 height=19 xoffset=1 yoffset=9 xadvance=23 page=0 chnl=0 -char id=925 x=187 y=216 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=926 x=205 y=216 width=15 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=927 x=220 y=216 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=928 x=240 y=216 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=929 x=258 y=216 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=931 x=274 y=216 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=932 x=290 y=216 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=933 x=307 y=216 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=934 x=328 y=216 width=23 height=19 xoffset=-1 yoffset=9 xadvance=22 page=0 chnl=0 -char id=935 x=351 y=216 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=936 x=372 y=216 width=23 height=19 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=937 x=395 y=216 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=938 x=471 y=74 width=10 height=23 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=939 x=416 y=74 width=21 height=23 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0 -char id=940 x=58 y=120 width=17 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=941 x=75 y=120 width=14 height=20 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=0 -char id=942 x=141 y=0 width=15 height=25 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=943 x=89 y=120 width=7 height=20 xoffset=0 yoffset=8 xadvance=8 page=0 chnl=0 -char id=944 x=336 y=27 width=15 height=24 xoffset=0 yoffset=4 xadvance=16 page=0 chnl=0 -char id=945 x=457 y=273 width=17 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=946 x=351 y=27 width=14 height=24 xoffset=0 yoffset=9 xadvance=15 page=0 chnl=0 -char id=947 x=96 y=120 width=17 height=20 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=948 x=415 y=216 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=949 x=474 y=273 width=14 height=15 xoffset=0 yoffset=13 xadvance=13 page=0 chnl=0 -char id=950 x=365 y=27 width=11 height=24 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=951 x=113 y=120 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=952 x=430 y=216 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=953 x=488 y=273 width=7 height=15 xoffset=0 yoffset=13 xadvance=8 page=0 chnl=0 -char id=954 x=0 y=292 width=17 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=955 x=445 y=216 width=17 height=19 xoffset=-1 yoffset=9 xadvance=15 page=0 chnl=0 -char id=956 x=128 y=120 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=957 x=17 y=292 width=17 height=15 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=958 x=376 y=27 width=11 height=24 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=959 x=495 y=273 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=960 x=34 y=292 width=19 height=15 xoffset=-1 yoffset=13 xadvance=17 page=0 chnl=0 -char id=961 x=143 y=120 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=962 x=158 y=120 width=14 height=20 xoffset=0 yoffset=13 xadvance=13 page=0 chnl=0 -char id=963 x=53 y=292 width=17 height=15 xoffset=0 yoffset=13 xadvance=17 page=0 chnl=0 -char id=964 x=70 y=292 width=13 height=15 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0 -char id=965 x=83 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=966 x=172 y=120 width=22 height=20 xoffset=-1 yoffset=13 xadvance=21 page=0 chnl=0 -char id=967 x=194 y=120 width=17 height=20 xoffset=-1 yoffset=13 xadvance=16 page=0 chnl=0 -char id=968 x=211 y=120 width=21 height=20 xoffset=0 yoffset=13 xadvance=22 page=0 chnl=0 -char id=969 x=98 y=292 width=22 height=15 xoffset=0 yoffset=13 xadvance=23 page=0 chnl=0 -char id=970 x=462 y=216 width=10 height=19 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=971 x=472 y=216 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=972 x=232 y=120 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=973 x=247 y=120 width=15 height=20 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=0 -char id=974 x=262 y=120 width=22 height=20 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=1025 x=481 y=74 width=16 height=23 xoffset=1 yoffset=5 xadvance=17 page=0 chnl=0 -char id=1026 x=487 y=216 width=24 height=19 xoffset=0 yoffset=9 xadvance=24 page=0 chnl=0 -char id=1027 x=387 y=27 width=15 height=24 xoffset=1 yoffset=4 xadvance=16 page=0 chnl=0 -char id=1028 x=0 y=235 width=19 height=19 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1029 x=19 y=235 width=18 height=19 xoffset=-1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1030 x=37 y=235 width=7 height=19 xoffset=1 yoffset=9 xadvance=9 page=0 chnl=0 -char id=1031 x=497 y=74 width=10 height=23 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=0 -char id=1032 x=44 y=235 width=16 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1033 x=60 y=235 width=30 height=19 xoffset=-1 yoffset=9 xadvance=29 page=0 chnl=0 -char id=1034 x=90 y=235 width=28 height=19 xoffset=1 yoffset=9 xadvance=29 page=0 chnl=0 -char id=1035 x=118 y=235 width=22 height=19 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=1036 x=0 y=97 width=18 height=23 xoffset=1 yoffset=5 xadvance=18 page=0 chnl=0 -char id=1038 x=402 y=27 width=18 height=24 xoffset=-1 yoffset=4 xadvance=16 page=0 chnl=0 -char id=1039 x=18 y=97 width=18 height=23 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1040 x=140 y=235 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1041 x=161 y=235 width=18 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1042 x=179 y=235 width=18 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1043 x=197 y=235 width=15 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1044 x=36 y=97 width=21 height=23 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1045 x=212 y=235 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1046 x=228 y=235 width=27 height=19 xoffset=-1 yoffset=9 xadvance=26 page=0 chnl=0 -char id=1047 x=255 y=235 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1048 x=272 y=235 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1049 x=57 y=97 width=18 height=23 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0 -char id=1050 x=290 y=235 width=18 height=19 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=1051 x=308 y=235 width=19 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1052 x=327 y=235 width=21 height=19 xoffset=1 yoffset=9 xadvance=23 page=0 chnl=0 -char id=1053 x=348 y=235 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1054 x=366 y=235 width=20 height=19 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1055 x=386 y=235 width=18 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1056 x=404 y=235 width=16 height=19 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1057 x=420 y=235 width=19 height=19 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1058 x=439 y=235 width=17 height=19 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1059 x=456 y=235 width=18 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1060 x=474 y=235 width=23 height=19 xoffset=-1 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1061 x=0 y=254 width=21 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1062 x=75 y=97 width=21 height=23 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=1063 x=21 y=254 width=17 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1064 x=38 y=254 width=25 height=19 xoffset=1 yoffset=9 xadvance=27 page=0 chnl=0 -char id=1065 x=96 y=97 width=27 height=23 xoffset=1 yoffset=9 xadvance=27 page=0 chnl=0 -char id=1066 x=63 y=254 width=25 height=19 xoffset=-1 yoffset=9 xadvance=24 page=0 chnl=0 -char id=1067 x=88 y=254 width=25 height=19 xoffset=1 yoffset=9 xadvance=26 page=0 chnl=0 -char id=1068 x=113 y=254 width=18 height=19 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1069 x=131 y=254 width=19 height=19 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1070 x=150 y=254 width=27 height=19 xoffset=1 yoffset=9 xadvance=28 page=0 chnl=0 -char id=1071 x=177 y=254 width=19 height=19 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1072 x=120 y=292 width=16 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1073 x=196 y=254 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1074 x=136 y=292 width=14 height=15 xoffset=0 yoffset=13 xadvance=15 page=0 chnl=0 -char id=1075 x=150 y=292 width=13 height=15 xoffset=0 yoffset=13 xadvance=12 page=0 chnl=0 -char id=1076 x=211 y=254 width=17 height=19 xoffset=-1 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1077 x=163 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1078 x=178 y=292 width=25 height=15 xoffset=-1 yoffset=13 xadvance=22 page=0 chnl=0 -char id=1079 x=203 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1080 x=218 y=292 width=16 height=15 xoffset=0 yoffset=13 xadvance=17 page=0 chnl=0 -char id=1081 x=284 y=120 width=16 height=20 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0 -char id=1082 x=234 y=292 width=16 height=15 xoffset=0 yoffset=13 xadvance=15 page=0 chnl=0 -char id=1083 x=250 y=292 width=16 height=15 xoffset=0 yoffset=13 xadvance=17 page=0 chnl=0 -char id=1084 x=266 y=292 width=19 height=15 xoffset=0 yoffset=13 xadvance=20 page=0 chnl=0 -char id=1085 x=285 y=292 width=16 height=15 xoffset=0 yoffset=13 xadvance=17 page=0 chnl=0 -char id=1086 x=301 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1087 x=316 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1088 x=300 y=120 width=15 height=20 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1089 x=331 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1090 x=346 y=292 width=13 height=15 xoffset=-1 yoffset=13 xadvance=12 page=0 chnl=0 -char id=1091 x=315 y=120 width=17 height=20 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=1092 x=420 y=27 width=25 height=24 xoffset=-1 yoffset=9 xadvance=24 page=0 chnl=0 -char id=1093 x=359 y=292 width=17 height=15 xoffset=-1 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1094 x=228 y=254 width=17 height=19 xoffset=0 yoffset=13 xadvance=17 page=0 chnl=0 -char id=1095 x=376 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1096 x=391 y=292 width=21 height=15 xoffset=1 yoffset=13 xadvance=23 page=0 chnl=0 -char id=1097 x=245 y=254 width=23 height=19 xoffset=1 yoffset=13 xadvance=23 page=0 chnl=0 -char id=1098 x=412 y=292 width=19 height=15 xoffset=-1 yoffset=13 xadvance=19 page=0 chnl=0 -char id=1099 x=431 y=292 width=21 height=15 xoffset=0 yoffset=13 xadvance=22 page=0 chnl=0 -char id=1100 x=452 y=292 width=14 height=15 xoffset=0 yoffset=13 xadvance=15 page=0 chnl=0 -char id=1101 x=466 y=292 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1102 x=481 y=292 width=22 height=15 xoffset=0 yoffset=13 xadvance=23 page=0 chnl=0 -char id=1103 x=0 y=307 width=15 height=15 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=1105 x=268 y=254 width=15 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1106 x=445 y=27 width=16 height=24 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1107 x=497 y=235 width=12 height=19 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=1108 x=15 y=307 width=15 height=15 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1109 x=30 y=307 width=15 height=15 xoffset=-1 yoffset=13 xadvance=15 page=0 chnl=0 -char id=1110 x=283 y=254 width=7 height=19 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=1111 x=290 y=254 width=10 height=19 xoffset=-1 yoffset=9 xadvance=8 page=0 chnl=0 -char id=1112 x=461 y=27 width=11 height=24 xoffset=-3 yoffset=9 xadvance=8 page=0 chnl=0 -char id=1113 x=45 y=307 width=23 height=15 xoffset=0 yoffset=13 xadvance=24 page=0 chnl=0 -char id=1114 x=68 y=307 width=24 height=15 xoffset=0 yoffset=13 xadvance=25 page=0 chnl=0 -char id=1115 x=300 y=254 width=16 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=1116 x=316 y=254 width=16 height=19 xoffset=0 yoffset=9 xadvance=15 page=0 chnl=0 -char id=1118 x=156 y=0 width=17 height=25 xoffset=-1 yoffset=8 xadvance=15 page=0 chnl=0 -char id=1119 x=332 y=254 width=15 height=19 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0 -char id=1168 x=191 y=97 width=13 height=22 xoffset=1 yoffset=6 xadvance=13 page=0 chnl=0 -char id=1169 x=347 y=254 width=12 height=19 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=8211 x=0 y=322 width=14 height=4 xoffset=-1 yoffset=19 xadvance=12 page=0 chnl=0 -char id=8212 x=14 y=322 width=26 height=4 xoffset=-1 yoffset=19 xadvance=24 page=0 chnl=0 -char id=8213 x=40 y=322 width=20 height=4 xoffset=-1 yoffset=19 xadvance=18 page=0 chnl=0 -char id=8215 x=489 y=307 width=14 height=5 xoffset=-1 yoffset=27 xadvance=12 page=0 chnl=0 -char id=8216 x=184 y=307 width=7 height=12 xoffset=0 yoffset=9 xadvance=7 page=0 chnl=0 -char id=8217 x=191 y=307 width=7 height=12 xoffset=0 yoffset=9 xadvance=7 page=0 chnl=0 -char id=8218 x=198 y=307 width=7 height=12 xoffset=0 yoffset=21 xadvance=7 page=0 chnl=0 -char id=8219 x=205 y=307 width=7 height=12 xoffset=0 yoffset=9 xadvance=7 page=0 chnl=0 -char id=8220 x=212 y=307 width=13 height=12 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=0 -char id=8221 x=225 y=307 width=13 height=12 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=0 -char id=8222 x=238 y=307 width=13 height=12 xoffset=0 yoffset=21 xadvance=12 page=0 chnl=0 -char id=8224 x=472 y=27 width=14 height=24 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=8225 x=486 y=27 width=14 height=24 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=8226 x=324 y=307 width=10 height=10 xoffset=1 yoffset=13 xadvance=12 page=0 chnl=0 -char id=8230 x=401 y=307 width=23 height=7 xoffset=0 yoffset=21 xadvance=24 page=0 chnl=0 -char id=8240 x=359 y=254 width=26 height=19 xoffset=-1 yoffset=9 xadvance=24 page=0 chnl=0 -char id=8242 x=424 y=307 width=7 height=7 xoffset=0 yoffset=8 xadvance=7 page=0 chnl=0 -char id=8243 x=431 y=307 width=12 height=7 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=0 -char id=8249 x=122 y=307 width=9 height=13 xoffset=-1 yoffset=14 xadvance=8 page=0 chnl=0 -char id=8250 x=131 y=307 width=9 height=13 xoffset=0 yoffset=14 xadvance=8 page=0 chnl=0 -char id=8252 x=385 y=254 width=14 height=19 xoffset=0 yoffset=9 xadvance=15 page=0 chnl=0 -char id=8254 x=88 y=322 width=14 height=3 xoffset=-1 yoffset=4 xadvance=12 page=0 chnl=0 -char id=8260 x=399 y=254 width=24 height=19 xoffset=-6 yoffset=9 xadvance=4 page=0 chnl=0 -char id=8355 x=423 y=254 width=21 height=19 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=8356 x=444 y=254 width=16 height=19 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=8359 x=460 y=254 width=40 height=19 xoffset=1 yoffset=9 xadvance=41 page=0 chnl=0 -char id=8364 x=0 y=273 width=18 height=19 xoffset=-2 yoffset=9 xadvance=16 page=0 chnl=0 -char id=8377 x=18 y=273 width=16 height=19 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=8378 x=34 y=273 width=18 height=19 xoffset=-1 yoffset=9 xadvance=16 page=0 chnl=0 diff --git a/assets/fnt/peepo.png b/assets/fnt/peepo.png Binary files differdeleted file mode 100644 index 4af0809..0000000 --- a/assets/fnt/peepo.png +++ /dev/null diff --git a/assets/icon.png b/assets/icon.png Binary files differdeleted file mode 100644 index 9ad8062..0000000 --- a/assets/icon.png +++ /dev/null diff --git a/assets/icon_chest.png b/assets/icon_chest.png Binary files differdeleted file mode 100644 index d18b569..0000000 --- a/assets/icon_chest.png +++ /dev/null diff --git a/assets/models/props/box.glb b/assets/models/props/box.glb Binary files differdeleted file mode 100644 index 5884714..0000000 --- a/assets/models/props/box.glb +++ /dev/null diff --git a/assets/raw/packer/widgets.tpproj b/assets/raw/packer/widgets.tpproj deleted file mode 100644 index d3e6f56..0000000 --- a/assets/raw/packer/widgets.tpproj +++ /dev/null @@ -1,45 +0,0 @@ -name=widgets -filename= -output=../../sprites/gui - -alias=true -alphaThreshold=0 -debug=false -duplicatePadding=false -edgePadding=true -fast=false -filterMag=Nearest -filterMin=Nearest -ignoreBlankImages=true -maxHeight=2048 -maxWidth=2048 -minHeight=16 -minWidth=16 -paddingX=0 -paddingY=0 -pot=true -mof=false -rotation=false -stripWhitespaceX=false -stripWhitespaceY=false -wrapX=ClampToEdge -wrapY=ClampToEdge -premultiplyAlpha=false -grid=false -square=false -bleed=true -limitMemory=true -useIndexes=true - -scaleFactors=[{suffix:"",factor:1,resampling:bicubic}] -inputFiles=[{path:../../../../../newbtn.png,type:Input,regionName:up,ninepatch:{splits:[4,4,4,4],pads:[4,4,4,4]}},{path:../../../../../newbtn_over.png,type:Input,regionName:over,ninepatch:{splits:[4,4,4,4],pads:[4,4,4,4]}},{path:../../../../../newbtn_down.png,type:Input,regionName:down,ninepatch:{splits:[4,4,4,4],pads:[4,4,4,4]}},{path:../../../../../achievement_frame.png,type:Input,regionName:frame,ninepatch:{splits:[3,3,3,3],pads:[3,3,3,3]}},{path:../../../../../tile.png,type:Input,regionName:null}] -keepInputFileExtensions=false - - --PROJ- - -version=4.10.2 -fileTypeType=png -fileTypeData={encoding:RGBA8888} -previewBackgroundColor=ffffffff -projectSettings={inputFiles:{}} diff --git a/assets/sprites/gui/icons.atlas b/assets/sprites/gui/icons.atlas deleted file mode 100644 index 93be8cd..0000000 --- a/assets/sprites/gui/icons.atlas +++ /dev/null @@ -1,20 +0,0 @@ - -icons.png -size: 256, 256 -format: RGBA8888 -filter: Nearest, Nearest -repeat: none -exclamination - rotate: false - xy: 2, 2 - size: 33, 33 - orig: 33, 33 - offset: 0, 0 - index: -1 -package - rotate: false - xy: 2, 37 - size: 128, 128 - orig: 128, 128 - offset: 0, 0 - index: -1 diff --git a/assets/sprites/gui/icons.png b/assets/sprites/gui/icons.png Binary files differdeleted file mode 100644 index 47ad356..0000000 --- a/assets/sprites/gui/icons.png +++ /dev/null diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index 11a50f1..32d6a07 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -36,6 +36,10 @@ sell_button_idle: { color: { hex: "#cb3238ff" }, name: idle }, sell_button_hover: { color: { hex: "#e53e41ff" }, name: idle }, sell_button_disabled: { color: { hex: "#280405ff" }, name: pressed }, + + // Progress bar + bar_fg: { color: { hex: "#00ff00ff" }, name: tile }, + bar_bg: { color: { hex: "#222222ff" }, name: tile }, }, // TODO: Test this file path on Android platform com.badlogic.gdx.graphics.g2d.BitmapFont: { @@ -205,5 +209,11 @@ }, background: button_disabled } - } + }, + com.badlogic.gdx.scenes.scene2d.ui.ProgressBar$ProgressBarStyle: { + default-horizontal: { + background: bar_bg, + knobBefore: bar_fg + } + }, }
\ No newline at end of file diff --git a/assets/sprites/gui/widgeticons.atlas b/assets/sprites/gui/widgeticons.atlas deleted file mode 100644 index bcb1ad5..0000000 --- a/assets/sprites/gui/widgeticons.atlas +++ /dev/null @@ -1,20 +0,0 @@ - -widgeticons.png -size: 256, 128 -format: RGBA8888 -filter: Nearest, Nearest -repeat: none -exit - rotate: false - xy: 128, 0 - size: 128, 128 - orig: 128, 128 - offset: 0, 0 - index: -1 -options - rotate: false - xy: 0, 0 - size: 128, 128 - orig: 128, 128 - offset: 0, 0 - index: -1 diff --git a/assets/sprites/gui/widgeticons.png b/assets/sprites/gui/widgeticons.png Binary files differdeleted file mode 100644 index 2f83822..0000000 --- a/assets/sprites/gui/widgeticons.png +++ /dev/null diff --git a/assets/sprites/gui/widgeticons.skin b/assets/sprites/gui/widgeticons.skin deleted file mode 100644 index 5c0a57f..0000000 --- a/assets/sprites/gui/widgeticons.skin +++ /dev/null @@ -1,10 +0,0 @@ -{ - com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: { - quit: { - up: exit - }, - options: { - up: options - } - } -}
\ No newline at end of file |
