decidim-core 0.27.10 → 0.28.0.rc4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1512) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/app/cells/decidim/activities/show.erb +5 -3
  4. data/app/cells/decidim/activities_cell.rb +5 -5
  5. data/app/cells/decidim/activity/show.erb +23 -22
  6. data/app/cells/decidim/activity_cell.rb +28 -8
  7. data/app/cells/decidim/address/online.erb +9 -0
  8. data/app/cells/decidim/address/show.erb +13 -13
  9. data/app/cells/decidim/address_cell.rb +3 -7
  10. data/app/cells/decidim/amendable/amend_button_card/show.erb +4 -9
  11. data/app/cells/decidim/amendable/amend_button_card_cell.rb +0 -17
  12. data/app/cells/decidim/amendable/amenders_list/show.erb +0 -12
  13. data/app/cells/decidim/amendable/amendments/show.erb +12 -0
  14. data/app/cells/decidim/amendable/amendments_cell.rb +25 -0
  15. data/app/cells/decidim/amendable/announcement_cell.rb +1 -1
  16. data/app/cells/decidim/amendable/emendation_actions/show.erb +12 -10
  17. data/app/cells/decidim/amendable/emendation_actions_cell.rb +0 -26
  18. data/app/cells/decidim/amendable/promote_button_card/show.erb +9 -9
  19. data/app/cells/decidim/amendable/promote_button_card_cell.rb +1 -5
  20. data/app/cells/decidim/amendable/wizard_step_form_cell.rb +5 -5
  21. data/app/cells/decidim/announcement/show.erb +10 -10
  22. data/app/cells/decidim/announcement_cell.rb +14 -4
  23. data/app/cells/decidim/author/avatar.erb +9 -0
  24. data/app/cells/decidim/author/avatar_image.erb +1 -0
  25. data/app/cells/decidim/author/cancelled_on.erb +4 -0
  26. data/app/cells/decidim/author/comments.erb +3 -5
  27. data/app/cells/decidim/author/date.erb +4 -5
  28. data/app/cells/decidim/author/endorsements.erb +3 -5
  29. data/app/cells/decidim/author/flag.erb +6 -8
  30. data/app/cells/decidim/author/flag_user.erb +10 -6
  31. data/app/cells/decidim/author/name.erb +5 -0
  32. data/app/cells/decidim/author/profile_minicard.erb +24 -19
  33. data/app/cells/decidim/author/show.erb +22 -14
  34. data/app/cells/decidim/author/withdraw.erb +3 -5
  35. data/app/cells/decidim/author_cell.rb +50 -32
  36. data/app/cells/decidim/authorization_modal/show.erb +28 -0
  37. data/app/cells/decidim/authorization_modal_cell.rb +92 -0
  38. data/app/cells/decidim/badge/show.erb +9 -31
  39. data/app/cells/decidim/badge/small.erb +3 -3
  40. data/app/cells/decidim/badges/show.erb +13 -6
  41. data/app/cells/decidim/badges_cell.rb +1 -0
  42. data/app/cells/decidim/button/button.erb +9 -0
  43. data/app/cells/decidim/button/content.erb +2 -0
  44. data/app/cells/decidim/button/link.erb +10 -0
  45. data/app/cells/decidim/button/show.erb +5 -0
  46. data/app/cells/decidim/button_cell.rb +48 -0
  47. data/app/cells/decidim/card/show.erb +8 -16
  48. data/app/cells/decidim/card/title.erb +1 -0
  49. data/app/cells/decidim/card_cell.rb +63 -6
  50. data/app/cells/decidim/card_g/show.erb +19 -0
  51. data/app/cells/decidim/card_g_cell.rb +102 -0
  52. data/app/cells/decidim/card_l/author.erb +3 -0
  53. data/app/cells/decidim/card_l/content.erb +10 -0
  54. data/app/cells/decidim/card_l/description.erb +3 -0
  55. data/app/cells/decidim/card_l/image.erb +11 -0
  56. data/app/cells/decidim/card_l/metadata.erb +3 -0
  57. data/app/cells/decidim/card_l/show.erb +13 -0
  58. data/app/cells/decidim/card_l/space.erb +1 -0
  59. data/app/cells/decidim/card_l/title_and_details.erb +5 -0
  60. data/app/cells/decidim/card_l_cell.rb +139 -0
  61. data/app/cells/decidim/card_metadata/show.erb +22 -0
  62. data/app/cells/decidim/card_metadata_cell.rb +218 -0
  63. data/app/cells/decidim/card_s/show.erb +10 -0
  64. data/app/cells/decidim/card_s_cell.rb +34 -0
  65. data/app/cells/decidim/coauthorships_cell.rb +2 -27
  66. data/app/cells/decidim/collapsible_authors/show.erb +17 -16
  67. data/app/cells/decidim/collapsible_authors/stack.erb +9 -0
  68. data/app/cells/decidim/collapsible_authors_cell.rb +13 -22
  69. data/app/cells/decidim/comments_button_cell.rb +31 -0
  70. data/app/cells/decidim/content_blocks/base/show.erb +3 -0
  71. data/app/cells/decidim/content_blocks/base_cell.rb +49 -0
  72. data/app/cells/decidim/content_blocks/cta/show.erb +10 -12
  73. data/app/cells/decidim/content_blocks/cta_cell.rb +0 -4
  74. data/app/cells/decidim/content_blocks/footer_sub_hero/show.erb +14 -12
  75. data/app/cells/decidim/content_blocks/global_menu/show.erb +11 -0
  76. data/app/cells/decidim/content_blocks/global_menu_cell.rb +35 -0
  77. data/app/cells/decidim/content_blocks/hero/cta_button.erb +4 -0
  78. data/app/cells/decidim/content_blocks/hero/show.erb +11 -18
  79. data/app/cells/decidim/content_blocks/hero_cell.rb +1 -1
  80. data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +16 -20
  81. data/app/cells/decidim/content_blocks/highlighted_elements_cell.rb +7 -31
  82. data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form/show.erb +4 -0
  83. data/app/cells/decidim/content_blocks/highlighted_elements_for_component_settings_form_cell.rb +31 -0
  84. data/app/cells/decidim/content_blocks/highlighted_elements_settings_form/show.erb +1 -1
  85. data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list/content.erb +1 -0
  86. data/app/cells/decidim/content_blocks/highlighted_elements_with_cell_for_list_cell.rb +29 -0
  87. data/app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb +16 -0
  88. data/app/cells/decidim/content_blocks/highlighted_participatory_spaces_cell.rb +39 -0
  89. data/app/cells/decidim/content_blocks/how_to_participate/show.erb +37 -41
  90. data/app/cells/decidim/content_blocks/html/show.erb +1 -1
  91. data/app/cells/decidim/content_blocks/html_cell.rb +4 -0
  92. data/app/cells/decidim/content_blocks/html_settings_form/show.erb +1 -1
  93. data/app/cells/decidim/content_blocks/last_activity/show.erb +11 -14
  94. data/app/cells/decidim/content_blocks/last_activity_cell.rb +2 -2
  95. data/app/cells/decidim/content_blocks/last_activity_settings_form/show.erb +3 -0
  96. data/app/cells/decidim/content_blocks/last_activity_settings_form_cell.rb +13 -0
  97. data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity/show.erb +10 -0
  98. data/app/cells/decidim/content_blocks/menu_breadcrumb_last_activity_cell.rb +43 -0
  99. data/app/cells/decidim/content_blocks/organization_metrics_cell.rb +21 -0
  100. data/app/cells/decidim/content_blocks/participatory_space_announcement/content.erb +1 -0
  101. data/app/cells/decidim/content_blocks/participatory_space_announcement_cell.rb +19 -0
  102. data/app/cells/decidim/content_blocks/participatory_space_documents/content.erb +5 -0
  103. data/app/cells/decidim/content_blocks/participatory_space_documents_cell.rb +7 -0
  104. data/app/cells/decidim/content_blocks/participatory_space_extra_data/content.erb +5 -0
  105. data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +13 -0
  106. data/app/cells/decidim/content_blocks/participatory_space_extra_data/recent_users.erb +5 -0
  107. data/app/cells/decidim/content_blocks/participatory_space_extra_data_cell.rb +13 -0
  108. data/app/cells/decidim/content_blocks/participatory_space_hero/show.erb +20 -0
  109. data/app/cells/decidim/content_blocks/participatory_space_hero_cell.rb +41 -0
  110. data/app/cells/decidim/content_blocks/participatory_space_images/content.erb +5 -0
  111. data/app/cells/decidim/content_blocks/participatory_space_images_cell.rb +7 -0
  112. data/app/cells/decidim/content_blocks/participatory_space_last_activity/content.erb +11 -0
  113. data/app/cells/decidim/content_blocks/participatory_space_last_activity/recent_avatars.erb +5 -0
  114. data/app/cells/decidim/content_blocks/participatory_space_last_activity_cell.rb +45 -0
  115. data/app/cells/decidim/content_blocks/participatory_space_main_data/content.erb +7 -0
  116. data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +32 -0
  117. data/app/cells/decidim/content_blocks/participatory_space_main_data_cell.rb +23 -0
  118. data/app/cells/decidim/content_blocks/participatory_space_metadata/content.erb +10 -0
  119. data/app/cells/decidim/content_blocks/participatory_space_metadata_cell.rb +40 -0
  120. data/app/cells/decidim/content_blocks/participatory_space_metrics/content.erb +18 -0
  121. data/app/cells/decidim/content_blocks/participatory_space_metrics_cell.rb +43 -0
  122. data/app/cells/decidim/content_blocks/participatory_space_social_networks/content.erb +10 -0
  123. data/app/cells/decidim/content_blocks/participatory_space_social_networks_cell.rb +31 -0
  124. data/app/cells/decidim/content_blocks/participatory_space_stats/content.erb +1 -0
  125. data/app/cells/decidim/content_blocks/participatory_space_stats_cell.rb +21 -0
  126. data/app/cells/decidim/content_blocks/static_page/section/show.erb +1 -0
  127. data/app/cells/decidim/content_blocks/static_page/section_cell.rb +13 -0
  128. data/app/cells/decidim/content_blocks/static_page/section_settings_form/show.erb +3 -0
  129. data/app/cells/decidim/content_blocks/static_page/section_settings_form_cell.rb +19 -0
  130. data/app/cells/decidim/content_blocks/static_page/summary/show.erb +1 -0
  131. data/app/cells/decidim/content_blocks/static_page/summary_cell.rb +13 -0
  132. data/app/cells/decidim/content_blocks/static_page/summary_settings_form/show.erb +3 -0
  133. data/app/cells/decidim/content_blocks/static_page/summary_settings_form_cell.rb +19 -0
  134. data/app/cells/decidim/content_blocks/static_page/two_pane_section/show.erb +8 -0
  135. data/app/cells/decidim/content_blocks/static_page/two_pane_section_cell.rb +17 -0
  136. data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form/show.erb +4 -0
  137. data/app/cells/decidim/content_blocks/static_page/two_pane_section_settings_form_cell.rb +23 -0
  138. data/app/cells/decidim/content_blocks/stats/show.erb +5 -18
  139. data/app/cells/decidim/content_blocks/sub_hero/show.erb +11 -13
  140. data/app/cells/decidim/data_consent/category.erb +49 -45
  141. data/app/cells/decidim/data_consent/dialog.erb +20 -24
  142. data/app/cells/decidim/data_consent/modal.erb +32 -36
  143. data/app/cells/decidim/date_range/show.erb +4 -4
  144. data/app/cells/decidim/diff/attribute.erb +5 -25
  145. data/app/cells/decidim/diff/diff_mode_dropdown.erb +5 -33
  146. data/app/cells/decidim/diff/diff_mode_html.erb +5 -33
  147. data/app/cells/decidim/diff/diff_split.erb +2 -11
  148. data/app/cells/decidim/diff/diff_split_full.erb +8 -0
  149. data/app/cells/decidim/diff/diff_unified.erb +1 -7
  150. data/app/cells/decidim/diff/show.erb +10 -3
  151. data/app/cells/decidim/diff_cell.rb +35 -4
  152. data/app/cells/decidim/documents_panel/show.erb +1 -0
  153. data/app/cells/decidim/documents_panel_cell.rb +34 -0
  154. data/app/cells/decidim/endorsement_block/show.erb +4 -0
  155. data/app/cells/decidim/endorsement_block_cell.rb +7 -0
  156. data/app/cells/decidim/endorsement_buttons/button_content.erb +2 -0
  157. data/app/cells/decidim/endorsement_buttons/disabled_endorsements.erb +3 -0
  158. data/app/cells/decidim/endorsement_buttons/select_identity_button.erb +5 -7
  159. data/app/cells/decidim/endorsement_buttons/show.erb +16 -3
  160. data/app/cells/decidim/endorsement_buttons/verification_modal.erb +5 -0
  161. data/app/cells/decidim/endorsement_buttons_cell.rb +25 -138
  162. data/app/cells/decidim/endorsers_list/full.erb +6 -0
  163. data/app/cells/decidim/endorsers_list/full_endorsers_list.erb +3 -0
  164. data/app/cells/decidim/endorsers_list/show.erb +11 -16
  165. data/app/cells/decidim/endorsers_list_button/content.erb +1 -0
  166. data/app/cells/decidim/endorsers_list_button_cell.rb +15 -0
  167. data/app/cells/decidim/endorsers_list_cell.rb +25 -5
  168. data/app/cells/decidim/flag_modal/flag_user.erb +12 -2
  169. data/app/cells/decidim/flag_modal/show.erb +51 -26
  170. data/app/cells/decidim/flag_modal_cell.rb +22 -1
  171. data/app/cells/decidim/follow_button/content.erb +2 -0
  172. data/app/cells/decidim/follow_button/show.erb +24 -53
  173. data/app/cells/decidim/follow_button_cell.rb +23 -34
  174. data/app/cells/decidim/followers/show.erb +11 -8
  175. data/app/cells/decidim/followers_cell.rb +4 -0
  176. data/app/cells/decidim/following/show.erb +6 -11
  177. data/app/cells/decidim/following_cell.rb +9 -2
  178. data/app/cells/decidim/footer_pages/pages.erb +3 -0
  179. data/app/cells/decidim/footer_pages/topics.erb +12 -0
  180. data/app/cells/decidim/footer_pages_cell.rb +68 -0
  181. data/app/cells/decidim/group_admins/show.erb +32 -0
  182. data/app/cells/decidim/group_admins_cell.rb +8 -0
  183. data/app/cells/decidim/group_members/show.erb +42 -0
  184. data/app/cells/decidim/group_members_cell.rb +8 -0
  185. data/app/cells/decidim/groups/show.erb +12 -8
  186. data/app/cells/decidim/groups_cell.rb +6 -0
  187. data/app/cells/decidim/highlighted_participatory_process/show.erb +1 -0
  188. data/app/cells/decidim/highlighted_participatory_process_cell.rb +15 -0
  189. data/app/cells/decidim/images_panel/show.erb +7 -0
  190. data/app/cells/decidim/images_panel_cell.rb +29 -0
  191. data/app/cells/decidim/linked_resources_for/show.erb +3 -0
  192. data/app/cells/decidim/linked_resources_for_cell.rb +52 -0
  193. data/app/cells/decidim/members/show.erb +11 -8
  194. data/app/cells/decidim/members_cell.rb +9 -7
  195. data/app/cells/decidim/nav_links/show.erb +17 -0
  196. data/app/cells/decidim/nav_links_cell.rb +10 -0
  197. data/app/cells/decidim/navbar_admin_link/show.erb +4 -6
  198. data/app/cells/decidim/navbar_admin_link_cell.rb +2 -8
  199. data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +1 -12
  200. data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +1 -12
  201. data/app/cells/decidim/newsletter_templates/image_text_cta_settings_form/show.erb +1 -1
  202. data/app/cells/decidim/notification/show.erb +14 -30
  203. data/app/cells/decidim/notification_cell.rb +12 -5
  204. data/app/cells/decidim/notifications/show.erb +5 -20
  205. data/app/cells/decidim/notifications/validations.erb +3 -0
  206. data/app/cells/decidim/notifications_cell.rb +13 -0
  207. data/app/cells/decidim/pad_iframe/show.erb +1 -1
  208. data/app/cells/decidim/participatory_space_dropdown_metadata/links.erb +9 -0
  209. data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +9 -0
  210. data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +9 -0
  211. data/app/cells/decidim/participatory_space_dropdown_metadata_cell.rb +35 -0
  212. data/app/cells/decidim/photo/show.erb +19 -0
  213. data/app/cells/decidim/photo_cell.rb +44 -0
  214. data/app/cells/decidim/photos_list/show.erb +5 -0
  215. data/app/cells/decidim/photos_list_cell.rb +16 -0
  216. data/app/cells/decidim/profile/avatar.erb +7 -0
  217. data/app/cells/decidim/profile/badge.erb +4 -0
  218. data/app/cells/decidim/profile/details.erb +22 -0
  219. data/app/cells/decidim/profile/inaccessible.erb +1 -9
  220. data/app/cells/decidim/profile/invalid.erb +1 -9
  221. data/app/cells/decidim/profile/show.erb +24 -14
  222. data/app/cells/decidim/profile/tabs.erb +13 -0
  223. data/app/cells/decidim/profile_actions/dropdown_actions.erb +21 -0
  224. data/app/cells/decidim/profile_actions/profile_actions.erb +7 -0
  225. data/app/cells/decidim/profile_actions/show.erb +12 -0
  226. data/app/cells/decidim/profile_actions_cell.rb +144 -0
  227. data/app/cells/decidim/profile_cell.rb +77 -11
  228. data/app/cells/decidim/profile_sidebar/show.erb +11 -11
  229. data/app/cells/decidim/progress_bar/show.erb +9 -19
  230. data/app/cells/decidim/progress_bar_cell.rb +1 -30
  231. data/app/cells/decidim/public_participation/show.erb +1 -1
  232. data/app/cells/decidim/report_button/already_reported_modal.erb +11 -0
  233. data/app/cells/decidim/report_button/flag_modal.erb +60 -0
  234. data/app/cells/decidim/report_button/show.erb +2 -0
  235. data/app/cells/decidim/report_button_cell.rb +82 -0
  236. data/app/cells/decidim/represent_user_group/show.erb +5 -5
  237. data/app/cells/decidim/resource_types_filter/show.erb +22 -0
  238. data/app/cells/decidim/resource_types_filter_cell.rb +56 -0
  239. data/app/cells/decidim/scopes_picker/scope_picker_values.erb +1 -1
  240. data/app/cells/decidim/search_results/show.erb +1 -2
  241. data/app/cells/decidim/search_results_section/show.erb +20 -20
  242. data/app/cells/decidim/search_results_section_cell.rb +0 -4
  243. data/app/cells/decidim/share_button_cell.rb +23 -0
  244. data/app/cells/decidim/statistic/show.erb +4 -5
  245. data/app/cells/decidim/statistics/show.erb +7 -19
  246. data/app/cells/decidim/statistics_cell.rb +0 -20
  247. data/app/cells/decidim/tab_panels/show.erb +19 -0
  248. data/app/cells/decidim/tab_panels_cell.rb +40 -0
  249. data/app/cells/decidim/tags/show.erb +3 -4
  250. data/app/cells/decidim/tags_cell.rb +25 -8
  251. data/app/cells/decidim/tos_page/form.erb +9 -15
  252. data/app/cells/decidim/tos_page/refuse_btn_modal.erb +17 -27
  253. data/app/cells/decidim/tos_page_cell.rb +3 -3
  254. data/app/cells/decidim/upload_modal/files.erb +50 -35
  255. data/app/cells/decidim/upload_modal/modal.erb +62 -47
  256. data/app/cells/decidim/upload_modal/show.erb +1 -2
  257. data/app/cells/decidim/upload_modal_cell.rb +11 -26
  258. data/app/cells/decidim/user_activity/show.erb +9 -27
  259. data/app/cells/decidim/user_activity_cell.rb +4 -2
  260. data/app/cells/decidim/user_conversation/conversation_header.erb +12 -12
  261. data/app/cells/decidim/user_conversation/messages.erb +1 -15
  262. data/app/cells/decidim/user_conversation/new.erb +4 -13
  263. data/app/cells/decidim/user_conversation/reply.erb +8 -16
  264. data/app/cells/decidim/user_conversation/show.erb +15 -18
  265. data/app/cells/decidim/user_conversation/start.erb +12 -0
  266. data/app/cells/decidim/user_conversation_cell.rb +7 -32
  267. data/app/cells/decidim/user_conversations/new_conversation_button.erb +20 -0
  268. data/app/cells/decidim/user_conversations/show.erb +11 -55
  269. data/app/cells/decidim/user_conversations_cell.rb +2 -21
  270. data/app/cells/decidim/user_group_pending_invitations_list/show.erb +22 -17
  271. data/app/cells/decidim/user_group_pending_requests_list/show.erb +21 -17
  272. data/app/cells/decidim/user_profile/badge.erb +4 -0
  273. data/app/cells/decidim/user_profile/role_badge.erb +3 -0
  274. data/app/cells/decidim/user_profile/show.erb +15 -0
  275. data/app/cells/decidim/user_profile_cell.rb +19 -24
  276. data/app/cells/decidim/user_timeline/show.erb +1 -3
  277. data/app/cells/decidim/version/show.erb +5 -30
  278. data/app/cells/decidim/version_author_cell.rb +13 -10
  279. data/app/cells/decidim/version_cell.rb +8 -23
  280. data/app/cells/decidim/versions_list/show.erb +3 -32
  281. data/app/cells/decidim/versions_list_cell.rb +11 -23
  282. data/app/cells/decidim/versions_list_item/show.erb +4 -20
  283. data/app/cells/decidim/versions_list_item_cell.rb +10 -3
  284. data/app/cells/decidim/wizard_step_form/wizard_aside.erb +1 -1
  285. data/app/cells/decidim/wizard_step_form/wizard_header.erb +2 -2
  286. data/app/cells/decidim/wizard_step_form_cell.rb +3 -3
  287. data/app/commands/decidim/accept_group_invitation.rb +2 -2
  288. data/app/commands/decidim/accept_user_group_join_request.rb +1 -1
  289. data/app/commands/decidim/amendable/accept.rb +1 -1
  290. data/app/commands/decidim/amendable/create_draft.rb +2 -2
  291. data/app/commands/decidim/amendable/publish_draft.rb +1 -1
  292. data/app/commands/decidim/amendable/reject.rb +1 -1
  293. data/app/commands/decidim/amendable/update_draft.rb +1 -1
  294. data/app/commands/decidim/attachment_methods.rb +1 -5
  295. data/app/commands/decidim/create_editor_image.rb +1 -1
  296. data/app/commands/decidim/create_follow.rb +1 -1
  297. data/app/commands/decidim/create_omniauth_registration.rb +7 -6
  298. data/app/commands/decidim/create_registration.rb +1 -2
  299. data/app/commands/decidim/create_report.rb +15 -24
  300. data/app/commands/decidim/create_user_group.rb +1 -1
  301. data/app/commands/decidim/create_user_report.rb +1 -1
  302. data/app/commands/decidim/delete_follow.rb +1 -1
  303. data/app/commands/decidim/demote_membership.rb +2 -2
  304. data/app/commands/decidim/endorse_resource.rb +1 -1
  305. data/app/commands/decidim/gallery_methods.rb +1 -1
  306. data/app/commands/decidim/invite_user_to_group.rb +3 -3
  307. data/app/commands/decidim/join_user_group.rb +3 -3
  308. data/app/commands/decidim/leave_user_group.rb +4 -4
  309. data/app/commands/decidim/messaging/reply_to_conversation.rb +2 -5
  310. data/app/commands/decidim/messaging/start_conversation.rb +2 -5
  311. data/app/commands/decidim/multiple_attachments_methods.rb +5 -3
  312. data/app/commands/decidim/promote_membership.rb +1 -1
  313. data/app/commands/decidim/reject_group_invitation.rb +2 -2
  314. data/app/commands/decidim/reject_user_group_join_request.rb +1 -1
  315. data/app/commands/decidim/remove_user_from_group.rb +1 -1
  316. data/app/commands/decidim/search.rb +3 -11
  317. data/app/commands/decidim/unendorse_resource.rb +1 -1
  318. data/app/commands/decidim/update_account.rb +21 -5
  319. data/app/commands/decidim/update_password.rb +0 -1
  320. data/app/commands/decidim/update_user_group.rb +1 -1
  321. data/app/constraints/decidim/current_component.rb +1 -1
  322. data/app/controllers/concerns/decidim/amendments_controller.rb +9 -1
  323. data/app/controllers/concerns/decidim/devise_controllers.rb +3 -0
  324. data/app/controllers/concerns/decidim/disable_redirection_to_external_host.rb +1 -1
  325. data/app/controllers/concerns/decidim/filter_resource.rb +9 -15
  326. data/app/controllers/concerns/decidim/force_authentication.rb +2 -2
  327. data/app/controllers/concerns/decidim/has_account_breadcrumb.rb +24 -0
  328. data/app/controllers/concerns/decidim/has_participatory_space_content_blocks.rb +31 -0
  329. data/app/controllers/concerns/decidim/has_profile_breadcrumb.rb +24 -0
  330. data/app/controllers/concerns/decidim/has_specific_breadcrumb.rb +23 -0
  331. data/app/controllers/concerns/decidim/has_stored_path.rb +2 -2
  332. data/app/controllers/concerns/decidim/headers/content_security_policy.rb +25 -0
  333. data/app/controllers/concerns/decidim/headers/http_caching_disabler.rb +23 -0
  334. data/app/controllers/concerns/decidim/html_safe_flash.rb +40 -0
  335. data/app/controllers/concerns/decidim/linked_resource_reference.rb +30 -0
  336. data/app/controllers/concerns/decidim/locale_switcher.rb +2 -2
  337. data/app/controllers/concerns/decidim/needs_permission.rb +1 -1
  338. data/app/controllers/concerns/decidim/needs_tos_accepted.rb +12 -5
  339. data/app/controllers/concerns/decidim/paginable.rb +2 -2
  340. data/app/controllers/concerns/decidim/participatory_space_context.rb +30 -1
  341. data/app/controllers/concerns/decidim/safe_redirect.rb +1 -1
  342. data/app/controllers/concerns/decidim/skip_timeoutable.rb +1 -1
  343. data/app/controllers/concerns/decidim/use_organization_time_zone.rb +3 -3
  344. data/app/controllers/concerns/decidim/user_profile.rb +2 -1
  345. data/app/controllers/decidim/account_controller.rb +13 -8
  346. data/app/controllers/decidim/application_controller.rb +8 -3
  347. data/app/controllers/decidim/authorization_modals_controller.rb +5 -5
  348. data/app/controllers/decidim/components/base_controller.rb +15 -4
  349. data/app/controllers/decidim/devise/confirmations_controller.rb +3 -1
  350. data/app/controllers/decidim/devise/invitations_controller.rb +1 -1
  351. data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +22 -1
  352. data/app/controllers/decidim/devise/passwords_controller.rb +1 -1
  353. data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
  354. data/app/controllers/decidim/devise/sessions_controller.rb +24 -1
  355. data/app/controllers/decidim/devise/unlocks_controller.rb +1 -1
  356. data/app/controllers/decidim/doorkeeper/authorizations_controller.rb +9 -0
  357. data/app/controllers/decidim/download_your_data_controller.rb +3 -3
  358. data/app/controllers/decidim/endorsements_controller.rb +3 -3
  359. data/app/controllers/decidim/errors_controller.rb +8 -0
  360. data/app/controllers/decidim/favicon_controller.rb +56 -0
  361. data/app/controllers/decidim/follows_controller.rb +13 -3
  362. data/app/controllers/decidim/free_resource_authorization_modals_controller.rb +4 -4
  363. data/app/controllers/decidim/gamification/badges_controller.rb +10 -0
  364. data/app/controllers/decidim/group_email_confirmations_controller.rb +1 -1
  365. data/app/controllers/decidim/group_invites_controller.rb +2 -2
  366. data/app/controllers/decidim/group_members_controller.rb +23 -10
  367. data/app/controllers/decidim/groups_controller.rb +5 -4
  368. data/app/controllers/decidim/homepage_controller.rb +0 -1
  369. data/app/controllers/decidim/last_activities_controller.rb +14 -12
  370. data/app/controllers/decidim/links_controller.rb +6 -17
  371. data/app/controllers/decidim/locales_controller.rb +1 -1
  372. data/app/controllers/decidim/messaging/conversations_controller.rb +26 -8
  373. data/app/controllers/decidim/newsletters_opt_in_controller.rb +1 -1
  374. data/app/controllers/decidim/notifications_controller.rb +11 -1
  375. data/app/controllers/decidim/notifications_settings_controller.rb +2 -2
  376. data/app/controllers/decidim/offline_controller.rb +9 -0
  377. data/app/controllers/decidim/pages_controller.rb +15 -2
  378. data/app/controllers/decidim/profiles_controller.rb +31 -2
  379. data/app/controllers/decidim/report_users_controller.rb +5 -1
  380. data/app/controllers/decidim/reports_controller.rb +1 -1
  381. data/app/controllers/decidim/scopes_controller.rb +7 -7
  382. data/app/controllers/decidim/searches_controller.rb +17 -4
  383. data/app/controllers/decidim/tos_controller.rb +3 -3
  384. data/app/controllers/decidim/user_activities_controller.rb +8 -4
  385. data/app/controllers/decidim/user_conversations_controller.rb +4 -3
  386. data/app/controllers/decidim/user_group_join_requests_controller.rb +7 -7
  387. data/app/controllers/decidim/user_interests_controller.rb +2 -2
  388. data/app/events/decidim/amendable/amendment_accepted_event.rb +1 -1
  389. data/app/events/decidim/amendable/amendment_base_event.rb +1 -1
  390. data/app/events/decidim/amendable/amendment_created_event.rb +1 -1
  391. data/app/events/decidim/amendable/amendment_rejected_event.rb +1 -1
  392. data/app/events/decidim/amendable/emendation_promoted_event.rb +1 -1
  393. data/app/events/decidim/change_nickname_event.rb +1 -1
  394. data/app/events/decidim/demoted_membership_event.rb +3 -3
  395. data/app/events/decidim/invited_to_group_event.rb +1 -1
  396. data/app/events/decidim/join_request_accepted_event.rb +1 -1
  397. data/app/events/decidim/join_request_created_event.rb +3 -3
  398. data/app/events/decidim/join_request_rejected_event.rb +1 -1
  399. data/app/events/decidim/profile_updated_event.rb +1 -1
  400. data/app/events/decidim/promoted_to_admin_event.rb +3 -3
  401. data/app/events/decidim/removed_from_group_event.rb +3 -3
  402. data/app/events/decidim/resource_endorsed_event.rb +1 -1
  403. data/app/events/decidim/user_group_admin_event.rb +1 -1
  404. data/app/events/decidim/user_group_created_event.rb +1 -1
  405. data/app/events/decidim/user_group_updated_event.rb +1 -1
  406. data/app/events/decidim/welcome_notification_event.rb +9 -6
  407. data/app/forms/decidim/account_form.rb +13 -8
  408. data/app/forms/decidim/amendable/form.rb +2 -2
  409. data/app/forms/decidim/follow_form.rb +1 -1
  410. data/app/forms/decidim/invite_user_form.rb +1 -1
  411. data/app/forms/decidim/password_form.rb +1 -2
  412. data/app/forms/decidim/registration_form.rb +8 -12
  413. data/app/forms/decidim/report_form.rb +2 -0
  414. data/app/forms/decidim/user_group_form.rb +7 -7
  415. data/app/forms/decidim/user_interest_scope_form.rb +1 -1
  416. data/app/forms/decidim/user_interests_form.rb +1 -7
  417. data/app/helpers/concerns/decidim/flash_helper_extensions.rb +80 -12
  418. data/app/helpers/decidim/account_helper.rb +9 -0
  419. data/app/helpers/decidim/action_authorization_helper.rb +11 -11
  420. data/app/helpers/decidim/amendments_helper.rb +45 -27
  421. data/app/helpers/decidim/application_helper.rb +11 -11
  422. data/app/helpers/decidim/aria_selected_link_to_helper.rb +1 -1
  423. data/app/helpers/decidim/attachments_helper.rb +26 -3
  424. data/app/helpers/decidim/authorization_form_helper.rb +2 -2
  425. data/app/helpers/decidim/breadcrumb_helper.rb +60 -0
  426. data/app/helpers/decidim/cache_helper.rb +2 -2
  427. data/app/helpers/decidim/cells_paginate_helper.rb +2 -2
  428. data/app/helpers/decidim/check_boxes_tree_helper.rb +86 -21
  429. data/app/helpers/decidim/component_path_helper.rb +1 -1
  430. data/app/helpers/decidim/contextual_help_helper.rb +2 -2
  431. data/app/helpers/decidim/cta_button_helper.rb +5 -3
  432. data/app/helpers/decidim/date_range_helper.rb +19 -0
  433. data/app/helpers/decidim/decidim_form_helper.rb +24 -10
  434. data/app/helpers/decidim/endorsable_helper.rb +3 -3
  435. data/app/helpers/decidim/filters_helper.rb +16 -17
  436. data/app/helpers/decidim/followable_helper.rb +5 -2
  437. data/app/helpers/decidim/icon_helper.rb +20 -3
  438. data/app/helpers/decidim/layout_helper.rb +52 -39
  439. data/app/helpers/decidim/map_helper.rb +20 -46
  440. data/app/helpers/decidim/menu_helper.rb +47 -0
  441. data/app/helpers/decidim/messaging/conversation_helper.rb +34 -16
  442. data/app/helpers/decidim/meta_tags_helper.rb +3 -3
  443. data/app/helpers/decidim/modal_helper.rb +38 -0
  444. data/app/helpers/decidim/newsletters_helper.rb +16 -83
  445. data/app/helpers/decidim/omniauth_helper.rb +5 -2
  446. data/app/helpers/decidim/orders_helper.rb +3 -3
  447. data/app/helpers/decidim/paginate_helper.rb +12 -1
  448. data/app/helpers/decidim/participatory_space_helpers.rb +4 -5
  449. data/app/helpers/decidim/passwords_helper.rb +19 -4
  450. data/app/helpers/decidim/resource_helper.rb +3 -27
  451. data/app/helpers/decidim/resource_reference_helper.rb +3 -3
  452. data/app/helpers/decidim/resource_versions_helper.rb +6 -4
  453. data/app/helpers/decidim/rich_text_editor_helper.rb +1 -0
  454. data/app/helpers/decidim/sanitize_helper.rb +8 -15
  455. data/app/helpers/decidim/scopes_helper.rb +23 -13
  456. data/app/helpers/decidim/searches_helper.rb +2 -2
  457. data/app/helpers/decidim/social_share_button_helper.rb +53 -0
  458. data/app/helpers/decidim/tooltip_helper.rb +4 -3
  459. data/app/helpers/decidim/traceability_helper.rb +3 -1
  460. data/app/helpers/decidim/twitter_search_helper.rb +1 -1
  461. data/app/helpers/decidim/user_profile_helper.rb +2 -7
  462. data/app/helpers/decidim/view_hooks_helper.rb +1 -4
  463. data/app/jobs/decidim/email_notifications_digest_generator_job.rb +2 -2
  464. data/app/jobs/decidim/event_publisher_job.rb +2 -2
  465. data/app/jobs/decidim/export_job.rb +4 -1
  466. data/app/jobs/decidim/find_and_update_descendants_job.rb +1 -1
  467. data/app/jobs/decidim/hide_all_created_by_author_job.rb +31 -0
  468. data/app/jobs/decidim/machine_translation_fields_job.rb +1 -1
  469. data/app/jobs/decidim/machine_translation_resource_job.rb +1 -1
  470. data/app/jobs/decidim/machine_translation_save_job.rb +2 -2
  471. data/app/jobs/decidim/open_data_job.rb +1 -1
  472. data/app/mailers/decidim/application_mailer.rb +6 -40
  473. data/app/mailers/decidim/block_user_mailer.rb +1 -1
  474. data/app/mailers/decidim/decidim_devise_mailer.rb +1 -1
  475. data/app/mailers/decidim/messaging/conversation_mailer.rb +73 -4
  476. data/app/mailers/decidim/notification_mailer.rb +2 -2
  477. data/app/mailers/decidim/reported_mailer.rb +3 -3
  478. data/app/mailers/decidim/user_update_mailer.rb +28 -0
  479. data/app/models/decidim/action_log.rb +41 -9
  480. data/app/models/decidim/amendment.rb +8 -11
  481. data/app/models/decidim/authorization.rb +14 -4
  482. data/app/models/decidim/authorization_transfer.rb +257 -0
  483. data/app/models/decidim/authorization_transfer_record.rb +31 -0
  484. data/app/models/decidim/coauthorship.rb +7 -0
  485. data/app/models/decidim/component.rb +2 -2
  486. data/app/models/decidim/content_block.rb +5 -5
  487. data/app/models/decidim/contextual_help_section.rb +3 -3
  488. data/app/models/decidim/follow.rb +1 -3
  489. data/app/models/decidim/messaging/conversation.rb +7 -7
  490. data/app/models/decidim/messaging/message.rb +1 -1
  491. data/app/models/decidim/messaging/receipt.rb +1 -1
  492. data/app/models/decidim/newsletter.rb +2 -2
  493. data/app/models/decidim/notification.rb +5 -5
  494. data/app/models/decidim/organization.rb +16 -10
  495. data/app/models/decidim/participatory_space_private_user.rb +2 -23
  496. data/app/models/decidim/permission_action.rb +1 -1
  497. data/app/models/decidim/reminder_record.rb +3 -20
  498. data/app/models/decidim/report.rb +1 -1
  499. data/app/models/decidim/share_token.rb +2 -2
  500. data/app/models/decidim/short_link.rb +6 -6
  501. data/app/models/decidim/static_page.rb +5 -5
  502. data/app/models/decidim/user.rb +7 -6
  503. data/app/models/decidim/user_base_entity.rb +16 -2
  504. data/app/models/decidim/user_group.rb +4 -4
  505. data/app/packs/entrypoints/decidim_conference_diploma.scss +3 -1
  506. data/app/packs/entrypoints/decidim_core.js +4 -66
  507. data/app/packs/entrypoints/decidim_core.scss +2 -0
  508. data/app/packs/entrypoints/decidim_editor.js +7 -0
  509. data/app/packs/entrypoints/decidim_email.js +2 -1
  510. data/app/packs/entrypoints/decidim_map.scss +2 -0
  511. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.eot +0 -0
  512. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.svg +337 -0
  513. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.ttf +0 -0
  514. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff +0 -0
  515. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2 +0 -0
  516. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.eot +0 -0
  517. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.svg +337 -0
  518. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.ttf +0 -0
  519. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff +0 -0
  520. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2 +0 -0
  521. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.eot +0 -0
  522. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.svg +337 -0
  523. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.ttf +0 -0
  524. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff +0 -0
  525. data/app/packs/fonts/decidim/source-sans-pro-v21-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2 +0 -0
  526. data/app/packs/images/decidim/gamification/badges/decidim_gamification_badges_followers.svg +52 -1
  527. data/app/packs/images/decidim/placeholder-card-g.svg +8 -0
  528. data/app/packs/images/decidim/placeholder-card-l.svg +7 -0
  529. data/app/packs/images/decidim/remixicon.symbol.svg +11 -0
  530. data/app/packs/images/decidim/vendor/social-share-button/x.svg +2 -5
  531. data/app/packs/src/decidim/a11y.js +186 -0
  532. data/app/packs/src/decidim/account_form.js +49 -30
  533. data/app/packs/src/decidim/append_redirect_url_to_modals.js +1 -1
  534. data/app/packs/src/decidim/autocomplete.js +15 -2
  535. data/app/packs/src/decidim/back_to_list.js +1 -1
  536. data/app/packs/src/decidim/change_report_form_behavior.js +45 -0
  537. data/app/packs/src/decidim/check_boxes_tree.js +31 -89
  538. data/app/packs/src/decidim/clipboard.js +2 -2
  539. data/app/packs/src/decidim/confirm.js +8 -25
  540. data/app/packs/src/decidim/data_consent/consent_manager.js +2 -1
  541. data/app/packs/src/decidim/data_consent/consent_manager.test.js +8 -8
  542. data/app/packs/src/decidim/data_consent/index.js +7 -23
  543. data/app/packs/src/decidim/direct_uploads/upload_field.js +110 -96
  544. data/app/packs/src/decidim/direct_uploads/upload_modal.js +195 -186
  545. data/app/packs/src/decidim/direct_uploads/upload_utility.js +0 -40
  546. data/app/packs/src/decidim/direct_uploads/uploader.js +19 -45
  547. data/app/packs/src/decidim/editor/common/bubble_menu.js +163 -0
  548. data/app/packs/src/decidim/editor/common/helpers.js +3 -0
  549. data/app/packs/src/decidim/editor/common/input_dialog.js +156 -0
  550. data/app/packs/src/decidim/editor/common/suggestion.js +179 -0
  551. data/app/packs/src/decidim/editor/common/upload_dialog.js +225 -0
  552. data/app/packs/src/decidim/editor/extensions/bold/index.js +34 -0
  553. data/app/packs/src/decidim/editor/extensions/character_count/index.js +35 -0
  554. data/app/packs/src/decidim/editor/extensions/decidim_kit/index.js +84 -0
  555. data/app/packs/src/decidim/editor/extensions/dialog/index.js +34 -0
  556. data/app/packs/src/decidim/editor/extensions/emoji/index.js +16 -0
  557. data/app/packs/src/decidim/editor/extensions/hashtag/index.js +66 -0
  558. data/app/packs/src/decidim/editor/extensions/heading/index.js +33 -0
  559. data/app/packs/src/decidim/editor/extensions/image/index.js +215 -0
  560. data/app/packs/src/decidim/editor/extensions/image/node_view.js +216 -0
  561. data/app/packs/src/decidim/editor/extensions/indent/index.js +188 -0
  562. data/app/packs/src/decidim/editor/extensions/link/bubble_menu.js +50 -0
  563. data/app/packs/src/decidim/editor/extensions/link/index.js +128 -0
  564. data/app/packs/src/decidim/editor/extensions/mention/index.js +66 -0
  565. data/app/packs/src/decidim/editor/extensions/ordered_list/index.js +188 -0
  566. data/app/packs/src/decidim/editor/extensions/video_embed/index.js +242 -0
  567. data/app/packs/src/decidim/editor/index.js +86 -0
  568. data/app/packs/src/decidim/editor/test/editor/create.test.js +38 -0
  569. data/app/packs/src/decidim/editor/test/extensions/bold.test.js +69 -0
  570. data/app/packs/src/decidim/editor/test/extensions/character_count.test.js +41 -0
  571. data/app/packs/src/decidim/editor/test/extensions/decidim_kit.test.js +110 -0
  572. data/app/packs/src/decidim/editor/test/extensions/dialog.test.js +32 -0
  573. data/app/packs/src/decidim/editor/test/extensions/emoji.test.js +35 -0
  574. data/app/packs/src/decidim/editor/test/extensions/hashtag.test.js +105 -0
  575. data/app/packs/src/decidim/editor/test/extensions/heading.test.js +56 -0
  576. data/app/packs/src/decidim/editor/test/extensions/image.test.js +294 -0
  577. data/app/packs/src/decidim/editor/test/extensions/indent.test.js +154 -0
  578. data/app/packs/src/decidim/editor/test/extensions/link.test.js +103 -0
  579. data/app/packs/src/decidim/editor/test/extensions/mention.test.js +129 -0
  580. data/app/packs/src/decidim/editor/test/extensions/ordered_list.test.js +219 -0
  581. data/app/packs/src/decidim/editor/test/extensions/video_embed.test.js +183 -0
  582. data/app/packs/src/decidim/editor/test/fixtures/editor_messages.js +57 -0
  583. data/app/packs/src/decidim/editor/test/fixtures/logo.png +0 -0
  584. data/app/packs/src/decidim/editor/test/fixtures/upload_templates.js +50 -0
  585. data/app/packs/src/decidim/editor/test/helpers.js +255 -0
  586. data/app/packs/src/decidim/editor/test/toolbar/basic.test.js +36 -0
  587. data/app/packs/src/decidim/editor/test/toolbar/content.test.js +37 -0
  588. data/app/packs/src/decidim/editor/test/toolbar/full.test.js +245 -0
  589. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic.js +23 -0
  590. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_block.js +45 -0
  591. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_formatting.js +17 -0
  592. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_indent.js +61 -0
  593. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_link.js +33 -0
  594. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_list.js +47 -0
  595. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_basic_styling.js +95 -0
  596. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_content.js +25 -0
  597. data/app/packs/src/decidim/editor/test/toolbar/shared/behaves_like_content_styling.js +40 -0
  598. data/app/packs/src/decidim/editor/test/toolbar/shared/context.js +18 -0
  599. data/app/packs/src/decidim/editor/test/utilities/paste_transform.test.js +272 -0
  600. data/app/packs/src/decidim/editor/toolbar.js +263 -0
  601. data/app/packs/src/decidim/editor/utilities/file.js +3 -0
  602. data/app/packs/src/decidim/editor/utilities/html.js +53 -0
  603. data/app/packs/src/decidim/editor/utilities/paste_transform.js +251 -0
  604. data/app/packs/src/decidim/external_domain_warning.js +16 -23
  605. data/app/packs/src/decidim/external_domain_warning.test.js +59 -0
  606. data/app/packs/src/decidim/external_link.js +24 -56
  607. data/app/packs/src/decidim/external_link.test.js +8 -29
  608. data/app/packs/src/decidim/focus_guard.js +3 -1
  609. data/app/packs/src/decidim/form_filter.component_for_testing.js +1 -1
  610. data/app/packs/src/decidim/form_filter.js +12 -53
  611. data/app/packs/src/decidim/form_validator.js +1 -1
  612. data/app/packs/src/decidim/i18n.js +52 -0
  613. data/app/packs/src/decidim/i18n.test.js +64 -0
  614. data/app/packs/src/decidim/icon.js +13 -19
  615. data/app/packs/src/decidim/identity_selector_dialog.js +24 -51
  616. data/app/packs/src/decidim/index.js +159 -63
  617. data/app/packs/src/decidim/input_autojump.js +1 -1
  618. data/app/packs/src/decidim/input_character_counter.js +34 -38
  619. data/app/packs/src/decidim/input_emoji.js +130 -52
  620. data/app/packs/src/decidim/input_hashtags.js +7 -54
  621. data/app/packs/src/decidim/input_mentions.js +15 -60
  622. data/app/packs/src/decidim/input_multiple_mentions.js +11 -11
  623. data/app/packs/src/decidim/input_tags.js +12 -8
  624. data/app/packs/src/decidim/map/controller/markers.js +3 -3
  625. data/app/packs/src/decidim/map/controller.js +7 -4
  626. data/app/packs/src/decidim/map/factory.js +1 -3
  627. data/app/packs/src/decidim/map/legacy.js +1 -1
  628. data/app/packs/src/decidim/notifications.js +42 -30
  629. data/app/packs/src/decidim/password_toggler.js +104 -0
  630. data/app/packs/src/decidim/remote_modal.js +54 -0
  631. data/app/packs/src/decidim/scroll_to_last_child.js +14 -0
  632. data/app/packs/src/decidim/session_timeouter.js +3 -4
  633. data/app/packs/src/decidim/sw/loader.js +1 -1
  634. data/app/packs/src/decidim/sw/sw.js +1 -1
  635. data/app/packs/src/decidim/toggle.js +37 -0
  636. data/app/packs/src/decidim/tooltips.js +132 -0
  637. data/app/packs/src/decidim/user_registrations.js +10 -3
  638. data/app/packs/src/decidim/vendor/jquery-tmpl.js +1 -1
  639. data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +1 -1
  640. data/app/packs/src/decidim/vendor/tribute.js +3 -3
  641. data/app/packs/src/decidim/vizzs/areachart.js +7 -8
  642. data/app/packs/src/decidim/vizzs/index.js +1 -1
  643. data/app/packs/stylesheets/decidim/_accordion.scss +13 -0
  644. data/app/packs/stylesheets/decidim/_actions.scss +7 -0
  645. data/app/packs/stylesheets/decidim/_activity.scss +49 -0
  646. data/app/packs/stylesheets/decidim/_address.scss +25 -0
  647. data/app/packs/stylesheets/decidim/_author.scss +74 -0
  648. data/app/packs/stylesheets/decidim/_buttons.scss +100 -0
  649. data/app/packs/stylesheets/decidim/_callout.scss +55 -0
  650. data/app/packs/stylesheets/decidim/_cards.scss +186 -0
  651. data/app/packs/stylesheets/decidim/_content_blocks.scss +39 -0
  652. data/app/packs/stylesheets/decidim/_conversations.scss +122 -0
  653. data/app/packs/stylesheets/decidim/_cookies.scss +117 -0
  654. data/app/packs/stylesheets/decidim/_documents.scss +60 -0
  655. data/app/packs/stylesheets/decidim/_dropdown.scss +69 -0
  656. data/app/packs/stylesheets/decidim/_endorsers_list.scss +45 -0
  657. data/app/packs/stylesheets/decidim/_filters.scss +137 -0
  658. data/app/packs/stylesheets/decidim/_flash.scss +57 -0
  659. data/app/packs/stylesheets/decidim/_floating_help.scss +7 -0
  660. data/app/packs/stylesheets/decidim/_fonts.scss +70 -0
  661. data/app/packs/stylesheets/decidim/_footer.scss +59 -0
  662. data/app/packs/stylesheets/decidim/_forms.scss +199 -0
  663. data/app/packs/stylesheets/decidim/_header.scss +444 -0
  664. data/app/packs/stylesheets/decidim/_hero.scss +20 -0
  665. data/app/packs/stylesheets/decidim/_home.scss +105 -0
  666. data/app/packs/stylesheets/decidim/_labels.scss +26 -0
  667. data/app/packs/stylesheets/decidim/_layout.scss +107 -0
  668. data/app/packs/stylesheets/decidim/_login.scss +59 -0
  669. data/app/packs/stylesheets/decidim/_login_box.scss +31 -0
  670. data/app/packs/stylesheets/decidim/_metadata.scss +18 -0
  671. data/app/packs/stylesheets/decidim/_metrics.scss +70 -0
  672. data/app/packs/stylesheets/decidim/_modal.scss +45 -0
  673. data/app/packs/stylesheets/decidim/_modal_authorization.scss +21 -0
  674. data/app/packs/stylesheets/decidim/_modal_fingerprint.scss +17 -0
  675. data/app/packs/stylesheets/decidim/_modal_flag.scss +39 -0
  676. data/app/packs/stylesheets/decidim/_modal_identities.scss +23 -0
  677. data/app/packs/stylesheets/decidim/_modal_share.scss +28 -0
  678. data/app/packs/stylesheets/decidim/_modal_tos_refuse.scss +6 -0
  679. data/app/packs/stylesheets/decidim/_modal_update.scss +137 -0
  680. data/app/packs/stylesheets/decidim/_notifications.scss +35 -0
  681. data/app/packs/stylesheets/decidim/_omnipresent_banner.scss +7 -0
  682. data/app/packs/stylesheets/decidim/_order-by.scss +15 -0
  683. data/app/packs/stylesheets/decidim/_pages.scss +49 -0
  684. data/app/packs/stylesheets/decidim/_participatory_spaces.scss +201 -0
  685. data/app/packs/stylesheets/decidim/_photos.scss +53 -0
  686. data/app/packs/stylesheets/decidim/_profile.scss +258 -0
  687. data/app/packs/stylesheets/decidim/_progress-bar.scss +42 -0
  688. data/app/packs/stylesheets/decidim/_rich_text.scss +96 -0
  689. data/app/packs/stylesheets/decidim/_search.scss +17 -0
  690. data/app/packs/stylesheets/decidim/_spinner.scss +11 -0
  691. data/app/packs/stylesheets/decidim/_static-map.scss +15 -0
  692. data/app/packs/stylesheets/decidim/_statistics.scss +15 -0
  693. data/app/packs/stylesheets/decidim/_tabs_x.scss +20 -0
  694. data/app/packs/stylesheets/decidim/_tags.scss +11 -0
  695. data/app/packs/stylesheets/decidim/_toggle_switch.scss +77 -0
  696. data/app/packs/stylesheets/decidim/_tooltip.scss +69 -0
  697. data/app/packs/stylesheets/decidim/_tos.scss +7 -0
  698. data/app/packs/stylesheets/decidim/_typography.scss +80 -0
  699. data/app/packs/stylesheets/decidim/_versions.scss +63 -0
  700. data/app/packs/stylesheets/decidim/_vertical_tabs.scss +49 -0
  701. data/app/packs/stylesheets/decidim/_wizard_steps.scss +15 -0
  702. data/app/packs/stylesheets/decidim/application.scss +77 -3
  703. data/app/packs/stylesheets/decidim/decidim_application.scss +0 -2
  704. data/app/packs/stylesheets/decidim/editor.scss +204 -0
  705. data/app/packs/stylesheets/decidim/legacy/MarkerCluster.Default.scss +67 -0
  706. data/app/packs/stylesheets/decidim/legacy/MarkerCluster.scss +18 -0
  707. data/app/packs/stylesheets/decidim/{_variables.scss → legacy/_variables.scss} +7 -7
  708. data/app/packs/stylesheets/decidim/{conference-diploma.scss → legacy/conference-diploma.scss} +11 -11
  709. data/app/packs/stylesheets/decidim/{email.scss → legacy/email.scss} +312 -312
  710. data/app/packs/stylesheets/decidim/{plugins → legacy}/leaflet.scss +222 -202
  711. data/app/packs/stylesheets/decidim/map.scss +65 -3
  712. data/app/permissions/decidim/permissions.rb +2 -2
  713. data/app/presenters/decidim/admin_log/area_presenter.rb +2 -2
  714. data/app/presenters/decidim/admin_log/area_type_presenter.rb +2 -2
  715. data/app/presenters/decidim/admin_log/attachment_collection_presenter.rb +2 -2
  716. data/app/presenters/decidim/admin_log/attachment_presenter.rb +2 -2
  717. data/app/presenters/decidim/admin_log/category_presenter.rb +2 -2
  718. data/app/presenters/decidim/admin_log/component_presenter.rb +2 -2
  719. data/app/presenters/decidim/admin_log/contextual_help_section_presenter.rb +2 -2
  720. data/app/presenters/decidim/admin_log/impersonation_log_presenter.rb +2 -2
  721. data/app/presenters/decidim/admin_log/moderation_presenter.rb +2 -2
  722. data/app/presenters/decidim/admin_log/newsletter_presenter.rb +2 -2
  723. data/app/presenters/decidim/admin_log/oauth_application_presenter.rb +2 -2
  724. data/app/presenters/decidim/admin_log/oauth_application_resource_presenter.rb +1 -1
  725. data/app/presenters/decidim/admin_log/organization_presenter.rb +3 -4
  726. data/app/presenters/decidim/admin_log/participatory_space_private_user_presenter.rb +2 -2
  727. data/app/presenters/decidim/admin_log/scope_presenter.rb +2 -2
  728. data/app/presenters/decidim/admin_log/scope_type_presenter.rb +2 -2
  729. data/app/presenters/decidim/admin_log/static_page_presenter.rb +2 -2
  730. data/app/presenters/decidim/admin_log/user_group_presenter.rb +2 -2
  731. data/app/presenters/decidim/admin_log/user_moderation_presenter.rb +2 -2
  732. data/app/presenters/decidim/admin_log/user_presenter.rb +2 -2
  733. data/app/presenters/decidim/area_presenter.rb +6 -0
  734. data/app/presenters/decidim/authorization_transfer_presenter.rb +57 -0
  735. data/app/presenters/decidim/breadcrumb_root_menu_item_presenter.rb +25 -0
  736. data/app/presenters/decidim/breadcrumb_root_menu_presenter.rb +18 -0
  737. data/app/presenters/decidim/footer_menu_presenter.rb +12 -0
  738. data/app/presenters/decidim/hashtag_presenter.rb +1 -1
  739. data/app/presenters/decidim/log/base_presenter.rb +13 -6
  740. data/app/presenters/decidim/log/diff_presenter.rb +9 -8
  741. data/app/presenters/decidim/log/resource_presenter.rb +2 -8
  742. data/app/presenters/decidim/log/space_presenter.rb +1 -1
  743. data/app/presenters/decidim/log/user_presenter.rb +3 -7
  744. data/app/presenters/decidim/log/value_types/default_presenter.rb +2 -2
  745. data/app/presenters/decidim/menu_item_presenter.rb +11 -3
  746. data/app/presenters/decidim/menu_presenter.rb +11 -3
  747. data/app/presenters/decidim/metric_charts_presenter.rb +25 -46
  748. data/app/presenters/decidim/nil_presenter.rb +4 -2
  749. data/app/presenters/decidim/notification_presenter.rb +1 -1
  750. data/app/presenters/decidim/notification_to_mailer_presenter.rb +5 -14
  751. data/app/presenters/decidim/notifications_digest_presenter.rb +1 -1
  752. data/app/presenters/decidim/official_author_presenter.rb +4 -0
  753. data/app/presenters/decidim/participatory_space_manifest_presenter.rb +24 -0
  754. data/app/presenters/decidim/resource_presenter.rb +18 -1
  755. data/app/presenters/decidim/stats_presenter.rb +54 -0
  756. data/app/presenters/decidim/user_group_presenter.rb +4 -0
  757. data/app/presenters/decidim/user_presenter.rb +4 -2
  758. data/app/queries/decidim/last_activity.rb +1 -1
  759. data/app/queries/decidim/metric_manage.rb +1 -1
  760. data/app/queries/decidim/participatory_processes_with_user_role.rb +2 -2
  761. data/app/queries/decidim/participatory_space_last_activity.rb +18 -0
  762. data/app/queries/decidim/public_activities.rb +1 -1
  763. data/app/queries/decidim/public_components.rb +2 -2
  764. data/app/queries/decidim/similar_emendations.rb +1 -1
  765. data/app/resolvers/decidim/core/metric_resolver.rb +1 -1
  766. data/app/scrubbers/decidim/admin_input_scrubber.rb +1 -1
  767. data/app/scrubbers/decidim/newsletter_scrubber.rb +1 -1
  768. data/app/serializers/decidim/exporters/serializer.rb +2 -2
  769. data/app/services/decidim/action_authorizer.rb +3 -3
  770. data/app/services/decidim/action_logger.rb +11 -11
  771. data/app/services/decidim/base_diff_renderer.rb +5 -5
  772. data/app/services/decidim/content_blocks_creator.rb +89 -0
  773. data/app/services/decidim/email_notification_generator.rb +3 -3
  774. data/app/services/decidim/engine_resolver.rb +2 -2
  775. data/app/services/decidim/events_manager.rb +6 -12
  776. data/app/services/decidim/log/diff_changeset_calculator.rb +3 -3
  777. data/app/services/decidim/log_reference_generator.rb +31 -0
  778. data/app/services/decidim/notification_generator.rb +3 -3
  779. data/app/services/decidim/notification_generator_for_recipient.rb +2 -2
  780. data/app/services/decidim/open_data_exporter.rb +3 -3
  781. data/app/services/decidim/send_push_notification.rb +13 -27
  782. data/app/services/decidim/static_map_generator.rb +4 -4
  783. data/app/uploaders/decidim/application_uploader.rb +1 -1
  784. data/app/uploaders/decidim/avatar_uploader.rb +2 -2
  785. data/app/uploaders/decidim/cw/application_uploader.rb +1 -1
  786. data/app/uploaders/decidim/image_uploader.rb +1 -1
  787. data/app/uploaders/decidim/organization_favicon_uploader.rb +15 -2
  788. data/app/validators/etiquette_validator.rb +1 -1
  789. data/app/validators/geocoding_validator.rb +1 -1
  790. data/app/validators/password_validator.rb +16 -12
  791. data/app/validators/uploader_image_dimensions_validator.rb +3 -3
  792. data/app/views/decidim/account/_account_notification.js.erb +4 -18
  793. data/app/views/decidim/account/_delete_modal.html.erb +17 -0
  794. data/app/views/decidim/account/_old_password_field.html.erb +15 -0
  795. data/app/views/decidim/account/_password_fields.html.erb +13 -2
  796. data/app/views/decidim/account/cancel_email_change.js.erb +1 -1
  797. data/app/views/decidim/account/delete.html.erb +23 -30
  798. data/app/views/decidim/account/show.html.erb +48 -33
  799. data/app/views/decidim/amendments/_edit_form_fields.html.erb +1 -3
  800. data/app/views/decidim/amendments/_wizard_header.html.erb +17 -0
  801. data/app/views/decidim/amendments/compare_draft.html.erb +14 -17
  802. data/app/views/decidim/amendments/edit_draft.html.erb +23 -25
  803. data/app/views/decidim/amendments/new.html.erb +21 -24
  804. data/app/views/decidim/amendments/preview_draft.html.erb +24 -25
  805. data/app/views/decidim/amendments/review.html.erb +26 -37
  806. data/app/views/decidim/application/_collection.html.erb +18 -15
  807. data/app/views/decidim/application/_document.html.erb +23 -0
  808. data/app/views/decidim/application/_documents.html.erb +13 -0
  809. data/app/views/decidim/authorization_modals/show.html.erb +1 -5
  810. data/app/views/decidim/devise/confirmations/new.html.erb +19 -25
  811. data/app/views/decidim/devise/invitations/edit.html.erb +42 -69
  812. data/app/views/decidim/devise/omniauth_registrations/new.html.erb +34 -45
  813. data/app/views/decidim/devise/passwords/edit.html.erb +23 -32
  814. data/app/views/decidim/devise/passwords/new.html.erb +20 -24
  815. data/app/views/decidim/devise/registrations/new.html.erb +59 -83
  816. data/app/views/decidim/devise/sessions/new.html.erb +52 -53
  817. data/app/views/decidim/devise/shared/_links.html.erb +5 -15
  818. data/app/views/decidim/devise/shared/_login_boxes.html.erb +28 -0
  819. data/app/views/decidim/devise/shared/_newsletter_modal.html.erb +15 -23
  820. data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +13 -19
  821. data/app/views/decidim/devise/unlocks/new.html.erb +20 -26
  822. data/app/views/decidim/doorkeeper/authorizations/new.html.erb +53 -57
  823. data/app/views/decidim/download_your_data/show.html.erb +15 -7
  824. data/app/views/decidim/endorsements/_identity.html.erb +4 -9
  825. data/app/views/decidim/endorsements/identities.html.erb +16 -10
  826. data/app/views/decidim/endorsements/update_buttons_and_counters.js.erb +24 -17
  827. data/app/views/decidim/errors/internal_server_error.html.erb +32 -8
  828. data/app/views/decidim/errors/not_found.html.erb +15 -11
  829. data/app/views/decidim/follows/update_button.js.erb +8 -1
  830. data/app/views/decidim/gamification/badges/index.html.erb +5 -7
  831. data/app/views/decidim/group_invites/index.html.erb +20 -24
  832. data/app/views/decidim/groups/_form.html.erb +15 -24
  833. data/app/views/decidim/groups/edit.html.erb +13 -22
  834. data/app/views/decidim/groups/new.html.erb +16 -24
  835. data/app/views/decidim/homepage/show.html.erb +6 -4
  836. data/app/views/decidim/last_activities/_activities.html.erb +4 -11
  837. data/app/views/decidim/last_activities/index.html.erb +8 -13
  838. data/app/views/decidim/last_activities/index.js.erb +7 -2
  839. data/app/views/decidim/links/_modal.html.erb +18 -19
  840. data/app/views/decidim/links/new.html.erb +16 -22
  841. data/app/views/decidim/links/new.js.erb +22 -6
  842. data/app/views/decidim/manifests/show.json.erb +2 -2
  843. data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +18 -22
  844. data/app/views/decidim/messaging/conversations/_conversation.html.erb +39 -53
  845. data/app/views/decidim/messaging/conversations/_messages.html.erb +15 -19
  846. data/app/views/decidim/messaging/conversations/_new_conversation_button.html.erb +20 -32
  847. data/app/views/decidim/messaging/conversations/_reply.html.erb +7 -10
  848. data/app/views/decidim/messaging/conversations/_reply_form.html.erb +9 -0
  849. data/app/views/decidim/messaging/conversations/_show.html.erb +29 -35
  850. data/app/views/decidim/messaging/conversations/_start.html.erb +9 -14
  851. data/app/views/decidim/messaging/conversations/create.js.erb +1 -1
  852. data/app/views/decidim/messaging/conversations/error.js.erb +1 -1
  853. data/app/views/decidim/messaging/conversations/index.html.erb +17 -51
  854. data/app/views/decidim/messaging/conversations/new.html.erb +1 -2
  855. data/app/views/decidim/messaging/conversations/show.html.erb +3 -9
  856. data/app/views/decidim/newsletters/show.html.erb +1 -1
  857. data/app/views/decidim/newsletters_opt_in_mailer/notify.html.erb +1 -1
  858. data/app/views/decidim/notifications/index.html.erb +15 -4
  859. data/app/views/decidim/notifications_digest_mailer/_email_content.html.erb +0 -7
  860. data/app/views/decidim/notifications_digest_mailer/digest_mail.erb +2 -2
  861. data/app/views/decidim/notifications_settings/show.html.erb +169 -70
  862. data/app/views/decidim/own_user_groups/index.html.erb +9 -29
  863. data/app/views/decidim/pages/_standalone.html.erb +17 -15
  864. data/app/views/decidim/pages/_tabbed.html.erb +38 -38
  865. data/app/views/decidim/pages/index.html.erb +48 -64
  866. data/app/views/decidim/pages/show.html.erb +9 -9
  867. data/app/views/decidim/profiles/show.html.erb +9 -1
  868. data/app/views/decidim/reported_mailer/report.html.erb +1 -1
  869. data/app/views/decidim/scopes/_scopes_picker_input.html.erb +1 -1
  870. data/app/views/decidim/scopes/picker.html.erb +7 -4
  871. data/app/views/decidim/searches/_count.html.erb +19 -28
  872. data/app/views/decidim/searches/_filters.html.erb +41 -27
  873. data/app/views/decidim/searches/_resources_filter_block.html.erb +3 -3
  874. data/app/views/decidim/searches/index.html.erb +18 -12
  875. data/app/views/decidim/searches/index.js.erb +1 -7
  876. data/app/views/decidim/shared/_authorization_modal.html.erb +1 -1
  877. data/app/views/decidim/shared/_component_announcement.html.erb +5 -4
  878. data/app/views/decidim/shared/_confirm_modal.html.erb +15 -16
  879. data/app/views/decidim/shared/_extended_navigation_bar.html.erb +2 -2
  880. data/app/views/decidim/shared/_filters.html.erb +42 -0
  881. data/app/views/decidim/shared/_floating_help.html.erb +13 -27
  882. data/app/views/decidim/shared/_follow_button.html.erb +2 -1
  883. data/app/views/decidim/shared/_login_modal.html.erb +46 -50
  884. data/app/views/decidim/shared/_orders.html.erb +12 -26
  885. data/app/views/decidim/shared/_results_per_page.html.erb +24 -26
  886. data/app/views/decidim/shared/_share_modal.html.erb +21 -44
  887. data/app/views/decidim/shared/_static_map.html.erb +4 -17
  888. data/app/views/decidim/shared/_tags.html.erb +1 -1
  889. data/app/views/decidim/shared/filters/_check_boxes_tree.html.erb +12 -0
  890. data/app/views/decidim/shared/filters/_collection.html.erb +18 -0
  891. data/app/views/decidim/shared/filters/_dropdown_label.html.erb +46 -0
  892. data/app/views/decidim/user_activities/index.html.erb +15 -7
  893. data/app/views/decidim/user_activities/index.js.erb +1 -3
  894. data/app/views/decidim/user_conversations/index.html.erb +3 -3
  895. data/app/views/decidim/user_conversations/show.html.erb +3 -3
  896. data/app/views/decidim/user_interests/_scopes.html.erb +21 -16
  897. data/app/views/decidim/user_interests/show.html.erb +20 -13
  898. data/app/views/decidim/user_update_mailer/notify.html.erb +9 -0
  899. data/app/views/kaminari/decidim/_gap.html.erb +1 -1
  900. data/app/views/kaminari/decidim/_next_page.html.erb +8 -7
  901. data/app/views/kaminari/decidim/_page.html.erb +2 -2
  902. data/app/views/kaminari/decidim/_paginator.html.erb +3 -3
  903. data/app/views/kaminari/decidim/_prev_page.html.erb +8 -7
  904. data/app/views/layouts/decidim/_admin_links.html.erb +11 -2
  905. data/app/views/layouts/decidim/_application.html.erb +6 -1
  906. data/app/views/layouts/decidim/_cors.html.erb +8 -4
  907. data/app/views/layouts/decidim/_data_consent_warning.html.erb +2 -2
  908. data/app/views/layouts/decidim/_decidim_javascript.html.erb +6 -3
  909. data/app/views/layouts/decidim/_head.html.erb +7 -3
  910. data/app/views/layouts/decidim/_impersonation_warning.html.erb +7 -5
  911. data/app/views/layouts/decidim/_js_configuration.html.erb +7 -8
  912. data/app/views/layouts/decidim/_meta_tags_config.html.erb +6 -6
  913. data/app/views/layouts/decidim/_offline_banner.html.erb +3 -3
  914. data/app/views/layouts/decidim/_omnipresent_banner.html.erb +10 -12
  915. data/app/views/layouts/decidim/_organization_colors.html.erb +2 -3
  916. data/app/views/layouts/decidim/_timeout_modal.html.erb +26 -18
  917. data/app/views/layouts/decidim/_user_menu.html.erb +1 -1
  918. data/app/views/layouts/decidim/_wrapper.html.erb +19 -102
  919. data/app/views/layouts/decidim/footer/_main.html.erb +20 -0
  920. data/app/views/layouts/decidim/footer/_main_intro.html.erb +9 -0
  921. data/app/views/layouts/decidim/footer/_main_language_chooser.html.erb +26 -0
  922. data/app/views/layouts/decidim/footer/_main_legal.html.erb +9 -0
  923. data/app/views/layouts/decidim/footer/_main_links.html.erb +27 -0
  924. data/app/views/layouts/decidim/footer/_main_social_media_links.html.erb +42 -0
  925. data/app/views/layouts/decidim/footer/_mini.html.erb +18 -0
  926. data/app/views/layouts/decidim/header/_follow_space_menu_bar_button.html.erb +7 -0
  927. data/app/views/layouts/decidim/header/_main.html.erb +35 -0
  928. data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +54 -0
  929. data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +45 -0
  930. data/app/views/layouts/decidim/header/_main_links_mobile.html.erb +36 -0
  931. data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +32 -0
  932. data/app/views/layouts/decidim/header/_main_links_mobile_search.html.erb +34 -0
  933. data/app/views/layouts/decidim/header/_main_search.html.erb +15 -0
  934. data/app/views/layouts/decidim/header/_menu.html.erb +20 -0
  935. data/app/views/layouts/decidim/header/_menu_breadcrumb_desktop.html.erb +14 -0
  936. data/app/views/layouts/decidim/header/_menu_breadcrumb_items.html.erb +30 -0
  937. data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown.html.erb +16 -0
  938. data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_top_left.html.erb +2 -0
  939. data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +33 -0
  940. data/app/views/layouts/decidim/mailer.html.erb +16 -12
  941. data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
  942. data/app/views/layouts/decidim/shared/_layout_center.html.erb +15 -0
  943. data/app/views/layouts/decidim/shared/_layout_item.html.erb +35 -0
  944. data/app/views/layouts/decidim/shared/_layout_two_col.html.erb +12 -0
  945. data/app/views/layouts/decidim/shared/_layout_user_profile.html.erb +27 -0
  946. data/app/views/layouts/decidim/shared/_linked_resource.html.erb +6 -0
  947. data/app/views/layouts/decidim/user_profile.html.erb +1 -32
  948. data/config/assets.rb +1 -0
  949. data/config/brakeman.ignore +4 -116
  950. data/config/initializers/devise.rb +10 -10
  951. data/config/locales/ar.yml +98 -333
  952. data/config/locales/bg.yml +2 -748
  953. data/config/locales/ca.yml +434 -288
  954. data/config/locales/cs.yml +417 -273
  955. data/config/locales/de.yml +431 -283
  956. data/config/locales/el.yml +108 -267
  957. data/config/locales/en.yml +440 -294
  958. data/config/locales/eo.yml +0 -18
  959. data/config/locales/es-MX.yml +416 -271
  960. data/config/locales/es-PY.yml +419 -274
  961. data/config/locales/es.yml +426 -280
  962. data/config/locales/eu.yml +425 -295
  963. data/config/locales/fi-plain.yml +388 -244
  964. data/config/locales/fi.yml +411 -267
  965. data/config/locales/fr-CA.yml +410 -259
  966. data/config/locales/fr.yml +414 -263
  967. data/config/locales/ga-IE.yml +1 -63
  968. data/config/locales/gl.yml +1 -241
  969. data/config/locales/hu.yml +137 -322
  970. data/config/locales/id-ID.yml +0 -222
  971. data/config/locales/is-IS.yml +0 -78
  972. data/config/locales/it.yml +5 -317
  973. data/config/locales/ja.yml +403 -270
  974. data/config/locales/kaa.yml +4 -5
  975. data/config/locales/lb.yml +5 -308
  976. data/config/locales/lt.yml +359 -263
  977. data/config/locales/lv.yml +2 -274
  978. data/config/locales/nl.yml +6 -312
  979. data/config/locales/no.yml +6 -322
  980. data/config/locales/pl.yml +1 -486
  981. data/config/locales/pt-BR.yml +45 -560
  982. data/config/locales/pt.yml +5 -308
  983. data/config/locales/ro-RO.yml +46 -307
  984. data/config/locales/ru.yml +0 -154
  985. data/config/locales/sk.yml +2 -245
  986. data/config/locales/sl.yml +1 -10
  987. data/config/locales/sr-CS.yml +0 -20
  988. data/config/locales/sv.yml +220 -400
  989. data/config/locales/tr-TR.yml +39 -301
  990. data/config/locales/uk.yml +0 -128
  991. data/config/locales/zh-CN.yml +5 -280
  992. data/config/locales/zh-TW.yml +165 -214
  993. data/config/routes.rb +6 -5
  994. data/db/migrate/20180508111640_add_tos_version_to_organization.rb +2 -2
  995. data/db/migrate/20180730071851_add_core_content_blocks.rb +1 -1
  996. data/db/migrate/20180810092428_move_organization_fields_to_hero_content_block.rb +1 -1
  997. data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
  998. data/db/migrate/20181022090732_add_columns_to_pages.rb +1 -1
  999. data/db/migrate/20190412131728_fix_user_names.rb +1 -1
  1000. data/db/migrate/20201128130723_add_allow_public_access_to_static_pages.rb +1 -1
  1001. data/db/migrate/20220629194812_create_decidim_authorization_transfers.rb +20 -0
  1002. data/db/migrate/20230322101707_rename_terms_of_use.rb +23 -0
  1003. data/db/migrate/20230409123300_add_content_policy_to_decidim_organizations.rb +7 -0
  1004. data/db/migrate/20230427105700_change_states_on_amendments.rb +34 -0
  1005. data/db/migrate/20230427105701_change_states_on_reminder_records.rb +33 -0
  1006. data/db/migrate/20231123111229_remove_official_img_header.rb +11 -0
  1007. data/db/seeds/Exampledocument.pdf +0 -0
  1008. data/db/seeds/city.jpeg +0 -0
  1009. data/db/seeds/city2.jpeg +0 -0
  1010. data/db/seeds/logo.png +0 -0
  1011. data/db/seeds.rb +2 -223
  1012. data/lib/decidim/acts_as_tree.rb +2 -15
  1013. data/lib/decidim/amendable.rb +2 -2
  1014. data/lib/decidim/api/functions/component_finder_base.rb +1 -1
  1015. data/lib/decidim/api/functions/component_list.rb +1 -1
  1016. data/lib/decidim/api/functions/component_list_base.rb +1 -1
  1017. data/lib/decidim/api/functions/needs_api_default_order.rb +1 -1
  1018. data/lib/decidim/api/functions/participatory_space_list_base.rb +10 -1
  1019. data/lib/decidim/api/input_filters/category_input_filter.rb +1 -1
  1020. data/lib/decidim/api/interfaces/categories_container_interface.rb +1 -1
  1021. data/lib/decidim/api/interfaces/participatory_space_interface.rb +7 -1
  1022. data/lib/decidim/api/types/attachment_type.rb +3 -1
  1023. data/lib/decidim/api/types/participatory_space_manifest_type.rb +19 -0
  1024. data/lib/decidim/api/types/quantifiable_translated_field_type.rb +12 -0
  1025. data/lib/decidim/api/types/translated_field_type.rb +1 -1
  1026. data/lib/decidim/asset_router/pipeline.rb +1 -1
  1027. data/lib/decidim/asset_router/storage.rb +20 -5
  1028. data/lib/decidim/assets/tailwind/instance.rb +57 -0
  1029. data/lib/decidim/assets/tailwind/tailwind.config.js.erb +80 -0
  1030. data/lib/decidim/assets/tailwind.rb +16 -0
  1031. data/lib/decidim/assets.rb +7 -0
  1032. data/lib/decidim/attribute_encryptor.rb +4 -6
  1033. data/lib/decidim/attribute_object/nested_validator.rb +1 -1
  1034. data/lib/decidim/attribute_object/type_resolver.rb +4 -4
  1035. data/lib/decidim/authorable.rb +2 -2
  1036. data/lib/decidim/block_registry.rb +46 -0
  1037. data/lib/decidim/carrier_wave_migrator_service.rb +28 -36
  1038. data/lib/decidim/coauthorable.rb +4 -4
  1039. data/lib/decidim/command.rb +23 -4
  1040. data/lib/decidim/component_manifest.rb +7 -4
  1041. data/lib/decidim/components/namer.rb +1 -1
  1042. data/lib/decidim/content_block_manifest.rb +2 -1
  1043. data/lib/decidim/content_block_registry.rb +5 -4
  1044. data/lib/decidim/content_blocks/has_related_components.rb +51 -0
  1045. data/lib/decidim/content_blocks.rb +7 -0
  1046. data/lib/decidim/content_parsers/base_parser.rb +2 -0
  1047. data/lib/decidim/content_parsers/hashtag_parser.rb +17 -17
  1048. data/lib/decidim/content_parsers/inline_images_parser.rb +3 -3
  1049. data/lib/decidim/content_parsers/resource_parser.rb +2 -2
  1050. data/lib/decidim/content_parsers/tag_parser.rb +63 -0
  1051. data/lib/decidim/content_parsers/user_group_parser.rb +4 -29
  1052. data/lib/decidim/content_parsers/user_parser.rb +29 -20
  1053. data/lib/decidim/content_parsers.rb +1 -0
  1054. data/lib/decidim/content_processor.rb +26 -1
  1055. data/lib/decidim/content_renderers/base_renderer.rb +2 -0
  1056. data/lib/decidim/content_renderers/hashtag_renderer.rb +6 -3
  1057. data/lib/decidim/content_renderers/link_renderer.rb +15 -5
  1058. data/lib/decidim/content_renderers/user_group_renderer.rb +8 -9
  1059. data/lib/decidim/content_renderers/user_renderer.rb +33 -5
  1060. data/lib/decidim/content_security_policy.rb +132 -0
  1061. data/lib/decidim/core/api.rb +2 -0
  1062. data/lib/decidim/core/content_blocks/registry_manager.rb +188 -0
  1063. data/lib/decidim/core/engine.rb +324 -206
  1064. data/lib/decidim/core/menu.rb +68 -0
  1065. data/lib/decidim/core/seeds.rb +247 -0
  1066. data/lib/decidim/core/test/factories.rb +144 -326
  1067. data/lib/decidim/core/test/shared_examples/active_support_examples.rb +14 -0
  1068. data/lib/decidim/core/test/shared_examples/admin_log_presenter_examples.rb +3 -3
  1069. data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +26 -6
  1070. data/lib/decidim/core/test/shared_examples/amendable/amendment_event_examples.rb +20 -0
  1071. data/lib/decidim/core/test/shared_examples/amendable/amendment_form_examples.rb +4 -4
  1072. data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +26 -8
  1073. data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +6 -25
  1074. data/lib/decidim/core/test/shared_examples/amendable/create_amendment_draft_examples.rb +1 -1
  1075. data/lib/decidim/core/test/shared_examples/announcements_examples.rb +3 -3
  1076. data/lib/decidim/core/test/shared_examples/assembly_announcements_examples.rb +8 -4
  1077. data/lib/decidim/core/test/shared_examples/authorable.rb +2 -2
  1078. data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +3 -3
  1079. data/lib/decidim/core/test/shared_examples/authorization_shared_context.rb +34 -0
  1080. data/lib/decidim/core/test/shared_examples/categorizable_interface_examples.rb +1 -1
  1081. data/lib/decidim/core/test/shared_examples/coauthorable.rb +2 -2
  1082. data/lib/decidim/core/test/shared_examples/coauthorable_interface_examples.rb +3 -3
  1083. data/lib/decidim/core/test/shared_examples/comments_examples.rb +224 -183
  1084. data/lib/decidim/core/test/shared_examples/comments_reports_examples.rb +11 -21
  1085. data/lib/decidim/core/test/shared_examples/controller_render_views.rb +2 -2
  1086. data/lib/decidim/core/test/shared_examples/conversations_examples.rb +1 -1
  1087. data/lib/decidim/core/test/shared_examples/counts_commentators_as_newsletter_participants.rb +1 -1
  1088. data/lib/decidim/core/test/shared_examples/digest_mail_examples.rb +3 -3
  1089. data/lib/decidim/core/test/shared_examples/edit_link_shared_examples.rb +8 -8
  1090. data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +13 -2
  1091. data/lib/decidim/core/test/shared_examples/endorsable.rb +5 -5
  1092. data/lib/decidim/core/test/shared_examples/endorsements_controller_shared_context.rb +1 -1
  1093. data/lib/decidim/core/test/shared_examples/errors.rb +1 -1
  1094. data/lib/decidim/core/test/shared_examples/fingerprint_examples.rb +2 -2
  1095. data/lib/decidim/core/test/shared_examples/follows_examples.rb +10 -7
  1096. data/lib/decidim/core/test/shared_examples/form_builder_examples.rb +15 -0
  1097. data/lib/decidim/core/test/shared_examples/has_attachment_collections.rb +17 -25
  1098. data/lib/decidim/core/test/shared_examples/has_attachments.rb +62 -15
  1099. data/lib/decidim/core/test/shared_examples/has_category.rb +0 -27
  1100. data/lib/decidim/core/test/shared_examples/has_contextual_help.rb +11 -5
  1101. data/lib/decidim/core/test/shared_examples/has_private_users.rb +1 -1
  1102. data/lib/decidim/core/test/shared_examples/has_reference.rb +1 -1
  1103. data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +1 -1
  1104. data/lib/decidim/core/test/shared_examples/hideable_resource_examples.rb +43 -0
  1105. data/lib/decidim/core/test/shared_examples/localised_email.rb +2 -2
  1106. data/lib/decidim/core/test/shared_examples/map_examples.rb +21 -15
  1107. data/lib/decidim/core/test/shared_examples/paginated_resource_examples.rb +7 -7
  1108. data/lib/decidim/core/test/shared_examples/participatory_space_dropdown_metadata_cell_examples.rb +99 -0
  1109. data/lib/decidim/core/test/shared_examples/permissions.rb +8 -8
  1110. data/lib/decidim/core/test/shared_examples/preview_component_with_share_token_examples.rb +3 -3
  1111. data/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +12 -6
  1112. data/lib/decidim/core/test/shared_examples/reportable.rb +4 -4
  1113. data/lib/decidim/core/test/shared_examples/reports_examples.rb +114 -31
  1114. data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +3 -6
  1115. data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +17 -17
  1116. data/lib/decidim/core/test/shared_examples/scopable_interface_examples.rb +1 -1
  1117. data/lib/decidim/core/test/shared_examples/scopable_resource_examples.rb +2 -2
  1118. data/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +6 -6
  1119. data/lib/decidim/core/test/shared_examples/searchable_participatory_space_examples.rb +9 -9
  1120. data/lib/decidim/core/test/shared_examples/searchable_resources_shared_context.rb +2 -2
  1121. data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +22 -21
  1122. data/lib/decidim/core/test/shared_examples/share_link_examples.rb +8 -15
  1123. data/lib/decidim/core/test/shared_examples/simple_event.rb +8 -27
  1124. data/lib/decidim/core/test/shared_examples/static_pages_examples.rb +3 -3
  1125. data/lib/decidim/core/test/shared_examples/statistics_cell_examples.rb +13 -0
  1126. data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +24 -36
  1127. data/lib/decidim/core/test/shared_examples/translated_event_examples.rb +1 -1
  1128. data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +3 -3
  1129. data/lib/decidim/core/test/shared_examples/with_endorsable_permissions_examples.rb +1 -1
  1130. data/lib/decidim/core/test.rb +5 -5
  1131. data/lib/decidim/core/version.rb +1 -1
  1132. data/lib/decidim/core.rb +112 -29
  1133. data/lib/decidim/dependency_resolver.rb +4 -4
  1134. data/lib/decidim/download_your_data_serializers/download_your_data_conversation_serializer.rb +1 -1
  1135. data/lib/decidim/endorsable.rb +1 -1
  1136. data/lib/decidim/engine_router.rb +4 -17
  1137. data/lib/decidim/event_recorder.rb +1 -1
  1138. data/lib/decidim/events/base_event.rb +2 -9
  1139. data/lib/decidim/events/email_event.rb +4 -4
  1140. data/lib/decidim/events/machine_translated_event.rb +1 -1
  1141. data/lib/decidim/events/notification_event.rb +2 -2
  1142. data/lib/decidim/events/simple_event.rb +25 -11
  1143. data/lib/decidim/exporters/csv.rb +1 -1
  1144. data/lib/decidim/exporters/pdf.rb +5 -5
  1145. data/lib/decidim/faker/localized.rb +1 -1
  1146. data/lib/decidim/filter_form_builder.rb +43 -76
  1147. data/lib/decidim/fingerprintable.rb +1 -1
  1148. data/lib/decidim/form_builder.rb +128 -100
  1149. data/lib/decidim/gamification/badge.rb +4 -4
  1150. data/lib/decidim/gamification/badge_earned_event.rb +1 -1
  1151. data/lib/decidim/gamification/badge_registry.rb +3 -3
  1152. data/lib/decidim/gamification/badge_scorer.rb +6 -6
  1153. data/lib/decidim/gamification.rb +3 -3
  1154. data/lib/decidim/geocodable.rb +3 -3
  1155. data/lib/decidim/has_category.rb +1 -1
  1156. data/lib/decidim/has_reference.rb +1 -1
  1157. data/lib/decidim/icon_registry.rb +54 -0
  1158. data/lib/decidim/importers/import_manifest.rb +3 -3
  1159. data/lib/decidim/map/autocomplete.rb +1 -10
  1160. data/lib/decidim/map/dynamic_map.rb +6 -9
  1161. data/lib/decidim/map/frontend.rb +2 -12
  1162. data/lib/decidim/map/provider/autocomplete/here.rb +3 -3
  1163. data/lib/decidim/map/provider/autocomplete/osm.rb +3 -3
  1164. data/lib/decidim/map/provider/dynamic_map/here.rb +5 -4
  1165. data/lib/decidim/map/provider/static_map/here.rb +3 -3
  1166. data/lib/decidim/map/provider/static_map/osm.rb +3 -3
  1167. data/lib/decidim/map/static_map.rb +19 -16
  1168. data/lib/decidim/menu.rb +2 -0
  1169. data/lib/decidim/menu_registry.rb +2 -2
  1170. data/lib/decidim/metric_manifest.rb +1 -1
  1171. data/lib/decidim/metric_operation.rb +3 -3
  1172. data/lib/decidim/metric_registry.rb +3 -3
  1173. data/lib/decidim/middleware/current_organization.rb +1 -1
  1174. data/lib/decidim/middleware/static_dispatcher.rb +31 -0
  1175. data/lib/decidim/moderation_tools.rb +91 -0
  1176. data/lib/decidim/nicknamizable.rb +2 -2
  1177. data/lib/decidim/organization_settings.rb +7 -16
  1178. data/lib/decidim/paddable.rb +1 -1
  1179. data/lib/decidim/participable.rb +1 -18
  1180. data/lib/decidim/participatory_space_manifest.rb +15 -7
  1181. data/lib/decidim/participatory_space_resourceable.rb +2 -2
  1182. data/lib/decidim/participatory_space_user.rb +50 -0
  1183. data/lib/decidim/processes_file_locally.rb +1 -1
  1184. data/lib/decidim/publicable.rb +1 -3
  1185. data/lib/decidim/query.rb +2 -2
  1186. data/lib/decidim/query_extensions.rb +7 -7
  1187. data/lib/decidim/reminder_manifest.rb +3 -3
  1188. data/lib/decidim/reminder_registry.rb +2 -2
  1189. data/lib/decidim/reportable.rb +15 -1
  1190. data/lib/decidim/resource_manifest.rb +6 -3
  1191. data/lib/decidim/resourceable.rb +5 -5
  1192. data/lib/decidim/scopable.rb +1 -1
  1193. data/lib/decidim/searchable.rb +18 -5
  1194. data/lib/decidim/seeds.rb +95 -0
  1195. data/lib/decidim/settings_manifest.rb +9 -2
  1196. data/lib/decidim/social_share_service_manifest.rb +77 -0
  1197. data/lib/decidim/stats_registry.rb +2 -2
  1198. data/lib/decidim/translatable_attributes.rb +2 -2
  1199. data/lib/decidim/translatable_resource.rb +3 -3
  1200. data/lib/decidim/upgrade/wysiwyg_migrator.rb +429 -0
  1201. data/lib/decidim/upgrade.rb +7 -0
  1202. data/lib/decidim/user_reportable.rb +1 -1
  1203. data/lib/decidim/view_hooks.rb +2 -2
  1204. data/lib/decidim/view_model.rb +28 -4
  1205. data/lib/decidim/webpacker/configuration.rb +4 -3
  1206. data/lib/decidim/webpacker/postcss.config.js +4 -2
  1207. data/lib/decidim/webpacker/runner.rb +6 -1
  1208. data/lib/decidim/webpacker/{webpacker.yml → shakapacker.yml} +26 -2
  1209. data/lib/decidim/webpacker/webpack/custom.js +25 -9
  1210. data/lib/decidim/webpacker/webpack/webpack.config.js +10 -0
  1211. data/lib/decidim/webpacker.rb +1 -1
  1212. data/lib/devise/models/decidim_validatable.rb +4 -5
  1213. data/lib/gem_overrides/{webpacker → shakapacker}/runner.rb +2 -2
  1214. data/lib/premailer/adapter/decidim.rb +4 -5
  1215. data/lib/tasks/decidim_active_storage_migration_tasks.rake +18 -13
  1216. data/lib/tasks/decidim_content_blocks_tasks.rake +48 -0
  1217. data/lib/tasks/decidim_mailers_tasks.rake +1 -1
  1218. data/lib/tasks/decidim_procfile.rake +36 -0
  1219. data/lib/tasks/decidim_pwa_tasks.rake +2 -2
  1220. data/lib/tasks/decidim_reminders_tasks.rake +0 -1
  1221. data/lib/tasks/decidim_robots.rake +15 -0
  1222. data/lib/tasks/decidim_tasks.rake +9 -1
  1223. data/lib/tasks/decidim_webpacker_tasks.rake +49 -11
  1224. data/lib/tasks/upgrade/decidim_migrate_wysiwyg_content.rake +89 -0
  1225. metadata +520 -385
  1226. data/app/cells/decidim/address/details.erb +0 -7
  1227. data/app/cells/decidim/amendable/amenders_list_cell.rb +0 -33
  1228. data/app/cells/decidim/author/profile.erb +0 -9
  1229. data/app/cells/decidim/author/profile_inline.erb +0 -39
  1230. data/app/cells/decidim/card_m/badge.erb +0 -1
  1231. data/app/cells/decidim/card_m/comments_counter.erb +0 -3
  1232. data/app/cells/decidim/card_m/header.erb +0 -17
  1233. data/app/cells/decidim/card_m/image.erb +0 -5
  1234. data/app/cells/decidim/card_m/label.erb +0 -3
  1235. data/app/cells/decidim/card_m/show.erb +0 -23
  1236. data/app/cells/decidim/card_m/status.erb +0 -9
  1237. data/app/cells/decidim/card_m/tags.erb +0 -0
  1238. data/app/cells/decidim/card_m/top.erb +0 -7
  1239. data/app/cells/decidim/card_m_cell.rb +0 -156
  1240. data/app/cells/decidim/collapsible_list/show.erb +0 -28
  1241. data/app/cells/decidim/collapsible_list_cell.rb +0 -69
  1242. data/app/cells/decidim/content_blocks/highlighted_elements/elements.erb +0 -0
  1243. data/app/cells/decidim/content_blocks/highlighted_elements/heading.erb +0 -0
  1244. data/app/cells/decidim/content_blocks/highlighted_elements/show.erb +0 -4
  1245. data/app/cells/decidim/content_blocks/metrics/show.erb +0 -13
  1246. data/app/cells/decidim/content_blocks/metrics_cell.rb +0 -11
  1247. data/app/cells/decidim/fingerprint/show.erb +0 -22
  1248. data/app/cells/decidim/fingerprint_cell.rb +0 -19
  1249. data/app/cells/decidim/notification/moderated.erb +0 -24
  1250. data/app/cells/decidim/profile/user_group_tabs.erb +0 -10
  1251. data/app/cells/decidim/profile/user_tabs.erb +0 -16
  1252. data/app/cells/decidim/statistic/homepage.erb +0 -9
  1253. data/app/cells/decidim/tags/category.erb +0 -1
  1254. data/app/cells/decidim/tags/scope.erb +0 -1
  1255. data/app/cells/decidim/user_conversations/add_conversation_users.erb +0 -26
  1256. data/app/cells/decidim/user_conversations/conversation_item.erb +0 -38
  1257. data/app/cells/decidim/user_group_admin_membership_profile/footer.erb +0 -29
  1258. data/app/cells/decidim/user_group_admin_membership_profile_cell.rb +0 -14
  1259. data/app/cells/decidim/user_group_membership_profile/tags.erb +0 -1
  1260. data/app/cells/decidim/user_group_membership_profile_cell.rb +0 -8
  1261. data/app/cells/decidim/user_profile/footer.erb +0 -5
  1262. data/app/cells/decidim/user_profile/header.erb +0 -5
  1263. data/app/cells/decidim/user_profile/unlinked_user_data.erb +0 -16
  1264. data/app/cells/decidim/user_profile/user_data.erb +0 -16
  1265. data/app/cells/decidim/version_author/show.erb +0 -18
  1266. data/app/controllers/concerns/decidim/devise_authentication_methods.rb +0 -36
  1267. data/app/controllers/concerns/decidim/http_caching_disabler.rb +0 -21
  1268. data/app/controllers/decidim/group_admins_controller.rb +0 -44
  1269. data/app/controllers/decidim/user_timeline_controller.rb +0 -56
  1270. data/app/controllers/decidim/widgets_controller.rb +0 -40
  1271. data/app/helpers/decidim/widget_urls_helper.rb +0 -13
  1272. data/app/jobs/decidim/block_user_job.rb +0 -11
  1273. data/app/models/decidim/push_notification_message.rb +0 -39
  1274. data/app/packs/entrypoints/decidim_email.scss +0 -1
  1275. data/app/packs/fonts/decidim/Roboto-Regular.eot +0 -0
  1276. data/app/packs/fonts/decidim/Roboto-Regular.svg +0 -1
  1277. data/app/packs/fonts/decidim/Roboto-Regular.ttf +0 -0
  1278. data/app/packs/fonts/decidim/Roboto-Regular.woff +0 -0
  1279. data/app/packs/fonts/decidim/Roboto-Regular.woff2 +0 -0
  1280. data/app/packs/fonts/decidim/Source_Sans_Pro_400.eot +0 -0
  1281. data/app/packs/fonts/decidim/Source_Sans_Pro_400.svg +0 -1
  1282. data/app/packs/fonts/decidim/Source_Sans_Pro_400.ttf +0 -0
  1283. data/app/packs/fonts/decidim/Source_Sans_Pro_400.woff +0 -0
  1284. data/app/packs/fonts/decidim/Source_Sans_Pro_400.woff2 +0 -0
  1285. data/app/packs/fonts/decidim/Source_Sans_Pro_600.eot +0 -0
  1286. data/app/packs/fonts/decidim/Source_Sans_Pro_600.svg +0 -1
  1287. data/app/packs/fonts/decidim/Source_Sans_Pro_600.ttf +0 -0
  1288. data/app/packs/fonts/decidim/Source_Sans_Pro_600.woff +0 -0
  1289. data/app/packs/fonts/decidim/Source_Sans_Pro_600.woff2 +0 -0
  1290. data/app/packs/fonts/decidim/Source_Sans_Pro_900.eot +0 -0
  1291. data/app/packs/fonts/decidim/Source_Sans_Pro_900.svg +0 -1
  1292. data/app/packs/fonts/decidim/Source_Sans_Pro_900.ttf +0 -0
  1293. data/app/packs/fonts/decidim/Source_Sans_Pro_900.woff +0 -0
  1294. data/app/packs/fonts/decidim/Source_Sans_Pro_900.woff2 +0 -0
  1295. data/app/packs/images/decidim/.keep +0 -0
  1296. data/app/packs/images/decidim/vendor/social-share-button/delicious.svg +0 -13
  1297. data/app/packs/images/decidim/vendor/social-share-button/google_plus.svg +0 -10
  1298. data/app/packs/images/decidim/vendor/social-share-button/qq.svg +0 -8
  1299. data/app/packs/images/decidim/vendor/social-share-button/weibo.svg +0 -10
  1300. data/app/packs/src/decidim/ajax_modals.js +0 -20
  1301. data/app/packs/src/decidim/conferences.js +0 -15
  1302. data/app/packs/src/decidim/conversations.js +0 -17
  1303. data/app/packs/src/decidim/data_picker.js +0 -273
  1304. data/app/packs/src/decidim/dialog_mode.js +0 -55
  1305. data/app/packs/src/decidim/dialog_mode.test.js +0 -181
  1306. data/app/packs/src/decidim/diff_mode_dropdown.js +0 -49
  1307. data/app/packs/src/decidim/dropdowns_menus.js +0 -30
  1308. data/app/packs/src/decidim/editor/attribute_diff.js +0 -28
  1309. data/app/packs/src/decidim/editor/clipboard_override.js +0 -147
  1310. data/app/packs/src/decidim/editor/clipboard_utilities.js +0 -119
  1311. data/app/packs/src/decidim/editor/history_override.js +0 -110
  1312. data/app/packs/src/decidim/editor/linebreak_module.js +0 -175
  1313. data/app/packs/src/decidim/editor/modified_backspace_offset1.js +0 -96
  1314. data/app/packs/src/decidim/editor/modified_backspace_offset_any.js +0 -46
  1315. data/app/packs/src/decidim/editor/modified_enter.js +0 -116
  1316. data/app/packs/src/decidim/editor.js +0 -151
  1317. data/app/packs/src/decidim/floating_help.js +0 -47
  1318. data/app/packs/src/decidim/form_datepicker.js +0 -21
  1319. data/app/packs/src/decidim/form_filter.component.test.js +0 -299
  1320. data/app/packs/src/decidim/foundation-datepicker/js/locales/foundation-datepicker.lb.js +0 -13
  1321. data/app/packs/src/decidim/foundation_datepicker_locales.js +0 -67
  1322. data/app/packs/src/decidim/map/icon.js +0 -31
  1323. data/app/packs/src/decidim/map/svg-icon.js +0 -248
  1324. data/app/packs/src/decidim/represent_user_group.js +0 -18
  1325. data/app/packs/src/decidim/start_conversation_dialog.js +0 -13
  1326. data/app/packs/src/decidim/tooltip_keep_on_hover.js +0 -18
  1327. data/app/packs/src/decidim/vendor/foundation-datepicker.js +0 -1431
  1328. data/app/packs/src/decidim/vendor/image-resize.min.js +0 -3
  1329. data/app/packs/src/decidim/vendor/image-upload.min.js +0 -8
  1330. data/app/packs/src/decidim/vendor/social-share-button.js +0 -174
  1331. data/app/packs/src/decidim/vizzs/linechart.js +0 -268
  1332. data/app/packs/src/decidim/vizzs/rowchart.js +0 -328
  1333. data/app/packs/stylesheets/decidim/_decidim-settings.scss +0 -7
  1334. data/app/packs/stylesheets/decidim/_decidim.scss +0 -19
  1335. data/app/packs/stylesheets/decidim/_editor.scss +0 -142
  1336. data/app/packs/stylesheets/decidim/_properties.scss +0 -25
  1337. data/app/packs/stylesheets/decidim/extras/_add_comments.scss +0 -9
  1338. data/app/packs/stylesheets/decidim/extras/_announcement.scss +0 -3
  1339. data/app/packs/stylesheets/decidim/extras/_collection-sort-controls.scss +0 -5
  1340. data/app/packs/stylesheets/decidim/extras/_embed.scss +0 -33
  1341. data/app/packs/stylesheets/decidim/extras/_external-links.scss +0 -44
  1342. data/app/packs/stylesheets/decidim/extras/_extras.scss +0 -15
  1343. data/app/packs/stylesheets/decidim/extras/_impersonation-bar.scss +0 -26
  1344. data/app/packs/stylesheets/decidim/extras/_label-required.scss +0 -12
  1345. data/app/packs/stylesheets/decidim/extras/_leaflet.scss +0 -17
  1346. data/app/packs/stylesheets/decidim/extras/_meeting-registrations.scss +0 -25
  1347. data/app/packs/stylesheets/decidim/extras/_proposal_form.scss +0 -9
  1348. data/app/packs/stylesheets/decidim/extras/_quill.scss +0 -13
  1349. data/app/packs/stylesheets/decidim/extras/_reference.scss +0 -3
  1350. data/app/packs/stylesheets/decidim/extras/_results-per-page.scss +0 -74
  1351. data/app/packs/stylesheets/decidim/extras/_social_share.scss +0 -39
  1352. data/app/packs/stylesheets/decidim/extras/_status-labels.scss +0 -3
  1353. data/app/packs/stylesheets/decidim/layouts/_highlighted_banner.scss +0 -34
  1354. data/app/packs/stylesheets/decidim/layouts/_home.scss +0 -371
  1355. data/app/packs/stylesheets/decidim/layouts/_layouts.scss +0 -5
  1356. data/app/packs/stylesheets/decidim/layouts/_logo.scss +0 -26
  1357. data/app/packs/stylesheets/decidim/layouts/_user.scss +0 -64
  1358. data/app/packs/stylesheets/decidim/layouts/_view.scss +0 -21
  1359. data/app/packs/stylesheets/decidim/modules/_address.scss +0 -31
  1360. data/app/packs/stylesheets/decidim/modules/_author-avatar.scss +0 -171
  1361. data/app/packs/stylesheets/decidim/modules/_autocomplete.scss +0 -99
  1362. data/app/packs/stylesheets/decidim/modules/_badges.scss +0 -116
  1363. data/app/packs/stylesheets/decidim/modules/_block-banner.scss +0 -39
  1364. data/app/packs/stylesheets/decidim/modules/_buttons.scss +0 -531
  1365. data/app/packs/stylesheets/decidim/modules/_callout.scss +0 -33
  1366. data/app/packs/stylesheets/decidim/modules/_card-grid.scss +0 -25
  1367. data/app/packs/stylesheets/decidim/modules/_cards.scss +0 -1124
  1368. data/app/packs/stylesheets/decidim/modules/_collapsible-list.scss +0 -60
  1369. data/app/packs/stylesheets/decidim/modules/_comments.scss +0 -307
  1370. data/app/packs/stylesheets/decidim/modules/_conference-diploma.scss +0 -75
  1371. data/app/packs/stylesheets/decidim/modules/_conference-media.scss +0 -46
  1372. data/app/packs/stylesheets/decidim/modules/_conference-nav.scss +0 -31
  1373. data/app/packs/stylesheets/decidim/modules/_conference-programme.scss +0 -109
  1374. data/app/packs/stylesheets/decidim/modules/_conference-registration.scss +0 -34
  1375. data/app/packs/stylesheets/decidim/modules/_conference-speaker.scss +0 -87
  1376. data/app/packs/stylesheets/decidim/modules/_confirm.scss +0 -5
  1377. data/app/packs/stylesheets/decidim/modules/_conversation.scss +0 -113
  1378. data/app/packs/stylesheets/decidim/modules/_data-consent.scss +0 -115
  1379. data/app/packs/stylesheets/decidim/modules/_data-picker.scss +0 -190
  1380. data/app/packs/stylesheets/decidim/modules/_datepicker.scss +0 -224
  1381. data/app/packs/stylesheets/decidim/modules/_definition-data.scss +0 -95
  1382. data/app/packs/stylesheets/decidim/modules/_docs-manager.scss +0 -15
  1383. data/app/packs/stylesheets/decidim/modules/_extra.scss +0 -50
  1384. data/app/packs/stylesheets/decidim/modules/_filter-tags.scss +0 -27
  1385. data/app/packs/stylesheets/decidim/modules/_filters.scss +0 -193
  1386. data/app/packs/stylesheets/decidim/modules/_fingerprint.scss +0 -8
  1387. data/app/packs/stylesheets/decidim/modules/_flag.scss +0 -10
  1388. data/app/packs/stylesheets/decidim/modules/_floating-helper.scss +0 -118
  1389. data/app/packs/stylesheets/decidim/modules/_footer.scss +0 -115
  1390. data/app/packs/stylesheets/decidim/modules/_forms.scss +0 -157
  1391. data/app/packs/stylesheets/decidim/modules/_help.scss +0 -58
  1392. data/app/packs/stylesheets/decidim/modules/_horizontal-tabs.scss +0 -114
  1393. data/app/packs/stylesheets/decidim/modules/_hover-section.scss +0 -29
  1394. data/app/packs/stylesheets/decidim/modules/_icons.scss +0 -56
  1395. data/app/packs/stylesheets/decidim/modules/_inline-filters.scss +0 -66
  1396. data/app/packs/stylesheets/decidim/modules/_input-gallery.scss +0 -35
  1397. data/app/packs/stylesheets/decidim/modules/_input-mentions.scss +0 -142
  1398. data/app/packs/stylesheets/decidim/modules/_input-multiple-mentions.scss +0 -32
  1399. data/app/packs/stylesheets/decidim/modules/_input-tags.scss +0 -55
  1400. data/app/packs/stylesheets/decidim/modules/_layout.scss +0 -82
  1401. data/app/packs/stylesheets/decidim/modules/_list-docs.scss +0 -33
  1402. data/app/packs/stylesheets/decidim/modules/_list-request.scss +0 -16
  1403. data/app/packs/stylesheets/decidim/modules/_loading-spinner.scss +0 -46
  1404. data/app/packs/stylesheets/decidim/modules/_main-container.scss +0 -72
  1405. data/app/packs/stylesheets/decidim/modules/_map.scss +0 -130
  1406. data/app/packs/stylesheets/decidim/modules/_margins.scss +0 -60
  1407. data/app/packs/stylesheets/decidim/modules/_messages.scss +0 -36
  1408. data/app/packs/stylesheets/decidim/modules/_modules.scss +0 -94
  1409. data/app/packs/stylesheets/decidim/modules/_navbar.scss +0 -592
  1410. data/app/packs/stylesheets/decidim/modules/_notification.scss +0 -5
  1411. data/app/packs/stylesheets/decidim/modules/_omnipresent_banner.scss +0 -26
  1412. data/app/packs/stylesheets/decidim/modules/_opinion-toggle.scss +0 -55
  1413. data/app/packs/stylesheets/decidim/modules/_order-by.scss +0 -82
  1414. data/app/packs/stylesheets/decidim/modules/_pagination.scss +0 -6
  1415. data/app/packs/stylesheets/decidim/modules/_process-header.scss +0 -95
  1416. data/app/packs/stylesheets/decidim/modules/_process-info.scss +0 -52
  1417. data/app/packs/stylesheets/decidim/modules/_process-nav.scss +0 -182
  1418. data/app/packs/stylesheets/decidim/modules/_process-phase.scss +0 -173
  1419. data/app/packs/stylesheets/decidim/modules/_progress-bar.scss +0 -73
  1420. data/app/packs/stylesheets/decidim/modules/_reference.scss +0 -5
  1421. data/app/packs/stylesheets/decidim/modules/_reveal.scss +0 -111
  1422. data/app/packs/stylesheets/decidim/modules/_share.scss +0 -34
  1423. data/app/packs/stylesheets/decidim/modules/_signup.scss +0 -119
  1424. data/app/packs/stylesheets/decidim/modules/_space-stats.scss +0 -53
  1425. data/app/packs/stylesheets/decidim/modules/_static-pages.scss +0 -51
  1426. data/app/packs/stylesheets/decidim/modules/_statistics.scss +0 -53
  1427. data/app/packs/stylesheets/decidim/modules/_status-labels.scss +0 -33
  1428. data/app/packs/stylesheets/decidim/modules/_sticky.scss +0 -5
  1429. data/app/packs/stylesheets/decidim/modules/_tags.scss +0 -41
  1430. data/app/packs/stylesheets/decidim/modules/_timeline.scss +0 -181
  1431. data/app/packs/stylesheets/decidim/modules/_title-action.scss +0 -29
  1432. data/app/packs/stylesheets/decidim/modules/_toggle.scss +0 -9
  1433. data/app/packs/stylesheets/decidim/modules/_typography.scss +0 -309
  1434. data/app/packs/stylesheets/decidim/modules/_upload_modal.scss +0 -139
  1435. data/app/packs/stylesheets/decidim/modules/_user-form.scss +0 -15
  1436. data/app/packs/stylesheets/decidim/modules/_versions.scss +0 -74
  1437. data/app/packs/stylesheets/decidim/modules/_video.scss +0 -18
  1438. data/app/packs/stylesheets/decidim/modules/_wizard-steps.scss +0 -45
  1439. data/app/packs/stylesheets/decidim/plugins/MarkerCluster.Default.scss +0 -67
  1440. data/app/packs/stylesheets/decidim/plugins/MarkerCluster.scss +0 -15
  1441. data/app/packs/stylesheets/decidim/utils/_fontface.scss +0 -32
  1442. data/app/packs/stylesheets/decidim/utils/_helpers.scss +0 -159
  1443. data/app/packs/stylesheets/decidim/utils/_keyframes.scss +0 -21
  1444. data/app/packs/stylesheets/decidim/utils/_mixins.scss +0 -252
  1445. data/app/packs/stylesheets/decidim/utils/_settings.scss +0 -890
  1446. data/app/packs/stylesheets/decidim/utils/_toggle-expand.scss +0 -23
  1447. data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +0 -139
  1448. data/app/packs/stylesheets/decidim/vizzs/_areachart.scss +0 -66
  1449. data/app/packs/stylesheets/decidim/vizzs/_chart-tooltip.scss +0 -42
  1450. data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +0 -114
  1451. data/app/packs/stylesheets/decidim/vizzs/_orgchart.scss +0 -54
  1452. data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +0 -76
  1453. data/app/packs/stylesheets/decidim/vizzs/_vizzs.scss +0 -5
  1454. data/app/packs/stylesheets/decidim/vizzs.scss +0 -8
  1455. data/app/packs/stylesheets/foundation-overrides/components/_button-group.scss +0 -321
  1456. data/app/services/decidim/push_notification_message_sender.rb +0 -36
  1457. data/app/uploaders/decidim/official_image_header_uploader.rb +0 -10
  1458. data/app/views/decidim/amendments/_similar_emendation.html.erb +0 -24
  1459. data/app/views/decidim/application/_attachments.erb +0 -12
  1460. data/app/views/decidim/application/_document.erb +0 -19
  1461. data/app/views/decidim/application/_documents.erb +0 -15
  1462. data/app/views/decidim/application/_photos.erb +0 -16
  1463. data/app/views/decidim/authorization_modals/_content.html.erb +0 -45
  1464. data/app/views/decidim/devise/shared/_omniauth_buttons_mini.html.erb +0 -23
  1465. data/app/views/decidim/group_admins/index.html.erb +0 -20
  1466. data/app/views/decidim/group_members/index.html.erb +0 -21
  1467. data/app/views/decidim/links/_invalid_url_modal.html.erb +0 -17
  1468. data/app/views/decidim/links/_warning.html.erb +0 -4
  1469. data/app/views/decidim/links/invalid_url.js.erb +0 -24
  1470. data/app/views/decidim/profiles/_followers.html.erb +0 -5
  1471. data/app/views/decidim/profiles/_following.html.erb +0 -5
  1472. data/app/views/decidim/profiles/_notifications.html.erb +0 -0
  1473. data/app/views/decidim/profiles/_user_follow.erb +0 -32
  1474. data/app/views/decidim/searches/_filters_small_view.html.erb +0 -18
  1475. data/app/views/decidim/shared/_address_details.html.erb +0 -7
  1476. data/app/views/decidim/shared/_check_boxes_tree.html.erb +0 -56
  1477. data/app/views/decidim/shared/_embed_modal.html.erb +0 -22
  1478. data/app/views/decidim/shared/_filter_form_help.erb +0 -8
  1479. data/app/views/decidim/shared/_private_participatory_space.html.erb +0 -5
  1480. data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +0 -16
  1481. data/app/views/decidim/shared/participatory_space_filters/_filters_small_view.html.erb +0 -19
  1482. data/app/views/decidim/shared/participatory_space_filters/_show.html.erb +0 -9
  1483. data/app/views/decidim/user_timeline/index.html.erb +0 -8
  1484. data/app/views/decidim/user_timeline/index.js.erb +0 -14
  1485. data/app/views/decidim/widgets/show.html.erb +0 -4
  1486. data/app/views/decidim/widgets/show.js.erb +0 -32
  1487. data/app/views/kaminari/decidim/_first_page.html.erb +0 -14
  1488. data/app/views/kaminari/decidim/_last_page.html.erb +0 -14
  1489. data/app/views/layouts/decidim/_language_chooser.html.erb +0 -26
  1490. data/app/views/layouts/decidim/_main_footer.html.erb +0 -31
  1491. data/app/views/layouts/decidim/_mini_footer.html.erb +0 -21
  1492. data/app/views/layouts/decidim/_social_media_links.html.erb +0 -44
  1493. data/app/views/layouts/decidim/_topbar_search.html.erb +0 -18
  1494. data/app/views/layouts/decidim/widget.html.erb +0 -34
  1495. data/config/locales/he-IL.yml +0 -1
  1496. data/decidim-core.gemspec +0 -82
  1497. data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +0 -42
  1498. data/lib/decidim/core/test/shared_examples/back_to_list_button_examples.rb +0 -17
  1499. data/lib/decidim/core/test/shared_examples/embed_resource_examples.rb +0 -225
  1500. data/lib/decidim/core/test/shared_examples/resource_locator_presenter_examples.rb +0 -134
  1501. data/lib/decidim/has_conversations.rb +0 -91
  1502. data/lib/decidim/webpacker/thread_safe_compiler.rb +0 -30
  1503. data/lib/decidim/webpacker/webpack/.modernizrrc +0 -9
  1504. data/lib/decidim/webpacker/webpack/base.js +0 -6
  1505. data/lib/decidim/webpacker/webpack/development.js +0 -7
  1506. data/lib/decidim/webpacker/webpack/production.js +0 -7
  1507. data/lib/decidim/webpacker/webpack/test.js +0 -7
  1508. data/lib/tasks/upgrade/decidim_fix_categorization.rake +0 -15
  1509. /data/app/cells/decidim/{card_m/data.erb → card_l/extra_data.erb} +0 -0
  1510. /data/app/cells/decidim/{card_m/footer.erb → content_blocks/base/content.erb} +0 -0
  1511. /data/app/{forms → validators}/translatable_presence_validator.rb +0 -0
  1512. /data/app/{forms → validators}/url_validator.rb +0 -0
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><metadata>Created by FontForge 20150102 at Thu Feb 26 01:25:42 2015 By uniteet7 Copyright 2011 Google Inc. All Rights Reserved.</metadata><defs><font id="RobotoRegular" horiz-adv-x="1336"><font-face x-height="1082" ascent="1536" bbox="-1509 -555 2352 2163" cap-height="1456" descent="-512" font-family="RobotoRegular" font-stretch="normal" font-weight="400" panose-1="2 0 0 0 0 0 0 0 0 0" underline-position="-100" underline-thickness="100" unicode-range="U+0002-FFFD" units-per-em="2048"/><glyph d="M202 0v939h-171v143h171v92q0 181 103.5 282t292.5 101q112 0 283 -61l-31 -156q-125 50 -238 50q-119 0 -171.5 -53.5t-52.5 -160.5v-94h221v-143h-221v-939h-186zM973 0h-186v1082h186v-1082z" glyph-name="uniFB01" horiz-adv-x="1134" unicode="fi"/><glyph d="M816 1379q-124 20 -200 20q-200 0 -200 -210v-107h231v-143h-231v-939h-185v939h-171v143h171v118q1 173 97 265t273 92q101 0 400 -61v-1496h-185v1379z" glyph-name="uniFB02" horiz-adv-x="1163" unicode="fl"/><glyph d="M808 0h-708v1456h708v-1456zM754 84v1287l-274 -643zM154 1359v-1263l268 632zM194 54h515l-258 606zM451 796l258 606h-515z" glyph-name=".notdef" horiz-adv-x="908"/><glyph glyph-name="uni0000" horiz-adv-x="0"/><glyph glyph-name="uni0000" horiz-adv-x="0"/><glyph glyph-name="uni000D" horiz-adv-x="507"/><glyph glyph-name="uni0002" horiz-adv-x="0"/><glyph glyph-name="space" horiz-adv-x="507"/><glyph d="M347 411h-167l-13 1045h194zM160 93q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -74.5t-82 -29.5t-81.5 29.5t-27.5 74.5z" glyph-name="exclam" horiz-adv-x="527" unicode="!"/><glyph d="M277 1400l-30 -358h-111l1 494h140v-136zM547 1400l-30 -358h-111l1 494h140v-136z" glyph-name="quotedbl" horiz-adv-x="655" unicode="&quot;"/><glyph d="M765 410h-264l-80 -410h-143l80 410h-239v137h265l69 354h-258v139h285l82 416h143l-82 -416h264l82 416h144l-82 -416h204v-139h-231l-69 -354h225v-137h-251l-80 -410h-144zM527 547h264l69 354h-264z" glyph-name="numbersign" horiz-adv-x="1261" unicode="#"/><glyph d="M856 375q0 92 -64.5 155t-217.5 114q-213 65 -310.5 169.5t-97.5 265.5q0 164 95.5 269t262.5 125v219h149v-220q168 -23 261.5 -141t93.5 -323h-184q0 141 -67 224t-181 83q-119 0 -182 -61.5t-63 -171.5q0 -102 66.5 -162.5t219 -110t238 -109t126 -138.5t40.5 -185 q0 -169 -101.5 -272t-284.5 -122v-191h-148v191q-186 17 -291.5 132.5t-105.5 313.5h185q0 -139 73 -214t207 -75q131 0 206 63t75 172z" glyph-name="dollar" horiz-adv-x="1150" unicode="$"/><glyph d="M105 1176q0 131 83.5 216t214.5 85q133 0 215.5 -85.5t82.5 -221.5v-71q0 -132 -83.5 -215.5t-212.5 -83.5q-130 0 -215 83.5t-85 222.5v70zM243 1099q0 -78 44 -128.5t118 -50.5q71 0 114.5 49t43.5 134v73q0 78 -43 129t-117 51t-117 -51t-43 -133v-73zM814 357 q0 131 83.5 215.5t214.5 84.5t215 -84t84 -223v-71q0 -131 -83.5 -215.5t-213.5 -84.5t-215 83.5t-85 222.5v72zM952 279q0 -79 44 -129.5t118 -50.5q72 0 115 49.5t43 134.5v74q0 79 -43.5 129t-116.5 50q-71 0 -115.5 -49.5t-44.5 -133.5v-74zM447 110l-105 66l711 1138 l105 -66z" glyph-name="percent" horiz-adv-x="1500" unicode="%"/><glyph d="M101 391q0 105 58.5 193t223.5 205q-97 118 -130 190t-33 143q0 166 98 260t266 94q150 0 248 -87.5t98 -220.5q0 -88 -44.5 -162.5t-155.5 -156.5l-107 -79l324 -387q68 130 68 289h167q0 -255 -123 -423l208 -249h-222l-97 115q-74 -66 -173.5 -100.5t-202.5 -34.5 q-213 0 -342 113t-129 298zM572 131q147 0 269 112l-355 425l-33 -24q-167 -123 -167 -253q0 -118 76.5 -189t209.5 -71zM405 1128q0 -96 118 -240l118 83q68 48 93 91.5t25 105.5q0 67 -50 111.5t-126 44.5q-82 0 -130 -55.5t-48 -140.5z" glyph-name="ampersand" horiz-adv-x="1273" unicode="&amp;"/><glyph d="M253 1425l-21 -368h-129l1 479h149v-111z" glyph-name="quotesingle" horiz-adv-x="357" unicode="'"/><glyph d="M133 591q0 226 60.5 434t180.5 378t249 240l38 -122q-146 -112 -239.5 -342t-102.5 -515l-1 -85q0 -386 141 -670q85 -170 202 -266l-38 -113q-133 74 -254 248q-236 340 -236 813z" glyph-name="parenleft" horiz-adv-x="700" unicode="("/><glyph d="M567 581q0 -223 -58.5 -427.5t-179 -377.5t-252.5 -246l-39 113q154 118 247.5 366.5t95.5 551.5v32q0 210 -44 390.5t-122.5 323.5t-176.5 223l39 113q132 -73 251.5 -244t179 -377t59.5 -441z" glyph-name="parenright" horiz-adv-x="712" unicode=")"/><glyph d="M330 983l-302 90l46 151l302 -112l-9 344h153l-10 -349l297 110l46 -152l-307 -91l198 -271l-124 -94l-186 288l-180 -281l-125 91z" glyph-name="asterisk" horiz-adv-x="882" unicode="*"/><glyph d="M670 781h406v-175h-406v-460h-186v460h-406v175h406v425h186v-425z" glyph-name="plus" horiz-adv-x="1161" unicode="+"/><glyph d="M134 -290l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="comma" horiz-adv-x="402" unicode=","/><glyph d="M525 543h-488v151h488v-151z" glyph-name="hyphen" horiz-adv-x="565" unicode="-"/><glyph d="M144 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77z" glyph-name="period" horiz-adv-x="539" unicode="."/><glyph d="M177 -125h-159l608 1581h158z" glyph-name="slash" horiz-adv-x="844" unicode="/"/><glyph d="M1034 621q0 -325 -111 -483t-347 -158q-233 0 -345 154.5t-116 461.5v247q0 321 111 477t348 156q235 0 346 -150.5t114 -464.5v-240zM849 874q0 235 -66 342.5t-209 107.5q-142 0 -207 -107t-67 -329v-296q0 -236 68.5 -348.5t207.5 -112.5q137 0 203.5 106t69.5 334 v303z" glyph-name="zero" horiz-adv-x="1150" unicode="0"/><glyph d="M729 0h-186v1233l-373 -137v168l530 199h29v-1463z" glyph-name="one" horiz-adv-x="1150" unicode="1"/><glyph d="M1075 0h-954v133l504 560q112 127 154.5 206.5t42.5 164.5q0 114 -69 187t-184 73q-138 0 -214.5 -78.5t-76.5 -218.5h-185q0 201 129.5 325t346.5 124q203 0 321 -106.5t118 -283.5q0 -215 -274 -512l-390 -423h731v-151z" glyph-name="two" horiz-adv-x="1150" unicode="2"/><glyph d="M390 818h139q131 2 206 69t75 181q0 256 -255 256q-120 0 -191.5 -68.5t-71.5 -181.5h-185q0 173 126.5 287.5t321.5 114.5q206 0 323 -109t117 -303q0 -95 -61.5 -184t-167.5 -133q120 -38 185.5 -126t65.5 -215q0 -196 -128 -311t-333 -115t-333.5 111t-128.5 293h186 q0 -115 75 -184t201 -69q134 0 205 70t71 201q0 127 -78 195t-225 70h-139v151z" glyph-name="three" horiz-adv-x="1150" unicode="3"/><glyph d="M902 489h202v-151h-202v-338h-186v338h-663v109l652 1009h197v-967zM263 489h453v714l-22 -40z" glyph-name="four" horiz-adv-x="1150" unicode="4"/><glyph d="M206 730l74 726h746v-171h-589l-44 -397q107 63 243 63q199 0 316 -131.5t117 -355.5q0 -225 -121.5 -354.5t-339.5 -129.5q-193 0 -315 107t-139 296h175q17 -125 89 -188.5t190 -63.5q129 0 202.5 88t73.5 243q0 146 -79.5 234.5t-211.5 88.5q-121 0 -190 -53l-49 -40z" glyph-name="five" horiz-adv-x="1150" unicode="5"/><glyph d="M847 1457v-157h-34q-216 -4 -344 -128t-148 -349q115 132 314 132q190 0 303.5 -134t113.5 -346q0 -225 -122.5 -360t-328.5 -135q-209 0 -339 160.5t-130 413.5v71q0 402 171.5 614.5t510.5 217.5h33zM604 801q-95 0 -175 -57t-111 -143v-68q0 -180 81 -290t202 -110 q125 0 196.5 92t71.5 241q0 150 -72.5 242.5t-192.5 92.5z" glyph-name="six" horiz-adv-x="1150" unicode="6"/><glyph d="M1061 1352l-603 -1352h-194l601 1304h-788v152h984v-104z" glyph-name="seven" horiz-adv-x="1150" unicode="7"/><glyph d="M1004 1076q0 -109 -57.5 -194t-155.5 -133q114 -49 180.5 -143t66.5 -213q0 -189 -127.5 -301t-335.5 -112q-210 0 -336.5 112.5t-126.5 300.5q0 118 64.5 213t178.5 144q-97 48 -153 133t-56 193q0 184 118 292t311 108q192 0 310.5 -108t118.5 -292zM853 397 q0 122 -77.5 199t-202.5 77t-200.5 -76t-75.5 -200t73.5 -195t204.5 -71q130 0 204 71.5t74 194.5zM575 1324q-109 0 -176.5 -67.5t-67.5 -183.5q0 -111 66.5 -179.5t177.5 -68.5t177.5 68.5t66.5 179.5t-69 181t-175 70z" glyph-name="eight" horiz-adv-x="1150" unicode="8"/><glyph d="M830 640q-58 -69 -138.5 -111t-176.5 -42q-126 0 -219.5 62t-144.5 174.5t-51 248.5q0 146 55.5 263t157.5 179t238 62q216 0 340.5 -161.5t124.5 -440.5v-54q0 -425 -168 -620.5t-507 -200.5h-36v156h39q229 4 352 119.5t134 365.5zM545 640q93 0 171.5 57t114.5 141v74 q0 182 -79 296t-200 114q-122 0 -196 -93.5t-74 -246.5q0 -149 71.5 -245.5t191.5 -96.5z" glyph-name="nine" horiz-adv-x="1150" unicode="9"/><glyph d="M134 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77zM135 980q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77z" glyph-name="colon" horiz-adv-x="496" unicode=":"/><glyph d="M111 980q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77zM146 -290l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="semicolon" horiz-adv-x="433" unicode=";"/><glyph d="M264 644l626 -253v-196l-818 379v146l818 378v-196z" glyph-name="less" horiz-adv-x="1041" unicode="&lt;"/><glyph d="M986 814h-834v161h834v-161zM986 399h-834v160h834v-160z" glyph-name="equal" horiz-adv-x="1124" unicode="="/><glyph d="M795 650l-661 259v190l854 -378v-146l-854 -379v192z" glyph-name="greater" horiz-adv-x="1070" unicode="&gt;"/><glyph d="M357 410q2 119 27 188t102 153l131 135q84 95 84 204q0 105 -55 164.5t-160 59.5q-102 0 -164 -54t-62 -145h-185q2 162 115.5 261.5t295.5 99.5q189 0 294.5 -101.5t105.5 -278.5q0 -175 -162 -345l-109 -108q-73 -81 -73 -233h-185zM349 93q0 45 27.5 75.5t81.5 30.5 t82 -30.5t28 -75.5t-28 -74.5t-82 -29.5t-81.5 29.5t-27.5 74.5z" glyph-name="question" horiz-adv-x="967" unicode="?"/><glyph d="M1738 502q-12 -242 -120 -382t-289 -140q-187 0 -240 168q-54 -85 -123.5 -126.5t-143.5 -41.5q-142 0 -215 116t-54 321q15 165 75.5 294.5t156 203.5t200.5 74q81 0 145 -21.5t144 -84.5l-52 -554q-19 -231 128 -231q113 0 183 112t76 292q19 389 -144.5 593 t-497.5 204q-201 0 -357 -99.5t-246 -287.5t-101 -434q-12 -248 60 -430.5t219.5 -279t356.5 -96.5q90 0 180.5 22t150.5 57l37 -115q-62 -39 -164.5 -64t-207.5 -25q-250 0 -430 112.5t-269.5 324t-77.5 494.5q12 275 123 494.5t301 339t429 119.5q249 0 427 -112t265 -323 t75 -494zM712 417q-14 -142 26.5 -218t128.5 -76q60 0 115.5 51t91.5 146l1 9l46 503q-56 29 -120 29q-117 0 -193.5 -119t-95.5 -325z" glyph-name="at" horiz-adv-x="1839" unicode="@"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681z" glyph-name="A" unicode="A"/><glyph d="M169 0v1456h476q237 0 356.5 -98t119.5 -290q0 -102 -58 -180.5t-158 -121.5q118 -33 186.5 -125.5t68.5 -220.5q0 -196 -127 -308t-359 -112h-505zM361 681v-524h317q134 0 211.5 69.5t77.5 191.5q0 263 -286 263h-320zM361 835h290q126 0 201.5 63t75.5 171 q0 120 -70 174.5t-213 54.5h-284v-463z" glyph-name="B" horiz-adv-x="1275" unicode="B"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193z" glyph-name="C" horiz-adv-x="1333" unicode="C"/><glyph d="M169 0v1456h411q190 0 336 -84t225.5 -239t80.5 -356v-93q0 -206 -79.5 -361t-227 -238t-343.5 -85h-403zM361 1298v-1141h202q222 0 345.5 138t123.5 393v85q0 248 -116.5 385.5t-330.5 139.5h-224z" glyph-name="D" horiz-adv-x="1343" unicode="D"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157z" glyph-name="E" horiz-adv-x="1164" unicode="E"/><glyph d="M972 643h-611v-643h-192v1456h902v-158h-710v-498h611v-157z" glyph-name="F" horiz-adv-x="1132" unicode="F"/><glyph d="M1244 191q-74 -106 -206.5 -158.5t-308.5 -52.5q-178 0 -316 83.5t-213.5 237.5t-77.5 357v127q0 329 153.5 510t431.5 181q228 0 367 -116.5t170 -330.5h-192q-54 289 -344 289q-193 0 -292.5 -135.5t-100.5 -392.5v-119q0 -245 112 -389.5t303 -144.5q108 0 189 24 t134 81v327h-337v156h528v-534z" glyph-name="G" horiz-adv-x="1395" unicode="G"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456z" glyph-name="H" horiz-adv-x="1460" unicode="H"/><glyph d="M375 0h-192v1456h192v-1456z" glyph-name="I" horiz-adv-x="557" unicode="I"/><glyph d="M779 1456h193v-1031q0 -209 -125.5 -327t-334.5 -118q-217 0 -338 111t-121 311h192q0 -125 68.5 -195t198.5 -70q119 0 192.5 75t74.5 210v1034z" glyph-name="J" horiz-adv-x="1130" unicode="J"/><glyph d="M539 677l-178 -185v-492h-192v1456h192v-720l647 720h232l-573 -643l618 -813h-230z" glyph-name="K" horiz-adv-x="1284" unicode="K"/><glyph d="M362 157h690v-157h-883v1456h193v-1299z" glyph-name="L" horiz-adv-x="1102" unicode="L"/><glyph d="M417 1456l476 -1188l476 1188h249v-1456h-192v567l18 612l-478 -1179h-147l-477 1176l19 -609v-567h-192v1456h248z" glyph-name="M" horiz-adv-x="1788" unicode="M"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456z" glyph-name="N" horiz-adv-x="1460" unicode="N"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108z" glyph-name="O" horiz-adv-x="1408" unicode="O"/><glyph d="M361 570v-570h-192v1456h537q239 0 374.5 -122t135.5 -323q0 -212 -132.5 -326.5t-379.5 -114.5h-343zM361 727h345q154 0 236 72.5t82 209.5q0 130 -82 208t-225 81h-356v-571z" glyph-name="P" horiz-adv-x="1292" unicode="P"/><glyph d="M1281 681q0 -211 -67 -363.5t-188 -238.5l260 -204l-131 -121l-307 244q-72 -18 -152 -18q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q176 0 309.5 -85t205.5 -244.5t72 -372.5v-93zM1089 775q0 257 -102.5 396.5t-292.5 139.5 q-181 0 -285.5 -138.5t-107.5 -384.5v-107q0 -250 104.5 -394t290.5 -144t288 135.5t105 388.5v108z" glyph-name="Q" horiz-adv-x="1408" unicode="Q"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552z" glyph-name="R" horiz-adv-x="1261" unicode="R"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5z" glyph-name="S" horiz-adv-x="1215" unicode="S"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158z" glyph-name="T" horiz-adv-x="1222" unicode="T"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193z" glyph-name="U" horiz-adv-x="1328" unicode="U"/><glyph d="M651 255l416 1201h210l-540 -1456h-170l-539 1456h209z" glyph-name="V" horiz-adv-x="1303" unicode="V"/><glyph d="M483 459l28 -192l41 173l288 1016h162l281 -1016l40 -176l31 196l226 996h193l-353 -1456h-175l-300 1061l-23 111l-23 -111l-311 -1061h-175l-352 1456h192z" glyph-name="W" horiz-adv-x="1817" unicode="W"/><glyph d="M644 898l349 558h226l-460 -722l471 -734h-228l-358 568l-360 -568h-227l472 734l-461 722h225z" glyph-name="X" horiz-adv-x="1284" unicode="X"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220z" glyph-name="Y" horiz-adv-x="1230" unicode="Y"/><glyph d="M313 157h833v-157h-1060v144l798 1154h-785v158h1015v-141z" glyph-name="Z" horiz-adv-x="1226" unicode="Z"/><glyph d="M523 1512h-191v-1672h191v-152h-377v1976h377v-152z" glyph-name="bracketleft" horiz-adv-x="543" unicode="["/><glyph d="M40 1456h176l608 -1581h-176z" glyph-name="backslash" horiz-adv-x="840" unicode="\"/><glyph d="M9 1664h378v-1976h-378v152h193v1672h-193v152z" glyph-name="bracketright" horiz-adv-x="543" unicode="]"/><glyph d="M426 1211l-190 -482h-172l299 727h127l298 -727h-171z" glyph-name="asciicircum" horiz-adv-x="856" unicode="^"/><glyph d="M920 -151h-916v151h916v-151z" glyph-name="underscore" horiz-adv-x="924" unicode="_"/><glyph d="M474 1240h-159l-258 294h223z" glyph-name="grave" horiz-adv-x="633" unicode="`"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49z" glyph-name="a" horiz-adv-x="1114" unicode="a"/><glyph d="M1056 529q0 -248 -114 -398.5t-306 -150.5q-205 0 -317 145l-9 -125h-170v1536h185v-573q112 139 309 139t309.5 -149t112.5 -408v-16zM871 550q0 189 -73 292t-210 103q-183 0 -263 -170v-468q85 -170 265 -170q133 0 207 103t74 310z" glyph-name="b" horiz-adv-x="1149" unicode="b"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101z" glyph-name="c" horiz-adv-x="1072" unicode="c"/><glyph d="M95 550q0 249 118 400.5t309 151.5q190 0 301 -130v564h185v-1536h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105t-76 -311z" glyph-name="d" horiz-adv-x="1155" unicode="d"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5z" glyph-name="e" horiz-adv-x="1085" unicode="e"/><glyph d="M231 0v939h-171v143h171v111q0 174 93 269t263 95q64 0 127 -17l-10 -150q-47 9 -100 9q-90 0 -139 -52.5t-49 -150.5v-114h231v-143h-231v-939h-185z" glyph-name="f" horiz-adv-x="711" unicode="f"/><glyph d="M96 550q0 253 117 402.5t310 149.5q198 0 309 -140l9 120h169v-1056q0 -210 -124.5 -331t-334.5 -121q-117 0 -229 50t-171 137l96 111q119 -147 291 -147q135 0 210.5 76t75.5 214v93q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 417zM282 529q0 -183 75 -287.5 t210 -104.5q175 0 257 159v494q-85 155 -255 155q-135 0 -211 -105t-76 -311z" glyph-name="g" horiz-adv-x="1149" unicode="g"/><glyph d="M325 951q123 151 320 151q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1536h185v-585z" glyph-name="h" horiz-adv-x="1128" unicode="h"/><glyph d="M341 0h-185v1082h185v-1082zM141 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="i" horiz-adv-x="497" unicode="i"/><glyph d="M331 1082v-1207q0 -312 -283 -312q-61 0 -113 18v148q32 -8 84 -8q62 0 94.5 33.5t32.5 116.5v1211h185zM127 1369q0 44 27.5 75.5t80.5 31.5q54 0 82 -31t28 -76t-28 -75t-82 -30t-81 30t-27 75z" glyph-name="j" horiz-adv-x="489" unicode="j"/><glyph d="M442 501l-116 -121v-380h-185v1536h185v-929l99 119l337 356h225l-421 -452l470 -630h-217z" glyph-name="k" horiz-adv-x="1038" unicode="k"/><glyph d="M341 0h-185v1536h185v-1536z" glyph-name="l" horiz-adv-x="497" unicode="l"/><glyph d="M314 1082l5 -120q119 140 321 140q227 0 309 -174q54 78 140.5 126t204.5 48q356 0 362 -377v-725h-185v714q0 116 -53 173.5t-178 57.5q-103 0 -171 -61.5t-79 -165.5v-718h-186v709q0 236 -231 236q-182 0 -249 -155v-790h-185v1082h175z" glyph-name="m" horiz-adv-x="1795" unicode="m"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175z" glyph-name="n" horiz-adv-x="1130" unicode="n"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312z" glyph-name="o" horiz-adv-x="1168" unicode="o"/><glyph d="M1054 529q0 -247 -113 -398t-306 -151q-197 0 -310 125v-521h-185v1498h169l9 -120q113 140 314 140q195 0 308.5 -147t113.5 -409v-17zM869 550q0 183 -78 289t-214 106q-168 0 -252 -149v-517q83 -148 254 -148q133 0 211.5 105.5t78.5 313.5z" glyph-name="p" horiz-adv-x="1149" unicode="p"/><glyph d="M95 550q0 255 117 403.5t314 148.5q192 0 303 -129l8 109h170v-1498h-185v516q-112 -120 -298 -120q-196 0 -312.5 152.5t-116.5 404.5v13zM280 529q0 -186 78.5 -292t211.5 -106q165 0 252 146v530q-88 143 -250 143q-134 0 -213 -106.5t-79 -314.5z" glyph-name="q" horiz-adv-x="1164" unicode="q"/><glyph d="M663 916q-42 7 -91 7q-182 0 -247 -155v-768h-185v1082h180l3 -125q91 145 258 145q54 0 82 -14v-172z" glyph-name="r" horiz-adv-x="693" unicode="r"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5z" glyph-name="s" horiz-adv-x="1056" unicode="s"/><glyph d="M391 1344v-262h202v-143h-202v-671q0 -65 27 -97.5t92 -32.5q32 0 88 12v-150q-73 -20 -142 -20q-124 0 -187 75t-63 213v671h-197v143h197v262h185z" glyph-name="t" horiz-adv-x="669" unicode="t"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176z" glyph-name="u" horiz-adv-x="1129" unicode="u"/><glyph d="M497 251l268 831h189l-388 -1082h-141l-392 1082h189z" glyph-name="v" horiz-adv-x="992" unicode="v"/><glyph d="M1098 255l208 827h185l-315 -1082h-150l-263 820l-256 -820h-150l-314 1082h184l213 -810l252 810h149z" glyph-name="w" horiz-adv-x="1539" unicode="w"/><glyph d="M503 687l240 395h216l-354 -535l365 -547h-214l-250 405l-250 -405h-215l365 547l-354 535h214z" glyph-name="x" horiz-adv-x="1015" unicode="x"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202z" glyph-name="y" horiz-adv-x="969" unicode="y"/><glyph d="M314 151h633v-151h-859v136l597 793h-588v153h820v-131z" glyph-name="z" horiz-adv-x="1015" unicode="z"/><glyph d="M632 -366q-177 50 -266.5 164.5t-89.5 302.5v199q0 243 -212 243v145q212 0 212 242v208q2 183 89.5 295.5t266.5 163.5l38 -115q-209 -67 -209 -349v-202q0 -227 -167 -316q167 -90 167 -319v-206q3 -275 209 -341z" glyph-name="braceleft" horiz-adv-x="693" unicode="{"/><glyph d="M324 -270h-149v1726h149v-1726z" glyph-name="bar" horiz-adv-x="499" unicode="|"/><glyph d="M19 -251q203 65 210 331v220q0 231 181 315q-181 82 -181 315v203q0 282 -209 349l38 115q177 -50 266 -162.5t90 -297.5v-210q0 -239 212 -239v-145q-212 0 -212 -243v-202q0 -188 -90.5 -301t-265.5 -163z" glyph-name="braceright" horiz-adv-x="693" unicode="}"/><glyph d="M1263 777q0 -158 -93.5 -266.5t-230.5 -108.5q-72 0 -136 26.5t-148.5 100.5t-121.5 92t-79 18q-78 0 -120 -53.5t-42 -147.5l-161 -2q0 160 92 263t231 103q76 0 146 -32t158 -112.5t152 -90.5l29 -2q76 0 123.5 58t47.5 153z" glyph-name="asciitilde" horiz-adv-x="1393" unicode="~"/><glyph glyph-name="uni00A0" horiz-adv-x="507"/><glyph d="M170 684h168l13 -1044h-194zM358 996q0 -45 -27.5 -76t-81.5 -31t-82 31t-28 76t28 75t82 30t81.5 -30t27.5 -75z" glyph-name="exclamdown" horiz-adv-x="499" unicode="¡"/><glyph d="M586 131q100 0 174 60.5t82 149.5h175q-6 -126 -105 -226.5t-243 -126.5v-233h-185v234q-179 34 -279 176t-100 362v35q0 212 101 354.5t278 175.5v226h185v-223q150 -23 246 -129t102 -256h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77.5 -288t218.5 -101z" glyph-name="cent" horiz-adv-x="1120" unicode="¢"/><glyph d="M449 622l8 -220q0 -154 -62 -245h733l-1 -157h-1032v157h77q40 9 65 74.5t27 161.5v8l-8 221h-165v157h160l-9 260q0 199 122.5 318t322.5 119q190 0 301 -106t111 -283h-191q0 107 -63.5 169t-174.5 62q-105 0 -170 -77t-65 -202l9 -260h319v-157h-314z" glyph-name="sterling" horiz-adv-x="1190" unicode="£"/><glyph d="M1103 112q-159 -132 -368 -132q-207 0 -366 130l-134 -136l-130 135l139 141q-104 156 -104 358q0 206 112 369l-147 151l130 136l147 -150q158 120 353 120q196 0 355 -121l149 152l132 -137l-151 -154q110 -163 110 -366q0 -196 -102 -355l143 -144l-132 -136zM311 608 q0 -123 57.5 -229t155.5 -167t211 -61t211 61.5t154.5 167t56.5 228.5q0 122 -56.5 227.5t-155 166t-210.5 60.5q-113 0 -211 -60t-155.5 -166t-57.5 -228z" glyph-name="currency" horiz-adv-x="1460" unicode="¤"/><glyph d="M614 782l364 674h219l-418 -720h312v-125h-384v-165h384v-124h-384v-322h-193v322h-378v124h378v165h-378v125h313l-418 720h220z" glyph-name="yen" horiz-adv-x="1240" unicode="¥"/><glyph d="M147 -270v791h186v-791h-186zM333 698h-186v758h186v-758z" glyph-name="brokenbar" horiz-adv-x="491" unicode="¦"/><glyph d="M1145 431q0 -189 -186 -274q69 -49 105 -117t36 -168q0 -168 -130 -267.5t-358 -99.5q-112 0 -212.5 28t-170.5 85q-139 113 -139 318l186 2q0 -130 90 -205.5t246 -75.5q136 0 219 58.5t83 154.5q0 89 -71 141.5t-280 114.5q-182 48 -278 103.5t-142.5 133t-46.5 188.5 q0 186 182 274q-66 49 -101.5 117t-35.5 168q0 166 133.5 266t355.5 100q232 0 362 -113t130 -318h-185q0 125 -84 202.5t-223 77.5q-142 0 -222.5 -57.5t-80.5 -155.5q0 -69 28 -109t95.5 -72.5t211 -72.5t228 -76t141 -84.5t85.5 -113t29 -153.5zM602 691q-90 24 -165 51 q-80 -19 -117.5 -69.5t-37.5 -119.5q0 -70 27 -110t93.5 -73t208.5 -74t186 -58q78 20 120 70.5t42 119.5q0 88 -69.5 142.5t-287.5 120.5z" glyph-name="section" horiz-adv-x="1256" unicode="§"/><glyph d="M102 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM532 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="dieresis" horiz-adv-x="856" unicode="¨"/><glyph d="M1119 597q0 -153 -86.5 -233.5t-244.5 -80.5q-157 0 -251.5 105.5t-94.5 287.5v110q0 176 95.5 281.5t250.5 105.5q160 0 246 -82t86 -231h-146q0 99 -47.5 141.5t-138.5 42.5q-94 0 -148 -69t-54 -192v-113q0 -120 54 -189t148 -69q92 0 138.5 42t46.5 143h146zM206 729 q0 -172 80 -318.5t217.5 -229.5t297.5 -83t297 83t217 229.5t80 318.5q0 170 -79 315t-216.5 228.5t-298.5 83.5q-160 0 -298 -82.5t-217.5 -228.5t-79.5 -316zM91 729q0 202 93.5 375t259 272.5t357.5 99.5t357 -99.5t258.5 -272.5t93.5 -375q0 -197 -90 -369 t-255.5 -276.5t-363.5 -104.5q-197 0 -362.5 103.5t-256.5 275.5t-91 371z" glyph-name="copyright" horiz-adv-x="1609" unicode="©"/><glyph d="M618 705q-12 34 -18 72q-76 -86 -204 -86q-119 0 -184 62t-65 165q0 111 83.5 171t255.5 60h108v52q0 135 -124 135q-69 0 -108.5 -27t-39.5 -78l-161 12q0 103 86 168t223 65q133 0 210 -71.5t77 -205.5v-316q0 -97 26 -178h-165zM435 828q43 0 87 20t72 47v142h-112 q-83 -1 -127.5 -32.5t-44.5 -82.5q0 -94 125 -94z" glyph-name="ordfeminine" horiz-adv-x="915" unicode="ª"/><glyph d="M280 548l258 -397h-141l-295 388v19l295 389h141zM610 548l258 -397h-141l-295 388v19l295 389h141z" glyph-name="guillemotleft" horiz-adv-x="961" unicode="«"/><glyph d="M958 375h-186v264h-645v161h831v-425z" glyph-name="logicalnot" horiz-adv-x="1134" unicode="¬"/><glyph d="M525 543h-488v151h488v-151z" glyph-name="uni00AD" horiz-adv-x="565" unicode="­"/><glyph d="M90 729q0 202 93.5 375t259 272.5t357.5 99.5t357 -99.5t258.5 -272.5t93.5 -375q0 -197 -90 -369t-255.5 -276.5t-363.5 -104.5q-197 0 -362.5 103.5t-256.5 275.5t-91 371zM205 729q0 -172 80 -318.5t217.5 -229.5t297.5 -83q161 0 299 84.5t216.5 229.5t78.5 317 q0 171 -78.5 315.5t-216.5 228t-299 83.5q-160 0 -298 -82.5t-217.5 -228.5t-79.5 -316zM653 654v-338h-141v849h276q153 0 237.5 -65.5t84.5 -190.5q0 -123 -128 -188q122 -50 123 -204v-61q0 -86 17 -124v-16h-145q-14 36 -14 128.5t-3 109.5q-16 96 -131 100h-176z M653 782h156q72 2 116 35t44 87q0 73 -39 103.5t-139 30.5h-138v-256z" glyph-name="registered" horiz-adv-x="1610" unicode="®"/><glyph d="M834 1313h-714v143h714v-143z" glyph-name="macron" horiz-adv-x="938" unicode="¯"/><glyph d="M130 1216q0 104 74.5 182t180.5 78q104 0 177.5 -77.5t73.5 -182.5q0 -106 -73.5 -181t-177.5 -75q-105 0 -180 75t-75 181zM385 1088q54 0 91 35.5t37 92.5q0 58 -37 95.5t-91 37.5q-55 0 -92.5 -39.5t-37.5 -93.5t37.5 -91t92.5 -37z" glyph-name="degree" horiz-adv-x="765" unicode="°"/><glyph d="M649 854h364v-151h-364v-414h-167v414h-385v151h385v413h167v-413zM970 0h-835v152h835v-152z" glyph-name="plusminus" horiz-adv-x="1094" unicode="±"/><glyph d="M683 667h-599v108l300 282q109 102 109 171q0 49 -32 79.5t-92 30.5q-75 0 -110.5 -38t-35.5 -95h-157q0 114 83.5 188t215.5 74t209 -63.5t77 -173.5q0 -104 -107 -211l-84 -79l-176 -145h399v-128z" glyph-name="uni00B2" horiz-adv-x="751" unicode="²"/><glyph d="M265 1125h84q74 0 110 30.5t36 78.5q0 45 -31.5 74t-101.5 29q-57 0 -94.5 -25.5t-37.5 -66.5h-157q0 98 81.5 159.5t205.5 61.5q137 0 215 -60.5t78 -164.5q0 -55 -35 -100.5t-101 -70.5q149 -41 149 -184q0 -106 -85 -168.5t-221 -62.5q-132 0 -215 63t-83 170h158 q0 -45 39.5 -75t106.5 -30q70 0 106.5 30t36.5 81q0 113 -156 115h-88v116z" glyph-name="uni00B3" horiz-adv-x="751" unicode="³"/><glyph d="M316 1534h224l-268 -294h-149z" glyph-name="acute" horiz-adv-x="642" unicode="´"/><glyph d="M339 1082v-633q1 -163 52.5 -241t167.5 -78q199 0 261 152v800h186v-1082h-167l-9 115q-93 -135 -263 -135q-147 0 -228 73v-469h-185v1498h185z" glyph-name="mu" horiz-adv-x="1160" unicode="µ"/><glyph d="M646 0v520h-84q-230 0 -362.5 127t-132.5 341q0 213 133 340.5t363 127.5h269v-1456h-186z" glyph-name="paragraph" horiz-adv-x="1001" unicode="¶"/><glyph d="M147 729q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -47 -29.5 -78.5t-86.5 -31.5t-85.5 31.5t-28.5 78.5z" glyph-name="periodcentered" horiz-adv-x="534" unicode="·"/><glyph d="M285 0l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="cedilla" horiz-adv-x="507" unicode="¸"/><glyph d="M495 674h-157v601l-216 -57v128l355 117h18v-789z" glyph-name="uni00B9" horiz-adv-x="751" unicode="¹"/><glyph d="M122 1123q0 158 94 255.5t248 97.5q155 0 249 -96.5t94 -262.5v-74q0 -159 -93.5 -256t-247.5 -97t-249 97t-95 262v74zM285 1043q0 -100 48.5 -157t132.5 -57q83 0 130.5 57.5t47.5 158.5v78q0 99 -48.5 156t-131.5 57q-81 0 -129 -55t-50 -152v-86z" glyph-name="ordmasculine" horiz-adv-x="931" unicode="º"/><glyph d="M244 949l295 -389v-19l-295 -389h-142l258 398l-258 399h142zM593 949l295 -389v-19l-295 -389h-142l258 398l-258 399h142z" glyph-name="guillemotright" horiz-adv-x="960" unicode="»"/><glyph d="M458 664h-157v601l-216 -57v128l355 117h18v-789zM443 118l-104 66l711 1138l104 -66zM1318 299h107v-130h-107v-169h-157v169h-375l-6 102l377 518h161v-490zM938 299h223v289l-17 -28z" glyph-name="onequarter" horiz-adv-x="1500" unicode="¼"/><glyph d="M399 118l-104 66l711 1138l104 -66zM453 664h-157v601l-216 -57v128l355 117h18v-789zM1481 0h-599v108l300 282q109 102 109 171q0 49 -32 79.5t-92 30.5q-75 0 -110.5 -38t-35.5 -95h-157q0 114 83.5 188t215.5 74t209 -63.5t77 -173.5q0 -104 -107 -211l-84 -79 l-176 -145h399v-128z" glyph-name="onehalf" horiz-adv-x="1589" unicode="½"/><glyph d="M570 118l-104 66l711 1138l104 -66zM1410 299h107v-130h-107v-169h-157v169h-375l-6 102l377 518h161v-490zM1030 299h223v289l-17 -28zM314 1126h84q74 0 110 30.5t36 78.5q0 45 -31.5 74t-101.5 29q-57 0 -94.5 -25.5t-37.5 -66.5h-157q0 98 81.5 159.5t205.5 61.5 q137 0 215 -60.5t78 -164.5q0 -55 -35 -100.5t-101 -70.5q149 -41 149 -184q0 -106 -85 -168.5t-221 -62.5q-132 0 -215 63t-83 170h158q0 -45 39.5 -75t106.5 -30q70 0 106.5 30t36.5 81q0 113 -156 115h-88v116z" glyph-name="threequarters" horiz-adv-x="1593" unicode="¾"/><glyph d="M588 680q-1 -106 -21.5 -169.5t-68.5 -122.5t-140 -155.5t-103 -195.5l-2 -37q0 -109 58 -166.5t167 -57.5q100 0 162.5 56.5t62.5 147.5h185q-2 -161 -114.5 -263t-295.5 -102q-196 0 -303 100.5t-107 279.5q0 173 160 348l109 113q66 78 66 224h185zM596 997 q0 -45 -27.5 -76t-81.5 -31t-82 31t-28 76q0 44 28 74t82 30t81.5 -30t27.5 -74z" glyph-name="questiondown" horiz-adv-x="969" unicode="¿"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM778 1550h-159l-258 294h223z" glyph-name="Agrave" unicode="À"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM763 1844h224l-268 -294h-149z" glyph-name="Aacute" unicode="Á"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM975 1572v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Acircumflex" unicode="Â"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM1027 1814q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38 t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="Atilde" unicode="Ã"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM351 1681q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM781 1679q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Adieresis" unicode="Ä"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM887 1729q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61t61.5 -147zM556 1729q0 -47 33.5 -81t82.5 -34q48 0 82 33t34 82t-33.5 83.5 t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="Aring" unicode="Å"/><glyph d="M1879 0h-883l-15 353h-564l-205 -353h-226l880 1456h951v-152h-691l20 -471h590v-151h-584l22 -531h705v-151zM518 527h456l-31 733z" glyph-name="AE" horiz-adv-x="1914" unicode="Æ"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193zM751 -9l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="Ccedilla" horiz-adv-x="1333" unicode="Ç"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM725 1562h-159l-258 294h223z" glyph-name="Egrave" horiz-adv-x="1164" unicode="È"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM710 1856h224l-268 -294h-149z" glyph-name="Eacute" horiz-adv-x="1164" unicode="É"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM922 1584v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ecircumflex" horiz-adv-x="1164" unicode="Ê"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM298 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM728 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Edieresis" horiz-adv-x="1164" unicode="Ë"/><glyph d="M375 0h-192v1456h192v-1456zM385 1562h-159l-258 294h223z" glyph-name="Igrave" horiz-adv-x="557" unicode="Ì"/><glyph d="M375 0h-192v1456h192v-1456zM369 1856h224l-268 -294h-149z" glyph-name="Iacute" horiz-adv-x="557" unicode="Í"/><glyph d="M375 0h-192v1456h192v-1456zM582 1584v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Icircumflex" horiz-adv-x="557" unicode="Î"/><glyph d="M375 0h-192v1456h192v-1456zM-42 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM388 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Idieresis" horiz-adv-x="557" unicode="Ï"/><glyph d="M199 0v666h-162v151h162v639h411q190 0 336 -84t225.5 -239t80.5 -356v-93q0 -206 -79.5 -361t-227 -238t-343.5 -85h-403zM673 666h-282v-509h201q222 0 345.5 137t124.5 386v93q0 248 -116.5 385.5t-330.5 139.5h-224v-481h282v-151z" glyph-name="Eth" horiz-adv-x="1373" unicode="Ð"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456zM1081 1814q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9 q43 0 71.5 34t28.5 79z" glyph-name="Ntilde" horiz-adv-x="1460" unicode="Ñ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM812 1552h-159l-258 294h223z" glyph-name="Ograve" horiz-adv-x="1408" unicode="Ò"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM797 1846h224l-268 -294h-149z" glyph-name="Oacute" horiz-adv-x="1408" unicode="Ó"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1009 1574v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ocircumflex" horiz-adv-x="1408" unicode="Ô"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1061 1816q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34 t28.5 79z" glyph-name="Otilde" horiz-adv-x="1408" unicode="Õ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM385 1683q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM815 1681q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Odieresis" horiz-adv-x="1408" unicode="Ö"/><glyph d="M89 329l330 336l-328 335l119 123l329 -335l329 335l119 -123l-328 -335l330 -336l-119 -123l-331 337l-331 -337z" glyph-name="multiply" horiz-adv-x="1092" unicode="×"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -302 82l-97 -155h-142l144 231q-190 192 -190 552v83q0 210 73 371t206.5 246.5t305.5 85.5q214 0 362 -125l103 165h141l-159 -255q137 -187 139 -481v-99zM309 681q0 -244 98 -385l564 904q-102 111 -268 111 q-182 0 -286.5 -138.5t-107.5 -384.5v-107zM1098 775q0 182 -56 313l-549 -881q91 -64 212 -64q186 0 288 135.5t105 388.5v108z" glyph-name="Oslash" horiz-adv-x="1408" unicode="Ø"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM773 1550h-159l-258 294h223z" glyph-name="Ugrave" horiz-adv-x="1328" unicode="Ù"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM758 1844h224l-268 -294h-149z" glyph-name="Uacute" horiz-adv-x="1328" unicode="Ú"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM970 1572v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ucircumflex" horiz-adv-x="1328" unicode="Û"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM346 1681q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM776 1679 q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Udieresis" horiz-adv-x="1328" unicode="Ü"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM708 1844h224l-268 -294h-149z" glyph-name="Yacute" horiz-adv-x="1230" unicode="Ý"/><glyph d="M352 1456v-293h279q147 0 257 -52.5t169.5 -149.5t59.5 -223q0 -194 -132 -309.5t-359 -115.5h-274v-313h-186v1456h186zM352 1011v-546h277q142 0 222 75.5t80 195.5q0 123 -80 198.5t-216 76.5h-283z" glyph-name="Thorn" horiz-adv-x="1210" unicode="Þ"/><glyph d="M324 0h-185v1111q0 208 103.5 325.5t289.5 117.5q180 0 278.5 -89.5t98.5 -248.5q0 -125 -64 -226.5t-64 -170.5q0 -51 37.5 -98.5t131.5 -119.5t137 -140t43 -144q0 -159 -101.5 -248t-283.5 -89q-81 0 -171.5 22t-128.5 50l43 155q49 -32 116.5 -54t120.5 -22 q107 0 163.5 47t56.5 129q0 52 -37 100t-131.5 121.5t-138 142.5t-43.5 150q0 89 69.5 192.5t69.5 187.5q0 94 -52 147.5t-140 53.5q-218 0 -218 -293v-1109z" glyph-name="germandbls" horiz-adv-x="1218" unicode="ß"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM687 1240h-159l-258 294h223z" glyph-name="agrave" horiz-adv-x="1114" unicode="à"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM672 1534h224l-268 -294h-149z" glyph-name="aacute" horiz-adv-x="1114" unicode="á"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM884 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="acircumflex" horiz-adv-x="1114" unicode="â"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM936 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38 t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="atilde" horiz-adv-x="1114" unicode="ã"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM260 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM690 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="adieresis" horiz-adv-x="1114" unicode="ä"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM796 1419q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61t61.5 -147zM465 1419q0 -47 33.5 -81t82.5 -34q48 0 82 33t34 82t-33.5 83.5 t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="aring" horiz-adv-x="1114" unicode="å"/><glyph d="M1262 -20q-261 0 -397 180q-65 -86 -178 -133t-254 -47q-167 0 -261 86.5t-94 237.5q0 157 113.5 244t334.5 87h223v85q0 107 -55 168.5t-159 61.5q-105 0 -175 -55t-70 -136l-184 19q0 143 121 233.5t308 90.5q115 0 203 -41.5t138 -124.5q63 79 150 122.5t192 43.5 q210 0 326 -128.5t116 -361.5v-115h-728q7 -176 94 -271.5t236 -95.5q148 0 269 76l47 31l64 -136q-158 -121 -380 -121zM469 130q72 0 151 37t129 91v237h-228q-117 -2 -187 -57t-70 -138q0 -77 53 -123.5t152 -46.5zM1218 950q-115 0 -189.5 -85.5t-91.5 -224.5h538v31 q0 132 -67 205.5t-190 73.5z" glyph-name="ae" horiz-adv-x="1729" unicode="æ"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101zM604 -9l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="ccedilla" horiz-adv-x="1072" unicode="ç"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM671 1240h-159l-258 294h223z" glyph-name="egrave" horiz-adv-x="1085" unicode="è"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM656 1534h224l-268 -294h-149z" glyph-name="eacute" horiz-adv-x="1085" unicode="é"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM868 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="ecircumflex" horiz-adv-x="1085" unicode="ê"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM244 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM674 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="edieresis" horiz-adv-x="1085" unicode="ë"/><glyph d="M341 0h-186v1082h186v-1082zM359 1239h-159l-258 294h223z" glyph-name="igrave" horiz-adv-x="506" unicode="ì"/><glyph d="M341 0h-186v1082h186v-1082zM343 1533h224l-268 -294h-149z" glyph-name="iacute" horiz-adv-x="506" unicode="í"/><glyph d="M341 0h-186v1082h186v-1082zM556 1261v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="icircumflex" horiz-adv-x="506" unicode="î"/><glyph d="M341 0h-186v1082h186v-1082zM-68 1370q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM362 1368q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="idieresis" horiz-adv-x="506" unicode="ï"/><glyph d="M820 1301q249 -264 249 -673v-93q0 -158 -58.5 -284.5t-166.5 -198.5t-242 -72q-135 0 -245 64.5t-170.5 176.5t-60.5 246q0 147 56 263.5t159.5 181.5t232.5 65q163 0 284 -114q-48 195 -189 336l-218 -148l-73 99l192 131q-132 91 -315 140l57 159q239 -54 414 -193 l189 129l73 -100zM884 635l-2 56q-33 61 -102.5 97.5t-161.5 36.5q-145 0 -226 -95.5t-81 -262.5q0 -140 83.5 -238t211.5 -98q125 0 201.5 113t76.5 297v94z" glyph-name="eth" horiz-adv-x="1200" unicode="ð"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM927 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7 q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="ntilde" horiz-adv-x="1130" unicode="ñ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM681 1240h-159l-258 294h223z" glyph-name="ograve" horiz-adv-x="1168" unicode="ò"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM666 1534h224l-268 -294h-149z" glyph-name="oacute" horiz-adv-x="1168" unicode="ó"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM878 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="ocircumflex" horiz-adv-x="1168" unicode="ô"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM930 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="otilde" horiz-adv-x="1168" unicode="õ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM254 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM684 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="odieresis" horiz-adv-x="1168" unicode="ö"/><glyph d="M1069 600h-998v184h998v-184zM461 1098q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -47 -29.5 -78t-86.5 -31t-85.5 31t-28.5 78zM461 281q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77.5t-86.5 -31.5t-85.5 31.5t-28.5 77.5z" glyph-name="divide" horiz-adv-x="1169" unicode="÷"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q110 0 204 -42l73 148h124l-102 -205q195 -154 195 -474q0 -158 -62 -285t-174 -195.5t-256 -68.5q-104 0 -190 35l-74 -149h-124l100 203q-205 149 -205 482zM276 529q0 -194 97 -305l343 694q-62 32 -134 32 q-138 0 -222 -109t-84 -312zM890 551q0 182 -87 293l-340 -688q55 -25 121 -25q139 0 222.5 109.5t83.5 294.5v16z" glyph-name="oslash" horiz-adv-x="1160" unicode="ø"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM673 1240h-159l-258 294h223z" glyph-name="ugrave" horiz-adv-x="1129" unicode="ù"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM658 1534h224l-268 -294h-149z" glyph-name="uacute" horiz-adv-x="1129" unicode="ú"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM870 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="ucircumflex" horiz-adv-x="1129" unicode="û"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM246 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM676 1369q0 45 27.5 76t81.5 31t82 -31 t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="udieresis" horiz-adv-x="1129" unicode="ü"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM599 1534h224l-268 -294h-149z" glyph-name="yacute" horiz-adv-x="969" unicode="ý"/><glyph d="M1063 529q0 -247 -113 -398t-306 -151q-197 0 -310 125v-521h-185v1952h185v-566q113 132 307 132q195 0 308.5 -147t113.5 -409v-17zM878 550q0 183 -78 289t-214 106q-168 0 -252 -149v-517q83 -148 254 -148q133 0 211.5 105.5t78.5 313.5z" glyph-name="thorn" horiz-adv-x="1180" unicode="þ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM187 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM617 1369q0 45 27.5 76t81.5 31t82 -31t28 -76 t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="ydieresis" horiz-adv-x="969" unicode="ÿ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM1033 1631h-714v143h714v-143z" glyph-name="Amacron" unicode="Ā"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM942 1321h-714v143h714v-143z" glyph-name="amacron" horiz-adv-x="1114" unicode="ā"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM972 1806q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Abreve" unicode="Ă"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM881 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="abreve" horiz-adv-x="1114" unicode="ă"/><glyph d="M752 1456l557 -1456h-38l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 144 169 252l-135 371h-610l-137 -380h-198l556 1456h168zM421 538h495l-248 681z" glyph-name="Aogonek" unicode="Ą"/><glyph d="M804 7q-15 38 -22 107q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-33l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 144 167 250zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49z" glyph-name="aogonek" horiz-adv-x="1114" unicode="ą"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193zM770 1877h224l-268 -294h-149z" glyph-name="Cacute" horiz-adv-x="1333" unicode="Ć"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101zM623 1534h224l-268 -294h-149z" glyph-name="cacute" horiz-adv-x="1072" unicode="ć"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193zM982 1605v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ccircumflex" horiz-adv-x="1333" unicode="Ĉ"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101zM835 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="ccircumflex" horiz-adv-x="1072" unicode="ĉ"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193zM571 1710q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Cdotaccent" horiz-adv-x="1333" unicode="Ċ"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101zM424 1367q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="cdotaccent" horiz-adv-x="1072" unicode="ċ"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193zM678 1709l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Ccaron" horiz-adv-x="1333" unicode="Č"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101zM531 1366l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="ccaron" horiz-adv-x="1072" unicode="č"/><glyph d="M169 0v1456h411q190 0 336 -84t225.5 -239t80.5 -356v-93q0 -206 -79.5 -361t-227 -238t-343.5 -85h-403zM361 1298v-1141h202q222 0 345.5 138t123.5 393v85q0 248 -116.5 385.5t-330.5 139.5h-224zM607 1688l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Dcaron" horiz-adv-x="1343" unicode="Ď"/><glyph d="M95 550q0 249 118 400.5t309 151.5q190 0 301 -130v564h185v-1536h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105t-76 -311zM1177 1138l-105 72 q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="dcaron" horiz-adv-x="1305" unicode="ď"/><glyph d="M199 0v666h-162v151h162v639h411q190 0 336 -84t225.5 -239t80.5 -356v-93q0 -206 -79.5 -361t-227 -238t-343.5 -85h-403zM673 666h-282v-509h201q222 0 345.5 137t124.5 386v93q0 248 -116.5 385.5t-330.5 139.5h-224v-481h282v-151z" glyph-name="Dcroat" horiz-adv-x="1373" unicode="Đ"/><glyph d="M1196 1234h-188v-1234h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14q0 249 118 400.5t309 151.5q190 0 301 -130v262h-263v151h263v151h185v-151h188v-151zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105 t-76 -311z" glyph-name="dcroat" horiz-adv-x="1185" unicode="đ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM980 1643h-714v143h714v-143z" glyph-name="Emacron" horiz-adv-x="1164" unicode="Ē"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM926 1321h-714v143h714v-143z" glyph-name="emacron" horiz-adv-x="1085" unicode="ē"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM919 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Ebreve" horiz-adv-x="1164" unicode="Ĕ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM865 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="ebreve" horiz-adv-x="1085" unicode="ĕ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM511 1689q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Edotaccent" horiz-adv-x="1164" unicode="Ė"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM457 1367q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="edotaccent" horiz-adv-x="1085" unicode="ė"/><glyph d="M992 673h-631v-516h733v-157h-73l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 138 155 243h-675v1456h915v-158h-723v-468h631v-157z" glyph-name="Eogonek" horiz-adv-x="1164" unicode="Ę"/><glyph d="M997 189q-71 -110 -186 -164h1l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 108 98 198q-218 4 -351.5 148.5t-133.5 383.5v33q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733 q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5t-184 77.5z" glyph-name="eogonek" horiz-adv-x="1085" unicode="ę"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM618 1688l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Ecaron" horiz-adv-x="1164" unicode="Ě"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM564 1366l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="ecaron" horiz-adv-x="1085" unicode="ě"/><glyph d="M1244 191q-74 -106 -206.5 -158.5t-308.5 -52.5q-178 0 -316 83.5t-213.5 237.5t-77.5 357v127q0 329 153.5 510t431.5 181q228 0 367 -116.5t170 -330.5h-192q-54 289 -344 289q-193 0 -292.5 -135.5t-100.5 -392.5v-119q0 -245 112 -389.5t303 -144.5q108 0 189 24 t134 81v327h-337v156h528v-534zM974 1605v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Gcircumflex" horiz-adv-x="1395" unicode="Ĝ"/><glyph d="M96 550q0 253 117 402.5t310 149.5q198 0 309 -140l9 120h169v-1056q0 -210 -124.5 -331t-334.5 -121q-117 0 -229 50t-171 137l96 111q119 -147 291 -147q135 0 210.5 76t75.5 214v93q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 417zM282 529q0 -183 75 -287.5 t210 -104.5q175 0 257 159v494q-85 155 -255 155q-135 0 -211 -105t-76 -311zM859 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="gcircumflex" horiz-adv-x="1149" unicode="ĝ"/><glyph d="M1244 191q-74 -106 -206.5 -158.5t-308.5 -52.5q-178 0 -316 83.5t-213.5 237.5t-77.5 357v127q0 329 153.5 510t431.5 181q228 0 367 -116.5t170 -330.5h-192q-54 289 -344 289q-193 0 -292.5 -135.5t-100.5 -392.5v-119q0 -245 112 -389.5t303 -144.5q108 0 189 24 t134 81v327h-337v156h528v-534zM971 1839q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Gbreve" horiz-adv-x="1395" unicode="Ğ"/><glyph d="M96 550q0 253 117 402.5t310 149.5q198 0 309 -140l9 120h169v-1056q0 -210 -124.5 -331t-334.5 -121q-117 0 -229 50t-171 137l96 111q119 -147 291 -147q135 0 210.5 76t75.5 214v93q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 417zM282 529q0 -183 75 -287.5 t210 -104.5q175 0 257 159v494q-85 155 -255 155q-135 0 -211 -105t-76 -311zM856 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="gbreve" horiz-adv-x="1149" unicode="ğ"/><glyph d="M1244 191q-74 -106 -206.5 -158.5t-308.5 -52.5q-178 0 -316 83.5t-213.5 237.5t-77.5 357v127q0 329 153.5 510t431.5 181q228 0 367 -116.5t170 -330.5h-192q-54 289 -344 289q-193 0 -292.5 -135.5t-100.5 -392.5v-119q0 -245 112 -389.5t303 -144.5q108 0 189 24 t134 81v327h-337v156h528v-534zM563 1710q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Gdotaccent" horiz-adv-x="1395" unicode="Ġ"/><glyph d="M96 550q0 253 117 402.5t310 149.5q198 0 309 -140l9 120h169v-1056q0 -210 -124.5 -331t-334.5 -121q-117 0 -229 50t-171 137l96 111q119 -147 291 -147q135 0 210.5 76t75.5 214v93q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 417zM282 529q0 -183 75 -287.5 t210 -104.5q175 0 257 159v494q-85 155 -255 155q-135 0 -211 -105t-76 -311zM448 1367q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="gdotaccent" horiz-adv-x="1149" unicode="ġ"/><glyph d="M1244 191q-74 -106 -206.5 -158.5t-308.5 -52.5q-178 0 -316 83.5t-213.5 237.5t-77.5 357v127q0 329 153.5 510t431.5 181q228 0 367 -116.5t170 -330.5h-192q-54 289 -344 289q-193 0 -292.5 -135.5t-100.5 -392.5v-119q0 -245 112 -389.5t303 -144.5q108 0 189 24 t134 81v327h-337v156h528v-534zM616 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0122" horiz-adv-x="1395" unicode="Ģ"/><glyph d="M96 550q0 253 117 402.5t310 149.5q198 0 309 -140l9 120h169v-1056q0 -210 -124.5 -331t-334.5 -121q-117 0 -229 50t-171 137l96 111q119 -147 291 -147q135 0 210.5 76t75.5 214v93q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 417zM282 529q0 -183 75 -287.5 t210 -104.5q175 0 257 159v494q-85 155 -255 155q-135 0 -211 -105t-76 -311zM598 1683l107 -83q-59 -99 -62 -210v-136h-185v130q0 77 42 163.5t98 135.5z" glyph-name="uni0123" horiz-adv-x="1149" unicode="ģ"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456zM1015 1584v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Hcircumflex" horiz-adv-x="1460" unicode="Ĥ"/><glyph d="M325 951q123 151 320 151q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1536h185v-585zM803 1583v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="hcircumflex" horiz-adv-x="1128" unicode="ĥ"/><glyph d="M1282 1166h134v-142h-134v-1024h-193v673h-733v-673h-193v1024h-134v142h134v290h193v-290h733v290h193v-290zM356 830h733v194h-733v-194z" glyph-name="Hbar" horiz-adv-x="1434" unicode="Ħ"/><glyph d="M636 1234h-281v-283q123 151 320 151q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1234h-170v151h170v151h185v-151h281v-151z" glyph-name="hbar" horiz-adv-x="1158" unicode="ħ"/><glyph d="M375 0h-192v1456h192v-1456zM634 1826q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="Itilde" horiz-adv-x="557" unicode="Ĩ"/><glyph d="M341 0h-186v1082h186v-1082zM608 1502q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="itilde" horiz-adv-x="506" unicode="ĩ"/><glyph d="M375 0h-192v1456h192v-1456zM640 1643h-714v143h714v-143z" glyph-name="Imacron" horiz-adv-x="557" unicode="Ī"/><glyph d="M341 0h-186v1082h186v-1082zM614 1319h-714v143h714v-143z" glyph-name="imacron" horiz-adv-x="506" unicode="ī"/><glyph d="M375 0h-192v1456h192v-1456zM579 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Ibreve" horiz-adv-x="557" unicode="Ĭ"/><glyph d="M341 0h-186v1082h186v-1082zM553 1495q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="ibreve" horiz-adv-x="506" unicode="ĭ"/><glyph d="M375 0h-192v1456h192v-1456zM356 9l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="Iogonek" horiz-adv-x="557" unicode="Į"/><glyph d="M341 0h-185v1082h185v-1082zM141 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75zM327 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="iogonek" horiz-adv-x="497" unicode="į"/><glyph d="M375 0h-192v1456h192v-1456zM170 1689q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Idotaccent" horiz-adv-x="557" unicode="İ"/><glyph d="M341 0h-186v1082h186v-1082z" glyph-name="dotlessi" horiz-adv-x="506" unicode="ı"/><glyph d="M375 0h-192v1456h192v-1456zM1336 1456h193v-1031q0 -209 -125.5 -327t-334.5 -118q-217 0 -338 111t-121 311h192q0 -125 68.5 -195t198.5 -70q119 0 192.5 75t74.5 210v1034z" glyph-name="IJ" horiz-adv-x="1687" unicode="IJ"/><glyph d="M341 0h-185v1082h185v-1082zM141 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75zM828 1082v-1207q0 -312 -283 -312q-61 0 -113 18v148q32 -8 84 -8q62 0 94.5 33.5t32.5 116.5v1211h185zM624 1369q0 44 27.5 75.5t80.5 31.5q54 0 82 -31 t28 -76t-28 -75t-82 -30t-81 30t-27 75z" glyph-name="ij" horiz-adv-x="986" unicode="ij"/><glyph d="M779 1456h193v-1031q0 -209 -125.5 -327t-334.5 -118q-217 0 -338 111t-121 311h192q0 -125 68.5 -195t198.5 -70q119 0 192.5 75t74.5 210v1034zM1154 1571v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Jcircumflex" horiz-adv-x="1130" unicode="Ĵ"/><glyph d="M357 1082v-1171q0 -170 -85 -259t-237 -89q-59 0 -111 18l14 147q30 -13 97 -13q65 0 101 52t36 144v1171h185zM569 1222v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="jcircumflex" horiz-adv-x="515" unicode="ĵ"/><glyph d="M539 677l-178 -185v-492h-192v1456h192v-720l647 720h232l-573 -643l618 -813h-230zM601 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0136" horiz-adv-x="1284" unicode="Ķ"/><glyph d="M442 501l-116 -121v-380h-185v1536h185v-929l99 119l337 356h225l-421 -452l470 -630h-217zM470 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0137" horiz-adv-x="1038" unicode="ķ"/><glyph d="M447 461h-107v-461h-186v1082h186v-458h91l397 458h223l-452 -525l488 -557h-233z" glyph-name="kgreenlandic" horiz-adv-x="1139" unicode="ĸ"/><glyph d="M362 157h690v-157h-883v1456h193v-1299zM354 1839h224l-268 -294h-149z" glyph-name="Lacute" horiz-adv-x="1102" unicode="Ĺ"/><glyph d="M341 0h-185v1536h185v-1536zM340 1940h224l-268 -294h-149z" glyph-name="lacute" horiz-adv-x="497" unicode="ĺ"/><glyph d="M362 157h690v-157h-883v1456h193v-1299zM561 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni013B" horiz-adv-x="1102" unicode="Ļ"/><glyph d="M341 0h-185v1536h185v-1536zM192 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni013C" horiz-adv-x="497" unicode="ļ"/><glyph d="M362 157h690v-157h-883v1456h193v-1299zM666 1057l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="Lcaron" horiz-adv-x="1102" unicode="Ľ"/><glyph d="M341 0h-185v1536h185v-1536zM539 1138l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="lcaron" horiz-adv-x="647" unicode="ľ"/><glyph d="M362 157h690v-157h-883v1456h193v-1299zM585 796q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Ldot" horiz-adv-x="1102" unicode="Ŀ"/><glyph d="M341 0h-185v1536h185v-1536zM453 781q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="ldot" horiz-adv-x="717" unicode="ŀ"/><glyph d="M361 843l263 84v-125l-263 -84v-561h690v-157h-883v657l-134 -42v125l134 42v674h193v-613z" glyph-name="Lslash" horiz-adv-x="1103" unicode="Ł"/><glyph d="M364 869l158 61v-123l-158 -61v-746h-186v675l-144 -55v123l144 55v738h186v-667z" glyph-name="lslash" horiz-adv-x="553" unicode="ł"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456zM817 1844h224l-268 -294h-149z" glyph-name="Nacute" horiz-adv-x="1460" unicode="Ń"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM663 1534h224l-268 -294h-149z" glyph-name="nacute" horiz-adv-x="1130" unicode="ń"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456zM661 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0145" horiz-adv-x="1460" unicode="Ņ"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM504 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0146" horiz-adv-x="1130" unicode="ņ"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456zM725 1676l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Ncaron" horiz-adv-x="1460" unicode="Ň"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM571 1366l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="ncaron" horiz-adv-x="1130" unicode="ň"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM37 1140l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="napostrophe" horiz-adv-x="1130" unicode="ʼn"/><glyph d="M1265 1456v-1539q0 -168 -85.5 -261t-241.5 -93q-61 0 -115 18l14 154q37 -14 98 -14q136 0 136 208v71l-717 1130v-1130h-192v1456h192l717 -1128v1128h194z" glyph-name="Eng" horiz-adv-x="1419" unicode="Ŋ"/><glyph d="M311 1082l13 -154q116 174 319 174q179 0 271 -104t94 -307v-780q0 -164 -83.5 -256t-238.5 -92q-61 0 -115 18l14 157q35 -13 101 -13q137 0 137 194v759q0 139 -55.5 203t-180.5 64q-175 0 -256 -133v-812h-186v1082h166z" glyph-name="eng" horiz-adv-x="1160" unicode="ŋ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1067 1633h-714v143h714v-143z" glyph-name="Omacron" horiz-adv-x="1408" unicode="Ō"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM936 1321h-714v143h714v-143z" glyph-name="omacron" horiz-adv-x="1168" unicode="ō"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1006 1808q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Obreve" horiz-adv-x="1408" unicode="Ŏ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM875 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="obreve" horiz-adv-x="1168" unicode="ŏ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM968 1847h207l-269 -303h-169zM628 1847h197l-218 -303h-150z" glyph-name="Ohungarumlaut" horiz-adv-x="1408" unicode="Ő"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM837 1535h207l-269 -303h-169zM497 1535h197l-218 -303h-150z" glyph-name="ohungarumlaut" horiz-adv-x="1168" unicode="ő"/><glyph d="M1801 0h-848q-178 -21 -292 -21q-162 0 -289 75t-197 210.5t-71 306.5v309q0 172 69.5 308.5t196.5 212t289 75.5q124 0 294 -20h838v-158h-723v-468h631v-157h-631v-516h733v-157zM661 130q113 0 215 14v1166q-109 15 -217 15q-173 0 -270 -114.5t-99 -321.5v-313 q0 -211 97.5 -328.5t273.5 -117.5z" glyph-name="OE" horiz-adv-x="1953" unicode="Œ"/><glyph d="M97 551q0 160 60.5 287t170 195.5t251.5 68.5q137 0 237.5 -58.5t161.5 -158.5q65 102 163 159.5t210 57.5q207 0 324 -127t117 -362v-116h-718q7 -170 89 -268.5t216 -98.5q188 0 308 108l74 -126q-137 -132 -382 -132q-135 0 -237.5 56t-165.5 156 q-62 -99 -161.5 -155.5t-233.5 -56.5q-220 0 -352 152t-132 406v13zM282 529q0 -183 80 -291t219 -108q137 0 217 107.5t80 313.5q0 182 -80.5 290.5t-218.5 108.5q-135 0 -216 -107t-81 -314zM1351 950q-99 0 -174 -81.5t-97 -219.5h526v26q0 125 -68.5 200t-186.5 75z" glyph-name="oe" horiz-adv-x="1860" unicode="œ"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552zM700 1844h224l-268 -294h-149z" glyph-name="Racute" horiz-adv-x="1261" unicode="Ŕ"/><glyph d="M663 916q-42 7 -91 7q-182 0 -247 -155v-768h-185v1082h180l3 -125q91 145 258 145q54 0 82 -14v-172zM498 1534h224l-268 -294h-149z" glyph-name="racute" horiz-adv-x="693" unicode="ŕ"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552zM552 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5 t-106.5 -143.5z" glyph-name="uni0156" horiz-adv-x="1261" unicode="Ŗ"/><glyph d="M663 916q-42 7 -91 7q-182 0 -247 -155v-768h-185v1082h180l3 -125q91 145 258 145q54 0 82 -14v-172zM188 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0157" horiz-adv-x="693" unicode="ŗ"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552zM608 1676l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Rcaron" horiz-adv-x="1261" unicode="Ř"/><glyph d="M663 916q-42 7 -91 7q-182 0 -247 -155v-768h-185v1082h180l3 -125q91 145 258 145q54 0 82 -14v-172zM407 1366l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="rcaron" horiz-adv-x="693" unicode="ř"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5zM713 1846h224l-268 -294h-149z" glyph-name="Sacute" horiz-adv-x="1215" unicode="Ś"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5zM653 1534h224l-268 -294h-149z" glyph-name="sacute" horiz-adv-x="1056" unicode="ś"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5zM925 1574v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Scircumflex" horiz-adv-x="1215" unicode="Ŝ"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5zM865 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="scircumflex" horiz-adv-x="1056" unicode="ŝ"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5zM700 0l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="Scedilla" horiz-adv-x="1215" unicode="Ş"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5zM634 -8l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="scedilla" horiz-adv-x="1056" unicode="ş"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5zM621 1678l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Scaron" horiz-adv-x="1215" unicode="Š"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5zM561 1366l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="scaron" horiz-adv-x="1056" unicode="š"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158zM685 0l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="uni0162" horiz-adv-x="1222" unicode="Ţ"/><glyph d="M391 1344v-262h202v-143h-202v-671q0 -65 27 -97.5t92 -32.5q32 0 88 12v-150q-73 -20 -142 -20q-124 0 -187 75t-63 213v671h-197v143h197v262h185zM524 0l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30 l32 134h133z" glyph-name="uni0163" horiz-adv-x="669" unicode="ţ"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158zM610 1676l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Tcaron" horiz-adv-x="1222" unicode="Ť"/><glyph d="M391 1344v-262h202v-143h-202v-671q0 -65 27 -97.5t92 -32.5q32 0 88 12v-150q-73 -20 -142 -20q-124 0 -187 75t-63 213v671h-197v143h197v262h185zM602 1257l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="tcaron" horiz-adv-x="709" unicode="ť"/><glyph d="M938 823h-231v-823h-191v823h-214v151h214v324h-467v158h1126v-158h-468v-324h231v-151z" glyph-name="Tbar" horiz-adv-x="1222" unicode="Ŧ"/><glyph d="M391 1344v-262h202v-143h-202v-186h233v-151h-233v-334q0 -65 27 -97.5t92 -32.5q32 0 88 12v-150q-73 -20 -142 -20q-124 0 -187 75t-63 213v334h-218v151h218v186h-197v143h197v262h185z" glyph-name="tbar" horiz-adv-x="669" unicode="ŧ"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM1022 1814q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5 t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="Utilde" horiz-adv-x="1328" unicode="Ũ"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM922 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177 t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="utilde" horiz-adv-x="1129" unicode="ũ"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM1028 1631h-714v143h714v-143z" glyph-name="Umacron" horiz-adv-x="1328" unicode="Ū"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM928 1321h-714v143h714v-143z" glyph-name="umacron" horiz-adv-x="1129" unicode="ū"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM967 1806q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5 q70 0 109.5 39t39.5 110h150z" glyph-name="Ubreve" horiz-adv-x="1328" unicode="Ŭ"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM867 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="ubreve" horiz-adv-x="1129" unicode="ŭ"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM882 1729q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61 t61.5 -147zM551 1729q0 -47 33.5 -81t82.5 -34q48 0 82 33t34 82t-33.5 83.5t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="Uring" horiz-adv-x="1328" unicode="Ů"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM782 1419q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61t61.5 -147zM451 1419q0 -47 33.5 -81 t82.5 -34q48 0 82 33t34 82t-33.5 83.5t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="uring" horiz-adv-x="1129" unicode="ů"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM929 1845h207l-269 -303h-169zM589 1845h197l-218 -303h-150z" glyph-name="Uhungarumlaut" horiz-adv-x="1328" unicode="Ű"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM829 1535h207l-269 -303h-169zM489 1535h197l-218 -303h-150z" glyph-name="uhungarumlaut" horiz-adv-x="1129" unicode="ű"/><glyph d="M1194 1456v-991q-1 -148 -70 -261t-200 -172q-155 -114 -155 -210q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 97 79 180l-22 -1q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987 h193z" glyph-name="Uogonek" horiz-adv-x="1328" unicode="Ų"/><glyph d="M978 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 143 166 249l-4 101q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-10z" glyph-name="uogonek" horiz-adv-x="1129" unicode="ų"/><glyph d="M483 459l28 -192l41 173l288 1016h162l281 -1016l40 -176l31 196l226 996h193l-353 -1456h-175l-300 1061l-23 111l-23 -111l-311 -1061h-175l-352 1456h192zM1227 1572v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Wcircumflex" horiz-adv-x="1817" unicode="Ŵ"/><glyph d="M1098 255l208 827h185l-315 -1082h-150l-263 820l-256 -820h-150l-314 1082h184l213 -810l252 810h149zM1066 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="wcircumflex" horiz-adv-x="1539" unicode="ŵ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM920 1572v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ycircumflex" horiz-adv-x="1230" unicode="Ŷ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM811 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="ycircumflex" horiz-adv-x="969" unicode="ŷ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM296 1681q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM726 1679q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Ydieresis" horiz-adv-x="1230" unicode="Ÿ"/><glyph d="M313 157h833v-157h-1060v144l798 1154h-785v158h1015v-141zM707 1844h224l-268 -294h-149z" glyph-name="Zacute" horiz-adv-x="1226" unicode="Ź"/><glyph d="M314 151h633v-151h-859v136l597 793h-588v153h820v-131zM605 1534h224l-268 -294h-149z" glyph-name="zacute" horiz-adv-x="1015" unicode="ź"/><glyph d="M313 157h833v-157h-1060v144l798 1154h-785v158h1015v-141zM508 1677q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Zdotaccent" horiz-adv-x="1226" unicode="Ż"/><glyph d="M314 151h633v-151h-859v136l597 793h-588v153h820v-131zM406 1367q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="zdotaccent" horiz-adv-x="1015" unicode="ż"/><glyph d="M313 157h833v-157h-1060v144l798 1154h-785v158h1015v-141zM615 1676l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Zcaron" horiz-adv-x="1226" unicode="Ž"/><glyph d="M314 151h633v-151h-859v136l597 793h-588v153h820v-131zM513 1366l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="zcaron" horiz-adv-x="1015" unicode="ž"/><glyph d="M160 0v1198q1 169 89 264t250 95q59 0 143 -21l-23 -142q-40 11 -91 11q-183 0 -183 -221v-1184h-185z" glyph-name="longs" horiz-adv-x="508" unicode="ſ"/><glyph d="M697 -20q-285 0 -444.5 172.5t-159.5 497.5v117h1012v7q0 258 -122 400t-343 142q-165 0 -304 -58l-61 -26l-47 143l22 13q158 88 390 88q302 0 480 -188.5t178 -523.5v-84q0 -197 -78 -357.5t-217 -251.5t-306 -91zM697 138q169 0 280 130.5t126 349.5h-817v-34 q0 -218 105.5 -332t305.5 -114z" glyph-name="uni018F" horiz-adv-x="1415" unicode="Ə"/><glyph d="M608 939h-203v-1026q0 -167 -84 -258.5t-238 -91.5q-61 0 -111 18l14 147q30 -13 97 -13q65 0 100.5 52t35.5 144v1028h-171v143h171v120q2 167 89.5 261t248.5 94q59 0 143 -21l-22 -147q-38 10 -98 10q-171 0 -175 -195v-122h203v-143z" glyph-name="florin" horiz-adv-x="697" unicode="ƒ"/><glyph d="M1272 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -304 84t-207.5 243t-75.5 366v100q0 210 73 370.5t206.5 246.5t305.5 86q240 0 395 -155q96 7 142.5 72.5t46.5 197.5h167q0 -333 -263 -394q97 -172 98 -418v-98zM1082 775q0 258 -103.5 397t-292.5 139 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q191 0 292.5 141t101.5 398v93z" glyph-name="Ohorn" horiz-adv-x="1406" unicode="Ơ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q207 0 343 -138q71 8 103 58t32 178h150q0 -291 -207 -342q73 -138 73 -307v-22q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM276 529q0 -180 83.5 -289t224.5 -109q139 0 222.5 109.5 t83.5 294.5v16q0 181 -84.5 290t-223.5 109q-138 0 -222 -109t-84 -312z" glyph-name="ohorn" horiz-adv-x="1170" unicode="ơ"/><glyph d="M1194 1456v-213q115 11 163.5 79.5t48.5 215.5h159q0 -210 -88.5 -314.5t-282.5 -116.5v-642q-1 -199 -123 -329t-333 -152l-73 -4q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193z" glyph-name="Uhorn" horiz-adv-x="1424" unicode="Ư"/><glyph d="M1295 1168q0 -180 -73.5 -253.5t-233.5 -77.5v-837h-176l-4 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-131q68 2 102 19.5t48.5 53.5t14.5 144h142z" glyph-name="uhorn" horiz-adv-x="1267" unicode="ư"/><glyph d="M357 1082v-1171q0 -170 -85 -259t-237 -89q-59 0 -111 18l14 147q30 -13 97 -13q65 0 101 52t36 144v1171h185zM265 1326l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="uni01F0" horiz-adv-x="515" unicode="ǰ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM779 1940h189l-220 -184h-114zM504 1541q0 70 50 118.5t122 48.5q68 0 117.5 -47t49.5 -120q0 -71 -48.5 -117t-118.5 -46q-72 0 -122 47t-50 116zM589 1541q0 -35 25.5 -60t61.5 -25 q35 0 59 24.5t24 60.5q0 38 -24 63t-59 25q-37 0 -62 -26t-25 -62z" glyph-name="Aringacute" unicode="Ǻ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM688 1631h189l-220 -184h-114zM413 1232q0 70 50 118.5t122 48.5q68 0 117.5 -47t49.5 -120q0 -71 -48.5 -117t-118.5 -46q-72 0 -122 47t-50 116zM498 1232q0 -35 25.5 -60t61.5 -25 q35 0 59 24.5t24 60.5q0 38 -24 63t-59 25q-37 0 -62 -26t-25 -62z" glyph-name="aringacute" horiz-adv-x="1114" unicode="ǻ"/><glyph d="M1879 0h-883l-15 353h-564l-205 -353h-226l880 1456h951v-152h-691l20 -471h590v-151h-584l22 -531h705v-151zM518 527h456l-31 733zM1029 1856h224l-268 -294h-149z" glyph-name="AEacute" horiz-adv-x="1914" unicode="Ǽ"/><glyph d="M1262 -20q-261 0 -397 180q-65 -86 -178 -133t-254 -47q-167 0 -261 86.5t-94 237.5q0 157 113.5 244t334.5 87h223v85q0 107 -55 168.5t-159 61.5q-105 0 -175 -55t-70 -136l-184 19q0 143 121 233.5t308 90.5q115 0 203 -41.5t138 -124.5q63 79 150 122.5t192 43.5 q210 0 326 -128.5t116 -361.5v-115h-728q7 -176 94 -271.5t236 -95.5q148 0 269 76l47 31l64 -136q-158 -121 -380 -121zM469 130q72 0 151 37t129 91v237h-228q-117 -2 -187 -57t-70 -138q0 -77 53 -123.5t152 -46.5zM1218 950q-115 0 -189.5 -85.5t-91.5 -224.5h538v31 q0 132 -67 205.5t-190 73.5zM950 1535h224l-268 -294h-149z" glyph-name="aeacute" horiz-adv-x="1729" unicode="ǽ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -302 82l-97 -155h-142l144 231q-190 192 -190 552v83q0 210 73 371t206.5 246.5t305.5 85.5q214 0 362 -125l103 165h141l-159 -255q137 -187 139 -481v-99zM309 681q0 -244 98 -385l564 904q-102 111 -268 111 q-182 0 -286.5 -138.5t-107.5 -384.5v-107zM1098 775q0 182 -56 313l-549 -881q91 -64 212 -64q186 0 288 135.5t105 388.5v108zM805 1918h224l-268 -294h-149z" glyph-name="Oslashacute" horiz-adv-x="1408" unicode="Ǿ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q110 0 204 -42l73 148h124l-102 -205q195 -154 195 -474q0 -158 -62 -285t-174 -195.5t-256 -68.5q-104 0 -190 35l-74 -149h-124l100 203q-205 149 -205 482zM276 529q0 -194 97 -305l343 694q-62 32 -134 32 q-138 0 -222 -109t-84 -312zM890 551q0 182 -87 293l-340 -688q55 -25 121 -25q139 0 222.5 109.5t83.5 294.5v16zM627 1534h224l-268 -294h-149z" glyph-name="oslashacute" horiz-adv-x="1160" unicode="ǿ"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5zM570 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0218" horiz-adv-x="1215" unicode="Ș"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5zM504 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0219" horiz-adv-x="1056" unicode="ș"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158zM555 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni021A" horiz-adv-x="1222" unicode="Ț"/><glyph d="M391 1344v-262h202v-143h-202v-671q0 -65 27 -97.5t92 -32.5q32 0 88 12v-150q-73 -20 -142 -20q-124 0 -187 75t-63 213v671h-197v143h197v262h185zM394 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni021B" horiz-adv-x="669" unicode="ț"/><glyph d="M357 1082v-1171q0 -170 -85 -259t-237 -89q-59 0 -111 18l14 147q30 -13 97 -13q65 0 101 52t36 144v1171h185z" glyph-name="uni0237" horiz-adv-x="515" unicode="ȷ"/><glyph d="M511 1103q220 0 355 -150t135 -399v-36q0 -149 -62 -273t-170 -194.5t-230 -69.5q-208 0 -324.5 127t-116.5 360v116h717q-7 168 -87.5 268t-216.5 100q-186 0 -309 -108l-73 125q140 134 382 134zM539 132q98 0 173.5 82t96.5 219h-525v-26q0 -125 68.5 -200t186.5 -75z" glyph-name="uni0259" horiz-adv-x="1079" unicode="ə"/><glyph d="M153 1046l-105 72q93 130 96 274v144h183v-130q-1 -100 -49.5 -199.5t-124.5 -160.5z" glyph-name="uni02BC" horiz-adv-x="409" unicode="ʼ"/><glyph d="M774 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="circumflex" horiz-adv-x="964" unicode="ˆ"/><glyph d="M448 1365l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="caron" horiz-adv-x="909" unicode="ˇ"/><glyph d="M834 1313h-714v143h714v-143z" glyph-name="uni02C9" horiz-adv-x="939" unicode="ˉ"/><glyph d="M728 1495q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="breve" horiz-adv-x="874" unicode="˘"/><glyph d="M141 1367q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="dotaccent" horiz-adv-x="497" unicode="˙"/><glyph d="M551 1408q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61t61.5 -147zM220 1408q0 -47 33.5 -81t82.5 -34q48 0 82 33t34 82t-33.5 83.5t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="ring" horiz-adv-x="685" unicode="˚"/><glyph d="M382 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="ogonek" horiz-adv-x="554" unicode="˛"/><glyph d="M830 1500q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="tilde" horiz-adv-x="966" unicode="˜"/><glyph d="M605 1535h207l-269 -303h-169zM265 1535h197l-218 -303h-150z" glyph-name="hungarumlaut" horiz-adv-x="764" unicode="˝"/><glyph d="M126 -242q0 70 50 118.5t124 48.5q71 0 120 -48t49 -119q0 -70 -48 -116.5t-121 -46.5q-76 0 -125 47t-49 116zM213 -242q0 -35 26 -59t61 -24t59 24t24 59q0 36 -24 61t-59 25q-37 0 -62 -26t-25 -60z" glyph-name="uni02F3" horiz-adv-x="602" unicode="˳"/><glyph d="M-440 1240h-159l-258 294h224z" glyph-name="gravecomb" horiz-adv-x="0" unicode="̀"/><glyph d="M-464 1534h224l-268 -294h-149z" glyph-name="acutecomb" horiz-adv-x="0" unicode="́"/><glyph d="M-178 1500q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="tildecomb" horiz-adv-x="0" unicode="̃"/><glyph d="M-652 1241l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="hookabovecomb" horiz-adv-x="0" unicode="̉"/><glyph d="M-510 1252h-169l-306 266h225zM-249 1252h-150l-246 266h206z" glyph-name="uni030F" horiz-adv-x="0" unicode="̏"/><glyph d="M-712 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="dotbelowcomb" horiz-adv-x="495" unicode="̣"/><glyph d="M237 1599h174l-116 -337h-112z" glyph-name="tonos" horiz-adv-x="525" unicode="΄"/><glyph d="M481 1672h188l-101 -264h-135zM113 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM680 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="dieresistonos" horiz-adv-x="1035" unicode="΅"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM241 1599h174l-116 -337h-112z" glyph-name="Alphatonos" unicode="Ά"/><glyph d="M147 729q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -47 -29.5 -78.5t-86.5 -31.5t-85.5 31.5t-28.5 78.5z" glyph-name="anoteleia" horiz-adv-x="535" unicode="·"/><glyph d="M1092 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM38 1599h174l-116 -337h-112z" glyph-name="Epsilontonos" horiz-adv-x="1264" unicode="Έ"/><glyph d="M1388 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456zM52 1601h174l-116 -337h-112z" glyph-name="Etatonos" horiz-adv-x="1560" unicode="Ή"/><glyph d="M475 0h-192v1456h192v-1456zM58 1600h174l-116 -337h-112z" glyph-name="Iotatonos" horiz-adv-x="657" unicode="Ί"/><glyph d="M1309 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1118 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM48 1599h174l-116 -337h-112z" glyph-name="Omicrontonos" horiz-adv-x="1428" unicode="Ό"/><glyph d="M713 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM-82 1599h174l-116 -337h-112z" glyph-name="Upsilontonos" horiz-adv-x="1330" unicode="Ύ"/><glyph d="M757 162q138 27 215 169t80 376v134q0 231 -97 354t-266 123t-265 -125t-96 -354v-113q0 -240 78.5 -388t223.5 -176v-162h-492v157h221q-106 102 -166 255.5t-60 315.5v111q0 186 70.5 332t197.5 225.5t288 79.5q160 0 286.5 -78t197.5 -220t74 -322v-130 q0 -160 -60 -313.5t-166 -255.5h220v-157h-484v162zM51 1599h174l-116 -337h-112z" glyph-name="Omegatonos" horiz-adv-x="1382" unicode="Ώ"/><glyph d="M380 1082v-809q0 -63 27.5 -95t91.5 -32q48 0 87 12l1 -151q-70 -19 -143 -19q-249 0 -249 294v800h185zM267 1652h188l-101 -264h-135zM-101 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM466 1349q0 45 27.5 76t81.5 31 t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="iotadieresistonos" horiz-adv-x="663" unicode="ΐ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681z" glyph-name="Alpha" unicode="Α"/><glyph d="M169 0v1456h476q237 0 356.5 -98t119.5 -290q0 -102 -58 -180.5t-158 -121.5q118 -33 186.5 -125.5t68.5 -220.5q0 -196 -127 -308t-359 -112h-505zM361 681v-524h317q134 0 211.5 69.5t77.5 191.5q0 263 -286 263h-320zM361 835h290q126 0 201.5 63t75.5 171 q0 120 -70 174.5t-213 54.5h-284v-463z" glyph-name="Beta" horiz-adv-x="1275" unicode="Β"/><glyph d="M1072 1298h-702v-1298h-193v1456h895v-158z" glyph-name="Gamma" horiz-adv-x="1139" unicode="Γ"/><glyph d="M646 1456h170l579 -1456h-1364zM293 157h844l-409 1064z" glyph-name="Delta" horiz-adv-x="1444" unicode="Δ"/><glyph d="M646 1456h170l579 -1456h-1364zM293 157h844l-409 1064z" glyph-name="Delta" horiz-adv-x="1444" unicode="∆"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157z" glyph-name="Epsilon" horiz-adv-x="1164" unicode="Ε"/><glyph d="M313 157h833v-157h-1060v144l798 1154h-785v158h1015v-141z" glyph-name="Zeta" horiz-adv-x="1226" unicode="Ζ"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456z" glyph-name="Eta" horiz-adv-x="1460" unicode="Η"/><glyph d="M960 659h-517v152h517v-152zM1274 681q0 -213 -71.5 -372t-203.5 -244t-309 -85q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 307 -84t204.5 -241.5t74.5 -364.5v-105zM1083 775q0 259 -104 397.5t-291 138.5 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -250 104.5 -394t291.5 -144q186 0 288 135.5t105 388.5v108z" glyph-name="Theta" horiz-adv-x="1393" unicode="Θ"/><glyph d="M375 0h-192v1456h192v-1456z" glyph-name="Iota" horiz-adv-x="557" unicode="Ι"/><glyph d="M539 677l-178 -185v-492h-192v1456h192v-720l647 720h232l-573 -643l618 -813h-230z" glyph-name="Kappa" horiz-adv-x="1284" unicode="Κ"/><glyph d="M666 1161l-410 -1161h-206l530 1456h172l531 -1456h-207z" glyph-name="Lambda" horiz-adv-x="1342" unicode="Λ"/><glyph d="M417 1456l476 -1188l476 1188h249v-1456h-192v567l18 612l-478 -1179h-147l-477 1176l19 -609v-567h-192v1456h248z" glyph-name="Mu" horiz-adv-x="1788" unicode="Μ"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456z" glyph-name="Nu" horiz-adv-x="1460" unicode="Ν"/><glyph d="M120 157h937v-157h-937v157zM207 831h754v-157h-754v157zM124 1456h916v-158h-916v158z" glyph-name="Xi" horiz-adv-x="1169" unicode="Ξ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108z" glyph-name="Omicron" horiz-adv-x="1408" unicode="Ο"/><glyph d="M1281 0h-193v1298h-718v-1298h-192v1456h1103v-1456z" glyph-name="Pi" horiz-adv-x="1461" unicode="Π"/><glyph d="M361 570v-570h-192v1456h537q239 0 374.5 -122t135.5 -323q0 -212 -132.5 -326.5t-379.5 -114.5h-343zM361 727h345q154 0 236 72.5t82 209.5q0 130 -82 208t-225 81h-356v-571z" glyph-name="Rho" horiz-adv-x="1292" unicode="Ρ"/><glyph d="M754 718l-445 -561h783v-157h-1023v143l481 586l-481 583v144h974v-158h-732l443 -556v-24z" glyph-name="Sigma" horiz-adv-x="1169" unicode="Σ"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158z" glyph-name="Tau" horiz-adv-x="1222" unicode="Τ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220z" glyph-name="Upsilon" horiz-adv-x="1230" unicode="Υ"/><glyph d="M834 1271q160 0 289.5 -70t201 -196t71.5 -281q0 -157 -73 -283.5t-201 -196t-288 -69.5v-175h-194v175q-162 0 -291 70.5t-200.5 195.5t-71.5 281t72.5 282.5t200 196.5t290.5 70v185h194v-185zM640 334v778h-5q-172 0 -269.5 -105t-97.5 -285t97 -284t275 -104z M834 1112v-778h4q172 0 269.5 104.5t97.5 285.5q0 179 -97.5 283.5t-273.5 104.5z" glyph-name="Phi" horiz-adv-x="1467" unicode="Φ"/><glyph d="M644 898l349 558h226l-460 -722l471 -734h-228l-358 568l-360 -568h-227l472 734l-461 722h225z" glyph-name="Chi" horiz-adv-x="1284" unicode="Χ"/><glyph d="M790 523q156 23 243 130.5t87 277.5v525h193v-528q0 -159 -63.5 -281.5t-182 -196t-277.5 -88.5v-362h-193v362q-231 23 -367.5 172t-139.5 386v536h192v-529q1 -163 83.5 -270.5t231.5 -132.5v932h193v-933z" glyph-name="Psi" horiz-adv-x="1417" unicode="Ψ"/><glyph d="M737 162q138 27 215 169t80 376v134q0 231 -97 354t-266 123t-265 -125t-96 -354v-113q0 -240 78.5 -388t223.5 -176v-162h-492v157h221q-106 102 -166 255.5t-60 315.5v111q0 186 70.5 332t197.5 225.5t288 79.5q160 0 286.5 -78t197.5 -220t74 -322v-130 q0 -160 -60 -313.5t-166 -255.5h220v-157h-484v162z" glyph-name="Omega" horiz-adv-x="1362" unicode="Ω"/><glyph d="M737 162q138 27 215 169t80 376v134q0 231 -97 354t-266 123t-265 -125t-96 -354v-113q0 -240 78.5 -388t223.5 -176v-162h-492v157h221q-106 102 -166 255.5t-60 315.5v111q0 186 70.5 332t197.5 225.5t288 79.5q160 0 286.5 -78t197.5 -220t74 -322v-130 q0 -160 -60 -313.5t-166 -255.5h220v-157h-484v162z" glyph-name="Omega" horiz-adv-x="1362" unicode="Ω"/><glyph d="M375 0h-192v1456h192v-1456zM-42 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM388 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Iotadieresis" horiz-adv-x="557" unicode="Ϊ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM296 1681q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM726 1679q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Upsilondieresis" horiz-adv-x="1230" unicode="Ϋ"/><glyph d="M1006 1082v-797q2 -140 80 -140q19 0 34 5l23 -137q-48 -34 -122 -34q-147 0 -185 165q-107 -165 -316 -165q-192 0 -306 141.5t-114 385.5v15q0 264 113 422.5t309 158.5q203 0 310 -161l17 141h157zM285 500q0 -175 73 -272.5t208 -97.5q173 0 255 186v446 q-85 188 -253 188q-134 0 -208.5 -113.5t-74.5 -336.5zM610 1594h174l-116 -337h-112z" glyph-name="alphatonos" horiz-adv-x="1157" unicode="ά"/><glyph d="M286 304q0 -77 73.5 -126t191.5 -49q113 0 190.5 55t77.5 136h185q0 -155 -127.5 -247.5t-325.5 -92.5q-204 0 -328 88.5t-124 235.5q0 186 205 252q-88 36 -137 97t-49 134q0 148 115.5 231t317.5 83q186 0 310.5 -89.5t124.5 -231.5h-185q0 70 -71.5 120.5t-178.5 50.5 q-112 0 -179.5 -45.5t-67.5 -119.5q0 -160 244 -160h196v-148h-224q-234 -6 -234 -174zM536 1593h174l-116 -337h-112z" glyph-name="epsilontonos" horiz-adv-x="1104" unicode="έ"/><glyph d="M312 1082l11 -136q120 156 320 156q190 0 277 -98.5t88 -302.5v-1116h-185v1105q0 136 -54 198t-182 62q-92 0 -157 -43.5t-99 -121.5v-785h-186v1082h167zM563 1594h174l-116 -337h-112z" glyph-name="etatonos" horiz-adv-x="1160" unicode="ή"/><glyph d="M380 1082v-809q0 -63 27.5 -95t91.5 -32q48 0 87 12l1 -151q-70 -19 -143 -19q-249 0 -249 294v800h185zM279 1573h174l-116 -337h-112z" glyph-name="iotatonos" horiz-adv-x="663" unicode="ί"/><glyph d="M329 1082v-647q0 -305 201 -305q129 0 214 125t85 307q-5 231 -123 520h195q113 -241 113 -520q0 -263 -128.5 -422.5t-346.5 -159.5q-194 0 -294 112t-102 327v663h186zM514 1652h188l-101 -264h-135zM146 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75 t-82 -30t-81.5 30t-27.5 75zM713 1349q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="upsilondieresistonos" horiz-adv-x="1117" unicode="ΰ"/><glyph d="M1006 1082v-797q2 -140 80 -140q19 0 34 5l23 -137q-48 -34 -122 -34q-147 0 -185 165q-107 -165 -316 -165q-192 0 -306 141.5t-114 385.5v15q0 264 113 422.5t309 158.5q203 0 310 -161l17 141h157zM285 500q0 -175 73 -272.5t208 -97.5q173 0 255 186v446 q-85 188 -253 188q-134 0 -208.5 -113.5t-74.5 -336.5z" glyph-name="alpha" horiz-adv-x="1157" unicode="α"/><glyph d="M605 1476q193 0 310.5 -109.5t117.5 -283.5q0 -91 -49 -167t-137 -122q123 -45 188.5 -142.5t65.5 -227.5q0 -205 -124.5 -324.5t-329.5 -119.5q-181 0 -301 95v-459h-186v1457q0 108 61 202t164.5 147.5t219.5 53.5zM848 1087q0 102 -68 169.5t-175 67.5 q-108 0 -183 -71t-76 -178v-829q44 -52 116 -83.5t166 -31.5q134 0 211 80t77 209q0 118 -70 200.5t-179 85.5h-150v152h85q120 0 183 59.5t63 169.5z" glyph-name="beta" horiz-adv-x="1213" unicode="β"/><glyph d="M522 276l280 806h189l-379 -1025v-473h-186v480l-380 1018h189z" glyph-name="gamma" horiz-adv-x="1026" unicode="γ"/><glyph d="M221 1269q0 136 101.5 215.5t276.5 79.5q139 0 273 -55l-2 -160q-151 59 -275 59q-86 0 -136.5 -36t-50.5 -98q0 -108 221.5 -184.5t325 -211t108.5 -330.5v-39q0 -153 -59 -274.5t-168.5 -188t-254.5 -66.5q-222 0 -353.5 147.5t-131.5 389.5v13q0 165 94 297t238 167 l-1 5q-99 39 -152.5 109t-53.5 161zM283 509q0 -176 80.5 -277.5t217.5 -101.5q136 0 216 101t80 299q0 136 -84.5 245.5t-209.5 134.5q-136 0 -218 -102.5t-82 -298.5z" glyph-name="delta" horiz-adv-x="1160" unicode="δ"/><glyph d="M286 304q0 -77 73.5 -126t191.5 -49q113 0 190.5 55t77.5 136h185q0 -155 -127.5 -247.5t-325.5 -92.5q-204 0 -328 88.5t-124 235.5q0 186 205 252q-88 36 -137 97t-49 134q0 148 115.5 231t317.5 83q186 0 310.5 -89.5t124.5 -231.5h-185q0 70 -71.5 120.5t-178.5 50.5 q-112 0 -179.5 -45.5t-67.5 -119.5q0 -160 244 -160h196v-148h-224q-234 -6 -234 -174z" glyph-name="epsilon" horiz-adv-x="1104" unicode="ε"/><glyph d="M963 1456v-120l-350 -427q-138 -161 -189 -275.5t-51 -247.5q0 -90 33.5 -138.5t115.5 -73.5l247 -72q81 -24 116.5 -68t35.5 -122q-2 -69 -56 -155t-121 -140l-98 84q47 53 72.5 95.5t25.5 87.5q0 68 -154 107t-208 63q-103 45 -148.5 121.5t-45.5 205.5q0 130 73 290 t200 310l285 323h-637v152h854z" glyph-name="zeta" horiz-adv-x="1061" unicode="ζ"/><glyph d="M312 1082l11 -136q120 156 320 156q190 0 277 -98.5t88 -302.5v-1116h-185v1105q0 136 -54 198t-182 62q-92 0 -157 -43.5t-99 -121.5v-785h-186v1082h167z" glyph-name="eta" horiz-adv-x="1160" unicode="η"/><glyph d="M1042 640q0 -321 -118 -490.5t-341 -169.5q-219 0 -338 166t-123 474v205q0 317 118 484t341 167q222 0 339.5 -162t121.5 -469v-205zM307 801h549v55q0 227 -69.5 347.5t-205.5 120.5q-134 0 -204 -120.5t-70 -347.5v-55zM856 649h-549v-39q0 -229 73 -354t203 -125 t200.5 120t72.5 347v51z" glyph-name="theta" horiz-adv-x="1166" unicode="θ"/><glyph d="M380 1082v-809q0 -63 27.5 -95t91.5 -32q48 0 87 12l1 -151q-70 -19 -143 -19q-249 0 -249 294v800h185z" glyph-name="iota" horiz-adv-x="663" unicode="ι"/><glyph d="M447 461h-107v-461h-186v1082h186v-458h91l397 458h223l-452 -525l488 -557h-233z" glyph-name="kappa" horiz-adv-x="1139" unicode="κ"/><glyph d="M261 1518q98 0 158 -40t93 -135l427 -1109q20 -51 42.5 -70.5t57.5 -19.5l38 3l6 -152q-36 -12 -78 -12q-77 0 -116 18.5t-70 61.5t-60 123l-230 593l-286 -779h-206l394 1029l-96 235q-23 56 -49.5 79t-71.5 23l-47 -2l-1 142q42 12 95 12z" glyph-name="lambda" horiz-adv-x="1134" unicode="λ"/><glyph d="M339 1082v-633q1 -163 52.5 -241t167.5 -78q199 0 261 152v800h186v-1082h-167l-9 115q-93 -135 -263 -135q-147 0 -228 73v-469h-185v1498h185z" glyph-name="uni03BC" horiz-adv-x="1160" unicode="μ"/><glyph d="M497 251l268 831h189l-388 -1082h-141l-392 1082h189z" glyph-name="nu" horiz-adv-x="992" unicode="ν"/><glyph d="M882 1288q-132 36 -229 36q-141 0 -221 -51.5t-80 -136.5q0 -219 333 -219h133v-152h-150q-182 -2 -281.5 -80t-99.5 -241q0 -112 72 -190.5t207.5 -111t197.5 -51t94 -38.5q79 -49 79 -154q0 -64 -52 -147.5t-124 -144.5l-107 84l57 64q49 60 49 122q0 39 -38 62 t-153 48.5t-199.5 58.5t-144 85.5t-92 129t-32.5 187.5q0 145 82 246.5t232 147.5q-118 42 -183.5 118t-65.5 172q0 159 129 251.5t357 92.5q145 0 257 -39z" glyph-name="xi" horiz-adv-x="1004" unicode="ξ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312z" glyph-name="omicron" horiz-adv-x="1168" unicode="ο"/><glyph d="M1137 929h-156v-654q0 -64 27 -96.5t92 -32.5q48 0 87 12l1 -151q-70 -19 -143 -19q-249 0 -249 294v647h-401v-929h-185v929h-169v153h1096v-153z" glyph-name="pi" horiz-adv-x="1220" unicode="π"/><glyph d="M592 1102q207 0 329 -141t133 -395l1 -66q0 -240 -112 -380t-303 -140q-195 0 -309 124v-520h-186v996q0 158 56.5 276t159 182t231.5 64zM331 278q83 -147 254 -147q135 0 210 97.5t75 292.5q0 205 -72.5 317t-205.5 112q-117 0 -189 -108t-72 -277v-287z" glyph-name="rho" horiz-adv-x="1160" unicode="ρ"/><glyph d="M573 1102q189 0 304.5 -106.5t115.5 -286.5h-175q0 110 -67 175.5t-178 65.5q-132 0 -209.5 -109.5t-77.5 -288.5v-32q0 -260 320 -359l134 -38q98 -29 138 -77t40 -128q-2 -63 -51.5 -146.5t-123.5 -145.5l-98 85l47 54q49 60 49 130q0 43 -35 64.5t-121 40.5 q-236 52 -360 180.5t-124 339.5v42q0 152 59.5 277.5t167 194t245.5 68.5z" glyph-name="sigma1" horiz-adv-x="1101" unicode="ς"/><glyph d="M1147 929h-284q200 -148 200 -421v-17q0 -140 -61 -257.5t-171.5 -185.5t-250.5 -68q-218 0 -351 151.5t-133 406.5v13q0 152 59 273t167.5 189t248.5 69h576v-153zM282 529q0 -183 80 -290.5t218 -107.5q139 0 218.5 108.5t79.5 311.5q0 172 -80.5 275t-219.5 103 q-137 0 -216.5 -102t-79.5 -298z" glyph-name="sigma" horiz-adv-x="1160" unicode="σ"/><glyph d="M985 932h-371v-663q0 -133 105 -133q43 0 92 26l42 -130q-76 -52 -182 -52q-125 0 -183.5 73.5t-59.5 219.5v659h-347v150h904v-150z" glyph-name="tau" horiz-adv-x="1068" unicode="τ"/><glyph d="M329 1082v-647q0 -305 201 -305q129 0 214 125t85 307q-5 231 -123 520h195q113 -241 113 -520q0 -263 -128.5 -422.5t-346.5 -159.5q-194 0 -294 112t-102 327v663h186z" glyph-name="upsilon" horiz-adv-x="1117" unicode="υ"/><glyph d="M620 -17q-256 23 -394.5 176.5t-138.5 404.5q0 168 64.5 299.5t191.5 218.5l101 -133q-161 -140 -171 -385q0 -173 90.5 -287.5t256.5 -140.5v716q0 105 69 167.5t182 62.5q130 0 242.5 -70.5t177.5 -194.5t65 -273q0 -243 -145 -391.5t-406 -169.5v-461h-185v461z M805 136q170 22 268 133t98 275q-5 169 -87.5 277t-212.5 108q-66 0 -66 -82v-711z" glyph-name="phi" horiz-adv-x="1443" unicode="φ"/><glyph d="M503 687l240 395h216l-354 -535l365 -547h-214l-250 405l-250 -405h-215l365 547l-354 535h214z" glyph-name="chi" horiz-adv-x="1015" unicode="χ"/><glyph d="M796 1082v-946q171 24 268.5 138.5t97.5 292.5q-5 232 -127 515h194q118 -236 118 -515q0 -259 -142.5 -411t-408.5 -173v-455h-185v457q-255 26 -385.5 181t-130.5 430v486h186v-498q2 -194 85 -308t245 -139v945h185z" glyph-name="psi" horiz-adv-x="1434" unicode="ψ"/><glyph d="M452 1082q-138 -283 -145 -522q0 -203 57 -316.5t163 -113.5q108 0 164.5 86.5t56.5 252.5v301h187v-306q1 -164 57.5 -249t163.5 -85q106 0 163 113t57 317q-7 239 -145 522h195q135 -244 135 -522q0 -275 -103.5 -427.5t-291.5 -152.5q-240 0 -325 238 q-41 -117 -123 -177.5t-201 -60.5q-188 0 -291.5 152.5t-103.5 427.5q0 287 135 522h195z" glyph-name="omega" horiz-adv-x="1687" unicode="ω"/><glyph d="M380 1082v-809q0 -63 27.5 -95t91.5 -32q48 0 87 12l1 -151q-70 -19 -143 -19q-249 0 -249 294v800h185zM-26 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM404 1349q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30 t-81.5 30t-27.5 75z" glyph-name="iotadieresis" horiz-adv-x="663" unicode="ϊ"/><glyph d="M329 1082v-647q0 -305 201 -305q129 0 214 125t85 307q-5 231 -123 520h195q113 -241 113 -520q0 -263 -128.5 -422.5t-346.5 -159.5q-194 0 -294 112t-102 327v663h186zM221 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75z M651 1349q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="upsilondieresis" horiz-adv-x="1117" unicode="ϋ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM560 1594h174l-116 -337h-112z" glyph-name="omicrontonos" horiz-adv-x="1168" unicode="ό"/><glyph d="M329 1082v-647q0 -305 201 -305q129 0 214 125t85 307q-5 231 -123 520h195q113 -241 113 -520q0 -263 -128.5 -422.5t-346.5 -159.5q-194 0 -294 112t-102 327v663h186zM527 1573h174l-116 -337h-112z" glyph-name="upsilontonos" horiz-adv-x="1117" unicode="ύ"/><glyph d="M452 1082q-138 -283 -145 -522q0 -203 57 -316.5t163 -113.5q108 0 164.5 86.5t56.5 252.5v301h187v-306q1 -164 57.5 -249t163.5 -85q106 0 163 113t57 317q-7 239 -145 522h195q135 -244 135 -522q0 -275 -103.5 -427.5t-291.5 -152.5q-240 0 -325 238 q-41 -117 -123 -177.5t-201 -60.5q-188 0 -291.5 152.5t-103.5 427.5q0 287 135 522h195zM832 1570h174l-116 -337h-112z" glyph-name="omegatonos" horiz-adv-x="1687" unicode="ώ"/><glyph d="M1145 627q-60 -23 -143 -32v-166q-2 -211 -116.5 -330t-314.5 -119q-203 0 -326.5 123.5t-123.5 338.5v327l186 2v-336q0 -143 70 -220.5t194 -77.5q116 0 181 73t65 225v166q-217 31 -351.5 172t-134.5 358q0 160 92 253.5t242 93.5q159 0 248 -98.5t89 -276.5v-351 q63 5 135 24zM517 1114q0 -133 81 -227.5t219 -124.5v360q-5 198 -152 198q-148 0 -148 -196v-10z" glyph-name="theta1" horiz-adv-x="1185" unicode="ϑ"/><glyph d="M548 774l225 507q43 99 96.5 143t140.5 44q72 0 124 -27l-36 -151q-13 8 -52 8q-70 0 -106 -79l-297 -649v-570h-191v572l-296 647q-39 79 -106 79q-39 0 -52 -8l-36 150q52 28 123 28q88 0 141.5 -42t95.5 -135z" glyph-name="Upsilon1" horiz-adv-x="1090" unicode="ϒ"/><glyph d="M1563 929h-136q64 -172 64 -369q0 -273 -94 -426.5t-265 -153.5q-241 0 -324 239q-83 -239 -323 -239q-170 0 -264.5 152t-94.5 428q0 191 64 369h-116v153h1489v-153zM1305 560q-4 170 -78 369h-837q-75 -200 -79 -369q0 -203 48 -316.5t136 -113.5q105 0 161.5 83.5 t58.5 245.5v263h187v-263q2 -162 58.5 -245.5t162.5 -83.5q86 0 134 113t48 317z" glyph-name="omega1" horiz-adv-x="1608" unicode="ϖ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM725 1562h-159l-258 294h223z" glyph-name="uni0400" horiz-adv-x="1164" unicode="Ѐ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM298 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM728 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0401" horiz-adv-x="1164" unicode="Ё"/><glyph d="M1172 1298h-522v-455q157 48 289 48q244 0 381 -120.5t137 -337.5t-130 -330.5t-367 -113.5l-2 150q155 0 231 72.5t76 220.5q-2 142 -83.5 217t-243.5 75q-150 0 -288 -46v-678h-193v1298h-415v158h1130v-158z" glyph-name="uni0402" horiz-adv-x="1535" unicode="Ђ"/><glyph d="M1072 1298h-702v-1298h-193v1456h895v-158zM716 1856h224l-268 -294h-149z" glyph-name="uni0403" horiz-adv-x="1139" unicode="Ѓ"/><glyph d="M1244 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v139q0 201 71.5 355.5t205 238t309.5 83.5q232 0 372 -129.5t163 -358.5h-192q-25 172 -108.5 251t-234.5 79q-185 0 -288 -135.5t-105 -369.5h570v-157h-570v-2q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193z" glyph-name="uni0404" horiz-adv-x="1380" unicode="Є"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5z" glyph-name="uni0405" horiz-adv-x="1215" unicode="Ѕ"/><glyph d="M375 0h-192v1456h192v-1456z" glyph-name="uni0406" horiz-adv-x="557" unicode="І"/><glyph d="M375 0h-192v1456h192v-1456zM-42 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM388 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0407" horiz-adv-x="557" unicode="Ї"/><glyph d="M779 1456h193v-1031q0 -209 -125.5 -327t-334.5 -118q-217 0 -338 111t-121 311h192q0 -125 68.5 -195t198.5 -70q119 0 192.5 75t74.5 210v1034z" glyph-name="uni0408" horiz-adv-x="1130" unicode="Ј"/><glyph d="M1262 1456v-565h361q222 -3 353 -123t131 -323q0 -198 -129 -319.5t-351 -125.5h-557v1298h-512l-26 -577q-15 -290 -59.5 -436t-130.5 -214.5t-230 -70.5h-63v157l40 2q93 7 143 60.5t76 170.5t37 360l30 706h887zM1262 733v-576h351q140 0 221 79t81 211 q0 128 -78.5 206t-216.5 80h-358z" glyph-name="uni0409" horiz-adv-x="2193" unicode="Љ"/><glyph d="M370 825h718v631h192v-610h362q226 -3 354.5 -116t128.5 -302q0 -191 -128.5 -307.5t-351.5 -120.5h-557v668h-718v-668h-193v1456h193v-631zM1280 689v-523h351q142 0 222 71t80 193q0 116 -76 186t-214 73h-363z" glyph-name="uni040A" horiz-adv-x="2212" unicode="Њ"/><glyph d="M1190 1298h-528v-432q160 40 335 40q250 0 371 -109t124 -330v-467h-193v462q-1 152 -69.5 219t-232.5 67q-169 0 -335 -42v-706h-192v1298h-408v158h1128v-158z" glyph-name="uni040B" horiz-adv-x="1666" unicode="Ћ"/><glyph d="M539 677l-178 -185v-492h-192v1456h192v-720l647 720h232l-573 -643l618 -813h-230zM695 1838h224l-268 -294h-149z" glyph-name="uni040C" horiz-adv-x="1284" unicode="Ќ"/><glyph d="M1087 1456h192v-1456h-192v1122l-717 -1122h-193v1456h193v-1122zM839 1562h-159l-258 294h223z" glyph-name="uni040D" horiz-adv-x="1460" unicode="Ѝ"/><glyph d="M669 611l335 845h223l-515 -1213q-52 -116 -97 -164.5t-105.5 -74t-151.5 -25.5q-79 0 -101 9l6 152l91 -4q105 0 156 101l25 52l38 89l-496 1078h215zM946 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39 t39.5 110h150z" glyph-name="uni040E" horiz-adv-x="1287" unicode="Ў"/><glyph d="M176 1456h193v-1299h718v1299h192v-1456h-448v-359h-193v359h-462v1456z" glyph-name="uni040F" horiz-adv-x="1460" unicode="Џ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681z" glyph-name="uni0410" unicode="А"/><glyph d="M1057 1298h-702v-436h362q228 -3 356 -117t128 -310q0 -197 -129 -314t-352 -121h-558v1456h895v-158zM355 704v-547h351q143 0 222.5 76t79.5 204q0 123 -76.5 194t-217.5 73h-359z" glyph-name="uni0411" horiz-adv-x="1291" unicode="Б"/><glyph d="M169 0v1456h476q237 0 356.5 -98t119.5 -290q0 -102 -58 -180.5t-158 -121.5q118 -33 186.5 -125.5t68.5 -220.5q0 -196 -127 -308t-359 -112h-505zM361 681v-524h317q134 0 211.5 69.5t77.5 191.5q0 263 -286 263h-320zM361 835h290q126 0 201.5 63t75.5 171 q0 120 -70 174.5t-213 54.5h-284v-463z" glyph-name="uni0412" horiz-adv-x="1275" unicode="В"/><glyph d="M1072 1298h-702v-1298h-193v1456h895v-158z" glyph-name="uni0413" horiz-adv-x="1139" unicode="Г"/><glyph d="M1479 -357h-191v357h-1045v-358h-192l-1 515h119q94 106 149.5 284.5t69.5 391.5l32 623h871v-1299h190zM388 157h710v1141h-493l-21 -428q-13 -251 -66.5 -428t-129.5 -285z" glyph-name="uni0414" horiz-adv-x="1540" unicode="Д"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157z" glyph-name="uni0415" horiz-adv-x="1164" unicode="Е"/><glyph d="M1192 664h-156v-664h-192v664h-165l-412 -664h-240l490 768l-452 688h227l387 -632h165v632h192v-632h158l387 632h226l-452 -687l490 -769h-239z" glyph-name="uni0416" horiz-adv-x="1859" unicode="Ж"/><glyph d="M916 1065q0 116 -84.5 184.5t-237.5 68.5q-128 0 -214.5 -70.5t-86.5 -174.5h-192q0 116 63.5 208t177.5 143.5t252 51.5q244 0 379 -109.5t135 -304.5q0 -101 -62 -184t-173 -131q257 -86 257 -341q0 -196 -146 -311t-390 -115q-145 0 -263.5 51.5t-184.5 146.5t-66 226 h192q0 -115 91 -191.5t231 -76.5q157 0 250.5 73t93.5 193q0 256 -317 261h-180v158h179q146 3 221 66t75 178z" glyph-name="uni0417" horiz-adv-x="1215" unicode="З"/><glyph d="M1087 1456h192v-1456h-192v1122l-717 -1122h-193v1456h193v-1122z" glyph-name="uni0418" horiz-adv-x="1460" unicode="И"/><glyph d="M1087 1456h192v-1456h-192v1122l-717 -1122h-193v1456h193v-1122zM1033 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni0419" horiz-adv-x="1460" unicode="Й"/><glyph d="M547 654h-177v-654h-192v1456h192v-642h150l509 642h239l-556 -706l597 -750h-235z" glyph-name="uni041A" horiz-adv-x="1316" unicode="К"/><glyph d="M1270 1456v-1456h-192v1298h-522l-26 -577q-15 -290 -59.5 -436t-130.5 -214.5t-230 -70.5h-63v157l40 2q93 7 143 60.5t76 170.5t37 360l30 706h897z" glyph-name="uni041B" horiz-adv-x="1449" unicode="Л"/><glyph d="M417 1456l476 -1188l476 1188h249v-1456h-192v567l18 612l-478 -1179h-147l-477 1176l19 -609v-567h-192v1456h248z" glyph-name="uni041C" horiz-adv-x="1788" unicode="М"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456z" glyph-name="uni041D" horiz-adv-x="1460" unicode="Н"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108z" glyph-name="uni041E" horiz-adv-x="1408" unicode="О"/><glyph d="M1281 0h-193v1298h-718v-1298h-192v1456h1103v-1456z" glyph-name="uni041F" horiz-adv-x="1461" unicode="П"/><glyph d="M361 570v-570h-192v1456h537q239 0 374.5 -122t135.5 -323q0 -212 -132.5 -326.5t-379.5 -114.5h-343zM361 727h345q154 0 236 72.5t82 209.5q0 130 -82 208t-225 81h-356v-571z" glyph-name="uni0420" horiz-adv-x="1292" unicode="Р"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193z" glyph-name="uni0421" horiz-adv-x="1333" unicode="С"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158z" glyph-name="uni0422" horiz-adv-x="1222" unicode="Т"/><glyph d="M669 611l335 845h223l-515 -1213q-52 -116 -97 -164.5t-105.5 -74t-151.5 -25.5q-79 0 -101 9l6 152l91 -4q105 0 156 101l25 52l38 89l-496 1078h215z" glyph-name="uni0423" horiz-adv-x="1287" unicode="У"/><glyph d="M888 1310h31q165 -1 301 -77t211.5 -209.5t75.5 -298.5q0 -166 -76 -301t-210 -210.5t-298 -77.5h-35v-196h-186v196h-28q-167 0 -303.5 76t-212 210t-75.5 301t75.5 301t212 210t303.5 76h28v206h186v-206zM674 1159q-188 0 -297.5 -115.5t-109.5 -320.5 q0 -206 109 -320.5t300 -114.5h26v871h-28zM888 1159v-871h28q191 0 298.5 117.5t107.5 319.5q0 200 -107.5 317t-302.5 117h-24z" glyph-name="uni0424" horiz-adv-x="1580" unicode="Ф"/><glyph d="M644 898l349 558h226l-460 -722l471 -734h-228l-358 568l-360 -568h-227l472 734l-461 722h225z" glyph-name="uni0425" horiz-adv-x="1284" unicode="Х"/><glyph d="M175 1456h193v-1299h718v1299h192v-1295h153l-18 -512h-173v351h-1065v1456z" glyph-name="uni0426" horiz-adv-x="1497" unicode="Ц"/><glyph d="M1224 1456v-1456h-193v603q-105 -30 -191 -41.5t-196 -11.5q-249 0 -370 108t-124 331v467h193v-462q1 -152 69.5 -219t231.5 -67q190 0 387 54v694h193z" glyph-name="uni0427" horiz-adv-x="1402" unicode="Ч"/><glyph d="M369 1456v-1299h501v1299h191v-1299h498v1299h192v-1456h-1575v1456h193z" glyph-name="uni0428" horiz-adv-x="1927" unicode="Ш"/><glyph d="M369 1456v-1299h501v1299h191v-1299h498v1299h192v-1305h147l-18 -502h-165v351h-1539v1456h193z" glyph-name="uni0429" horiz-adv-x="1984" unicode="Щ"/><glyph d="M16 1456h603v-594h346q239 0 369 -114.5t130 -312.5q0 -197 -129 -314.5t-355 -120.5h-554v1304h-410v152zM619 704v-547h351q142 0 221.5 76t79.5 204q0 123 -76.5 194t-216.5 73h-359z" glyph-name="uni042A" horiz-adv-x="1554" unicode="Ъ"/><glyph d="M370 862h362q228 -3 356 -117t128 -310q0 -197 -129 -314t-352 -121h-557v1456h192v-594zM370 704v-547h351q143 0 222.5 76t79.5 204q0 123 -76.5 194t-217.5 73h-359zM1584 0h-192v1456h192v-1456z" glyph-name="uni042B" horiz-adv-x="1771" unicode="Ы"/><glyph d="M355 862h362q228 -3 356 -117t128 -310q0 -197 -129 -314t-352 -121h-557v1456h192v-594zM355 704v-547h351q143 0 222.5 76t79.5 204q0 123 -76.5 194t-217.5 73h-359z" glyph-name="uni042C" horiz-adv-x="1285" unicode="Ь"/><glyph d="M340 462q28 -180 113.5 -252.5t245.5 -72.5q173 0 273.5 135t102.5 375h-573v158h573q0 237 -103.5 375t-289.5 138q-150 0 -233.5 -78t-108.5 -252h-193q23 229 163 358.5t372 129.5q176 0 309.5 -83.5t205 -238t71.5 -355.5v-145q0 -201 -71 -355t-200.5 -236.5 t-297.5 -82.5q-238 0 -381.5 125.5t-170.5 356.5h193z" glyph-name="uni042D" horiz-adv-x="1380" unicode="Э"/><glyph d="M1754 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-166 0 -297.5 80t-206 229t-82.5 348h-209v-637h-192v1456h192v-668h208q3 206 75 361.5t205 241t305 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1563 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5 t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108z" glyph-name="uni042E" horiz-adv-x="1831" unicode="Ю"/><glyph d="M931 0v567h-336l-301 -567h-205l338 620q-282 111 -282 397q0 208 136.5 323.5t379.5 115.5h463v-1456h-193zM337 1017q0 -132 82.5 -212t229.5 -81h282v574h-273q-156 0 -238.5 -74t-82.5 -207z" glyph-name="uni042F" horiz-adv-x="1304" unicode="Я"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49z" glyph-name="uni0430" horiz-adv-x="1114" unicode="а"/><glyph d="M615 1020q204 0 326.5 -136.5t122.5 -359.5v-17q0 -153 -59 -273.5t-169.5 -187t-254.5 -66.5q-218 0 -351 145.5t-133 390.5v90q0 341 126.5 542t373.5 245q140 25 189 61t49 99h152q0 -125 -56.5 -195t-180.5 -99l-138 -31q-165 -39 -247.5 -131.5t-107.5 -246.5 q147 170 358 170zM579 868q-136 0 -216 -91.5t-80 -253.5v-16q0 -174 80.5 -275.5t217.5 -101.5q138 0 218 102t80 298q0 153 -80.5 245.5t-219.5 92.5z" glyph-name="uni0431" horiz-adv-x="1132" unicode="б"/><glyph d="M157 0v1082h422q216 0 331.5 -75.5t115.5 -221.5q0 -75 -45 -135.5t-133 -92.5q98 -23 157.5 -90t59.5 -160q0 -149 -109.5 -228t-309.5 -79h-489zM342 475v-326h306q116 0 173.5 43t57.5 121q0 162 -238 162h-299zM342 623h239q260 0 260 152t-246 157h-253v-309z" glyph-name="uni0432" horiz-adv-x="1170" unicode="в"/><glyph d="M839 929h-499v-929h-186v1082h685v-153z" glyph-name="uni0433" horiz-adv-x="859" unicode="г"/><glyph d="M131 151l64 79q108 140 123 420l17 432h697v-931h139v-469h-185v318h-755v-318h-185l1 469h84zM350 151h497v760h-333l-11 -258q-17 -323 -153 -502z" glyph-name="uni0434" horiz-adv-x="1236" unicode="д"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5z" glyph-name="uni0435" horiz-adv-x="1085" unicode="е"/><glyph d="M1003 470h-130v-470h-185v470h-130l-303 -470h-234l387 560l-350 522h224l279 -448h127v448h185v-448h126l281 448h224l-351 -523l387 -559h-234z" glyph-name="uni0436" horiz-adv-x="1568" unicode="ж"/><glyph d="M735 786q0 76 -58 120.5t-159 44.5q-98 0 -163.5 -51t-65.5 -120h-184q0 141 118 231t295 90q190 0 296 -81.5t106 -232.5q0 -73 -44 -134t-125 -97q189 -64 189 -252q0 -149 -115 -236t-307 -87q-187 0 -308.5 91.5t-121.5 247.5h184q0 -79 70.5 -135.5t175.5 -56.5 q106 0 171 49t65 127q0 91 -54.5 130.5t-169.5 39.5h-185v156h201q189 5 189 156z" glyph-name="uni0437" horiz-adv-x="1040" unicode="з"/><glyph d="M840 1082h185v-1082h-185v789l-499 -789h-185v1082h185v-790z" glyph-name="uni0438" horiz-adv-x="1182" unicode="и"/><glyph d="M840 1082h185v-1082h-185v789l-499 -789h-185v1082h185v-790zM890 1476q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni0439" horiz-adv-x="1182" unicode="й"/><glyph d="M477 461h-135v-461h-186v1082h186v-458h121l364 458h224l-428 -520l464 -562h-235z" glyph-name="uni043A" horiz-adv-x="1106" unicode="к"/><glyph d="M1027 1082v-1082h-186v929h-368l-22 -405q-18 -279 -93.5 -399t-239.5 -125h-74v163l53 4q90 10 129 104t50 348l20 463h731z" glyph-name="uni043B" horiz-adv-x="1184" unicode="л"/><glyph d="M763 245l368 837h231v-1082h-185v787l-350 -787h-128l-357 804v-804h-185v1082h240z" glyph-name="uni043C" horiz-adv-x="1519" unicode="м"/><glyph d="M1024 0h-185v462h-497v-462h-186v1082h186v-469h497v469h185v-1082z" glyph-name="uni043D" horiz-adv-x="1181" unicode="н"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312z" glyph-name="uni043E" horiz-adv-x="1168" unicode="о"/><glyph d="M1025 0h-185v929h-498v-929h-186v1082h869v-1082z" glyph-name="uni043F" horiz-adv-x="1182" unicode="п"/><glyph d="M1054 529q0 -247 -113 -398t-306 -151q-197 0 -310 125v-521h-185v1498h169l9 -120q113 140 314 140q195 0 308.5 -147t113.5 -409v-17zM869 550q0 183 -78 289t-214 106q-168 0 -252 -149v-517q83 -148 254 -148q133 0 211.5 105.5t78.5 313.5z" glyph-name="uni0440" horiz-adv-x="1149" unicode="р"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101z" glyph-name="uni0441" horiz-adv-x="1072" unicode="с"/><glyph d="M944 932h-363v-932h-185v932h-356v150h904v-150z" glyph-name="uni0442" horiz-adv-x="984" unicode="т"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202z" glyph-name="uni0443" horiz-adv-x="969" unicode="у"/><glyph d="M100 521q0 271 105 426t288 155q85 0 149 -29v463h185v-469q70 35 164 35q184 0 289 -155t105 -447q0 -239 -104.5 -380t-287.5 -141q-97 0 -166 32v-427h-185v424q-66 -29 -151 -29q-182 0 -286.5 141t-104.5 386v15zM1200 521q0 204 -70 316.5t-193 112.5 q-63 0 -110 -20v-783q45 -17 112 -17q124 0 192.5 96t68.5 295zM285 500q0 -182 65 -276t187 -94q58 0 105 18v785q-42 17 -103 17q-122 0 -188 -109t-66 -341z" glyph-name="uni0444" horiz-adv-x="1485" unicode="ф"/><glyph d="M503 687l240 395h216l-354 -535l365 -547h-214l-250 405l-250 -405h-215l365 547l-354 535h214z" glyph-name="uni0445" horiz-adv-x="1015" unicode="х"/><glyph d="M156 1082h186v-931h498v931h185v-931h129l-18 -472h-166v321h-814v1082z" glyph-name="uni0446" horiz-adv-x="1213" unicode="ц"/><glyph d="M957 0h-186v392q-122 -32 -250 -32q-203 0 -309.5 104t-108.5 296v323h185v-329q5 -242 233 -242q128 0 250 32v538h186v-1082z" glyph-name="uni0447" horiz-adv-x="1113" unicode="ч"/><glyph d="M342 1082v-931h396v931h185v-931h395v931h186v-1082h-1348v1082h186z" glyph-name="uni0448" horiz-adv-x="1656" unicode="ш"/><glyph d="M331 1082v-931h396v931h185v-931h395v931h186v-931h152l-18 -472h-166v321h-1316v1082h186z" glyph-name="uni0449" horiz-adv-x="1694" unicode="щ"/><glyph d="M30 1082h506v-373h281q184 -2 291 -96t107 -255q0 -162 -110 -260t-296 -98h-458v930h-321v152zM536 558v-407h275q104 0 161 53.5t57 146.5q0 90 -55.5 147.5t-155.5 59.5h-282z" glyph-name="uni044A" horiz-adv-x="1271" unicode="ъ"/><glyph d="M342 709h281q184 -2 291 -96t107 -255q0 -162 -110 -260t-296 -98h-458v1082h185v-373zM1407 0h-186v1082h186v-1082zM342 558v-407h275q104 0 161 53.5t57 146.5q0 90 -55.5 147.5t-155.5 59.5h-282z" glyph-name="uni044B" horiz-adv-x="1590" unicode="ы"/><glyph d="M342 709h281q184 -2 291 -96t107 -255q0 -162 -110 -260t-296 -98h-458v1082h185v-373zM342 558v-407h275q104 0 161 53.5t57 146.5q0 90 -55.5 147.5t-155.5 59.5h-282z" glyph-name="uni044C" horiz-adv-x="1112" unicode="ь"/><glyph d="M520 950q-99 0 -171.5 -63t-72.5 -149h-176q0 93 59 178t157 135.5t204 50.5q211 0 341.5 -152.5t130.5 -398.5v-31q0 -152 -59.5 -277.5t-167 -194t-245.5 -68.5q-180 0 -300 112t-120 279h176q0 -102 71 -171.5t173 -69.5q119 0 196 92t89 253h-406v152h404 q-14 146 -89 234.5t-194 88.5z" glyph-name="uni044D" horiz-adv-x="1101" unicode="э"/><glyph d="M342 623h260q21 216 153.5 347.5t334.5 131.5q212 0 347 -143t146 -372l1 -58q0 -158 -62 -285t-174 -195.5t-256 -68.5q-209 0 -342 136.5t-149 354.5h-259v-471h-185v1082h185v-459zM784 529q0 -180 83.5 -289t224.5 -109t223.5 111t82.5 309q0 177 -84 288t-224 111 q-138 0 -222 -109t-84 -312z" glyph-name="uni044E" horiz-adv-x="1671" unicode="ю"/><glyph d="M967 1082v-1082h-186v421h-279l-255 -421h-200l272 449q-104 38 -159.5 117.5t-55.5 185.5q0 148 111 238.5t297 91.5h455zM290 750q0 -79 54 -127.5t143 -49.5h294v359h-266q-103 0 -164 -50.5t-61 -131.5z" glyph-name="uni044F" horiz-adv-x="1124" unicode="я"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM671 1240h-159l-258 294h223z" glyph-name="uni0450" horiz-adv-x="1085" unicode="ѐ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM244 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM674 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0451" horiz-adv-x="1085" unicode="ё"/><glyph d="M611 1209h-286v-258q123 151 320 151q343 0 346 -387v-804q0 -170 -85 -259t-237 -89q-61 0 -115 18l15 147q35 -13 100 -13t101 52t36 144v800q0 120 -52.5 177t-164.5 57q-90 0 -158 -48t-106 -126v-771h-185v1209h-164v152h164v175h185v-175h286v-152z" glyph-name="uni0452" horiz-adv-x="1128" unicode="ђ"/><glyph d="M839 929h-499v-929h-186v1082h685v-153zM521 1514h224l-268 -294h-149z" glyph-name="uni0453" horiz-adv-x="859" unicode="ѓ"/><glyph d="M584 131q99 0 173 60t82 150h176q-5 -94 -65 -178t-158 -133.5t-208 -49.5q-222 0 -351.5 148t-129.5 404v30q0 159 58.5 282.5t166.5 190.5t256 67q182 0 302.5 -109t128.5 -283h-176q-8 105 -79.5 172.5t-175.5 67.5q-130 0 -207 -88.5t-87 -245.5h404v-152h-404 q10 -160 86.5 -246.5t207.5 -86.5z" glyph-name="uni0454" horiz-adv-x="1101" unicode="є"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5z" glyph-name="uni0455" horiz-adv-x="1056" unicode="ѕ"/><glyph d="M341 0h-185v1082h185v-1082zM141 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0456" horiz-adv-x="497" unicode="і"/><glyph d="M341 0h-186v1082h186v-1082zM-68 1370q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM362 1368q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0457" horiz-adv-x="506" unicode="ї"/><glyph d="M331 1082v-1207q0 -312 -283 -312q-61 0 -113 18v148q32 -8 84 -8q62 0 94.5 33.5t32.5 116.5v1211h185zM127 1369q0 44 27.5 75.5t80.5 31.5q54 0 82 -31t28 -76t-28 -75t-82 -30t-81 30t-27 75z" glyph-name="uni0458" horiz-adv-x="489" unicode="ј"/><glyph d="M991 1082v-412h286q182 -3 287.5 -93.5t105.5 -238.5q0 -147 -105.5 -241t-288.5 -97h-471v929h-337l-23 -422q-20 -277 -98 -391t-243 -116h-65v163l54 4q85 10 123.5 93.5t51.5 294.5l23 527h700zM991 518v-369h275q101 0 159.5 52.5t58.5 138.5q0 81 -57 129t-156 49 h-280z" glyph-name="uni0459" horiz-adv-x="1737" unicode="љ"/><glyph d="M342 673h497v409h185v-413h290q180 -4 284.5 -92.5t104.5 -238.5q0 -151 -108.5 -244.5t-297.5 -93.5h-458v522h-497v-522h-186v1082h186v-409zM1024 518v-369h275q101 0 159.5 52.5t58.5 138.5q0 81 -57 129t-156 49h-280z" glyph-name="uni045A" horiz-adv-x="1764" unicode="њ"/><glyph d="M633 1214h-308v-263q123 151 320 151q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1214h-143v151h143v171h185v-171h308v-151z" glyph-name="uni045B" horiz-adv-x="1161" unicode="ћ"/><glyph d="M477 461h-135v-461h-186v1082h186v-458h121l364 458h224l-428 -520l464 -562h-235zM631 1513h224l-268 -294h-149z" glyph-name="uni045C" horiz-adv-x="1106" unicode="ќ"/><glyph d="M840 1082h185v-1082h-185v789l-499 -789h-185v1082h185v-790zM696 1220h-159l-258 294h223z" glyph-name="uni045D" horiz-adv-x="1182" unicode="ѝ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM808 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni045E" horiz-adv-x="969" unicode="ў"/><glyph d="M342 1082v-931h498v931h185v-1082h-339v-356h-185v356h-345v1082h186z" glyph-name="uni045F" horiz-adv-x="1182" unicode="џ"/><glyph d="M1653 1456v-1058q0 -198 -112.5 -308t-307.5 -110q-109 0 -194.5 43.5t-134.5 132.5q-52 -89 -141 -132.5t-202 -43.5q-189 0 -296.5 109.5t-108.5 304.5v1062h193v-1059q0 -123 57 -192t155 -69q114 0 179 68.5t65 192.5v1059h199v-1059q0 -125 62 -193t167 -68 q106 0 167 68.5t61 193.5v1058h192z" glyph-name="uni0460" horiz-adv-x="1800" unicode="Ѡ"/><glyph d="M1453 1082v-729q0 -176 -101 -275t-275 -99q-198 0 -287 148q-95 -148 -301 -148q-167 0 -263 97.5t-97 273.5v732h185v-733q1 -102 46.5 -160.5t128.5 -58.5q98 0 153.5 60t55.5 163v729h186v-729q0 -103 50.5 -163t142.5 -60q89 0 139.5 58.5t51.5 160.5v733h185z" glyph-name="uni0461" horiz-adv-x="1579" unicode="ѡ"/><glyph d="M592 1104h-237v-242h362q228 -3 356 -117t128 -310q0 -197 -129 -314t-352 -121h-557v1104h-207v151h207v201h192v-201h237v-151zM355 704v-547h351q143 0 222.5 76t79.5 204q0 123 -76.5 194t-217.5 73h-359z" glyph-name="uni0462" horiz-adv-x="1285" unicode="Ѣ"/><glyph d="M662 1082h-321v-336h280q187 -2 293 -103t106 -266t-106 -269.5t-289 -107.5h-470v1082h-191v151h191v325h186v-325h321v-151zM341 594v-443h274q105 0 161.5 59.5t56.5 159.5q0 97 -55.5 159.5t-155.5 64.5h-281z" glyph-name="uni0463" horiz-adv-x="1110" unicode="ѣ"/><glyph d="M376 832h199q5 193 78.5 340t204.5 226t303 79q230 0 370.5 -128t164.5 -360h-192q-25 172 -108.5 251t-234.5 79q-180 0 -283.5 -130.5t-109.5 -356.5h542v-151h-542v-26q0 -237 99 -377t277 -140q163 0 247.5 73.5t112.5 251.5h192q-27 -231 -170.5 -356.5 t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v20h-199v-681h-193v1456h193v-624z" glyph-name="uni0464" horiz-adv-x="1835" unicode="Ѥ"/><glyph d="M339 615h191q16 223 143.5 355t336.5 132q182 0 302.5 -109t128.5 -283h-176q-8 105 -79.5 172.5t-175.5 67.5q-132 0 -208 -88.5t-86 -246.5h437v-151h-437q10 -160 86.5 -246.5t207.5 -86.5q99 0 173 60t82 150h176q-5 -94 -65 -178t-158 -133.5t-208 -49.5 q-209 0 -336 131t-143 353h-192v-464h-186v1082h186v-467z" glyph-name="uni0465" horiz-adv-x="1528" unicode="ѥ"/><glyph d="M905 438h-170v-438h-188v438h-158l-152 -438h-197l525 1456h171l516 -1456h-197zM446 602h403l-199 585z" glyph-name="uni0466" horiz-adv-x="1234" unicode="Ѧ"/><glyph d="M749 297h-117v-297h-185v297h-124l-119 -297h-189l442 1082h159l445 -1082h-190zM384 449h303l-128 315l-24 89l-24 -89z" glyph-name="uni0467" horiz-adv-x="1094" unicode="ѧ"/><glyph d="M394 601h391l309 855h171l516 -1456h-197l-150 438h-170v-438h-188v438h-158l-152 -438h-197l158 440h-333v-440h-193v1456h193v-855zM975 602h403l-199 585z" glyph-name="uni0468" horiz-adv-x="1803" unicode="Ѩ"/><glyph d="M374 449h271l259 633h159l445 -1082h-190l-122 297h-117v-297h-185v297h-124l-119 -297h-189l121 296h-209v-296h-186v1082h186v-633zM831 449h303l-128 315l-24 89l-24 -89z" glyph-name="uni0469" horiz-adv-x="1547" unicode="ѩ"/><glyph d="M1089 810h27q244 0 362 -106t121 -322v-382h-193v376q-1 144 -63 209t-216 67h-133l-21 -35v-617h-193v630l-13 22h-136q-158 0 -223 -61.5t-69 -202.5v-388h-192v382q3 216 121 322t361 106h42l-392 646h1202zM872 810h16l282 488h-581z" glyph-name="uni046A" horiz-adv-x="1745" unicode="Ѫ"/><glyph d="M150 0v182q4 205 105 310t311 111l-287 479h959l-288 -479q206 -11 304.5 -116.5t100.5 -313.5v-173h-186v177q-2 146 -59.5 210.5t-197.5 64.5h-53l-11 -19v-433h-185v443l-6 9h-62q-140 0 -198.5 -63t-60.5 -212v-177h-186zM754 604h8l183 326h-373z" glyph-name="uni046B" horiz-adv-x="1505" unicode="ѫ"/><glyph d="M709 0v376q1 179 80 284h-414v-660h-193v1456h193v-644h857l-391 644h1203l-392 -646h27q244 0 362 -106t121 -322v-382h-193v376q-1 144 -63 209t-216 67h-133l-22 -37v-615h-192v629l-14 23h-135q-158 0 -223 -61.5t-69 -202.5v-388h-193zM1435 810h16l282 488h-581z" glyph-name="uni046C" horiz-adv-x="2308" unicode="Ѭ"/><glyph d="M646 0v175q2 173 72 277h-377v-452h-186v1082h186v-478h721l-287 478h959l-288 -479q206 -11 304.5 -116.5t100.5 -313.5v-173h-186v177q-2 146 -59.5 210.5t-197.5 64.5h-53l-11 -19v-433h-185v443l-6 9h-75q-133 -2 -188.5 -66t-57.5 -211v-175h-186zM1250 604h8 l183 326h-373z" glyph-name="uni046D" horiz-adv-x="2001" unicode="ѭ"/><glyph d="M730 1066q0 110 -78.5 174t-213.5 64h-306v152h299q222 0 353 -108t131 -286q0 -103 -64.5 -185t-179.5 -127q130 -41 198.5 -127.5t68.5 -216.5q0 -196 -132.5 -310.5t-356.5 -114.5h-52q-141 -3 -141 -112q0 -105 130 -171l31 -15l-74 -125q-122 53 -192.5 137 t-70.5 183q0 122 82.5 187.5t244.5 66.5h52q134 1 213.5 75t79.5 195q0 264 -322 269h-153v152h134q319 0 319 243zM542 1756l151 170h160v-10l-254 -274h-114l-250 274v10h157z" glyph-name="uni046E" horiz-adv-x="1059" unicode="Ѯ"/><glyph d="M679 777q0 67 -63.5 108.5t-175.5 43.5h-311v153h295q202 0 321 -85t119 -224q0 -73 -51 -132.5t-142 -95.5q215 -66 215 -241q0 -148 -121.5 -235.5t-321.5 -87.5h-50q-141 -3 -141 -112q0 -105 130 -171l31 -15l-75 -125q-124 55 -193 139t-69 181q0 122 82.5 187.5 t244.5 66.5h54q114 2 181 50q63 46 63 118q0 162 -280 165h-153v152h136q275 0 275 160zM461 1414l151 170h160v-10l-254 -274h-114l-250 274v10h157z" glyph-name="uni046F" horiz-adv-x="987" unicode="ѯ"/><glyph d="M790 523q156 23 243 130.5t87 277.5v525h193v-528q0 -159 -63.5 -281.5t-182 -196t-277.5 -88.5v-362h-193v362q-231 23 -367.5 172t-139.5 386v536h192v-529q1 -163 83.5 -270.5t231.5 -132.5v932h193v-933z" glyph-name="uni0470" horiz-adv-x="1417" unicode="Ѱ"/><glyph d="M796 1082v-946q171 24 268.5 138.5t97.5 292.5q-5 232 -127 515h194q118 -236 118 -515q0 -259 -142.5 -411t-408.5 -173v-455h-185v457q-255 26 -385.5 181t-130.5 430v486h186v-498q2 -194 85 -308t245 -139v945h185z" glyph-name="uni0471" horiz-adv-x="1434" unicode="ѱ"/><glyph d="M1274 681q0 -213 -71.5 -372t-203.5 -244t-309 -85q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 307 -84t204.5 -241.5t74.5 -364.5v-105zM688 1311q-182 0 -286 -137.5t-108 -379.5h788q-4 248 -107 382.5t-287 134.5z M690 143q182 0 283 128t109 372h-788q8 -236 113.5 -368t282.5 -132z" glyph-name="uni0472" horiz-adv-x="1393" unicode="Ѳ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q212 0 347 -143t146 -372l1 -58q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM887 470h-609q13 -155 95 -247t211 -92t209.5 93t93.5 246zM582 950q-125 0 -206 -90.5t-96 -237.5h606 q-18 151 -99.5 239.5t-204.5 88.5z" glyph-name="uni0473" horiz-adv-x="1163" unicode="ѳ"/><glyph d="M579 374l33 -130l35 129l264 831q51 151 118 211t170 60l46 -1l-1 -171q-64 0 -96 -30t-63 -114l-388 -1159h-170l-505 1456h208z" glyph-name="uni0474" horiz-adv-x="1290" unicode="Ѵ"/><glyph d="M475 316l23 -100l25 100l157 543q77 242 249 242q71 0 106 -24l-21 -148q-13 8 -42 8q-31 0 -61 -24t-46 -69l-297 -844h-141l-381 1082h189z" glyph-name="uni0475" horiz-adv-x="1027" unicode="ѵ"/><glyph d="M579 374l33 -130l35 129l264 831q51 151 118 211t170 60l46 -1l-1 -171q-64 0 -96 -30t-63 -114l-388 -1159h-170l-505 1456h208zM571 1502h-169l-306 266h225zM832 1502h-150l-246 266h206z" glyph-name="uni0476" horiz-adv-x="1290" unicode="Ѷ"/><glyph d="M475 316l23 -100l25 100l157 543q77 242 249 242q71 0 106 -24l-21 -148q-13 8 -42 8q-31 0 -61 -24t-46 -69l-297 -844h-141l-381 1082h189zM470 1207h-169l-306 266h225zM731 1207h-150l-246 266h206z" glyph-name="uni0477" horiz-adv-x="1027" unicode="ѷ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1902 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202z" glyph-name="uni0478" horiz-adv-x="2377" unicode="Ѹ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM1662 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202z" glyph-name="uni0479" horiz-adv-x="2137" unicode="ѹ"/><glyph d="M1274 681q0 -291 -129 -474.5t-356 -218.5v-129h-185v127q-229 31 -364.5 215.5t-136.5 475.5v96q0 292 135 479t366 218v118h185v-120q226 -37 355.5 -221t129.5 -479v-87zM1083 775q0 224 -76.5 356.5t-217.5 167.5v-97h-185v100q-147 -31 -228.5 -168t-81.5 -360v-93 q0 -222 82 -360t228 -169v102h185v-100q143 34 218.5 167.5t75.5 359.5v94z" glyph-name="uni047A" horiz-adv-x="1393" unicode="Ѻ"/><glyph d="M91 551q0 210 106 359t291 183v112h185v-111q186 -32 294.5 -180t108.5 -369v-16q0 -216 -110.5 -364t-292.5 -177v-107h-185v108q-180 31 -288.5 178.5t-108.5 367.5v16zM673 144q99 31 158 133.5t59 273.5q0 145 -58 249t-159 136v-98h-185v97q-98 -33 -155 -137 t-57 -269q0 -146 56.5 -247.5t155.5 -135.5v102h185v-104z" glyph-name="uni047B" horiz-adv-x="1160" unicode="ѻ"/><glyph d="M1243 1455q187 0 295.5 -120t108.5 -334v-570q0 -212 -108.5 -332t-295.5 -120q-112 0 -201 42.5t-141 130.5q-52 -88 -140 -130.5t-200 -42.5q-185 0 -293 116t-112 321v586q0 212 108 332.5t297 120.5v-158q-99 0 -155.5 -78.5t-56.5 -215.5v-572q0 -140 57 -217.5 t155 -77.5q114 0 179 68.5t65 192.5v428h193v-428q0 -122 65 -191.5t180 -69.5q99 0 155 78t56 218v570q0 136 -55.5 215.5t-155.5 79.5v158zM1347 1747v-127h-43q-80 0 -145 17t-157 57t-118 46t-50 6q-113 0 -113 -112v-15h-128v36q0 110 63.5 164t173.5 54q40 0 76 -8.5 t131.5 -49.5t148.5 -54.5t161 -13.5zM791 1379q66 80 69 140v105h157v-102q0 -50 -45.5 -108.5t-104.5 -90.5z" glyph-name="uni047C" horiz-adv-x="1793" unicode="Ѽ"/><glyph d="M1090 1092q168 0 264 -109.5t96 -303.5v-289q0 -193 -96 -302t-264 -109q-208 0 -303 149q-47 -75 -125 -112t-176 -37q-163 0 -259.5 104t-100.5 291v306q0 193 96 302.5t264 109.5v-152q-82 0 -128.5 -68t-46.5 -192v-290q0 -123 46 -191.5t129 -68.5q98 0 153.5 60 t55.5 163v235h185v-238q1 -103 57 -161.5t153 -58.5q81 0 127.5 68t46.5 193v289q0 124 -46.5 192t-127.5 68v152zM1260 1395v-127h-44q-79 0 -142 16t-159 57t-120 46.5t-48 5.5q-114 0 -114 -111v-15h-128v36q0 110 63.5 164t174.5 54q41 0 78 -9t128.5 -49t146 -54 t164.5 -14zM703 1017q65 78 68 141v104h158v-102q0 -50 -45.5 -108.5t-104.5 -90.5z" glyph-name="uni047D" horiz-adv-x="1572" unicode="ѽ"/><glyph d="M1653 1456v-1058q0 -198 -112.5 -308t-307.5 -110q-109 0 -194.5 43.5t-134.5 132.5q-52 -89 -141 -132.5t-202 -43.5q-189 0 -296.5 109.5t-108.5 304.5v1062h193v-1059q0 -123 57 -192t155 -69q114 0 179 68.5t65 192.5v1059h199v-1059q0 -125 62 -193t167 -68 q106 0 167 68.5t61 193.5v1058h192zM503 1688v107h812l1 -107h-331v-125h-168v125h-314z" glyph-name="uni047E" horiz-adv-x="1800" unicode="Ѿ"/><glyph d="M1453 1082v-729q0 -176 -101 -275t-275 -99q-198 0 -287 148q-95 -148 -301 -148q-167 0 -263 97.5t-97 273.5v732h185v-733q1 -102 46.5 -160.5t128.5 -58.5q98 0 153.5 60t55.5 163v729h186v-729q0 -103 50.5 -163t142.5 -60q89 0 139.5 58.5t51.5 160.5v733h185z M391 1349v107h812l3 -107h-333v-128h-169v128h-313z" glyph-name="uni047F" horiz-adv-x="1579" unicode="ѿ"/><glyph d="M788 -380h-191v364q-216 28 -348 199t-132 426v244q0 177 71 321t199 223.5t288 79.5q247 0 391 -132t146 -356h-193q-2 158 -92.5 244t-251.5 86q-160 0 -262.5 -130t-102.5 -342v-244q0 -202 98.5 -332.5t255.5 -134.5h124v-516z" glyph-name="uni0480" horiz-adv-x="1330" unicode="Ҁ"/><glyph d="M674 -382h-185v368q-177 30 -283 177t-106 364v35q0 153 59.5 277.5t167 193.5t246.5 69q179 0 299 -112.5t120 -280.5h-175q0 101 -71.5 171t-172.5 70q-132 0 -210 -109t-78 -290v-31q0 -168 75 -277.5t205 -112.5h109v-512z" glyph-name="uni0481" horiz-adv-x="1095" unicode="ҁ"/><glyph d="M600 446l289 -172l-68 -123l-291 170l-182 -321h-168l225 398l-289 171l68 123l293 -171l205 365l-290 171l70 125l291 -171l188 331h165l-231 -408l293 -171l-72 -122l-288 170z" glyph-name="uni0482" horiz-adv-x="1277" unicode="҂"/><glyph d="M-755 1315v-125l-166 1l1 233h539l-1 108l165 -1v-216h-538z" glyph-name="uni0483" horiz-adv-x="0" unicode="҃"/><glyph d="M-394 1557q111 0 174.5 -54t63.5 -164v-36h-128v14q0 112 -114 112q-42 0 -87 -18l-111 -47q-137 -58 -255 -60h-60v126q108 0 161 13.5t149.5 55t132 50t74.5 8.5z" glyph-name="uni0484" horiz-adv-x="0" unicode="҄"/><glyph d="M-666 1500v123h179v-140l59 -116l-77 -65z" glyph-name="uni0485" horiz-adv-x="0" unicode="҅"/><glyph d="M-527 1302l-77 65l59 116l-1 140h181v-123z" glyph-name="uni0486" horiz-adv-x="0" unicode="҆"/><glyph d="M-760 1267q0 84 57.5 136t152.5 52t153 -52t58 -136h-112q0 46 -25.5 73.5t-73.5 27.5q-46 0 -71.5 -26.5t-25.5 -74.5h-113zM-169 990q0 84 58 136t151 52q95 0 153.5 -51.5t58.5 -136.5h-113q0 49 -26.5 75t-72.5 26q-44 0 -69.5 -26.5t-25.5 -74.5h-114zM17 487 q0 85 58.5 136.5t151.5 51.5q95 0 153 -52t58 -136h-112q0 49 -26.5 75t-72.5 26t-71.5 -27.5t-25.5 -73.5h-113zM-179 -32q0 84 58 136t151 52q95 0 153 -52t58 -136h-112q0 49 -26.5 75t-72.5 26q-45 0 -70.5 -27.5t-25.5 -73.5h-113zM-755 -316q0 84 57.5 136t152.5 52 t153 -52t58 -136h-112q0 46 -25.5 73.5t-73.5 27.5q-46 0 -71.5 -27.5t-25.5 -73.5h-113zM-1333 990q0 84 58 136t153 52t153 -52t58 -136h-112q0 46 -25.5 73.5t-73.5 27.5q-46 0 -71.5 -26.5t-25.5 -74.5h-114zM-1509 487q0 85 58.5 136.5t151.5 51.5q95 0 153 -52 t58 -136h-112q0 49 -26.5 75t-72.5 26t-71.5 -27.5t-25.5 -73.5h-113zM-1343 -32q0 85 58.5 136.5t151.5 51.5q95 0 153.5 -51.5t58.5 -136.5h-113q0 49 -26.5 75t-72.5 26q-45 0 -70.5 -26.5t-25.5 -74.5h-114z" glyph-name="uni0488" horiz-adv-x="0" unicode="҈"/><glyph d="M-465 -60l11 -14l-122 -339h-96l70 353h137zM-660 1126l-12 14l122 338h96l-70 -352h-136zM17 631l13 12l333 -124v-98l-346 71v139zM-1146 433l-13 -12l-333 124v98l346 -71v-139zM-222 1002l2 16l320 153l68 -68l-293 -200zM-906 21l-2 -17l-320 -153l-69 69l294 200z M-1046 860l-17 2l-148 326l65 69l198 -299zM-84 161l17 -2l148 -325l-66 -71l-196 299z" glyph-name="uni0489" horiz-adv-x="0" unicode="҉"/><glyph d="M1087 1456h192v-1456h-192v1122l-717 -1122h-193v1456h193v-1122zM1033 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150zM1284 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202 t-124.5 -162z" glyph-name="uni048A" horiz-adv-x="1460" unicode="Ҋ"/><glyph d="M840 1082h185v-1082h-185v789l-499 -789h-185v1082h185v-790zM890 1476q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150zM1031 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni048B" horiz-adv-x="1182" unicode="ҋ"/><glyph d="M592 1104h-237v-242h362q228 -3 356 -117t128 -310q0 -197 -129 -314t-352 -121h-557v1104h-207v151h207v201h192v-201h237v-151zM355 704v-547h351q143 0 222.5 76t79.5 204q0 123 -76.5 194t-217.5 73h-359z" glyph-name="uni048C" horiz-adv-x="1285" unicode="Ҍ"/><glyph d="M662 1304h-321v-558h280q187 -2 293 -103t106 -266t-106 -269.5t-289 -107.5h-470v1304h-191v152h191v193h186v-193h321v-152zM341 594v-443h274q105 0 161.5 59.5t56.5 159.5q0 97 -55.5 159.5t-155.5 64.5h-281z" glyph-name="uni048D" horiz-adv-x="1110" unicode="ҍ"/><glyph d="M361 570v-570h-193v1456h537q236 0 373.5 -121t137.5 -324q0 -186 -103 -298l126 -138l-109 -103l-139 153q-118 -55 -286 -55h-344zM986 853q37 65 37 156q0 130 -82.5 208.5t-227.5 80.5h-352v-571h344q98 0 167 29l-110 121l110 102z" glyph-name="uni048E" horiz-adv-x="1307" unicode="Ҏ"/><glyph d="M1054 529q0 -238 -106 -389l111 -125l-110 -102l-110 123q-89 -56 -204 -56q-197 0 -310 125v-521h-185v1498h169l9 -120q113 140 314 140q195 0 308.5 -147t113.5 -409v-17zM869 550q0 183 -78 289t-214 106q-168 0 -252 -149v-517q83 -148 254 -148q82 0 142 39 l-102 115l110 103l90 -103q50 98 50 265z" glyph-name="uni048F" horiz-adv-x="1161" unicode="ҏ"/><glyph d="M1059 1304h-3v-6h-702v-1298h-192v1456h712v336h185v-488z" glyph-name="uni0490" horiz-adv-x="1123" unicode="Ґ"/><glyph d="M834 929h-503v-929h-186v1082h504v316h185v-469z" glyph-name="uni0491" horiz-adv-x="912" unicode="ґ"/><glyph d="M639 684h-269v-684h-193v684h-174v151h174v621h895v-158h-702v-463h269v-151z" glyph-name="uni0492" horiz-adv-x="1139" unicode="Ғ"/><glyph d="M632 479h-292v-479h-186v479h-158v151h158v452h685v-153h-499v-299h292v-151z" glyph-name="uni0493" horiz-adv-x="859" unicode="ғ"/><glyph d="M1072 1298h-702v-465h178q284 0 442 -152.5t158 -424.5q0 -264 -122.5 -404.5t-350.5 -140.5l-2 147q145 0 217 97.5t72 300.5q-1 203 -103 309t-308 106h-181v-671h-193v1456h895v-158z" glyph-name="uni0494" horiz-adv-x="1243" unicode="Ҕ"/><glyph d="M830 929h-499v-284h108q239 0 379 -130t140 -345q0 -98 -49 -198t-134 -167t-202 -88l-48 146q128 33 188 109.5t60 197.5q0 145 -89 229t-241 84h-112v-483h-186v1082h685v-153z" glyph-name="uni0495" horiz-adv-x="1029" unicode="ҕ"/><glyph d="M1192 664h-156v-664h-192v664h-165l-412 -664h-240l490 768l-452 688h227l387 -632h165v632h192v-632h158l387 632h226l-452 -687l490 -769h-239zM1922 -359h-186v512h186v-512z" glyph-name="uni0496" horiz-adv-x="1859" unicode="Җ"/><glyph d="M1003 470h-130v-470h-185v470h-130l-303 -470h-234l387 560l-350 522h224l279 -448h127v448h185v-448h126l281 448h224l-351 -523l387 -559h-234zM1597 -359h-186v512h186v-512z" glyph-name="uni0497" horiz-adv-x="1568" unicode="җ"/><glyph d="M916 1065q0 116 -84.5 184.5t-237.5 68.5q-128 0 -214.5 -70.5t-86.5 -174.5h-192q0 116 63.5 208t177.5 143.5t252 51.5q244 0 379 -109.5t135 -304.5q0 -101 -62 -184t-173 -131q257 -86 257 -341q0 -196 -146 -311t-390 -115q-145 0 -263.5 51.5t-184.5 146.5t-66 226 h192q0 -115 91 -191.5t231 -76.5q157 0 250.5 73t93.5 193q0 256 -317 261h-180v158h179q146 3 221 66t75 178zM701 -431h-186v512h186v-512z" glyph-name="uni0498" horiz-adv-x="1215" unicode="Ҙ"/><glyph d="M735 786q0 76 -58 120.5t-159 44.5q-98 0 -163.5 -51t-65.5 -120h-184q0 141 118 231t295 90q190 0 296 -81.5t106 -232.5q0 -73 -44 -134t-125 -97q189 -64 189 -252q0 -149 -115 -236t-307 -87q-187 0 -308.5 91.5t-121.5 247.5h184q0 -79 70.5 -135.5t175.5 -56.5 q106 0 171 49t65 127q0 91 -54.5 130.5t-169.5 39.5h-185v156h201q189 5 189 156zM612 -430h-186v512h186v-512z" glyph-name="uni0499" horiz-adv-x="1040" unicode="ҙ"/><glyph d="M547 654h-177v-654h-192v1456h192v-642h150l509 642h239l-556 -706l597 -750h-235zM1348 -360h-186v512h186v-512z" glyph-name="uni049A" horiz-adv-x="1316" unicode="Қ"/><glyph d="M477 461h-135v-461h-186v1082h186v-458h121l364 458h224l-428 -520l464 -562h-235zM1153 -359h-186v512h186v-512z" glyph-name="uni049B" horiz-adv-x="1106" unicode="қ"/><glyph d="M1234 1456l-400 -690l445 -766h-241l-350 654h-80v-244h-148v244h-104v-654h-193v1456h193v-641h104v256h148v-256h77l323 641h226z" glyph-name="uni049C" horiz-adv-x="1289" unicode="Ҝ"/><glyph d="M1114 1082l-338 -514l375 -568h-235l-277 461h-50v-194h-148v194h-101v-461h-186v1082h186v-458h101v213h148v-213h42l259 458h224z" glyph-name="uni049D" horiz-adv-x="1150" unicode="ҝ"/><glyph d="M567 654h-177v-654h-192v1079h-187v151h187v226h192v-226h257v-151h-257v-265h150l509 642h239l-556 -706l597 -750h-235z" glyph-name="uni049E" unicode="Ҟ"/><glyph d="M480 501h-128v-501h-186v1217h-211v151h211v168h186v-168h239v-151h-239v-563h126l315 428h219l-378 -493l430 -589h-219z" glyph-name="uni049F" horiz-adv-x="1063" unicode="ҟ"/><glyph d="M912 654h-176v-654h-193v1304h-475v152h668v-642h150l508 642h239l-556 -705l598 -751h-236z" glyph-name="uni04A0" horiz-adv-x="1676" unicode="Ҡ"/><glyph d="M795 461h-136v-461h-186v929h-411v153h597v-458h122l363 458h225l-429 -520l465 -562h-235z" glyph-name="uni04A1" horiz-adv-x="1411" unicode="ҡ"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456zM1449 -359h-186v512h186v-512z" glyph-name="uni04A2" horiz-adv-x="1460" unicode="Ң"/><glyph d="M1024 0h-185v462h-497v-462h-186v1082h186v-469h497v469h185v-1082zM1186 -359h-186v512h186v-512z" glyph-name="uni04A3" horiz-adv-x="1181" unicode="ң"/><glyph d="M361 830h734v626h829v-152h-637v-1304h-192v673h-734v-673h-193v1456h193v-626z" glyph-name="uni04A4" horiz-adv-x="1999" unicode="Ҥ"/><glyph d="M331 613h497v469h557v-153h-372v-929h-185v462h-497v-462h-186v1082h186v-469z" glyph-name="uni04A5" horiz-adv-x="1460" unicode="ҥ"/><glyph d="M1279 833h118q284 0 442 -152.5t158 -424.5q0 -264 -122.5 -404.5t-350.5 -140.5l-2 147q145 0 217 97.5t72 300.5q-1 203 -103 309t-308 106h-121v-671h-193v1298h-718v-1298h-192v1456h1103v-623z" glyph-name="uni04A6" horiz-adv-x="2097" unicode="Ҧ"/><glyph d="M1014 645h160q248 0 393 -130t145 -345l-3 -38q-20 -163 -124.5 -275.5t-257.5 -139.5l-48 146q124 32 185.5 107t61.5 200q0 146 -94 229.5t-254 83.5h-164v-483h-185v929h-498v-929h-186v1082h869v-437z" glyph-name="uni04A7" horiz-adv-x="1780" unicode="ҧ"/><glyph d="M1442 -28q-215 0 -394 73q-142 -66 -314 -66q-178 0 -320 89t-221.5 250t-79.5 357v172q0 177 58.5 322t163.5 226.5t237 81.5l1 -165q-118 0 -192 -127t-74 -344v-166q0 -236 118 -384.5t309 -148.5q70 0 126 13q-121 97 -187 235.5t-66 308.5v227q0 154 52 280.5 t146.5 197t212.5 70.5q182 0 297 -154t115 -407v-235q0 -158 -55.5 -291t-157.5 -228q104 -26 225 -26v-161zM799 697q0 -152 60 -270.5t177 -192.5q98 72 150 187.5t52 256.5v249q0 177 -60.5 280t-159.5 103q-97 0 -158 -105t-61 -283v-225z" glyph-name="uni04A8" horiz-adv-x="1518" unicode="Ҩ"/><glyph d="M1180 -12q-178 0 -318 57q-118 -66 -261 -66q-140 0 -252.5 74.5t-176 211.5t-63.5 304v58q0 205 98.5 340t253.5 135v-158q-73 0 -119.5 -86.5t-46.5 -232.5v-56q0 -193 84.5 -313t221.5 -120q46 0 90 11q-193 162 -193 435v94q0 192 86.5 309.5t229.5 117.5 q140 0 229 -124.5t89 -330.5v-98q0 -227 -128 -384q79 -21 176 -21v-157zM683 570q0 -214 159 -330q102 115 105 301v117q0 130 -36.5 209t-96.5 79t-95 -70.5t-36 -192.5v-113z" glyph-name="uni04A9" horiz-adv-x="1235" unicode="ҩ"/><glyph d="M1240 462q-27 -231 -170.5 -356.5t-381.5 -125.5q-258 0 -413.5 185t-155.5 495v140q0 203 72.5 357t205.5 236.5t308 82.5q232 0 372 -129.5t163 -358.5h-193q-25 174 -108.5 252t-233.5 78q-184 0 -288.5 -136t-104.5 -387v-141q0 -237 99 -377t277 -140 q160 0 245.5 72.5t113.5 252.5h193zM774 -431h-186v512h186v-512z" glyph-name="uni04AA" horiz-adv-x="1333" unicode="Ҫ"/><glyph d="M574 131q99 0 173 60t82 150h175q-5 -93 -64 -177t-157.5 -134t-208.5 -50q-221 0 -351.5 147.5t-130.5 403.5v31q0 158 58 281t166.5 191t256.5 68q182 0 302.5 -109t128.5 -283h-175q-8 105 -79.5 172.5t-176.5 67.5q-141 0 -218.5 -101.5t-77.5 -293.5v-35 q0 -187 77 -288t220 -101zM627 -431h-186v512h186v-512z" glyph-name="uni04AB" horiz-adv-x="1072" unicode="ҫ"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158zM864 -359h-186v512h186v-512z" glyph-name="uni04AC" horiz-adv-x="1222" unicode="Ҭ"/><glyph d="M944 932h-363v-932h-185v932h-356v150h904v-150zM743 -359h-186v512h186v-512z" glyph-name="uni04AD" horiz-adv-x="984" unicode="ҭ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220z" glyph-name="uni04AE" horiz-adv-x="1230" unicode="Ү"/><glyph d="M522 276l280 806h189l-379 -1025v-473h-186v480l-380 1018h189z" glyph-name="uni04AF" horiz-adv-x="1026" unicode="ү"/><glyph d="M934 521h-225v-521h-192v521h-219v151h148l-431 784h220l378 -731l380 731h218l-431 -784h154v-151z" glyph-name="uni04B0" horiz-adv-x="1230" unicode="Ұ"/><glyph d="M842 -11h-230v-405h-186v405h-220v151h191l-351 942h189l287 -806l280 806h189l-349 -942h200v-151z" glyph-name="uni04B1" horiz-adv-x="1026" unicode="ұ"/><glyph d="M644 898l349 558h226l-460 -722l471 -734h-228l-358 568l-360 -568h-227l472 734l-461 722h225zM1272 -359h-186v512h186v-512z" glyph-name="uni04B2" horiz-adv-x="1284" unicode="Ҳ"/><glyph d="M503 687l240 395h216l-354 -535l365 -547h-214l-250 405l-250 -405h-215l365 547l-354 535h214zM1030 -359h-186v512h186v-512z" glyph-name="uni04B3" horiz-adv-x="1015" unicode="ҳ"/><glyph d="M427 1304h-375v151h375v1h193v-1h385v-151h-385v-1147h718v1299h193v-1295h152l-18 -512h-172v351h-1066v1304z" glyph-name="uni04B4" horiz-adv-x="1836" unicode="Ҵ"/><glyph d="M305 931h-274v151h708v-151h-249v-780h498v931h186v-931h128l-18 -472h-165v321h-814v931z" glyph-name="uni04B5" horiz-adv-x="1372" unicode="ҵ"/><glyph d="M1224 1456v-1456h-193v603q-105 -30 -191 -41.5t-196 -11.5q-249 0 -370 108t-124 331v467h193v-462q1 -152 69.5 -219t231.5 -67q190 0 387 54v694h193zM1382 -359h-186v512h186v-512z" glyph-name="uni04B6" horiz-adv-x="1402" unicode="Ҷ"/><glyph d="M957 0h-186v392q-122 -32 -250 -32q-203 0 -309.5 104t-108.5 296v323h185v-329q5 -242 233 -242q128 0 250 32v538h186v-1082zM1118 -359h-186v512h186v-512z" glyph-name="uni04B7" horiz-adv-x="1113" unicode="ҷ"/><glyph d="M343 1456v-462q1 -154 69.5 -220t228.5 -66v310h149v-302q121 13 241 46v694h193v-1456h-193v603q-114 -34 -241 -47v-238h-149v232q-248 0 -367.5 108.5t-123.5 326.5v471h193z" glyph-name="uni04B8" horiz-adv-x="1391" unicode="Ҹ"/><glyph d="M985 0h-186v392q-70 -19 -153 -28v-135h-150v133q-176 13 -269.5 115t-95.5 283v323h185v-331q5 -211 180 -237v280h150v-278q84 10 153 27v538h186v-1082z" glyph-name="uni04B9" horiz-adv-x="1130" unicode="ҹ"/><glyph d="M138 0v1456h193v-603q185 53 387 53q249 0 370 -108t124 -331v-467h-193v462q-1 152 -69.5 219t-231.5 67q-187 0 -387 -55v-693h-193z" glyph-name="uni04BA" horiz-adv-x="1392" unicode="Һ"/><glyph d="M325 951q123 151 320 151q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1536h185v-585z" glyph-name="uni04BB" horiz-adv-x="1128" unicode="һ"/><glyph d="M1001 -22q-286 0 -452.5 168.5t-166.5 465.5v91q-153 19 -236 117.5t-83 260.5h152q0 -90 40 -152.5t127 -82.5q0 180 71 323.5t197.5 224.5t276.5 81q258 0 400 -174.5t142 -496.5v-108h-894v-93q0 -220 111 -343.5t315 -123.5q179 0 345 83l47 -143q-64 -45 -169 -71.5 t-223 -26.5zM575 836h702v33q0 217 -89.5 331.5t-260.5 114.5q-158 0 -255 -129.5t-97 -349.5z" glyph-name="uni04BC" horiz-adv-x="1583" unicode="Ҽ"/><glyph d="M701 -20q-220 0 -358 144.5t-138 394.5q-120 29 -179.5 116t-59.5 221h147q0 -147 101 -195q20 130 86 230.5t166 155.5t212 55q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q174 0 285 146l113 -88q-136 -209 -408 -209zM678 950 q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5t-184 77.5z" glyph-name="uni04BD" horiz-adv-x="1213" unicode="ҽ"/><glyph d="M1001 -22q-286 0 -452.5 168.5t-166.5 465.5v91q-153 19 -236 117.5t-83 260.5h152q0 -90 40 -152.5t127 -82.5q0 180 71 323.5t197.5 224.5t276.5 81q258 0 400 -174.5t142 -496.5v-108h-894v-93q0 -220 111 -343.5t315 -123.5q179 0 345 83l47 -143q-64 -45 -169 -71.5 t-223 -26.5zM575 836h702v33q0 217 -89.5 331.5t-260.5 114.5q-158 0 -255 -129.5t-97 -349.5zM1063 -427h-186v512h186v-512z" glyph-name="uni04BE" horiz-adv-x="1583" unicode="Ҿ"/><glyph d="M701 -20q-220 0 -358 144.5t-138 394.5q-120 29 -179.5 116t-59.5 221h147q0 -147 101 -195q20 130 86 230.5t166 155.5t212 55q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q174 0 285 146l113 -88q-136 -209 -408 -209zM678 950 q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5t-184 77.5zM802 -423h-186v512h186v-512z" glyph-name="uni04BF" horiz-adv-x="1213" unicode="ҿ"/><glyph d="M375 0h-192v1456h192v-1456z" glyph-name="uni04C0" horiz-adv-x="557" unicode="Ӏ"/><glyph d="M1192 664h-156v-664h-192v664h-165l-412 -664h-240l490 768l-452 688h227l387 -632h165v632h192v-632h158l387 632h226l-452 -687l490 -769h-239zM1232 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110 h150z" glyph-name="uni04C1" horiz-adv-x="1859" unicode="Ӂ"/><glyph d="M1003 470h-130v-470h-185v470h-130l-303 -470h-234l387 560l-350 522h224l279 -448h127v448h185v-448h126l281 448h224l-351 -523l387 -559h-234zM1079 1476q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110 h150z" glyph-name="uni04C2" horiz-adv-x="1568" unicode="ӂ"/><glyph d="M356 0h-193v1456h193v-625h133l513 625h226l-520 -632q248 -22 382.5 -173t134.5 -401q0 -264 -124.5 -406t-354.5 -142l-2 152q144 0 216 96.5t72 297.5q-2 202 -101.5 307t-298.5 106h-276v-661z" glyph-name="uni04C3" horiz-adv-x="1289" unicode="Ӄ"/><glyph d="M639 612q195 -31 298 -144t103 -293q0 -93 -50 -191.5t-136 -160.5t-198 -81l-48 146q248 57 248 287q0 138 -86.5 211t-251.5 75h-178v-461h-186v1082h186v-458h91l394 458h224z" glyph-name="uni04C4" horiz-adv-x="1114" unicode="ӄ"/><glyph d="M1270 1456v-1456h-192v1298h-522l-26 -577q-15 -290 -59.5 -436t-130.5 -214.5t-230 -70.5h-63v157l40 2q93 7 143 60.5t76 170.5t37 360l30 706h897zM1274 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni04C5" horiz-adv-x="1449" unicode="Ӆ"/><glyph d="M1027 1082v-1082h-186v929h-368l-22 -405q-18 -279 -93.5 -399t-239.5 -125h-74v163l53 4q90 10 129 104t50 348l20 463h731zM1033 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni04C6" horiz-adv-x="1184" unicode="ӆ"/><glyph d="M370 1456v-658h716v658h192v-1539q0 -168 -85.5 -261t-241.5 -93q-60 0 -114 18l14 154q37 -14 98 -14q65 0 101 51.5t36 143.5v725h-716v-641h-193v1456h193z" glyph-name="uni04C7" horiz-adv-x="1458" unicode="Ӈ"/><glyph d="M331 1082v-469h497v469h185v-1171q0 -170 -85.5 -259t-237.5 -89q-60 0 -112 18l15 147q17 -7 77 -12l20 -1q66 0 102 52t36 144v551h-497v-462h-186v1082h186z" glyph-name="uni04C8" horiz-adv-x="1160" unicode="ӈ"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456zM1293 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni04C9" horiz-adv-x="1460" unicode="Ӊ"/><glyph d="M1024 0h-185v462h-497v-462h-186v1082h186v-469h497v469h185v-1082zM1030 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni04CA" horiz-adv-x="1181" unicode="ӊ"/><glyph d="M1224 1456v-1456h-193v603q-105 -30 -191 -41.5t-196 -11.5q-249 0 -370 108t-124 331v467h193v-462q1 -152 69.5 -219t231.5 -67q190 0 387 54v694h193zM1055 -359h-186v512h186v-512z" glyph-name="uni04CB" horiz-adv-x="1402" unicode="Ӌ"/><glyph d="M957 0h-186v392q-122 -32 -250 -32q-203 0 -309.5 104t-108.5 296v323h185v-329q5 -242 233 -242q128 0 250 32v538h186v-1082zM790 -359h-186v512h186v-512z" glyph-name="uni04CC" horiz-adv-x="1113" unicode="ӌ"/><glyph d="M417 1456l476 -1188l476 1188h249v-1456h-192v567l18 612l-478 -1179h-147l-477 1176l19 -609v-567h-192v1456h248zM1610 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni04CD" horiz-adv-x="1788" unicode="Ӎ"/><glyph d="M763 245l368 837h231v-1082h-185v787l-350 -787h-128l-357 804v-804h-185v1082h240zM1368 -357l-105 72q94 131 98 270v167h181v-145q0 -101 -49.5 -202t-124.5 -162z" glyph-name="uni04CE" horiz-adv-x="1519" unicode="ӎ"/><glyph d="M375 0h-192v1456h192v-1456z" glyph-name="uni04CF" horiz-adv-x="557" unicode="ӏ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM972 1806q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni04D0" unicode="Ӑ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM881 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni04D1" horiz-adv-x="1114" unicode="ӑ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM351 1681q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM781 1679q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04D2" unicode="Ӓ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM260 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM690 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04D3" horiz-adv-x="1114" unicode="ӓ"/><glyph d="M1879 0h-883l-15 353h-564l-205 -353h-226l880 1456h951v-152h-691l20 -471h590v-151h-584l22 -531h705v-151zM518 527h456l-31 733z" glyph-name="uni04D4" horiz-adv-x="1914" unicode="Ӕ"/><glyph d="M1262 -20q-261 0 -397 180q-65 -86 -178 -133t-254 -47q-167 0 -261 86.5t-94 237.5q0 157 113.5 244t334.5 87h223v85q0 107 -55 168.5t-159 61.5q-105 0 -175 -55t-70 -136l-184 19q0 143 121 233.5t308 90.5q115 0 203 -41.5t138 -124.5q63 79 150 122.5t192 43.5 q210 0 326 -128.5t116 -361.5v-115h-728q7 -176 94 -271.5t236 -95.5q148 0 269 76l47 31l64 -136q-158 -121 -380 -121zM469 130q72 0 151 37t129 91v237h-228q-117 -2 -187 -57t-70 -138q0 -77 53 -123.5t152 -46.5zM1218 950q-115 0 -189.5 -85.5t-91.5 -224.5h538v31 q0 132 -67 205.5t-190 73.5z" glyph-name="uni04D5" horiz-adv-x="1729" unicode="ӕ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM919 1818q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni04D6" horiz-adv-x="1164" unicode="Ӗ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM865 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni04D7" horiz-adv-x="1085" unicode="ӗ"/><glyph d="M640 1476q302 0 480 -188.5t178 -523.5v-84q0 -197 -78 -357.5t-217 -251.5t-306 -91q-285 0 -444.5 172.5t-159.5 497.5v117h1012v7q0 258 -122 400t-343 142q-165 0 -304 -58l-61 -26l-47 143l22 13q158 88 390 88zM697 138q169 0 280 130.5t126 349.5h-817v-34 q0 -218 105.5 -332t305.5 -114z" glyph-name="uni04D8" horiz-adv-x="1415" unicode="Ә"/><glyph d="M511 1103q220 0 355 -150t135 -399v-36q0 -149 -62 -273t-170 -194.5t-230 -69.5q-208 0 -324.5 127t-116.5 360v116h717q-7 168 -87.5 268t-216.5 100q-186 0 -309 -108l-73 125q140 134 382 134zM539 132q98 0 173.5 82t96.5 219h-525v-26q0 -125 68.5 -200t186.5 -75z" glyph-name="uni04D9" horiz-adv-x="1079" unicode="ә"/><glyph d="M640 1476q302 0 480 -188.5t178 -523.5v-84q0 -197 -78 -357.5t-217 -251.5t-306 -91q-285 0 -444.5 172.5t-159.5 497.5v117h1012v7q0 258 -122 400t-343 142q-165 0 -304 -58l-61 -26l-47 143l22 13q158 88 390 88zM697 138q169 0 280 130.5t126 349.5h-817v-34 q0 -218 105.5 -332t305.5 -114zM313 1647q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM743 1645q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04DA" horiz-adv-x="1415" unicode="Ӛ"/><glyph d="M511 1103q220 0 355 -150t135 -399v-36q0 -149 -62 -273t-170 -194.5t-230 -69.5q-208 0 -324.5 127t-116.5 360v116h717q-7 168 -87.5 268t-216.5 100q-186 0 -309 -108l-73 125q140 134 382 134zM539 132q98 0 173.5 82t96.5 219h-525v-26q0 -125 68.5 -200t186.5 -75z M237 1372q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM667 1370q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04DB" horiz-adv-x="1079" unicode="ӛ"/><glyph d="M1192 664h-156v-664h-192v664h-165l-412 -664h-240l490 768l-452 688h227l387 -632h165v632h192v-632h158l387 632h226l-452 -687l490 -769h-239zM611 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM1041 1691q0 45 27.5 76 t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04DC" horiz-adv-x="1859" unicode="Ӝ"/><glyph d="M1003 470h-130v-470h-185v470h-130l-303 -470h-234l387 560l-350 522h224l279 -448h127v448h185v-448h126l281 448h224l-351 -523l387 -559h-234zM458 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM888 1349q0 45 27.5 76 t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04DD" horiz-adv-x="1568" unicode="ӝ"/><glyph d="M916 1065q0 116 -84.5 184.5t-237.5 68.5q-128 0 -214.5 -70.5t-86.5 -174.5h-192q0 116 63.5 208t177.5 143.5t252 51.5q244 0 379 -109.5t135 -304.5q0 -101 -62 -184t-173 -131q257 -86 257 -341q0 -196 -146 -311t-390 -115q-145 0 -263.5 51.5t-184.5 146.5t-66 226 h192q0 -115 91 -191.5t231 -76.5q157 0 250.5 73t93.5 193q0 256 -317 261h-180v158h179q146 3 221 66t75 178zM285 1714q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM715 1712q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30 t-81.5 30t-27.5 75z" glyph-name="uni04DE" horiz-adv-x="1215" unicode="Ӟ"/><glyph d="M735 786q0 76 -58 120.5t-159 44.5q-98 0 -163.5 -51t-65.5 -120h-184q0 141 118 231t295 90q190 0 296 -81.5t106 -232.5q0 -73 -44 -134t-125 -97q189 -64 189 -252q0 -149 -115 -236t-307 -87q-187 0 -308.5 91.5t-121.5 247.5h184q0 -79 70.5 -135.5t175.5 -56.5 q106 0 171 49t65 127q0 91 -54.5 130.5t-169.5 39.5h-185v156h201q189 5 189 156zM196 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM626 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04DF" horiz-adv-x="1040" unicode="ӟ"/><glyph d="M797 1298h-650v158h875l1 -125l-405 -482q217 -14 333.5 -129.5t116.5 -313.5q0 -195 -134.5 -311t-358.5 -116q-134 0 -243.5 52.5t-168.5 147.5t-59 225h192q0 -114 78 -191t201 -77q137 0 218.5 73t81.5 193q0 157 -83 228t-241 71h-141v151z" glyph-name="uni04E0" horiz-adv-x="1192" unicode="Ӡ"/><glyph d="M780 929h-632v153h869l1 -118l-398 -495q212 -16 328 -128.5t116 -309.5q0 -195 -134 -310.5t-356 -115.5q-132 0 -239.5 51t-168.5 146.5t-61 226.5h186q0 -113 79 -192.5t204 -79.5q141 0 223 74.5t82 195.5q0 290 -311 298h-160v151z" glyph-name="uni04E1" horiz-adv-x="1192" unicode="ӡ"/><glyph d="M1087 1456h192v-1456h-192v1122l-717 -1122h-193v1456h193v-1122zM1094 1643h-714v143h714v-143z" glyph-name="uni04E2" horiz-adv-x="1460" unicode="Ӣ"/><glyph d="M840 1082h185v-1082h-185v789l-499 -789h-185v1082h185v-790zM951 1301h-714v143h714v-143z" glyph-name="uni04E3" horiz-adv-x="1182" unicode="ӣ"/><glyph d="M1087 1456h192v-1456h-192v1122l-717 -1122h-193v1456h193v-1122zM412 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM842 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04E4" horiz-adv-x="1460" unicode="Ӥ"/><glyph d="M840 1082h185v-1082h-185v789l-499 -789h-185v1082h185v-790zM269 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM699 1349q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04E5" horiz-adv-x="1182" unicode="ӥ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM385 1683q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM815 1681q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04E6" horiz-adv-x="1408" unicode="Ӧ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM254 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM684 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04E7" horiz-adv-x="1168" unicode="ӧ"/><glyph d="M1274 681q0 -213 -71.5 -372t-203.5 -244t-309 -85q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 307 -84t204.5 -241.5t74.5 -364.5v-105zM688 1311q-182 0 -286 -137.5t-108 -379.5h788q-4 248 -107 382.5t-287 134.5z M690 143q182 0 283 128t109 372h-788q8 -236 113.5 -368t282.5 -132z" glyph-name="uni04E8" horiz-adv-x="1393" unicode="Ө"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q212 0 347 -143t146 -372l1 -58q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM887 470h-609q13 -155 95 -247t211 -92t209.5 93t93.5 246zM582 950q-125 0 -206 -90.5t-96 -237.5h606 q-18 151 -99.5 239.5t-204.5 88.5z" glyph-name="uni04E9" horiz-adv-x="1163" unicode="ө"/><glyph d="M1274 681q0 -213 -71.5 -372t-203.5 -244t-309 -85q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 307 -84t204.5 -241.5t74.5 -364.5v-105zM688 1311q-182 0 -286 -137.5t-108 -379.5h788q-4 248 -107 382.5t-287 134.5z M690 143q182 0 283 128t109 372h-788q8 -236 113.5 -368t282.5 -132zM372 1688q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM802 1686q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04EA" horiz-adv-x="1393" unicode="Ӫ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q212 0 347 -143t146 -372l1 -58q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM887 470h-609q13 -155 95 -247t211 -92t209.5 93t93.5 246zM582 950q-125 0 -206 -90.5t-96 -237.5h606 q-18 151 -99.5 239.5t-204.5 88.5zM238 1373q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM668 1371q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04EB" horiz-adv-x="1163" unicode="ӫ"/><glyph d="M340 462q28 -180 113.5 -252.5t245.5 -72.5q173 0 273.5 135t102.5 375h-573v158h573q0 237 -103.5 375t-289.5 138q-150 0 -233.5 -78t-108.5 -252h-193q23 229 163 358.5t372 129.5q176 0 309.5 -83.5t205 -238t71.5 -355.5v-145q0 -201 -71 -355t-200.5 -236.5 t-297.5 -82.5q-238 0 -381.5 125.5t-170.5 356.5h193zM371 1715q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM801 1713q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04EC" horiz-adv-x="1380" unicode="Ӭ"/><glyph d="M520 950q-99 0 -171.5 -63t-72.5 -149h-176q0 93 59 178t157 135.5t204 50.5q211 0 341.5 -152.5t130.5 -398.5v-31q0 -152 -59.5 -277.5t-167 -194t-245.5 -68.5q-180 0 -300 112t-120 279h176q0 -102 71 -171.5t173 -69.5q119 0 196 92t89 253h-406v152h404 q-14 146 -89 234.5t-194 88.5zM226 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM656 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04ED" horiz-adv-x="1101" unicode="ӭ"/><glyph d="M669 611l335 845h223l-515 -1213q-52 -116 -97 -164.5t-105.5 -74t-151.5 -25.5q-79 0 -101 9l6 152l91 -4q105 0 156 101l25 52l38 89l-496 1078h215zM1007 1643h-714v143h714v-143z" glyph-name="uni04EE" horiz-adv-x="1287" unicode="Ӯ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM869 1321h-714v143h714v-143z" glyph-name="uni04EF" horiz-adv-x="969" unicode="ӯ"/><glyph d="M669 611l335 845h223l-515 -1213q-52 -116 -97 -164.5t-105.5 -74t-151.5 -25.5q-79 0 -101 9l6 152l91 -4q105 0 156 101l25 52l38 89l-496 1078h215zM325 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM755 1691q0 45 27.5 76 t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04F0" horiz-adv-x="1287" unicode="Ӱ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM187 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM617 1369q0 45 27.5 76t81.5 31t82 -31t28 -76 t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04F1" horiz-adv-x="969" unicode="ӱ"/><glyph d="M669 611l335 845h223l-515 -1213q-52 -116 -97 -164.5t-105.5 -74t-151.5 -25.5q-79 0 -101 9l6 152l91 -4q105 0 156 101l25 52l38 89l-496 1078h215zM908 1857h207l-269 -303h-169zM568 1857h197l-218 -303h-150z" glyph-name="uni04F2" horiz-adv-x="1287" unicode="Ӳ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM770 1535h207l-269 -303h-169zM430 1535h197l-218 -303h-150z" glyph-name="uni04F3" horiz-adv-x="969" unicode="ӳ"/><glyph d="M1224 1456v-1456h-193v603q-105 -30 -191 -41.5t-196 -11.5q-249 0 -370 108t-124 331v467h193v-462q1 -152 69.5 -219t231.5 -67q190 0 387 54v694h193zM367 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM797 1691 q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04F4" horiz-adv-x="1402" unicode="Ӵ"/><glyph d="M957 0h-186v392q-122 -32 -250 -32q-203 0 -309.5 104t-108.5 296v323h185v-329q5 -242 233 -242q128 0 250 32v538h186v-1082zM202 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM632 1349q0 45 27.5 76t81.5 31t82 -31t28 -76 t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04F5" horiz-adv-x="1113" unicode="ӵ"/><glyph d="M1072 1298h-702v-1298h-193v1456h895v-158zM528 -359h-186v512h186v-512z" glyph-name="uni04F6" horiz-adv-x="1139" unicode="Ӷ"/><glyph d="M839 929h-499v-929h-186v1082h685v-153zM502 -359h-186v512h186v-512z" glyph-name="uni04F7" horiz-adv-x="859" unicode="ӷ"/><glyph d="M370 862h362q228 -3 356 -117t128 -310q0 -197 -129 -314t-352 -121h-557v1456h192v-594zM370 704v-547h351q143 0 222.5 76t79.5 204q0 123 -76.5 194t-217.5 73h-359zM1584 0h-192v1456h192v-1456zM569 1693q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75 t-82 -30t-81.5 30t-27.5 75zM999 1691q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04F8" horiz-adv-x="1771" unicode="Ӹ"/><glyph d="M342 709h281q184 -2 291 -96t107 -255q0 -162 -110 -260t-296 -98h-458v1082h185v-373zM342 558v-407h275q104 0 161 53.5t57 146.5q0 90 -55.5 147.5t-155.5 59.5h-282zM1407 0h-186v1082h186v-1082zM467 1351q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75 t-82 -30t-81.5 30t-27.5 75zM897 1349q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni04F9" horiz-adv-x="1590" unicode="ӹ"/><glyph d="M1140 1298h-702v-1298h-193v1456h895v-158zM694 715h-636v151h636v-151zM599 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="uni04FA" horiz-adv-x="1207" unicode="Ӻ"/><glyph d="M918 929h-499v-929h-186v1082h685v-153zM695 537h-636v151h636v-151zM584 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="uni04FB" horiz-adv-x="841" unicode="ӻ"/><glyph d="M644 898l349 558h226l-460 -722l471 -734h-228l-358 568l-360 -568h-227l472 734l-461 722h225zM1294 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="uni04FC" horiz-adv-x="1284" unicode="Ӽ"/><glyph d="M503 687l240 395h216l-354 -535l365 -547h-214l-250 405l-250 -405h-215l365 547l-354 535h214zM1052 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="uni04FD" horiz-adv-x="1015" unicode="ӽ"/><glyph d="M964 670h-164l430 -670h-228l-358 568l-360 -568h-227l431 670h-160v151h145l-405 635h225l351 -558l349 558h226l-405 -635h150v-151z" glyph-name="uni04FE" horiz-adv-x="1284" unicode="Ӿ"/><glyph d="M828 481h-179l321 -481h-214l-250 405l-250 -405h-215l321 481h-170v151h158l-298 450h214l237 -395l240 395h216l-298 -450h167v-151z" glyph-name="uni04FF" horiz-adv-x="1015" unicode="ӿ"/><glyph d="M931 883v573h194v-1456h-545q-228 0 -360.5 121t-132.5 324q0 199 127.5 316.5t351.5 121.5h365zM931 157v568h-351q-140 0 -220.5 -75t-80.5 -203q0 -130 79.5 -209.5t217.5 -80.5h355z" glyph-name="uni0500" horiz-adv-x="1270" unicode="Ԁ"/><glyph d="M95 550q0 249 118 400.5t309 151.5q190 0 301 -130v564h185v-1536h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105t-76 -311z" glyph-name="uni0501" horiz-adv-x="1155" unicode="ԁ"/><glyph d="M583 0q-229 0 -361.5 122t-132.5 323q0 198 128.5 316.5t355.5 121.5h362v573h193v-1301l88 1q111 2 168 75t60 196q4 162 -60 329h186l22 -68q47 -151 44 -261q-4 -195 -118.5 -311t-309.5 -116h-625zM935 157v568h-352q-142 0 -221 -75.5t-79 -202.5t76 -206.5 t209 -83.5h367z" glyph-name="uni0502" horiz-adv-x="1684" unicode="Ԃ"/><glyph d="M100 521q0 264 113 422.5t309 158.5q183 0 289 -131v589h185v-1215q-2 -95 45.5 -155t125.5 -60q137 2 212.5 106t79.5 293q4 186 -61 402l179 1q28 -102 48.5 -201.5t18.5 -201.5q-2 -169 -62.5 -293.5t-169 -190.5t-245.5 -66q-242 -4 -320 182q-108 -182 -327 -182 q-192 0 -306 141.5t-114 385.5v15zM811 811q-82 134 -243 134q-135 0 -209 -111.5t-74 -333.5q0 -173 72.5 -268.5t208.5 -95.5q167 0 250 147l-5 62v466z" glyph-name="uni0503" horiz-adv-x="1764" unicode="ԃ"/><glyph d="M254 633v158h155q159 2 232.5 63.5t73.5 192.5q0 251 -309 251h-352v158h363q239 -1 365 -105.5t126 -305.5q0 -232 -237 -330q219 -69 224 -329v-80q0 -79 41.5 -124.5t106.5 -45.5q116 2 183 105t71 288q4 187 -61 403h186l23 -88q48 -187 45 -315q-4 -253 -127 -401.5 t-322 -148.5q-323 -8 -338 325v64q0 120 -67.5 192t-184.5 73h-197z" glyph-name="uni0504" horiz-adv-x="1622" unicode="Ԅ"/><glyph d="M743 213q-2 -88 93 -88q112 2 171 79.5t62 214.5q4 153 -62 319h180q45 -134 57 -198t11 -121q-4 -205 -119.5 -325t-299.5 -120q-135 -3 -203.5 53t-75.5 187v71q0 157 -216 157h-205l-2 150h192q122 1 177 44.5t55 117.5q0 85 -62.5 131.5t-179.5 46.5h-261l-6 150h280 q196 -3 306 -86.5t110 -235.5q0 -157 -188 -231q182 -52 186 -230v-86z" glyph-name="uni0505" horiz-adv-x="1323" unicode="ԅ"/><glyph d="M175 633v151h169q164 1 241.5 63.5t77.5 195.5q0 261 -310 261h-271v151h289q232 -3 354 -108t122 -306q0 -226 -229 -326q222 -70 226 -334v-169h169v-148q0 -97 -48.5 -197t-125.5 -164l-106 72q81 115 95 225h-107q-60 52 -63 223v143q0 126 -73 196.5t-192 70.5h-218 z" glyph-name="uni0506" horiz-adv-x="1097" unicode="Ԇ"/><glyph d="M194 440l-1 151h219q233 2 233 163q0 178 -245 178h-279v150h295q221 -3 329 -106q86 -83 86 -215q0 -161 -190 -234q189 -53 190 -255v-76h154v-148q0 -97 -49 -198t-126 -163l-105 72q84 116 97 241h-103q-51 33 -53 166v94q0 180 -218 180h-234z" glyph-name="uni0507" horiz-adv-x="1031" unicode="ԇ"/><glyph d="M1063 1298h-486l-26 -577q-15 -290 -59.5 -436t-130.5 -214.5t-230 -70.5h-63v157l40 2q93 7 143 60.5t76 170.5t37 360l30 706h863v-1108q0 -96 44.5 -154t123.5 -58q130 0 205.5 102.5t79.5 290.5q2 192 -61 402l186 1q28 -102 48.5 -201.5t18.5 -201.5 q-3 -236 -119.5 -383t-311.5 -165l-46 -2q-179 0 -270.5 93t-91.5 273v953z" glyph-name="uni0508" horiz-adv-x="1985" unicode="Ԉ"/><glyph d="M817 929h-325l-23 -422q-20 -277 -98 -391t-243 -116h-65v163l54 4q85 10 123.5 93.5t51.5 294.5l23 527h687v-735q0 -96 45 -156.5t124 -60.5q108 0 169.5 91.5t65.5 262.5q4 178 -61 381h179l22 -80q48 -177 45 -301q-2 -154 -56 -269t-149 -175.5t-215 -60.5 q-174 0 -263.5 92t-90.5 269v589z" glyph-name="uni0509" horiz-adv-x="1653" unicode="ԉ"/><glyph d="M1257 1456v-1108q0 -101 46.5 -156.5t120.5 -55.5q134 2 208 104.5t78 288.5q4 183 -62 402l187 1q27 -98 48.5 -199t19.5 -204q-2 -168 -63.5 -293.5t-169.5 -191t-246 -65.5q-171 -4 -261.5 88t-98.5 279v295h-702v-641h-193v1456h193v-658h702v658h193z" glyph-name="uni050A" horiz-adv-x="2043" unicode="Ԋ"/><glyph d="M835 461h-506v-461h-185v1082h185v-470h506v470h185v-735q0 -100 46 -158.5t123 -58.5q108 2 170 92.5t66 261.5q4 172 -61 381h178l23 -83q48 -177 45 -298q-4 -234 -119 -369.5t-302 -135.5q-167 -4 -256.5 87.5t-97.5 278.5v116z" glyph-name="uni050B" horiz-adv-x="1697" unicode="ԋ"/><glyph d="M697 -21q-164 0 -296 77.5t-206.5 217.5t-76.5 313v272q0 175 74 318t207 221.5t298 78.5q220 0 355 -88l-59 -138q-134 68 -296 68q-172 0 -279.5 -129t-107.5 -339v-254q0 -131 49 -237.5t137 -165t201 -58.5q141 2 216 78.5t78 210.5q3 154 -50 361h186l38 -179 q19 -91 18 -182q-2 -136 -63.5 -236.5t-172.5 -155t-250 -54.5z" glyph-name="uni050C" horiz-adv-x="1270" unicode="Ԍ"/><glyph d="M593 130q96 2 141 42t47 129q0 122 -20 236h178q28 -150 27 -236q-4 -153 -102 -237.5t-271 -84.5q-220 0 -356 153t-136 400v30q0 151 59 275.5t166 194.5t246 70q185 0 281 -66l-44 -144q-99 58 -237 58q-131 0 -208.5 -110t-77.5 -289v-31q0 -171 83 -280.5 t224 -109.5z" glyph-name="uni050D" horiz-adv-x="1053" unicode="ԍ"/><glyph d="M510 1298h-475v158h1152v-158h-484v-952q0 -96 46 -153t122 -57q134 2 208 106t78 287t-62 402l186 1q27 -98 48.5 -199t18.5 -204q-2 -169 -62.5 -293.5t-169 -190.5t-245.5 -66q-170 -4 -261.5 87.5t-99.5 279.5v952z" glyph-name="uni050E" horiz-adv-x="1453" unicode="Ԏ"/><glyph d="M428 932h-358v150h907v-150h-363v-587q0 -99 47 -157t124 -58q113 2 172.5 80.5t62.5 215.5q4 151 -60 325h178q42 -125 55.5 -195t12.5 -130q-4 -208 -120 -327.5t-301 -119.5q-170 -4 -259.5 88.5t-97.5 277.5v587z" glyph-name="uni050F" horiz-adv-x="1312" unicode="ԏ"/><glyph d="M344 402q0 -120 103.5 -193t279.5 -73q155 0 257 76t102 192h193q0 -131 -70.5 -226t-197.5 -146.5t-284 -51.5q-261 0 -419 114.5t-158 311.5q0 255 276 341q-120 48 -187 131t-67 184q0 196 146.5 305.5t408.5 109.5q147 0 269.5 -50.5t192.5 -143.5t70 -210h-193 q0 103 -96.5 174.5t-242.5 71.5q-167 0 -264 -68t-97 -186q0 -117 86.5 -179.5t249.5 -64.5h196v-158h-196q-177 -2 -267.5 -65t-90.5 -196z" glyph-name="uni0510" horiz-adv-x="1380" unicode="Ԑ"/><glyph d="M286 304q0 -77 73.5 -126t191.5 -49q113 0 190.5 55t77.5 136h185q0 -155 -127.5 -247.5t-325.5 -92.5q-204 0 -328 88.5t-124 235.5q0 186 205 252q-88 36 -137 97t-49 134q0 148 115.5 231t317.5 83q186 0 310.5 -89.5t124.5 -231.5h-185q0 70 -71.5 120.5t-178.5 50.5 q-112 0 -179.5 -45.5t-67.5 -119.5q0 -160 244 -160h196v-148h-224q-234 -6 -234 -174z" glyph-name="uni0511" horiz-adv-x="1104" unicode="ԑ"/><glyph d="M1270 1456v-1456h-192v1298h-522l-26 -577q-15 -290 -59.5 -436t-130.5 -214.5t-230 -70.5h-63v157l40 2q93 7 143 60.5t76 170.5t37 360l30 706h897zM1452 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="uni0512" horiz-adv-x="1449" unicode="Ԓ"/><glyph d="M1027 1082v-1082h-186v929h-368l-22 -405q-18 -279 -93.5 -399t-239.5 -125h-74v163l53 4q90 10 129 104t50 348l20 463h731zM1211 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="uni0513" horiz-adv-x="1184" unicode="ԓ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM509 -242q0 70 50 118.5t124 48.5q71 0 120 -48t49 -119q0 -70 -48 -116.5t-121 -46.5q-76 0 -125 47t-49 116zM596 -242q0 -35 26 -59t61 -24t59 24t24 59q0 36 -24 61t-59 25 q-37 0 -62 -26t-25 -60z" glyph-name="uni1E00" unicode="Ḁ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM325 -242q0 70 50 118.5t124 48.5q71 0 120 -48t49 -119q0 -70 -48 -116.5t-121 -46.5q-76 0 -125 47t-49 116zM412 -242q0 -35 26 -59t61 -24t59 24t24 59q0 36 -24 61t-59 25 q-37 0 -62 -26t-25 -60z" glyph-name="uni1E01" horiz-adv-x="1114" unicode="ḁ"/><glyph d="M417 1456l476 -1188l476 1188h249v-1456h-192v567l18 612l-478 -1179h-147l-477 1176l19 -609v-567h-192v1456h248zM981 1844h224l-268 -294h-149z" glyph-name="uni1E3E" horiz-adv-x="1788" unicode="Ḿ"/><glyph d="M314 1082l5 -120q119 140 321 140q227 0 309 -174q54 78 140.5 126t204.5 48q356 0 362 -377v-725h-185v714q0 116 -53 173.5t-178 57.5q-103 0 -171 -61.5t-79 -165.5v-718h-186v709q0 236 -231 236q-182 0 -249 -155v-790h-185v1082h175zM1001 1534h224l-268 -294h-149 z" glyph-name="uni1E3F" horiz-adv-x="1795" unicode="ḿ"/><glyph d="M483 459l28 -192l41 173l288 1016h162l281 -1016l40 -176l31 196l226 996h193l-353 -1456h-175l-300 1061l-23 111l-23 -111l-311 -1061h-175l-352 1456h192zM1030 1550h-159l-258 294h223z" glyph-name="Wgrave" horiz-adv-x="1817" unicode="Ẁ"/><glyph d="M1098 255l208 827h185l-315 -1082h-150l-263 820l-256 -820h-150l-314 1082h184l213 -810l252 810h149zM869 1240h-159l-258 294h223z" glyph-name="wgrave" horiz-adv-x="1539" unicode="ẁ"/><glyph d="M483 459l28 -192l41 173l288 1016h162l281 -1016l40 -176l31 196l226 996h193l-353 -1456h-175l-300 1061l-23 111l-23 -111l-311 -1061h-175l-352 1456h192zM1015 1844h224l-268 -294h-149z" glyph-name="Wacute" horiz-adv-x="1817" unicode="Ẃ"/><glyph d="M1098 255l208 827h185l-315 -1082h-150l-263 820l-256 -820h-150l-314 1082h184l213 -810l252 810h149zM854 1534h224l-268 -294h-149z" glyph-name="wacute" horiz-adv-x="1539" unicode="ẃ"/><glyph d="M483 459l28 -192l41 173l288 1016h162l281 -1016l40 -176l31 196l226 996h193l-353 -1456h-175l-300 1061l-23 111l-23 -111l-311 -1061h-175l-352 1456h192zM603 1681q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM1033 1679 q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Wdieresis" horiz-adv-x="1817" unicode="Ẅ"/><glyph d="M1098 255l208 827h185l-315 -1082h-150l-263 820l-256 -820h-150l-314 1082h184l213 -810l252 810h149zM442 1371q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM872 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30 t-81.5 30t-27.5 75z" glyph-name="wdieresis" horiz-adv-x="1539" unicode="ẅ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM570 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EA0" unicode="Ạ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM386 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EA1" horiz-adv-x="1114" unicode="ạ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM610 1567l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EA2" unicode="Ả"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM519 1257l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EA3" horiz-adv-x="1114" unicode="ả"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM597 1814h152l290 -263h-197l-169 159l-170 -159h-198zM1107 1987h200l-201 -259h-141z" glyph-name="uni1EA4" unicode="Ấ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM506 1505h152l290 -263h-197l-169 159l-170 -159h-198zM1016 1678h200l-201 -259h-141z" glyph-name="uni1EA5" horiz-adv-x="1114" unicode="ấ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM1037 1548h-197l-170 158l-170 -158h-196l290 262h152zM377 1725h-140l-200 258h199z" glyph-name="uni1EA6" unicode="Ầ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM946 1238h-197l-170 158l-170 -158h-196l290 262h152zM286 1415h-140l-200 258h199z" glyph-name="uni1EA7" horiz-adv-x="1114" unicode="ầ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM1038 1535h-170l-197 186l-197 -186h-169l272 262h188zM955 1673l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="uni1EA8" unicode="Ẩ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM947 1226h-170l-197 186l-197 -186h-169l272 262h188zM864 1364l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="uni1EA9" horiz-adv-x="1114" unicode="ẩ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM1037 1514h-170l-197 158l-197 -158h-169l301 244h131zM931 1987q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35 t100 -35q31 0 57 22.5t26 50.5z" glyph-name="uni1EAA" unicode="Ẫ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM946 1205h-170l-197 158l-197 -158h-169l301 244h131zM840 1678q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35 t100 -35q31 0 57 22.5t26 50.5z" glyph-name="uni1EAB" horiz-adv-x="1114" unicode="ẫ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM975 1572v-10h-153l-150 170l-149 -170h-153v12l246 272h112zM570 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EAC" unicode="Ậ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM884 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112zM386 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EAD" horiz-adv-x="1114" unicode="ậ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM970 1757q0 -95 -84 -152t-219 -57q-136 0 -220 57t-84 152h152q0 -55 39.5 -85.5t112.5 -30.5q71 0 110.5 31.5t39.5 84.5h153zM721 1975h153l-164 -198h-102z" glyph-name="uni1EAE" unicode="Ắ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM879 1448q0 -95 -84 -152t-219 -57q-136 0 -220 57t-84 152h152q0 -55 39.5 -85.5t112.5 -30.5q71 0 110.5 31.5t39.5 84.5h153zM630 1666h153l-164 -198h-102z" glyph-name="uni1EAF" horiz-adv-x="1114" unicode="ắ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM970 1757q0 -95 -84 -152t-219 -57q-136 0 -220 57t-84 152h152q0 -55 39.5 -85.5t112.5 -30.5q71 0 110.5 31.5t39.5 84.5h153zM471 1975h154l112 -198h-101z" glyph-name="uni1EB0" unicode="Ằ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM879 1448q0 -95 -84 -152t-219 -57q-136 0 -220 57t-84 152h152q0 -55 39.5 -85.5t112.5 -30.5q71 0 110.5 31.5t39.5 84.5h153zM380 1666h154l112 -198h-101z" glyph-name="uni1EB1" horiz-adv-x="1114" unicode="ằ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM952 1773q0 -94 -80.5 -151t-211.5 -57q-132 0 -212.5 57.5t-80.5 150.5h146q0 -53 37 -84t110 -31q69 0 107 30.5t38 84.5h147zM604 1790l-1 124q74 4 107 16t33 41q0 59 -160 59l7 82 q144 0 218 -39t74 -105q0 -50 -40.5 -79.5t-108.5 -36.5l-1 -62h-128z" glyph-name="uni1EB2" unicode="Ẳ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM861 1463q0 -94 -80.5 -151t-211.5 -57q-132 0 -212.5 57.5t-80.5 150.5h146q0 -53 37 -84t110 -31q69 0 107 30.5t38 84.5h147zM513 1480l-1 124q74 4 107 16t33 41q0 59 -160 59 l7 82q144 0 218 -39t74 -105q0 -50 -40.5 -79.5t-108.5 -36.5l-1 -62h-128z" glyph-name="uni1EB3" horiz-adv-x="1114" unicode="ẳ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM960 1779q0 -95 -80.5 -154t-214.5 -59q-135 0 -215.5 59t-80.5 154h150q0 -54 37 -86t109 -32q71 0 108 32t37 86h150zM951 2045q0 -74 -48 -126.5t-118 -52.5q-58 0 -117.5 37.5 t-103.5 37.5q-34 0 -58 -25.5t-24 -63.5l-83 21q0 75 48 128.5t117 53.5q48 0 112.5 -37.5t108.5 -37.5q35 0 59 25.5t24 63.5z" glyph-name="uni1EB4" unicode="Ẵ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM869 1469q0 -95 -80.5 -154t-214.5 -59q-135 0 -215.5 59t-80.5 154h150q0 -54 37 -86t109 -32q71 0 108 32t37 86h150zM860 1735q0 -74 -48 -126.5t-118 -52.5q-58 0 -117.5 37.5 t-103.5 37.5q-34 0 -58 -25.5t-24 -63.5l-83 21q0 75 48 128.5t117 53.5q48 0 112.5 -37.5t108.5 -37.5q35 0 59 25.5t24 63.5z" glyph-name="uni1EB5" horiz-adv-x="1114" unicode="ẵ"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM972 1806q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150zM570 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75 t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EB6" unicode="Ặ"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM881 1496q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150zM386 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75 t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EB7" horiz-adv-x="1114" unicode="ặ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM504 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EB8" horiz-adv-x="1164" unicode="Ẹ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM452 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EB9" horiz-adv-x="1085" unicode="ẹ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM557 1579l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EBA" horiz-adv-x="1164" unicode="Ẻ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM503 1257l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EBB" horiz-adv-x="1085" unicode="ẻ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM974 1826q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34 t28.5 79z" glyph-name="uni1EBC" horiz-adv-x="1164" unicode="Ẽ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM920 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="uni1EBD" horiz-adv-x="1085" unicode="ẽ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM544 1826h152l290 -263h-197l-169 159l-170 -159h-198zM1054 1999h200l-201 -259h-141z" glyph-name="uni1EBE" horiz-adv-x="1164" unicode="Ế"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM490 1505h152l290 -263h-197l-169 159l-170 -159h-198zM1000 1678h200l-201 -259h-141z" glyph-name="uni1EBF" horiz-adv-x="1085" unicode="ế"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM984 1560h-197l-170 158l-170 -158h-196l290 262h152zM324 1737h-140l-200 258h199z" glyph-name="uni1EC0" horiz-adv-x="1164" unicode="Ề"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM930 1238h-197l-170 158l-170 -158h-196l290 262h152zM270 1415h-140l-200 258h199z" glyph-name="uni1EC1" horiz-adv-x="1085" unicode="ề"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM985 1547h-170l-197 186l-197 -186h-169l272 262h188zM902 1685l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="uni1EC2" horiz-adv-x="1164" unicode="Ể"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM931 1226h-170l-197 186l-197 -186h-169l272 262h188zM848 1364l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="uni1EC3" horiz-adv-x="1085" unicode="ể"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM984 1526h-170l-197 158l-197 -158h-169l301 244h131zM878 1999q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35t100 -35 q31 0 57 22.5t26 50.5z" glyph-name="uni1EC4" horiz-adv-x="1164" unicode="Ễ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM930 1205h-170l-197 158l-197 -158h-169l301 244h131zM824 1678q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35t100 -35q31 0 57 22.5t26 50.5z" glyph-name="uni1EC5" horiz-adv-x="1085" unicode="ễ"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM922 1584v-10h-153l-150 170l-149 -170h-153v12l246 272h112zM504 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EC6" horiz-adv-x="1164" unicode="Ệ"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM868 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112zM452 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EC7" horiz-adv-x="1085" unicode="ệ"/><glyph d="M375 0h-192v1456h192v-1456zM216 1579l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EC8" horiz-adv-x="557" unicode="Ỉ"/><glyph d="M341 0h-186v1082h186v-1082zM190 1255l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EC9" horiz-adv-x="506" unicode="ỉ"/><glyph d="M375 0h-192v1456h192v-1456zM163 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1ECA" horiz-adv-x="557" unicode="Ị"/><glyph d="M341 0h-185v1082h185v-1082zM141 1369q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75zM133 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1ECB" horiz-adv-x="497" unicode="ị"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM592 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1ECC" horiz-adv-x="1408" unicode="Ọ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM469 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1ECD" horiz-adv-x="1168" unicode="ọ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM644 1569l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1ECE" horiz-adv-x="1408" unicode="Ỏ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM513 1257l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1ECF" horiz-adv-x="1168" unicode="ỏ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM631 1816h152l290 -263h-197l-169 159l-170 -159h-198zM1141 1989h200l-201 -259h-141z" glyph-name="uni1ED0" horiz-adv-x="1408" unicode="Ố"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM500 1505h152l290 -263h-197l-169 159l-170 -159h-198zM1010 1678h200l-201 -259h-141z" glyph-name="uni1ED1" horiz-adv-x="1168" unicode="ố"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1071 1550h-197l-170 158l-170 -158h-196l290 262h152zM411 1727h-140l-200 258h199z" glyph-name="uni1ED2" horiz-adv-x="1408" unicode="Ồ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM940 1238h-197l-170 158l-170 -158h-196l290 262h152zM280 1415h-140l-200 258h199z" glyph-name="uni1ED3" horiz-adv-x="1168" unicode="ồ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1072 1537h-170l-197 186l-197 -186h-169l272 262h188zM989 1675l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="uni1ED4" horiz-adv-x="1408" unicode="Ổ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM941 1226h-170l-197 186l-197 -186h-169l272 262h188zM858 1364l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="uni1ED5" horiz-adv-x="1168" unicode="ổ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1071 1516h-170l-197 158l-197 -158h-169l301 244h131zM965 1989q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35t100 -35 q31 0 57 22.5t26 50.5z" glyph-name="uni1ED6" horiz-adv-x="1408" unicode="Ỗ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM940 1205h-170l-197 158l-197 -158h-169l301 244h131zM834 1678q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35t100 -35q31 0 57 22.5t26 50.5z" glyph-name="uni1ED7" horiz-adv-x="1168" unicode="ỗ"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM1009 1574v-10h-153l-150 170l-149 -170h-153v12l246 272h112zM592 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1ED8" horiz-adv-x="1408" unicode="Ộ"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM878 1262v-10h-153l-150 170l-149 -170h-153v12l246 272h112zM469 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1ED9" horiz-adv-x="1168" unicode="ộ"/><glyph d="M1272 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -304 84t-207.5 243t-75.5 366v100q0 210 73 370.5t206.5 246.5t305.5 86q240 0 395 -155q96 7 142.5 72.5t46.5 197.5h167q0 -333 -263 -394q97 -172 98 -418v-98zM1082 775q0 258 -103.5 397t-292.5 139 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q191 0 292.5 141t101.5 398v93zM793 1839h224l-268 -294h-149z" glyph-name="uni1EDA" horiz-adv-x="1406" unicode="Ớ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q207 0 343 -138q71 8 103 58t32 178h150q0 -291 -207 -342q73 -138 73 -307v-22q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM276 529q0 -180 83.5 -289t224.5 -109q139 0 222.5 109.5 t83.5 294.5v16q0 181 -84.5 290t-223.5 109q-138 0 -222 -109t-84 -312zM673 1534h224l-268 -294h-149z" glyph-name="uni1EDB" horiz-adv-x="1170" unicode="ớ"/><glyph d="M1272 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -304 84t-207.5 243t-75.5 366v100q0 210 73 370.5t206.5 246.5t305.5 86q240 0 395 -155q96 7 142.5 72.5t46.5 197.5h167q0 -333 -263 -394q97 -172 98 -418v-98zM1082 775q0 258 -103.5 397t-292.5 139 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q191 0 292.5 141t101.5 398v93zM808 1545h-159l-258 294h223z" glyph-name="uni1EDC" horiz-adv-x="1406" unicode="Ờ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q207 0 343 -138q71 8 103 58t32 178h150q0 -291 -207 -342q73 -138 73 -307v-22q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM276 529q0 -180 83.5 -289t224.5 -109q139 0 222.5 109.5 t83.5 294.5v16q0 181 -84.5 290t-223.5 109q-138 0 -222 -109t-84 -312zM688 1240h-159l-258 294h223z" glyph-name="uni1EDD" horiz-adv-x="1170" unicode="ờ"/><glyph d="M1272 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -304 84t-207.5 243t-75.5 366v100q0 210 73 370.5t206.5 246.5t305.5 86q240 0 395 -155q96 7 142.5 72.5t46.5 197.5h167q0 -333 -263 -394q97 -172 98 -418v-98zM1082 775q0 258 -103.5 397t-292.5 139 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q191 0 292.5 141t101.5 398v93zM640 1562l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EDE" horiz-adv-x="1406" unicode="Ở"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q207 0 343 -138q71 8 103 58t32 178h150q0 -291 -207 -342q73 -138 73 -307v-22q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM276 529q0 -180 83.5 -289t224.5 -109q139 0 222.5 109.5 t83.5 294.5v16q0 181 -84.5 290t-223.5 109q-138 0 -222 -109t-84 -312zM520 1257l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EDF" horiz-adv-x="1170" unicode="ở"/><glyph d="M1272 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -304 84t-207.5 243t-75.5 366v100q0 210 73 370.5t206.5 246.5t305.5 86q240 0 395 -155q96 7 142.5 72.5t46.5 197.5h167q0 -333 -263 -394q97 -172 98 -418v-98zM1082 775q0 258 -103.5 397t-292.5 139 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q191 0 292.5 141t101.5 398v93zM1057 1809q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10 t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="uni1EE0" horiz-adv-x="1406" unicode="Ỡ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q207 0 343 -138q71 8 103 58t32 178h150q0 -291 -207 -342q73 -138 73 -307v-22q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM276 529q0 -180 83.5 -289t224.5 -109q139 0 222.5 109.5 t83.5 294.5v16q0 181 -84.5 290t-223.5 109q-138 0 -222 -109t-84 -312zM937 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34 t28.5 79z" glyph-name="uni1EE1" horiz-adv-x="1170" unicode="ỡ"/><glyph d="M1272 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-171 0 -304 84t-207.5 243t-75.5 366v100q0 210 73 370.5t206.5 246.5t305.5 86q240 0 395 -155q96 7 142.5 72.5t46.5 197.5h167q0 -333 -263 -394q97 -172 98 -418v-98zM1082 775q0 258 -103.5 397t-292.5 139 q-182 0 -286.5 -138.5t-107.5 -384.5v-107q0 -251 105.5 -394.5t290.5 -143.5q191 0 292.5 141t101.5 398v93zM577 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EE2" horiz-adv-x="1406" unicode="Ợ"/><glyph d="M91 551q0 159 61.5 285.5t174 196t255.5 69.5q207 0 343 -138q71 8 103 58t32 178h150q0 -291 -207 -342q73 -138 73 -307v-22q0 -158 -62 -285t-174 -195.5t-256 -68.5q-222 0 -357.5 153.5t-135.5 404.5v13zM276 529q0 -180 83.5 -289t224.5 -109q139 0 222.5 109.5 t83.5 294.5v16q0 181 -84.5 290t-223.5 109q-138 0 -222 -109t-84 -312zM467 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EE3" horiz-adv-x="1170" unicode="ợ"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM550 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EE4" horiz-adv-x="1328" unicode="Ụ"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM393 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EE5" horiz-adv-x="1129" unicode="ụ"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM605 1567l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5 q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EE6" horiz-adv-x="1328" unicode="Ủ"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM505 1257l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EE7" horiz-adv-x="1129" unicode="ủ"/><glyph d="M1194 1456v-213q115 11 163.5 79.5t48.5 215.5h159q0 -210 -88.5 -314.5t-282.5 -116.5v-642q-1 -199 -123 -329t-333 -152l-73 -4q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM784 1856h224l-268 -294h-149z" glyph-name="uni1EE8" horiz-adv-x="1424" unicode="Ứ"/><glyph d="M1295 1168q0 -180 -73.5 -253.5t-233.5 -77.5v-837h-176l-4 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-131q68 2 102 19.5t48.5 53.5t14.5 144h142zM671 1514h224l-268 -294h-149z" glyph-name="uni1EE9" horiz-adv-x="1267" unicode="ứ"/><glyph d="M1194 1456v-213q115 11 163.5 79.5t48.5 215.5h159q0 -210 -88.5 -314.5t-282.5 -116.5v-642q-1 -199 -123 -329t-333 -152l-73 -4q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM799 1562h-159l-258 294h223z" glyph-name="uni1EEA" horiz-adv-x="1424" unicode="Ừ"/><glyph d="M1295 1168q0 -180 -73.5 -253.5t-233.5 -77.5v-837h-176l-4 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-131q68 2 102 19.5t48.5 53.5t14.5 144h142zM686 1220h-159l-258 294h223z" glyph-name="uni1EEB" horiz-adv-x="1267" unicode="ừ"/><glyph d="M1194 1456v-213q115 11 163.5 79.5t48.5 215.5h159q0 -210 -88.5 -314.5t-282.5 -116.5v-642q-1 -199 -123 -329t-333 -152l-73 -4q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM631 1579l-1 153q75 5 110 20 t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EEC" horiz-adv-x="1424" unicode="Ử"/><glyph d="M1295 1168q0 -180 -73.5 -253.5t-233.5 -77.5v-837h-176l-4 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-131q68 2 102 19.5t48.5 53.5t14.5 144h142zM518 1237l-1 153q75 5 110 20t35 54t-45.5 58.5 t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EED" horiz-adv-x="1267" unicode="ử"/><glyph d="M1194 1456v-213q115 11 163.5 79.5t48.5 215.5h159q0 -210 -88.5 -314.5t-282.5 -116.5v-642q-1 -199 -123 -329t-333 -152l-73 -4q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM1048 1826q0 -108 -61.5 -175 t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="uni1EEE" horiz-adv-x="1424" unicode="Ữ"/><glyph d="M1295 1168q0 -180 -73.5 -253.5t-233.5 -77.5v-837h-176l-4 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-131q68 2 102 19.5t48.5 53.5t14.5 144h142zM935 1484q0 -108 -61.5 -175t-153.5 -67 q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="uni1EEF" horiz-adv-x="1267" unicode="ữ"/><glyph d="M1194 1456v-213q115 11 163.5 79.5t48.5 215.5h159q0 -210 -88.5 -314.5t-282.5 -116.5v-642q-1 -199 -123 -329t-333 -152l-73 -4q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM577 -245q0 45 27.5 76t81.5 31 t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EF0" horiz-adv-x="1424" unicode="Ự"/><glyph d="M1295 1168q0 -180 -73.5 -253.5t-233.5 -77.5v-837h-176l-4 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-131q68 2 102 19.5t48.5 53.5t14.5 144h142zM399 -245q0 45 27.5 76t81.5 31t82 -31t28 -76 t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EF1" horiz-adv-x="1267" unicode="ự"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM723 1550h-159l-258 294h223z" glyph-name="Ygrave" horiz-adv-x="1230" unicode="Ỳ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM614 1240h-159l-258 294h223z" glyph-name="ygrave" horiz-adv-x="969" unicode="ỳ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM499 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EF4" horiz-adv-x="1230" unicode="Ỵ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM596 -402q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni1EF5" horiz-adv-x="969" unicode="ỵ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM555 1567l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EF6" horiz-adv-x="1230" unicode="Ỷ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM446 1257l-1 153q75 5 110 20t35 54t-45.5 58.5t-120.5 19.5l7 106q149 0 226 -51.5t77 -136.5q0 -61 -39 -101t-116 -51l-1 -71h-132z" glyph-name="uni1EF7" horiz-adv-x="969" unicode="ỷ"/><glyph d="M613 725l380 731h218l-502 -913v-543h-192v543l-502 913h220zM972 1814q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79 z" glyph-name="uni1EF8" horiz-adv-x="1230" unicode="Ỹ"/><glyph d="M494 271l252 811h198l-435 -1249q-101 -270 -321 -270l-35 3l-69 13v150l50 -4q94 0 146.5 38t86.5 139l41 110l-386 1070h202zM863 1504q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177 t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="uni1EF9" horiz-adv-x="969" unicode="ỹ"/><glyph d="M1359 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1168 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM-102 1172l116 322h196v-21l-223 -317h-89v16zM-392 1494h168v-91q3 -123 83 -208l-73 -59q-178 95 -178 282v76z" glyph-name="uni1F4D" horiz-adv-x="1478" unicode="Ὅ"/><glyph glyph-name="uni2000" horiz-adv-x="1044"/><glyph glyph-name="uni2001" horiz-adv-x="2089"/><glyph glyph-name="uni2002" horiz-adv-x="1044"/><glyph glyph-name="uni2003" horiz-adv-x="2089"/><glyph glyph-name="uni2004" horiz-adv-x="697"/><glyph glyph-name="uni2005" horiz-adv-x="522"/><glyph glyph-name="uni2006" horiz-adv-x="348"/><glyph glyph-name="uni2007" horiz-adv-x="1151"/><glyph glyph-name="uni2008" horiz-adv-x="560"/><glyph glyph-name="uni2009" horiz-adv-x="418"/><glyph glyph-name="uni200A" horiz-adv-x="209"/><glyph glyph-name="uni200B" horiz-adv-x="0" unicode="​"/><glyph d="M525 543h-488v151h488v-151z" glyph-name="uni2010" horiz-adv-x="564" unicode="‐"/><glyph d="M525 543h-488v151h488v-151z" glyph-name="uni2011" horiz-adv-x="564" unicode="‑"/><glyph d="M1164.61 651h-1002.01v151h1002.01v-151z" glyph-name="endash" horiz-adv-x="1344" unicode="–"/><glyph d="M1480.78 651h-1335.98v151h1335.98v-151z" glyph-name="emdash" horiz-adv-x="1599" unicode="—"/><glyph d="M1480.78 651h-1335.98v151h1335.98v-151z" glyph-name="uni2015" horiz-adv-x="1599" unicode="―"/><glyph d="M929 -404h-916v151h916v-151zM929 -151h-916v151h916v-151z" glyph-name="underscoredbl" horiz-adv-x="934" unicode="‗"/><glyph d="M270 1555l106 -72q-93 -127 -96 -274v-136h-184v116q0 102 48.5 202t125.5 164z" glyph-name="quoteleft" horiz-adv-x="409" unicode="‘"/><glyph d="M153 1046l-105 72q93 130 96 274v144h183v-130q-1 -100 -49.5 -199.5t-124.5 -160.5z" glyph-name="quoteright" horiz-adv-x="409" unicode="’"/><glyph d="M141 -283l-105 73q91 127 94 273v118h185v-100q0 -101 -49.5 -202t-124.5 -162z" glyph-name="quotesinglbase" horiz-adv-x="407" unicode="‚"/><glyph d="M262 1536v-147q4 -144 97 -271l-106 -72q-77 64 -124.5 161t-49.5 194v135h183z" glyph-name="quotereversed" horiz-adv-x="409" unicode="‛"/><glyph d="M278 1555l106 -72q-93 -127 -96 -274v-136h-184v116q0 102 48.5 202t125.5 164zM593 1555l106 -72q-93 -127 -96 -274v-136h-184v116q0 102 48.5 202t125.5 164z" glyph-name="quotedblleft" horiz-adv-x="724" unicode="“"/><glyph d="M165 1046l-105 72q93 130 96 274v144h183v-130q-1 -100 -49.5 -199.5t-124.5 -160.5zM472 1046l-105 72q93 130 96 274v144h183v-130q-1 -100 -49.5 -199.5t-124.5 -160.5z" glyph-name="quotedblright" horiz-adv-x="731" unicode="”"/><glyph d="M141 -301l-105 72q91 137 94 290v185h185v-164q0 -108 -49.5 -213.5t-124.5 -169.5zM437 -301l-105 72q91 137 94 290v185h186v-164q0 -107 -48.5 -211.5t-126.5 -171.5z" glyph-name="quotedblbase" horiz-adv-x="705" unicode="„"/><glyph d="M1060 929h-404v-929h-186v929h-400v153h400v374h186v-374h404v-153z" glyph-name="dagger" horiz-adv-x="1129" unicode="†"/><glyph d="M1076 0h-406v-416h-186v416h-397v151h397v778h-397v153h397v374h186v-374h406v-153h-406v-778h406v-151z" glyph-name="daggerdbl" horiz-adv-x="1167" unicode="‡"/><glyph d="M138 772q0 87 55.5 143t147.5 56q91 0 148 -54.5t57 -147.5v-37q0 -87 -55 -142t-149 -55q-93 0 -148.5 55.5t-55.5 143.5v38z" glyph-name="bullet" horiz-adv-x="690" unicode="•"/><glyph d="M148 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77zM585 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77z" glyph-name="twodotenleader" horiz-adv-x="964" unicode="‥"/><glyph d="M148 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77zM585 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77zM1000 97q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77 t-86.5 -31t-85.5 31t-28.5 77z" glyph-name="ellipsis" horiz-adv-x="1370" unicode="…"/><glyph d="M207 542h-169v153h169v-153z" glyph-name="uni2027" horiz-adv-x="246" unicode="‧"/><glyph d="M823 357q0 131 83.5 215.5t214.5 84.5q152 0 229 -121q79 121 230 121q131 0 215 -84t84 -223v-71q0 -131 -83.5 -215.5t-213.5 -84.5q-153 0 -232 120q-76 -120 -227 -120q-130 0 -215 83.5t-85 222.5v72zM68 1176q0 131 83.5 216t214.5 85q132 0 215.5 -85t83.5 -221 v-72q0 -129 -82.5 -214t-214.5 -85q-130 0 -215 83.5t-85 222.5v70zM429 110l-104 66l711 1138l104 -66zM961 279q0 -79 44 -129.5t118 -50.5q72 0 115 49.5t43 134.5v74q0 79 -43.5 129t-116.5 50q-71 0 -115.5 -49.5t-44.5 -133.5v-74zM1420 279q0 -79 44 -129.5 t117 -50.5q72 0 115 51t43 133v74q0 79 -43.5 129t-116.5 50q-72 0 -115.5 -50t-43.5 -133v-74zM206 1099q0 -78 44 -128.5t118 -50.5q71 0 114.5 49t43.5 134v73q0 78 -43 129t-117 51q-72 0 -116 -50.5t-44 -133.5v-73z" glyph-name="perthousand" horiz-adv-x="1962" unicode="‰"/><glyph d="M253 1425l-21 -368h-129l1 479h149v-111z" glyph-name="minute" horiz-adv-x="357" unicode="′"/><glyph d="M277 1400l-30 -358h-111l1 494h140v-136zM547 1400l-30 -358h-111l1 494h140v-136z" glyph-name="second" horiz-adv-x="655" unicode="″"/><glyph d="M286 550l258 -397h-141l-295 388v19l295 389h141z" glyph-name="guilsinglleft" horiz-adv-x="614" unicode="‹"/><glyph d="M231 949l295 -389v-19l-295 -389h-142l258 398l-258 399h142z" glyph-name="guilsinglright" horiz-adv-x="614" unicode="›"/><glyph d="M347 411h-167l-13 1045h194zM160 93q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -74.5t-82 -29.5t-81.5 29.5t-27.5 74.5zM874 411h-167l-13 1045h194zM687 93q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -74.5t-82 -29.5t-81.5 29.5t-27.5 74.5z" glyph-name="exclamdbl" horiz-adv-x="1054" unicode="‼"/><glyph d="M163 110l-104 66l711 1138l104 -66z" glyph-name="fraction" horiz-adv-x="931" unicode="⁄"/><glyph d="M592 955h107v-130h-107v-169h-157v169h-375l-6 102l377 518h161v-490zM212 955h223v289l-17 -28z" glyph-name="uni2074" horiz-adv-x="751" unicode="⁴"/><glyph d="M250 1451l30 -123q74 138 220 138q260 0 260 -314v-501h-170v486q-3 185 -144 185q-110 0 -154 -109v-562h-170v800h128z" glyph-name="uni207F" horiz-adv-x="864" unicode="ⁿ"/><glyph d="M972 643h-611v-643h-192v1456h902v-158h-710v-498h611v-157zM654 266h-636v151h636v-151z" glyph-name="franc" horiz-adv-x="1132" unicode="₣"/><glyph d="M789 470h-335l3 -68q0 -154 -62 -245h733l-1 -157h-1032v157h77q40 9 65 74.5t27 161.5v8l-3 69h-170v125h166l-4 136h-162v125h157l-6 183q0 199 122.5 318t322.5 119q190 0 301 -106t111 -283h-191q0 107 -63.5 169t-174.5 62q-105 0 -170 -77t-65 -202l6 -183h348 v-125h-343l4 -136h339v-125z" glyph-name="lira" horiz-adv-x="1190" unicode="₤"/><glyph d="M1367 940h223v-152h-223v-148h223v-152h-223v-488h-194l-319 488h-414v-488h-192v488h-217v152h217v148h-217v152h217v516h192l337 -516h399v516h191v-516zM440 640h315l-97 148h-218v-148zM972 640h204v148h-300zM440 940h119l-119 182v-182zM1176 329v159h-104z" glyph-name="uni20A6" horiz-adv-x="1621" unicode="₦"/><glyph d="M1534 939h-202v-671q0 -65 27 -97.5t92 -32.5q35 0 87 12l1 -150q-73 -20 -143 -20q-124 0 -187 75t-63 213v671h-143q-20 -183 -135.5 -277.5t-314.5 -96.5h-201v-565h-185v1456h377q202 0 320.5 -96t138.5 -278h143v262h186v-262h202v-143zM352 716h192 q139 0 208.5 70.5t69.5 221.5q0 152 -67.5 223t-199.5 73h-203v-588z" glyph-name="peseta" horiz-adv-x="1680" unicode="₧"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552zM1879 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138 q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185 q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5z" glyph-name="uni20A8" horiz-adv-x="2166" unicode="₨"/><glyph d="M1159 980h339l108 476h193l-115 -476h149v-152h-186l-47 -194h233v-152h-270l-116 -482h-175l-136 482h-380l-141 -482h-175l-117 482h-266v152h229l-47 194h-182v152h145l-115 476h192l110 -476h342l136 476h161zM801 634h292l-55 194h-180zM468 634h165l55 194h-264z M1255 634h165l44 194h-263zM1386 482h-89l12 -42l41 -178l31 198zM590 482h-87l6 -23l29 -192l40 173zM902 980h93l-23 81l-23 111l-23 -111z" glyph-name="uni20A9" horiz-adv-x="1891" unicode="₩"/><glyph d="M698 1082q175 0 259 -96.5t88 -287.5v-349h-185v332q0 127 -50.5 187t-161.5 61h-323v-929h-185v1082h558zM533 0v733h185v-581h318q113 0 164.5 58.5t52.5 184.5v687h185v-690q-2 -194 -84.5 -292t-255.5 -100h-565z" glyph-name="uni20AA" horiz-adv-x="1579" unicode="₪"/><glyph d="M95 550q0 249 118 400.5t309 151.5q190 0 301 -130v564h185v-1536h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105t-76 -311zM1196 1234h-636v151h636v-151z M1079 -307h-916v151h916v-151z" glyph-name="dong" horiz-adv-x="1185" unicode="₫"/><glyph d="M849 541h-384q4 -195 94 -300t255 -105q116 0 218 34l20 -160q-120 -30 -240 -30q-248 0 -390.5 146.5t-148.5 414.5h-178v124h178v137h-178v125h178q10 262 152.5 405.5t385.5 143.5q106 0 241 -31l-20 -162q-109 35 -219 35q-164 0 -252.5 -101.5t-94.5 -289.5h383 v-125h-384v-137h384v-124z" glyph-name="Euro" horiz-adv-x="1150" unicode="€"/><glyph d="M421 570v-570h-192v816h-198v151h198v94h-198v151h198v244h537q177 0 294.5 -66t171.5 -178h236v-151h-195l3 -50l-2 -44h194v-151h-229q-107 -246 -479 -246h-339zM1084 1009l-4 52h-659v-94h661zM1019 816h-598v-89h345q172 0 253 89zM421 1212h586q-84 86 -242 86 h-344v-86z" glyph-name="uni20B1" horiz-adv-x="1498" unicode="₱"/><glyph d="M970 1298h-236q64 -81 81 -198h201l-46 -158h-152q-18 -178 -141 -268t-342 -90l493 -572v-12h-227l-530 617l-1 125h249q125 1 203 54.5t99 145.5h-579l46 158h531q-48 190 -294 198h-281l47 158h925z" glyph-name="uni20B9" horiz-adv-x="1058" unicode="₹"/><glyph d="M1050 771v-100q-2 -210 -74 -366.5t-204.5 -239.5t-307.5 -83q-80 0 -188 18v602l-244 -111v178l244 111v153l-244 -111v178l244 111v345h192v-257l251 115v-178l-251 -115v-153l251 115v-178l-251 -115v-546q190 2 290.5 138t100.5 401v88h191z" glyph-name="uni20BA" horiz-adv-x="1140" unicode="₺"/><glyph d="M767 881q231 -33 361.5 -218.5t130.5 -479.5v-183h-185v200q-2 223 -81 353.5t-226 162.5v-716h-185v714q-143 -33 -222.5 -166.5t-81.5 -349.5v-198h-185v197q3 285 134.5 467.5t354.5 216.5v201h185v-201z" glyph-name="uni20BC" horiz-adv-x="1352" unicode="₼"/><glyph d="M764 275h-335v-275h-191v275h-207v158h207v137h-207v157h207v729h537q234 0 371 -119t137 -322q0 -213 -131.5 -328.5t-373.5 -116.5h-349v-137h335v-158zM429 727h346q155 0 236 73t81 213q0 127 -84 205.5t-227 79.5h-352v-571z" glyph-name="uni20BD" horiz-adv-x="1359" unicode="₽"/><glyph d="M680 1054q0 -110 -76 -182t-199 -72q-122 0 -202.5 84t-80.5 221v71q0 130 79 215.5t202 85.5q121 0 199 -72.5t78 -183.5h-138q0 58 -36.5 96.5t-102.5 38.5q-65 0 -103.5 -51t-38.5 -133v-73q0 -78 39.5 -128.5t104.5 -50.5q61 0 99 38t38 96h138zM814 357 q0 131 83.5 215.5t214.5 84.5t215 -84t84 -223v-71q0 -131 -83.5 -215.5t-213.5 -84.5t-215 83.5t-85 222.5v72zM952 279q0 -79 44 -129.5t118 -50.5q72 0 115 49.5t43 134.5v74q0 79 -43.5 129t-116.5 50q-71 0 -115.5 -49.5t-44.5 -133.5v-74zM446 110l-105 66l711 1138 l105 -66z" glyph-name="uni2105" horiz-adv-x="1511" unicode="℅"/><glyph d="M716 -21q-194 0 -299 117t-105 352q-98 -28 -208 -28v176q113 0 208 35v548q1 178 79.5 277t211.5 99q120 0 195.5 -86.5t75.5 -233.5v-37q0 -193 -103 -377.5t-274 -291.5v-98q0 -154 53.5 -224.5t165.5 -70.5v-157zM497 747q89 85 140.5 207.5t51.5 245.5v39 q0 82 -24 120t-62 38q-103 0 -106 -209v-441z" glyph-name="uni2113" horiz-adv-x="974" unicode="ℓ"/><glyph d="M1956 412h-615v142h615v-142zM1305 1127q0 155 93 250t249 95t249.5 -93.5t93.5 -256.5v-93q0 -157 -92.5 -250t-248.5 -93q-158 0 -251 93.5t-93 254.5v93zM1468 1029q0 -98 47.5 -151.5t133.5 -53.5q84 0 130.5 53t47.5 149v101q0 97 -47.5 150.5t-132.5 53.5 q-84 0 -131.5 -53.5t-47.5 -152.5v-96zM1144 0h-204l-593 1134v-1134h-185v1456h203l596 -1137v1137h183v-1456z" glyph-name="uni2116" horiz-adv-x="2106" unicode="№"/><glyph d="M990 1313l-140 -394h-52l-140 393v-393h-90v537h112l144 -399l144 399h112v-537h-90v394zM489 1375h-147v-456h-91v456h-148v81h386v-81z" glyph-name="trademark" horiz-adv-x="1281" unicode="™"/><glyph d="M1046 94q-183 -114 -370 -114q-145 0 -267 78.5t-189.5 207t-67.5 275.5q0 143 72 272.5t196 209t256 79.5q133 0 246.5 -69.5t179.5 -191t69 -265.5v-62h-768v-328q119 -110 273 -110q196 0 368 122zM676 1008q-151 0 -273 -122v-277h540v286q-115 113 -267 113z" glyph-name="estimated" horiz-adv-x="1303" unicode="℮"/><glyph d="M457 646h-157v601l-216 -57v128l355 117h18v-789zM393 110l-104 66l711 1138l104 -66zM1439 579q0 -118 -119 -173q139 -59 139 -190q0 -106 -80 -166.5t-216 -60.5t-216 60.5t-80 166.5q0 66 37 114.5t101 75.5q-119 55 -119 173q0 103 75.5 162t200.5 59 q126 0 201.5 -59t75.5 -162zM1302 228q0 52 -39 81t-101 29q-63 0 -100.5 -29t-37.5 -81q0 -53 38 -82t101 -29t101 29t38 82zM1162 671q-55 0 -86.5 -26.5t-31.5 -74.5q0 -46 31.5 -74t87.5 -28t87.5 28t31.5 74t-32 73.5t-88 27.5z" glyph-name="oneeighth" horiz-adv-x="1574" unicode="⅛"/><glyph d="M303 1119h84q74 0 110 30.5t36 78.5q0 45 -31.5 74t-101.5 29q-57 0 -94.5 -25.5t-37.5 -66.5h-157q0 98 81.5 159.5t205.5 61.5q137 0 215 -60.5t78 -164.5q0 -55 -35 -100.5t-101 -70.5q149 -41 149 -184q0 -106 -85 -168.5t-221 -62.5q-132 0 -215 63t-83 170h158 q0 -45 39.5 -75t106.5 -30q70 0 106.5 30t36.5 81q0 113 -156 115h-88v116zM584 110l-104 66l711 1138l104 -66zM1599 579q0 -118 -119 -173q139 -59 139 -190q0 -106 -80 -166.5t-216 -60.5t-216 60.5t-80 166.5q0 66 37 114.5t101 75.5q-119 55 -119 173q0 103 75.5 162 t200.5 59q126 0 201.5 -59t75.5 -162zM1462 228q0 52 -39 81t-101 29q-63 0 -100.5 -29t-37.5 -81q0 -53 38 -82t101 -29t101 29t38 82zM1322 671q-55 0 -86.5 -26.5t-31.5 -74.5q0 -46 31.5 -74t87.5 -28t87.5 28t31.5 74t-32 73.5t-88 27.5z" glyph-name="threeeighths" horiz-adv-x="1751" unicode="⅜"/><glyph d="M120 1042l50 402h478v-132h-349l-22 -170q65 29 139 29q128 0 199.5 -68.5t71.5 -189.5q0 -124 -80 -196.5t-214 -72.5q-121 0 -204.5 63t-89.5 164h155q10 -99 139 -99q65 0 101 37.5t36 105.5q0 62 -39 100.5t-113 38.5q-73 0 -132 -43zM550 110l-104 66l711 1138 l104 -66zM1589 579q0 -118 -119 -173q139 -59 139 -190q0 -106 -80 -166.5t-216 -60.5t-216 60.5t-80 166.5q0 66 37 114.5t101 75.5q-119 55 -119 173q0 103 75.5 162t200.5 59q126 0 201.5 -59t75.5 -162zM1452 228q0 52 -39 81t-101 29q-63 0 -100.5 -29t-37.5 -81 q0 -53 38 -82t101 -29t101 29t38 82zM1312 671q-55 0 -86.5 -26.5t-31.5 -74.5q0 -46 31.5 -74t87.5 -28t87.5 28t31.5 74t-32 73.5t-88 27.5z" glyph-name="fiveeighths" horiz-adv-x="1743" unicode="⅝"/><glyph d="M708 1354l-349 -699h-166l349 659h-453v130h619v-90zM451 110l-104 66l711 1138l104 -66zM1513 579q0 -118 -119 -173q139 -59 139 -190q0 -106 -80 -166.5t-216 -60.5t-216 60.5t-80 166.5q0 66 37 114.5t101 75.5q-119 55 -119 173q0 103 75.5 162t200.5 59 q126 0 201.5 -59t75.5 -162zM1376 228q0 52 -39 81t-101 29q-63 0 -100.5 -29t-37.5 -81q0 -53 38 -82t101 -29t101 29t38 82zM1236 671q-55 0 -86.5 -26.5t-31.5 -74.5q0 -46 31.5 -74t87.5 -28t87.5 28t31.5 74t-32 73.5t-88 27.5z" glyph-name="seveneighths" horiz-adv-x="1642" unicode="⅞"/><glyph d="M572 1022q93 0 176 -38.5t141 -106.5q-14 140 -66.5 248.5t-135.5 169t-179 60.5q-129 0 -284 -59l-16 151l49 21q116 48 267 48q263 0 406.5 -217t143.5 -619v-50q0 -188 -60 -337t-171 -231.5t-255 -82.5q-218 0 -350 145.5t-132 391.5v14q0 220 128 356t338 136z M590 870q-140 0 -219.5 -93.5t-79.5 -253.5v-16q0 -170 79.5 -273.5t217.5 -103.5q142 0 221.5 124.5t79.5 343.5v61l-4 15q-28 90 -108 143t-187 53z" glyph-name="partialdiff" horiz-adv-x="1167" unicode="∂"/><glyph d="M1253 -213h-185v1517h-714v-1517h-185v1669h1084v-1669z" glyph-name="product" horiz-adv-x="1422" unicode="∏"/><glyph d="M875 577l-581 -694h901v-152h-1126v143l609 716l-609 722v144h1049v-152h-825l582 -702v-25z" glyph-name="summation" horiz-adv-x="1199" unicode="∑"/><glyph d="M1003 651h-835v151h835v-151z" glyph-name="minus" horiz-adv-x="1170" unicode="−"/><glyph d="M560 284l427 1172h189l-542 -1456h-141l-245 628h-185v154h315z" glyph-name="radical" horiz-adv-x="1221" unicode="√"/><glyph d="M1995 527q0 -147 -63 -275t-174.5 -200.5t-248.5 -72.5q-145 0 -264 92t-199 269q-81 -179 -199 -270t-262 -91q-137 0 -248 71.5t-175 199.5t-64 279v24q0 147 63 275t174.5 201t247.5 73q145 0 263.5 -91.5t199.5 -270.5q80 177 199.5 269.5t265.5 92.5 q206 0 345 -159.5t139 -402.5v-13zM283 527q0 -177 83 -287t219 -110q114 0 206.5 94t144.5 257l11 39v42q-24 99 -81 195t-130 144.5t-153 48.5q-134 0 -217 -110t-83 -295v-18zM1810 553q0 174 -83 285.5t-216 111.5q-115 0 -209 -94.5t-147 -262.5l-9 -31v-42 q22 -97 80.5 -195.5t130.5 -146.5t152 -48q136 0 218.5 111t82.5 295v17z" glyph-name="infinity" horiz-adv-x="2106" unicode="∞"/><glyph d="M357 -107q0 -162 -82 -246t-240 -84q-57 0 -115 20l18 145q46 -13 79 -13q155 0 155 177v1305q0 170 88.5 265t249.5 95q60 0 144 -21l-24 -142q-37 11 -91 11q-182 0 -182 -219v-1293z" glyph-name="integral" horiz-adv-x="524" unicode="∫"/><glyph d="M102 901q48 51 113.5 80t131.5 29q82 2 156 -33l152 -78q66 -31 144 -31q134 0 236 128v-190q-103 -109 -236 -109q-78 0 -144 31l-161 83q-68 31 -147 29q-66 0 -131.5 -34t-113.5 -94v189zM101 483q48 51 113 80.5t131 29.5q82 2 156 -33l149 -77q68 -33 148 -33 q133 0 235 128l1 -189q-103 -109 -236 -109q-78 0 -144 31l-152 78q-74 35 -156 33q-66 0 -131.5 -34t-113.5 -94v189z" glyph-name="approxequal" horiz-adv-x="1154" unicode="≈"/><glyph d="M986 399h-531l-142 -244l-95 59l108 185h-174v160h267l149 255h-416v161h510l153 262l95 -59l-119 -203h195v-161h-289l-148 -255h437v-160z" glyph-name="notequal" horiz-adv-x="1124" unicode="≠"/><glyph d="M264 676.615l626 -227.706v-176.404l-818 341.109v131.403l818 340.209v-176.404zM897 2h-835v151h835v-151z" glyph-name="lessequal" horiz-adv-x="1041" unicode="≤"/><glyph d="M795 700.016l-661 233.106v171.005l854 -340.209v-131.404l-854 -341.109v172.805zM968 1h-835v151h835v-151z" glyph-name="greaterequal" horiz-adv-x="1071" unicode="≥"/><glyph d="M444 1456h140l404 -729l-400 -727h-141l-404 727zM513 1254l-279 -527l284 -526l280 526z" glyph-name="lozenge" horiz-adv-x="1032" unicode="◊"/><glyph d="M181 275q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77zM181 1157q0 48 28.5 80t85.5 32t86.5 -32t29.5 -80q0 -46 -29.5 -77t-86.5 -31t-85.5 31t-28.5 77z" glyph-name="uniEE01" horiz-adv-x="588" unicode=""/><glyph d="M251 633h-141v449h141v-449zM563 633h-141v449h141v-449z" glyph-name="uniEE02" horiz-adv-x="655" unicode=""/><glyph d="M197 -161l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uniF6C3" horiz-adv-x="515" unicode=""/><glyph d="M231 0v939h-171v143h171v111q0 174 93 269t263 95q64 0 127 -17l-10 -150q-47 9 -100 9q-90 0 -139 -52.5t-49 -150.5v-114h400v92q0 181 103.5 282t292.5 101q112 0 283 -61l-31 -156q-125 50 -239 50q-119 0 -171.5 -53t-52.5 -161v-94h222v-143h-222v-939h-185v939 h-400v-939h-185zM1586 0h-185v1082h185v-1082z" glyph-name="uniFB03" horiz-adv-x="1748" unicode="ffi"/><glyph d="M231 0v939h-171v143h171v111q0 174 93 269t263 95q64 0 127 -17l-10 -150q-47 9 -100 9q-90 0 -139 -52.5t-49 -150.5v-114h400v118q1 173 97 265t273 92q101 0 400 -61v-1496h-185v1379q-124 20 -200 20q-200 0 -200 -210v-107h231v-143h-231v-939h-185v939h-400v-939 h-185z" glyph-name="uniFB04" horiz-adv-x="1748" unicode="ffl"/><glyph glyph-name="uniFEFF" horiz-adv-x="0"/><glyph d="M825 468q0 -98 -64.5 -158.5t-164.5 -60.5q-102 0 -166 60t-66 154v117q0 95 63 157t167 62q101 0 165 -60t66 -154v-117zM892 252v549h188q98 0 155 -36.5t57 -113.5q0 -84 -84 -116q50 -13 76 -48t26 -80q0 -155 -208 -155h-210zM733 580q0 69 -37 108t-102 39 q-64 0 -101 -39t-37 -108v-112q0 -69 37 -108t103 -39q64 0 100.5 39t36.5 108v112zM1687 803h92v-378q0 -78 -52.5 -124.5t-134.5 -46.5q-88 0 -142.5 40.5t-54.5 123.5h93q0 -91 104 -91q41 0 68 27t27 71v378zM91 -398v315h113v-202h196v-113h-309zM1720 -398v113h199 v202h111v-315h-310zM91 1169v285h309v-116h-196v-169h-113zM1720 1338v116h310v-285h-111v169h-199zM987 496v-169h126q103 0 103 83q0 82 -98 86h-131zM1321 1338v116h278v-116h-278zM922 1338v116h277v-116h-277zM523 1338v116h276v-116h-276zM1321 -398v113h278v-113 h-278zM922 -398v113h277v-113h-277zM523 -398v113h276v-113h-276zM987 566h93q118 0 118 80q0 41 -29 56t-89 15h-93v-151zM204 416h-113v252h113v-252zM204 794h-113v250h113v-250zM204 41h-113v249h113v-249zM2030 416h-111v252h111v-252zM2030 794h-111v250h111v-250z M2030 41h-111v249h111v-249z" glyph-name="uniFFFC" horiz-adv-x="2099" unicode=""/><glyph d="M1048 1618l959 -975l-959 -975l-956 975zM1131 402q0 58 15 87t51 53q74 39 120 106.5t46 141.5q0 128 -83.5 203.5t-232.5 75.5q-144 0 -224 -69.5t-82 -196.5h203q2 51 31 77t72 26q57 0 85 -32t28 -84q0 -95 -93 -155q-91 -65 -114.5 -111t-23.5 -122h202zM1131 311 h-202v-170h202v170zM1056 -551h4v-4h-4v4zM1054 2163h4v-4h-4v4z" glyph-name="uniFFFD" horiz-adv-x="2101" unicode="�"/><glyph d="M401 1172l116 322h196v-21l-223 -317h-89v16zM111 1494h168v-91q3 -123 83 -208l-73 -59q-178 95 -178 282v76z" glyph-name="glyph346" horiz-adv-x="800"/><glyph d="M231 0v939h-171v143h171v111q0 174 93 269t263 95q64 0 127 -17l-10 -150q-47 9 -100 9q-90 0 -139 -52.5t-49 -150.5v-114h231v-143h-231v-939h-185zM787 0v939h-171v143h171v111q0 174 93 269t263 95q64 0 127 -17l-10 -150q-47 9 -100 9q-90 0 -139 -52.5t-49 -150.5 v-114h231v-143h-231v-939h-185z" glyph-name="f_f.dlig" horiz-adv-x="1267"/><glyph d="M1174 939h-202v-671q0 -65 27 -97.5t92 -32.5q35 0 87 12l1 -150q-73 -20 -143 -20q-124 0 -187 75t-63 213v671h-197v143h197v287q-61 28 -163 35l-24 1q-183 0 -183 -221v-1184h-185v939h-171v143h171v112q0 173 89.5 268t249.5 95q93 0 202.5 -28.5t199.5 -72.5v-374 h202v-143z" glyph-name="f_t.dlig" horiz-adv-x="1262"/><glyph d="M1615 939h-202v-642q0 -159 119 -159q35 0 87 12l1 -150q-77 -20 -143 -20q-118 0 -184 83t-66 234v642h-188v143h188v85q0 114 -51 172.5t-149 58.5q-88 0 -134 -44t-46 -114q0 -59 15.5 -111.5t34 -108.5t33.5 -118t15 -138h-186q0 76 -64.5 131t-162.5 55 q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5q0 75 -56.5 116.5t-197 71.5t-223 72 t-122 100t-39.5 138q0 133 112.5 225t287.5 92q96 0 182 -30q-44 110 -44 192q0 124 101 206.5t256 82.5q185 0 285.5 -99.5t100.5 -294.5v-77h202v-143z" glyph-name="s_t.dlig" horiz-adv-x="1691"/><glyph d="M978 1352l-578 -1352h-186l576 1304h-731v152h919v-104z" glyph-name="seven.pnum" horiz-adv-x="1056"/><glyph d="M90 551q0 156 64 283.5t177.5 197.5t257.5 70q221 0 362 -154t141 -405v-14q0 -157 -63 -283t-177.5 -196t-260.5 -70q-143 0 -256.5 68t-178 192.5t-66.5 278.5v32zM275 529q0 -176 87.5 -287t228.5 -111q142 0 229 112t87 308q0 175 -88.5 287t-229.5 112 q-139 0 -226.5 -111t-87.5 -310z" glyph-name="o.ss06" horiz-adv-x="1182"/><glyph d="M359 152v-245q-1 -168 -86 -256t-236 -88q-59 0 -111 18l14 157q30 -13 97 -13q137 0 137 194v233h185z" glyph-name="glyph431" horiz-adv-x="508"/><glyph d="M289 -359h-186v512h186v-512z" glyph-name="glyph432" horiz-adv-x="401"/><glyph d="M722 1454q0 -95 -80.5 -154t-214.5 -59q-135 0 -215.5 59t-80.5 154h150q0 -54 37 -86t109 -32q71 0 108 32t37 86h150zM713 1720q0 -74 -48 -126.5t-118 -52.5q-58 0 -117.5 37.5t-103.5 37.5q-34 0 -58 -25.5t-24 -63.5l-83 21q0 75 48 128.5t117 53.5 q48 0 112.5 -37.5t108.5 -37.5q35 0 59 25.5t24 63.5z" glyph-name="glyph433" horiz-adv-x="932"/><glyph d="M714 1456q0 -94 -80.5 -151t-211.5 -57q-132 0 -212.5 57.5t-80.5 150.5h146q0 -53 37 -84t110 -31q69 0 107 30.5t38 84.5h147zM366 1473l-1 124q74 4 107 16t33 41q0 59 -160 59l7 82q144 0 218 -39t74 -105q0 -50 -40.5 -79.5t-108.5 -36.5l-1 -62h-128z" glyph-name="glyph434" horiz-adv-x="926"/><glyph d="M736 1456q0 -95 -84 -152t-219 -57q-136 0 -220 57t-84 152h152q0 -55 39.5 -85.5t112.5 -30.5q71 0 110.5 31.5t39.5 84.5h153zM487 1674h153l-164 -198h-102z" glyph-name="glyph435" horiz-adv-x="927"/><glyph d="M838 1252h-170l-197 158l-197 -158h-169l301 244h131zM732 1725q0 -62 -48 -109t-113 -47q-54 0 -109 35.5t-95 35.5q-29 0 -56 -23t-27 -52l-77 19q0 63 48 112t112 49q42 0 104 -35t100 -35q31 0 57 22.5t26 50.5z" glyph-name="glyph436" horiz-adv-x="1012"/><glyph d="M838 1252h-170l-197 186l-197 -186h-169l272 262h188zM755 1390l-1 131q65 4 94.5 17t29.5 46q0 67 -141 67l5 92q128 0 195 -44t67 -117q0 -59 -37 -92t-97 -40l-1 -60h-114z" glyph-name="glyph437" horiz-adv-x="1038"/><glyph d="M838 1231h-197l-170 158l-170 -158h-196l290 262h152zM178 1408h-140l-200 258h199z" glyph-name="glyph438" horiz-adv-x="1011"/><glyph d="M402 1512h152l290 -263h-197l-169 159l-170 -159h-198zM912 1685h200l-201 -259h-141z" glyph-name="glyph439" horiz-adv-x="1007"/><glyph d="M736 1456q0 -95 -84 -152t-219 -57q-136 0 -220 57t-84 152h152q0 -55 39.5 -85.5t112.5 -30.5q71 0 110.5 31.5t39.5 84.5h153zM237 1674h154l112 -198h-101z" glyph-name="glyph440" horiz-adv-x="932"/><glyph d="M299 1595l107 -83q-59 -99 -62 -210v-136h-185v130q0 77 42 163.5t98 135.5z" glyph-name="glyph441" horiz-adv-x="509"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509z" glyph-name="A.c2sc" horiz-adv-x="1157"/><glyph d="M138 0v1165h406q209 0 320 -81.5t111 -236.5q0 -81 -47.5 -144t-135.5 -96q99 -24 157 -98.5t58 -175.5q0 -158 -109 -245t-310 -88h-450zM323 530v-379h262q115 0 176 49t61 134q0 196 -235 196h-264zM323 671h234q108 0 170 42.5t62 125.5q0 168 -229 173h-237v-341z" glyph-name="B.c2sc" horiz-adv-x="1104"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185z" glyph-name="C.c2sc" horiz-adv-x="1148"/><glyph d="M138 0v1165h361q162 0 287.5 -66.5t195.5 -189.5t73 -282v-77q0 -252 -155.5 -401t-418.5 -149h-343zM323 1012v-861h164q186 0 285 104t99 296v64q0 192 -94.5 294.5t-277.5 102.5h-176z" glyph-name="D.c2sc" horiz-adv-x="1152"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152z" glyph-name="E.c2sc" horiz-adv-x="998"/><glyph d="M843 499h-520v-499h-185v1165h785v-153h-600v-360h520v-153z" glyph-name="F.c2sc" horiz-adv-x="971"/><glyph d="M1077 150q-66 -83 -182.5 -124.5t-267.5 -41.5q-238 0 -382 149t-146 401v90q0 262 133.5 409.5t375.5 147.5q200 0 321 -94t148 -275h-184q-38 217 -283 217q-159 0 -242 -103t-83 -302v-84q0 -190 92.5 -297.5t252.5 -107.5q182 0 263 74v238h-281v144h465v-441z" glyph-name="G.c2sc" horiz-adv-x="1196"/><glyph d="M1112 0h-185v498h-604v-498h-185v1165h185v-515h604v515h185v-1165z" glyph-name="H.c2sc" horiz-adv-x="1251"/><glyph d="M337 0h-186v1165h186v-1165z" glyph-name="I.c2sc" horiz-adv-x="488"/><glyph d="M658 1165h187v-827q0 -157 -106 -255.5t-283 -98.5q-194 0 -303.5 91.5t-109.5 255.5h186q0 -94 56.5 -145t170.5 -51q92 0 147 54.5t55 149.5v826z" glyph-name="J.c2sc" horiz-adv-x="975"/><glyph d="M470 519l-147 -142v-377h-185v1165h185v-555l130 144l397 411h227l-479 -519l513 -646h-225z" glyph-name="K.c2sc" horiz-adv-x="1108"/><glyph d="M323 151h584v-151h-769v1165h185v-1014z" glyph-name="L.c2sc" horiz-adv-x="948"/><glyph d="M378 1165l391 -911l389 911h241v-1165h-184v401l19 533l-398 -934h-136l-397 930l19 -529v-401h-184v1165h240z" glyph-name="M.c2sc" horiz-adv-x="1538"/><glyph d="M1112 0h-184l-605 876v-876h-185v1165h185l605 -877v877h184v-1165z" glyph-name="N.c2sc" horiz-adv-x="1251"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69z" glyph-name="O.c2sc" horiz-adv-x="1211"/><glyph d="M323 438v-438h-185v1165h467q204 0 325 -99.5t121 -267.5q0 -170 -117 -265t-331 -95h-280zM323 590h282q124 0 192 53t68 153q0 96 -68 155.5t-187 60.5h-287v-422z" glyph-name="P.c2sc" horiz-adv-x="1116"/><glyph d="M1109 548q0 -166 -56 -287.5t-158 -191.5l216 -160l-124 -111l-263 199q-54 -13 -124 -13q-228 0 -369.5 152.5t-141.5 416.5v62q0 169 63.5 298.5t179.5 198.5t266 69q234 0 372.5 -153.5t138.5 -416.5v-63zM926 617q0 198 -86 303t-242 105q-148 0 -234 -103.5 t-90 -288.5v-85q0 -194 87 -302t239 -108q156 0 241 105.5t85 304.5v69z" glyph-name="Q.c2sc" horiz-adv-x="1211"/><glyph d="M602 449h-279v-449h-185v1165h426q213 0 328.5 -93t115.5 -263q0 -228 -235 -317l288 -482v-10h-198zM323 600h246q117 0 185.5 54.5t68.5 147.5q0 100 -67 155t-193 55h-240v-412z" glyph-name="R.c2sc" horiz-adv-x="1098"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 143 121.5 232t312.5 89q196 0 320.5 -100t124.5 -256h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159q0 -147 -121.5 -231.5 t-320.5 -84.5q-207 0 -343.5 101.5t-136.5 263.5h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5z" glyph-name="S.c2sc" horiz-adv-x="1056"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153z" glyph-name="T.c2sc" horiz-adv-x="1062"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185z" glyph-name="U.c2sc" horiz-adv-x="1148"/><glyph d="M538 292l25 -94l26 92l320 875h198l-457 -1165h-173l-457 1165h199z" glyph-name="V.c2sc" horiz-adv-x="1127"/><glyph d="M431 294l11 -80l15 64l248 887h165l244 -890l13 -59l12 80l198 869h184l-298 -1165h-174l-260 917l-1 5l-1 -5l-268 -917h-173l-297 1165h183z" glyph-name="W.c2sc" horiz-adv-x="1557"/><glyph d="M552 730l287 435h220l-395 -578l409 -587h-220l-299 443l-296 -443h-220l406 587l-397 578h219z" glyph-name="X.c2sc" horiz-adv-x="1108"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208z" glyph-name="Y.c2sc" horiz-adv-x="1067"/><glyph d="M303 151h689v-151h-921v124l664 888h-655v153h888v-121z" glyph-name="Z.c2sc" horiz-adv-x="1059"/><glyph d="M669 325q0 -162 -76 -249t-217 -87q-139 0 -217 86t-79 246v142q0 163 77.5 250t216.5 87q141 0 217 -86t78 -243v-146zM512 478q0 192 -138 192q-133 0 -137 -180v-179q0 -194 139 -194q132 0 136 181v180z" glyph-name="zero.dnom" horiz-adv-x="751"/><glyph d="M495 0h-157v601l-216 -57v128l355 117h18v-789z" glyph-name="one.dnom" horiz-adv-x="751"/><glyph d="M683 0h-599v108l300 282q109 102 109 171q0 49 -32 79.5t-92 30.5q-75 0 -110.5 -38t-35.5 -95h-157q0 114 83.5 188t215.5 74t209 -63.5t77 -173.5q0 -104 -107 -211l-84 -79l-176 -145h399v-128z" glyph-name="two.dnom" horiz-adv-x="751"/><glyph d="M265 459h84q74 0 110 30.5t36 78.5q0 45 -31.5 74t-101.5 29q-57 0 -94.5 -25.5t-37.5 -66.5h-157q0 98 81.5 159.5t205.5 61.5q137 0 215 -60.5t78 -164.5q0 -55 -35 -100.5t-101 -70.5q149 -41 149 -184q0 -106 -85 -168.5t-221 -62.5q-132 0 -215 63t-83 170h158 q0 -45 39.5 -75t106.5 -30q70 0 106.5 30t36.5 81q0 113 -156 115h-88v116z" glyph-name="three.dnom" horiz-adv-x="751"/><glyph d="M592 299h107v-130h-107v-169h-157v169h-375l-6 102l377 518h161v-490zM212 299h223v289l-17 -28z" glyph-name="four.dnom" horiz-adv-x="751"/><glyph d="M112 387l50 402h478v-132h-349l-22 -170q65 29 139 29q128 0 199.5 -68.5t71.5 -189.5q0 -124 -80 -196.5t-214 -72.5q-121 0 -204.5 63t-89.5 164h155q10 -99 139 -99q65 0 101 37.5t36 105.5q0 62 -39 100.5t-113 38.5q-73 0 -132 -43z" glyph-name="five.dnom" horiz-adv-x="751"/><glyph d="M552 798v-131h-17q-268 -2 -291 -221q72 77 186 77q118 0 185.5 -72.5t67.5 -191.5q0 -116 -79.5 -193t-211.5 -77q-139 0 -222.5 83t-83.5 234v51q0 208 111 322t316 119h39zM387 396q-51 0 -89.5 -22t-55.5 -54v-34q0 -84 41.5 -126.5t104.5 -42.5q61 0 100 39.5 t39 101.5t-35.5 100t-104.5 38z" glyph-name="six.dnom" horiz-adv-x="751"/><glyph d="M677 699l-349 -699h-166l349 659h-453v130h619v-90z" glyph-name="seven.dnom" horiz-adv-x="751"/><glyph d="M651 579q0 -118 -119 -173q139 -59 139 -190q0 -106 -80 -166.5t-216 -60.5t-216 60.5t-80 166.5q0 66 37 114.5t101 75.5q-119 55 -119 173q0 103 75.5 162t200.5 59q126 0 201.5 -59t75.5 -162zM514 228q0 52 -39 81t-101 29q-63 0 -100.5 -29t-37.5 -81q0 -53 38 -82 t101 -29t101 29t38 82zM374 671q-55 0 -86.5 -26.5t-31.5 -74.5q0 -46 31.5 -74t87.5 -28t87.5 28t31.5 74t-32 73.5t-88 27.5z" glyph-name="eight.dnom" horiz-adv-x="751"/><glyph d="M502 320q-69 -65 -170 -65q-118 0 -188.5 69t-70.5 195q0 121 81.5 201t210.5 80q137 0 215 -82.5t81 -230.5v-61q0 -412 -397 -432l-55 -1v127q150 0 216 49t77 151zM368 376q94 0 136 71v60q0 83 -39.5 123t-99.5 40q-59 0 -97 -42t-38 -109q0 -65 37 -104t101 -39z" glyph-name="nine.dnom" horiz-adv-x="751"/><glyph d="M779 651h-636v151h636v-151z" glyph-name="glyph478" horiz-adv-x="918"/><glyph d="M433 1650h189l-220 -184h-114zM158 1251q0 70 50 118.5t122 48.5q68 0 117.5 -47t49.5 -120q0 -71 -48.5 -117t-118.5 -46q-72 0 -122 47t-50 116zM243 1251q0 -35 25.5 -60t61.5 -25q35 0 59 24.5t24 60.5q0 38 -24 63t-59 25q-37 0 -62 -26t-25 -62z" glyph-name="glyph479" horiz-adv-x="693"/><glyph d="M1041 935h-151q58 -84 59 -189v-25q0 -98 -55.5 -181t-153 -130t-217.5 -47q-79 0 -152 21q-52 -42 -52 -106q0 -80 122 -82h183q200 -1 303 -75.5t103 -217.5q0 -84 -70.5 -164.5t-192.5 -128.5t-273 -48q-209 0 -336.5 77.5t-127.5 199.5q0 83 47 152t131 111 q-56 47 -56 121q0 124 115 206q-174 106 -174 303v11q0 157 120.5 258t307.5 101q80 0 151 -20h367zM331 50q-56 -26 -86 -72.5t-30 -101.5q0 -74 74 -118.5t205 -44.5q146 0 248.5 57t102.5 133q0 74 -52 106.5t-160 34.5h-239zM278 721q0 -83 70 -144.5t175 -61.5 q103 0 172 61t69 149v18q0 87 -69 147t-174 60t-174 -60t-69 -150v-19z" glyph-name="g.ss01" horiz-adv-x="1082"/><glyph d="M898 241q-108 -262 -378 -262q-192 0 -306 141.5t-114 385.5v15q0 264 113 422.5t309 158.5q265 0 373 -257l34 237h176l-106 -542l113 -540h-176zM285 500q0 -175 73 -272.5t208 -97.5q211 0 283 391v36q-28 190 -101 291.5t-180 101.5q-134 0 -208.5 -113.5 t-74.5 -336.5z" glyph-name="alpha.ss02" horiz-adv-x="1219"/><glyph d="M370 628v-628h-193v1455h526q240 0 365.5 -105t125.5 -309q0 -229 -237 -328q222 -69 227 -331v-156q2 -141 67 -202v-24h-198q-59 54 -62 226v139q0 120 -70 191.5t-197 71.5h-354zM370 785h313q162 0 240.5 62t78.5 194q0 256 -305 256h-327v-512z" glyph-name="R.ss03" horiz-adv-x="1356"/><glyph d="M547 654h-177v-654h-192v1456h192v-642h150l509 642h239l-556 -706l597 -750h-235z" glyph-name="K.ss04" horiz-adv-x="1316"/><glyph d="M460 501h-128v-501h-186v1536h186v-882h126l315 428h219l-378 -493l430 -589h-219z" glyph-name="k.ss04" horiz-adv-x="1043"/><glyph d="M370 693v-693h-192v1456h192v-647h12l611 647h241l-661 -709l701 -747h-237z" glyph-name="K.ss05" horiz-adv-x="1341"/><glyph d="M336 499h-4v-499h-186v1560h186v-907h1l394 429h240l-469 -499l511 -583h-228z" glyph-name="k.ss05" horiz-adv-x="1039"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 130 101.5 216t267.5 102v217h149v-219q163 -21 262 -118t99 -233h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159 q0 -130 -97.5 -213t-266.5 -99v-225h-149v225q-186 19 -297.5 116t-111.5 245h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5z" glyph-name="dollar.c2sc" horiz-adv-x="1056"/><glyph d="M797 500h-400l1 -34q5 -203 -51 -314h660l-1 -152h-892v152h10q79 23 88 244l1 70l-1 34h-164v121h160l-4 123q-6 201 95.5 319t282.5 118q183 0 284 -102t101 -285h-185q0 112 -52 171.5t-148 59.5q-93 0 -145 -71.5t-48 -209.5l4 -123h404v-121z" glyph-name="sterling.c2sc" horiz-adv-x="1075"/><glyph d="M541 587l312 578h208l-357 -628h251v-121h-319l-5 -9v-66h324v-120h-324v-221h-185v221h-324v120h324v75h-324v121h256l-356 628h208z" glyph-name="yen.c2sc" horiz-adv-x="1084"/><glyph d="M901 1012h-578v-1012h-185v1165h763v-153z" glyph-name="Gamma.c2sc" horiz-adv-x="943"/><glyph d="M1107 0h-1087l457 1165h173zM589 874l-26 92l-25 -94l-264 -720h579z" glyph-name="Delta.c2sc" horiz-adv-x="1127"/><glyph d="M853 505h-481v153h481v-153zM1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5 q156 0 240.5 105.5t84.5 304.5v69z" glyph-name="Theta.c2sc" horiz-adv-x="1211"/><glyph d="M219 0h-199l457 1165h173l457 -1165h-198l-320 874l-26 92l-25 -94z" glyph-name="Lambda.c2sc" horiz-adv-x="1127"/><glyph d="M843 0h-781v152h781v-152zM776 531h-649v152h649v-152zM843 1012h-781v153h781v-153z" glyph-name="Xi.c2sc" horiz-adv-x="905"/><glyph d="M1092 0h-186v1012h-583v-1012h-185v1165h954v-1165z" glyph-name="Pi.c2sc" horiz-adv-x="1230"/><glyph d="M623 570l-330 -417h675v-153h-905v144l337 439l-337 438v144h855v-153h-625l330 -417v-25z" glyph-name="Sigma.c2sc" horiz-adv-x="1007"/><glyph d="M784 1046q230 -13 366 -138t136 -328q0 -205 -137.5 -331t-364.5 -139v-110h-185v110q-233 13 -368 138.5t-135 329.5q0 205 136 330.5t367 138.5v118h185v-119zM280 578q0 -296 319 -313v627q-154 -9 -236.5 -84.5t-82.5 -229.5zM1102 580q0 153 -83 227.5t-235 83.5 v-626q152 10 235 85t83 230z" glyph-name="Phi.c2sc" horiz-adv-x="1383"/><glyph d="M744 443q277 51 277 414v308h185v-323q-3 -243 -124 -386t-338 -167v-289h-186v287q-217 20 -337 162.5t-125 384.5v331h186v-309q0 -370 276 -415v724h186v-722z" glyph-name="Psi.c2sc" horiz-adv-x="1303"/><glyph d="M699 157q136 31 199.5 142.5t63.5 316.5v38q0 179 -87 275t-244 96q-156 0 -242 -96.5t-86 -279.5v-33q0 -204 70.5 -315.5t197.5 -143.5v-157h-450v151h175q-179 157 -179 471v30q0 238 141.5 383.5t372.5 145.5q232 0 374 -146t142 -391v-28q0 -309 -178 -465h181v-151 h-451v157z" glyph-name="Omega.c2sc" horiz-adv-x="1266"/><glyph d="M394 1012h-356v153h905v-153h-364v-297q151 49 307 49q212 0 325 -104t113 -300q0 -190 -114.5 -285t-338.5 -95v151q141 0 204.5 54.5t63.5 174.5q0 131 -62.5 191.5t-190.5 60.5q-157 0 -307 -50v-562h-185v1012z" glyph-name="uni0402.c2sc" horiz-adv-x="1394"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -234 -97.5t-87 -272.5h447v-152h-447q4 -178 84.5 -275t225.5 -97 q135 0 205.5 55.5t90.5 186.5h185z" glyph-name="uni0404.c2sc" horiz-adv-x="1148"/><glyph d="M1787 366q0 -165 -115 -264.5t-310 -101.5h-469v1012h-418l-15 -411q-11 -237 -49.5 -360t-114 -181.5t-198.5 -59.5h-59l4 165l46 1q96 4 136.5 99t50.5 360l20 540h782v-438h292q193 -4 305 -100.5t112 -260.5zM1078 575v-423h277q114 0 180 58.5t66 157.5 q0 95 -65.5 151t-180.5 56h-277z" glyph-name="uni0409.c2sc" horiz-adv-x="1857"/><glyph d="M323 650h584v515h185v-438h292q193 -4 305 -100.5t112 -260.5q0 -165 -115 -264.5t-310 -101.5h-469v498h-584v-498h-185v1165h185v-515zM1092 575v-423h277q115 0 181 59.5t66 156.5q0 91 -62.5 147.5t-172.5 59.5h-289z" glyph-name="uni040A.c2sc" horiz-adv-x="1871"/><glyph d="M395 1012h-355v153h905v-153h-364v-297q147 49 307 49q212 0 323 -101t115 -294v-369h-186v356q0 135 -62.5 195.5t-189.5 60.5q-157 0 -307 -50v-562h-186v1012z" glyph-name="uni040B.c2sc" horiz-adv-x="1396"/><glyph d="M1091 0h-383v-357h-185v357h-385v1165h185v-1013h583v1013h185v-1165z" glyph-name="uni040F.c2sc" horiz-adv-x="1229"/><glyph d="M917 1015h-594v-288h273q206 0 321 -98t115 -263q0 -164 -114 -264t-311 -102h-469v1165h779v-150zM600 152q115 0 181 59.5t66 156.5q0 91 -62.5 147.5t-172.5 59.5h-289v-423h277z" glyph-name="uni0411.c2sc" horiz-adv-x="1113"/><glyph d="M133 152l41 49q71 86 106.5 212.5t42.5 342.5l14 409h775v-1013h143v-492h-185v340h-838v-339h-186l1 491h86zM349 152h578v860h-412l-12 -312q-17 -359 -154 -548z" glyph-name="uni0414.c2sc" horiz-adv-x="1316"/><glyph d="M965 502h-99v-502h-186v502h-100l-315 -502h-234l390 593l-354 572h224l300 -509h89v509h186v-509h89l300 509h224l-356 -563l392 -602h-234z" glyph-name="uni0416.c2sc" horiz-adv-x="1547"/><glyph d="M776 848q0 84 -69 130.5t-194 46.5q-110 0 -174.5 -44t-64.5 -123h-186q0 142 118.5 232.5t306.5 90.5q211 0 330 -84t119 -234q0 -86 -55 -156.5t-158 -111.5q118 -36 174.5 -109t56.5 -164q0 -158 -127 -248t-340 -90q-91 0 -175.5 22t-145.5 68q-121 89 -121 246h185 q5 -86 70.5 -134t186.5 -48q136 0 209 48t73 136q0 193 -257 198h-157v152h156q239 5 239 176z" glyph-name="uni0417.c2sc" horiz-adv-x="1087"/><glyph d="M936 1165h185v-1165h-185v884l-613 -884h-185v1165h185v-884z" glyph-name="uni0418.c2sc" horiz-adv-x="1260"/><glyph d="M430 502h-106v-502h-185v1165h185v-509h100l389 509h223l-459 -571l491 -594h-239z" glyph-name="uni041A.c2sc" horiz-adv-x="1102"/><glyph d="M1078 1165v-1165h-185v1012h-418l-15 -382q-13 -342 -95 -483.5t-258 -146.5h-68l4 165l41 3q94 7 134 86t53 305l25 606h782z" glyph-name="uni041B.c2sc" horiz-adv-x="1217"/><glyph d="M501 560l45 -120l276 725h213l-418 -955l-37 -73q-80 -145 -250 -156l-38 -1q-80 0 -100 8l6 147l92 -5q49 0 85.5 24.5t68.5 83.5l-410 927h214z" glyph-name="uni0423.c2sc" horiz-adv-x="1055"/><glyph d="M1092 152h173l-18 -492h-165v340h-944v1165h185v-1013h583v1013h186v-1013z" glyph-name="uni0426.c2sc" horiz-adv-x="1320"/><glyph d="M991 0h-185v450q-144 -48 -307 -48q-212 0 -323 101t-115 294v368h185v-355q0 -135 63 -195.5t190 -60.5q157 0 307 50v561h185v-1165z" glyph-name="uni0427.c2sc" horiz-adv-x="1130"/><glyph d="M1478 0h-1340v1165h185v-1013h392v1013h186v-1013h392v1013h185v-1165z" glyph-name="uni0428.c2sc" horiz-adv-x="1617"/><glyph d="M1479 152h174l-18 -492h-166v340h-1331v1165h185v-1013h392v1013h186v-1013h392v1013h186v-1013z" glyph-name="uni0429.c2sc" horiz-adv-x="1708"/><glyph d="M1238 366q0 -164 -114 -264t-310 -102h-470v1012h-336v153h522v-438h278q132 0 229 -44t149 -125.5t52 -191.5zM807 152q114 0 180 58.5t66 157.5q0 95 -65.5 151t-180.5 56h-277v-423h277z" glyph-name="uni042A.c2sc" horiz-adv-x="1309"/><glyph d="M1032 366q0 -164 -114 -264t-311 -102h-469v1165h185v-438h273q206 0 321 -98t115 -263zM600 152q115 0 181 59.5t66 156.5q0 91 -62.5 147.5t-172.5 59.5h-289v-423h277zM1383 0h-186v1165h186v-1165z" glyph-name="uni042B.c2sc" horiz-adv-x="1521"/><glyph d="M1032 366q0 -164 -114 -264t-311 -102h-469v1165h185v-438h273q206 0 321 -98t115 -263zM600 152q115 0 181 59.5t66 156.5q0 91 -62.5 147.5t-172.5 59.5h-289v-423h277z" glyph-name="uni042C.c2sc" horiz-adv-x="1102"/><glyph d="M260 377q20 -131 90.5 -186.5t205.5 -55.5q141 0 222 93.5t88 278.5h-447v152h446q-5 175 -86.5 272.5t-233.5 97.5q-126 0 -196.5 -58t-88.5 -188h-185q19 187 142.5 292.5t327.5 105.5q228 0 364.5 -144.5t141.5 -388.5v-117q0 -163 -60 -287.5t-173 -192t-262 -67.5 q-207 0 -334 103t-147 290h185z" glyph-name="uni042D.c2sc" horiz-adv-x="1147"/><glyph d="M1557 548q0 -261 -138 -412.5t-370 -151.5q-221 0 -359.5 142t-150.5 384h-216v-510h-185v1165h185v-503h216q14 241 152 380t356 139q233 0 370.5 -152t139.5 -407v-74zM1374 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5 t239 -107.5q156 0 240.5 105.5t84.5 304.5v69z" glyph-name="uni042E.c2sc" horiz-adv-x="1654"/><glyph d="M80 0l290 525q-122 38 -178.5 116.5t-56.5 182.5q0 161 110 250t310 91h465v-1165h-185v479h-304l-255 -479h-196zM322 816q0 -180 230 -184h283v380h-273q-240 0 -240 -196z" glyph-name="uni042F.c2sc" horiz-adv-x="1159"/><glyph d="M647 509h-226v-509h-185v509h-225v151h225v505h763v-153h-578v-352h226v-151z" glyph-name="uni0492.c2sc" horiz-adv-x="1041"/><glyph d="M1123 602l294 -452h153v-490h-167v340h-122l-316 502h-99v-502h-186v502h-100l-315 -502h-234l390 593l-354 572h224l300 -509h89v509h186v-509h89l300 509h224z" glyph-name="uni0496.c2sc" horiz-adv-x="1607"/><glyph d="M577 594l367 -444h158v-490h-168v340h-105l-399 502h-106v-502h-185v1165h185v-509h100l389 509h223z" glyph-name="uni049A.c2sc" horiz-adv-x="1145"/><glyph d="M324 656h80v228h148v-228h60l388 509h224l-460 -571l491 -594h-239l-399 502h-65v-206h-148v206h-80v-502h-185v1165h185v-509z" glyph-name="uni049C.c2sc" horiz-adv-x="1289"/><glyph d="M663 502h-105v-502h-186v1013h-337v152h523v-509h99l389 509h224l-460 -571l491 -594h-239z" glyph-name="uni04A0.c2sc" horiz-adv-x="1335"/><glyph d="M1371 -20q-217 0 -383 59q-137 -60 -300 -60q-278 0 -435 162.5t-157 460.5v26q0 259 122 407t332 148l1 -158q-126 0 -198 -97.5t-72 -297.5v-33q0 -232 104 -346.5t303 -114.5q54 0 104 8q-227 178 -228 503v39q0 235 103.5 365t284.5 130q184 0 286.5 -128.5 t102.5 -369.5v-56q0 -294 -182 -472q94 -18 212 -18v-157zM749 646q0 -308 225 -429q182 129 182 415v56q0 172 -49 253.5t-155 81.5q-198 0 -203 -317v-60z" glyph-name="uni04A8.c2sc" horiz-adv-x="1474"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208zM847 361h-636v151h636v-151z" glyph-name="uni04B0.c2sc" horiz-adv-x="1119"/><glyph d="M552 730l287 435h220l-395 -578l305 -438v1h168v-490h-168v340h-116l-299 443l-296 -443h-220l406 587l-397 578h219z" glyph-name="uni04B2.c2sc" horiz-adv-x="1192"/><glyph d="M1348 152h174l-18 -492h-165v340h-944v1012h-357v153h905v-153h-363v-860h582v1013h186v-1013z" glyph-name="uni04B4.c2sc" horiz-adv-x="1633"/><glyph d="M991 0h-185v450q-99 -33 -204 -44v-198h-149v195q-188 10 -288.5 110.5t-103.5 286.5v365h185v-355q0 -123 51.5 -183t155.5 -71v240h149v-237q103 11 204 45v561h185v-1165z" glyph-name="uni04B8.c2sc" horiz-adv-x="1130"/><glyph d="M138 1165h185v-450q154 49 307 49q212 0 323 -101t115 -294v-369h-185v356q0 135 -63 195.5t-190 60.5q-152 0 -307 -51v-561h-185v1165z" glyph-name="uni04BA.c2sc" horiz-adv-x="1130"/><glyph d="M913 -16q-255 0 -408 145t-153 388q-166 11 -258 110t-92 267h153q0 -94 47.5 -153.5t149.5 -71.5q5 147 72.5 265t184 182.5t258.5 64.5q248 0 384 -138.5t136 -397.5v-130h-850q0 -177 96.5 -273t279.5 -96q76 0 143.5 15.5t147.5 55.5l57 -146q-60 -40 -152 -63.5 t-196 -23.5zM867 1025q-143 0 -233.5 -97t-96.5 -261h665v27q0 161 -87 246t-248 85z" glyph-name="uni04BC.c2sc" horiz-adv-x="1475"/><glyph d="M583 1181q247 0 395.5 -144t150.5 -383v-136q0 -153 -66 -275t-184 -190.5t-265 -68.5q-248 0 -384 138.5t-136 395.5v130h850v1q0 177 -96.5 273.5t-279.5 96.5q-147 0 -291 -72l-57 146q65 41 161 64.5t202 23.5zM614 138q145 0 234.5 99t95.5 260h-665v-27 q0 -160 86.5 -246t248.5 -86z" glyph-name="uni04D8.c2sc" horiz-adv-x="1226"/><glyph d="M691 1012h-580v153h824l2 -118l-343 -357q177 -16 281.5 -114.5t104.5 -237.5q0 -167 -126 -262t-341 -95q-89 0 -174.5 22.5t-145.5 68.5q-122 90 -122 248h185q5 -89 73.5 -139t183.5 -50q136 0 209 52t73 158q0 95 -69 148t-203 53h-128v165z" glyph-name="uni04E0.c2sc" horiz-adv-x="1087"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM606 138q147 0 231 94t93 274h-650q10 -176 96.5 -272t229.5 -96zM604 1025q-145 0 -230.5 -97.5t-93.5 -269.5h650 q-9 179 -94 273t-232 94z" glyph-name="uni04E8.c2sc" horiz-adv-x="1211"/><glyph d="M391 680h406v-121h-402l3 -93v-16h399v-121h-404q-10 -106 -46 -177h660l-1 -152h-892v152h10q63 18 83 177h-159v121h165v16l-3 93h-162v121h158l-2 64q-6 201 95.5 319t282.5 118q183 0 284 -102t101 -285h-185q0 112 -52 171.5t-148 59.5q-93 0 -145 -71.5t-48 -209.5 z" glyph-name="lira.c2sc" horiz-adv-x="1075"/><glyph d="M815 406h-408q32 -271 290 -271q98 0 202 28l27 -149q-118 -30 -229 -30q-211 0 -333.5 109t-142.5 313h-155v121h151v109h-151v121h155q22 204 144.5 314t329.5 110q96 0 231 -31l-21 -149q-89 28 -210 28q-256 0 -288 -272h408v-121h-412v-109h412v-121z" glyph-name="Euro.c2sc" horiz-adv-x="995"/><glyph d="M1902 189h-557v142h557v-142zM1280 846q0 149 94 242t248 93t248.5 -92t94.5 -247v-80q0 -152 -95 -243t-246 -91q-153 0 -248.5 91.5t-95.5 247.5v79zM1443 762q0 -89 47 -142t134 -53q84 0 131 52.5t47 144.5v82q0 90 -48.5 142t-131.5 52q-82 0 -130.5 -51.5 t-48.5 -145.5v-81zM1112 0h-184l-605 876v-876h-185v1165h185l605 -877v877h184v-1165z" glyph-name="uni2116.c2sc" horiz-adv-x="2082"/><glyph d="M676 180h-258v-180h-186v180h-192v152h192v89h-192v152h192v592h463q197 0 314 -102t117 -270q0 -165 -113.5 -266.5t-303.5 -105.5h-291v-89h258v-152zM418 573h277q114 0 179.5 60t65.5 158q0 100 -66 161t-178 61h-278v-440z" glyph-name="uni20BD.c2sc" horiz-adv-x="1195"/><glyph d="M1076 530q0 -159 -55.5 -285t-156 -195.5t-228.5 -69.5q-209 0 -321 149l-15 -129h-160v1536h185v-573q112 139 309 139q201 0 321.5 -150.5t120.5 -407.5v-14zM891 551q0 180 -81.5 287t-221.5 107q-183 0 -263 -170v-468q85 -171 265 -171q138 0 219.5 108t81.5 307z" glyph-name="b.ss06" horiz-adv-x="1149"/><glyph d="M576 131q99 0 173 60t82 150h176q-5 -94 -65 -178t-158 -133.5t-208 -49.5q-223 0 -353.5 149t-130.5 401v32q0 157 59 281.5t168.5 191.5t256.5 67q182 0 302.5 -109t128.5 -283h-176q-8 105 -79.5 172.5t-175.5 67.5q-143 0 -220.5 -103t-77.5 -294v-33 q0 -188 78.5 -288.5t219.5 -100.5z" glyph-name="c.ss06" horiz-adv-x="1074"/><glyph d="M91 550q0 159 56.5 285t159.5 196.5t231 70.5q190 0 301 -130v564h185v-1536h-161l-14 120q-111 -140 -313 -140q-124 0 -225.5 70t-160 195.5t-59.5 277.5v27zM276 529q0 -177 84 -285t222 -108q175 0 257 159v497q-83 153 -255 153q-141 0 -224.5 -107t-83.5 -309z" glyph-name="d.ss06" horiz-adv-x="1171"/><glyph d="M91 550q0 246 124 399t322 153q204 0 315 -148l15 128h157v-1010q-2 -239 -124 -368.5t-346 -129.5q-86 0 -186 27.5t-172 77.5l55 138q63 -42 142.5 -67t158.5 -25q149 0 218 88t69 256v40q-111 -129 -304 -129q-194 0 -319 156t-125 400v14zM276 529q0 -176 83 -284.5 t222 -108.5q175 0 258 161v491q-83 157 -256 157q-142 0 -224.5 -107.5t-82.5 -308.5z" glyph-name="g.ss06" horiz-adv-x="1164"/><glyph d="M646 0h-186v1233l-373 -137v168l530 199h29v-1463z" glyph-name="one.pnum" horiz-adv-x="889"/><glyph d="M1074 529q0 -158 -55 -284t-155 -195.5t-229 -69.5q-197 0 -310 125v-521h-185v1498h159l15 -125q116 145 318 145q193 0 312 -139.5t129 -373.5zM889 550q0 176 -84.5 285.5t-227.5 109.5q-168 0 -252 -149v-517q83 -148 254 -148q140 0 225 111.5t85 307.5z" glyph-name="p.ss06" horiz-adv-x="1165"/><glyph d="M91 549q0 245 123.5 399t327.5 154q196 0 307 -134l14 114h160v-1498h-185v516q-112 -120 -298 -120q-199 0 -324 154.5t-125 400.5v14zM276 528q0 -174 85 -285.5t225 -111.5q166 0 252 147v529q-88 143 -250 143q-142 0 -227 -111.5t-85 -310.5z" glyph-name="q.ss06" horiz-adv-x="1180"/><glyph d="M625 -20q-229 0 -374.5 139.5t-156.5 366.5l-1 78q0 155 62 277.5t172.5 191.5t238.5 69q213 0 329 -129t116 -369v-116h-732q8 -157 105 -257t250 -100q160 0 280 90l57 -127q-131 -114 -346 -114zM566 950q-115 0 -191 -80t-93 -230h544v25q0 131 -68.5 208t-191.5 77z" glyph-name="e.ss07" horiz-adv-x="1085"/><glyph d="M96 549q0 250 116 401.5t311 151.5q202 0 314 -147l16 127h157v-1019q0 -234 -122.5 -361.5t-347.5 -127.5q-82 0 -169.5 22.5t-152.5 63.5l55 138q122 -73 265 -73q149 0 217.5 83.5t68.5 241.5v58q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 403v13zM282 528 q0 -181 74.5 -286.5t210.5 -105.5q175 0 257 160v494q-85 155 -255 155q-137 0 -212 -104t-75 -313z" glyph-name="g.ss07" horiz-adv-x="1149"/><glyph d="M1308 462q-24 -223 -170.5 -353t-384.5 -130q-177 0 -320.5 90t-224.5 253.5t-82 366.5v68q0 211 78.5 376t220 254.5t319.5 89.5q237 0 388.5 -131t176.5 -358h-193q-24 163 -119.5 247t-252.5 84q-192 0 -309 -154.5t-117 -412.5v-55q0 -161 55 -289t155 -200t225 -72 q161 0 249 78.5t114 247.5h192z" glyph-name="C.ss06" horiz-adv-x="1409"/><glyph d="M1310 190q-67 -97 -209.5 -154t-318.5 -57q-187 0 -336 90t-233 253.5t-87 373.5v45q0 219 77.5 386t219.5 258t323 91q241 0 385.5 -114.5t178.5 -332.5h-192q-30 149 -123 219t-249 70q-181 0 -299 -146t-128 -388l-1 -70q0 -172 60 -305t165.5 -203t238.5 -70 q114 0 204.5 29t132.5 77v326h-336v155h527v-533z" glyph-name="G.ss06" horiz-adv-x="1454"/><glyph d="M178 0v1456h433q193 0 349 -86t244.5 -244t92.5 -358v-62q0 -208 -86.5 -367.5t-245.5 -248t-362 -90.5h-425zM370 1298v-1141h223q234 0 371.5 149t137.5 408v36q0 252 -132.5 400t-364.5 148h-235z" glyph-name="D.ss06" horiz-adv-x="1427"/><glyph d="M1375 706q0 -206 -81 -374t-224 -260.5t-318 -92.5q-171 0 -314.5 92.5t-226.5 257.5t-85 365v55q0 205 82 372.5t226.5 261.5t315.5 94q173 0 317 -92.5t225.5 -258.5t82.5 -370v-50zM1184 751q0 162 -55 290t-154.5 199.5t-224.5 71.5q-120 0 -219 -71.5t-156 -198.5 t-58 -283v-53q0 -160 56.5 -289t157 -202t221.5 -73q193 0 312.5 157.5t119.5 412.5v39z" glyph-name="O.ss06" horiz-adv-x="1504"/><glyph d="M1375 706q0 -212 -84.5 -382t-232.5 -260l250 -195l-131 -121l-308 243q-57 -12 -117 -12q-171 0 -315 93t-226 256t-85 361v58q0 204 81 372t226 263t317 95q174 0 318.5 -93.5t225.5 -261.5t81 -374v-42zM1184 749q0 163 -55 291.5t-154.5 200t-224.5 71.5 q-120 0 -219.5 -72t-156 -199.5t-57.5 -283.5v-51q0 -160 56.5 -289t157 -202t221.5 -73q193 0 312.5 157.5t119.5 412.5v37z" glyph-name="Q.ss06" horiz-adv-x="1507"/><glyph d="M713 0h-185v934l-368 -139v168l522 202h31v-1165z" glyph-name="one.oldstyle" horiz-adv-x="981"/><glyph d="M1056 0h-889v131l509 457q125 115 135 199l3 53q0 84 -62.5 138t-164.5 54q-122 0 -196.5 -71t-74.5 -188h-185q0 112 60 207.5t165 149.5t231 54q187 0 299.5 -92t112.5 -244q0 -177 -197 -357l-378 -340h632v-151z" glyph-name="two.oldstyle" horiz-adv-x="1154"/><glyph d="M716 1476h185v-464h-578v-1012h-185v1165h578v311z" glyph-name="uni0490.c2sc" horiz-adv-x="943"/><glyph d="M740 1012h-652v153h882v-118l-384 -404q178 -24 291 -147t113 -302q0 -249 -154 -396t-409 -147q-202 0 -412 103l52 139q165 -88 342 -88q180 0 287.5 101t107.5 266q0 171 -92.5 253.5t-284.5 82.5h-60v103z" glyph-name="three.oldstyle" horiz-adv-x="1112"/><glyph d="M987 150h197v-151h-197v-329h-186v329h-739v109l726 1057h199v-1015zM279 150h522v764l-28 -53z" glyph-name="four.oldstyle" horiz-adv-x="1231"/><glyph d="M669 989q0 -162 -76 -249t-217 -87q-139 0 -217 86t-79 246v142q0 163 77.5 250t216.5 87q141 0 217 -86t78 -243v-146zM512 1142q0 192 -138 192q-133 0 -137 -180v-179q0 -194 139 -194q132 0 136 181v180z" glyph-name="zero.frac" horiz-adv-x="751"/><glyph d="M592 963h107v-130h-107v-169h-157v169h-375l-6 102l377 518h161v-490zM212 963h223v289l-17 -28z" glyph-name="four.frac" horiz-adv-x="751"/><glyph d="M112 1051l50 402h478v-132h-349l-22 -170q65 29 139 29q128 0 199.5 -68.5t71.5 -189.5q0 -124 -80 -196.5t-214 -72.5q-121 0 -204.5 63t-89.5 164h155q10 -99 139 -99q65 0 101 37.5t36 105.5q0 62 -39 100.5t-113 38.5q-73 0 -132 -43z" glyph-name="five.frac" horiz-adv-x="751"/><glyph d="M552 1462v-131h-17q-268 -2 -291 -221q72 77 186 77q118 0 185.5 -72.5t67.5 -191.5q0 -116 -79.5 -193t-211.5 -77q-139 0 -222.5 83t-83.5 234v51q0 208 111 322t316 119h39zM387 1060q-51 0 -89.5 -22t-55.5 -54v-34q0 -84 41.5 -126.5t104.5 -42.5q61 0 100 39.5 t39 101.5t-35.5 100t-104.5 38z" glyph-name="six.frac" horiz-adv-x="751"/><glyph d="M677 1363l-349 -699h-166l349 659h-453v130h619v-90z" glyph-name="seven.frac" horiz-adv-x="751"/><glyph d="M651 1243q0 -118 -119 -173q139 -59 139 -190q0 -106 -80 -166.5t-216 -60.5t-216 60.5t-80 166.5q0 66 37 114.5t101 75.5q-119 55 -119 173q0 103 75.5 162t200.5 59q126 0 201.5 -59t75.5 -162zM514 892q0 52 -39 81t-101 29q-63 0 -100.5 -29t-37.5 -81q0 -53 38 -82 t101 -29t101 29t38 82zM374 1335q-55 0 -86.5 -26.5t-31.5 -74.5q0 -46 31.5 -74t87.5 -28t87.5 28t31.5 74t-32 73.5t-88 27.5z" glyph-name="eight.frac" horiz-adv-x="751"/><glyph d="M502 984q-69 -65 -170 -65q-118 0 -188.5 69t-70.5 195q0 121 81.5 201t210.5 80q137 0 215 -82.5t81 -230.5v-61q0 -412 -397 -432l-55 -1v127q150 0 216 49t77 151zM368 1040q94 0 136 71v60q0 83 -39.5 123t-99.5 40q-59 0 -97 -42t-38 -109q0 -65 37 -104t101 -39z" glyph-name="nine.frac" horiz-adv-x="751"/><glyph d="M134 372l102 792h788v-171h-642l-54 -396q111 64 260 66q200 2 320.5 -131.5t120.5 -358.5q0 -239 -144 -382t-385 -143q-224 0 -399 114l58 139q130 -101 341 -101q153 0 248.5 103.5t95.5 267.5q0 143 -82.5 234t-217.5 91q-106 0 -164.5 -29t-92.5 -112z" glyph-name="five.oldstyle" horiz-adv-x="1131"/><glyph d="M1010 1059l-608 -1389h-186l599 1343h-741v152h936v-106z" glyph-name="seven.oldstyle" horiz-adv-x="1070"/><glyph d="M1645 0h-669l-370 -16q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154l347 -16h687v-153h-613v-334h532v-152h-532v-375h620v-151zM606 138l234 7v871l-236 9q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5z" glyph-name="OE.c2sc" horiz-adv-x="1700"/><glyph d="M479 -191q177 0 287 122t131 339q-119 -105 -302 -105q-210 0 -337.5 138t-127.5 364q0 156 58.5 274t163.5 181t237 63q235 0 365.5 -146t132.5 -412v-250q0 -220 -73 -383t-207.5 -250t-309.5 -87q-159 0 -277 60l38 142q122 -50 221 -50zM604 317q105 0 184.5 46 t113.5 128v148q0 197 -80.5 295.5t-226.5 98.5q-127 0 -203 -97.5t-76 -268.5q0 -149 81.5 -249.5t206.5 -100.5z" glyph-name="nine.oldstyle" horiz-adv-x="1209"/><glyph d="M1161 572q0 -278 -140 -435.5t-379 -157.5t-380 158t-142 434v20q0 276 140.5 435t379.5 159t379.5 -158t141.5 -435v-20zM975 605q0 202 -89 315t-246 113q-155 0 -244 -112t-91 -309v-52q0 -201 91 -315.5t246 -114.5q154 0 242.5 110.5t90.5 312.5v52z" glyph-name="zero.oldstyle" horiz-adv-x="1280"/><glyph d="M357 1082v-1171q0 -170 -85 -259t-237 -89q-59 0 -111 18l14 147q30 -13 97 -13q65 0 101 52t36 144v1171h185z" glyph-name="glyph574" horiz-adv-x="518"/><glyph d="M357 1082v-1171q0 -170 -85 -259t-237 -89q-59 0 -111 18l14 147q30 -13 97 -13q65 0 101 52t36 144v1171h185z" glyph-name="glyph575" horiz-adv-x="516"/><glyph d="M341 0h-186v1082h186v-1082z" glyph-name="glyph576" horiz-adv-x="507"/><glyph d="M341 0h-186v1082h186v-1082zM326 10l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="glyph577" horiz-adv-x="507"/><glyph d="M341 0h-186v1082h186v-1082z" glyph-name="glyph578" horiz-adv-x="507"/><glyph d="M341 0h-186v1082h186v-1082zM134 -235q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="glyph579" horiz-adv-x="507"/><glyph d="M451 181q82 -51 170 -51q97 0 154 61.5t57 160.5q0 98 -68 140.5t-203 42.5h-84v137l237 295q-78 62 -177 62q-211 0 -215 -267v-762h-184v757q1 210 99.5 317t299.5 107q107 0 204.5 -42.5t198.5 -140.5l-274 -330q169 -15 260 -96.5t91 -215.5q0 -172 -107.5 -274 t-288.5 -102q-119 0 -223 49z" glyph-name="germandbls.c2sc" horiz-adv-x="1104"/><glyph d="M138 0v1165h361q162 0 287.5 -66.5t195.5 -189.5t73 -282v-77q0 -252 -155.5 -401t-418.5 -149h-343zM323 1012v-861h164q186 0 285 104t99 296v64q0 192 -94.5 294.5t-277.5 102.5h-176zM570 515h-636v151h636v-151z" glyph-name="Dcroat.c2sc" horiz-adv-x="1152"/><glyph d="M138 0v1165h361q162 0 287.5 -66.5t195.5 -189.5t73 -282v-77q0 -252 -155.5 -401t-418.5 -149h-343zM323 1012v-861h164q186 0 285 104t99 296v64q0 192 -94.5 294.5t-277.5 102.5h-176zM570 515h-636v151h636v-151z" glyph-name="Eth.c2sc" horiz-adv-x="1152"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153zM848 619h-636v151h636v-151z" glyph-name="Tbar.c2sc" horiz-adv-x="1062"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM687 1270h-159l-258 294h223z" glyph-name="Agrave.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM672 1564h224l-268 -294h-149z" glyph-name="Aacute.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM884 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Acircumflex.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM936 1534q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9 q43 0 71.5 34t28.5 79z" glyph-name="Atilde.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM260 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM690 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Adieresis.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM796 1449q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61t61.5 -147zM465 1449q0 -47 33.5 -81t82.5 -34q48 0 82 33t34 82t-33.5 83.5 t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="Aring.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM688 1660h189l-220 -184h-114zM413 1261q0 70 50 118.5t122 48.5q68 0 117.5 -47t49.5 -120q0 -71 -48.5 -117t-118.5 -46q-72 0 -122 47t-50 116zM498 1261q0 -35 25.5 -60t61.5 -25 q35 0 59 24.5t24 60.5q0 38 -24 63t-59 25q-37 0 -62 -26t-25 -62z" glyph-name="Aringacute.c2sc" horiz-adv-x="1157"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185zM657 -3l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="Ccedilla.c2sc" horiz-adv-x="1148"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM642 1270h-159l-258 294h223z" glyph-name="Egrave.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM627 1564h224l-268 -294h-149z" glyph-name="Eacute.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM839 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ecircumflex.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM215 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM645 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Edieresis.c2sc" horiz-adv-x="998"/><glyph d="M337 0h-186v1165h186v-1165zM351 1270h-159l-258 294h223z" glyph-name="Igrave.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM335 1564h224l-268 -294h-149z" glyph-name="Iacute.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM548 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Icircumflex.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM-76 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM354 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Idieresis.c2sc" horiz-adv-x="488"/><glyph d="M1112 0h-184l-605 876v-876h-185v1165h185l605 -877v877h184v-1165zM979 1534q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34 t28.5 79z" glyph-name="Ntilde.c2sc" horiz-adv-x="1251"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM712 1270h-159l-258 294h223z" glyph-name="Ograve.c2sc" horiz-adv-x="1211"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM697 1564h224l-268 -294h-149z" glyph-name="Oacute.c2sc" horiz-adv-x="1211"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM909 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ocircumflex.c2sc" horiz-adv-x="1211"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM961 1534q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="Otilde.c2sc" horiz-adv-x="1211"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM285 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM715 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Odieresis.c2sc" horiz-adv-x="1211"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM681 1270h-159l-258 294h223z" glyph-name="Ugrave.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM666 1564h224l-268 -294h-149z" glyph-name="Uacute.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM878 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ucircumflex.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM254 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75z M684 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Udieresis.c2sc" horiz-adv-x="1148"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208zM623 1564h224l-268 -294h-149z" glyph-name="Yacute.c2sc" horiz-adv-x="1067"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM942 1351h-714v143h714v-143z" glyph-name="Amacron.c2sc" horiz-adv-x="1157"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM881 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Abreve.c2sc" horiz-adv-x="1157"/><glyph d="M664 1165l472 -1165h-38l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 148 176 256l-104 266h-520l-110 -279h-189l479 1165h166zM378 430h401l-199 509z" glyph-name="Aogonek.c2sc" horiz-adv-x="1157"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185zM677 1564h224l-268 -294h-149z" glyph-name="Cacute.c2sc" horiz-adv-x="1148"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185zM889 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ccircumflex.c2sc" horiz-adv-x="1148"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185zM478 1397q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Cdotaccent.c2sc" horiz-adv-x="1148"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185zM585 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Ccaron.c2sc" horiz-adv-x="1148"/><glyph d="M138 0v1165h361q162 0 287.5 -66.5t195.5 -189.5t73 -282v-77q0 -252 -155.5 -401t-418.5 -149h-343zM323 1012v-861h164q186 0 285 104t99 296v64q0 192 -94.5 294.5t-277.5 102.5h-176zM498 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Dcaron.c2sc" horiz-adv-x="1152"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM897 1351h-714v143h714v-143z" glyph-name="Emacron.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM836 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Ebreve.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM428 1397q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Edotaccent.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-61l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 138 155 243h-566v1165h798v-153h-613v-334h532v-152z" glyph-name="Eogonek.c2sc" horiz-adv-x="998"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM535 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Ecaron.c2sc" horiz-adv-x="998"/><glyph d="M1077 150q-66 -83 -182.5 -124.5t-267.5 -41.5q-238 0 -382 149t-146 401v90q0 262 133.5 409.5t375.5 147.5q200 0 321 -94t148 -275h-184q-38 217 -283 217q-159 0 -242 -103t-83 -302v-84q0 -190 92.5 -297.5t252.5 -107.5q182 0 263 74v238h-281v144h465v-441z M887 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Gcircumflex.c2sc" horiz-adv-x="1196"/><glyph d="M1077 150q-66 -83 -182.5 -124.5t-267.5 -41.5q-238 0 -382 149t-146 401v90q0 262 133.5 409.5t375.5 147.5q200 0 321 -94t148 -275h-184q-38 217 -283 217q-159 0 -242 -103t-83 -302v-84q0 -190 92.5 -297.5t252.5 -107.5q182 0 263 74v238h-281v144h465v-441z M884 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Gbreve.c2sc" horiz-adv-x="1196"/><glyph d="M1077 150q-66 -83 -182.5 -124.5t-267.5 -41.5q-238 0 -382 149t-146 401v90q0 262 133.5 409.5t375.5 147.5q200 0 321 -94t148 -275h-184q-38 217 -283 217q-159 0 -242 -103t-83 -302v-84q0 -190 92.5 -297.5t252.5 -107.5q182 0 263 74v238h-281v144h465v-441z M476 1397q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Gdotaccent.c2sc" horiz-adv-x="1196"/><glyph d="M1077 150q-66 -83 -182.5 -124.5t-267.5 -41.5q-238 0 -382 149t-146 401v90q0 262 133.5 409.5t375.5 147.5q200 0 321 -94t148 -275h-184q-38 217 -283 217q-159 0 -242 -103t-83 -302v-84q0 -190 92.5 -297.5t252.5 -107.5q182 0 263 74v238h-281v144h465v-441z M532 -516l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0122.c2sc" horiz-adv-x="1196"/><glyph d="M1112 0h-185v498h-604v-498h-185v1165h185v-515h604v515h185v-1165zM918 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Hcircumflex.c2sc" horiz-adv-x="1251"/><glyph d="M337 0h-186v1165h186v-1165zM600 1534q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="Itilde.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM606 1351h-714v143h714v-143z" glyph-name="Imacron.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM545 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Ibreve.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM338 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="Iogonek.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM137 1397q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Idotaccent.c2sc" horiz-adv-x="488"/><glyph d="M658 1165h187v-827q0 -157 -106 -255.5t-283 -98.5q-194 0 -303.5 91.5t-109.5 255.5h186q0 -94 56.5 -145t170.5 -51q92 0 147 54.5t55 149.5v826zM1037 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Jcircumflex.c2sc" horiz-adv-x="975"/><glyph d="M470 519l-147 -142v-377h-185v1165h185v-555l130 144l397 411h227l-479 -519l513 -646h-225zM473 -516l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0136.c2sc" horiz-adv-x="1108"/><glyph d="M323 151h584v-151h-769v1165h185v-1014zM323 1564h224l-268 -294h-149z" glyph-name="Lacute.c2sc" horiz-adv-x="948"/><glyph d="M323 151h584v-151h-769v1165h185v-1014zM469 -516l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni013B.c2sc" horiz-adv-x="948"/><glyph d="M323 151h584v-151h-769v1165h185v-1014zM579 766l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="Lcaron.c2sc" horiz-adv-x="948"/><glyph d="M323 151h584v-151h-769v1165h185v-1014zM499 654q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Ldot.c2sc" horiz-adv-x="948"/><glyph d="M1112 0h-184l-605 876v-876h-185v1165h185l605 -877v877h184v-1165zM715 1564h224l-268 -294h-149z" glyph-name="Nacute.c2sc" horiz-adv-x="1251"/><glyph d="M1112 0h-184l-605 876v-876h-185v1165h185l605 -877v877h184v-1165zM561 -516l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0145.c2sc" horiz-adv-x="1251"/><glyph d="M1112 0h-184l-605 876v-876h-185v1165h185l605 -877v877h184v-1165zM623 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Ncaron.c2sc" horiz-adv-x="1251"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM967 1351h-714v143h714v-143z" glyph-name="Omacron.c2sc" horiz-adv-x="1211"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM906 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="Obreve.c2sc" horiz-adv-x="1211"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM868 1565h207l-269 -303h-169zM528 1565h197l-218 -303h-150z" glyph-name="Ohungarumlaut.c2sc" horiz-adv-x="1211"/><glyph d="M602 449h-279v-449h-185v1165h426q213 0 328.5 -93t115.5 -263q0 -228 -235 -317l288 -482v-10h-198zM323 600h246q117 0 185.5 54.5t68.5 147.5q0 100 -67 155t-193 55h-240v-412zM611 1564h224l-268 -294h-149z" glyph-name="Racute.c2sc" horiz-adv-x="1098"/><glyph d="M602 449h-279v-449h-185v1165h426q213 0 328.5 -93t115.5 -263q0 -228 -235 -317l288 -482v-10h-198zM323 600h246q117 0 185.5 54.5t68.5 147.5q0 100 -67 155t-193 55h-240v-412zM466 -516l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni0156.c2sc" horiz-adv-x="1098"/><glyph d="M602 449h-279v-449h-185v1165h426q213 0 328.5 -93t115.5 -263q0 -228 -235 -317l288 -482v-10h-198zM323 600h246q117 0 185.5 54.5t68.5 147.5q0 100 -67 155t-193 55h-240v-412zM519 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Rcaron.c2sc" horiz-adv-x="1098"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 143 121.5 232t312.5 89q196 0 320.5 -100t124.5 -256h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159q0 -147 -121.5 -231.5 t-320.5 -84.5q-207 0 -343.5 101.5t-136.5 263.5h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5zM634 1564h224l-268 -294h-149z" glyph-name="Sacute.c2sc" horiz-adv-x="1056"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 143 121.5 232t312.5 89q196 0 320.5 -100t124.5 -256h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159q0 -147 -121.5 -231.5 t-320.5 -84.5q-207 0 -343.5 101.5t-136.5 263.5h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5zM846 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Scircumflex.c2sc" horiz-adv-x="1056"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 143 121.5 232t312.5 89q196 0 320.5 -100t124.5 -256h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159q0 -147 -121.5 -231.5 t-320.5 -84.5q-207 0 -343.5 101.5t-136.5 263.5h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5zM624 0l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="Scedilla.c2sc" horiz-adv-x="1056"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 143 121.5 232t312.5 89q196 0 320.5 -100t124.5 -256h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159q0 -147 -121.5 -231.5 t-320.5 -84.5q-207 0 -343.5 101.5t-136.5 263.5h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5zM542 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Scaron.c2sc" horiz-adv-x="1056"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153zM473 -516l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="uni021A.c2sc" horiz-adv-x="1062"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153zM529 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Tcaron.c2sc" horiz-adv-x="1062"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153zM603 2l-12 -52q153 -27 153 -173q0 -97 -80 -153.5t-223 -56.5l-7 107q79 0 122.5 26t43.5 73q0 44 -32 65t-130 30l32 134h133z" glyph-name="uni0162.c2sc" horiz-adv-x="1062"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM930 1534q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5 t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="Utilde.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM936 1351h-714v143h714v-143z" glyph-name="Umacron.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM875 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5 q70 0 109.5 39t39.5 110h150z" glyph-name="Ubreve.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM790 1449q0 -87 -62 -145.5t-153 -58.5q-92 0 -153.5 59t-61.5 145t61.5 147t153.5 61t153.5 -61 t61.5 -147zM459 1449q0 -47 33.5 -81t82.5 -34q48 0 82 33t34 82t-33.5 83.5t-82.5 34.5q-50 0 -83 -35t-33 -83z" glyph-name="Uring.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-780q0 -182 -125 -291.5t-334 -109.5q-210 0 -333 105.5t-126 287.5v788h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5t71.5 186.5v780h185zM837 1565h207l-269 -303h-169zM497 1565h197l-218 -303h-150z" glyph-name="Uhungarumlaut.c2sc" horiz-adv-x="1148"/><glyph d="M1034 1165v-781q0 -122 -60 -215t-171 -141l-50 -40q-108 -91 -108 -173q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 104 90 190q-205 0 -329.5 103t-128.5 287v791h183v-780q0 -121 71.5 -185.5t204.5 -64.5q131 0 202.5 63.5 t71.5 186.5v780h185z" glyph-name="Uogonek.c2sc" horiz-adv-x="1148"/><glyph d="M431 294l11 -80l15 64l248 887h165l244 -890l13 -59l12 80l198 869h184l-298 -1165h-174l-260 917l-1 5l-1 -5l-268 -917h-173l-297 1165h183zM1089 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Wcircumflex.c2sc" horiz-adv-x="1557"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208zM835 1292v-10h-153l-150 170l-149 -170h-153v12l246 272h112z" glyph-name="Ycircumflex.c2sc" horiz-adv-x="1067"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208zM211 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM641 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Ydieresis.c2sc" horiz-adv-x="1067"/><glyph d="M303 151h689v-151h-921v124l664 888h-655v153h888v-121zM623 1564h224l-268 -294h-149z" glyph-name="Zacute.c2sc" horiz-adv-x="1059"/><glyph d="M303 151h689v-151h-921v124l664 888h-655v153h888v-121zM424 1397q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Zdotaccent.c2sc" horiz-adv-x="1059"/><glyph d="M303 151h689v-151h-921v124l664 888h-655v153h888v-121zM531 1396l150 170h160v-10l-254 -274h-113l-251 274v10h157z" glyph-name="Zcaron.c2sc" horiz-adv-x="1059"/><glyph d="M1075 0h-954v133l504 560q112 127 154.5 206.5t42.5 164.5q0 114 -69 187t-184 73q-138 0 -214.5 -78.5t-76.5 -218.5h-185q0 201 129.5 325t346.5 124q203 0 321 -106.5t118 -283.5q0 -215 -274 -512l-390 -423h731v-151z" glyph-name="two.pnum" horiz-adv-x="1150"/><glyph d="M390 818h139q131 2 206 69t75 181q0 256 -255 256q-120 0 -191.5 -68.5t-71.5 -181.5h-185q0 173 126.5 287.5t321.5 114.5q206 0 323 -109t117 -303q0 -95 -61.5 -184t-167.5 -133q120 -38 185.5 -126t65.5 -215q0 -196 -128 -311t-333 -115t-333.5 111t-128.5 293h186 q0 -115 75 -184t201 -69q134 0 205 70t71 201q0 127 -78 195t-225 70h-139v151z" glyph-name="three.pnum" horiz-adv-x="1150"/><glyph d="M902 489h202v-151h-202v-338h-186v338h-663v109l652 1009h197v-967zM263 489h453v714l-22 -40z" glyph-name="four.pnum" horiz-adv-x="1150"/><glyph d="M206 730l74 726h746v-171h-589l-44 -397q107 63 243 63q199 0 316 -131.5t117 -355.5q0 -225 -121.5 -354.5t-339.5 -129.5q-193 0 -315 107t-139 296h175q17 -125 89 -188.5t190 -63.5q129 0 202.5 88t73.5 243q0 146 -79.5 234.5t-211.5 88.5q-121 0 -190 -53l-49 -40z" glyph-name="five.pnum" horiz-adv-x="1150"/><glyph d="M830 640q-58 -69 -138.5 -111t-176.5 -42q-126 0 -219.5 62t-144.5 174.5t-51 248.5q0 146 55.5 263t157.5 179t238 62q216 0 340.5 -161.5t124.5 -440.5v-54q0 -425 -168 -620.5t-507 -200.5h-36v156h39q229 4 352 119.5t134 365.5zM545 640q93 0 171.5 57t114.5 141v74 q0 182 -79 296t-200 114q-122 0 -196 -93.5t-74 -246.5q0 -149 71.5 -245.5t191.5 -96.5z" glyph-name="nine.pnum" horiz-adv-x="1170"/><glyph d="M1054 621q0 -325 -111 -483t-347 -158q-233 0 -345 154.5t-116 461.5v247q0 321 111 477t348 156q235 0 346 -150.5t114 -464.5v-240zM869 874q0 235 -66 342.5t-209 107.5q-142 0 -207 -107t-67 -329v-296q0 -236 68.5 -348.5t207.5 -112.5q137 0 203.5 106t69.5 334 v303z" glyph-name="zero.pnum" horiz-adv-x="1190"/><glyph d="M1244 191q-74 -106 -206.5 -158.5t-308.5 -52.5q-178 0 -316 83.5t-213.5 237.5t-77.5 357v127q0 329 153.5 510t431.5 181q228 0 367 -116.5t170 -330.5h-192q-54 289 -344 289q-193 0 -292.5 -135.5t-100.5 -392.5v-119q0 -245 112 -389.5t303 -144.5q108 0 189 24 t134 81v327h-337v156h528v-534zM762 1877h224l-268 -294h-149z" glyph-name="G_acutecomb.ccmp" horiz-adv-x="1395"/><glyph d="M96 550q0 253 117 402.5t310 149.5q198 0 309 -140l9 120h169v-1056q0 -210 -124.5 -331t-334.5 -121q-117 0 -229 50t-171 137l96 111q119 -147 291 -147q135 0 210.5 76t75.5 214v93q-111 -128 -303 -128q-190 0 -307.5 153t-117.5 417zM282 529q0 -183 75 -287.5 t210 -104.5q175 0 257 159v494q-85 155 -255 155q-135 0 -211 -105t-76 -311zM647 1534h224l-268 -294h-149z" glyph-name="g_acutecomb.ccmp" horiz-adv-x="1149"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456zM832 1550h-159l-258 294h223z" glyph-name="N_gravecomb.ccmp" horiz-adv-x="1460"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM678 1240h-159l-258 294h223z" glyph-name="n_gravecomb.ccmp" horiz-adv-x="1130"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM623 1558h-169l-306 266h225zM884 1558h-150l-246 266h206z" glyph-name="A_uni030F.ccmp"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM532 1249h-169l-306 266h225zM793 1249h-150l-246 266h206z" glyph-name="a_uni030F.ccmp" horiz-adv-x="1114"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM570 1570h-169l-306 266h225zM831 1570h-150l-246 266h206z" glyph-name="E_uni030F.ccmp" horiz-adv-x="1164"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM516 1249h-169l-306 266h225zM777 1249h-150l-246 266h206z" glyph-name="e_uni030F.ccmp" horiz-adv-x="1085"/><glyph d="M375 0h-192v1456h192v-1456zM229 1570h-169l-306 266h225zM490 1570h-150l-246 266h206z" glyph-name="I_uni030F.ccmp" horiz-adv-x="557"/><glyph d="M341 0h-186v1082h186v-1082zM203 1247h-169l-306 266h225zM464 1247h-150l-246 266h206z" glyph-name="dotlessi_uni030F.ccmp" horiz-adv-x="506"/><glyph d="M1289 681q0 -214 -72 -373.5t-204 -243.5t-308 -84q-172 0 -305 84.5t-206.5 241t-75.5 362.5v105q0 210 73 371t206.5 246.5t305.5 85.5q175 0 308.5 -84.5t205.5 -245t72 -373.5v-92zM1098 775q0 259 -104 397.5t-291 138.5q-182 0 -286.5 -138.5t-107.5 -384.5v-107 q0 -251 105.5 -394.5t290.5 -143.5q186 0 288 135.5t105 388.5v108zM657 1560h-169l-306 266h225zM918 1560h-150l-246 266h206z" glyph-name="O_uni030F.ccmp" horiz-adv-x="1408"/><glyph d="M91 551q0 159 62.5 286t174 196t254.5 69q221 0 357.5 -153t136.5 -407v-13q0 -158 -60.5 -283.5t-173 -195.5t-258.5 -70q-220 0 -356.5 153t-136.5 405v13zM277 529q0 -180 83.5 -289t223.5 -109q141 0 224 110.5t83 309.5q0 178 -84.5 288.5t-224.5 110.5 q-137 0 -221 -109t-84 -312zM526 1249h-169l-306 266h225zM787 1249h-150l-246 266h206z" glyph-name="o_uni030F.ccmp" horiz-adv-x="1168"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552zM560 1558h-169l-306 266h225zM821 1558h-150l-246 266h206z" glyph-name="R_uni030F.ccmp" horiz-adv-x="1261"/><glyph d="M663 916q-42 7 -91 7q-182 0 -247 -155v-768h-185v1082h180l3 -125q91 145 258 145q54 0 82 -14v-172zM358 1249h-169l-306 266h225zM619 1249h-150l-246 266h206z" glyph-name="r_uni030F.ccmp" horiz-adv-x="693"/><glyph d="M1194 1456v-990q-1 -206 -129.5 -337t-348.5 -147l-51 -2q-239 0 -381 129t-144 355v992h190v-986q0 -158 87 -245.5t248 -87.5q163 0 249.5 87t86.5 245v987h193zM618 1558h-169l-306 266h225zM879 1558h-150l-246 266h206z" glyph-name="U_uni030F.ccmp" horiz-adv-x="1328"/><glyph d="M808 107q-108 -127 -317 -127q-173 0 -263.5 100.5t-91.5 297.5v704h185v-699q0 -246 200 -246q212 0 282 158v787h185v-1082h-176zM518 1249h-169l-306 266h225zM779 1249h-150l-246 266h206z" glyph-name="u_uni030F.ccmp" horiz-adv-x="1129"/><glyph d="M648 774l225 507q43 99 96.5 143t140.5 44q72 0 124 -27l-36 -151q-13 8 -52 8q-70 0 -106 -79l-297 -649v-570h-191v572l-296 647q-39 79 -106 79q-39 0 -52 -8l-36 150q52 28 123 28q88 0 141.5 -42t95.5 -135zM-144 1599h174l-116 -337h-112z" glyph-name="Upsilon1_acutecomb.ccmp" horiz-adv-x="1190"/><glyph d="M169 0v1456h476q237 0 356.5 -98t119.5 -290q0 -102 -58 -180.5t-158 -121.5q118 -33 186.5 -125.5t68.5 -220.5q0 -196 -127 -308t-359 -112h-505zM361 681v-524h317q134 0 211.5 69.5t77.5 191.5q0 263 -286 263h-320zM361 835h290q126 0 201.5 63t75.5 171 q0 120 -70 174.5t-213 54.5h-284v-463zM498 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="B_dotbelowcomb.ccmp" horiz-adv-x="1275"/><glyph d="M1056 529q0 -248 -114 -398.5t-306 -150.5q-205 0 -317 145l-9 -125h-170v1536h185v-573q112 139 309 139t309.5 -149t112.5 -408v-16zM871 550q0 189 -73 292t-210 103q-183 0 -263 -170v-468q85 -170 265 -170q133 0 207 103t74 310zM483 -245q0 45 27.5 76t81.5 31 t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="b_dotbelowcomb.ccmp" horiz-adv-x="1149"/><glyph d="M169 0v1456h411q190 0 336 -84t225.5 -239t80.5 -356v-93q0 -206 -79.5 -361t-227 -238t-343.5 -85h-403zM361 1298v-1141h202q222 0 345.5 138t123.5 393v85q0 248 -116.5 385.5t-330.5 139.5h-224zM497 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30 t-81.5 30t-27.5 75z" glyph-name="D_dotbelowcomb.ccmp" horiz-adv-x="1343"/><glyph d="M95 550q0 249 118 400.5t309 151.5q190 0 301 -130v564h185v-1536h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105t-76 -311zM501 -245q0 45 27.5 76t81.5 31 t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="d_dotbelowcomb.ccmp" horiz-adv-x="1155"/><glyph d="M169 0v1456h411q190 0 336 -84t225.5 -239t80.5 -356v-93q0 -206 -79.5 -361t-227 -238t-343.5 -85h-403zM361 1298v-1141h202q222 0 345.5 138t123.5 393v85q0 248 -116.5 385.5t-330.5 139.5h-224zM554 -513l-105 72q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5 t-106.5 -143.5z" glyph-name="D_uniF6C3.ccmp" horiz-adv-x="1343"/><glyph d="M95 550q0 249 118 400.5t309 151.5q190 0 301 -130v564h185v-1536h-170l-9 116q-111 -136 -309 -136q-188 0 -306.5 154t-118.5 402v14zM280 529q0 -184 76 -288t210 -104q176 0 257 158v497q-83 153 -255 153q-136 0 -212 -105t-76 -311zM558 -513l-105 72 q72 109 74 236v92h177v-76q0 -91 -39.5 -180.5t-106.5 -143.5z" glyph-name="d_uniF6C3.ccmp" horiz-adv-x="1155"/><glyph d="M1288 0h-193v673h-734v-673h-192v1456h192v-626h734v626h193v-1456zM599 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="H_dotbelowcomb.ccmp" horiz-adv-x="1460"/><glyph d="M325 951q123 151 320 151q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1536h185v-585zM473 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="h_dotbelowcomb.ccmp" horiz-adv-x="1128"/><glyph d="M539 677l-178 -185v-492h-192v1456h192v-720l647 720h232l-573 -643l618 -813h-230zM695 1838h224l-268 -294h-149z" glyph-name="K_acutecomb.ccmp" horiz-adv-x="1284"/><glyph d="M442 501l-116 -121v-380h-185v1536h185v-929l99 119l337 356h225l-421 -452l470 -630h-217zM640 1855h224l-268 -294h-149z" glyph-name="k_acutecomb.ccmp" horiz-adv-x="1038"/><glyph d="M539 677l-178 -185v-492h-192v1456h192v-720l647 720h232l-573 -643l618 -813h-230zM544 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="K_dotbelowcomb.ccmp" horiz-adv-x="1284"/><glyph d="M442 501l-116 -121v-380h-185v1536h185v-929l99 119l337 356h225l-421 -452l470 -630h-217zM413 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="k_dotbelowcomb.ccmp" horiz-adv-x="1038"/><glyph d="M362 157h690v-157h-883v1456h193v-1299zM504 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="L_dotbelowcomb.ccmp" horiz-adv-x="1102"/><glyph d="M341 0h-185v1536h185v-1536zM134 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="l_dotbelowcomb.ccmp" horiz-adv-x="497"/><glyph d="M417 1456l476 -1188l476 1188h249v-1456h-192v567l18 612l-478 -1179h-147l-477 1176l19 -609v-567h-192v1456h248zM778 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="M_dotbelowcomb.ccmp" horiz-adv-x="1788"/><glyph d="M314 1082l5 -120q119 140 321 140q227 0 309 -174q54 78 140.5 126t204.5 48q356 0 362 -377v-725h-185v714q0 116 -53 173.5t-178 57.5q-103 0 -171 -61.5t-79 -165.5v-718h-186v709q0 236 -231 236q-182 0 -249 -155v-790h-185v1082h175zM782 -245q0 45 27.5 76 t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="m_dotbelowcomb.ccmp" horiz-adv-x="1795"/><glyph d="M1288 0h-193l-733 1122v-1122h-193v1456h193l735 -1127v1127h191v-1456zM604 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="N_dotbelowcomb.ccmp" horiz-adv-x="1460"/><glyph d="M315 1082l6 -136q124 156 324 156q343 0 346 -387v-715h-185v716q-1 117 -53.5 173t-163.5 56q-90 0 -158 -48t-106 -126v-771h-185v1082h175zM447 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="n_dotbelowcomb.ccmp" horiz-adv-x="1130"/><glyph d="M361 570v-570h-192v1456h537q239 0 374.5 -122t135.5 -323q0 -212 -132.5 -326.5t-379.5 -114.5h-343zM361 727h345q154 0 236 72.5t82 209.5q0 130 -82 208t-225 81h-356v-571zM696 1856h224l-268 -294h-149z" glyph-name="P_acutecomb.ccmp" horiz-adv-x="1292"/><glyph d="M1054 529q0 -247 -113 -398t-306 -151q-197 0 -310 125v-521h-185v1498h169l9 -120q113 140 314 140q195 0 308.5 -147t113.5 -409v-17zM869 550q0 183 -78 289t-214 106q-168 0 -252 -149v-517q83 -148 254 -148q133 0 211.5 105.5t78.5 313.5zM719 1525h224l-268 -294 h-149z" glyph-name="p_acutecomb.ccmp" horiz-adv-x="1149"/><glyph d="M703 589h-342v-589h-193v1456h482q246 0 378.5 -112t132.5 -326q0 -136 -73.5 -237t-204.5 -151l342 -618v-12h-206zM361 746h295q143 0 227.5 74t84.5 198q0 135 -80.5 207t-232.5 73h-294v-552zM495 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30 t-27.5 75z" glyph-name="R_dotbelowcomb.ccmp" horiz-adv-x="1261"/><glyph d="M663 916q-42 7 -91 7q-182 0 -247 -155v-768h-185v1082h180l3 -125q91 145 258 145q54 0 82 -14v-172zM130 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="r_dotbelowcomb.ccmp" horiz-adv-x="693"/><glyph d="M598 649q-247 71 -359.5 174.5t-112.5 255.5q0 172 137.5 284.5t357.5 112.5q150 0 267.5 -58t182 -160t64.5 -223h-193q0 132 -84 207.5t-237 75.5q-142 0 -221.5 -62.5t-79.5 -173.5q0 -89 75.5 -150.5t257 -112.5t284 -112.5t152 -143.5t49.5 -193q0 -177 -138 -283.5 t-369 -106.5q-150 0 -280 57.5t-200.5 157.5t-70.5 227h193q0 -132 97.5 -208.5t260.5 -76.5q152 0 233 62t81 169t-75 165.5t-272 115.5zM513 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="S_dotbelowcomb.ccmp" horiz-adv-x="1215"/><glyph d="M770 287q0 75 -56.5 116.5t-197 71.5t-223 72t-122 100t-39.5 138q0 133 112.5 225t287.5 92q184 0 298.5 -95t114.5 -243h-186q0 76 -64.5 131t-162.5 55q-101 0 -158 -44t-57 -115q0 -67 53 -101t191.5 -65t224.5 -74t127.5 -103.5t41.5 -147.5q0 -145 -116 -232.5 t-301 -87.5q-130 0 -230 46t-156.5 128.5t-56.5 178.5h185q5 -93 74.5 -147.5t183.5 -54.5q105 0 168.5 42.5t63.5 113.5zM447 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="s_dotbelowcomb.ccmp" horiz-adv-x="1056"/><glyph d="M1175 1298h-468v-1298h-191v1298h-467v158h1126v-158zM498 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="T_dotbelowcomb.ccmp" horiz-adv-x="1222"/><glyph d="M391 1344v-262h202v-143h-202v-671q0 -65 27 -97.5t92 -32.5q32 0 88 12v-150q-73 -20 -142 -20q-124 0 -187 75t-63 213v671h-197v143h197v262h185zM337 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="t_dotbelowcomb.ccmp" horiz-adv-x="669"/><glyph d="M651 255l416 1201h210l-540 -1456h-170l-539 1456h209zM1010 1826q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="V_tildecomb.ccmp" horiz-adv-x="1303"/><glyph d="M497 251l268 831h189l-388 -1082h-141l-392 1082h189zM859 1495q0 -108 -61.5 -175t-153.5 -67q-41 0 -71 10t-78.5 41t-70 37.5t-49.5 6.5q-41 0 -70 -31.5t-29 -80.5l-124 7q0 107 60.5 177t153.5 70q35 0 63 -10t76 -39t73.5 -38t56.5 -9q43 0 71.5 34t28.5 79z" glyph-name="v_tildecomb.ccmp" horiz-adv-x="992"/><glyph d="M651 255l416 1201h210l-540 -1456h-170l-539 1456h209zM540 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="V_dotbelowcomb.ccmp" horiz-adv-x="1303"/><glyph d="M497 251l268 831h189l-388 -1082h-141l-392 1082h189zM389 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="v_dotbelowcomb.ccmp" horiz-adv-x="992"/><glyph d="M483 459l28 -192l41 173l288 1016h162l281 -1016l40 -176l31 196l226 996h193l-353 -1456h-175l-300 1061l-23 111l-23 -111l-311 -1061h-175l-352 1456h192zM807 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="W_dotbelowcomb.ccmp" horiz-adv-x="1817"/><glyph d="M1098 255l208 827h185l-315 -1082h-150l-263 820l-256 -820h-150l-314 1082h184l213 -810l252 810h149zM651 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="w_dotbelowcomb.ccmp" horiz-adv-x="1539"/><glyph d="M313 157h833v-157h-1060v144l798 1154h-785v158h1015v-141zM498 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Z_dotbelowcomb.ccmp" horiz-adv-x="1226"/><glyph d="M314 151h633v-151h-859v136l597 793h-588v153h820v-131zM410 -245q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="z_dotbelowcomb.ccmp" horiz-adv-x="1015"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509zM201 1308h174l-116 -337h-112z" glyph-name="Alphatonos.c2sc" horiz-adv-x="1157"/><glyph d="M915 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM-43 1311h174l-116 -337h-112z" glyph-name="Epsilontonos.c2sc" horiz-adv-x="1058"/><glyph d="M1172 0h-185v498h-604v-498h-185v1165h185v-515h604v515h185v-1165zM-14 1308h174l-116 -337h-112z" glyph-name="Etatonos.c2sc" horiz-adv-x="1311"/><glyph d="M397 0h-186v1165h186v-1165zM-10 1310h174l-116 -337h-112z" glyph-name="Iotatonos.c2sc" horiz-adv-x="548"/><glyph d="M1124 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM941 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69zM21 1308h174l-116 -337h-112z" glyph-name="Omicrontonos.c2sc" horiz-adv-x="1221"/><glyph d="M592 586l312 579h208l-430 -758v-407h-185v418l-424 747h208zM-115 1308h174l-116 -337h-112z" glyph-name="Upsilontonos.c2sc" horiz-adv-x="1127"/><glyph d="M709 157q136 31 199.5 142.5t63.5 316.5v38q0 179 -87 275t-244 96q-156 0 -242 -96.5t-86 -279.5v-33q0 -204 70.5 -315.5t197.5 -143.5v-157h-450v151h175q-179 157 -179 471v30q0 238 141.5 383.5t372.5 145.5q232 0 374 -146t142 -391v-28q0 -309 -178 -465h181v-151 h-451v157zM46 1307h174l-116 -337h-112z" glyph-name="Omegatonos.c2sc" horiz-adv-x="1276"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509z" glyph-name="Alpha.c2sc" horiz-adv-x="1157"/><glyph d="M138 0v1165h406q209 0 320 -81.5t111 -236.5q0 -81 -47.5 -144t-135.5 -96q99 -24 157 -98.5t58 -175.5q0 -158 -109 -245t-310 -88h-450zM323 530v-379h262q115 0 176 49t61 134q0 196 -235 196h-264zM323 671h234q108 0 170 42.5t62 125.5q0 168 -229 173h-237v-341z" glyph-name="Beta.c2sc" horiz-adv-x="1104"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152z" glyph-name="Epsilon.c2sc" horiz-adv-x="998"/><glyph d="M303 151h689v-151h-921v124l664 888h-655v153h888v-121z" glyph-name="Zeta.c2sc" horiz-adv-x="1059"/><glyph d="M1112 0h-185v498h-604v-498h-185v1165h185v-515h604v515h185v-1165z" glyph-name="Eta.c2sc" horiz-adv-x="1251"/><glyph d="M337 0h-186v1165h186v-1165z" glyph-name="Iota.c2sc" horiz-adv-x="488"/><glyph d="M470 519l-147 -142v-377h-185v1165h185v-555l130 144l397 411h227l-479 -519l513 -646h-225z" glyph-name="Kappa.c2sc" horiz-adv-x="1108"/><glyph d="M378 1165l391 -911l389 911h241v-1165h-184v401l19 533l-398 -934h-136l-397 930l19 -529v-401h-184v1165h240z" glyph-name="Mu.c2sc" horiz-adv-x="1538"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69z" glyph-name="Omicron.c2sc" horiz-adv-x="1211"/><glyph d="M323 438v-438h-185v1165h467q204 0 325 -99.5t121 -267.5q0 -170 -117 -265t-331 -95h-280zM323 590h282q124 0 192 53t68 153q0 96 -68 155.5t-187 60.5h-287v-422z" glyph-name="Rho.c2sc" horiz-adv-x="1116"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153z" glyph-name="Tau.c2sc" horiz-adv-x="1062"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208z" glyph-name="Upsilon.c2sc" horiz-adv-x="1067"/><glyph d="M552 730l287 435h220l-395 -578l409 -587h-220l-299 443l-296 -443h-220l406 587l-397 578h219z" glyph-name="Chi.c2sc" horiz-adv-x="1108"/><glyph d="M337 0h-186v1165h186v-1165zM-76 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM354 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Iotadieresis.c2sc" horiz-adv-x="488"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208zM211 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM641 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="Upsilondieresis.c2sc" horiz-adv-x="1067"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152zM215 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM645 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0401.c2sc" horiz-adv-x="998"/><glyph d="M901 1012h-578v-1012h-185v1165h763v-153zM624 1564h224l-268 -294h-149z" glyph-name="uni0403.c2sc" horiz-adv-x="943"/><glyph d="M803 298q0 80 -60.5 124t-207.5 81t-233 80q-195 98 -195 277q0 143 121.5 232t312.5 89q196 0 320.5 -100t124.5 -256h-185q0 98 -70.5 151.5t-191.5 53.5q-113 0 -180 -44.5t-67 -124.5q0 -65 61.5 -109t217.5 -84t244 -90.5t131 -118.5t43 -159q0 -147 -121.5 -231.5 t-320.5 -84.5q-207 0 -343.5 101.5t-136.5 263.5h186q0 -102 77 -159t217 -57q126 0 191 45.5t65 119.5z" glyph-name="uni0405.c2sc" horiz-adv-x="1056"/><glyph d="M337 0h-186v1165h186v-1165z" glyph-name="uni0406.c2sc" horiz-adv-x="488"/><glyph d="M337 0h-186v1165h186v-1165zM-76 1401q0 45 27.5 75.5t81.5 30.5t82 -30.5t28 -75.5t-28 -75t-82 -30t-81.5 30t-27.5 75zM354 1399q0 45 27.5 76t81.5 31t82 -31t28 -76t-28 -75t-82 -30t-81.5 30t-27.5 75z" glyph-name="uni0407.c2sc" horiz-adv-x="488"/><glyph d="M658 1165h187v-827q0 -157 -106 -255.5t-283 -98.5q-194 0 -303.5 91.5t-109.5 255.5h186q0 -94 56.5 -145t170.5 -51q92 0 147 54.5t55 149.5v826z" glyph-name="uni0408.c2sc" horiz-adv-x="975"/><glyph d="M470 519l-147 -142v-377h-185v1165h185v-555l130 144l397 411h227l-479 -519l513 -646h-225zM609 1564h224l-268 -294h-149z" glyph-name="uni040C.c2sc" horiz-adv-x="1108"/><glyph d="M501 560l45 -120l276 725h213l-418 -955l-37 -73q-80 -145 -250 -156l-38 -1q-80 0 -100 8l6 147l92 -5q49 0 85.5 24.5t68.5 83.5l-410 927h214zM831 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150 z" glyph-name="uni040E.c2sc" horiz-adv-x="1055"/><glyph d="M838 279h-520l-110 -279h-189l479 1165h166l472 -1165h-188zM378 430h401l-199 509z" glyph-name="uni0410.c2sc" horiz-adv-x="1157"/><glyph d="M138 0v1165h406q209 0 320 -81.5t111 -236.5q0 -81 -47.5 -144t-135.5 -96q99 -24 157 -98.5t58 -175.5q0 -158 -109 -245t-310 -88h-450zM323 530v-379h262q115 0 176 49t61 134q0 196 -235 196h-264zM323 671h234q108 0 170 42.5t62 125.5q0 168 -229 173h-237v-341z" glyph-name="uni0412.c2sc" horiz-adv-x="1104"/><glyph d="M901 1012h-578v-1012h-185v1165h763v-153z" glyph-name="uni0413.c2sc" horiz-adv-x="943"/><glyph d="M855 526h-532v-375h619v-151h-804v1165h798v-153h-613v-334h532v-152z" glyph-name="uni0415.c2sc" horiz-adv-x="998"/><glyph d="M936 1165h185v-1165h-185v884l-613 -884h-185v1165h185v-884zM929 1526q0 -121 -82.5 -194.5t-216.5 -73.5t-217 74t-83 194h151q0 -70 38 -109.5t111 -39.5q70 0 109.5 39t39.5 110h150z" glyph-name="uni0419.c2sc" horiz-adv-x="1260"/><glyph d="M378 1165l391 -911l389 911h241v-1165h-184v401l19 533l-398 -934h-136l-397 930l19 -529v-401h-184v1165h240z" glyph-name="uni041C.c2sc" horiz-adv-x="1538"/><glyph d="M1112 0h-185v498h-604v-498h-185v1165h185v-515h604v515h185v-1165z" glyph-name="uni041D.c2sc" horiz-adv-x="1251"/><glyph d="M1114 548q0 -261 -138 -412.5t-370 -151.5q-229 0 -369.5 153t-140.5 416v62q0 258 139.5 412t368.5 154q233 0 370.5 -152t139.5 -407v-74zM931 617q0 198 -86 303t-241 105q-150 0 -237.5 -107t-87.5 -304v-66q0 -195 88 -302.5t239 -107.5q156 0 240.5 105.5 t84.5 304.5v69z" glyph-name="uni041E.c2sc" horiz-adv-x="1211"/><glyph d="M1092 0h-186v1012h-583v-1012h-185v1165h954v-1165z" glyph-name="uni041F.c2sc" horiz-adv-x="1230"/><glyph d="M323 438v-438h-185v1165h467q204 0 325 -99.5t121 -267.5q0 -170 -117 -265t-331 -95h-280zM323 590h282q124 0 192 53t68 153q0 96 -68 155.5t-187 60.5h-287v-422z" glyph-name="uni0420.c2sc" horiz-adv-x="1116"/><glyph d="M1072 377q-20 -187 -146 -290t-335 -103q-224 0 -359.5 147.5t-135.5 406.5v94q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106q0 -189 79.5 -292.5t230.5 -103.5 q135 0 205.5 55.5t90.5 186.5h185z" glyph-name="uni0421.c2sc" horiz-adv-x="1148"/><glyph d="M1021 1012h-399v-1012h-185v1012h-397v153h981v-153z" glyph-name="uni0422.c2sc" horiz-adv-x="1062"/><glyph d="M552 730l287 435h220l-395 -578l409 -587h-220l-299 443l-296 -443h-220l406 587l-397 578h219z" glyph-name="uni0425.c2sc" horiz-adv-x="1108"/><glyph d="M776 848q0 84 -69 130.5t-194 46.5q-110 0 -174.5 -44t-64.5 -123h-186q0 142 118.5 232.5t306.5 90.5q211 0 330 -84t119 -234q0 -86 -55 -156.5t-158 -111.5q118 -36 174.5 -109t56.5 -164q0 -140 -101.5 -227.5t-276.5 -105.5v-421h-186v423q-163 20 -254 106.5 t-91 222.5h185q5 -86 70.5 -134t186.5 -48q136 0 209 48t73 136q0 193 -257 198h-157v152h156q239 5 239 176z" glyph-name="uni0498.c2sc" horiz-adv-x="1087"/><glyph d="M1274 -359h-186v359h-161v498h-604v-498h-185v1165h185v-515h604v515h185v-1012h162v-512z" glyph-name="uni04A2.c2sc" horiz-adv-x="1251"/><glyph d="M1072 377q-20 -168 -121.5 -267.5t-270.5 -119.5v-416h-186v418q-183 30 -290.5 173t-107.5 370v97q0 164 61.5 288.5t177 192.5t267.5 68q204 0 327.5 -105.5t142.5 -292.5h-185q-18 130 -88.5 188t-196.5 58q-153 0 -236.5 -101.5t-84.5 -290.5v-106 q0 -189 79.5 -292.5t230.5 -103.5q135 0 205.5 55.5t90.5 186.5h185z" glyph-name="uni04AA.c2sc" horiz-adv-x="1148"/><glyph d="M532 586l312 579h208l-430 -758v-407h-185v418l-424 747h208z" glyph-name="uni04AE.c2sc" horiz-adv-x="1067"/><glyph d="M913 -16q-255 0 -408 145t-153 388q-166 11 -258 110t-92 267h153q0 -94 47.5 -153.5t149.5 -71.5q5 147 72.5 265t184 182.5t258.5 64.5q248 0 384 -138.5t136 -397.5v-130h-850q0 -177 96.5 -273t279.5 -96q76 0 143.5 15.5t147.5 55.5l57 -146q-60 -40 -152 -63.5 t-196 -23.5zM867 1025q-143 0 -233.5 -97t-96.5 -261h665v27q0 161 -87 246t-248 85zM989 -431h-186v512h186v-512z" glyph-name="uni04BE.c2sc" horiz-adv-x="1475"/><glyph d="M936 1165h185v-1165h-185v884l-613 -884h-185v1165h185v-884zM990 1351h-714v143h714v-143z" glyph-name="uni04E2.c2sc" horiz-adv-x="1260"/><glyph d="M501 560l45 -120l276 725h213l-418 -955l-37 -73q-80 -145 -250 -156l-38 -1q-80 0 -100 8l6 147l92 -5q49 0 85.5 24.5t68.5 83.5l-410 927h214zM892 1351h-714v143h714v-143z" glyph-name="uni04EE.c2sc" horiz-adv-x="1055"/><glyph d="M784 1046q230 -13 366 -138t136 -328q0 -205 -137.5 -331t-364.5 -139v-110h-185v110q-233 13 -368 138.5t-135 329.5q0 205 136 330.5t367 138.5v118h185v-119zM280 578q0 -296 319 -313v627q-154 -9 -236.5 -84.5t-82.5 -229.5zM1102 580q0 153 -83 227.5t-235 83.5 v-626q152 10 235 85t83 230z" glyph-name="uni0424.c2sc" horiz-adv-x="1383"/><glyph d="M973 380h-610l-137 -380h-198l556 1456h168l557 -1456h-197zM421 538h495l-248 681zM762 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="Aogonek.locl"/><glyph d="M808 0q-16 32 -26 114q-129 -134 -308 -134q-160 0 -262.5 90.5t-102.5 229.5q0 169 128.5 262.5t361.5 93.5h180v85q0 97 -58 154.5t-171 57.5q-99 0 -166 -50t-67 -121h-186q0 81 57.5 156.5t156 119.5t216.5 44q187 0 293 -93.5t110 -257.5v-498q0 -149 38 -237v-16 h-194zM501 141q87 0 165 45t113 117v222h-145q-340 0 -340 -199q0 -87 58 -136t149 -49zM578 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="aogonek.locl" horiz-adv-x="1114"/><glyph d="M992 673h-631v-516h733v-157h-925v1456h915v-158h-723v-468h631v-157zM696 10l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="Eogonek.locl" horiz-adv-x="1164"/><glyph d="M589 -20q-220 0 -358 144.5t-138 386.5v34q0 161 61.5 287.5t172 198t239.5 71.5q211 0 328 -139t117 -398v-77h-733q4 -160 93.5 -258.5t227.5 -98.5q98 0 166 40t119 106l113 -88q-136 -209 -408 -209zM566 950q-112 0 -188 -81.5t-94 -228.5h542v14q-8 141 -76 218.5 t-184 77.5zM644 0l-58 -45q-113 -91 -113 -177q0 -72 78 -72q48 0 100 26l13 -121q-70 -44 -160 -44q-89 0 -140.5 52t-51.5 138q0 89 67 166t190 133z" glyph-name="eogonek.locl" horiz-adv-x="1085"/><hkern k="40" u2="Ҵ"/><hkern k="40" u2="Ҭ"/><hkern k="40" u2="Ҡ"/><hkern k="40" u2="Т"/><hkern k="40" u2="Ћ"/><hkern k="40" u2="Ђ"/><hkern k="40" u2="Ț"/><hkern k="40" u2="Ť"/><hkern k="40" u2="Ţ"/><hkern k="40" u2="T"/><hkern k="-11" u1="&quot;" u2="w"/><hkern k="-11" u1="'" u2="w"/><hkern k="-22" u1="(" u2="Ỹ"/><hkern k="-22" u1="(" u2="Ỷ"/><hkern k="-22" u1="(" u2="Ỵ"/><hkern k="-22" u1="(" u2="Ỳ"/><hkern k="-18" u1="(" u2="Ẅ"/><hkern k="-18" u1="(" u2="Ẃ"/><hkern k="-18" u1="(" u2="Ẁ"/><hkern k="-22" u1="(" u2="Ұ"/><hkern k="-22" u1="(" u2="Ү"/><hkern k="-20" u1="(" u2="Ѷ"/><hkern k="-20" u1="(" u2="Ѵ"/><hkern k="-22" u1="(" u2="Ϋ"/><hkern k="-22" u1="(" u2="Υ"/><hkern k="-22" u1="(" u2="Ύ"/><hkern k="-22" u1="(" u2="Ÿ"/><hkern k="-22" u1="(" u2="Ŷ"/><hkern k="-18" u1="(" u2="Ŵ"/><hkern k="-22" u1="(" u2="Ý"/><hkern k="-22" u1="(" u2="Y"/><hkern k="-18" u1="(" u2="W"/><hkern k="-20" u1="(" u2="V"/><hkern k="224" u1="/" u2="/"/><hkern g2="Y.c2sc" k="60" u1="A"/><hkern g2="W.c2sc" k="35" u1="A"/><hkern g2="V.c2sc" k="51" u1="A"/><hkern g2="U.c2sc" k="15" u1="A"/><hkern g2="T.c2sc" k="57" u1="A"/><hkern g2="O.c2sc" k="11" u1="A"/><hkern g2="G.c2sc" k="11" u1="A"/><hkern k="116" u1="A" u2="ԏ"/><hkern k="177" u1="A" u2="Ԏ"/><hkern k="54" u1="A" u2="Ԇ"/><hkern k="139" u1="A" u2="Ԅ"/><hkern k="14" u1="A" u2="Ә"/><hkern k="35" u1="A" u2="ҽ"/><hkern k="54" u1="A" u2="Ҽ"/><hkern k="133" u1="A" u2="ҹ"/><hkern k="175" u1="A" u2="Ҹ"/><hkern k="97" u1="A" u2="ҡ"/><hkern k="54" u1="A" u2="т"/><hkern k="59" u1="A" u2="Ь"/><hkern k="-19" u1="A" u2="Д"/><hkern k="56" u1="A" u2="τ"/><hkern k="-17" u1="A" u2="λ"/><hkern k="47" u1="A" u2="Ψ"/><hkern k="27" u1="A" u2="Φ"/><hkern k="18" u1="A" u2="Ư"/><hkern k="33" u1="A" u2="w"/><hkern k="17" u1="A" u2="t"/><hkern k="61" u1="A" u2="?"/><hkern k="26" u1="B" u2="Ԏ"/><hkern k="-11" u1="B" u2="Ѫ"/><hkern k="19" u1="C" u2="ҽ"/><hkern k="17" u1="C" u2="}"/><hkern k="12" u1="C" u2="]"/><hkern k="26" u1="C" u2=")"/><hkern g2="X.c2sc" k="11" u1="D"/><hkern g2="A.c2sc" k="19" u1="D"/><hkern k="32" u1="D" u2="Ԏ"/><hkern k="32" u1="D" u2="Ь"/><hkern k="33" u1="D" u2="Д"/><hkern k="22" u1="D" u2="λ"/><hkern k="16" u1="D" u2="Σ"/><hkern k="13" u1="D" u2="Ξ"/><hkern k="33" u1="D" u2="Æ"/><hkern g2="Y.c2sc" k="16" u1="E"/><hkern g2="W.c2sc" k="19" u1="E"/><hkern g2="V.c2sc" k="16" u1="E"/><hkern k="22" u1="E" u2="w"/><hkern k="18" u1="E" u2="f"/><hkern k="234" u1="F" u2="…"/><hkern k="234" u1="F" u2="‥"/><hkern k="234" u1="F" u2="„"/><hkern k="234" u1="F" u2="‚"/><hkern k="24" u1="F" u2="ỹ"/><hkern k="24" u1="F" u2="ỷ"/><hkern k="24" u1="F" u2="ỵ"/><hkern k="24" u1="F" u2="ỳ"/><hkern k="22" u1="F" u2="ự"/><hkern k="22" u1="F" u2="ữ"/><hkern k="22" u1="F" u2="ử"/><hkern k="22" u1="F" u2="ừ"/><hkern k="22" u1="F" u2="ứ"/><hkern k="22" u1="F" u2="ủ"/><hkern k="22" u1="F" u2="ụ"/><hkern k="21" u1="F" u2="ợ"/><hkern k="21" u1="F" u2="ỡ"/><hkern k="21" u1="F" u2="ở"/><hkern k="21" u1="F" u2="ờ"/><hkern k="21" u1="F" u2="ớ"/><hkern k="21" u1="F" u2="ộ"/><hkern k="21" u1="F" u2="ỗ"/><hkern k="21" u1="F" u2="ổ"/><hkern k="21" u1="F" u2="ồ"/><hkern k="21" u1="F" u2="ố"/><hkern k="21" u1="F" u2="ỏ"/><hkern k="21" u1="F" u2="ọ"/><hkern k="21" u1="F" u2="ệ"/><hkern k="21" u1="F" u2="ễ"/><hkern k="21" u1="F" u2="ể"/><hkern k="21" u1="F" u2="ề"/><hkern k="21" u1="F" u2="ế"/><hkern k="21" u1="F" u2="ẽ"/><hkern k="21" u1="F" u2="ẻ"/><hkern k="21" u1="F" u2="ẹ"/><hkern k="34" u1="F" u2="ặ"/><hkern k="170" u1="F" u2="Ặ"/><hkern k="34" u1="F" u2="ẵ"/><hkern k="170" u1="F" u2="Ẵ"/><hkern k="34" u1="F" u2="ẳ"/><hkern k="170" u1="F" u2="Ẳ"/><hkern k="34" u1="F" u2="ằ"/><hkern k="170" u1="F" u2="Ằ"/><hkern k="34" u1="F" u2="ắ"/><hkern k="170" u1="F" u2="Ắ"/><hkern k="34" u1="F" u2="ậ"/><hkern k="170" u1="F" u2="Ậ"/><hkern k="34" u1="F" u2="ẫ"/><hkern k="170" u1="F" u2="Ẫ"/><hkern k="34" u1="F" u2="ẩ"/><hkern k="170" u1="F" u2="Ẩ"/><hkern k="34" u1="F" u2="ầ"/><hkern k="170" u1="F" u2="Ầ"/><hkern k="34" u1="F" u2="ấ"/><hkern k="170" u1="F" u2="Ấ"/><hkern k="34" u1="F" u2="ả"/><hkern k="170" u1="F" u2="Ả"/><hkern k="34" u1="F" u2="ạ"/><hkern k="170" u1="F" u2="Ạ"/><hkern k="34" u1="F" u2="ḁ"/><hkern k="170" u1="F" u2="Ḁ"/><hkern k="21" u1="F" u2="ԍ"/><hkern k="21" u1="F" u2="ԃ"/><hkern k="21" u1="F" u2="Ԃ"/><hkern k="21" u1="F" u2="ԁ"/><hkern k="24" u1="F" u2="ӳ"/><hkern k="24" u1="F" u2="ӱ"/><hkern k="24" u1="F" u2="ӯ"/><hkern k="21" u1="F" u2="ӫ"/><hkern k="21" u1="F" u2="ө"/><hkern k="21" u1="F" u2="ӧ"/><hkern k="21" u1="F" u2="ӛ"/><hkern k="21" u1="F" u2="ә"/><hkern k="21" u1="F" u2="ӗ"/><hkern k="34" u1="F" u2="ӓ"/><hkern k="170" u1="F" u2="Ӓ"/><hkern k="34" u1="F" u2="ӑ"/><hkern k="170" u1="F" u2="Ӑ"/><hkern k="-20" u1="F" u2="Ҵ"/><hkern k="24" u1="F" u2="ү"/><hkern k="-20" u1="F" u2="Ҭ"/><hkern k="21" u1="F" u2="ҫ"/><hkern k="21" u1="F" u2="ҩ"/><hkern k="-20" u1="F" u2="Ҡ"/><hkern k="21" u1="F" u2="ҁ"/><hkern k="21" u1="F" u2="ѽ"/><hkern k="21" u1="F" u2="ѹ"/><hkern k="24" u1="F" u2="ѷ"/><hkern k="24" u1="F" u2="ѵ"/><hkern k="21" u1="F" u2="ѳ"/><hkern k="170" u1="F" u2="Ѧ"/><hkern k="24" u1="F" u2="ў"/><hkern k="21" u1="F" u2="є"/><hkern k="21" u1="F" u2="ё"/><hkern k="21" u1="F" u2="ѐ"/><hkern k="21" u1="F" u2="ф"/><hkern k="24" u1="F" u2="у"/><hkern k="21" u1="F" u2="с"/><hkern k="21" u1="F" u2="о"/><hkern k="21" u1="F" u2="е"/><hkern k="34" u1="F" u2="а"/><hkern k="-20" u1="F" u2="Т"/><hkern k="170" u1="F" u2="А"/><hkern k="-20" u1="F" u2="Ћ"/><hkern k="264" u1="F" u2="Ј"/><hkern k="-20" u1="F" u2="Ђ"/><hkern k="22" u1="F" u2="ύ"/><hkern k="21" u1="F" u2="ό"/><hkern k="22" u1="F" u2="ϋ"/><hkern k="22" u1="F" u2="υ"/><hkern k="21" u1="F" u2="σ"/><hkern k="21" u1="F" u2="ς"/><hkern k="21" u1="F" u2="ο"/><hkern k="24" u1="F" u2="ν"/><hkern k="24" u1="F" u2="γ"/><hkern k="21" u1="F" u2="α"/><hkern k="22" u1="F" u2="ΰ"/><hkern k="21" u1="F" u2="ά"/><hkern k="170" u1="F" u2="Λ"/><hkern k="170" u1="F" u2="Δ"/><hkern k="170" u1="F" u2="Α"/><hkern k="170" u1="F" u2="Ά"/><hkern k="-20" u1="F" u2="Ț"/><hkern k="34" u1="F" u2="ǻ"/><hkern k="170" u1="F" u2="Ǻ"/><hkern k="22" u1="F" u2="ư"/><hkern k="21" u1="F" u2="ơ"/><hkern k="24" u1="F" u2="ŷ"/><hkern k="22" u1="F" u2="ų"/><hkern k="22" u1="F" u2="ű"/><hkern k="22" u1="F" u2="ů"/><hkern k="22" u1="F" u2="ŭ"/><hkern k="22" u1="F" u2="ū"/><hkern k="22" u1="F" u2="ũ"/><hkern k="-20" u1="F" u2="Ť"/><hkern k="-20" u1="F" u2="Ţ"/><hkern k="21" u1="F" u2="œ"/><hkern k="21" u1="F" u2="ő"/><hkern k="21" u1="F" u2="ŏ"/><hkern k="21" u1="F" u2="ō"/><hkern k="264" u1="F" u2="Ĵ"/><hkern k="21" u1="F" u2="ģ"/><hkern k="21" u1="F" u2="ġ"/><hkern k="21" u1="F" u2="ğ"/><hkern k="21" u1="F" u2="ĝ"/><hkern k="21" u1="F" u2="ě"/><hkern k="21" u1="F" u2="ę"/><hkern k="21" u1="F" u2="ė"/><hkern k="21" u1="F" u2="ĕ"/><hkern k="21" u1="F" u2="ē"/><hkern k="21" u1="F" u2="ď"/><hkern k="21" u1="F" u2="č"/><hkern k="21" u1="F" u2="ċ"/><hkern k="21" u1="F" u2="ĉ"/><hkern k="21" u1="F" u2="ć"/><hkern k="34" u1="F" u2="ą"/><hkern k="170" u1="F" u2="Ą"/><hkern k="34" u1="F" u2="ă"/><hkern k="170" u1="F" u2="Ă"/><hkern k="34" u1="F" u2="ā"/><hkern k="170" u1="F" u2="Ā"/><hkern k="24" u1="F" u2="ÿ"/><hkern k="24" u1="F" u2="ý"/><hkern k="22" u1="F" u2="ü"/><hkern k="22" u1="F" u2="û"/><hkern k="22" u1="F" u2="ú"/><hkern k="22" u1="F" u2="ù"/><hkern k="21" u1="F" u2="ö"/><hkern k="21" u1="F" u2="õ"/><hkern k="21" u1="F" u2="ô"/><hkern k="21" u1="F" u2="ó"/><hkern k="21" u1="F" u2="ò"/><hkern k="21" u1="F" u2="ë"/><hkern k="21" u1="F" u2="ê"/><hkern k="21" u1="F" u2="é"/><hkern k="21" u1="F" u2="è"/><hkern k="21" u1="F" u2="ç"/><hkern k="34" u1="F" u2="å"/><hkern k="34" u1="F" u2="ä"/><hkern k="34" u1="F" u2="ã"/><hkern k="34" u1="F" u2="â"/><hkern k="34" u1="F" u2="á"/><hkern k="34" u1="F" u2="à"/><hkern k="170" u1="F" u2="Å"/><hkern k="170" u1="F" u2="Ä"/><hkern k="170" u1="F" u2="Ã"/><hkern k="170" u1="F" u2="Â"/><hkern k="170" u1="F" u2="Á"/><hkern k="170" u1="F" u2="À"/><hkern k="24" u1="F" u2="y"/><hkern k="24" u1="F" u2="v"/><hkern k="22" u1="F" u2="u"/><hkern k="21" u1="F" u2="q"/><hkern k="21" u1="F" u2="o"/><hkern k="21" u1="F" u2="g"/><hkern k="21" u1="F" u2="e"/><hkern k="21" u1="F" u2="d"/><hkern k="21" u1="F" u2="c"/><hkern k="34" u1="F" u2="a"/><hkern k="-20" u1="F" u2="T"/><hkern k="264" u1="F" u2="J"/><hkern k="170" u1="F" u2="A"/><hkern k="234" u1="F" u2="."/><hkern k="234" u1="F" u2=","/><hkern g2="A.c2sc" k="64" u1="F"/><hkern k="26" u1="F" u2="r"/><hkern k="28" u1="H" u2="Ԏ"/><hkern k="30" u1="H" u2="Ԇ"/><hkern k="29" u1="H" u2="Ԅ"/><hkern k="28" u1="H" u2="Ҽ"/><hkern k="27" u1="H" u2="ҹ"/><hkern k="28" u1="H" u2="Ҹ"/><hkern k="-21" u1="H" u2="д"/><hkern k="-21" u1="H" u2="Д"/><hkern k="28" u1="I" u2="Ԏ"/><hkern k="30" u1="I" u2="Ԇ"/><hkern k="29" u1="I" u2="Ԅ"/><hkern k="28" u1="I" u2="Ҽ"/><hkern k="27" u1="I" u2="ҹ"/><hkern k="28" u1="I" u2="Ҹ"/><hkern k="-21" u1="I" u2="д"/><hkern k="-21" u1="I" u2="Д"/><hkern g2="A.c2sc" k="21" u1="J"/><hkern g2="Q.c2sc" k="25" u1="K"/><hkern g2="O.c2sc" k="25" u1="K"/><hkern g2="G.c2sc" k="26" u1="K"/><hkern g2="C.c2sc" k="24" u1="K"/><hkern k="17" u1="K" u2="Ԑ"/><hkern k="53" u1="K" u2="ԏ"/><hkern k="52" u1="K" u2="ԇ"/><hkern k="52" u1="K" u2="ԅ"/><hkern k="28" u1="K" u2="Ә"/><hkern k="59" u1="K" u2="ҹ"/><hkern k="96" u1="K" u2="ҡ"/><hkern k="56" u1="K" u2="ѿ"/><hkern k="46" u1="K" u2="ѻ"/><hkern k="78" u1="K" u2="ѡ"/><hkern k="71" u1="K" u2="т"/><hkern k="41" u1="K" u2="б"/><hkern k="76" u1="K" u2="τ"/><hkern k="59" u1="K" u2="Φ"/><hkern k="63" u1="K" u2="w"/><hkern g2="Y.c2sc" k="193" u1="L"/><hkern g2="W.c2sc" k="111" u1="L"/><hkern g2="V.c2sc" k="172" u1="L"/><hkern g2="U.c2sc" k="38" u1="L"/><hkern g2="T.c2sc" k="197" u1="L"/><hkern g2="Q.c2sc" k="15" u1="L"/><hkern g2="O.c2sc" k="14" u1="L"/><hkern g2="G.c2sc" k="15" u1="L"/><hkern g2="C.c2sc" k="13" u1="L"/><hkern g2="A.c2sc" k="-19" u1="L"/><hkern k="92" u1="L" u2="w"/><hkern k="28" u1="M" u2="Ԏ"/><hkern k="30" u1="M" u2="Ԇ"/><hkern k="29" u1="M" u2="Ԅ"/><hkern k="28" u1="M" u2="Ҽ"/><hkern k="27" u1="M" u2="ҹ"/><hkern k="28" u1="M" u2="Ҹ"/><hkern k="-21" u1="M" u2="д"/><hkern k="-21" u1="M" u2="Д"/><hkern k="28" u1="N" u2="Ԏ"/><hkern k="30" u1="N" u2="Ԇ"/><hkern k="29" u1="N" u2="Ԅ"/><hkern k="28" u1="N" u2="Ҽ"/><hkern k="27" u1="N" u2="ҹ"/><hkern k="28" u1="N" u2="Ҹ"/><hkern k="-21" u1="N" u2="д"/><hkern k="-21" u1="N" u2="Д"/><hkern g2="X.c2sc" k="11" u1="O"/><hkern g2="A.c2sc" k="19" u1="O"/><hkern k="32" u1="O" u2="Ԏ"/><hkern k="32" u1="O" u2="Ь"/><hkern k="33" u1="O" u2="Д"/><hkern k="22" u1="O" u2="λ"/><hkern k="16" u1="O" u2="Σ"/><hkern k="13" u1="O" u2="Ξ"/><hkern k="33" u1="O" u2="Æ"/><hkern g2="A.c2sc" k="58" u1="P"/><hkern k="29" u1="P" u2="Ԁ"/><hkern k="54" u1="P" u2="д"/><hkern k="88" u1="P" u2="Д"/><hkern k="27" u1="P" u2="ρ"/><hkern k="34" u1="P" u2="λ"/><hkern k="97" u1="P" u2="Æ"/><hkern k="-14" u1="P" u2="t"/><hkern k="35" u1="Q" u2="Ỹ"/><hkern k="35" u1="Q" u2="Ỷ"/><hkern k="35" u1="Q" u2="Ỵ"/><hkern k="35" u1="Q" u2="Ỳ"/><hkern k="20" u1="Q" u2="Ẅ"/><hkern k="20" u1="Q" u2="Ẃ"/><hkern k="20" u1="Q" u2="Ẁ"/><hkern k="43" u1="Q" u2="Ҵ"/><hkern k="35" u1="Q" u2="Ұ"/><hkern k="35" u1="Q" u2="Ү"/><hkern k="43" u1="Q" u2="Ҭ"/><hkern k="43" u1="Q" u2="Ҡ"/><hkern k="28" u1="Q" u2="Ѷ"/><hkern k="28" u1="Q" u2="Ѵ"/><hkern k="43" u1="Q" u2="Т"/><hkern k="43" u1="Q" u2="Ћ"/><hkern k="43" u1="Q" u2="Ђ"/><hkern k="35" u1="Q" u2="Ϋ"/><hkern k="35" u1="Q" u2="Υ"/><hkern k="35" u1="Q" u2="Ύ"/><hkern k="43" u1="Q" u2="Ț"/><hkern k="35" u1="Q" u2="Ÿ"/><hkern k="35" u1="Q" u2="Ŷ"/><hkern k="20" u1="Q" u2="Ŵ"/><hkern k="43" u1="Q" u2="Ť"/><hkern k="43" u1="Q" u2="Ţ"/><hkern k="35" u1="Q" u2="Ý"/><hkern k="35" u1="Q" u2="Y"/><hkern k="20" u1="Q" u2="W"/><hkern k="28" u1="Q" u2="V"/><hkern k="43" u1="Q" u2="T"/><hkern g2="A.c2sc" k="-14" u1="Q"/><hkern k="48" u1="R" u2="Ỹ"/><hkern k="48" u1="R" u2="Ỷ"/><hkern k="48" u1="R" u2="Ỵ"/><hkern k="48" u1="R" u2="Ỳ"/><hkern k="80" u1="R" u2="Ҵ"/><hkern k="48" u1="R" u2="Ұ"/><hkern k="48" u1="R" u2="Ү"/><hkern k="80" u1="R" u2="Ҭ"/><hkern k="80" u1="R" u2="Ҡ"/><hkern k="19" u1="R" u2="Ѷ"/><hkern k="19" u1="R" u2="Ѵ"/><hkern k="80" u1="R" u2="Т"/><hkern k="80" u1="R" u2="Ћ"/><hkern k="80" u1="R" u2="Ђ"/><hkern k="48" u1="R" u2="Ϋ"/><hkern k="48" u1="R" u2="Υ"/><hkern k="48" u1="R" u2="Ύ"/><hkern k="80" u1="R" u2="Ț"/><hkern k="48" u1="R" u2="Ÿ"/><hkern k="48" u1="R" u2="Ŷ"/><hkern k="80" u1="R" u2="Ť"/><hkern k="80" u1="R" u2="Ţ"/><hkern k="48" u1="R" u2="Ý"/><hkern k="48" u1="R" u2="Y"/><hkern k="19" u1="R" u2="V"/><hkern k="80" u1="R" u2="T"/><hkern g2="X.c2sc" k="19" u1="T"/><hkern g2="W.c2sc" k="15" u1="T"/><hkern g2="T.c2sc" k="15" u1="T"/><hkern g2="S.c2sc" k="68" u1="T"/><hkern g2="Q.c2sc" k="71" u1="T"/><hkern g2="O.c2sc" k="71" u1="T"/><hkern g2="G.c2sc" k="71" u1="T"/><hkern g2="C.c2sc" k="71" u1="T"/><hkern g2="A.c2sc" k="81" u1="T"/><hkern k="14" u1="T" u2="Ԑ"/><hkern k="111" u1="T" u2="ԏ"/><hkern k="-15" u1="T" u2="Ԏ"/><hkern k="133" u1="T" u2="ԋ"/><hkern k="83" u1="T" u2="ԇ"/><hkern k="110" u1="T" u2="ԅ"/><hkern k="149" u1="T" u2="Ԁ"/><hkern k="26" u1="T" u2="Ә"/><hkern k="148" u1="T" u2="ҽ"/><hkern k="102" u1="T" u2="Ҽ"/><hkern k="132" u1="T" u2="ҹ"/><hkern k="96" u1="T" u2="ҧ"/><hkern k="77" u1="T" u2="ҡ"/><hkern k="131" u1="T" u2="ҝ"/><hkern k="104" u1="T" u2="ґ"/><hkern k="127" u1="T" u2="ҏ"/><hkern k="38" u1="T" u2="ѿ"/><hkern k="104" u1="T" u2="ѻ"/><hkern k="129" u1="T" u2="ѡ"/><hkern k="131" u1="T" u2="џ"/><hkern k="135" u1="T" u2="я"/><hkern k="128" u1="T" u2="э"/><hkern k="131" u1="T" u2="ы"/><hkern k="78" u1="T" u2="т"/><hkern k="128" u1="T" u2="з"/><hkern k="140" u1="T" u2="д"/><hkern k="96" u1="T" u2="в"/><hkern k="28" u1="T" u2="б"/><hkern k="-15" u1="T" u2="Ь"/><hkern k="91" u1="T" u2="Д"/><hkern k="162" u1="T" u2="ω"/><hkern k="141" u1="T" u2="ψ"/><hkern k="150" u1="T" u2="φ"/><hkern k="98" u1="T" u2="τ"/><hkern k="155" u1="T" u2="ρ"/><hkern k="121" u1="T" u2="π"/><hkern k="153" u1="T" u2="ι"/><hkern k="130" u1="T" u2="ε"/><hkern k="82" u1="T" u2="Φ"/><hkern k="95" u1="T" u2="ø"/><hkern k="114" u1="T" u2="æ"/><hkern k="179" u1="T" u2="Æ"/><hkern k="216" u1="T" u2="»"/><hkern k="328" u1="T" u2="«"/><hkern k="57" u1="T" u2="w"/><hkern k="75" u1="T" u2="r"/><hkern k="40" u1="T"/><hkern g2="A.c2sc" k="21" u1="U"/><hkern g2="Q.c2sc" k="39" u1="V"/><hkern g2="O.c2sc" k="39" u1="V"/><hkern g2="G.c2sc" k="39" u1="V"/><hkern g2="C.c2sc" k="39" u1="V"/><hkern g2="A.c2sc" k="76" u1="V"/><hkern k="-19" u1="V" u2="}"/><hkern k="30" u1="V" u2="r"/><hkern k="-17" u1="V" u2="]"/><hkern k="-20" u1="V" u2=")"/><hkern g2="Q.c2sc" k="25" u1="W"/><hkern g2="O.c2sc" k="25" u1="W"/><hkern g2="G.c2sc" k="25" u1="W"/><hkern g2="C.c2sc" k="23" u1="W"/><hkern g2="A.c2sc" k="53" u1="W"/><hkern k="-14" u1="W" u2="}"/><hkern k="21" u1="W" u2="r"/><hkern k="-12" u1="W" u2="]"/><hkern k="-15" u1="W" u2=")"/><hkern g2="Q.c2sc" k="23" u1="X"/><hkern g2="O.c2sc" k="25" u1="X"/><hkern g2="G.c2sc" k="25" u1="X"/><hkern g2="C.c2sc" k="23" u1="X"/><hkern k="14" u1="X" u2="Ԑ"/><hkern k="42" u1="X" u2="ԏ"/><hkern k="-12" u1="X" u2="Ԇ"/><hkern k="-13" u1="X" u2="Ԅ"/><hkern k="25" u1="X" u2="Ә"/><hkern k="59" u1="X" u2="ҽ"/><hkern k="42" u1="X" u2="Ҽ"/><hkern k="45" u1="X" u2="ҹ"/><hkern k="41" u1="X" u2="ҡ"/><hkern k="41" u1="X" u2="т"/><hkern k="23" u1="X" u2="б"/><hkern k="-18" u1="X" u2="Д"/><hkern k="18" u1="X" u2="ω"/><hkern k="27" u1="X" u2="ψ"/><hkern k="25" u1="X" u2="φ"/><hkern k="32" u1="X" u2="τ"/><hkern k="-17" u1="X" u2="λ"/><hkern k="19" u1="X" u2="θ"/><hkern k="44" u1="X" u2="Φ"/><hkern g2="X.c2sc" k="17" u1="Y"/><hkern g2="W.c2sc" k="13" u1="Y"/><hkern g2="T.c2sc" k="13" u1="Y"/><hkern g2="Q.c2sc" k="53" u1="Y"/><hkern g2="O.c2sc" k="53" u1="Y"/><hkern g2="G.c2sc" k="53" u1="Y"/><hkern g2="C.c2sc" k="51" u1="Y"/><hkern g2="A.c2sc" k="85" u1="Y"/><hkern k="45" u1="Y" u2="•"/><hkern k="57" u1="Y" u2="ω"/><hkern k="38" u1="Y" u2="ψ"/><hkern k="53" u1="Y" u2="φ"/><hkern k="23" u1="Y" u2="τ"/><hkern k="70" u1="Y" u2="ρ"/><hkern k="24" u1="Y" u2="π"/><hkern k="42" u1="Y" u2="ι"/><hkern k="23" u1="Y" u2="θ"/><hkern k="-13" u1="Y" u2="ζ"/><hkern k="58" u1="Y" u2="ε"/><hkern k="22" u1="Y" u2="β"/><hkern k="48" u1="Y" u2="Φ"/><hkern k="64" u1="Y" u2="ø"/><hkern k="63" u1="Y" u2="æ"/><hkern k="96" u1="Y" u2="Æ"/><hkern k="51" u1="Y" u2="»"/><hkern k="82" u1="Y" u2="«"/><hkern k="-19" u1="Y" u2="}"/><hkern k="22" u1="Y" u2="t"/><hkern k="40" u1="Y" u2="r"/><hkern k="22" u1="Y" u2="f"/><hkern k="-18" u1="Y" u2="]"/><hkern k="49" u1="Y" u2="*"/><hkern k="-20" u1="Y" u2=")"/><hkern k="30" u1="Y" u2="&amp;"/><hkern g2="Q.c2sc" k="20" u1="Z"/><hkern g2="O.c2sc" k="20" u1="Z"/><hkern g2="G.c2sc" k="21" u1="Z"/><hkern g2="C.c2sc" k="19" u1="Z"/><hkern g2="A.c2sc" k="-13" u1="Z"/><hkern k="28" u1="Z" u2="ψ"/><hkern k="53" u1="Z" u2="Φ"/><hkern k="27" u1="Z" u2="w"/><hkern k="18" u1="[" u2="Ủ"/><hkern k="18" u1="[" u2="Ụ"/><hkern k="18" u1="[" u2="Ј"/><hkern k="18" u1="[" u2="Ų"/><hkern k="18" u1="[" u2="Ű"/><hkern k="18" u1="[" u2="Ů"/><hkern k="18" u1="[" u2="Ŭ"/><hkern k="18" u1="[" u2="Ū"/><hkern k="18" u1="[" u2="Ũ"/><hkern k="18" u1="[" u2="Ĵ"/><hkern k="18" u1="[" u2="Ü"/><hkern k="18" u1="[" u2="Û"/><hkern k="18" u1="[" u2="Ú"/><hkern k="18" u1="[" u2="Ù"/><hkern k="18" u1="[" u2="U"/><hkern k="18" u1="[" u2="J"/><hkern k="45" u1="a" u2="ԏ"/><hkern k="23" u1="a" u2="ԇ"/><hkern k="13" u1="a" u2="ԅ"/><hkern k="15" u1="a" u2="ҡ"/><hkern k="13" u1="a" u2="ѿ"/><hkern k="15" u1="a" u2="ѡ"/><hkern k="16" u1="a" u2="т"/><hkern k="20" u1="b" u2="ԏ"/><hkern k="20" u1="b" u2="ҡ"/><hkern k="80" u1="b" u2="т"/><hkern k="18" u1="b" u2="д"/><hkern k="22" u1="b" u2="τ"/><hkern k="80" u1="e" u2="’"/><hkern k="11" u1="e" u2="т"/><hkern k="-16" u1="f" u2="″"/><hkern k="-16" u1="f" u2="′"/><hkern k="-16" u1="f" u2="”"/><hkern k="-16" u1="f" u2="“"/><hkern k="-16" u1="f" u2="‛"/><hkern k="-16" u1="f" u2="’"/><hkern k="-16" u1="f" u2="‘"/><hkern k="24" u1="f" u2="ợ"/><hkern k="24" u1="f" u2="ở"/><hkern k="24" u1="f" u2="ờ"/><hkern k="24" u1="f" u2="ớ"/><hkern k="24" u1="f" u2="ệ"/><hkern k="24" u1="f" u2="ễ"/><hkern k="24" u1="f" u2="ể"/><hkern k="24" u1="f" u2="ề"/><hkern k="24" u1="f" u2="ế"/><hkern k="24" u1="f" u2="ẽ"/><hkern k="24" u1="f" u2="ẻ"/><hkern k="24" u1="f" u2="ẹ"/><hkern k="24" u1="f" u2="ԍ"/><hkern k="24" u1="f" u2="ԃ"/><hkern k="24" u1="f" u2="Ԃ"/><hkern k="24" u1="f" u2="ԁ"/><hkern k="24" u1="f" u2="ө"/><hkern k="24" u1="f" u2="ӛ"/><hkern k="24" u1="f" u2="ә"/><hkern k="24" u1="f" u2="ӗ"/><hkern k="24" u1="f" u2="ҫ"/><hkern k="24" u1="f" u2="ҩ"/><hkern k="24" u1="f" u2="ҁ"/><hkern k="24" u1="f" u2="ѽ"/><hkern k="24" u1="f" u2="ѹ"/><hkern k="24" u1="f" u2="є"/><hkern k="24" u1="f" u2="ё"/><hkern k="24" u1="f" u2="ѐ"/><hkern k="24" u1="f" u2="ф"/><hkern k="24" u1="f" u2="с"/><hkern k="24" u1="f" u2="е"/><hkern k="24" u1="f" u2="σ"/><hkern k="24" u1="f" u2="ς"/><hkern k="24" u1="f" u2="α"/><hkern k="24" u1="f" u2="ά"/><hkern k="-16" u1="f" u2="ʼ"/><hkern k="24" u1="f" u2="ơ"/><hkern k="24" u1="f" u2="œ"/><hkern k="24" u1="f" u2="ģ"/><hkern k="24" u1="f" u2="ġ"/><hkern k="24" u1="f" u2="ğ"/><hkern k="24" u1="f" u2="ĝ"/><hkern k="24" u1="f" u2="ě"/><hkern k="24" u1="f" u2="ę"/><hkern k="24" u1="f" u2="ė"/><hkern k="24" u1="f" u2="ĕ"/><hkern k="24" u1="f" u2="ē"/><hkern k="24" u1="f" u2="ď"/><hkern k="24" u1="f" u2="č"/><hkern k="24" u1="f" u2="ċ"/><hkern k="24" u1="f" u2="ĉ"/><hkern k="24" u1="f" u2="ć"/><hkern k="24" u1="f" u2="ë"/><hkern k="24" u1="f" u2="ê"/><hkern k="24" u1="f" u2="é"/><hkern k="24" u1="f" u2="è"/><hkern k="24" u1="f" u2="ç"/><hkern k="24" u1="f" u2="q"/><hkern k="24" u1="f" u2="g"/><hkern k="24" u1="f" u2="e"/><hkern k="24" u1="f" u2="d"/><hkern k="24" u1="f" u2="c"/><hkern k="-16" u1="f" u2="'"/><hkern k="-16" u1="f" u2="&quot;"/><hkern k="-19" u1="f" u2="}"/><hkern k="-18" u1="f" u2="]"/><hkern k="-20" u1="f" u2=")"/><hkern k="80" u1="h" u2="’"/><hkern k="64" u1="h" u2="т"/><hkern k="20" u1="k" u2="ợ"/><hkern k="20" u1="k" u2="ở"/><hkern k="20" u1="k" u2="ờ"/><hkern k="20" u1="k" u2="ớ"/><hkern k="20" u1="k" u2="ệ"/><hkern k="20" u1="k" u2="ễ"/><hkern k="20" u1="k" u2="ể"/><hkern k="20" u1="k" u2="ề"/><hkern k="20" u1="k" u2="ế"/><hkern k="20" u1="k" u2="ẽ"/><hkern k="20" u1="k" u2="ẻ"/><hkern k="20" u1="k" u2="ẹ"/><hkern k="20" u1="k" u2="ԍ"/><hkern k="20" u1="k" u2="ԃ"/><hkern k="20" u1="k" u2="Ԃ"/><hkern k="20" u1="k" u2="ԁ"/><hkern k="20" u1="k" u2="ө"/><hkern k="20" u1="k" u2="ӛ"/><hkern k="20" u1="k" u2="ә"/><hkern k="20" u1="k" u2="ӗ"/><hkern k="20" u1="k" u2="ҫ"/><hkern k="20" u1="k" u2="ҩ"/><hkern k="20" u1="k" u2="ҁ"/><hkern k="20" u1="k" u2="ѽ"/><hkern k="20" u1="k" u2="ѹ"/><hkern k="20" u1="k" u2="є"/><hkern k="20" u1="k" u2="ё"/><hkern k="20" u1="k" u2="ѐ"/><hkern k="20" u1="k" u2="ф"/><hkern k="20" u1="k" u2="с"/><hkern k="20" u1="k" u2="е"/><hkern k="20" u1="k" u2="σ"/><hkern k="20" u1="k" u2="ς"/><hkern k="20" u1="k" u2="α"/><hkern k="20" u1="k" u2="ά"/><hkern k="20" u1="k" u2="ơ"/><hkern k="20" u1="k" u2="œ"/><hkern k="20" u1="k" u2="ģ"/><hkern k="20" u1="k" u2="ġ"/><hkern k="20" u1="k" u2="ğ"/><hkern k="20" u1="k" u2="ĝ"/><hkern k="20" u1="k" u2="ě"/><hkern k="20" u1="k" u2="ę"/><hkern k="20" u1="k" u2="ė"/><hkern k="20" u1="k" u2="ĕ"/><hkern k="20" u1="k" u2="ē"/><hkern k="20" u1="k" u2="ď"/><hkern k="20" u1="k" u2="č"/><hkern k="20" u1="k" u2="ċ"/><hkern k="20" u1="k" u2="ĉ"/><hkern k="20" u1="k" u2="ć"/><hkern k="20" u1="k" u2="ë"/><hkern k="20" u1="k" u2="ê"/><hkern k="20" u1="k" u2="é"/><hkern k="20" u1="k" u2="è"/><hkern k="20" u1="k" u2="ç"/><hkern k="20" u1="k" u2="q"/><hkern k="20" u1="k" u2="g"/><hkern k="20" u1="k" u2="e"/><hkern k="20" u1="k" u2="d"/><hkern k="20" u1="k" u2="c"/><hkern k="80" u1="m" u2="’"/><hkern k="64" u1="m" u2="т"/><hkern k="80" u1="n" u2="’"/><hkern k="64" u1="n" u2="т"/><hkern k="80" u1="o" u2="’"/><hkern k="20" u1="o" u2="ԏ"/><hkern k="11" u1="o" u2="ԅ"/><hkern k="21" u1="o" u2="ҡ"/><hkern k="15" u1="o" u2="ѿ"/><hkern k="16" u1="o" u2="ѡ"/><hkern k="22" u1="o" u2="т"/><hkern k="72" u1="o" u2="д"/><hkern k="22" u1="o" u2="τ"/><hkern k="20" u1="p" u2="ԏ"/><hkern k="20" u1="p" u2="ҡ"/><hkern k="80" u1="p" u2="т"/><hkern k="18" u1="p" u2="д"/><hkern k="22" u1="p" u2="τ"/><hkern k="-17" u1="r" u2="w"/><hkern k="-50" u1="r" u2="t"/><hkern k="-15" u1="r" u2="f"/><hkern k="20" u1="t" u2="ỡ"/><hkern k="20" u1="t" u2="ộ"/><hkern k="20" u1="t" u2="ỗ"/><hkern k="20" u1="t" u2="ổ"/><hkern k="20" u1="t" u2="ồ"/><hkern k="20" u1="t" u2="ố"/><hkern k="20" u1="t" u2="ỏ"/><hkern k="20" u1="t" u2="ọ"/><hkern k="20" u1="t" u2="ӫ"/><hkern k="20" u1="t" u2="ӧ"/><hkern k="20" u1="t" u2="ѳ"/><hkern k="20" u1="t" u2="о"/><hkern k="20" u1="t" u2="ό"/><hkern k="20" u1="t" u2="ο"/><hkern k="20" u1="t" u2="ő"/><hkern k="20" u1="t" u2="ŏ"/><hkern k="20" u1="t" u2="ō"/><hkern k="20" u1="t" u2="ö"/><hkern k="20" u1="t" u2="õ"/><hkern k="20" u1="t" u2="ô"/><hkern k="20" u1="t" u2="ó"/><hkern k="20" u1="t" u2="ò"/><hkern k="20" u1="t" u2="o"/><hkern k="15" u1="v" u2="ѻ"/><hkern k="56" u1="v" u2="д"/><hkern k="-12" u1="v" u2="τ"/><hkern k="22" u1="v" u2="ρ"/><hkern k="-11" u1="v" u2="π"/><hkern k="-13" u1="v" u2="f"/><hkern k="124" u1="w" u2="…"/><hkern k="124" u1="w" u2="‥"/><hkern k="124" u1="w" u2="„"/><hkern k="124" u1="w" u2="‚"/><hkern k="124" u1="w" u2="."/><hkern k="124" u1="w" u2=","/><hkern k="15" u1="x" u2="ѻ"/><hkern k="15" u1="y" u2="ѻ"/><hkern k="56" u1="y" u2="д"/><hkern k="-12" u1="y" u2="τ"/><hkern k="22" u1="y" u2="ρ"/><hkern k="-11" u1="y" u2="π"/><hkern k="-13" u1="y" u2="f"/><hkern k="20" u1="{" u2="Ủ"/><hkern k="20" u1="{" u2="Ụ"/><hkern k="20" u1="{" u2="Ј"/><hkern k="20" u1="{" u2="Ų"/><hkern k="20" u1="{" u2="Ű"/><hkern k="20" u1="{" u2="Ů"/><hkern k="20" u1="{" u2="Ŭ"/><hkern k="20" u1="{" u2="Ū"/><hkern k="20" u1="{" u2="Ũ"/><hkern k="20" u1="{" u2="Ĵ"/><hkern k="20" u1="{" u2="Ü"/><hkern k="20" u1="{" u2="Û"/><hkern k="20" u1="{" u2="Ú"/><hkern k="20" u1="{" u2="Ù"/><hkern k="20" u1="{" u2="U"/><hkern k="20" u1="{" u2="J"/><hkern g2="Y.c2sc" k="60" u1="À"/><hkern g2="W.c2sc" k="35" u1="À"/><hkern g2="V.c2sc" k="51" u1="À"/><hkern g2="U.c2sc" k="15" u1="À"/><hkern g2="T.c2sc" k="57" u1="À"/><hkern g2="O.c2sc" k="11" u1="À"/><hkern g2="G.c2sc" k="11" u1="À"/><hkern k="116" u1="À" u2="ԏ"/><hkern k="177" u1="À" u2="Ԏ"/><hkern k="54" u1="À" u2="Ԇ"/><hkern k="139" u1="À" u2="Ԅ"/><hkern k="14" u1="À" u2="Ә"/><hkern k="35" u1="À" u2="ҽ"/><hkern k="54" u1="À" u2="Ҽ"/><hkern k="133" u1="À" u2="ҹ"/><hkern k="175" u1="À" u2="Ҹ"/><hkern k="97" u1="À" u2="ҡ"/><hkern k="54" u1="À" u2="т"/><hkern k="59" u1="À" u2="Ь"/><hkern k="-19" u1="À" u2="Д"/><hkern k="56" u1="À" u2="τ"/><hkern k="-17" u1="À" u2="λ"/><hkern k="47" u1="À" u2="Ψ"/><hkern k="27" u1="À" u2="Φ"/><hkern k="18" u1="À" u2="Ư"/><hkern k="33" u1="À" u2="w"/><hkern k="17" u1="À" u2="t"/><hkern k="61" u1="À" u2="?"/><hkern g2="Y.c2sc" k="60" u1="Á"/><hkern g2="W.c2sc" k="35" u1="Á"/><hkern g2="V.c2sc" k="51" u1="Á"/><hkern g2="U.c2sc" k="15" u1="Á"/><hkern g2="T.c2sc" k="57" u1="Á"/><hkern g2="O.c2sc" k="11" u1="Á"/><hkern g2="G.c2sc" k="11" u1="Á"/><hkern k="116" u1="Á" u2="ԏ"/><hkern k="177" u1="Á" u2="Ԏ"/><hkern k="54" u1="Á" u2="Ԇ"/><hkern k="139" u1="Á" u2="Ԅ"/><hkern k="14" u1="Á" u2="Ә"/><hkern k="35" u1="Á" u2="ҽ"/><hkern k="54" u1="Á" u2="Ҽ"/><hkern k="133" u1="Á" u2="ҹ"/><hkern k="175" u1="Á" u2="Ҹ"/><hkern k="97" u1="Á" u2="ҡ"/><hkern k="54" u1="Á" u2="т"/><hkern k="59" u1="Á" u2="Ь"/><hkern k="-19" u1="Á" u2="Д"/><hkern k="56" u1="Á" u2="τ"/><hkern k="-17" u1="Á" u2="λ"/><hkern k="47" u1="Á" u2="Ψ"/><hkern k="27" u1="Á" u2="Φ"/><hkern k="18" u1="Á" u2="Ư"/><hkern k="33" u1="Á" u2="w"/><hkern k="17" u1="Á" u2="t"/><hkern k="61" u1="Á" u2="?"/><hkern g2="Y.c2sc" k="60" u1="Â"/><hkern g2="W.c2sc" k="35" u1="Â"/><hkern g2="V.c2sc" k="51" u1="Â"/><hkern g2="U.c2sc" k="15" u1="Â"/><hkern g2="T.c2sc" k="57" u1="Â"/><hkern g2="O.c2sc" k="11" u1="Â"/><hkern g2="G.c2sc" k="11" u1="Â"/><hkern k="116" u1="Â" u2="ԏ"/><hkern k="177" u1="Â" u2="Ԏ"/><hkern k="54" u1="Â" u2="Ԇ"/><hkern k="139" u1="Â" u2="Ԅ"/><hkern k="14" u1="Â" u2="Ә"/><hkern k="35" u1="Â" u2="ҽ"/><hkern k="54" u1="Â" u2="Ҽ"/><hkern k="133" u1="Â" u2="ҹ"/><hkern k="175" u1="Â" u2="Ҹ"/><hkern k="97" u1="Â" u2="ҡ"/><hkern k="54" u1="Â" u2="т"/><hkern k="59" u1="Â" u2="Ь"/><hkern k="-19" u1="Â" u2="Д"/><hkern k="56" u1="Â" u2="τ"/><hkern k="-17" u1="Â" u2="λ"/><hkern k="47" u1="Â" u2="Ψ"/><hkern k="27" u1="Â" u2="Φ"/><hkern k="18" u1="Â" u2="Ư"/><hkern k="33" u1="Â" u2="w"/><hkern k="17" u1="Â" u2="t"/><hkern k="61" u1="Â" u2="?"/><hkern g2="Y.c2sc" k="60" u1="Ã"/><hkern g2="W.c2sc" k="35" u1="Ã"/><hkern g2="V.c2sc" k="51" u1="Ã"/><hkern g2="U.c2sc" k="15" u1="Ã"/><hkern g2="T.c2sc" k="57" u1="Ã"/><hkern g2="O.c2sc" k="11" u1="Ã"/><hkern g2="G.c2sc" k="11" u1="Ã"/><hkern k="116" u1="Ã" u2="ԏ"/><hkern k="177" u1="Ã" u2="Ԏ"/><hkern k="54" u1="Ã" u2="Ԇ"/><hkern k="139" u1="Ã" u2="Ԅ"/><hkern k="14" u1="Ã" u2="Ә"/><hkern k="35" u1="Ã" u2="ҽ"/><hkern k="54" u1="Ã" u2="Ҽ"/><hkern k="133" u1="Ã" u2="ҹ"/><hkern k="175" u1="Ã" u2="Ҹ"/><hkern k="97" u1="Ã" u2="ҡ"/><hkern k="54" u1="Ã" u2="т"/><hkern k="59" u1="Ã" u2="Ь"/><hkern k="-19" u1="Ã" u2="Д"/><hkern k="56" u1="Ã" u2="τ"/><hkern k="-17" u1="Ã" u2="λ"/><hkern k="47" u1="Ã" u2="Ψ"/><hkern k="27" u1="Ã" u2="Φ"/><hkern k="18" u1="Ã" u2="Ư"/><hkern k="33" u1="Ã" u2="w"/><hkern k="17" u1="Ã" u2="t"/><hkern k="61" u1="Ã" u2="?"/><hkern g2="Y.c2sc" k="60" u1="Ä"/><hkern g2="W.c2sc" k="35" u1="Ä"/><hkern g2="V.c2sc" k="51" u1="Ä"/><hkern g2="U.c2sc" k="15" u1="Ä"/><hkern g2="T.c2sc" k="57" u1="Ä"/><hkern g2="O.c2sc" k="11" u1="Ä"/><hkern g2="G.c2sc" k="11" u1="Ä"/><hkern k="116" u1="Ä" u2="ԏ"/><hkern k="177" u1="Ä" u2="Ԏ"/><hkern k="54" u1="Ä" u2="Ԇ"/><hkern k="139" u1="Ä" u2="Ԅ"/><hkern k="14" u1="Ä" u2="Ә"/><hkern k="35" u1="Ä" u2="ҽ"/><hkern k="54" u1="Ä" u2="Ҽ"/><hkern k="133" u1="Ä" u2="ҹ"/><hkern k="175" u1="Ä" u2="Ҹ"/><hkern k="97" u1="Ä" u2="ҡ"/><hkern k="54" u1="Ä" u2="т"/><hkern k="59" u1="Ä" u2="Ь"/><hkern k="-19" u1="Ä" u2="Д"/><hkern k="56" u1="Ä" u2="τ"/><hkern k="-17" u1="Ä" u2="λ"/><hkern k="47" u1="Ä" u2="Ψ"/><hkern k="27" u1="Ä" u2="Φ"/><hkern k="18" u1="Ä" u2="Ư"/><hkern k="33" u1="Ä" u2="w"/><hkern k="17" u1="Ä" u2="t"/><hkern k="61" u1="Ä" u2="?"/><hkern g2="Y.c2sc" k="60" u1="Å"/><hkern g2="W.c2sc" k="35" u1="Å"/><hkern g2="V.c2sc" k="51" u1="Å"/><hkern g2="U.c2sc" k="15" u1="Å"/><hkern g2="T.c2sc" k="57" u1="Å"/><hkern g2="O.c2sc" k="11" u1="Å"/><hkern g2="G.c2sc" k="11" u1="Å"/><hkern k="116" u1="Å" u2="ԏ"/><hkern k="177" u1="Å" u2="Ԏ"/><hkern k="54" u1="Å" u2="Ԇ"/><hkern k="139" u1="Å" u2="Ԅ"/><hkern k="14" u1="Å" u2="Ә"/><hkern k="35" u1="Å" u2="ҽ"/><hkern k="54" u1="Å" u2="Ҽ"/><hkern k="133" u1="Å" u2="ҹ"/><hkern k="175" u1="Å" u2="Ҹ"/><hkern k="97" u1="Å" u2="ҡ"/><hkern k="54" u1="Å" u2="т"/><hkern k="59" u1="Å" u2="Ь"/><hkern k="-19" u1="Å" u2="Д"/><hkern k="56" u1="Å" u2="τ"/><hkern k="-17" u1="Å" u2="λ"/><hkern k="47" u1="Å" u2="Ψ"/><hkern k="27" u1="Å" u2="Φ"/><hkern k="18" u1="Å" u2="Ư"/><hkern k="33" u1="Å" u2="w"/><hkern k="17" u1="Å" u2="t"/><hkern k="61" u1="Å" u2="?"/><hkern k="19" u1="Ç" u2="ҽ"/><hkern k="17" u1="Ç" u2="}"/><hkern k="12" u1="Ç" u2="]"/><hkern k="26" u1="Ç" u2=")"/><hkern g2="Y.c2sc" k="16" u1="È"/><hkern g2="W.c2sc" k="19" u1="È"/><hkern g2="V.c2sc" k="16" u1="È"/><hkern k="22" u1="È" u2="w"/><hkern k="18" u1="È" u2="f"/><hkern g2="Y.c2sc" k="16" u1="É"/><hkern g2="W.c2sc" k="19" u1="É"/><hkern g2="V.c2sc" k="16" u1="É"/><hkern k="22" u1="É" u2="w"/><hkern k="18" u1="É" u2="f"/><hkern g2="Y.c2sc" k="16" u1="Ê"/><hkern g2="W.c2sc" k="19" u1="Ê"/><hkern g2="V.c2sc" k="16" u1="Ê"/><hkern k="22" u1="Ê" u2="w"/><hkern k="18" u1="Ê" u2="f"/><hkern g2="Y.c2sc" k="16" u1="Ë"/><hkern g2="W.c2sc" k="19" u1="Ë"/><hkern g2="V.c2sc" k="16" u1="Ë"/><hkern k="22" u1="Ë" u2="w"/><hkern k="18" u1="Ë" u2="f"/><hkern k="28" u1="Ì" u2="Ԏ"/><hkern k="30" u1="Ì" u2="Ԇ"/><hkern k="29" u1="Ì" u2="Ԅ"/><hkern k="28" u1="Ì" u2="Ҽ"/><hkern k="27" u1="Ì" u2="ҹ"/><hkern k="28" u1="Ì" u2="Ҹ"/><hkern k="-21" u1="Ì" u2="д"/><hkern k="-21" u1="Ì" u2="Д"/><hkern k="28" u1="Í" u2="Ԏ"/><hkern k="30" u1="Í" u2="Ԇ"/><hkern k="29" u1="Í" u2="Ԅ"/><hkern k="28" u1="Í" u2="Ҽ"/><hkern k="27" u1="Í" u2="ҹ"/><hkern k="28" u1="Í" u2="Ҹ"/><hkern k="-21" u1="Í" u2="д"/><hkern k="-21" u1="Í" u2="Д"/><hkern k="28" u1="Î" u2="Ԏ"/><hkern k="30" u1="Î" u2="Ԇ"/><hkern k="29" u1="Î" u2="Ԅ"/><hkern k="28" u1="Î" u2="Ҽ"/><hkern k="27" u1="Î" u2="ҹ"/><hkern k="28" u1="Î" u2="Ҹ"/><hkern k="-21" u1="Î" u2="д"/><hkern k="-21" u1="Î" u2="Д"/><hkern k="28" u1="Ï" u2="Ԏ"/><hkern k="30" u1="Ï" u2="Ԇ"/><hkern k="29" u1="Ï" u2="Ԅ"/><hkern k="28" u1="Ï" u2="Ҽ"/><hkern k="27" u1="Ï" u2="ҹ"/><hkern k="28" u1="Ï" u2="Ҹ"/><hkern k="-21" u1="Ï" u2="д"/><hkern k="-21" u1="Ï" u2="Д"/><hkern g2="X.c2sc" k="11" u1="Ð"/><hkern g2="A.c2sc" k="19" u1="Ð"/><hkern k="32" u1="Ð" u2="Ԏ"/><hkern k="32" u1="Ð" u2="Ь"/><hkern k="33" u1="Ð" u2="Д"/><hkern k="22" u1="Ð" u2="λ"/><hkern k="16" u1="Ð" u2="Σ"/><hkern k="13" u1="Ð" u2="Ξ"/><hkern k="33" u1="Ð" u2="Æ"/><hkern k="28" u1="Ñ" u2="Ԏ"/><hkern k="30" u1="Ñ" u2="Ԇ"/><hkern k="29" u1="Ñ" u2="Ԅ"/><hkern k="28" u1="Ñ" u2="Ҽ"/><hkern k="27" u1="Ñ" u2="ҹ"/><hkern k="28" u1="Ñ" u2="Ҹ"/><hkern k="-21" u1="Ñ" u2="д"/><hkern k="-21" u1="Ñ" u2="Д"/><hkern g2="X.c2sc" k="11" u1="Ò"/><hkern g2="A.c2sc" k="19" u1="Ò"/><hkern k="32" u1="Ò" u2="Ԏ"/><hkern k="32" u1="Ò" u2="Ь"/><hkern k="33" u1="Ò" u2="Д"/><hkern k="22" u1="Ò" u2="λ"/><hkern k="16" u1="Ò" u2="Σ"/><hkern k="13" u1="Ò" u2="Ξ"/><hkern k="33" u1="Ò" u2="Æ"/><hkern g2="X.c2sc" k="11" u1="Ó"/><hkern g2="A.c2sc" k="19" u1="Ó"/><hkern k="32" u1="Ó" u2="Ԏ"/><hkern k="32" u1="Ó" u2="Ь"/><hkern k="33" u1="Ó" u2="Д"/><hkern k="22" u1="Ó" u2="λ"/><hkern k="16" u1="Ó" u2="Σ"/><hkern k="13" u1="Ó" u2="Ξ"/><hkern k="33" u1="Ó" u2="Æ"/><hkern g2="X.c2sc" k="11" u1="Ô"/><hkern g2="A.c2sc" k="19" u1="Ô"/><hkern k="32" u1="Ô" u2="Ԏ"/><hkern k="32" u1="Ô" u2="Ь"/><hkern k="33" u1="Ô" u2="Д"/><hkern k="22" u1="Ô" u2="λ"/><hkern k="16" u1="Ô" u2="Σ"/><hkern k="13" u1="Ô" u2="Ξ"/><hkern k="33" u1="Ô" u2="Æ"/><hkern g2="X.c2sc" k="11" u1="Õ"/><hkern g2="A.c2sc" k="19" u1="Õ"/><hkern k="32" u1="Õ" u2="Ԏ"/><hkern k="32" u1="Õ" u2="Ь"/><hkern k="33" u1="Õ" u2="Д"/><hkern k="22" u1="Õ" u2="λ"/><hkern k="16" u1="Õ" u2="Σ"/><hkern k="13" u1="Õ" u2="Ξ"/><hkern k="33" u1="Õ" u2="Æ"/><hkern g2="X.c2sc" k="11" u1="Ö"/><hkern g2="A.c2sc" k="19" u1="Ö"/><hkern k="32" u1="Ö" u2="Ԏ"/><hkern k="32" u1="Ö" u2="Ь"/><hkern k="33" u1="Ö" u2="Д"/><hkern k="22" u1="Ö" u2="λ"/><hkern k="16" u1="Ö" u2="Σ"/><hkern k="13" u1="Ö" u2="Ξ"/><hkern k="33" u1="Ö" u2="Æ"/><hkern g2="A.c2sc" k="21" u1="Ù"/><hkern g2="A.c2sc" k="21" u1="Ú"/><hkern g2="A.c2sc" k="21" u1="Û"/><hkern g2="A.c2sc" k="21" u1="Ü"/><hkern g2="X.c2sc" k="17" u1="Ý"/><hkern g2="W.c2sc" k="13" u1="Ý"/><hkern g2="T.c2sc" k="13" u1="Ý"/><hkern g2="Q.c2sc" k="53" u1="Ý"/><hkern g2="O.c2sc" k="53" u1="Ý"/><hkern g2="G.c2sc" k="53" u1="Ý"/><hkern g2="C.c2sc" k="51" u1="Ý"/><hkern g2="A.c2sc" k="85" u1="Ý"/><hkern k="45" u1="Ý" u2="•"/><hkern k="57" u1="Ý" u2="ω"/><hkern k="38" u1="Ý" u2="ψ"/><hkern k="53" u1="Ý" u2="φ"/><hkern k="23" u1="Ý" u2="τ"/><hkern k="70" u1="Ý" u2="ρ"/><hkern k="24" u1="Ý" u2="π"/><hkern k="42" u1="Ý" u2="ι"/><hkern k="23" u1="Ý" u2="θ"/><hkern k="-13" u1="Ý" u2="ζ"/><hkern k="58" u1="Ý" u2="ε"/><hkern k="22" u1="Ý" u2="β"/><hkern k="48" u1="Ý" u2="Φ"/><hkern k="64" u1="Ý" u2="ø"/><hkern k="63" u1="Ý" u2="æ"/><hkern k="96" u1="Ý" u2="Æ"/><hkern k="51" u1="Ý" u2="»"/><hkern k="82" u1="Ý" u2="«"/><hkern k="-19" u1="Ý" u2="}"/><hkern k="22" u1="Ý" u2="t"/><hkern k="40" u1="Ý" u2="r"/><hkern k="22" u1="Ý" u2="f"/><hkern k="-18" u1="Ý" u2="]"/><hkern k="49" u1="Ý" u2="*"/><hkern k="-20" u1="Ý" u2=")"/><hkern k="30" u1="Ý" u2="&amp;"/><hkern k="45" u1="à" u2="ԏ"/><hkern k="23" u1="à" u2="ԇ"/><hkern k="13" u1="à" u2="ԅ"/><hkern k="15" u1="à" u2="ҡ"/><hkern k="13" u1="à" u2="ѿ"/><hkern k="15" u1="à" u2="ѡ"/><hkern k="16" u1="à" u2="т"/><hkern k="45" u1="á" u2="ԏ"/><hkern k="23" u1="á" u2="ԇ"/><hkern k="13" u1="á" u2="ԅ"/><hkern k="15" u1="á" u2="ҡ"/><hkern k="13" u1="á" u2="ѿ"/><hkern k="15" u1="á" u2="ѡ"/><hkern k="16" u1="á" u2="т"/><hkern k="45" u1="â" u2="ԏ"/><hkern k="23" u1="â" u2="ԇ"/><hkern k="13" u1="â" u2="ԅ"/><hkern k="15" u1="â" u2="ҡ"/><hkern k="13" u1="â" u2="ѿ"/><hkern k="15" u1="â" u2="ѡ"/><hkern k="16" u1="â" u2="т"/><hkern k="45" u1="ã" u2="ԏ"/><hkern k="23" u1="ã" u2="ԇ"/><hkern k="13" u1="ã" u2="ԅ"/><hkern k="15" u1="ã" u2="ҡ"/><hkern k="13" u1="ã" u2="ѿ"/><hkern k="15" u1="ã" u2="ѡ"/><hkern k="16" u1="ã" u2="т"/><hkern k="45" u1="ä" u2="ԏ"/><hkern k="23" u1="ä" u2="ԇ"/><hkern k="13" u1="ä" u2="ԅ"/><hkern k="15" u1="ä" u2="ҡ"/><hkern k="13" u1="ä" u2="ѿ"/><hkern k="15" u1="ä" u2="ѡ"/><hkern k="16" u1="ä" u2="т"/><hkern k="45" u1="å" u2="ԏ"/><hkern k="23" u1="å" u2="ԇ"/><hkern k="13" u1="å" u2="ԅ"/><hkern k="15" u1="å" u2="ҡ"/><hkern k="13" u1="å" u2="ѿ"/><hkern k="15" u1="å" u2="ѡ"/><hkern k="16" u1="å" u2="т"/><hkern k="80" u1="è" u2="’"/><hkern k="11" u1="è" u2="т"/><hkern k="80" u1="é" u2="’"/><hkern k="11" u1="é" u2="т"/><hkern k="80" u1="ê" u2="’"/><hkern k="11" u1="ê" u2="т"/><hkern k="80" u1="ë" u2="’"/><hkern k="11" u1="ë" u2="т"/><hkern k="80" u1="ñ" u2="’"/><hkern k="64" u1="ñ" u2="т"/><hkern k="80" u1="ò" u2="’"/><hkern k="20" u1="ò" u2="ԏ"/><hkern k="11" u1="ò" u2="ԅ"/><hkern k="21" u1="ò" u2="ҡ"/><hkern k="15" u1="ò" u2="ѿ"/><hkern k="16" u1="ò" u2="ѡ"/><hkern k="22" u1="ò" u2="т"/><hkern k="72" u1="ò" u2="д"/><hkern k="22" u1="ò" u2="τ"/><hkern k="80" u1="ó" u2="’"/><hkern k="20" u1="ó" u2="ԏ"/><hkern k="11" u1="ó" u2="ԅ"/><hkern k="21" u1="ó" u2="ҡ"/><hkern k="15" u1="ó" u2="ѿ"/><hkern k="16" u1="ó" u2="ѡ"/><hkern k="22" u1="ó" u2="т"/><hkern k="72" u1="ó" u2="д"/><hkern k="22" u1="ó" u2="τ"/><hkern k="80" u1="ô" u2="’"/><hkern k="20" u1="ô" u2="ԏ"/><hkern k="11" u1="ô" u2="ԅ"/><hkern k="21" u1="ô" u2="ҡ"/><hkern k="15" u1="ô" u2="ѿ"/><hkern k="16" u1="ô" u2="ѡ"/><hkern k="22" u1="ô" u2="т"/><hkern k="72" u1="ô" u2="д"/><hkern k="22" u1="ô" u2="τ"/><hkern k="80" u1="õ" u2="’"/><hkern k="20" u1="õ" u2="ԏ"/><hkern k="11" u1="õ" u2="ԅ"/><hkern k="21" u1="õ" u2="ҡ"/><hkern k="15" u1="õ" u2="ѿ"/><hkern k="16" u1="õ" u2="ѡ"/><hkern k="22" u1="õ" u2="т"/><hkern k="72" u1="õ" u2="д"/><hkern k="22" u1="õ" u2="τ"/><hkern k="80" u1="ö" u2="’"/><hkern k="20" u1="ö" u2="ԏ"/><hkern k="11" u1="ö" u2="ԅ"/><hkern k="21" u1="ö" u2="ҡ"/><hkern k="15" u1="ö" u2="ѿ"/><hkern k="16" u1="ö" u2="ѡ"/><hkern k="22" u1="ö" u2="т"/><hkern k="72" u1="ö" u2="д"/><hkern k="22" u1="ö" u2="τ"/><hkern k="15" u1="ý" u2="ѻ"/><hkern k="56" u1="ý" u2="д"/><hkern k="-12" u1="ý" u2="τ"/><hkern k="22" u1="ý" u2="ρ"/><hkern k="-11" u1="ý" u2="π"/><hkern k="-13" u1="ý" u2="f"/><hkern k="20" u1="þ" u2="ԏ"/><hkern k="20" u1="þ" u2="ҡ"/><hkern k="80" u1="þ" u2="т"/><hkern k="18" u1="þ" u2="д"/><hkern k="22" u1="þ" u2="τ"/><hkern k="15" u1="ÿ" u2="ѻ"/><hkern k="56" u1="ÿ" u2="д"/><hkern k="-12" u1="ÿ" u2="τ"/><hkern k="22" u1="ÿ" u2="ρ"/><hkern k="-11" u1="ÿ" u2="π"/><hkern k="-13" u1="ÿ" u2="f"/><hkern g2="Y.c2sc" k="60" u1="Ā"/><hkern g2="W.c2sc" k="35" u1="Ā"/><hkern g2="V.c2sc" k="51" u1="Ā"/><hkern g2="U.c2sc" k="15" u1="Ā"/><hkern g2="T.c2sc" k="57" u1="Ā"/><hkern g2="O.c2sc" k="11" u1="Ā"/><hkern g2="G.c2sc" k="11" u1="Ā"/><hkern k="116" u1="Ā" u2="ԏ"/><hkern k="177" u1="Ā" u2="Ԏ"/><hkern k="54" u1="Ā" u2="Ԇ"/><hkern k="139" u1="Ā" u2="Ԅ"/><hkern k="14" u1="Ā" u2="Ә"/><hkern k="35" u1="Ā" u2="ҽ"/><hkern k="54" u1="Ā" u2="Ҽ"/><hkern k="133" u1="Ā" u2="ҹ"/><hkern k="175" u1="Ā" u2="Ҹ"/><hkern k="97" u1="Ā" u2="ҡ"/><hkern k="54" u1="Ā" u2="т"/><hkern k="59" u1="Ā" u2="Ь"/><hkern k="-19" u1="Ā" u2="Д"/><hkern k="56" u1="Ā" u2="τ"/><hkern k="-17" u1="Ā" u2="λ"/><hkern k="47" u1="Ā" u2="Ψ"/><hkern k="27" u1="Ā" u2="Φ"/><hkern k="18" u1="Ā" u2="Ư"/><hkern k="33" u1="Ā" u2="w"/><hkern k="17" u1="Ā" u2="t"/><hkern k="61" u1="Ā" u2="?"/><hkern k="45" u1="ā" u2="ԏ"/><hkern k="23" u1="ā" u2="ԇ"/><hkern k="13" u1="ā" u2="ԅ"/><hkern k="15" u1="ā" u2="ҡ"/><hkern k="13" u1="ā" u2="ѿ"/><hkern k="15" u1="ā" u2="ѡ"/><hkern k="16" u1="ā" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ă"/><hkern g2="W.c2sc" k="35" u1="Ă"/><hkern g2="V.c2sc" k="51" u1="Ă"/><hkern g2="U.c2sc" k="15" u1="Ă"/><hkern g2="T.c2sc" k="57" u1="Ă"/><hkern g2="O.c2sc" k="11" u1="Ă"/><hkern g2="G.c2sc" k="11" u1="Ă"/><hkern k="116" u1="Ă" u2="ԏ"/><hkern k="177" u1="Ă" u2="Ԏ"/><hkern k="54" u1="Ă" u2="Ԇ"/><hkern k="139" u1="Ă" u2="Ԅ"/><hkern k="14" u1="Ă" u2="Ә"/><hkern k="35" u1="Ă" u2="ҽ"/><hkern k="54" u1="Ă" u2="Ҽ"/><hkern k="133" u1="Ă" u2="ҹ"/><hkern k="175" u1="Ă" u2="Ҹ"/><hkern k="97" u1="Ă" u2="ҡ"/><hkern k="54" u1="Ă" u2="т"/><hkern k="59" u1="Ă" u2="Ь"/><hkern k="-19" u1="Ă" u2="Д"/><hkern k="56" u1="Ă" u2="τ"/><hkern k="-17" u1="Ă" u2="λ"/><hkern k="47" u1="Ă" u2="Ψ"/><hkern k="27" u1="Ă" u2="Φ"/><hkern k="18" u1="Ă" u2="Ư"/><hkern k="33" u1="Ă" u2="w"/><hkern k="17" u1="Ă" u2="t"/><hkern k="61" u1="Ă" u2="?"/><hkern k="45" u1="ă" u2="ԏ"/><hkern k="23" u1="ă" u2="ԇ"/><hkern k="13" u1="ă" u2="ԅ"/><hkern k="15" u1="ă" u2="ҡ"/><hkern k="13" u1="ă" u2="ѿ"/><hkern k="15" u1="ă" u2="ѡ"/><hkern k="16" u1="ă" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ą"/><hkern g2="W.c2sc" k="35" u1="Ą"/><hkern g2="V.c2sc" k="51" u1="Ą"/><hkern g2="U.c2sc" k="15" u1="Ą"/><hkern g2="T.c2sc" k="57" u1="Ą"/><hkern g2="O.c2sc" k="11" u1="Ą"/><hkern g2="G.c2sc" k="11" u1="Ą"/><hkern k="116" u1="Ą" u2="ԏ"/><hkern k="177" u1="Ą" u2="Ԏ"/><hkern k="54" u1="Ą" u2="Ԇ"/><hkern k="139" u1="Ą" u2="Ԅ"/><hkern k="14" u1="Ą" u2="Ә"/><hkern k="35" u1="Ą" u2="ҽ"/><hkern k="54" u1="Ą" u2="Ҽ"/><hkern k="133" u1="Ą" u2="ҹ"/><hkern k="175" u1="Ą" u2="Ҹ"/><hkern k="97" u1="Ą" u2="ҡ"/><hkern k="54" u1="Ą" u2="т"/><hkern k="59" u1="Ą" u2="Ь"/><hkern k="-19" u1="Ą" u2="Д"/><hkern k="56" u1="Ą" u2="τ"/><hkern k="-17" u1="Ą" u2="λ"/><hkern k="47" u1="Ą" u2="Ψ"/><hkern k="27" u1="Ą" u2="Φ"/><hkern k="18" u1="Ą" u2="Ư"/><hkern k="33" u1="Ą" u2="w"/><hkern k="17" u1="Ą" u2="t"/><hkern k="61" u1="Ą" u2="?"/><hkern k="45" u1="ą" u2="ԏ"/><hkern k="23" u1="ą" u2="ԇ"/><hkern k="13" u1="ą" u2="ԅ"/><hkern k="15" u1="ą" u2="ҡ"/><hkern k="13" u1="ą" u2="ѿ"/><hkern k="15" u1="ą" u2="ѡ"/><hkern k="16" u1="ą" u2="т"/><hkern k="19" u1="Ć" u2="ҽ"/><hkern k="17" u1="Ć" u2="}"/><hkern k="12" u1="Ć" u2="]"/><hkern k="26" u1="Ć" u2=")"/><hkern k="19" u1="Ĉ" u2="ҽ"/><hkern k="17" u1="Ĉ" u2="}"/><hkern k="12" u1="Ĉ" u2="]"/><hkern k="26" u1="Ĉ" u2=")"/><hkern k="19" u1="Ċ" u2="ҽ"/><hkern k="17" u1="Ċ" u2="}"/><hkern k="12" u1="Ċ" u2="]"/><hkern k="26" u1="Ċ" u2=")"/><hkern k="19" u1="Č" u2="ҽ"/><hkern k="17" u1="Č" u2="}"/><hkern k="12" u1="Č" u2="]"/><hkern k="26" u1="Č" u2=")"/><hkern g2="X.c2sc" k="11" u1="Ď"/><hkern g2="A.c2sc" k="19" u1="Ď"/><hkern k="32" u1="Ď" u2="Ԏ"/><hkern k="32" u1="Ď" u2="Ь"/><hkern k="33" u1="Ď" u2="Д"/><hkern k="22" u1="Ď" u2="λ"/><hkern k="16" u1="Ď" u2="Σ"/><hkern k="13" u1="Ď" u2="Ξ"/><hkern k="33" u1="Ď" u2="Æ"/><hkern g2="X.c2sc" k="11" u1="Đ"/><hkern g2="A.c2sc" k="19" u1="Đ"/><hkern k="32" u1="Đ" u2="Ԏ"/><hkern k="32" u1="Đ" u2="Ь"/><hkern k="33" u1="Đ" u2="Д"/><hkern k="22" u1="Đ" u2="λ"/><hkern k="16" u1="Đ" u2="Σ"/><hkern k="13" u1="Đ" u2="Ξ"/><hkern k="33" u1="Đ" u2="Æ"/><hkern g2="Y.c2sc" k="16" u1="Ē"/><hkern g2="W.c2sc" k="19" u1="Ē"/><hkern g2="V.c2sc" k="16" u1="Ē"/><hkern k="22" u1="Ē" u2="w"/><hkern k="18" u1="Ē" u2="f"/><hkern k="80" u1="ē" u2="’"/><hkern k="11" u1="ē" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ĕ"/><hkern g2="W.c2sc" k="19" u1="Ĕ"/><hkern g2="V.c2sc" k="16" u1="Ĕ"/><hkern k="22" u1="Ĕ" u2="w"/><hkern k="18" u1="Ĕ" u2="f"/><hkern k="80" u1="ĕ" u2="’"/><hkern k="11" u1="ĕ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ė"/><hkern g2="W.c2sc" k="19" u1="Ė"/><hkern g2="V.c2sc" k="16" u1="Ė"/><hkern k="22" u1="Ė" u2="w"/><hkern k="18" u1="Ė" u2="f"/><hkern k="80" u1="ė" u2="’"/><hkern k="11" u1="ė" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ę"/><hkern g2="W.c2sc" k="19" u1="Ę"/><hkern g2="V.c2sc" k="16" u1="Ę"/><hkern k="22" u1="Ę" u2="w"/><hkern k="18" u1="Ę" u2="f"/><hkern k="80" u1="ę" u2="’"/><hkern k="11" u1="ę" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ě"/><hkern g2="W.c2sc" k="19" u1="Ě"/><hkern g2="V.c2sc" k="16" u1="Ě"/><hkern k="22" u1="Ě" u2="w"/><hkern k="18" u1="Ě" u2="f"/><hkern k="80" u1="ě" u2="’"/><hkern k="11" u1="ě" u2="т"/><hkern k="28" u1="Ĥ" u2="Ԏ"/><hkern k="30" u1="Ĥ" u2="Ԇ"/><hkern k="29" u1="Ĥ" u2="Ԅ"/><hkern k="28" u1="Ĥ" u2="Ҽ"/><hkern k="27" u1="Ĥ" u2="ҹ"/><hkern k="28" u1="Ĥ" u2="Ҹ"/><hkern k="-21" u1="Ĥ" u2="д"/><hkern k="-21" u1="Ĥ" u2="Д"/><hkern k="80" u1="ĥ" u2="’"/><hkern k="64" u1="ĥ" u2="т"/><hkern k="28" u1="Ĩ" u2="Ԏ"/><hkern k="30" u1="Ĩ" u2="Ԇ"/><hkern k="29" u1="Ĩ" u2="Ԅ"/><hkern k="28" u1="Ĩ" u2="Ҽ"/><hkern k="27" u1="Ĩ" u2="ҹ"/><hkern k="28" u1="Ĩ" u2="Ҹ"/><hkern k="-21" u1="Ĩ" u2="д"/><hkern k="-21" u1="Ĩ" u2="Д"/><hkern k="28" u1="Ī" u2="Ԏ"/><hkern k="30" u1="Ī" u2="Ԇ"/><hkern k="29" u1="Ī" u2="Ԅ"/><hkern k="28" u1="Ī" u2="Ҽ"/><hkern k="27" u1="Ī" u2="ҹ"/><hkern k="28" u1="Ī" u2="Ҹ"/><hkern k="-21" u1="Ī" u2="д"/><hkern k="-21" u1="Ī" u2="Д"/><hkern k="28" u1="Ĭ" u2="Ԏ"/><hkern k="30" u1="Ĭ" u2="Ԇ"/><hkern k="29" u1="Ĭ" u2="Ԅ"/><hkern k="28" u1="Ĭ" u2="Ҽ"/><hkern k="27" u1="Ĭ" u2="ҹ"/><hkern k="28" u1="Ĭ" u2="Ҹ"/><hkern k="-21" u1="Ĭ" u2="д"/><hkern k="-21" u1="Ĭ" u2="Д"/><hkern k="28" u1="Į" u2="Ԏ"/><hkern k="30" u1="Į" u2="Ԇ"/><hkern k="29" u1="Į" u2="Ԅ"/><hkern k="28" u1="Į" u2="Ҽ"/><hkern k="27" u1="Į" u2="ҹ"/><hkern k="28" u1="Į" u2="Ҹ"/><hkern k="-21" u1="Į" u2="д"/><hkern k="-21" u1="Į" u2="Д"/><hkern k="28" u1="İ" u2="Ԏ"/><hkern k="30" u1="İ" u2="Ԇ"/><hkern k="29" u1="İ" u2="Ԅ"/><hkern k="28" u1="İ" u2="Ҽ"/><hkern k="27" u1="İ" u2="ҹ"/><hkern k="28" u1="İ" u2="Ҹ"/><hkern k="-21" u1="İ" u2="д"/><hkern k="-21" u1="İ" u2="Д"/><hkern g2="A.c2sc" k="21" u1="Ĵ"/><hkern g2="Q.c2sc" k="25" u1="Ķ"/><hkern g2="O.c2sc" k="25" u1="Ķ"/><hkern g2="G.c2sc" k="26" u1="Ķ"/><hkern g2="C.c2sc" k="24" u1="Ķ"/><hkern k="17" u1="Ķ" u2="Ԑ"/><hkern k="53" u1="Ķ" u2="ԏ"/><hkern k="52" u1="Ķ" u2="ԇ"/><hkern k="52" u1="Ķ" u2="ԅ"/><hkern k="28" u1="Ķ" u2="Ә"/><hkern k="59" u1="Ķ" u2="ҹ"/><hkern k="96" u1="Ķ" u2="ҡ"/><hkern k="56" u1="Ķ" u2="ѿ"/><hkern k="46" u1="Ķ" u2="ѻ"/><hkern k="78" u1="Ķ" u2="ѡ"/><hkern k="71" u1="Ķ" u2="т"/><hkern k="41" u1="Ķ" u2="б"/><hkern k="76" u1="Ķ" u2="τ"/><hkern k="59" u1="Ķ" u2="Φ"/><hkern k="63" u1="Ķ" u2="w"/><hkern g2="Y.c2sc" k="193" u1="Ĺ"/><hkern g2="W.c2sc" k="111" u1="Ĺ"/><hkern g2="V.c2sc" k="172" u1="Ĺ"/><hkern g2="U.c2sc" k="38" u1="Ĺ"/><hkern g2="T.c2sc" k="197" u1="Ĺ"/><hkern g2="Q.c2sc" k="15" u1="Ĺ"/><hkern g2="O.c2sc" k="14" u1="Ĺ"/><hkern g2="G.c2sc" k="15" u1="Ĺ"/><hkern g2="C.c2sc" k="13" u1="Ĺ"/><hkern g2="A.c2sc" k="-19" u1="Ĺ"/><hkern k="92" u1="Ĺ" u2="w"/><hkern g2="Y.c2sc" k="193" u1="Ļ"/><hkern g2="W.c2sc" k="111" u1="Ļ"/><hkern g2="V.c2sc" k="172" u1="Ļ"/><hkern g2="U.c2sc" k="38" u1="Ļ"/><hkern g2="T.c2sc" k="197" u1="Ļ"/><hkern g2="Q.c2sc" k="15" u1="Ļ"/><hkern g2="O.c2sc" k="14" u1="Ļ"/><hkern g2="G.c2sc" k="15" u1="Ļ"/><hkern g2="C.c2sc" k="13" u1="Ļ"/><hkern g2="A.c2sc" k="-19" u1="Ļ"/><hkern k="92" u1="Ļ" u2="w"/><hkern g2="Y.c2sc" k="193" u1="Ľ"/><hkern g2="W.c2sc" k="111" u1="Ľ"/><hkern g2="V.c2sc" k="172" u1="Ľ"/><hkern g2="U.c2sc" k="38" u1="Ľ"/><hkern g2="T.c2sc" k="197" u1="Ľ"/><hkern g2="Q.c2sc" k="15" u1="Ľ"/><hkern g2="O.c2sc" k="14" u1="Ľ"/><hkern g2="G.c2sc" k="15" u1="Ľ"/><hkern g2="C.c2sc" k="13" u1="Ľ"/><hkern g2="A.c2sc" k="-19" u1="Ľ"/><hkern k="92" u1="Ľ" u2="w"/><hkern g2="Y.c2sc" k="193" u1="Ŀ"/><hkern g2="W.c2sc" k="111" u1="Ŀ"/><hkern g2="V.c2sc" k="172" u1="Ŀ"/><hkern g2="U.c2sc" k="38" u1="Ŀ"/><hkern g2="T.c2sc" k="197" u1="Ŀ"/><hkern g2="Q.c2sc" k="15" u1="Ŀ"/><hkern g2="O.c2sc" k="14" u1="Ŀ"/><hkern g2="G.c2sc" k="15" u1="Ŀ"/><hkern g2="C.c2sc" k="13" u1="Ŀ"/><hkern g2="A.c2sc" k="-19" u1="Ŀ"/><hkern k="92" u1="Ŀ" u2="w"/><hkern k="28" u1="Ń" u2="Ԏ"/><hkern k="30" u1="Ń" u2="Ԇ"/><hkern k="29" u1="Ń" u2="Ԅ"/><hkern k="28" u1="Ń" u2="Ҽ"/><hkern k="27" u1="Ń" u2="ҹ"/><hkern k="28" u1="Ń" u2="Ҹ"/><hkern k="-21" u1="Ń" u2="д"/><hkern k="-21" u1="Ń" u2="Д"/><hkern k="80" u1="ń" u2="’"/><hkern k="64" u1="ń" u2="т"/><hkern k="28" u1="Ņ" u2="Ԏ"/><hkern k="30" u1="Ņ" u2="Ԇ"/><hkern k="29" u1="Ņ" u2="Ԅ"/><hkern k="28" u1="Ņ" u2="Ҽ"/><hkern k="27" u1="Ņ" u2="ҹ"/><hkern k="28" u1="Ņ" u2="Ҹ"/><hkern k="-21" u1="Ņ" u2="д"/><hkern k="-21" u1="Ņ" u2="Д"/><hkern k="80" u1="ņ" u2="’"/><hkern k="64" u1="ņ" u2="т"/><hkern k="28" u1="Ň" u2="Ԏ"/><hkern k="30" u1="Ň" u2="Ԇ"/><hkern k="29" u1="Ň" u2="Ԅ"/><hkern k="28" u1="Ň" u2="Ҽ"/><hkern k="27" u1="Ň" u2="ҹ"/><hkern k="28" u1="Ň" u2="Ҹ"/><hkern k="-21" u1="Ň" u2="д"/><hkern k="-21" u1="Ň" u2="Д"/><hkern k="80" u1="ň" u2="’"/><hkern k="64" u1="ň" u2="т"/><hkern k="80" u1="ʼn" u2="’"/><hkern k="64" u1="ʼn" u2="т"/><hkern g2="X.c2sc" k="11" u1="Ō"/><hkern g2="A.c2sc" k="19" u1="Ō"/><hkern k="32" u1="Ō" u2="Ԏ"/><hkern k="32" u1="Ō" u2="Ь"/><hkern k="33" u1="Ō" u2="Д"/><hkern k="22" u1="Ō" u2="λ"/><hkern k="16" u1="Ō" u2="Σ"/><hkern k="13" u1="Ō" u2="Ξ"/><hkern k="33" u1="Ō" u2="Æ"/><hkern k="80" u1="ō" u2="’"/><hkern k="20" u1="ō" u2="ԏ"/><hkern k="11" u1="ō" u2="ԅ"/><hkern k="21" u1="ō" u2="ҡ"/><hkern k="15" u1="ō" u2="ѿ"/><hkern k="16" u1="ō" u2="ѡ"/><hkern k="22" u1="ō" u2="т"/><hkern k="72" u1="ō" u2="д"/><hkern k="22" u1="ō" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ŏ"/><hkern g2="A.c2sc" k="19" u1="Ŏ"/><hkern k="32" u1="Ŏ" u2="Ԏ"/><hkern k="32" u1="Ŏ" u2="Ь"/><hkern k="33" u1="Ŏ" u2="Д"/><hkern k="22" u1="Ŏ" u2="λ"/><hkern k="16" u1="Ŏ" u2="Σ"/><hkern k="13" u1="Ŏ" u2="Ξ"/><hkern k="33" u1="Ŏ" u2="Æ"/><hkern k="80" u1="ŏ" u2="’"/><hkern k="20" u1="ŏ" u2="ԏ"/><hkern k="11" u1="ŏ" u2="ԅ"/><hkern k="21" u1="ŏ" u2="ҡ"/><hkern k="15" u1="ŏ" u2="ѿ"/><hkern k="16" u1="ŏ" u2="ѡ"/><hkern k="22" u1="ŏ" u2="т"/><hkern k="72" u1="ŏ" u2="д"/><hkern k="22" u1="ŏ" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ő"/><hkern g2="A.c2sc" k="19" u1="Ő"/><hkern k="32" u1="Ő" u2="Ԏ"/><hkern k="32" u1="Ő" u2="Ь"/><hkern k="33" u1="Ő" u2="Д"/><hkern k="22" u1="Ő" u2="λ"/><hkern k="16" u1="Ő" u2="Σ"/><hkern k="13" u1="Ő" u2="Ξ"/><hkern k="33" u1="Ő" u2="Æ"/><hkern k="80" u1="ő" u2="’"/><hkern k="20" u1="ő" u2="ԏ"/><hkern k="11" u1="ő" u2="ԅ"/><hkern k="21" u1="ő" u2="ҡ"/><hkern k="15" u1="ő" u2="ѿ"/><hkern k="16" u1="ő" u2="ѡ"/><hkern k="22" u1="ő" u2="т"/><hkern k="72" u1="ő" u2="д"/><hkern k="22" u1="ő" u2="τ"/><hkern k="-17" u1="ŕ" u2="w"/><hkern k="-50" u1="ŕ" u2="t"/><hkern k="-15" u1="ŕ" u2="f"/><hkern k="-17" u1="ŗ" u2="w"/><hkern k="-50" u1="ŗ" u2="t"/><hkern k="-15" u1="ŗ" u2="f"/><hkern k="-17" u1="ř" u2="w"/><hkern k="-50" u1="ř" u2="t"/><hkern k="-15" u1="ř" u2="f"/><hkern g2="X.c2sc" k="19" u1="Ţ"/><hkern g2="W.c2sc" k="15" u1="Ţ"/><hkern g2="T.c2sc" k="15" u1="Ţ"/><hkern g2="S.c2sc" k="68" u1="Ţ"/><hkern g2="Q.c2sc" k="71" u1="Ţ"/><hkern g2="O.c2sc" k="71" u1="Ţ"/><hkern g2="G.c2sc" k="71" u1="Ţ"/><hkern g2="C.c2sc" k="71" u1="Ţ"/><hkern g2="A.c2sc" k="81" u1="Ţ"/><hkern k="14" u1="Ţ" u2="Ԑ"/><hkern k="111" u1="Ţ" u2="ԏ"/><hkern k="-15" u1="Ţ" u2="Ԏ"/><hkern k="133" u1="Ţ" u2="ԋ"/><hkern k="83" u1="Ţ" u2="ԇ"/><hkern k="110" u1="Ţ" u2="ԅ"/><hkern k="149" u1="Ţ" u2="Ԁ"/><hkern k="26" u1="Ţ" u2="Ә"/><hkern k="148" u1="Ţ" u2="ҽ"/><hkern k="102" u1="Ţ" u2="Ҽ"/><hkern k="132" u1="Ţ" u2="ҹ"/><hkern k="96" u1="Ţ" u2="ҧ"/><hkern k="77" u1="Ţ" u2="ҡ"/><hkern k="131" u1="Ţ" u2="ҝ"/><hkern k="104" u1="Ţ" u2="ґ"/><hkern k="127" u1="Ţ" u2="ҏ"/><hkern k="38" u1="Ţ" u2="ѿ"/><hkern k="104" u1="Ţ" u2="ѻ"/><hkern k="129" u1="Ţ" u2="ѡ"/><hkern k="131" u1="Ţ" u2="џ"/><hkern k="135" u1="Ţ" u2="я"/><hkern k="128" u1="Ţ" u2="э"/><hkern k="131" u1="Ţ" u2="ы"/><hkern k="78" u1="Ţ" u2="т"/><hkern k="128" u1="Ţ" u2="з"/><hkern k="140" u1="Ţ" u2="д"/><hkern k="96" u1="Ţ" u2="в"/><hkern k="28" u1="Ţ" u2="б"/><hkern k="-15" u1="Ţ" u2="Ь"/><hkern k="91" u1="Ţ" u2="Д"/><hkern k="162" u1="Ţ" u2="ω"/><hkern k="141" u1="Ţ" u2="ψ"/><hkern k="150" u1="Ţ" u2="φ"/><hkern k="98" u1="Ţ" u2="τ"/><hkern k="155" u1="Ţ" u2="ρ"/><hkern k="121" u1="Ţ" u2="π"/><hkern k="153" u1="Ţ" u2="ι"/><hkern k="130" u1="Ţ" u2="ε"/><hkern k="82" u1="Ţ" u2="Φ"/><hkern k="95" u1="Ţ" u2="ø"/><hkern k="114" u1="Ţ" u2="æ"/><hkern k="179" u1="Ţ" u2="Æ"/><hkern k="216" u1="Ţ" u2="»"/><hkern k="328" u1="Ţ" u2="«"/><hkern k="57" u1="Ţ" u2="w"/><hkern k="75" u1="Ţ" u2="r"/><hkern k="40" u1="Ţ"/><hkern g2="X.c2sc" k="19" u1="Ť"/><hkern g2="W.c2sc" k="15" u1="Ť"/><hkern g2="T.c2sc" k="15" u1="Ť"/><hkern g2="S.c2sc" k="68" u1="Ť"/><hkern g2="Q.c2sc" k="71" u1="Ť"/><hkern g2="O.c2sc" k="71" u1="Ť"/><hkern g2="G.c2sc" k="71" u1="Ť"/><hkern g2="C.c2sc" k="71" u1="Ť"/><hkern g2="A.c2sc" k="81" u1="Ť"/><hkern k="14" u1="Ť" u2="Ԑ"/><hkern k="111" u1="Ť" u2="ԏ"/><hkern k="-15" u1="Ť" u2="Ԏ"/><hkern k="133" u1="Ť" u2="ԋ"/><hkern k="83" u1="Ť" u2="ԇ"/><hkern k="110" u1="Ť" u2="ԅ"/><hkern k="149" u1="Ť" u2="Ԁ"/><hkern k="26" u1="Ť" u2="Ә"/><hkern k="148" u1="Ť" u2="ҽ"/><hkern k="102" u1="Ť" u2="Ҽ"/><hkern k="132" u1="Ť" u2="ҹ"/><hkern k="96" u1="Ť" u2="ҧ"/><hkern k="77" u1="Ť" u2="ҡ"/><hkern k="131" u1="Ť" u2="ҝ"/><hkern k="104" u1="Ť" u2="ґ"/><hkern k="127" u1="Ť" u2="ҏ"/><hkern k="38" u1="Ť" u2="ѿ"/><hkern k="104" u1="Ť" u2="ѻ"/><hkern k="129" u1="Ť" u2="ѡ"/><hkern k="131" u1="Ť" u2="џ"/><hkern k="135" u1="Ť" u2="я"/><hkern k="128" u1="Ť" u2="э"/><hkern k="131" u1="Ť" u2="ы"/><hkern k="78" u1="Ť" u2="т"/><hkern k="128" u1="Ť" u2="з"/><hkern k="140" u1="Ť" u2="д"/><hkern k="96" u1="Ť" u2="в"/><hkern k="28" u1="Ť" u2="б"/><hkern k="-15" u1="Ť" u2="Ь"/><hkern k="91" u1="Ť" u2="Д"/><hkern k="162" u1="Ť" u2="ω"/><hkern k="141" u1="Ť" u2="ψ"/><hkern k="150" u1="Ť" u2="φ"/><hkern k="98" u1="Ť" u2="τ"/><hkern k="155" u1="Ť" u2="ρ"/><hkern k="121" u1="Ť" u2="π"/><hkern k="153" u1="Ť" u2="ι"/><hkern k="130" u1="Ť" u2="ε"/><hkern k="82" u1="Ť" u2="Φ"/><hkern k="95" u1="Ť" u2="ø"/><hkern k="114" u1="Ť" u2="æ"/><hkern k="179" u1="Ť" u2="Æ"/><hkern k="216" u1="Ť" u2="»"/><hkern k="328" u1="Ť" u2="«"/><hkern k="57" u1="Ť" u2="w"/><hkern k="75" u1="Ť" u2="r"/><hkern k="40" u1="Ť"/><hkern g2="X.c2sc" k="19" u1="Ŧ"/><hkern g2="W.c2sc" k="15" u1="Ŧ"/><hkern g2="T.c2sc" k="15" u1="Ŧ"/><hkern g2="S.c2sc" k="68" u1="Ŧ"/><hkern g2="Q.c2sc" k="71" u1="Ŧ"/><hkern g2="O.c2sc" k="71" u1="Ŧ"/><hkern g2="G.c2sc" k="71" u1="Ŧ"/><hkern g2="C.c2sc" k="71" u1="Ŧ"/><hkern g2="A.c2sc" k="81" u1="Ŧ"/><hkern k="14" u1="Ŧ" u2="Ԑ"/><hkern k="111" u1="Ŧ" u2="ԏ"/><hkern k="-15" u1="Ŧ" u2="Ԏ"/><hkern k="133" u1="Ŧ" u2="ԋ"/><hkern k="83" u1="Ŧ" u2="ԇ"/><hkern k="110" u1="Ŧ" u2="ԅ"/><hkern k="149" u1="Ŧ" u2="Ԁ"/><hkern k="26" u1="Ŧ" u2="Ә"/><hkern k="148" u1="Ŧ" u2="ҽ"/><hkern k="102" u1="Ŧ" u2="Ҽ"/><hkern k="132" u1="Ŧ" u2="ҹ"/><hkern k="96" u1="Ŧ" u2="ҧ"/><hkern k="77" u1="Ŧ" u2="ҡ"/><hkern k="131" u1="Ŧ" u2="ҝ"/><hkern k="104" u1="Ŧ" u2="ґ"/><hkern k="127" u1="Ŧ" u2="ҏ"/><hkern k="38" u1="Ŧ" u2="ѿ"/><hkern k="104" u1="Ŧ" u2="ѻ"/><hkern k="129" u1="Ŧ" u2="ѡ"/><hkern k="131" u1="Ŧ" u2="џ"/><hkern k="135" u1="Ŧ" u2="я"/><hkern k="128" u1="Ŧ" u2="э"/><hkern k="131" u1="Ŧ" u2="ы"/><hkern k="78" u1="Ŧ" u2="т"/><hkern k="128" u1="Ŧ" u2="з"/><hkern k="140" u1="Ŧ" u2="д"/><hkern k="96" u1="Ŧ" u2="в"/><hkern k="28" u1="Ŧ" u2="б"/><hkern k="-15" u1="Ŧ" u2="Ь"/><hkern k="91" u1="Ŧ" u2="Д"/><hkern k="162" u1="Ŧ" u2="ω"/><hkern k="141" u1="Ŧ" u2="ψ"/><hkern k="150" u1="Ŧ" u2="φ"/><hkern k="98" u1="Ŧ" u2="τ"/><hkern k="155" u1="Ŧ" u2="ρ"/><hkern k="121" u1="Ŧ" u2="π"/><hkern k="153" u1="Ŧ" u2="ι"/><hkern k="130" u1="Ŧ" u2="ε"/><hkern k="82" u1="Ŧ" u2="Φ"/><hkern k="95" u1="Ŧ" u2="ø"/><hkern k="114" u1="Ŧ" u2="æ"/><hkern k="179" u1="Ŧ" u2="Æ"/><hkern k="216" u1="Ŧ" u2="»"/><hkern k="328" u1="Ŧ" u2="«"/><hkern k="57" u1="Ŧ" u2="w"/><hkern k="75" u1="Ŧ" u2="r"/><hkern k="40" u1="Ŧ"/><hkern g2="A.c2sc" k="21" u1="Ũ"/><hkern g2="A.c2sc" k="21" u1="Ū"/><hkern g2="A.c2sc" k="21" u1="Ŭ"/><hkern g2="A.c2sc" k="21" u1="Ů"/><hkern g2="A.c2sc" k="21" u1="Ű"/><hkern g2="A.c2sc" k="21" u1="Ų"/><hkern g2="Q.c2sc" k="25" u1="Ŵ"/><hkern g2="O.c2sc" k="25" u1="Ŵ"/><hkern g2="G.c2sc" k="25" u1="Ŵ"/><hkern g2="C.c2sc" k="23" u1="Ŵ"/><hkern g2="A.c2sc" k="53" u1="Ŵ"/><hkern k="-14" u1="Ŵ" u2="}"/><hkern k="21" u1="Ŵ" u2="r"/><hkern k="-12" u1="Ŵ" u2="]"/><hkern k="-15" u1="Ŵ" u2=")"/><hkern g2="X.c2sc" k="17" u1="Ŷ"/><hkern g2="W.c2sc" k="13" u1="Ŷ"/><hkern g2="T.c2sc" k="13" u1="Ŷ"/><hkern g2="Q.c2sc" k="53" u1="Ŷ"/><hkern g2="O.c2sc" k="53" u1="Ŷ"/><hkern g2="G.c2sc" k="53" u1="Ŷ"/><hkern g2="C.c2sc" k="51" u1="Ŷ"/><hkern g2="A.c2sc" k="85" u1="Ŷ"/><hkern k="45" u1="Ŷ" u2="•"/><hkern k="57" u1="Ŷ" u2="ω"/><hkern k="38" u1="Ŷ" u2="ψ"/><hkern k="53" u1="Ŷ" u2="φ"/><hkern k="23" u1="Ŷ" u2="τ"/><hkern k="70" u1="Ŷ" u2="ρ"/><hkern k="24" u1="Ŷ" u2="π"/><hkern k="42" u1="Ŷ" u2="ι"/><hkern k="23" u1="Ŷ" u2="θ"/><hkern k="-13" u1="Ŷ" u2="ζ"/><hkern k="58" u1="Ŷ" u2="ε"/><hkern k="22" u1="Ŷ" u2="β"/><hkern k="48" u1="Ŷ" u2="Φ"/><hkern k="64" u1="Ŷ" u2="ø"/><hkern k="63" u1="Ŷ" u2="æ"/><hkern k="96" u1="Ŷ" u2="Æ"/><hkern k="51" u1="Ŷ" u2="»"/><hkern k="82" u1="Ŷ" u2="«"/><hkern k="-19" u1="Ŷ" u2="}"/><hkern k="22" u1="Ŷ" u2="t"/><hkern k="40" u1="Ŷ" u2="r"/><hkern k="22" u1="Ŷ" u2="f"/><hkern k="-18" u1="Ŷ" u2="]"/><hkern k="49" u1="Ŷ" u2="*"/><hkern k="-20" u1="Ŷ" u2=")"/><hkern k="30" u1="Ŷ" u2="&amp;"/><hkern k="15" u1="ŷ" u2="ѻ"/><hkern k="56" u1="ŷ" u2="д"/><hkern k="-12" u1="ŷ" u2="τ"/><hkern k="22" u1="ŷ" u2="ρ"/><hkern k="-11" u1="ŷ" u2="π"/><hkern k="-13" u1="ŷ" u2="f"/><hkern g2="X.c2sc" k="17" u1="Ÿ"/><hkern g2="W.c2sc" k="13" u1="Ÿ"/><hkern g2="T.c2sc" k="13" u1="Ÿ"/><hkern g2="Q.c2sc" k="53" u1="Ÿ"/><hkern g2="O.c2sc" k="53" u1="Ÿ"/><hkern g2="G.c2sc" k="53" u1="Ÿ"/><hkern g2="C.c2sc" k="51" u1="Ÿ"/><hkern g2="A.c2sc" k="85" u1="Ÿ"/><hkern k="45" u1="Ÿ" u2="•"/><hkern k="57" u1="Ÿ" u2="ω"/><hkern k="38" u1="Ÿ" u2="ψ"/><hkern k="53" u1="Ÿ" u2="φ"/><hkern k="23" u1="Ÿ" u2="τ"/><hkern k="70" u1="Ÿ" u2="ρ"/><hkern k="24" u1="Ÿ" u2="π"/><hkern k="42" u1="Ÿ" u2="ι"/><hkern k="23" u1="Ÿ" u2="θ"/><hkern k="-13" u1="Ÿ" u2="ζ"/><hkern k="58" u1="Ÿ" u2="ε"/><hkern k="22" u1="Ÿ" u2="β"/><hkern k="48" u1="Ÿ" u2="Φ"/><hkern k="64" u1="Ÿ" u2="ø"/><hkern k="63" u1="Ÿ" u2="æ"/><hkern k="96" u1="Ÿ" u2="Æ"/><hkern k="51" u1="Ÿ" u2="»"/><hkern k="82" u1="Ÿ" u2="«"/><hkern k="-19" u1="Ÿ" u2="}"/><hkern k="22" u1="Ÿ" u2="t"/><hkern k="40" u1="Ÿ" u2="r"/><hkern k="22" u1="Ÿ" u2="f"/><hkern k="-18" u1="Ÿ" u2="]"/><hkern k="49" u1="Ÿ" u2="*"/><hkern k="-20" u1="Ÿ" u2=")"/><hkern k="30" u1="Ÿ" u2="&amp;"/><hkern g2="Q.c2sc" k="20" u1="Ź"/><hkern g2="O.c2sc" k="20" u1="Ź"/><hkern g2="G.c2sc" k="21" u1="Ź"/><hkern g2="C.c2sc" k="19" u1="Ź"/><hkern g2="A.c2sc" k="-13" u1="Ź"/><hkern k="28" u1="Ź" u2="ψ"/><hkern k="53" u1="Ź" u2="Φ"/><hkern k="27" u1="Ź" u2="w"/><hkern g2="Q.c2sc" k="20" u1="Ż"/><hkern g2="O.c2sc" k="20" u1="Ż"/><hkern g2="G.c2sc" k="21" u1="Ż"/><hkern g2="C.c2sc" k="19" u1="Ż"/><hkern g2="A.c2sc" k="-13" u1="Ż"/><hkern k="28" u1="Ż" u2="ψ"/><hkern k="53" u1="Ż" u2="Φ"/><hkern k="27" u1="Ż" u2="w"/><hkern g2="Q.c2sc" k="20" u1="Ž"/><hkern g2="O.c2sc" k="20" u1="Ž"/><hkern g2="G.c2sc" k="21" u1="Ž"/><hkern g2="C.c2sc" k="19" u1="Ž"/><hkern g2="A.c2sc" k="-13" u1="Ž"/><hkern k="28" u1="Ž" u2="ψ"/><hkern k="53" u1="Ž" u2="Φ"/><hkern k="27" u1="Ž" u2="w"/><hkern g2="Y.c2sc" k="60" u1="Ǻ"/><hkern g2="W.c2sc" k="35" u1="Ǻ"/><hkern g2="V.c2sc" k="51" u1="Ǻ"/><hkern g2="U.c2sc" k="15" u1="Ǻ"/><hkern g2="T.c2sc" k="57" u1="Ǻ"/><hkern g2="O.c2sc" k="11" u1="Ǻ"/><hkern g2="G.c2sc" k="11" u1="Ǻ"/><hkern k="116" u1="Ǻ" u2="ԏ"/><hkern k="177" u1="Ǻ" u2="Ԏ"/><hkern k="54" u1="Ǻ" u2="Ԇ"/><hkern k="139" u1="Ǻ" u2="Ԅ"/><hkern k="14" u1="Ǻ" u2="Ә"/><hkern k="35" u1="Ǻ" u2="ҽ"/><hkern k="54" u1="Ǻ" u2="Ҽ"/><hkern k="133" u1="Ǻ" u2="ҹ"/><hkern k="175" u1="Ǻ" u2="Ҹ"/><hkern k="97" u1="Ǻ" u2="ҡ"/><hkern k="54" u1="Ǻ" u2="т"/><hkern k="59" u1="Ǻ" u2="Ь"/><hkern k="-19" u1="Ǻ" u2="Д"/><hkern k="56" u1="Ǻ" u2="τ"/><hkern k="-17" u1="Ǻ" u2="λ"/><hkern k="47" u1="Ǻ" u2="Ψ"/><hkern k="27" u1="Ǻ" u2="Φ"/><hkern k="18" u1="Ǻ" u2="Ư"/><hkern k="33" u1="Ǻ" u2="w"/><hkern k="17" u1="Ǻ" u2="t"/><hkern k="61" u1="Ǻ" u2="?"/><hkern k="45" u1="ǻ" u2="ԏ"/><hkern k="23" u1="ǻ" u2="ԇ"/><hkern k="13" u1="ǻ" u2="ԅ"/><hkern k="15" u1="ǻ" u2="ҡ"/><hkern k="13" u1="ǻ" u2="ѿ"/><hkern k="15" u1="ǻ" u2="ѡ"/><hkern k="16" u1="ǻ" u2="т"/><hkern g2="X.c2sc" k="19" u1="Ț"/><hkern g2="W.c2sc" k="15" u1="Ț"/><hkern g2="T.c2sc" k="15" u1="Ț"/><hkern g2="S.c2sc" k="68" u1="Ț"/><hkern g2="Q.c2sc" k="71" u1="Ț"/><hkern g2="O.c2sc" k="71" u1="Ț"/><hkern g2="G.c2sc" k="71" u1="Ț"/><hkern g2="C.c2sc" k="71" u1="Ț"/><hkern g2="A.c2sc" k="81" u1="Ț"/><hkern k="14" u1="Ț" u2="Ԑ"/><hkern k="111" u1="Ț" u2="ԏ"/><hkern k="-15" u1="Ț" u2="Ԏ"/><hkern k="133" u1="Ț" u2="ԋ"/><hkern k="83" u1="Ț" u2="ԇ"/><hkern k="110" u1="Ț" u2="ԅ"/><hkern k="149" u1="Ț" u2="Ԁ"/><hkern k="26" u1="Ț" u2="Ә"/><hkern k="148" u1="Ț" u2="ҽ"/><hkern k="102" u1="Ț" u2="Ҽ"/><hkern k="132" u1="Ț" u2="ҹ"/><hkern k="96" u1="Ț" u2="ҧ"/><hkern k="77" u1="Ț" u2="ҡ"/><hkern k="131" u1="Ț" u2="ҝ"/><hkern k="104" u1="Ț" u2="ґ"/><hkern k="127" u1="Ț" u2="ҏ"/><hkern k="38" u1="Ț" u2="ѿ"/><hkern k="104" u1="Ț" u2="ѻ"/><hkern k="129" u1="Ț" u2="ѡ"/><hkern k="131" u1="Ț" u2="џ"/><hkern k="135" u1="Ț" u2="я"/><hkern k="128" u1="Ț" u2="э"/><hkern k="131" u1="Ț" u2="ы"/><hkern k="78" u1="Ț" u2="т"/><hkern k="128" u1="Ț" u2="з"/><hkern k="140" u1="Ț" u2="д"/><hkern k="96" u1="Ț" u2="в"/><hkern k="28" u1="Ț" u2="б"/><hkern k="-15" u1="Ț" u2="Ь"/><hkern k="91" u1="Ț" u2="Д"/><hkern k="162" u1="Ț" u2="ω"/><hkern k="141" u1="Ț" u2="ψ"/><hkern k="150" u1="Ț" u2="φ"/><hkern k="98" u1="Ț" u2="τ"/><hkern k="155" u1="Ț" u2="ρ"/><hkern k="121" u1="Ț" u2="π"/><hkern k="153" u1="Ț" u2="ι"/><hkern k="130" u1="Ț" u2="ε"/><hkern k="82" u1="Ț" u2="Φ"/><hkern k="95" u1="Ț" u2="ø"/><hkern k="114" u1="Ț" u2="æ"/><hkern k="179" u1="Ț" u2="Æ"/><hkern k="216" u1="Ț" u2="»"/><hkern k="328" u1="Ț" u2="«"/><hkern k="57" u1="Ț" u2="w"/><hkern k="75" u1="Ț" u2="r"/><hkern k="40" u1="Ț"/><hkern k="14" u1="ə" u2="″"/><hkern k="14" u1="ə" u2="′"/><hkern k="14" u1="ə" u2="”"/><hkern k="14" u1="ə" u2="“"/><hkern k="14" u1="ə" u2="‛"/><hkern k="14" u1="ə" u2="’"/><hkern k="14" u1="ə" u2="‘"/><hkern k="13" u1="ə" u2="ỹ"/><hkern k="13" u1="ə" u2="ỷ"/><hkern k="13" u1="ə" u2="ỵ"/><hkern k="13" u1="ə" u2="ỳ"/><hkern k="13" u1="ə" u2="ӳ"/><hkern k="13" u1="ə" u2="ӱ"/><hkern k="13" u1="ə" u2="ӯ"/><hkern k="13" u1="ə" u2="ү"/><hkern k="13" u1="ə" u2="ѷ"/><hkern k="13" u1="ə" u2="ѵ"/><hkern k="13" u1="ə" u2="ў"/><hkern k="13" u1="ə" u2="у"/><hkern k="13" u1="ə" u2="ν"/><hkern k="13" u1="ə" u2="γ"/><hkern k="14" u1="ə" u2="ʼ"/><hkern k="13" u1="ə" u2="ŷ"/><hkern k="13" u1="ə" u2="ÿ"/><hkern k="13" u1="ə" u2="ý"/><hkern k="13" u1="ə" u2="y"/><hkern k="13" u1="ə" u2="v"/><hkern k="14" u1="ə" u2="'"/><hkern k="14" u1="ə" u2="&quot;"/><hkern k="11" u1="ə" u2="т"/><hkern k="-11" u1="ʼ" u2="w"/><hkern g2="Y.c2sc" k="60" u1="Ά"/><hkern g2="W.c2sc" k="35" u1="Ά"/><hkern g2="V.c2sc" k="51" u1="Ά"/><hkern g2="U.c2sc" k="15" u1="Ά"/><hkern g2="T.c2sc" k="57" u1="Ά"/><hkern g2="O.c2sc" k="11" u1="Ά"/><hkern g2="G.c2sc" k="11" u1="Ά"/><hkern k="116" u1="Ά" u2="ԏ"/><hkern k="177" u1="Ά" u2="Ԏ"/><hkern k="54" u1="Ά" u2="Ԇ"/><hkern k="139" u1="Ά" u2="Ԅ"/><hkern k="14" u1="Ά" u2="Ә"/><hkern k="35" u1="Ά" u2="ҽ"/><hkern k="54" u1="Ά" u2="Ҽ"/><hkern k="133" u1="Ά" u2="ҹ"/><hkern k="175" u1="Ά" u2="Ҹ"/><hkern k="97" u1="Ά" u2="ҡ"/><hkern k="54" u1="Ά" u2="т"/><hkern k="59" u1="Ά" u2="Ь"/><hkern k="-19" u1="Ά" u2="Д"/><hkern k="56" u1="Ά" u2="τ"/><hkern k="-17" u1="Ά" u2="λ"/><hkern k="47" u1="Ά" u2="Ψ"/><hkern k="27" u1="Ά" u2="Φ"/><hkern k="18" u1="Ά" u2="Ư"/><hkern k="33" u1="Ά" u2="w"/><hkern k="17" u1="Ά" u2="t"/><hkern k="61" u1="Ά" u2="?"/><hkern g2="Y.c2sc" k="16" u1="Έ"/><hkern g2="W.c2sc" k="19" u1="Έ"/><hkern g2="V.c2sc" k="16" u1="Έ"/><hkern k="22" u1="Έ" u2="w"/><hkern k="18" u1="Έ" u2="f"/><hkern k="28" u1="Ή" u2="Ԏ"/><hkern k="30" u1="Ή" u2="Ԇ"/><hkern k="29" u1="Ή" u2="Ԅ"/><hkern k="28" u1="Ή" u2="Ҽ"/><hkern k="27" u1="Ή" u2="ҹ"/><hkern k="28" u1="Ή" u2="Ҹ"/><hkern k="-21" u1="Ή" u2="д"/><hkern k="-21" u1="Ή" u2="Д"/><hkern k="28" u1="Ί" u2="Ԏ"/><hkern k="30" u1="Ί" u2="Ԇ"/><hkern k="29" u1="Ί" u2="Ԅ"/><hkern k="28" u1="Ί" u2="Ҽ"/><hkern k="27" u1="Ί" u2="ҹ"/><hkern k="28" u1="Ί" u2="Ҹ"/><hkern k="-21" u1="Ί" u2="д"/><hkern k="-21" u1="Ί" u2="Д"/><hkern g2="X.c2sc" k="11" u1="Ό"/><hkern g2="A.c2sc" k="19" u1="Ό"/><hkern k="32" u1="Ό" u2="Ԏ"/><hkern k="32" u1="Ό" u2="Ь"/><hkern k="33" u1="Ό" u2="Д"/><hkern k="22" u1="Ό" u2="λ"/><hkern k="16" u1="Ό" u2="Σ"/><hkern k="13" u1="Ό" u2="Ξ"/><hkern k="33" u1="Ό" u2="Æ"/><hkern g2="X.c2sc" k="17" u1="Ύ"/><hkern g2="W.c2sc" k="13" u1="Ύ"/><hkern g2="T.c2sc" k="13" u1="Ύ"/><hkern g2="Q.c2sc" k="53" u1="Ύ"/><hkern g2="O.c2sc" k="53" u1="Ύ"/><hkern g2="G.c2sc" k="53" u1="Ύ"/><hkern g2="C.c2sc" k="51" u1="Ύ"/><hkern g2="A.c2sc" k="85" u1="Ύ"/><hkern k="45" u1="Ύ" u2="•"/><hkern k="57" u1="Ύ" u2="ω"/><hkern k="38" u1="Ύ" u2="ψ"/><hkern k="53" u1="Ύ" u2="φ"/><hkern k="23" u1="Ύ" u2="τ"/><hkern k="70" u1="Ύ" u2="ρ"/><hkern k="24" u1="Ύ" u2="π"/><hkern k="42" u1="Ύ" u2="ι"/><hkern k="23" u1="Ύ" u2="θ"/><hkern k="-13" u1="Ύ" u2="ζ"/><hkern k="58" u1="Ύ" u2="ε"/><hkern k="22" u1="Ύ" u2="β"/><hkern k="48" u1="Ύ" u2="Φ"/><hkern k="64" u1="Ύ" u2="ø"/><hkern k="63" u1="Ύ" u2="æ"/><hkern k="96" u1="Ύ" u2="Æ"/><hkern k="51" u1="Ύ" u2="»"/><hkern k="82" u1="Ύ" u2="«"/><hkern k="-19" u1="Ύ" u2="}"/><hkern k="22" u1="Ύ" u2="t"/><hkern k="40" u1="Ύ" u2="r"/><hkern k="22" u1="Ύ" u2="f"/><hkern k="-18" u1="Ύ" u2="]"/><hkern k="49" u1="Ύ" u2="*"/><hkern k="-20" u1="Ύ" u2=")"/><hkern k="30" u1="Ύ" u2="&amp;"/><hkern g2="Y.c2sc" k="60" u1="Α"/><hkern g2="W.c2sc" k="35" u1="Α"/><hkern g2="V.c2sc" k="51" u1="Α"/><hkern g2="U.c2sc" k="15" u1="Α"/><hkern g2="T.c2sc" k="57" u1="Α"/><hkern g2="O.c2sc" k="11" u1="Α"/><hkern g2="G.c2sc" k="11" u1="Α"/><hkern k="116" u1="Α" u2="ԏ"/><hkern k="177" u1="Α" u2="Ԏ"/><hkern k="54" u1="Α" u2="Ԇ"/><hkern k="139" u1="Α" u2="Ԅ"/><hkern k="14" u1="Α" u2="Ә"/><hkern k="35" u1="Α" u2="ҽ"/><hkern k="54" u1="Α" u2="Ҽ"/><hkern k="133" u1="Α" u2="ҹ"/><hkern k="175" u1="Α" u2="Ҹ"/><hkern k="97" u1="Α" u2="ҡ"/><hkern k="54" u1="Α" u2="т"/><hkern k="59" u1="Α" u2="Ь"/><hkern k="-19" u1="Α" u2="Д"/><hkern k="56" u1="Α" u2="τ"/><hkern k="-17" u1="Α" u2="λ"/><hkern k="47" u1="Α" u2="Ψ"/><hkern k="27" u1="Α" u2="Φ"/><hkern k="18" u1="Α" u2="Ư"/><hkern k="33" u1="Α" u2="w"/><hkern k="17" u1="Α" u2="t"/><hkern k="61" u1="Α" u2="?"/><hkern k="26" u1="Β" u2="Ԏ"/><hkern k="-11" u1="Β" u2="Ѫ"/><hkern k="43" u1="Γ" u2="Ԑ"/><hkern k="208" u1="Γ" u2="ԏ"/><hkern k="-5" u1="Γ" u2="Ԏ"/><hkern k="246" u1="Γ" u2="ԋ"/><hkern k="161" u1="Γ" u2="ԇ"/><hkern k="207" u1="Γ" u2="ԅ"/><hkern k="273" u1="Γ" u2="Ԁ"/><hkern k="64" u1="Γ" u2="Ә"/><hkern k="271" u1="Γ" u2="ҽ"/><hkern k="193" u1="Γ" u2="Ҽ"/><hkern k="244" u1="Γ" u2="ҹ"/><hkern k="183" u1="Γ" u2="ҧ"/><hkern k="150" u1="Γ" u2="ҡ"/><hkern k="242" u1="Γ" u2="ҝ"/><hkern k="196" u1="Γ" u2="ґ"/><hkern k="235" u1="Γ" u2="ҏ"/><hkern k="84" u1="Γ" u2="ѿ"/><hkern k="196" u1="Γ" u2="ѻ"/><hkern k="239" u1="Γ" u2="ѡ"/><hkern k="242" u1="Γ" u2="џ"/><hkern k="249" u1="Γ" u2="я"/><hkern k="237" u1="Γ" u2="э"/><hkern k="242" u1="Γ" u2="ы"/><hkern k="152" u1="Γ" u2="т"/><hkern k="237" u1="Γ" u2="з"/><hkern k="258" u1="Γ" u2="д"/><hkern k="183" u1="Γ" u2="в"/><hkern k="67" u1="Γ" u2="б"/><hkern k="-5" u1="Γ" u2="Ь"/><hkern k="174" u1="Γ" u2="Д"/><hkern k="295" u1="Γ" u2="ω"/><hkern k="259" u1="Γ" u2="ψ"/><hkern k="275" u1="Γ" u2="φ"/><hkern k="186" u1="Γ" u2="τ"/><hkern k="283" u1="Γ" u2="ρ"/><hkern k="225" u1="Γ" u2="π"/><hkern k="280" u1="Γ" u2="ι"/><hkern k="241" u1="Γ" u2="ε"/><hkern k="159" u1="Γ" u2="Φ"/><hkern k="181" u1="Γ" u2="ø"/><hkern k="213" u1="Γ" u2="æ"/><hkern k="324" u1="Γ" u2="Æ"/><hkern k="387" u1="Γ" u2="»"/><hkern k="577" u1="Γ" u2="«"/><hkern k="116" u1="Γ" u2="w"/><hkern k="147" u1="Γ" u2="r"/><hkern g2="Y.c2sc" k="60" u1="Δ"/><hkern g2="W.c2sc" k="35" u1="Δ"/><hkern g2="V.c2sc" k="51" u1="Δ"/><hkern g2="U.c2sc" k="15" u1="Δ"/><hkern g2="T.c2sc" k="57" u1="Δ"/><hkern g2="O.c2sc" k="11" u1="Δ"/><hkern g2="G.c2sc" k="11" u1="Δ"/><hkern k="116" u1="Δ" u2="ԏ"/><hkern k="177" u1="Δ" u2="Ԏ"/><hkern k="54" u1="Δ" u2="Ԇ"/><hkern k="139" u1="Δ" u2="Ԅ"/><hkern k="14" u1="Δ" u2="Ә"/><hkern k="35" u1="Δ" u2="ҽ"/><hkern k="54" u1="Δ" u2="Ҽ"/><hkern k="133" u1="Δ" u2="ҹ"/><hkern k="175" u1="Δ" u2="Ҹ"/><hkern k="97" u1="Δ" u2="ҡ"/><hkern k="54" u1="Δ" u2="т"/><hkern k="59" u1="Δ" u2="Ь"/><hkern k="-19" u1="Δ" u2="Д"/><hkern k="56" u1="Δ" u2="τ"/><hkern k="-17" u1="Δ" u2="λ"/><hkern k="47" u1="Δ" u2="Ψ"/><hkern k="27" u1="Δ" u2="Φ"/><hkern k="18" u1="Δ" u2="Ư"/><hkern k="33" u1="Δ" u2="w"/><hkern k="17" u1="Δ" u2="t"/><hkern k="61" u1="Δ" u2="?"/><hkern g2="Y.c2sc" k="16" u1="Ε"/><hkern g2="W.c2sc" k="19" u1="Ε"/><hkern g2="V.c2sc" k="16" u1="Ε"/><hkern k="22" u1="Ε" u2="w"/><hkern k="18" u1="Ε" u2="f"/><hkern g2="Q.c2sc" k="20" u1="Ζ"/><hkern g2="O.c2sc" k="20" u1="Ζ"/><hkern g2="G.c2sc" k="21" u1="Ζ"/><hkern g2="C.c2sc" k="19" u1="Ζ"/><hkern g2="A.c2sc" k="-13" u1="Ζ"/><hkern k="28" u1="Ζ" u2="ψ"/><hkern k="53" u1="Ζ" u2="Φ"/><hkern k="27" u1="Ζ" u2="w"/><hkern k="28" u1="Η" u2="Ԏ"/><hkern k="30" u1="Η" u2="Ԇ"/><hkern k="29" u1="Η" u2="Ԅ"/><hkern k="28" u1="Η" u2="Ҽ"/><hkern k="27" u1="Η" u2="ҹ"/><hkern k="28" u1="Η" u2="Ҹ"/><hkern k="-21" u1="Η" u2="д"/><hkern k="-21" u1="Η" u2="Д"/><hkern g2="X.c2sc" k="11" u1="Θ"/><hkern g2="A.c2sc" k="19" u1="Θ"/><hkern k="32" u1="Θ" u2="Ԏ"/><hkern k="32" u1="Θ" u2="Ь"/><hkern k="33" u1="Θ" u2="Д"/><hkern k="22" u1="Θ" u2="λ"/><hkern k="16" u1="Θ" u2="Σ"/><hkern k="13" u1="Θ" u2="Ξ"/><hkern k="33" u1="Θ" u2="Æ"/><hkern k="28" u1="Ι" u2="Ԏ"/><hkern k="30" u1="Ι" u2="Ԇ"/><hkern k="29" u1="Ι" u2="Ԅ"/><hkern k="28" u1="Ι" u2="Ҽ"/><hkern k="27" u1="Ι" u2="ҹ"/><hkern k="28" u1="Ι" u2="Ҹ"/><hkern k="-21" u1="Ι" u2="д"/><hkern k="-21" u1="Ι" u2="Д"/><hkern g2="Q.c2sc" k="25" u1="Κ"/><hkern g2="O.c2sc" k="25" u1="Κ"/><hkern g2="G.c2sc" k="26" u1="Κ"/><hkern g2="C.c2sc" k="24" u1="Κ"/><hkern k="17" u1="Κ" u2="Ԑ"/><hkern k="53" u1="Κ" u2="ԏ"/><hkern k="52" u1="Κ" u2="ԇ"/><hkern k="52" u1="Κ" u2="ԅ"/><hkern k="28" u1="Κ" u2="Ә"/><hkern k="59" u1="Κ" u2="ҹ"/><hkern k="96" u1="Κ" u2="ҡ"/><hkern k="56" u1="Κ" u2="ѿ"/><hkern k="46" u1="Κ" u2="ѻ"/><hkern k="78" u1="Κ" u2="ѡ"/><hkern k="71" u1="Κ" u2="т"/><hkern k="41" u1="Κ" u2="б"/><hkern k="76" u1="Κ" u2="τ"/><hkern k="59" u1="Κ" u2="Φ"/><hkern k="63" u1="Κ" u2="w"/><hkern g2="Y.c2sc" k="60" u1="Λ"/><hkern g2="W.c2sc" k="35" u1="Λ"/><hkern g2="V.c2sc" k="51" u1="Λ"/><hkern g2="U.c2sc" k="15" u1="Λ"/><hkern g2="T.c2sc" k="57" u1="Λ"/><hkern g2="O.c2sc" k="11" u1="Λ"/><hkern g2="G.c2sc" k="11" u1="Λ"/><hkern k="116" u1="Λ" u2="ԏ"/><hkern k="177" u1="Λ" u2="Ԏ"/><hkern k="54" u1="Λ" u2="Ԇ"/><hkern k="139" u1="Λ" u2="Ԅ"/><hkern k="14" u1="Λ" u2="Ә"/><hkern k="35" u1="Λ" u2="ҽ"/><hkern k="54" u1="Λ" u2="Ҽ"/><hkern k="133" u1="Λ" u2="ҹ"/><hkern k="175" u1="Λ" u2="Ҹ"/><hkern k="97" u1="Λ" u2="ҡ"/><hkern k="54" u1="Λ" u2="т"/><hkern k="59" u1="Λ" u2="Ь"/><hkern k="-19" u1="Λ" u2="Д"/><hkern k="56" u1="Λ" u2="τ"/><hkern k="-17" u1="Λ" u2="λ"/><hkern k="47" u1="Λ" u2="Ψ"/><hkern k="27" u1="Λ" u2="Φ"/><hkern k="18" u1="Λ" u2="Ư"/><hkern k="33" u1="Λ" u2="w"/><hkern k="17" u1="Λ" u2="t"/><hkern k="61" u1="Λ" u2="?"/><hkern k="28" u1="Μ" u2="Ԏ"/><hkern k="30" u1="Μ" u2="Ԇ"/><hkern k="29" u1="Μ" u2="Ԅ"/><hkern k="28" u1="Μ" u2="Ҽ"/><hkern k="27" u1="Μ" u2="ҹ"/><hkern k="28" u1="Μ" u2="Ҹ"/><hkern k="-21" u1="Μ" u2="д"/><hkern k="-21" u1="Μ" u2="Д"/><hkern k="28" u1="Ν" u2="Ԏ"/><hkern k="30" u1="Ν" u2="Ԇ"/><hkern k="29" u1="Ν" u2="Ԅ"/><hkern k="28" u1="Ν" u2="Ҽ"/><hkern k="27" u1="Ν" u2="ҹ"/><hkern k="28" u1="Ν" u2="Ҹ"/><hkern k="-21" u1="Ν" u2="д"/><hkern k="-21" u1="Ν" u2="Д"/><hkern g2="Q.ss06" k="13" u1="Ξ"/><hkern g2="O.ss06" k="13" u1="Ξ"/><hkern g2="G.ss06" k="13" u1="Ξ"/><hkern g2="C.ss06" k="13" u1="Ξ"/><hkern k="13" u1="Ξ" u2="Ὅ"/><hkern k="13" u1="Ξ" u2="Ợ"/><hkern k="13" u1="Ξ" u2="Ỡ"/><hkern k="13" u1="Ξ" u2="Ở"/><hkern k="13" u1="Ξ" u2="Ờ"/><hkern k="13" u1="Ξ" u2="Ớ"/><hkern k="13" u1="Ξ" u2="Ộ"/><hkern k="13" u1="Ξ" u2="Ỗ"/><hkern k="13" u1="Ξ" u2="Ổ"/><hkern k="13" u1="Ξ" u2="Ồ"/><hkern k="13" u1="Ξ" u2="Ố"/><hkern k="13" u1="Ξ" u2="Ỏ"/><hkern k="13" u1="Ξ" u2="Ọ"/><hkern k="13" u1="Ξ" u2="Ԍ"/><hkern k="13" u1="Ξ" u2="Ӫ"/><hkern k="13" u1="Ξ" u2="Ө"/><hkern k="13" u1="Ξ" u2="Ӧ"/><hkern k="13" u1="Ξ" u2="Ҫ"/><hkern k="13" u1="Ξ" u2="Ҩ"/><hkern k="13" u1="Ξ" u2="Ҁ"/><hkern k="13" u1="Ξ" u2="Ѿ"/><hkern k="13" u1="Ξ" u2="Ѽ"/><hkern k="13" u1="Ξ" u2="Ѻ"/><hkern k="13" u1="Ξ" u2="Ѹ"/><hkern k="13" u1="Ξ" u2="Ѳ"/><hkern k="13" u1="Ξ" u2="Ѡ"/><hkern k="13" u1="Ξ" u2="С"/><hkern k="13" u1="Ξ" u2="О"/><hkern k="13" u1="Ξ" u2="Є"/><hkern k="13" u1="Ξ" u2="Ο"/><hkern k="13" u1="Ξ" u2="Θ"/><hkern k="13" u1="Ξ" u2="Ό"/><hkern k="13" u1="Ξ" u2="Ǿ"/><hkern k="13" u1="Ξ" u2="Ơ"/><hkern k="13" u1="Ξ" u2="Œ"/><hkern k="13" u1="Ξ" u2="Ő"/><hkern k="13" u1="Ξ" u2="Ŏ"/><hkern k="13" u1="Ξ" u2="Ō"/><hkern k="13" u1="Ξ" u2="Ģ"/><hkern k="13" u1="Ξ" u2="Ġ"/><hkern k="13" u1="Ξ" u2="Ğ"/><hkern k="13" u1="Ξ" u2="Ĝ"/><hkern k="13" u1="Ξ" u2="Č"/><hkern k="13" u1="Ξ" u2="Ċ"/><hkern k="13" u1="Ξ" u2="Ĉ"/><hkern k="13" u1="Ξ" u2="Ć"/><hkern k="13" u1="Ξ" u2="Ø"/><hkern k="13" u1="Ξ" u2="Ö"/><hkern k="13" u1="Ξ" u2="Õ"/><hkern k="13" u1="Ξ" u2="Ô"/><hkern k="13" u1="Ξ" u2="Ó"/><hkern k="13" u1="Ξ" u2="Ò"/><hkern k="13" u1="Ξ" u2="Ç"/><hkern k="13" u1="Ξ" u2="Q"/><hkern k="13" u1="Ξ" u2="O"/><hkern k="13" u1="Ξ" u2="G"/><hkern k="13" u1="Ξ" u2="C"/><hkern k="-13" u1="Ξ" u2="λ"/><hkern g2="X.c2sc" k="11" u1="Ο"/><hkern g2="A.c2sc" k="19" u1="Ο"/><hkern k="32" u1="Ο" u2="Ԏ"/><hkern k="32" u1="Ο" u2="Ь"/><hkern k="33" u1="Ο" u2="Д"/><hkern k="22" u1="Ο" u2="λ"/><hkern k="16" u1="Ο" u2="Σ"/><hkern k="13" u1="Ο" u2="Ξ"/><hkern k="33" u1="Ο" u2="Æ"/><hkern g2="A.c2sc" k="58" u1="Ρ"/><hkern k="29" u1="Ρ" u2="Ԁ"/><hkern k="54" u1="Ρ" u2="д"/><hkern k="88" u1="Ρ" u2="Д"/><hkern k="27" u1="Ρ" u2="ρ"/><hkern k="34" u1="Ρ" u2="λ"/><hkern k="97" u1="Ρ" u2="Æ"/><hkern k="-14" u1="Ρ" u2="t"/><hkern g2="Q.ss06" k="26" u1="Σ"/><hkern g2="O.ss06" k="26" u1="Σ"/><hkern g2="G.ss06" k="26" u1="Σ"/><hkern g2="C.ss06" k="26" u1="Σ"/><hkern k="26" u1="Σ" u2="Ὅ"/><hkern k="26" u1="Σ" u2="Ợ"/><hkern k="26" u1="Σ" u2="Ỡ"/><hkern k="26" u1="Σ" u2="Ở"/><hkern k="26" u1="Σ" u2="Ờ"/><hkern k="26" u1="Σ" u2="Ớ"/><hkern k="26" u1="Σ" u2="Ộ"/><hkern k="26" u1="Σ" u2="Ỗ"/><hkern k="26" u1="Σ" u2="Ổ"/><hkern k="26" u1="Σ" u2="Ồ"/><hkern k="26" u1="Σ" u2="Ố"/><hkern k="26" u1="Σ" u2="Ỏ"/><hkern k="26" u1="Σ" u2="Ọ"/><hkern k="26" u1="Σ" u2="Ԍ"/><hkern k="26" u1="Σ" u2="Ӫ"/><hkern k="26" u1="Σ" u2="Ө"/><hkern k="26" u1="Σ" u2="Ӧ"/><hkern k="26" u1="Σ" u2="Ҫ"/><hkern k="26" u1="Σ" u2="Ҩ"/><hkern k="26" u1="Σ" u2="Ҁ"/><hkern k="26" u1="Σ" u2="Ѿ"/><hkern k="26" u1="Σ" u2="Ѽ"/><hkern k="26" u1="Σ" u2="Ѻ"/><hkern k="26" u1="Σ" u2="Ѹ"/><hkern k="26" u1="Σ" u2="Ѳ"/><hkern k="26" u1="Σ" u2="Ѡ"/><hkern k="26" u1="Σ" u2="С"/><hkern k="26" u1="Σ" u2="О"/><hkern k="26" u1="Σ" u2="Є"/><hkern k="26" u1="Σ" u2="Ο"/><hkern k="26" u1="Σ" u2="Θ"/><hkern k="26" u1="Σ" u2="Ό"/><hkern k="26" u1="Σ" u2="Ǿ"/><hkern k="26" u1="Σ" u2="Ơ"/><hkern k="26" u1="Σ" u2="Œ"/><hkern k="26" u1="Σ" u2="Ő"/><hkern k="26" u1="Σ" u2="Ŏ"/><hkern k="26" u1="Σ" u2="Ō"/><hkern k="26" u1="Σ" u2="Ģ"/><hkern k="26" u1="Σ" u2="Ġ"/><hkern k="26" u1="Σ" u2="Ğ"/><hkern k="26" u1="Σ" u2="Ĝ"/><hkern k="26" u1="Σ" u2="Č"/><hkern k="26" u1="Σ" u2="Ċ"/><hkern k="26" u1="Σ" u2="Ĉ"/><hkern k="26" u1="Σ" u2="Ć"/><hkern k="26" u1="Σ" u2="Ø"/><hkern k="26" u1="Σ" u2="Ö"/><hkern k="26" u1="Σ" u2="Õ"/><hkern k="26" u1="Σ" u2="Ô"/><hkern k="26" u1="Σ" u2="Ó"/><hkern k="26" u1="Σ" u2="Ò"/><hkern k="26" u1="Σ" u2="Ç"/><hkern k="26" u1="Σ" u2="Q"/><hkern k="26" u1="Σ" u2="O"/><hkern k="26" u1="Σ" u2="G"/><hkern k="26" u1="Σ" u2="C"/><hkern k="-16" u1="Σ" u2="λ"/><hkern k="62" u1="Σ" u2="Φ"/><hkern g2="X.c2sc" k="19" u1="Τ"/><hkern g2="W.c2sc" k="15" u1="Τ"/><hkern g2="T.c2sc" k="15" u1="Τ"/><hkern g2="S.c2sc" k="68" u1="Τ"/><hkern g2="Q.c2sc" k="71" u1="Τ"/><hkern g2="O.c2sc" k="71" u1="Τ"/><hkern g2="G.c2sc" k="71" u1="Τ"/><hkern g2="C.c2sc" k="71" u1="Τ"/><hkern g2="A.c2sc" k="81" u1="Τ"/><hkern k="14" u1="Τ" u2="Ԑ"/><hkern k="111" u1="Τ" u2="ԏ"/><hkern k="-15" u1="Τ" u2="Ԏ"/><hkern k="133" u1="Τ" u2="ԋ"/><hkern k="83" u1="Τ" u2="ԇ"/><hkern k="110" u1="Τ" u2="ԅ"/><hkern k="149" u1="Τ" u2="Ԁ"/><hkern k="26" u1="Τ" u2="Ә"/><hkern k="148" u1="Τ" u2="ҽ"/><hkern k="102" u1="Τ" u2="Ҽ"/><hkern k="132" u1="Τ" u2="ҹ"/><hkern k="96" u1="Τ" u2="ҧ"/><hkern k="77" u1="Τ" u2="ҡ"/><hkern k="131" u1="Τ" u2="ҝ"/><hkern k="104" u1="Τ" u2="ґ"/><hkern k="127" u1="Τ" u2="ҏ"/><hkern k="38" u1="Τ" u2="ѿ"/><hkern k="104" u1="Τ" u2="ѻ"/><hkern k="129" u1="Τ" u2="ѡ"/><hkern k="131" u1="Τ" u2="џ"/><hkern k="135" u1="Τ" u2="я"/><hkern k="128" u1="Τ" u2="э"/><hkern k="131" u1="Τ" u2="ы"/><hkern k="78" u1="Τ" u2="т"/><hkern k="128" u1="Τ" u2="з"/><hkern k="140" u1="Τ" u2="д"/><hkern k="96" u1="Τ" u2="в"/><hkern k="28" u1="Τ" u2="б"/><hkern k="-15" u1="Τ" u2="Ь"/><hkern k="91" u1="Τ" u2="Д"/><hkern k="162" u1="Τ" u2="ω"/><hkern k="141" u1="Τ" u2="ψ"/><hkern k="150" u1="Τ" u2="φ"/><hkern k="98" u1="Τ" u2="τ"/><hkern k="155" u1="Τ" u2="ρ"/><hkern k="121" u1="Τ" u2="π"/><hkern k="153" u1="Τ" u2="ι"/><hkern k="130" u1="Τ" u2="ε"/><hkern k="82" u1="Τ" u2="Φ"/><hkern k="95" u1="Τ" u2="ø"/><hkern k="114" u1="Τ" u2="æ"/><hkern k="179" u1="Τ" u2="Æ"/><hkern k="216" u1="Τ" u2="»"/><hkern k="328" u1="Τ" u2="«"/><hkern k="57" u1="Τ" u2="w"/><hkern k="75" u1="Τ" u2="r"/><hkern k="40" u1="Τ"/><hkern g2="X.c2sc" k="17" u1="Υ"/><hkern g2="W.c2sc" k="13" u1="Υ"/><hkern g2="T.c2sc" k="13" u1="Υ"/><hkern g2="Q.c2sc" k="53" u1="Υ"/><hkern g2="O.c2sc" k="53" u1="Υ"/><hkern g2="G.c2sc" k="53" u1="Υ"/><hkern g2="C.c2sc" k="51" u1="Υ"/><hkern g2="A.c2sc" k="85" u1="Υ"/><hkern k="45" u1="Υ" u2="•"/><hkern k="57" u1="Υ" u2="ω"/><hkern k="38" u1="Υ" u2="ψ"/><hkern k="53" u1="Υ" u2="φ"/><hkern k="23" u1="Υ" u2="τ"/><hkern k="70" u1="Υ" u2="ρ"/><hkern k="24" u1="Υ" u2="π"/><hkern k="42" u1="Υ" u2="ι"/><hkern k="23" u1="Υ" u2="θ"/><hkern k="-13" u1="Υ" u2="ζ"/><hkern k="58" u1="Υ" u2="ε"/><hkern k="22" u1="Υ" u2="β"/><hkern k="48" u1="Υ" u2="Φ"/><hkern k="64" u1="Υ" u2="ø"/><hkern k="63" u1="Υ" u2="æ"/><hkern k="96" u1="Υ" u2="Æ"/><hkern k="51" u1="Υ" u2="»"/><hkern k="82" u1="Υ" u2="«"/><hkern k="-19" u1="Υ" u2="}"/><hkern k="22" u1="Υ" u2="t"/><hkern k="40" u1="Υ" u2="r"/><hkern k="22" u1="Υ" u2="f"/><hkern k="-18" u1="Υ" u2="]"/><hkern k="49" u1="Υ" u2="*"/><hkern k="-20" u1="Υ" u2=")"/><hkern k="30" u1="Υ" u2="&amp;"/><hkern k="45" u1="Φ" u2="Ỹ"/><hkern k="45" u1="Φ" u2="Ỷ"/><hkern k="45" u1="Φ" u2="Ỵ"/><hkern k="45" u1="Φ" u2="Ỳ"/><hkern k="28" u1="Φ" u2="Ặ"/><hkern k="28" u1="Φ" u2="Ẵ"/><hkern k="28" u1="Φ" u2="Ẳ"/><hkern k="28" u1="Φ" u2="Ằ"/><hkern k="28" u1="Φ" u2="Ắ"/><hkern k="28" u1="Φ" u2="Ậ"/><hkern k="28" u1="Φ" u2="Ẫ"/><hkern k="28" u1="Φ" u2="Ẩ"/><hkern k="28" u1="Φ" u2="Ầ"/><hkern k="28" u1="Φ" u2="Ấ"/><hkern k="28" u1="Φ" u2="Ả"/><hkern k="28" u1="Φ" u2="Ạ"/><hkern k="28" u1="Φ" u2="Ḁ"/><hkern k="46" u1="Φ" u2="Ӽ"/><hkern k="46" u1="Φ" u2="Ӝ"/><hkern k="28" u1="Φ" u2="Ӓ"/><hkern k="28" u1="Φ" u2="Ӑ"/><hkern k="46" u1="Φ" u2="Ӂ"/><hkern k="46" u1="Φ" u2="Ҳ"/><hkern k="45" u1="Φ" u2="Ұ"/><hkern k="45" u1="Φ" u2="Ү"/><hkern k="46" u1="Φ" u2="Җ"/><hkern k="28" u1="Φ" u2="Ѧ"/><hkern k="46" u1="Φ" u2="Х"/><hkern k="46" u1="Φ" u2="Ж"/><hkern k="28" u1="Φ" u2="А"/><hkern k="45" u1="Φ" u2="Ϋ"/><hkern k="46" u1="Φ" u2="Χ"/><hkern k="45" u1="Φ" u2="Υ"/><hkern k="28" u1="Φ" u2="Λ"/><hkern k="28" u1="Φ" u2="Δ"/><hkern k="28" u1="Φ" u2="Α"/><hkern k="45" u1="Φ" u2="Ύ"/><hkern k="28" u1="Φ" u2="Ά"/><hkern k="28" u1="Φ" u2="Ǻ"/><hkern k="45" u1="Φ" u2="Ÿ"/><hkern k="45" u1="Φ" u2="Ŷ"/><hkern k="28" u1="Φ" u2="Ą"/><hkern k="28" u1="Φ" u2="Ă"/><hkern k="28" u1="Φ" u2="Ā"/><hkern k="45" u1="Φ" u2="Ý"/><hkern k="28" u1="Φ" u2="Å"/><hkern k="28" u1="Φ" u2="Ä"/><hkern k="28" u1="Φ" u2="Ã"/><hkern k="28" u1="Φ" u2="Â"/><hkern k="28" u1="Φ" u2="Á"/><hkern k="28" u1="Φ" u2="À"/><hkern k="45" u1="Φ" u2="Y"/><hkern k="46" u1="Φ" u2="X"/><hkern k="28" u1="Φ" u2="A"/><hkern k="30" u1="Φ" u2="λ"/><hkern g2="Q.c2sc" k="23" u1="Χ"/><hkern g2="O.c2sc" k="25" u1="Χ"/><hkern g2="G.c2sc" k="25" u1="Χ"/><hkern g2="C.c2sc" k="23" u1="Χ"/><hkern k="14" u1="Χ" u2="Ԑ"/><hkern k="42" u1="Χ" u2="ԏ"/><hkern k="-12" u1="Χ" u2="Ԇ"/><hkern k="-13" u1="Χ" u2="Ԅ"/><hkern k="25" u1="Χ" u2="Ә"/><hkern k="59" u1="Χ" u2="ҽ"/><hkern k="42" u1="Χ" u2="Ҽ"/><hkern k="45" u1="Χ" u2="ҹ"/><hkern k="41" u1="Χ" u2="ҡ"/><hkern k="41" u1="Χ" u2="т"/><hkern k="23" u1="Χ" u2="б"/><hkern k="-18" u1="Χ" u2="Д"/><hkern k="18" u1="Χ" u2="ω"/><hkern k="27" u1="Χ" u2="ψ"/><hkern k="25" u1="Χ" u2="φ"/><hkern k="32" u1="Χ" u2="τ"/><hkern k="-17" u1="Χ" u2="λ"/><hkern k="19" u1="Χ" u2="θ"/><hkern k="44" u1="Χ" u2="Φ"/><hkern k="226" u1="Ψ" u2="…"/><hkern k="226" u1="Ψ" u2="‥"/><hkern k="226" u1="Ψ" u2="„"/><hkern k="226" u1="Ψ" u2="‚"/><hkern k="51" u1="Ψ" u2="Ặ"/><hkern k="51" u1="Ψ" u2="Ẵ"/><hkern k="51" u1="Ψ" u2="Ẳ"/><hkern k="51" u1="Ψ" u2="Ằ"/><hkern k="51" u1="Ψ" u2="Ắ"/><hkern k="51" u1="Ψ" u2="Ậ"/><hkern k="51" u1="Ψ" u2="Ẫ"/><hkern k="51" u1="Ψ" u2="Ẩ"/><hkern k="51" u1="Ψ" u2="Ầ"/><hkern k="51" u1="Ψ" u2="Ấ"/><hkern k="51" u1="Ψ" u2="Ả"/><hkern k="51" u1="Ψ" u2="Ạ"/><hkern k="51" u1="Ψ" u2="Ḁ"/><hkern k="51" u1="Ψ" u2="Ӓ"/><hkern k="51" u1="Ψ" u2="Ӑ"/><hkern k="51" u1="Ψ" u2="Ѧ"/><hkern k="51" u1="Ψ" u2="А"/><hkern k="51" u1="Ψ" u2="Λ"/><hkern k="51" u1="Ψ" u2="Δ"/><hkern k="51" u1="Ψ" u2="Α"/><hkern k="51" u1="Ψ" u2="Ά"/><hkern k="51" u1="Ψ" u2="Ǻ"/><hkern k="51" u1="Ψ" u2="Ą"/><hkern k="51" u1="Ψ" u2="Ă"/><hkern k="51" u1="Ψ" u2="Ā"/><hkern k="51" u1="Ψ" u2="Å"/><hkern k="51" u1="Ψ" u2="Ä"/><hkern k="51" u1="Ψ" u2="Ã"/><hkern k="51" u1="Ψ" u2="Â"/><hkern k="51" u1="Ψ" u2="Á"/><hkern k="51" u1="Ψ" u2="À"/><hkern k="51" u1="Ψ" u2="A"/><hkern k="226" u1="Ψ" u2="."/><hkern k="226" u1="Ψ" u2=","/><hkern k="14" u1="Ψ" u2="ρ"/><hkern k="28" u1="Ϊ" u2="Ԏ"/><hkern k="30" u1="Ϊ" u2="Ԇ"/><hkern k="29" u1="Ϊ" u2="Ԅ"/><hkern k="28" u1="Ϊ" u2="Ҽ"/><hkern k="27" u1="Ϊ" u2="ҹ"/><hkern k="28" u1="Ϊ" u2="Ҹ"/><hkern k="-21" u1="Ϊ" u2="д"/><hkern k="-21" u1="Ϊ" u2="Д"/><hkern g2="X.c2sc" k="17" u1="Ϋ"/><hkern g2="W.c2sc" k="13" u1="Ϋ"/><hkern g2="T.c2sc" k="13" u1="Ϋ"/><hkern g2="Q.c2sc" k="53" u1="Ϋ"/><hkern g2="O.c2sc" k="53" u1="Ϋ"/><hkern g2="G.c2sc" k="53" u1="Ϋ"/><hkern g2="C.c2sc" k="51" u1="Ϋ"/><hkern g2="A.c2sc" k="85" u1="Ϋ"/><hkern k="45" u1="Ϋ" u2="•"/><hkern k="57" u1="Ϋ" u2="ω"/><hkern k="38" u1="Ϋ" u2="ψ"/><hkern k="53" u1="Ϋ" u2="φ"/><hkern k="23" u1="Ϋ" u2="τ"/><hkern k="70" u1="Ϋ" u2="ρ"/><hkern k="24" u1="Ϋ" u2="π"/><hkern k="42" u1="Ϋ" u2="ι"/><hkern k="23" u1="Ϋ" u2="θ"/><hkern k="-13" u1="Ϋ" u2="ζ"/><hkern k="58" u1="Ϋ" u2="ε"/><hkern k="22" u1="Ϋ" u2="β"/><hkern k="48" u1="Ϋ" u2="Φ"/><hkern k="64" u1="Ϋ" u2="ø"/><hkern k="63" u1="Ϋ" u2="æ"/><hkern k="96" u1="Ϋ" u2="Æ"/><hkern k="51" u1="Ϋ" u2="»"/><hkern k="82" u1="Ϋ" u2="«"/><hkern k="-19" u1="Ϋ" u2="}"/><hkern k="22" u1="Ϋ" u2="t"/><hkern k="40" u1="Ϋ" u2="r"/><hkern k="22" u1="Ϋ" u2="f"/><hkern k="-18" u1="Ϋ" u2="]"/><hkern k="49" u1="Ϋ" u2="*"/><hkern k="-20" u1="Ϋ" u2=")"/><hkern k="30" u1="Ϋ" u2="&amp;"/><hkern k="80" u1="ή" u2="’"/><hkern k="64" u1="ή" u2="т"/><hkern k="-14" u1="α" u2="λ"/><hkern k="15" u1="γ" u2="ѻ"/><hkern k="56" u1="γ" u2="д"/><hkern k="-12" u1="γ" u2="τ"/><hkern k="22" u1="γ" u2="ρ"/><hkern k="-11" u1="γ" u2="π"/><hkern k="-13" u1="γ" u2="f"/><hkern k="64" u1="δ" u2="т"/><hkern k="19" u1="δ" u2="τ"/><hkern k="31" u1="ζ" u2="ỹ"/><hkern k="31" u1="ζ" u2="ỷ"/><hkern k="31" u1="ζ" u2="ỵ"/><hkern k="31" u1="ζ" u2="ỳ"/><hkern k="35" u1="ζ" u2="ự"/><hkern k="35" u1="ζ" u2="ữ"/><hkern k="35" u1="ζ" u2="ử"/><hkern k="35" u1="ζ" u2="ừ"/><hkern k="35" u1="ζ" u2="ứ"/><hkern k="35" u1="ζ" u2="ủ"/><hkern k="35" u1="ζ" u2="ụ"/><hkern k="36" u1="ζ" u2="ợ"/><hkern k="42" u1="ζ" u2="ỡ"/><hkern k="36" u1="ζ" u2="ở"/><hkern k="36" u1="ζ" u2="ờ"/><hkern k="36" u1="ζ" u2="ớ"/><hkern k="42" u1="ζ" u2="ộ"/><hkern k="42" u1="ζ" u2="ỗ"/><hkern k="42" u1="ζ" u2="ổ"/><hkern k="42" u1="ζ" u2="ồ"/><hkern k="42" u1="ζ" u2="ố"/><hkern k="42" u1="ζ" u2="ỏ"/><hkern k="42" u1="ζ" u2="ọ"/><hkern k="36" u1="ζ" u2="ệ"/><hkern k="36" u1="ζ" u2="ễ"/><hkern k="36" u1="ζ" u2="ể"/><hkern k="36" u1="ζ" u2="ề"/><hkern k="36" u1="ζ" u2="ế"/><hkern k="36" u1="ζ" u2="ẽ"/><hkern k="36" u1="ζ" u2="ẻ"/><hkern k="36" u1="ζ" u2="ẹ"/><hkern k="13" u1="ζ" u2="ḿ"/><hkern k="36" u1="ζ" u2="ԍ"/><hkern k="36" u1="ζ" u2="ԃ"/><hkern k="36" u1="ζ" u2="Ԃ"/><hkern k="36" u1="ζ" u2="ԁ"/><hkern k="13" u1="ζ" u2="ӻ"/><hkern k="13" u1="ζ" u2="ӹ"/><hkern k="13" u1="ζ" u2="ӷ"/><hkern k="31" u1="ζ" u2="ӳ"/><hkern k="31" u1="ζ" u2="ӱ"/><hkern k="31" u1="ζ" u2="ӯ"/><hkern k="42" u1="ζ" u2="ӫ"/><hkern k="36" u1="ζ" u2="ө"/><hkern k="42" u1="ζ" u2="ӧ"/><hkern k="13" u1="ζ" u2="ӥ"/><hkern k="13" u1="ζ" u2="ӣ"/><hkern k="36" u1="ζ" u2="ӛ"/><hkern k="36" u1="ζ" u2="ә"/><hkern k="36" u1="ζ" u2="ӗ"/><hkern k="13" u1="ζ" u2="ӎ"/><hkern k="13" u1="ζ" u2="ӊ"/><hkern k="13" u1="ζ" u2="ӈ"/><hkern k="31" u1="ζ" u2="ү"/><hkern k="36" u1="ζ" u2="ҫ"/><hkern k="36" u1="ζ" u2="ҩ"/><hkern k="13" u1="ζ" u2="ҥ"/><hkern k="13" u1="ζ" u2="ң"/><hkern k="13" u1="ζ" u2="қ"/><hkern k="13" u1="ζ" u2="ҋ"/><hkern k="36" u1="ζ" u2="ҁ"/><hkern k="36" u1="ζ" u2="ѽ"/><hkern k="36" u1="ζ" u2="ѹ"/><hkern k="31" u1="ζ" u2="ѷ"/><hkern k="31" u1="ζ" u2="ѵ"/><hkern k="42" u1="ζ" u2="ѳ"/><hkern k="31" u1="ζ" u2="ў"/><hkern k="13" u1="ζ" u2="ѝ"/><hkern k="13" u1="ζ" u2="ќ"/><hkern k="13" u1="ζ" u2="њ"/><hkern k="36" u1="ζ" u2="є"/><hkern k="13" u1="ζ" u2="ѓ"/><hkern k="36" u1="ζ" u2="ё"/><hkern k="36" u1="ζ" u2="ѐ"/><hkern k="13" u1="ζ" u2="ю"/><hkern k="13" u1="ζ" u2="ь"/><hkern k="13" u1="ζ" u2="щ"/><hkern k="13" u1="ζ" u2="ш"/><hkern k="13" u1="ζ" u2="ц"/><hkern k="36" u1="ζ" u2="ф"/><hkern k="31" u1="ζ" u2="у"/><hkern k="36" u1="ζ" u2="с"/><hkern k="13" u1="ζ" u2="р"/><hkern k="13" u1="ζ" u2="п"/><hkern k="42" u1="ζ" u2="о"/><hkern k="13" u1="ζ" u2="н"/><hkern k="13" u1="ζ" u2="м"/><hkern k="13" u1="ζ" u2="к"/><hkern k="13" u1="ζ" u2="й"/><hkern k="13" u1="ζ" u2="и"/><hkern k="36" u1="ζ" u2="е"/><hkern k="13" u1="ζ" u2="г"/><hkern k="35" u1="ζ" u2="ύ"/><hkern k="42" u1="ζ" u2="ό"/><hkern k="35" u1="ζ" u2="ϋ"/><hkern k="35" u1="ζ" u2="υ"/><hkern k="36" u1="ζ" u2="σ"/><hkern k="36" u1="ζ" u2="ς"/><hkern k="42" u1="ζ" u2="ο"/><hkern k="31" u1="ζ" u2="ν"/><hkern k="13" u1="ζ" u2="η"/><hkern k="31" u1="ζ" u2="γ"/><hkern k="36" u1="ζ" u2="α"/><hkern k="35" u1="ζ" u2="ΰ"/><hkern k="13" u1="ζ" u2="ή"/><hkern k="36" u1="ζ" u2="ά"/><hkern k="35" u1="ζ" u2="ư"/><hkern k="36" u1="ζ" u2="ơ"/><hkern k="31" u1="ζ" u2="ŷ"/><hkern k="35" u1="ζ" u2="ų"/><hkern k="35" u1="ζ" u2="ű"/><hkern k="35" u1="ζ" u2="ů"/><hkern k="35" u1="ζ" u2="ŭ"/><hkern k="35" u1="ζ" u2="ū"/><hkern k="35" u1="ζ" u2="ũ"/><hkern k="36" u1="ζ" u2="œ"/><hkern k="42" u1="ζ" u2="ő"/><hkern k="42" u1="ζ" u2="ŏ"/><hkern k="42" u1="ζ" u2="ō"/><hkern k="13" u1="ζ" u2="ʼn"/><hkern k="13" u1="ζ" u2="ň"/><hkern k="13" u1="ζ" u2="ņ"/><hkern k="13" u1="ζ" u2="ń"/><hkern k="36" u1="ζ" u2="ģ"/><hkern k="36" u1="ζ" u2="ġ"/><hkern k="36" u1="ζ" u2="ğ"/><hkern k="36" u1="ζ" u2="ĝ"/><hkern k="36" u1="ζ" u2="ě"/><hkern k="36" u1="ζ" u2="ę"/><hkern k="36" u1="ζ" u2="ė"/><hkern k="36" u1="ζ" u2="ĕ"/><hkern k="36" u1="ζ" u2="ē"/><hkern k="36" u1="ζ" u2="ď"/><hkern k="36" u1="ζ" u2="č"/><hkern k="36" u1="ζ" u2="ċ"/><hkern k="36" u1="ζ" u2="ĉ"/><hkern k="36" u1="ζ" u2="ć"/><hkern k="31" u1="ζ" u2="ÿ"/><hkern k="31" u1="ζ" u2="ý"/><hkern k="35" u1="ζ" u2="ü"/><hkern k="35" u1="ζ" u2="û"/><hkern k="35" u1="ζ" u2="ú"/><hkern k="35" u1="ζ" u2="ù"/><hkern k="42" u1="ζ" u2="ö"/><hkern k="42" u1="ζ" u2="õ"/><hkern k="42" u1="ζ" u2="ô"/><hkern k="42" u1="ζ" u2="ó"/><hkern k="42" u1="ζ" u2="ò"/><hkern k="13" u1="ζ" u2="ñ"/><hkern k="36" u1="ζ" u2="ë"/><hkern k="36" u1="ζ" u2="ê"/><hkern k="36" u1="ζ" u2="é"/><hkern k="36" u1="ζ" u2="è"/><hkern k="36" u1="ζ" u2="ç"/><hkern k="31" u1="ζ" u2="y"/><hkern k="31" u1="ζ" u2="v"/><hkern k="35" u1="ζ" u2="u"/><hkern k="36" u1="ζ" u2="q"/><hkern k="13" u1="ζ" u2="p"/><hkern k="42" u1="ζ" u2="o"/><hkern k="13" u1="ζ" u2="n"/><hkern k="13" u1="ζ" u2="m"/><hkern k="36" u1="ζ" u2="g"/><hkern k="36" u1="ζ" u2="e"/><hkern k="36" u1="ζ" u2="d"/><hkern k="36" u1="ζ" u2="c"/><hkern k="37" u1="ζ" u2="ω"/><hkern k="44" u1="ζ" u2="ψ"/><hkern k="50" u1="ζ" u2="φ"/><hkern k="29" u1="ζ" u2="τ"/><hkern k="25" u1="ζ" u2="π"/><hkern k="16" u1="ζ" u2="ξ"/><hkern k="23" u1="ζ" u2="ι"/><hkern k="21" u1="ζ" u2="θ"/><hkern k="26" u1="ζ" u2="ε"/><hkern k="80" u1="η" u2="’"/><hkern k="64" u1="η" u2="т"/><hkern k="38" u1="ι" u2="″"/><hkern k="38" u1="ι" u2="′"/><hkern k="38" u1="ι" u2="”"/><hkern k="38" u1="ι" u2="“"/><hkern k="38" u1="ι" u2="‛"/><hkern k="38" u1="ι" u2="’"/><hkern k="38" u1="ι" u2="‘"/><hkern k="36" u1="ι" u2="ỹ"/><hkern k="36" u1="ι" u2="ỷ"/><hkern k="36" u1="ι" u2="ỵ"/><hkern k="36" u1="ι" u2="ỳ"/><hkern k="17" u1="ι" u2="ự"/><hkern k="17" u1="ι" u2="ữ"/><hkern k="17" u1="ι" u2="ử"/><hkern k="17" u1="ι" u2="ừ"/><hkern k="17" u1="ι" u2="ứ"/><hkern k="17" u1="ι" u2="ủ"/><hkern k="17" u1="ι" u2="ụ"/><hkern k="16" u1="ι" u2="ợ"/><hkern k="16" u1="ι" u2="ở"/><hkern k="16" u1="ι" u2="ờ"/><hkern k="16" u1="ι" u2="ớ"/><hkern k="16" u1="ι" u2="ệ"/><hkern k="16" u1="ι" u2="ễ"/><hkern k="16" u1="ι" u2="ể"/><hkern k="16" u1="ι" u2="ề"/><hkern k="16" u1="ι" u2="ế"/><hkern k="16" u1="ι" u2="ẽ"/><hkern k="16" u1="ι" u2="ẻ"/><hkern k="16" u1="ι" u2="ẹ"/><hkern k="16" u1="ι" u2="ԍ"/><hkern k="16" u1="ι" u2="ԃ"/><hkern k="16" u1="ι" u2="Ԃ"/><hkern k="16" u1="ι" u2="ԁ"/><hkern k="36" u1="ι" u2="ӳ"/><hkern k="36" u1="ι" u2="ӱ"/><hkern k="36" u1="ι" u2="ӯ"/><hkern k="16" u1="ι" u2="ө"/><hkern k="16" u1="ι" u2="ӛ"/><hkern k="16" u1="ι" u2="ә"/><hkern k="16" u1="ι" u2="ӗ"/><hkern k="36" u1="ι" u2="ү"/><hkern k="16" u1="ι" u2="ҫ"/><hkern k="16" u1="ι" u2="ҩ"/><hkern k="16" u1="ι" u2="ҁ"/><hkern k="16" u1="ι" u2="ѽ"/><hkern k="16" u1="ι" u2="ѹ"/><hkern k="36" u1="ι" u2="ѷ"/><hkern k="36" u1="ι" u2="ѵ"/><hkern k="36" u1="ι" u2="ў"/><hkern k="16" u1="ι" u2="є"/><hkern k="16" u1="ι" u2="ё"/><hkern k="16" u1="ι" u2="ѐ"/><hkern k="16" u1="ι" u2="ф"/><hkern k="36" u1="ι" u2="у"/><hkern k="16" u1="ι" u2="с"/><hkern k="16" u1="ι" u2="е"/><hkern k="17" u1="ι" u2="ύ"/><hkern k="17" u1="ι" u2="ϋ"/><hkern k="17" u1="ι" u2="υ"/><hkern k="16" u1="ι" u2="σ"/><hkern k="16" u1="ι" u2="ς"/><hkern k="36" u1="ι" u2="ν"/><hkern k="36" u1="ι" u2="γ"/><hkern k="16" u1="ι" u2="α"/><hkern k="17" u1="ι" u2="ΰ"/><hkern k="16" u1="ι" u2="ά"/><hkern k="38" u1="ι" u2="ʼ"/><hkern k="17" u1="ι" u2="ư"/><hkern k="16" u1="ι" u2="ơ"/><hkern k="36" u1="ι" u2="ŷ"/><hkern k="17" u1="ι" u2="ų"/><hkern k="17" u1="ι" u2="ű"/><hkern k="17" u1="ι" u2="ů"/><hkern k="17" u1="ι" u2="ŭ"/><hkern k="17" u1="ι" u2="ū"/><hkern k="17" u1="ι" u2="ũ"/><hkern k="16" u1="ι" u2="œ"/><hkern k="16" u1="ι" u2="ģ"/><hkern k="16" u1="ι" u2="ġ"/><hkern k="16" u1="ι" u2="ğ"/><hkern k="16" u1="ι" u2="ĝ"/><hkern k="16" u1="ι" u2="ě"/><hkern k="16" u1="ι" u2="ę"/><hkern k="16" u1="ι" u2="ė"/><hkern k="16" u1="ι" u2="ĕ"/><hkern k="16" u1="ι" u2="ē"/><hkern k="16" u1="ι" u2="ď"/><hkern k="16" u1="ι" u2="č"/><hkern k="16" u1="ι" u2="ċ"/><hkern k="16" u1="ι" u2="ĉ"/><hkern k="16" u1="ι" u2="ć"/><hkern k="36" u1="ι" u2="ÿ"/><hkern k="36" u1="ι" u2="ý"/><hkern k="17" u1="ι" u2="ü"/><hkern k="17" u1="ι" u2="û"/><hkern k="17" u1="ι" u2="ú"/><hkern k="17" u1="ι" u2="ù"/><hkern k="16" u1="ι" u2="ë"/><hkern k="16" u1="ι" u2="ê"/><hkern k="16" u1="ι" u2="é"/><hkern k="16" u1="ι" u2="è"/><hkern k="16" u1="ι" u2="ç"/><hkern k="36" u1="ι" u2="y"/><hkern k="36" u1="ι" u2="v"/><hkern k="17" u1="ι" u2="u"/><hkern k="16" u1="ι" u2="q"/><hkern k="16" u1="ι" u2="g"/><hkern k="16" u1="ι" u2="e"/><hkern k="16" u1="ι" u2="d"/><hkern k="16" u1="ι" u2="c"/><hkern k="38" u1="ι" u2="'"/><hkern k="38" u1="ι" u2="&quot;"/><hkern k="25" u1="ι" u2="φ"/><hkern k="60" u1="ι" u2="τ"/><hkern k="22" u1="ι" u2="π"/><hkern k="-15" u1="ι" u2="λ"/><hkern k="20" u1="ι" u2="θ"/><hkern k="96" u1="λ" u2="″"/><hkern k="96" u1="λ" u2="′"/><hkern k="96" u1="λ" u2="”"/><hkern k="96" u1="λ" u2="“"/><hkern k="96" u1="λ" u2="‛"/><hkern k="96" u1="λ" u2="’"/><hkern k="96" u1="λ" u2="‘"/><hkern k="59" u1="λ" u2="ỹ"/><hkern k="59" u1="λ" u2="ỷ"/><hkern k="59" u1="λ" u2="ỵ"/><hkern k="59" u1="λ" u2="ỳ"/><hkern k="15" u1="λ" u2="ự"/><hkern k="15" u1="λ" u2="ữ"/><hkern k="15" u1="λ" u2="ử"/><hkern k="15" u1="λ" u2="ừ"/><hkern k="15" u1="λ" u2="ứ"/><hkern k="15" u1="λ" u2="ủ"/><hkern k="15" u1="λ" u2="ụ"/><hkern k="59" u1="λ" u2="ӳ"/><hkern k="59" u1="λ" u2="ӱ"/><hkern k="59" u1="λ" u2="ӯ"/><hkern k="59" u1="λ" u2="ү"/><hkern k="59" u1="λ" u2="ѷ"/><hkern k="59" u1="λ" u2="ѵ"/><hkern k="59" u1="λ" u2="ў"/><hkern k="59" u1="λ" u2="у"/><hkern k="15" u1="λ" u2="ύ"/><hkern k="15" u1="λ" u2="ϋ"/><hkern k="15" u1="λ" u2="υ"/><hkern k="59" u1="λ" u2="ν"/><hkern k="59" u1="λ" u2="γ"/><hkern k="15" u1="λ" u2="ΰ"/><hkern k="96" u1="λ" u2="ʼ"/><hkern k="15" u1="λ" u2="ư"/><hkern k="59" u1="λ" u2="ŷ"/><hkern k="15" u1="λ" u2="ų"/><hkern k="15" u1="λ" u2="ű"/><hkern k="15" u1="λ" u2="ů"/><hkern k="15" u1="λ" u2="ŭ"/><hkern k="15" u1="λ" u2="ū"/><hkern k="15" u1="λ" u2="ũ"/><hkern k="59" u1="λ" u2="ÿ"/><hkern k="59" u1="λ" u2="ý"/><hkern k="15" u1="λ" u2="ü"/><hkern k="15" u1="λ" u2="û"/><hkern k="15" u1="λ" u2="ú"/><hkern k="15" u1="λ" u2="ù"/><hkern k="59" u1="λ" u2="y"/><hkern k="59" u1="λ" u2="v"/><hkern k="15" u1="λ" u2="u"/><hkern k="96" u1="λ" u2="'"/><hkern k="96" u1="λ" u2="&quot;"/><hkern k="224" u1="λ" u2="τ"/><hkern k="20" u1="λ" u2="π"/><hkern k="-16" u1="λ" u2="λ"/><hkern k="18" u1="λ" u2="θ"/><hkern k="23" u1="λ" u2="f"/><hkern k="15" u1="ν" u2="ѻ"/><hkern k="56" u1="ν" u2="д"/><hkern k="-12" u1="ν" u2="τ"/><hkern k="22" u1="ν" u2="ρ"/><hkern k="-11" u1="ν" u2="π"/><hkern k="-13" u1="ν" u2="f"/><hkern k="25" u1="ξ" u2="ợ"/><hkern k="25" u1="ξ" u2="ở"/><hkern k="25" u1="ξ" u2="ờ"/><hkern k="25" u1="ξ" u2="ớ"/><hkern k="25" u1="ξ" u2="ệ"/><hkern k="25" u1="ξ" u2="ễ"/><hkern k="25" u1="ξ" u2="ể"/><hkern k="25" u1="ξ" u2="ề"/><hkern k="25" u1="ξ" u2="ế"/><hkern k="25" u1="ξ" u2="ẽ"/><hkern k="25" u1="ξ" u2="ẻ"/><hkern k="25" u1="ξ" u2="ẹ"/><hkern k="25" u1="ξ" u2="ԍ"/><hkern k="25" u1="ξ" u2="ԃ"/><hkern k="25" u1="ξ" u2="Ԃ"/><hkern k="25" u1="ξ" u2="ԁ"/><hkern k="25" u1="ξ" u2="ө"/><hkern k="25" u1="ξ" u2="ӛ"/><hkern k="25" u1="ξ" u2="ә"/><hkern k="25" u1="ξ" u2="ӗ"/><hkern k="25" u1="ξ" u2="ҫ"/><hkern k="25" u1="ξ" u2="ҩ"/><hkern k="25" u1="ξ" u2="ҁ"/><hkern k="25" u1="ξ" u2="ѽ"/><hkern k="25" u1="ξ" u2="ѹ"/><hkern k="25" u1="ξ" u2="є"/><hkern k="25" u1="ξ" u2="ё"/><hkern k="25" u1="ξ" u2="ѐ"/><hkern k="25" u1="ξ" u2="ф"/><hkern k="25" u1="ξ" u2="с"/><hkern k="25" u1="ξ" u2="е"/><hkern k="25" u1="ξ" u2="σ"/><hkern k="25" u1="ξ" u2="ς"/><hkern k="25" u1="ξ" u2="α"/><hkern k="25" u1="ξ" u2="ά"/><hkern k="25" u1="ξ" u2="ơ"/><hkern k="25" u1="ξ" u2="œ"/><hkern k="25" u1="ξ" u2="ģ"/><hkern k="25" u1="ξ" u2="ġ"/><hkern k="25" u1="ξ" u2="ğ"/><hkern k="25" u1="ξ" u2="ĝ"/><hkern k="25" u1="ξ" u2="ě"/><hkern k="25" u1="ξ" u2="ę"/><hkern k="25" u1="ξ" u2="ė"/><hkern k="25" u1="ξ" u2="ĕ"/><hkern k="25" u1="ξ" u2="ē"/><hkern k="25" u1="ξ" u2="ď"/><hkern k="25" u1="ξ" u2="č"/><hkern k="25" u1="ξ" u2="ċ"/><hkern k="25" u1="ξ" u2="ĉ"/><hkern k="25" u1="ξ" u2="ć"/><hkern k="25" u1="ξ" u2="ë"/><hkern k="25" u1="ξ" u2="ê"/><hkern k="25" u1="ξ" u2="é"/><hkern k="25" u1="ξ" u2="è"/><hkern k="25" u1="ξ" u2="ç"/><hkern k="25" u1="ξ" u2="q"/><hkern k="25" u1="ξ" u2="g"/><hkern k="25" u1="ξ" u2="e"/><hkern k="25" u1="ξ" u2="d"/><hkern k="25" u1="ξ" u2="c"/><hkern k="-15" u1="ξ" u2="λ"/><hkern k="80" u1="ο" u2="’"/><hkern k="20" u1="ο" u2="ԏ"/><hkern k="11" u1="ο" u2="ԅ"/><hkern k="21" u1="ο" u2="ҡ"/><hkern k="15" u1="ο" u2="ѿ"/><hkern k="16" u1="ο" u2="ѡ"/><hkern k="22" u1="ο" u2="т"/><hkern k="72" u1="ο" u2="д"/><hkern k="22" u1="ο" u2="τ"/><hkern k="20" u1="ρ" u2="ԏ"/><hkern k="20" u1="ρ" u2="ҡ"/><hkern k="85" u1="ρ" u2="т"/><hkern k="18" u1="ρ" u2="д"/><hkern k="22" u1="ρ" u2="τ"/><hkern k="43" u1="ς" u2="т"/><hkern k="-11" u1="σ" u2="τ"/><hkern k="-12" u1="τ" u2="″"/><hkern k="-12" u1="τ" u2="′"/><hkern k="-12" u1="τ" u2="”"/><hkern k="-12" u1="τ" u2="“"/><hkern k="-12" u1="τ" u2="‛"/><hkern k="-12" u1="τ" u2="’"/><hkern k="-12" u1="τ" u2="‘"/><hkern k="-11" u1="τ" u2="ỹ"/><hkern k="-11" u1="τ" u2="ỷ"/><hkern k="-11" u1="τ" u2="ỵ"/><hkern k="-11" u1="τ" u2="ỳ"/><hkern k="24" u1="τ" u2="ợ"/><hkern k="22" u1="τ" u2="ỡ"/><hkern k="24" u1="τ" u2="ở"/><hkern k="24" u1="τ" u2="ờ"/><hkern k="24" u1="τ" u2="ớ"/><hkern k="22" u1="τ" u2="ộ"/><hkern k="22" u1="τ" u2="ỗ"/><hkern k="22" u1="τ" u2="ổ"/><hkern k="22" u1="τ" u2="ồ"/><hkern k="22" u1="τ" u2="ố"/><hkern k="22" u1="τ" u2="ỏ"/><hkern k="22" u1="τ" u2="ọ"/><hkern k="24" u1="τ" u2="ệ"/><hkern k="24" u1="τ" u2="ễ"/><hkern k="24" u1="τ" u2="ể"/><hkern k="24" u1="τ" u2="ề"/><hkern k="24" u1="τ" u2="ế"/><hkern k="24" u1="τ" u2="ẽ"/><hkern k="24" u1="τ" u2="ẻ"/><hkern k="24" u1="τ" u2="ẹ"/><hkern k="24" u1="τ" u2="ԍ"/><hkern k="24" u1="τ" u2="ԃ"/><hkern k="24" u1="τ" u2="Ԃ"/><hkern k="24" u1="τ" u2="ԁ"/><hkern k="-11" u1="τ" u2="ӳ"/><hkern k="-11" u1="τ" u2="ӱ"/><hkern k="-11" u1="τ" u2="ӯ"/><hkern k="22" u1="τ" u2="ӫ"/><hkern k="24" u1="τ" u2="ө"/><hkern k="22" u1="τ" u2="ӧ"/><hkern k="24" u1="τ" u2="ӛ"/><hkern k="24" u1="τ" u2="ә"/><hkern k="24" u1="τ" u2="ӗ"/><hkern k="-11" u1="τ" u2="ү"/><hkern k="24" u1="τ" u2="ҫ"/><hkern k="24" u1="τ" u2="ҩ"/><hkern k="24" u1="τ" u2="ҁ"/><hkern k="24" u1="τ" u2="ѽ"/><hkern k="24" u1="τ" u2="ѹ"/><hkern k="-11" u1="τ" u2="ѷ"/><hkern k="-11" u1="τ" u2="ѵ"/><hkern k="22" u1="τ" u2="ѳ"/><hkern k="-11" u1="τ" u2="ў"/><hkern k="24" u1="τ" u2="є"/><hkern k="24" u1="τ" u2="ё"/><hkern k="24" u1="τ" u2="ѐ"/><hkern k="24" u1="τ" u2="ф"/><hkern k="-11" u1="τ" u2="у"/><hkern k="24" u1="τ" u2="с"/><hkern k="22" u1="τ" u2="о"/><hkern k="24" u1="τ" u2="е"/><hkern k="22" u1="τ" u2="ό"/><hkern k="24" u1="τ" u2="σ"/><hkern k="24" u1="τ" u2="ς"/><hkern k="22" u1="τ" u2="ο"/><hkern k="-11" u1="τ" u2="ν"/><hkern k="-11" u1="τ" u2="γ"/><hkern k="24" u1="τ" u2="α"/><hkern k="24" u1="τ" u2="ά"/><hkern k="-12" u1="τ" u2="ʼ"/><hkern k="24" u1="τ" u2="ơ"/><hkern k="-11" u1="τ" u2="ŷ"/><hkern k="24" u1="τ" u2="œ"/><hkern k="22" u1="τ" u2="ő"/><hkern k="22" u1="τ" u2="ŏ"/><hkern k="22" u1="τ" u2="ō"/><hkern k="24" u1="τ" u2="ģ"/><hkern k="24" u1="τ" u2="ġ"/><hkern k="24" u1="τ" u2="ğ"/><hkern k="24" u1="τ" u2="ĝ"/><hkern k="24" u1="τ" u2="ě"/><hkern k="24" u1="τ" u2="ę"/><hkern k="24" u1="τ" u2="ė"/><hkern k="24" u1="τ" u2="ĕ"/><hkern k="24" u1="τ" u2="ē"/><hkern k="24" u1="τ" u2="ď"/><hkern k="24" u1="τ" u2="č"/><hkern k="24" u1="τ" u2="ċ"/><hkern k="24" u1="τ" u2="ĉ"/><hkern k="24" u1="τ" u2="ć"/><hkern k="-11" u1="τ" u2="ÿ"/><hkern k="-11" u1="τ" u2="ý"/><hkern k="22" u1="τ" u2="ö"/><hkern k="22" u1="τ" u2="õ"/><hkern k="22" u1="τ" u2="ô"/><hkern k="22" u1="τ" u2="ó"/><hkern k="22" u1="τ" u2="ò"/><hkern k="24" u1="τ" u2="ë"/><hkern k="24" u1="τ" u2="ê"/><hkern k="24" u1="τ" u2="é"/><hkern k="24" u1="τ" u2="è"/><hkern k="24" u1="τ" u2="ç"/><hkern k="-11" u1="τ" u2="y"/><hkern k="-11" u1="τ" u2="v"/><hkern k="24" u1="τ" u2="q"/><hkern k="22" u1="τ" u2="o"/><hkern k="24" u1="τ" u2="g"/><hkern k="24" u1="τ" u2="e"/><hkern k="24" u1="τ" u2="d"/><hkern k="24" u1="τ" u2="c"/><hkern k="-12" u1="τ" u2="'"/><hkern k="-12" u1="τ" u2="&quot;"/><hkern g2="Y.c2sc" k="-13" u1="τ"/><hkern g2="V.c2sc" k="-13" u1="τ"/><hkern g2="T.c2sc" k="-14" u1="τ"/><hkern g2="S.c2sc" k="11" u1="τ"/><hkern g2="Q.c2sc" k="20" u1="τ"/><hkern g2="O.c2sc" k="19" u1="τ"/><hkern g2="G.c2sc" k="20" u1="τ"/><hkern g2="C.c2sc" k="18" u1="τ"/><hkern g2="A.c2sc" k="65" u1="τ"/><hkern k="-12" u1="τ" u2="τ"/><hkern k="-11" u1="τ" u2="π"/><hkern k="-12" u1="τ" u2="f"/><hkern k="40" u1="υ" u2="т"/><hkern k="19" u1="φ" u2="ӽ"/><hkern k="19" u1="φ" u2="ӝ"/><hkern k="19" u1="φ" u2="ӂ"/><hkern k="19" u1="φ" u2="ҳ"/><hkern k="19" u1="φ" u2="җ"/><hkern k="19" u1="φ" u2="х"/><hkern k="19" u1="φ" u2="ж"/><hkern k="19" u1="φ" u2="ž"/><hkern k="19" u1="φ" u2="ż"/><hkern k="19" u1="φ" u2="ź"/><hkern k="19" u1="φ" u2="z"/><hkern k="19" u1="φ" u2="x"/><hkern k="86" u1="φ" u2="т"/><hkern k="14" u1="ψ" u2="ӽ"/><hkern k="14" u1="ψ" u2="ӝ"/><hkern k="14" u1="ψ" u2="ӂ"/><hkern k="14" u1="ψ" u2="ҳ"/><hkern k="14" u1="ψ" u2="җ"/><hkern k="14" u1="ψ" u2="х"/><hkern k="14" u1="ψ" u2="ж"/><hkern k="14" u1="ψ" u2="ž"/><hkern k="14" u1="ψ" u2="ż"/><hkern k="14" u1="ψ" u2="ź"/><hkern k="14" u1="ψ" u2="z"/><hkern k="14" u1="ψ" u2="x"/><hkern k="12" u1="ω" u2="ỹ"/><hkern k="12" u1="ω" u2="ỷ"/><hkern k="12" u1="ω" u2="ỵ"/><hkern k="12" u1="ω" u2="ỳ"/><hkern k="14" u1="ω" u2="ӽ"/><hkern k="12" u1="ω" u2="ӳ"/><hkern k="12" u1="ω" u2="ӱ"/><hkern k="12" u1="ω" u2="ӯ"/><hkern k="14" u1="ω" u2="ӝ"/><hkern k="14" u1="ω" u2="ӂ"/><hkern k="14" u1="ω" u2="ҳ"/><hkern k="12" u1="ω" u2="ү"/><hkern k="14" u1="ω" u2="җ"/><hkern k="12" u1="ω" u2="ѷ"/><hkern k="12" u1="ω" u2="ѵ"/><hkern k="12" u1="ω" u2="ў"/><hkern k="14" u1="ω" u2="х"/><hkern k="12" u1="ω" u2="у"/><hkern k="14" u1="ω" u2="ж"/><hkern k="12" u1="ω" u2="ν"/><hkern k="12" u1="ω" u2="γ"/><hkern k="13" u1="ω" u2="ž"/><hkern k="13" u1="ω" u2="ż"/><hkern k="13" u1="ω" u2="ź"/><hkern k="12" u1="ω" u2="ŷ"/><hkern k="12" u1="ω" u2="ÿ"/><hkern k="12" u1="ω" u2="ý"/><hkern k="13" u1="ω" u2="z"/><hkern k="12" u1="ω" u2="y"/><hkern k="14" u1="ω" u2="x"/><hkern k="12" u1="ω" u2="v"/><hkern k="80" u1="ό" u2="’"/><hkern k="20" u1="ό" u2="ԏ"/><hkern k="11" u1="ό" u2="ԅ"/><hkern k="21" u1="ό" u2="ҡ"/><hkern k="15" u1="ό" u2="ѿ"/><hkern k="16" u1="ό" u2="ѡ"/><hkern k="22" u1="ό" u2="т"/><hkern k="72" u1="ό" u2="д"/><hkern k="22" u1="ό" u2="τ"/><hkern g2="Y.c2sc" k="16" u1="Ѐ"/><hkern g2="W.c2sc" k="19" u1="Ѐ"/><hkern g2="V.c2sc" k="16" u1="Ѐ"/><hkern k="22" u1="Ѐ" u2="w"/><hkern k="18" u1="Ѐ" u2="f"/><hkern g2="Y.c2sc" k="16" u1="Ё"/><hkern g2="W.c2sc" k="19" u1="Ё"/><hkern g2="V.c2sc" k="16" u1="Ё"/><hkern k="22" u1="Ё" u2="w"/><hkern k="18" u1="Ё" u2="f"/><hkern k="54" u1="Ђ" u2="″"/><hkern k="54" u1="Ђ" u2="′"/><hkern k="54" u1="Ђ" u2="”"/><hkern k="54" u1="Ђ" u2="“"/><hkern k="54" u1="Ђ" u2="‛"/><hkern k="54" u1="Ђ" u2="’"/><hkern k="54" u1="Ђ" u2="‘"/><hkern k="26" u1="Ђ" u2="ỹ"/><hkern k="45" u1="Ђ" u2="Ỹ"/><hkern k="26" u1="Ђ" u2="ỷ"/><hkern k="45" u1="Ђ" u2="Ỷ"/><hkern k="26" u1="Ђ" u2="ỵ"/><hkern k="45" u1="Ђ" u2="Ỵ"/><hkern k="26" u1="Ђ" u2="ỳ"/><hkern k="45" u1="Ђ" u2="Ỳ"/><hkern k="47" u1="Ђ" u2="ḿ"/><hkern k="17" u1="Ђ" u2="ӽ"/><hkern k="12" u1="Ђ" u2="Ӽ"/><hkern k="47" u1="Ђ" u2="ӻ"/><hkern k="47" u1="Ђ" u2="ӹ"/><hkern k="47" u1="Ђ" u2="ӷ"/><hkern k="31" u1="Ђ" u2="Ӵ"/><hkern k="26" u1="Ђ" u2="ӳ"/><hkern k="19" u1="Ђ" u2="Ӳ"/><hkern k="26" u1="Ђ" u2="ӱ"/><hkern k="19" u1="Ђ" u2="Ӱ"/><hkern k="26" u1="Ђ" u2="ӯ"/><hkern k="19" u1="Ђ" u2="Ӯ"/><hkern k="47" u1="Ђ" u2="ӥ"/><hkern k="47" u1="Ђ" u2="ӣ"/><hkern k="17" u1="Ђ" u2="ӝ"/><hkern k="12" u1="Ђ" u2="Ӝ"/><hkern k="47" u1="Ђ" u2="ӎ"/><hkern k="31" u1="Ђ" u2="Ӌ"/><hkern k="47" u1="Ђ" u2="ӊ"/><hkern k="47" u1="Ђ" u2="ӈ"/><hkern k="17" u1="Ђ" u2="ӂ"/><hkern k="12" u1="Ђ" u2="Ӂ"/><hkern k="31" u1="Ђ" u2="Ҷ"/><hkern k="46" u1="Ђ" u2="Ҵ"/><hkern k="17" u1="Ђ" u2="ҳ"/><hkern k="12" u1="Ђ" u2="Ҳ"/><hkern k="45" u1="Ђ" u2="Ұ"/><hkern k="26" u1="Ђ" u2="ү"/><hkern k="45" u1="Ђ" u2="Ү"/><hkern k="46" u1="Ђ" u2="Ҭ"/><hkern k="47" u1="Ђ" u2="ҥ"/><hkern k="47" u1="Ђ" u2="ң"/><hkern k="46" u1="Ђ" u2="Ҡ"/><hkern k="47" u1="Ђ" u2="қ"/><hkern k="17" u1="Ђ" u2="җ"/><hkern k="12" u1="Ђ" u2="Җ"/><hkern k="47" u1="Ђ" u2="ҋ"/><hkern k="26" u1="Ђ" u2="ѷ"/><hkern k="44" u1="Ђ" u2="Ѷ"/><hkern k="26" u1="Ђ" u2="ѵ"/><hkern k="44" u1="Ђ" u2="Ѵ"/><hkern k="26" u1="Ђ" u2="ў"/><hkern k="47" u1="Ђ" u2="ѝ"/><hkern k="47" u1="Ђ" u2="ќ"/><hkern k="47" u1="Ђ" u2="њ"/><hkern k="47" u1="Ђ" u2="ѓ"/><hkern k="47" u1="Ђ" u2="ю"/><hkern k="47" u1="Ђ" u2="ь"/><hkern k="47" u1="Ђ" u2="щ"/><hkern k="47" u1="Ђ" u2="ш"/><hkern k="47" u1="Ђ" u2="ц"/><hkern k="17" u1="Ђ" u2="х"/><hkern k="26" u1="Ђ" u2="у"/><hkern k="47" u1="Ђ" u2="р"/><hkern k="47" u1="Ђ" u2="п"/><hkern k="47" u1="Ђ" u2="н"/><hkern k="47" u1="Ђ" u2="м"/><hkern k="47" u1="Ђ" u2="к"/><hkern k="47" u1="Ђ" u2="й"/><hkern k="47" u1="Ђ" u2="и"/><hkern k="17" u1="Ђ" u2="ж"/><hkern k="47" u1="Ђ" u2="г"/><hkern k="31" u1="Ђ" u2="Ч"/><hkern k="12" u1="Ђ" u2="Х"/><hkern k="19" u1="Ђ" u2="У"/><hkern k="46" u1="Ђ" u2="Т"/><hkern k="12" u1="Ђ" u2="Ж"/><hkern k="19" u1="Ђ" u2="Ў"/><hkern k="46" u1="Ђ" u2="Ћ"/><hkern k="46" u1="Ђ" u2="Ђ"/><hkern k="26" u1="Ђ" u2="ν"/><hkern k="47" u1="Ђ" u2="η"/><hkern k="26" u1="Ђ" u2="γ"/><hkern k="47" u1="Ђ" u2="ή"/><hkern k="45" u1="Ђ" u2="Ϋ"/><hkern k="12" u1="Ђ" u2="Χ"/><hkern k="45" u1="Ђ" u2="Υ"/><hkern k="45" u1="Ђ" u2="Ύ"/><hkern k="54" u1="Ђ" u2="ʼ"/><hkern k="46" u1="Ђ" u2="Ț"/><hkern k="45" u1="Ђ" u2="Ÿ"/><hkern k="26" u1="Ђ" u2="ŷ"/><hkern k="45" u1="Ђ" u2="Ŷ"/><hkern k="46" u1="Ђ" u2="Ť"/><hkern k="46" u1="Ђ" u2="Ţ"/><hkern k="47" u1="Ђ" u2="ʼn"/><hkern k="47" u1="Ђ" u2="ň"/><hkern k="47" u1="Ђ" u2="ņ"/><hkern k="47" u1="Ђ" u2="ń"/><hkern k="26" u1="Ђ" u2="ÿ"/><hkern k="26" u1="Ђ" u2="ý"/><hkern k="47" u1="Ђ" u2="ñ"/><hkern k="45" u1="Ђ" u2="Ý"/><hkern k="26" u1="Ђ" u2="y"/><hkern k="17" u1="Ђ" u2="x"/><hkern k="26" u1="Ђ" u2="v"/><hkern k="47" u1="Ђ" u2="p"/><hkern k="47" u1="Ђ" u2="n"/><hkern k="47" u1="Ђ" u2="m"/><hkern k="45" u1="Ђ" u2="Y"/><hkern k="12" u1="Ђ" u2="X"/><hkern k="44" u1="Ђ" u2="V"/><hkern k="46" u1="Ђ" u2="T"/><hkern k="54" u1="Ђ" u2="'"/><hkern k="54" u1="Ђ" u2="&quot;"/><hkern k="55" u1="Ђ" u2="ԏ"/><hkern k="46" u1="Ђ" u2="Ԏ"/><hkern k="25" u1="Ђ" u2="Ԇ"/><hkern k="11" u1="Ђ" u2="ԅ"/><hkern k="44" u1="Ђ" u2="Ԅ"/><hkern k="31" u1="Ђ" u2="Ҹ"/><hkern k="60" u1="Ђ" u2="ҡ"/><hkern k="29" u1="Ђ" u2="ѿ"/><hkern k="27" u1="Ђ" u2="ѡ"/><hkern k="55" u1="Ђ" u2="т"/><hkern k="44" u1="Ђ" u2="Ь"/><hkern k="43" u1="Ѓ" u2="Ԑ"/><hkern k="208" u1="Ѓ" u2="ԏ"/><hkern k="-5" u1="Ѓ" u2="Ԏ"/><hkern k="246" u1="Ѓ" u2="ԋ"/><hkern k="161" u1="Ѓ" u2="ԇ"/><hkern k="207" u1="Ѓ" u2="ԅ"/><hkern k="273" u1="Ѓ" u2="Ԁ"/><hkern k="64" u1="Ѓ" u2="Ә"/><hkern k="271" u1="Ѓ" u2="ҽ"/><hkern k="193" u1="Ѓ" u2="Ҽ"/><hkern k="244" u1="Ѓ" u2="ҹ"/><hkern k="183" u1="Ѓ" u2="ҧ"/><hkern k="150" u1="Ѓ" u2="ҡ"/><hkern k="242" u1="Ѓ" u2="ҝ"/><hkern k="196" u1="Ѓ" u2="ґ"/><hkern k="235" u1="Ѓ" u2="ҏ"/><hkern k="84" u1="Ѓ" u2="ѿ"/><hkern k="196" u1="Ѓ" u2="ѻ"/><hkern k="239" u1="Ѓ" u2="ѡ"/><hkern k="242" u1="Ѓ" u2="џ"/><hkern k="249" u1="Ѓ" u2="я"/><hkern k="237" u1="Ѓ" u2="э"/><hkern k="242" u1="Ѓ" u2="ы"/><hkern k="152" u1="Ѓ" u2="т"/><hkern k="237" u1="Ѓ" u2="з"/><hkern k="258" u1="Ѓ" u2="д"/><hkern k="183" u1="Ѓ" u2="в"/><hkern k="67" u1="Ѓ" u2="б"/><hkern k="-5" u1="Ѓ" u2="Ь"/><hkern k="174" u1="Ѓ" u2="Д"/><hkern k="295" u1="Ѓ" u2="ω"/><hkern k="259" u1="Ѓ" u2="ψ"/><hkern k="275" u1="Ѓ" u2="φ"/><hkern k="186" u1="Ѓ" u2="τ"/><hkern k="283" u1="Ѓ" u2="ρ"/><hkern k="225" u1="Ѓ" u2="π"/><hkern k="280" u1="Ѓ" u2="ι"/><hkern k="241" u1="Ѓ" u2="ε"/><hkern k="159" u1="Ѓ" u2="Φ"/><hkern k="181" u1="Ѓ" u2="ø"/><hkern k="213" u1="Ѓ" u2="æ"/><hkern k="324" u1="Ѓ" u2="Æ"/><hkern k="387" u1="Ѓ" u2="»"/><hkern k="577" u1="Ѓ" u2="«"/><hkern k="116" u1="Ѓ" u2="w"/><hkern k="147" u1="Ѓ" u2="r"/><hkern k="28" u1="І" u2="Ԏ"/><hkern k="30" u1="І" u2="Ԇ"/><hkern k="29" u1="І" u2="Ԅ"/><hkern k="28" u1="І" u2="Ҽ"/><hkern k="27" u1="І" u2="ҹ"/><hkern k="28" u1="І" u2="Ҹ"/><hkern k="-21" u1="І" u2="д"/><hkern k="-21" u1="І" u2="Д"/><hkern k="28" u1="Ї" u2="Ԏ"/><hkern k="30" u1="Ї" u2="Ԇ"/><hkern k="29" u1="Ї" u2="Ԅ"/><hkern k="28" u1="Ї" u2="Ҽ"/><hkern k="27" u1="Ї" u2="ҹ"/><hkern k="28" u1="Ї" u2="Ҹ"/><hkern k="-21" u1="Ї" u2="д"/><hkern k="-21" u1="Ї" u2="Д"/><hkern g2="A.c2sc" k="21" u1="Ј"/><hkern k="47" u1="Љ" u2="ԏ"/><hkern k="96" u1="Љ" u2="Ԏ"/><hkern k="20" u1="Љ" u2="Ԇ"/><hkern k="47" u1="Љ" u2="Ԅ"/><hkern k="33" u1="Љ" u2="Ҽ"/><hkern k="25" u1="Љ" u2="Ҹ"/><hkern k="50" u1="Љ" u2="ҡ"/><hkern k="49" u1="Љ" u2="т"/><hkern k="61" u1="Љ" u2="Ь"/><hkern k="47" u1="Њ" u2="ԏ"/><hkern k="96" u1="Њ" u2="Ԏ"/><hkern k="20" u1="Њ" u2="Ԇ"/><hkern k="47" u1="Њ" u2="Ԅ"/><hkern k="33" u1="Њ" u2="Ҽ"/><hkern k="25" u1="Њ" u2="Ҹ"/><hkern k="50" u1="Њ" u2="ҡ"/><hkern k="49" u1="Њ" u2="т"/><hkern k="61" u1="Њ" u2="Ь"/><hkern k="17" u1="Ћ" u2="ỹ"/><hkern k="17" u1="Ћ" u2="ỷ"/><hkern k="17" u1="Ћ" u2="ỵ"/><hkern k="17" u1="Ћ" u2="ỳ"/><hkern k="17" u1="Ћ" u2="ӳ"/><hkern k="17" u1="Ћ" u2="ӱ"/><hkern k="17" u1="Ћ" u2="ӯ"/><hkern k="66" u1="Ћ" u2="Ҵ"/><hkern k="17" u1="Ћ" u2="ү"/><hkern k="66" u1="Ћ" u2="Ҭ"/><hkern k="66" u1="Ћ" u2="Ҡ"/><hkern k="17" u1="Ћ" u2="ѷ"/><hkern k="17" u1="Ћ" u2="ѵ"/><hkern k="17" u1="Ћ" u2="ў"/><hkern k="17" u1="Ћ" u2="у"/><hkern k="66" u1="Ћ" u2="Т"/><hkern k="66" u1="Ћ" u2="Ћ"/><hkern k="66" u1="Ћ" u2="Ђ"/><hkern k="17" u1="Ћ" u2="ν"/><hkern k="17" u1="Ћ" u2="γ"/><hkern k="66" u1="Ћ" u2="Ț"/><hkern k="17" u1="Ћ" u2="ŷ"/><hkern k="66" u1="Ћ" u2="Ť"/><hkern k="66" u1="Ћ" u2="Ţ"/><hkern k="17" u1="Ћ" u2="ÿ"/><hkern k="17" u1="Ћ" u2="ý"/><hkern k="17" u1="Ћ" u2="y"/><hkern k="17" u1="Ћ" u2="v"/><hkern k="66" u1="Ћ" u2="T"/><hkern k="32" u1="Ћ" u2="ԏ"/><hkern k="11" u1="Ћ" u2="ԅ"/><hkern k="23" u1="Ћ" u2="Ҽ"/><hkern k="33" u1="Ћ" u2="ҡ"/><hkern k="21" u1="Ћ" u2="ѿ"/><hkern k="19" u1="Ћ" u2="ѡ"/><hkern k="33" u1="Ћ" u2="т"/><hkern k="55" u1="Ћ" u2="Ь"/><hkern g2="Q.c2sc" k="25" u1="Ќ"/><hkern g2="O.c2sc" k="25" u1="Ќ"/><hkern g2="G.c2sc" k="26" u1="Ќ"/><hkern g2="C.c2sc" k="24" u1="Ќ"/><hkern k="17" u1="Ќ" u2="Ԑ"/><hkern k="53" u1="Ќ" u2="ԏ"/><hkern k="52" u1="Ќ" u2="ԇ"/><hkern k="52" u1="Ќ" u2="ԅ"/><hkern k="28" u1="Ќ" u2="Ә"/><hkern k="59" u1="Ќ" u2="ҹ"/><hkern k="96" u1="Ќ" u2="ҡ"/><hkern k="56" u1="Ќ" u2="ѿ"/><hkern k="46" u1="Ќ" u2="ѻ"/><hkern k="78" u1="Ќ" u2="ѡ"/><hkern k="71" u1="Ќ" u2="т"/><hkern k="41" u1="Ќ" u2="б"/><hkern k="76" u1="Ќ" u2="τ"/><hkern k="59" u1="Ќ" u2="Φ"/><hkern k="63" u1="Ќ" u2="w"/><hkern k="-17" u1="Ў" u2="Ԏ"/><hkern k="33" u1="Ў" u2="ԋ"/><hkern k="67" u1="Ў" u2="Ԁ"/><hkern k="38" u1="Ў" u2="ҽ"/><hkern k="23" u1="Ў" u2="ҹ"/><hkern k="32" u1="Ў" u2="ҧ"/><hkern k="32" u1="Ў" u2="ҝ"/><hkern k="30" u1="Ў" u2="ґ"/><hkern k="35" u1="Ў" u2="ҏ"/><hkern k="50" u1="Ў" u2="ѻ"/><hkern k="32" u1="Ў" u2="џ"/><hkern k="46" u1="Ў" u2="я"/><hkern k="33" u1="Ў" u2="ы"/><hkern k="42" u1="Ў" u2="з"/><hkern k="83" u1="Ў" u2="д"/><hkern k="32" u1="Ў" u2="в"/><hkern k="-18" u1="Ў" u2="Ь"/><hkern k="82" u1="Ў" u2="Д"/><hkern k="28" u1="Џ" u2="Ԏ"/><hkern k="30" u1="Џ" u2="Ԇ"/><hkern k="29" u1="Џ" u2="Ԅ"/><hkern k="28" u1="Џ" u2="Ҽ"/><hkern k="27" u1="Џ" u2="ҹ"/><hkern k="28" u1="Џ" u2="Ҹ"/><hkern k="-21" u1="Џ" u2="д"/><hkern k="-21" u1="Џ" u2="Д"/><hkern g2="Y.c2sc" k="60" u1="А"/><hkern g2="W.c2sc" k="35" u1="А"/><hkern g2="V.c2sc" k="51" u1="А"/><hkern g2="U.c2sc" k="15" u1="А"/><hkern g2="T.c2sc" k="57" u1="А"/><hkern g2="O.c2sc" k="11" u1="А"/><hkern g2="G.c2sc" k="11" u1="А"/><hkern k="116" u1="А" u2="ԏ"/><hkern k="177" u1="А" u2="Ԏ"/><hkern k="54" u1="А" u2="Ԇ"/><hkern k="139" u1="А" u2="Ԅ"/><hkern k="14" u1="А" u2="Ә"/><hkern k="35" u1="А" u2="ҽ"/><hkern k="54" u1="А" u2="Ҽ"/><hkern k="133" u1="А" u2="ҹ"/><hkern k="175" u1="А" u2="Ҹ"/><hkern k="97" u1="А" u2="ҡ"/><hkern k="54" u1="А" u2="т"/><hkern k="59" u1="А" u2="Ь"/><hkern k="-19" u1="А" u2="Д"/><hkern k="56" u1="А" u2="τ"/><hkern k="-17" u1="А" u2="λ"/><hkern k="47" u1="А" u2="Ψ"/><hkern k="27" u1="А" u2="Φ"/><hkern k="18" u1="А" u2="Ư"/><hkern k="33" u1="А" u2="w"/><hkern k="17" u1="А" u2="t"/><hkern k="61" u1="А" u2="?"/><hkern k="25" u1="Б" u2="Ỹ"/><hkern k="25" u1="Б" u2="Ỷ"/><hkern k="25" u1="Б" u2="Ỵ"/><hkern k="25" u1="Б" u2="Ỳ"/><hkern k="15" u1="Б" u2="ӽ"/><hkern k="14" u1="Б" u2="Ӽ"/><hkern k="24" u1="Б" u2="Ӵ"/><hkern k="18" u1="Б" u2="Ӳ"/><hkern k="18" u1="Б" u2="Ӱ"/><hkern k="18" u1="Б" u2="Ӯ"/><hkern k="15" u1="Б" u2="ӝ"/><hkern k="14" u1="Б" u2="Ӝ"/><hkern k="24" u1="Б" u2="Ӌ"/><hkern k="15" u1="Б" u2="ӂ"/><hkern k="14" u1="Б" u2="Ӂ"/><hkern k="24" u1="Б" u2="Ҷ"/><hkern k="26" u1="Б" u2="Ҵ"/><hkern k="15" u1="Б" u2="ҳ"/><hkern k="14" u1="Б" u2="Ҳ"/><hkern k="25" u1="Б" u2="Ұ"/><hkern k="25" u1="Б" u2="Ү"/><hkern k="26" u1="Б" u2="Ҭ"/><hkern k="26" u1="Б" u2="Ҡ"/><hkern k="15" u1="Б" u2="җ"/><hkern k="14" u1="Б" u2="Җ"/><hkern k="25" u1="Б" u2="Ѷ"/><hkern k="25" u1="Б" u2="Ѵ"/><hkern k="15" u1="Б" u2="х"/><hkern k="15" u1="Б" u2="ж"/><hkern k="24" u1="Б" u2="Ч"/><hkern k="14" u1="Б" u2="Х"/><hkern k="18" u1="Б" u2="У"/><hkern k="26" u1="Б" u2="Т"/><hkern k="14" u1="Б" u2="Ж"/><hkern k="18" u1="Б" u2="Ў"/><hkern k="26" u1="Б" u2="Ћ"/><hkern k="26" u1="Б" u2="Ђ"/><hkern k="25" u1="Б" u2="Ϋ"/><hkern k="14" u1="Б" u2="Χ"/><hkern k="25" u1="Б" u2="Υ"/><hkern k="25" u1="Б" u2="Ύ"/><hkern k="26" u1="Б" u2="Ț"/><hkern k="25" u1="Б" u2="Ÿ"/><hkern k="25" u1="Б" u2="Ŷ"/><hkern k="26" u1="Б" u2="Ť"/><hkern k="26" u1="Б" u2="Ţ"/><hkern k="25" u1="Б" u2="Ý"/><hkern k="15" u1="Б" u2="x"/><hkern k="25" u1="Б" u2="Y"/><hkern k="14" u1="Б" u2="X"/><hkern k="25" u1="Б" u2="V"/><hkern k="26" u1="Б" u2="T"/><hkern k="48" u1="Б" u2="ԏ"/><hkern k="26" u1="Б" u2="Ԏ"/><hkern k="19" u1="Б" u2="Ԇ"/><hkern k="25" u1="Б" u2="Ԅ"/><hkern k="24" u1="Б" u2="Ҹ"/><hkern k="50" u1="Б" u2="ҡ"/><hkern k="48" u1="Б" u2="т"/><hkern k="26" u1="Б" u2="Ь"/><hkern k="26" u1="В" u2="Ԏ"/><hkern k="-11" u1="В" u2="Ѫ"/><hkern k="43" u1="Г" u2="Ԑ"/><hkern k="208" u1="Г" u2="ԏ"/><hkern k="-5" u1="Г" u2="Ԏ"/><hkern k="246" u1="Г" u2="ԋ"/><hkern k="161" u1="Г" u2="ԇ"/><hkern k="207" u1="Г" u2="ԅ"/><hkern k="273" u1="Г" u2="Ԁ"/><hkern k="64" u1="Г" u2="Ә"/><hkern k="271" u1="Г" u2="ҽ"/><hkern k="193" u1="Г" u2="Ҽ"/><hkern k="244" u1="Г" u2="ҹ"/><hkern k="183" u1="Г" u2="ҧ"/><hkern k="150" u1="Г" u2="ҡ"/><hkern k="242" u1="Г" u2="ҝ"/><hkern k="196" u1="Г" u2="ґ"/><hkern k="235" u1="Г" u2="ҏ"/><hkern k="84" u1="Г" u2="ѿ"/><hkern k="196" u1="Г" u2="ѻ"/><hkern k="239" u1="Г" u2="ѡ"/><hkern k="242" u1="Г" u2="џ"/><hkern k="249" u1="Г" u2="я"/><hkern k="237" u1="Г" u2="э"/><hkern k="242" u1="Г" u2="ы"/><hkern k="152" u1="Г" u2="т"/><hkern k="237" u1="Г" u2="з"/><hkern k="258" u1="Г" u2="д"/><hkern k="183" u1="Г" u2="в"/><hkern k="67" u1="Г" u2="б"/><hkern k="-5" u1="Г" u2="Ь"/><hkern k="174" u1="Г" u2="Д"/><hkern k="295" u1="Г" u2="ω"/><hkern k="259" u1="Г" u2="ψ"/><hkern k="275" u1="Г" u2="φ"/><hkern k="186" u1="Г" u2="τ"/><hkern k="283" u1="Г" u2="ρ"/><hkern k="225" u1="Г" u2="π"/><hkern k="280" u1="Г" u2="ι"/><hkern k="241" u1="Г" u2="ε"/><hkern k="159" u1="Г" u2="Φ"/><hkern k="181" u1="Г" u2="ø"/><hkern k="213" u1="Г" u2="æ"/><hkern k="324" u1="Г" u2="Æ"/><hkern k="387" u1="Г" u2="»"/><hkern k="577" u1="Г" u2="«"/><hkern k="116" u1="Г" u2="w"/><hkern k="147" u1="Г" u2="r"/><hkern g2="Q.ss06" k="24" u1="Д"/><hkern g2="O.ss06" k="24" u1="Д"/><hkern g2="G.ss06" k="24" u1="Д"/><hkern g2="C.ss06" k="24" u1="Д"/><hkern k="24" u1="Д" u2="Ὅ"/><hkern k="33" u1="Д" u2="Ỹ"/><hkern k="33" u1="Д" u2="Ỷ"/><hkern k="33" u1="Д" u2="Ỵ"/><hkern k="33" u1="Д" u2="Ỳ"/><hkern k="24" u1="Д" u2="Ợ"/><hkern k="24" u1="Д" u2="Ỡ"/><hkern k="24" u1="Д" u2="Ở"/><hkern k="24" u1="Д" u2="Ờ"/><hkern k="24" u1="Д" u2="Ớ"/><hkern k="24" u1="Д" u2="Ộ"/><hkern k="24" u1="Д" u2="Ỗ"/><hkern k="24" u1="Д" u2="Ổ"/><hkern k="24" u1="Д" u2="Ồ"/><hkern k="24" u1="Д" u2="Ố"/><hkern k="24" u1="Д" u2="Ỏ"/><hkern k="24" u1="Д" u2="Ọ"/><hkern k="-16" u1="Д" u2="Ặ"/><hkern k="-16" u1="Д" u2="Ẵ"/><hkern k="-16" u1="Д" u2="Ẳ"/><hkern k="-16" u1="Д" u2="Ằ"/><hkern k="-16" u1="Д" u2="Ắ"/><hkern k="-16" u1="Д" u2="Ậ"/><hkern k="-16" u1="Д" u2="Ẫ"/><hkern k="-16" u1="Д" u2="Ẩ"/><hkern k="-16" u1="Д" u2="Ầ"/><hkern k="-16" u1="Д" u2="Ấ"/><hkern k="-16" u1="Д" u2="Ả"/><hkern k="-16" u1="Д" u2="Ạ"/><hkern k="-16" u1="Д" u2="Ḁ"/><hkern k="-16" u1="Д" u2="ԓ"/><hkern k="-16" u1="Д" u2="Ԓ"/><hkern k="24" u1="Д" u2="Ԍ"/><hkern k="-16" u1="Д" u2="Ԉ"/><hkern k="32" u1="Д" u2="ӵ"/><hkern k="31" u1="Д" u2="Ӵ"/><hkern k="24" u1="Д" u2="Ӫ"/><hkern k="24" u1="Д" u2="Ө"/><hkern k="24" u1="Д" u2="Ӧ"/><hkern k="-16" u1="Д" u2="Ӓ"/><hkern k="-16" u1="Д" u2="Ӑ"/><hkern k="32" u1="Д" u2="ӌ"/><hkern k="31" u1="Д" u2="Ӌ"/><hkern k="-16" u1="Д" u2="ӆ"/><hkern k="-16" u1="Д" u2="Ӆ"/><hkern k="32" u1="Д" u2="ҷ"/><hkern k="31" u1="Д" u2="Ҷ"/><hkern k="32" u1="Д" u2="Ҵ"/><hkern k="33" u1="Д" u2="Ұ"/><hkern k="33" u1="Д" u2="Ү"/><hkern k="32" u1="Д" u2="Ҭ"/><hkern k="24" u1="Д" u2="Ҫ"/><hkern k="24" u1="Д" u2="Ҩ"/><hkern k="32" u1="Д" u2="Ҡ"/><hkern k="24" u1="Д" u2="Ҁ"/><hkern k="24" u1="Д" u2="Ѿ"/><hkern k="24" u1="Д" u2="Ѽ"/><hkern k="24" u1="Д" u2="Ѻ"/><hkern k="24" u1="Д" u2="Ѹ"/><hkern k="32" u1="Д" u2="Ѷ"/><hkern k="32" u1="Д" u2="Ѵ"/><hkern k="24" u1="Д" u2="Ѳ"/><hkern k="-16" u1="Д" u2="Ѧ"/><hkern k="24" u1="Д" u2="Ѡ"/><hkern k="-16" u1="Д" u2="љ"/><hkern k="32" u1="Д" u2="ч"/><hkern k="-16" u1="Д" u2="л"/><hkern k="31" u1="Д" u2="Ч"/><hkern k="32" u1="Д" u2="Т"/><hkern k="24" u1="Д" u2="С"/><hkern k="24" u1="Д" u2="О"/><hkern k="-16" u1="Д" u2="Л"/><hkern k="-16" u1="Д" u2="А"/><hkern k="32" u1="Д" u2="Ћ"/><hkern k="-16" u1="Д" u2="Љ"/><hkern k="24" u1="Д" u2="Є"/><hkern k="32" u1="Д" u2="Ђ"/><hkern k="33" u1="Д" u2="Ϋ"/><hkern k="33" u1="Д" u2="Υ"/><hkern k="24" u1="Д" u2="Ο"/><hkern k="-16" u1="Д" u2="Λ"/><hkern k="24" u1="Д" u2="Θ"/><hkern k="-16" u1="Д" u2="Δ"/><hkern k="-16" u1="Д" u2="Α"/><hkern k="33" u1="Д" u2="Ύ"/><hkern k="24" u1="Д" u2="Ό"/><hkern k="-16" u1="Д" u2="Ά"/><hkern k="32" u1="Д" u2="Ț"/><hkern k="24" u1="Д" u2="Ǿ"/><hkern k="-16" u1="Д" u2="Ǻ"/><hkern k="24" u1="Д" u2="Ơ"/><hkern k="33" u1="Д" u2="Ÿ"/><hkern k="33" u1="Д" u2="Ŷ"/><hkern k="32" u1="Д" u2="Ť"/><hkern k="32" u1="Д" u2="Ţ"/><hkern k="24" u1="Д" u2="Œ"/><hkern k="24" u1="Д" u2="Ő"/><hkern k="24" u1="Д" u2="Ŏ"/><hkern k="24" u1="Д" u2="Ō"/><hkern k="24" u1="Д" u2="Ģ"/><hkern k="24" u1="Д" u2="Ġ"/><hkern k="24" u1="Д" u2="Ğ"/><hkern k="24" u1="Д" u2="Ĝ"/><hkern k="24" u1="Д" u2="Č"/><hkern k="24" u1="Д" u2="Ċ"/><hkern k="24" u1="Д" u2="Ĉ"/><hkern k="24" u1="Д" u2="Ć"/><hkern k="-16" u1="Д" u2="Ą"/><hkern k="-16" u1="Д" u2="Ă"/><hkern k="-16" u1="Д" u2="Ā"/><hkern k="33" u1="Д" u2="Ý"/><hkern k="24" u1="Д" u2="Ø"/><hkern k="24" u1="Д" u2="Ö"/><hkern k="24" u1="Д" u2="Õ"/><hkern k="24" u1="Д" u2="Ô"/><hkern k="24" u1="Д" u2="Ó"/><hkern k="24" u1="Д" u2="Ò"/><hkern k="24" u1="Д" u2="Ç"/><hkern k="-16" u1="Д" u2="Å"/><hkern k="-16" u1="Д" u2="Ä"/><hkern k="-16" u1="Д" u2="Ã"/><hkern k="-16" u1="Д" u2="Â"/><hkern k="-16" u1="Д" u2="Á"/><hkern k="-16" u1="Д" u2="À"/><hkern k="33" u1="Д" u2="Y"/><hkern k="32" u1="Д" u2="V"/><hkern k="32" u1="Д" u2="T"/><hkern k="24" u1="Д" u2="Q"/><hkern k="24" u1="Д" u2="O"/><hkern k="24" u1="Д" u2="G"/><hkern k="24" u1="Д" u2="C"/><hkern k="-16" u1="Д" u2="A"/><hkern k="14" u1="Д" u2="Ԑ"/><hkern k="33" u1="Д" u2="Ԏ"/><hkern k="34" u1="Д" u2="Ԇ"/><hkern k="33" u1="Д" u2="Ԅ"/><hkern k="23" u1="Д" u2="Ә"/><hkern k="31" u1="Д" u2="ҽ"/><hkern k="32" u1="Д" u2="ҹ"/><hkern k="31" u1="Д" u2="Ҹ"/><hkern k="-19" u1="Д" u2="д"/><hkern k="32" u1="Д" u2="Ь"/><hkern k="-20" u1="Д" u2="Д"/><hkern g2="Y.c2sc" k="16" u1="Е"/><hkern g2="W.c2sc" k="19" u1="Е"/><hkern g2="V.c2sc" k="16" u1="Е"/><hkern k="22" u1="Е" u2="w"/><hkern k="18" u1="Е" u2="f"/><hkern g2="Q.c2sc" k="23" u1="Ж"/><hkern g2="O.c2sc" k="25" u1="Ж"/><hkern g2="G.c2sc" k="25" u1="Ж"/><hkern g2="C.c2sc" k="23" u1="Ж"/><hkern k="14" u1="Ж" u2="Ԑ"/><hkern k="42" u1="Ж" u2="ԏ"/><hkern k="-12" u1="Ж" u2="Ԇ"/><hkern k="-13" u1="Ж" u2="Ԅ"/><hkern k="25" u1="Ж" u2="Ә"/><hkern k="59" u1="Ж" u2="ҽ"/><hkern k="42" u1="Ж" u2="Ҽ"/><hkern k="45" u1="Ж" u2="ҹ"/><hkern k="41" u1="Ж" u2="ҡ"/><hkern k="41" u1="Ж" u2="т"/><hkern k="23" u1="Ж" u2="б"/><hkern k="-18" u1="Ж" u2="Д"/><hkern k="18" u1="Ж" u2="ω"/><hkern k="27" u1="Ж" u2="ψ"/><hkern k="25" u1="Ж" u2="φ"/><hkern k="32" u1="Ж" u2="τ"/><hkern k="-17" u1="Ж" u2="λ"/><hkern k="19" u1="Ж" u2="θ"/><hkern k="44" u1="Ж" u2="Φ"/><hkern k="16" u1="З" u2="Ỹ"/><hkern k="16" u1="З" u2="Ỷ"/><hkern k="16" u1="З" u2="Ỵ"/><hkern k="16" u1="З" u2="Ỳ"/><hkern k="11" u1="З" u2="Ԓ"/><hkern k="11" u1="З" u2="Ԉ"/><hkern k="12" u1="З" u2="Ӽ"/><hkern k="13" u1="З" u2="Ӳ"/><hkern k="13" u1="З" u2="Ӱ"/><hkern k="13" u1="З" u2="Ӯ"/><hkern k="12" u1="З" u2="Ӝ"/><hkern k="11" u1="З" u2="Ӆ"/><hkern k="12" u1="З" u2="Ӂ"/><hkern k="15" u1="З" u2="Ҵ"/><hkern k="12" u1="З" u2="Ҳ"/><hkern k="16" u1="З" u2="Ұ"/><hkern k="16" u1="З" u2="Ү"/><hkern k="15" u1="З" u2="Ҭ"/><hkern k="15" u1="З" u2="Ҡ"/><hkern k="12" u1="З" u2="Җ"/><hkern k="12" u1="З" u2="Ѷ"/><hkern k="12" u1="З" u2="Ѵ"/><hkern k="12" u1="З" u2="Х"/><hkern k="13" u1="З" u2="У"/><hkern k="15" u1="З" u2="Т"/><hkern k="11" u1="З" u2="Л"/><hkern k="12" u1="З" u2="Ж"/><hkern k="13" u1="З" u2="Ў"/><hkern k="15" u1="З" u2="Ћ"/><hkern k="11" u1="З" u2="Љ"/><hkern k="15" u1="З" u2="Ђ"/><hkern k="16" u1="З" u2="Ϋ"/><hkern k="12" u1="З" u2="Χ"/><hkern k="16" u1="З" u2="Υ"/><hkern k="16" u1="З" u2="Ύ"/><hkern k="15" u1="З" u2="Ț"/><hkern k="16" u1="З" u2="Ÿ"/><hkern k="16" u1="З" u2="Ŷ"/><hkern k="15" u1="З" u2="Ť"/><hkern k="15" u1="З" u2="Ţ"/><hkern k="16" u1="З" u2="Ý"/><hkern k="16" u1="З" u2="Y"/><hkern k="12" u1="З" u2="X"/><hkern k="12" u1="З" u2="V"/><hkern k="15" u1="З" u2="T"/><hkern k="14" u1="З" u2="Ԏ"/><hkern k="14" u1="З" u2="Ԇ"/><hkern k="14" u1="З" u2="Ԅ"/><hkern k="15" u1="З" u2="Ь"/><hkern k="14" u1="З" u2="7"/><hkern k="28" u1="И" u2="Ԏ"/><hkern k="30" u1="И" u2="Ԇ"/><hkern k="29" u1="И" u2="Ԅ"/><hkern k="28" u1="И" u2="Ҽ"/><hkern k="27" u1="И" u2="ҹ"/><hkern k="28" u1="И" u2="Ҹ"/><hkern k="-21" u1="И" u2="д"/><hkern k="-21" u1="И" u2="Д"/><hkern g2="Q.c2sc" k="25" u1="К"/><hkern g2="O.c2sc" k="25" u1="К"/><hkern g2="G.c2sc" k="26" u1="К"/><hkern g2="C.c2sc" k="24" u1="К"/><hkern k="17" u1="К" u2="Ԑ"/><hkern k="53" u1="К" u2="ԏ"/><hkern k="52" u1="К" u2="ԇ"/><hkern k="52" u1="К" u2="ԅ"/><hkern k="28" u1="К" u2="Ә"/><hkern k="59" u1="К" u2="ҹ"/><hkern k="96" u1="К" u2="ҡ"/><hkern k="56" u1="К" u2="ѿ"/><hkern k="46" u1="К" u2="ѻ"/><hkern k="78" u1="К" u2="ѡ"/><hkern k="71" u1="К" u2="т"/><hkern k="41" u1="К" u2="б"/><hkern k="76" u1="К" u2="τ"/><hkern k="59" u1="К" u2="Φ"/><hkern k="63" u1="К" u2="w"/><hkern k="28" u1="Л" u2="Ԏ"/><hkern k="30" u1="Л" u2="Ԇ"/><hkern k="29" u1="Л" u2="Ԅ"/><hkern k="28" u1="Л" u2="Ҽ"/><hkern k="27" u1="Л" u2="ҹ"/><hkern k="28" u1="Л" u2="Ҹ"/><hkern k="-21" u1="Л" u2="д"/><hkern k="-21" u1="Л" u2="Д"/><hkern k="28" u1="М" u2="Ԏ"/><hkern k="30" u1="М" u2="Ԇ"/><hkern k="29" u1="М" u2="Ԅ"/><hkern k="28" u1="М" u2="Ҽ"/><hkern k="27" u1="М" u2="ҹ"/><hkern k="28" u1="М" u2="Ҹ"/><hkern k="-21" u1="М" u2="д"/><hkern k="-21" u1="М" u2="Д"/><hkern k="28" u1="Н" u2="Ԏ"/><hkern k="30" u1="Н" u2="Ԇ"/><hkern k="29" u1="Н" u2="Ԅ"/><hkern k="28" u1="Н" u2="Ҽ"/><hkern k="27" u1="Н" u2="ҹ"/><hkern k="28" u1="Н" u2="Ҹ"/><hkern k="-21" u1="Н" u2="д"/><hkern k="-21" u1="Н" u2="Д"/><hkern g2="X.c2sc" k="11" u1="О"/><hkern g2="A.c2sc" k="19" u1="О"/><hkern k="32" u1="О" u2="Ԏ"/><hkern k="32" u1="О" u2="Ь"/><hkern k="33" u1="О" u2="Д"/><hkern k="22" u1="О" u2="λ"/><hkern k="16" u1="О" u2="Σ"/><hkern k="13" u1="О" u2="Ξ"/><hkern k="33" u1="О" u2="Æ"/><hkern g2="A.c2sc" k="58" u1="Р"/><hkern k="29" u1="Р" u2="Ԁ"/><hkern k="54" u1="Р" u2="д"/><hkern k="88" u1="Р" u2="Д"/><hkern k="27" u1="Р" u2="ρ"/><hkern k="34" u1="Р" u2="λ"/><hkern k="97" u1="Р" u2="Æ"/><hkern k="-14" u1="Р" u2="t"/><hkern k="19" u1="С" u2="ҽ"/><hkern k="17" u1="С" u2="}"/><hkern k="12" u1="С" u2="]"/><hkern k="26" u1="С" u2=")"/><hkern g2="X.c2sc" k="19" u1="Т"/><hkern g2="W.c2sc" k="15" u1="Т"/><hkern g2="T.c2sc" k="15" u1="Т"/><hkern g2="S.c2sc" k="68" u1="Т"/><hkern g2="Q.c2sc" k="71" u1="Т"/><hkern g2="O.c2sc" k="71" u1="Т"/><hkern g2="G.c2sc" k="71" u1="Т"/><hkern g2="C.c2sc" k="71" u1="Т"/><hkern g2="A.c2sc" k="81" u1="Т"/><hkern k="14" u1="Т" u2="Ԑ"/><hkern k="111" u1="Т" u2="ԏ"/><hkern k="-15" u1="Т" u2="Ԏ"/><hkern k="133" u1="Т" u2="ԋ"/><hkern k="83" u1="Т" u2="ԇ"/><hkern k="110" u1="Т" u2="ԅ"/><hkern k="149" u1="Т" u2="Ԁ"/><hkern k="26" u1="Т" u2="Ә"/><hkern k="148" u1="Т" u2="ҽ"/><hkern k="102" u1="Т" u2="Ҽ"/><hkern k="132" u1="Т" u2="ҹ"/><hkern k="96" u1="Т" u2="ҧ"/><hkern k="77" u1="Т" u2="ҡ"/><hkern k="131" u1="Т" u2="ҝ"/><hkern k="104" u1="Т" u2="ґ"/><hkern k="127" u1="Т" u2="ҏ"/><hkern k="38" u1="Т" u2="ѿ"/><hkern k="104" u1="Т" u2="ѻ"/><hkern k="129" u1="Т" u2="ѡ"/><hkern k="131" u1="Т" u2="џ"/><hkern k="135" u1="Т" u2="я"/><hkern k="128" u1="Т" u2="э"/><hkern k="131" u1="Т" u2="ы"/><hkern k="78" u1="Т" u2="т"/><hkern k="128" u1="Т" u2="з"/><hkern k="140" u1="Т" u2="д"/><hkern k="96" u1="Т" u2="в"/><hkern k="28" u1="Т" u2="б"/><hkern k="-15" u1="Т" u2="Ь"/><hkern k="91" u1="Т" u2="Д"/><hkern k="162" u1="Т" u2="ω"/><hkern k="141" u1="Т" u2="ψ"/><hkern k="150" u1="Т" u2="φ"/><hkern k="98" u1="Т" u2="τ"/><hkern k="155" u1="Т" u2="ρ"/><hkern k="121" u1="Т" u2="π"/><hkern k="153" u1="Т" u2="ι"/><hkern k="130" u1="Т" u2="ε"/><hkern k="82" u1="Т" u2="Φ"/><hkern k="95" u1="Т" u2="ø"/><hkern k="114" u1="Т" u2="æ"/><hkern k="179" u1="Т" u2="Æ"/><hkern k="216" u1="Т" u2="»"/><hkern k="328" u1="Т" u2="«"/><hkern k="57" u1="Т" u2="w"/><hkern k="75" u1="Т" u2="r"/><hkern k="40" u1="Т"/><hkern k="-17" u1="У" u2="Ԏ"/><hkern k="33" u1="У" u2="ԋ"/><hkern k="67" u1="У" u2="Ԁ"/><hkern k="38" u1="У" u2="ҽ"/><hkern k="23" u1="У" u2="ҹ"/><hkern k="32" u1="У" u2="ҧ"/><hkern k="32" u1="У" u2="ҝ"/><hkern k="30" u1="У" u2="ґ"/><hkern k="35" u1="У" u2="ҏ"/><hkern k="50" u1="У" u2="ѻ"/><hkern k="32" u1="У" u2="џ"/><hkern k="46" u1="У" u2="я"/><hkern k="33" u1="У" u2="ы"/><hkern k="42" u1="У" u2="з"/><hkern k="83" u1="У" u2="д"/><hkern k="32" u1="У" u2="в"/><hkern k="-18" u1="У" u2="Ь"/><hkern k="82" u1="У" u2="Д"/><hkern g2="Q.c2sc" k="23" u1="Х"/><hkern g2="O.c2sc" k="25" u1="Х"/><hkern g2="G.c2sc" k="25" u1="Х"/><hkern g2="C.c2sc" k="23" u1="Х"/><hkern k="14" u1="Х" u2="Ԑ"/><hkern k="42" u1="Х" u2="ԏ"/><hkern k="-12" u1="Х" u2="Ԇ"/><hkern k="-13" u1="Х" u2="Ԅ"/><hkern k="25" u1="Х" u2="Ә"/><hkern k="59" u1="Х" u2="ҽ"/><hkern k="42" u1="Х" u2="Ҽ"/><hkern k="45" u1="Х" u2="ҹ"/><hkern k="41" u1="Х" u2="ҡ"/><hkern k="41" u1="Х" u2="т"/><hkern k="23" u1="Х" u2="б"/><hkern k="-18" u1="Х" u2="Д"/><hkern k="18" u1="Х" u2="ω"/><hkern k="27" u1="Х" u2="ψ"/><hkern k="25" u1="Х" u2="φ"/><hkern k="32" u1="Х" u2="τ"/><hkern k="-17" u1="Х" u2="λ"/><hkern k="19" u1="Х" u2="θ"/><hkern k="44" u1="Х" u2="Φ"/><hkern k="28" u1="Ц" u2="Ԏ"/><hkern k="30" u1="Ц" u2="Ԇ"/><hkern k="29" u1="Ц" u2="Ԅ"/><hkern k="28" u1="Ц" u2="Ҽ"/><hkern k="27" u1="Ц" u2="ҹ"/><hkern k="28" u1="Ц" u2="Ҹ"/><hkern k="-21" u1="Ц" u2="д"/><hkern k="-21" u1="Ц" u2="Д"/><hkern k="28" u1="Ш" u2="Ԏ"/><hkern k="30" u1="Ш" u2="Ԇ"/><hkern k="29" u1="Ш" u2="Ԅ"/><hkern k="28" u1="Ш" u2="Ҽ"/><hkern k="27" u1="Ш" u2="ҹ"/><hkern k="28" u1="Ш" u2="Ҹ"/><hkern k="-21" u1="Ш" u2="д"/><hkern k="-21" u1="Ш" u2="Д"/><hkern k="26" u1="Щ" u2="Ỹ"/><hkern k="26" u1="Щ" u2="Ỷ"/><hkern k="26" u1="Щ" u2="Ỵ"/><hkern k="26" u1="Щ" u2="Ỳ"/><hkern k="-15" u1="Щ" u2="Ặ"/><hkern k="-15" u1="Щ" u2="Ẵ"/><hkern k="-15" u1="Щ" u2="Ẳ"/><hkern k="-15" u1="Щ" u2="Ằ"/><hkern k="-15" u1="Щ" u2="Ắ"/><hkern k="-15" u1="Щ" u2="Ậ"/><hkern k="-15" u1="Щ" u2="Ẫ"/><hkern k="-15" u1="Щ" u2="Ẩ"/><hkern k="-15" u1="Щ" u2="Ầ"/><hkern k="-15" u1="Щ" u2="Ấ"/><hkern k="-15" u1="Щ" u2="Ả"/><hkern k="-15" u1="Щ" u2="Ạ"/><hkern k="-15" u1="Щ" u2="Ḁ"/><hkern k="-15" u1="Щ" u2="ԓ"/><hkern k="-14" u1="Щ" u2="Ԓ"/><hkern k="-14" u1="Щ" u2="Ԉ"/><hkern k="-14" u1="Щ" u2="Ӽ"/><hkern k="24" u1="Щ" u2="ӵ"/><hkern k="27" u1="Щ" u2="Ӵ"/><hkern k="-11" u1="Щ" u2="Ӳ"/><hkern k="-11" u1="Щ" u2="Ӱ"/><hkern k="-11" u1="Щ" u2="Ӯ"/><hkern k="-14" u1="Щ" u2="Ӝ"/><hkern k="-15" u1="Щ" u2="Ӓ"/><hkern k="-15" u1="Щ" u2="Ӑ"/><hkern k="24" u1="Щ" u2="ӌ"/><hkern k="27" u1="Щ" u2="Ӌ"/><hkern k="-15" u1="Щ" u2="ӆ"/><hkern k="-14" u1="Щ" u2="Ӆ"/><hkern k="-14" u1="Щ" u2="Ӂ"/><hkern k="24" u1="Щ" u2="ҷ"/><hkern k="27" u1="Щ" u2="Ҷ"/><hkern k="26" u1="Щ" u2="Ҵ"/><hkern k="-14" u1="Щ" u2="Ҳ"/><hkern k="26" u1="Щ" u2="Ұ"/><hkern k="26" u1="Щ" u2="Ү"/><hkern k="26" u1="Щ" u2="Ҭ"/><hkern k="26" u1="Щ" u2="Ҡ"/><hkern k="-14" u1="Щ" u2="Җ"/><hkern k="26" u1="Щ" u2="Ѷ"/><hkern k="26" u1="Щ" u2="Ѵ"/><hkern k="-15" u1="Щ" u2="Ѧ"/><hkern k="-15" u1="Щ" u2="љ"/><hkern k="24" u1="Щ" u2="ч"/><hkern k="-15" u1="Щ" u2="л"/><hkern k="27" u1="Щ" u2="Ч"/><hkern k="-14" u1="Щ" u2="Х"/><hkern k="-11" u1="Щ" u2="У"/><hkern k="26" u1="Щ" u2="Т"/><hkern k="-14" u1="Щ" u2="Л"/><hkern k="-14" u1="Щ" u2="Ж"/><hkern k="-15" u1="Щ" u2="А"/><hkern k="-11" u1="Щ" u2="Ў"/><hkern k="26" u1="Щ" u2="Ћ"/><hkern k="-14" u1="Щ" u2="Љ"/><hkern k="26" u1="Щ" u2="Ђ"/><hkern k="26" u1="Щ" u2="Ϋ"/><hkern k="-14" u1="Щ" u2="Χ"/><hkern k="26" u1="Щ" u2="Υ"/><hkern k="-15" u1="Щ" u2="Λ"/><hkern k="-15" u1="Щ" u2="Δ"/><hkern k="-15" u1="Щ" u2="Α"/><hkern k="26" u1="Щ" u2="Ύ"/><hkern k="-15" u1="Щ" u2="Ά"/><hkern k="26" u1="Щ" u2="Ț"/><hkern k="-15" u1="Щ" u2="Ǻ"/><hkern k="26" u1="Щ" u2="Ÿ"/><hkern k="26" u1="Щ" u2="Ŷ"/><hkern k="26" u1="Щ" u2="Ť"/><hkern k="26" u1="Щ" u2="Ţ"/><hkern k="-15" u1="Щ" u2="Ą"/><hkern k="-15" u1="Щ" u2="Ă"/><hkern k="-15" u1="Щ" u2="Ā"/><hkern k="26" u1="Щ" u2="Ý"/><hkern k="-15" u1="Щ" u2="Å"/><hkern k="-15" u1="Щ" u2="Ä"/><hkern k="-15" u1="Щ" u2="Ã"/><hkern k="-15" u1="Щ" u2="Â"/><hkern k="-15" u1="Щ" u2="Á"/><hkern k="-15" u1="Щ" u2="À"/><hkern k="26" u1="Щ" u2="Y"/><hkern k="-14" u1="Щ" u2="X"/><hkern k="26" u1="Щ" u2="V"/><hkern k="26" u1="Щ" u2="T"/><hkern k="-15" u1="Щ" u2="A"/><hkern k="25" u1="Щ" u2="ԏ"/><hkern k="26" u1="Щ" u2="Ԏ"/><hkern k="26" u1="Щ" u2="Ԇ"/><hkern k="26" u1="Щ" u2="Ԅ"/><hkern k="24" u1="Щ" u2="ҹ"/><hkern k="27" u1="Щ" u2="Ҹ"/><hkern k="25" u1="Щ" u2="ҡ"/><hkern k="25" u1="Щ" u2="т"/><hkern k="-18" u1="Щ" u2="д"/><hkern k="12" u1="Щ" u2="Э"/><hkern k="26" u1="Щ" u2="Ь"/><hkern k="-19" u1="Щ" u2="Д"/><hkern k="47" u1="Ъ" u2="ԏ"/><hkern k="96" u1="Ъ" u2="Ԏ"/><hkern k="20" u1="Ъ" u2="Ԇ"/><hkern k="47" u1="Ъ" u2="Ԅ"/><hkern k="33" u1="Ъ" u2="Ҽ"/><hkern k="25" u1="Ъ" u2="Ҹ"/><hkern k="50" u1="Ъ" u2="ҡ"/><hkern k="49" u1="Ъ" u2="т"/><hkern k="61" u1="Ъ" u2="Ь"/><hkern k="47" u1="Ь" u2="ԏ"/><hkern k="96" u1="Ь" u2="Ԏ"/><hkern k="20" u1="Ь" u2="Ԇ"/><hkern k="47" u1="Ь" u2="Ԅ"/><hkern k="33" u1="Ь" u2="Ҽ"/><hkern k="25" u1="Ь" u2="Ҹ"/><hkern k="50" u1="Ь" u2="ҡ"/><hkern k="49" u1="Ь" u2="т"/><hkern k="61" u1="Ь" u2="Ь"/><hkern k="28" u1="Э" u2="Ỹ"/><hkern k="28" u1="Э" u2="Ỷ"/><hkern k="28" u1="Э" u2="Ỵ"/><hkern k="28" u1="Э" u2="Ỳ"/><hkern k="22" u1="Э" u2="ԓ"/><hkern k="27" u1="Э" u2="Ԓ"/><hkern k="27" u1="Э" u2="Ԉ"/><hkern k="27" u1="Э" u2="Ӽ"/><hkern k="23" u1="Э" u2="Ӳ"/><hkern k="23" u1="Э" u2="Ӱ"/><hkern k="23" u1="Э" u2="Ӯ"/><hkern k="27" u1="Э" u2="Ӝ"/><hkern k="22" u1="Э" u2="ӆ"/><hkern k="27" u1="Э" u2="Ӆ"/><hkern k="27" u1="Э" u2="Ӂ"/><hkern k="29" u1="Э" u2="Ҵ"/><hkern k="27" u1="Э" u2="Ҳ"/><hkern k="28" u1="Э" u2="Ұ"/><hkern k="28" u1="Э" u2="Ү"/><hkern k="29" u1="Э" u2="Ҭ"/><hkern k="29" u1="Э" u2="Ҡ"/><hkern k="27" u1="Э" u2="Җ"/><hkern k="22" u1="Э" u2="љ"/><hkern k="22" u1="Э" u2="л"/><hkern k="27" u1="Э" u2="Х"/><hkern k="23" u1="Э" u2="У"/><hkern k="29" u1="Э" u2="Т"/><hkern k="27" u1="Э" u2="Л"/><hkern k="27" u1="Э" u2="Ж"/><hkern k="23" u1="Э" u2="Ў"/><hkern k="29" u1="Э" u2="Ћ"/><hkern k="27" u1="Э" u2="Љ"/><hkern k="29" u1="Э" u2="Ђ"/><hkern k="28" u1="Э" u2="Ϋ"/><hkern k="27" u1="Э" u2="Χ"/><hkern k="28" u1="Э" u2="Υ"/><hkern k="28" u1="Э" u2="Ύ"/><hkern k="29" u1="Э" u2="Ț"/><hkern k="28" u1="Э" u2="Ÿ"/><hkern k="28" u1="Э" u2="Ŷ"/><hkern k="29" u1="Э" u2="Ť"/><hkern k="29" u1="Э" u2="Ţ"/><hkern k="28" u1="Э" u2="Ý"/><hkern k="28" u1="Э" u2="Y"/><hkern k="27" u1="Э" u2="X"/><hkern k="29" u1="Э" u2="T"/><hkern k="28" u1="Э" u2="Ԏ"/><hkern k="30" u1="Э" u2="Д"/><hkern k="21" u1="Ю" u2="ԓ"/><hkern k="28" u1="Ю" u2="Ԓ"/><hkern k="28" u1="Ю" u2="Ԉ"/><hkern k="28" u1="Ю" u2="Ӽ"/><hkern k="23" u1="Ю" u2="Ӳ"/><hkern k="23" u1="Ю" u2="Ӱ"/><hkern k="23" u1="Ю" u2="Ӯ"/><hkern k="28" u1="Ю" u2="Ӝ"/><hkern k="21" u1="Ю" u2="ӆ"/><hkern k="28" u1="Ю" u2="Ӆ"/><hkern k="28" u1="Ю" u2="Ӂ"/><hkern k="30" u1="Ю" u2="Ҵ"/><hkern k="28" u1="Ю" u2="Ҳ"/><hkern k="30" u1="Ю" u2="Ҭ"/><hkern k="30" u1="Ю" u2="Ҡ"/><hkern k="28" u1="Ю" u2="Җ"/><hkern k="21" u1="Ю" u2="љ"/><hkern k="21" u1="Ю" u2="л"/><hkern k="28" u1="Ю" u2="Х"/><hkern k="23" u1="Ю" u2="У"/><hkern k="30" u1="Ю" u2="Т"/><hkern k="28" u1="Ю" u2="Л"/><hkern k="28" u1="Ю" u2="Ж"/><hkern k="23" u1="Ю" u2="Ў"/><hkern k="30" u1="Ю" u2="Ћ"/><hkern k="28" u1="Ю" u2="Љ"/><hkern k="30" u1="Ю" u2="Ђ"/><hkern k="28" u1="Ю" u2="Χ"/><hkern k="30" u1="Ю" u2="Ț"/><hkern k="30" u1="Ю" u2="Ť"/><hkern k="30" u1="Ю" u2="Ţ"/><hkern k="28" u1="Ю" u2="X"/><hkern k="30" u1="Ю" u2="T"/><hkern k="28" u1="Ю" u2="д"/><hkern k="31" u1="Ю" u2="Д"/><hkern k="13" u1="Я" u2="Ỹ"/><hkern k="13" u1="Я" u2="Ỷ"/><hkern k="13" u1="Я" u2="Ỵ"/><hkern k="13" u1="Я" u2="Ỳ"/><hkern k="21" u1="Я" u2="Ҵ"/><hkern k="13" u1="Я" u2="Ұ"/><hkern k="13" u1="Я" u2="Ү"/><hkern k="21" u1="Я" u2="Ҭ"/><hkern k="21" u1="Я" u2="Ҡ"/><hkern k="21" u1="Я" u2="Т"/><hkern k="21" u1="Я" u2="Ћ"/><hkern k="21" u1="Я" u2="Ђ"/><hkern k="13" u1="Я" u2="Ϋ"/><hkern k="13" u1="Я" u2="Υ"/><hkern k="13" u1="Я" u2="Ύ"/><hkern k="21" u1="Я" u2="Ț"/><hkern k="13" u1="Я" u2="Ÿ"/><hkern k="13" u1="Я" u2="Ŷ"/><hkern k="21" u1="Я" u2="Ť"/><hkern k="21" u1="Я" u2="Ţ"/><hkern k="13" u1="Я" u2="Ý"/><hkern k="13" u1="Я" u2="Y"/><hkern k="21" u1="Я" u2="T"/><hkern k="45" u1="а" u2="ԏ"/><hkern k="23" u1="а" u2="ԇ"/><hkern k="13" u1="а" u2="ԅ"/><hkern k="15" u1="а" u2="ҡ"/><hkern k="13" u1="а" u2="ѿ"/><hkern k="15" u1="а" u2="ѡ"/><hkern k="16" u1="а" u2="т"/><hkern k="17" u1="б" u2="ḿ"/><hkern k="16" u1="б" u2="ӽ"/><hkern k="17" u1="б" u2="ӻ"/><hkern k="17" u1="б" u2="ӹ"/><hkern k="17" u1="б" u2="ӷ"/><hkern k="17" u1="б" u2="ӥ"/><hkern k="17" u1="б" u2="ӣ"/><hkern k="16" u1="б" u2="ӝ"/><hkern k="17" u1="б" u2="ӎ"/><hkern k="17" u1="б" u2="ӊ"/><hkern k="17" u1="б" u2="ӈ"/><hkern k="16" u1="б" u2="ӂ"/><hkern k="16" u1="б" u2="ҳ"/><hkern k="17" u1="б" u2="ҥ"/><hkern k="17" u1="б" u2="ң"/><hkern k="17" u1="б" u2="қ"/><hkern k="16" u1="б" u2="җ"/><hkern k="17" u1="б" u2="ҋ"/><hkern k="17" u1="б" u2="ѝ"/><hkern k="17" u1="б" u2="ќ"/><hkern k="17" u1="б" u2="њ"/><hkern k="17" u1="б" u2="ѓ"/><hkern k="17" u1="б" u2="ю"/><hkern k="17" u1="б" u2="ь"/><hkern k="17" u1="б" u2="щ"/><hkern k="17" u1="б" u2="ш"/><hkern k="17" u1="б" u2="ц"/><hkern k="16" u1="б" u2="х"/><hkern k="17" u1="б" u2="р"/><hkern k="17" u1="б" u2="п"/><hkern k="17" u1="б" u2="н"/><hkern k="17" u1="б" u2="м"/><hkern k="17" u1="б" u2="к"/><hkern k="17" u1="б" u2="й"/><hkern k="17" u1="б" u2="и"/><hkern k="16" u1="б" u2="ж"/><hkern k="17" u1="б" u2="г"/><hkern k="17" u1="б" u2="η"/><hkern k="17" u1="б" u2="ή"/><hkern k="17" u1="б" u2="ʼn"/><hkern k="17" u1="б" u2="ň"/><hkern k="17" u1="б" u2="ņ"/><hkern k="17" u1="б" u2="ń"/><hkern k="17" u1="б" u2="ñ"/><hkern k="16" u1="б" u2="x"/><hkern k="17" u1="б" u2="p"/><hkern k="17" u1="б" u2="n"/><hkern k="17" u1="б" u2="m"/><hkern k="17" u1="б" u2="ԏ"/><hkern k="17" u1="б" u2="ҡ"/><hkern k="15" u1="б" u2="ѿ"/><hkern k="12" u1="б" u2="ѡ"/><hkern k="18" u1="б" u2="т"/><hkern k="18" u1="б" u2="д"/><hkern k="14" u1="в" u2="″"/><hkern k="14" u1="в" u2="′"/><hkern k="14" u1="в" u2="”"/><hkern k="14" u1="в" u2="“"/><hkern k="14" u1="в" u2="‛"/><hkern k="14" u1="в" u2="’"/><hkern k="14" u1="в" u2="‘"/><hkern k="11" u1="в" u2="ỹ"/><hkern k="11" u1="в" u2="ỷ"/><hkern k="11" u1="в" u2="ỵ"/><hkern k="11" u1="в" u2="ỳ"/><hkern k="11" u1="в" u2="ӳ"/><hkern k="11" u1="в" u2="ӱ"/><hkern k="11" u1="в" u2="ӯ"/><hkern k="11" u1="в" u2="ү"/><hkern k="11" u1="в" u2="ѷ"/><hkern k="11" u1="в" u2="ѵ"/><hkern k="11" u1="в" u2="ў"/><hkern k="11" u1="в" u2="у"/><hkern k="11" u1="в" u2="ν"/><hkern k="11" u1="в" u2="γ"/><hkern k="14" u1="в" u2="ʼ"/><hkern k="11" u1="в" u2="ŷ"/><hkern k="11" u1="в" u2="ÿ"/><hkern k="11" u1="в" u2="ý"/><hkern k="11" u1="в" u2="y"/><hkern k="11" u1="в" u2="v"/><hkern k="14" u1="в" u2="'"/><hkern k="14" u1="в" u2="&quot;"/><hkern k="11" u1="в" u2="ԏ"/><hkern k="11" u1="в" u2="ҡ"/><hkern k="11" u1="в" u2="ѡ"/><hkern k="12" u1="в" u2="т"/><hkern k="18" u1="г" u2="ѻ"/><hkern k="55" u1="г" u2="д"/><hkern k="19" u1="д" u2="ӵ"/><hkern k="19" u1="д" u2="ӌ"/><hkern k="19" u1="д" u2="ҷ"/><hkern k="19" u1="д" u2="ч"/><hkern k="19" u1="д" u2="ԏ"/><hkern k="19" u1="д" u2="ҹ"/><hkern k="19" u1="д" u2="ҡ"/><hkern k="30" u1="д" u2="ъ"/><hkern k="19" u1="д" u2="т"/><hkern k="-20" u1="д" u2="д"/><hkern k="80" u1="е" u2="’"/><hkern k="11" u1="е" u2="т"/><hkern k="15" u1="ж" u2="ѻ"/><hkern k="11" u1="з" u2="″"/><hkern k="11" u1="з" u2="′"/><hkern k="11" u1="з" u2="”"/><hkern k="11" u1="з" u2="“"/><hkern k="11" u1="з" u2="‛"/><hkern k="11" u1="з" u2="’"/><hkern k="11" u1="з" u2="‘"/><hkern k="11" u1="з" u2="ʼ"/><hkern k="11" u1="з" u2="'"/><hkern k="11" u1="з" u2="&quot;"/><hkern k="16" u1="к" u2="ợ"/><hkern k="21" u1="к" u2="ỡ"/><hkern k="16" u1="к" u2="ở"/><hkern k="16" u1="к" u2="ờ"/><hkern k="16" u1="к" u2="ớ"/><hkern k="21" u1="к" u2="ộ"/><hkern k="21" u1="к" u2="ỗ"/><hkern k="21" u1="к" u2="ổ"/><hkern k="21" u1="к" u2="ồ"/><hkern k="21" u1="к" u2="ố"/><hkern k="21" u1="к" u2="ỏ"/><hkern k="21" u1="к" u2="ọ"/><hkern k="16" u1="к" u2="ệ"/><hkern k="16" u1="к" u2="ễ"/><hkern k="16" u1="к" u2="ể"/><hkern k="16" u1="к" u2="ề"/><hkern k="16" u1="к" u2="ế"/><hkern k="16" u1="к" u2="ẽ"/><hkern k="16" u1="к" u2="ẻ"/><hkern k="16" u1="к" u2="ẹ"/><hkern k="16" u1="к" u2="ԍ"/><hkern k="16" u1="к" u2="ԃ"/><hkern k="16" u1="к" u2="Ԃ"/><hkern k="16" u1="к" u2="ԁ"/><hkern k="21" u1="к" u2="ӫ"/><hkern k="16" u1="к" u2="ө"/><hkern k="21" u1="к" u2="ӧ"/><hkern k="16" u1="к" u2="ӛ"/><hkern k="16" u1="к" u2="ә"/><hkern k="16" u1="к" u2="ӗ"/><hkern k="16" u1="к" u2="ҫ"/><hkern k="16" u1="к" u2="ҩ"/><hkern k="16" u1="к" u2="ҁ"/><hkern k="16" u1="к" u2="ѽ"/><hkern k="16" u1="к" u2="ѹ"/><hkern k="21" u1="к" u2="ѳ"/><hkern k="16" u1="к" u2="є"/><hkern k="16" u1="к" u2="ё"/><hkern k="16" u1="к" u2="ѐ"/><hkern k="16" u1="к" u2="ф"/><hkern k="16" u1="к" u2="с"/><hkern k="21" u1="к" u2="о"/><hkern k="16" u1="к" u2="е"/><hkern k="21" u1="к" u2="ό"/><hkern k="16" u1="к" u2="σ"/><hkern k="16" u1="к" u2="ς"/><hkern k="21" u1="к" u2="ο"/><hkern k="16" u1="к" u2="α"/><hkern k="16" u1="к" u2="ά"/><hkern k="16" u1="к" u2="ơ"/><hkern k="16" u1="к" u2="œ"/><hkern k="21" u1="к" u2="ő"/><hkern k="21" u1="к" u2="ŏ"/><hkern k="21" u1="к" u2="ō"/><hkern k="16" u1="к" u2="ģ"/><hkern k="16" u1="к" u2="ġ"/><hkern k="16" u1="к" u2="ğ"/><hkern k="16" u1="к" u2="ĝ"/><hkern k="16" u1="к" u2="ě"/><hkern k="16" u1="к" u2="ę"/><hkern k="16" u1="к" u2="ė"/><hkern k="16" u1="к" u2="ĕ"/><hkern k="16" u1="к" u2="ē"/><hkern k="16" u1="к" u2="ď"/><hkern k="16" u1="к" u2="č"/><hkern k="16" u1="к" u2="ċ"/><hkern k="16" u1="к" u2="ĉ"/><hkern k="16" u1="к" u2="ć"/><hkern k="21" u1="к" u2="ö"/><hkern k="21" u1="к" u2="õ"/><hkern k="21" u1="к" u2="ô"/><hkern k="21" u1="к" u2="ó"/><hkern k="21" u1="к" u2="ò"/><hkern k="16" u1="к" u2="ë"/><hkern k="16" u1="к" u2="ê"/><hkern k="16" u1="к" u2="é"/><hkern k="16" u1="к" u2="è"/><hkern k="16" u1="к" u2="ç"/><hkern k="16" u1="к" u2="q"/><hkern k="21" u1="к" u2="o"/><hkern k="16" u1="к" u2="g"/><hkern k="16" u1="к" u2="e"/><hkern k="16" u1="к" u2="d"/><hkern k="16" u1="к" u2="c"/><hkern g2="Q.c2sc" k="21" u1="к"/><hkern g2="O.c2sc" k="21" u1="к"/><hkern g2="G.c2sc" k="23" u1="к"/><hkern g2="C.c2sc" k="21" u1="к"/><hkern k="21" u1="к" u2="ѻ"/><hkern k="80" u1="о" u2="’"/><hkern k="20" u1="о" u2="ԏ"/><hkern k="11" u1="о" u2="ԅ"/><hkern k="21" u1="о" u2="ҡ"/><hkern k="15" u1="о" u2="ѿ"/><hkern k="16" u1="о" u2="ѡ"/><hkern k="22" u1="о" u2="т"/><hkern k="72" u1="о" u2="д"/><hkern k="22" u1="о" u2="τ"/><hkern k="20" u1="р" u2="ԏ"/><hkern k="20" u1="р" u2="ҡ"/><hkern k="80" u1="р" u2="т"/><hkern k="18" u1="р" u2="д"/><hkern k="22" u1="р" u2="τ"/><hkern k="-13" u1="т" u2="″"/><hkern k="-13" u1="т" u2="′"/><hkern k="-13" u1="т" u2="”"/><hkern k="-13" u1="т" u2="“"/><hkern k="-13" u1="т" u2="‛"/><hkern k="-13" u1="т" u2="’"/><hkern k="-13" u1="т" u2="‘"/><hkern k="-11" u1="т" u2="ỹ"/><hkern k="-11" u1="т" u2="ỷ"/><hkern k="-11" u1="т" u2="ỵ"/><hkern k="-11" u1="т" u2="ỳ"/><hkern k="80" u1="т" u2="ợ"/><hkern k="42" u1="т" u2="ỡ"/><hkern k="80" u1="т" u2="ở"/><hkern k="80" u1="т" u2="ờ"/><hkern k="80" u1="т" u2="ớ"/><hkern k="42" u1="т" u2="ộ"/><hkern k="42" u1="т" u2="ỗ"/><hkern k="42" u1="т" u2="ổ"/><hkern k="42" u1="т" u2="ồ"/><hkern k="42" u1="т" u2="ố"/><hkern k="42" u1="т" u2="ỏ"/><hkern k="42" u1="т" u2="ọ"/><hkern k="80" u1="т" u2="ệ"/><hkern k="80" u1="т" u2="ễ"/><hkern k="80" u1="т" u2="ể"/><hkern k="80" u1="т" u2="ề"/><hkern k="80" u1="т" u2="ế"/><hkern k="80" u1="т" u2="ẽ"/><hkern k="80" u1="т" u2="ẻ"/><hkern k="80" u1="т" u2="ẹ"/><hkern k="16" u1="т" u2="ặ"/><hkern k="16" u1="т" u2="ẵ"/><hkern k="16" u1="т" u2="ẳ"/><hkern k="16" u1="т" u2="ằ"/><hkern k="16" u1="т" u2="ắ"/><hkern k="16" u1="т" u2="ậ"/><hkern k="16" u1="т" u2="ẫ"/><hkern k="16" u1="т" u2="ẩ"/><hkern k="16" u1="т" u2="ầ"/><hkern k="16" u1="т" u2="ấ"/><hkern k="16" u1="т" u2="ả"/><hkern k="16" u1="т" u2="ạ"/><hkern k="16" u1="т" u2="ḁ"/><hkern k="81" u1="т" u2="ԓ"/><hkern k="80" u1="т" u2="ԍ"/><hkern k="80" u1="т" u2="ԃ"/><hkern k="80" u1="т" u2="Ԃ"/><hkern k="80" u1="т" u2="ԁ"/><hkern k="-11" u1="т" u2="ӳ"/><hkern k="-11" u1="т" u2="ӱ"/><hkern k="-11" u1="т" u2="ӯ"/><hkern k="42" u1="т" u2="ӫ"/><hkern k="80" u1="т" u2="ө"/><hkern k="42" u1="т" u2="ӧ"/><hkern k="80" u1="т" u2="ӛ"/><hkern k="80" u1="т" u2="ә"/><hkern k="80" u1="т" u2="ӗ"/><hkern k="16" u1="т" u2="ӓ"/><hkern k="16" u1="т" u2="ӑ"/><hkern k="81" u1="т" u2="ӆ"/><hkern k="-11" u1="т" u2="ү"/><hkern k="80" u1="т" u2="ҫ"/><hkern k="80" u1="т" u2="ҩ"/><hkern k="80" u1="т" u2="ҁ"/><hkern k="80" u1="т" u2="ѽ"/><hkern k="80" u1="т" u2="ѹ"/><hkern k="-11" u1="т" u2="ѷ"/><hkern k="-11" u1="т" u2="ѵ"/><hkern k="42" u1="т" u2="ѳ"/><hkern k="-11" u1="т" u2="ў"/><hkern k="81" u1="т" u2="љ"/><hkern k="80" u1="т" u2="є"/><hkern k="80" u1="т" u2="ё"/><hkern k="80" u1="т" u2="ѐ"/><hkern k="80" u1="т" u2="ф"/><hkern k="-11" u1="т" u2="у"/><hkern k="80" u1="т" u2="с"/><hkern k="42" u1="т" u2="о"/><hkern k="81" u1="т" u2="л"/><hkern k="80" u1="т" u2="е"/><hkern k="16" u1="т" u2="а"/><hkern k="42" u1="т" u2="ό"/><hkern k="80" u1="т" u2="σ"/><hkern k="42" u1="т" u2="ο"/><hkern k="-11" u1="т" u2="ν"/><hkern k="-11" u1="т" u2="γ"/><hkern k="80" u1="т" u2="α"/><hkern k="80" u1="т" u2="ά"/><hkern k="-13" u1="т" u2="ʼ"/><hkern k="16" u1="т" u2="ǻ"/><hkern k="80" u1="т" u2="ơ"/><hkern k="-11" u1="т" u2="ŷ"/><hkern k="80" u1="т" u2="œ"/><hkern k="42" u1="т" u2="ő"/><hkern k="42" u1="т" u2="ŏ"/><hkern k="42" u1="т" u2="ō"/><hkern k="80" u1="т" u2="ģ"/><hkern k="80" u1="т" u2="ġ"/><hkern k="80" u1="т" u2="ğ"/><hkern k="80" u1="т" u2="ĝ"/><hkern k="80" u1="т" u2="ě"/><hkern k="80" u1="т" u2="ę"/><hkern k="80" u1="т" u2="ė"/><hkern k="80" u1="т" u2="ĕ"/><hkern k="80" u1="т" u2="ē"/><hkern k="80" u1="т" u2="ď"/><hkern k="80" u1="т" u2="č"/><hkern k="80" u1="т" u2="ċ"/><hkern k="80" u1="т" u2="ĉ"/><hkern k="80" u1="т" u2="ć"/><hkern k="16" u1="т" u2="ą"/><hkern k="16" u1="т" u2="ă"/><hkern k="16" u1="т" u2="ā"/><hkern k="-11" u1="т" u2="ÿ"/><hkern k="-11" u1="т" u2="ý"/><hkern k="42" u1="т" u2="ö"/><hkern k="42" u1="т" u2="õ"/><hkern k="42" u1="т" u2="ô"/><hkern k="42" u1="т" u2="ó"/><hkern k="42" u1="т" u2="ò"/><hkern k="80" u1="т" u2="ë"/><hkern k="80" u1="т" u2="ê"/><hkern k="80" u1="т" u2="é"/><hkern k="80" u1="т" u2="è"/><hkern k="80" u1="т" u2="ç"/><hkern k="16" u1="т" u2="å"/><hkern k="16" u1="т" u2="ä"/><hkern k="16" u1="т" u2="ã"/><hkern k="16" u1="т" u2="â"/><hkern k="16" u1="т" u2="á"/><hkern k="16" u1="т" u2="à"/><hkern k="-11" u1="т" u2="y"/><hkern k="-11" u1="т" u2="v"/><hkern k="80" u1="т" u2="q"/><hkern k="42" u1="т" u2="o"/><hkern k="80" u1="т" u2="g"/><hkern k="80" u1="т" u2="e"/><hkern k="80" u1="т" u2="d"/><hkern k="80" u1="т" u2="c"/><hkern k="16" u1="т" u2="a"/><hkern k="-13" u1="т" u2="'"/><hkern k="-13" u1="т" u2="&quot;"/><hkern g2="Y.c2sc" k="-13" u1="т"/><hkern g2="V.c2sc" k="-13" u1="т"/><hkern g2="T.c2sc" k="-14" u1="т"/><hkern g2="S.c2sc" k="11" u1="т"/><hkern g2="Q.c2sc" k="20" u1="т"/><hkern g2="O.c2sc" k="19" u1="т"/><hkern g2="G.c2sc" k="20" u1="т"/><hkern g2="C.c2sc" k="18" u1="т"/><hkern g2="A.c2sc" k="65" u1="т"/><hkern k="-11" u1="т" u2="ԇ"/><hkern k="-11" u1="т" u2="ԅ"/><hkern k="-12" u1="т" u2="ѿ"/><hkern k="30" u1="т" u2="ѻ"/><hkern k="86" u1="т" u2="д"/><hkern k="43" u1="т" u2="φ"/><hkern k="64" u1="т" u2="ς"/><hkern k="85" u1="т" u2="ρ"/><hkern k="-13" u1="т" u2="f"/><hkern k="15" u1="у" u2="ѻ"/><hkern k="56" u1="у" u2="д"/><hkern k="-12" u1="у" u2="τ"/><hkern k="22" u1="у" u2="ρ"/><hkern k="-11" u1="у" u2="π"/><hkern k="-13" u1="у" u2="f"/><hkern k="20" u1="ф" u2="ԏ"/><hkern k="20" u1="ф" u2="ҡ"/><hkern k="80" u1="ф" u2="т"/><hkern k="18" u1="ф" u2="д"/><hkern k="22" u1="ф" u2="τ"/><hkern k="15" u1="х" u2="ѻ"/><hkern k="-16" u1="ц" u2="ԓ"/><hkern k="16" u1="ц" u2="ӵ"/><hkern k="16" u1="ц" u2="ӌ"/><hkern k="-16" u1="ц" u2="ӆ"/><hkern k="16" u1="ц" u2="ҷ"/><hkern k="-16" u1="ц" u2="љ"/><hkern k="16" u1="ц" u2="ч"/><hkern k="-16" u1="ц" u2="л"/><hkern k="16" u1="ц" u2="ԏ"/><hkern k="26" u1="ц" u2="ҹ"/><hkern k="16" u1="ц" u2="ҡ"/><hkern k="-12" u1="ц" u2="я"/><hkern k="16" u1="ц" u2="т"/><hkern k="-20" u1="ц" u2="д"/><hkern k="-12" u1="щ" u2="ợ"/><hkern k="-12" u1="щ" u2="ở"/><hkern k="-12" u1="щ" u2="ờ"/><hkern k="-12" u1="щ" u2="ớ"/><hkern k="-12" u1="щ" u2="ệ"/><hkern k="-12" u1="щ" u2="ễ"/><hkern k="-12" u1="щ" u2="ể"/><hkern k="-12" u1="щ" u2="ề"/><hkern k="-12" u1="щ" u2="ế"/><hkern k="-12" u1="щ" u2="ẽ"/><hkern k="-12" u1="щ" u2="ẻ"/><hkern k="-12" u1="щ" u2="ẹ"/><hkern k="-24" u1="щ" u2="ԓ"/><hkern k="-12" u1="щ" u2="ԍ"/><hkern k="-12" u1="щ" u2="ԃ"/><hkern k="-12" u1="щ" u2="Ԃ"/><hkern k="-12" u1="щ" u2="ԁ"/><hkern k="9" u1="щ" u2="ӵ"/><hkern k="-12" u1="щ" u2="ө"/><hkern k="-12" u1="щ" u2="ӛ"/><hkern k="-12" u1="щ" u2="ә"/><hkern k="-12" u1="щ" u2="ӗ"/><hkern k="9" u1="щ" u2="ӌ"/><hkern k="-24" u1="щ" u2="ӆ"/><hkern k="9" u1="щ" u2="ҷ"/><hkern k="-12" u1="щ" u2="ҫ"/><hkern k="-12" u1="щ" u2="ҩ"/><hkern k="-12" u1="щ" u2="ҁ"/><hkern k="-12" u1="щ" u2="ѽ"/><hkern k="-12" u1="щ" u2="ѹ"/><hkern k="-24" u1="щ" u2="љ"/><hkern k="-12" u1="щ" u2="є"/><hkern k="-12" u1="щ" u2="ё"/><hkern k="-12" u1="щ" u2="ѐ"/><hkern k="9" u1="щ" u2="ч"/><hkern k="-12" u1="щ" u2="ф"/><hkern k="-12" u1="щ" u2="с"/><hkern k="-24" u1="щ" u2="л"/><hkern k="-12" u1="щ" u2="е"/><hkern k="-12" u1="щ" u2="σ"/><hkern k="-12" u1="щ" u2="ς"/><hkern k="-12" u1="щ" u2="α"/><hkern k="-12" u1="щ" u2="ά"/><hkern k="-12" u1="щ" u2="ơ"/><hkern k="-12" u1="щ" u2="œ"/><hkern k="-12" u1="щ" u2="ģ"/><hkern k="-12" u1="щ" u2="ġ"/><hkern k="-12" u1="щ" u2="ğ"/><hkern k="-12" u1="щ" u2="ĝ"/><hkern k="-12" u1="щ" u2="ě"/><hkern k="-12" u1="щ" u2="ę"/><hkern k="-12" u1="щ" u2="ė"/><hkern k="-12" u1="щ" u2="ĕ"/><hkern k="-12" u1="щ" u2="ē"/><hkern k="-12" u1="щ" u2="ď"/><hkern k="-12" u1="щ" u2="č"/><hkern k="-12" u1="щ" u2="ċ"/><hkern k="-12" u1="щ" u2="ĉ"/><hkern k="-12" u1="щ" u2="ć"/><hkern k="-12" u1="щ" u2="ë"/><hkern k="-12" u1="щ" u2="ê"/><hkern k="-12" u1="щ" u2="é"/><hkern k="-12" u1="щ" u2="è"/><hkern k="-12" u1="щ" u2="ç"/><hkern k="-12" u1="щ" u2="q"/><hkern k="-12" u1="щ" u2="g"/><hkern k="-12" u1="щ" u2="e"/><hkern k="-12" u1="щ" u2="d"/><hkern k="-12" u1="щ" u2="c"/><hkern k="29" u1="щ" u2="ԏ"/><hkern k="29" u1="щ" u2="ҹ"/><hkern k="30" u1="щ" u2="ҡ"/><hkern k="29" u1="щ" u2="т"/><hkern k="-58" u1="щ" u2="д"/><hkern k="180" u1="ъ" u2="ԏ"/><hkern k="14" u1="ъ" u2="ԇ"/><hkern k="16" u1="ъ" u2="ԅ"/><hkern k="99" u1="ъ" u2="ҹ"/><hkern k="176" u1="ъ" u2="ҡ"/><hkern k="37" u1="ъ" u2="ѿ"/><hkern k="49" u1="ъ" u2="ѡ"/><hkern k="70" u1="ъ" u2="т"/><hkern k="180" u1="ь" u2="ԏ"/><hkern k="14" u1="ь" u2="ԇ"/><hkern k="16" u1="ь" u2="ԅ"/><hkern k="99" u1="ь" u2="ҹ"/><hkern k="176" u1="ь" u2="ҡ"/><hkern k="37" u1="ь" u2="ѿ"/><hkern k="49" u1="ь" u2="ѡ"/><hkern k="70" u1="ь" u2="т"/><hkern k="20" u1="э" u2="ԏ"/><hkern k="20" u1="э" u2="ҡ"/><hkern k="80" u1="э" u2="т"/><hkern k="18" u1="э" u2="д"/><hkern k="22" u1="э" u2="τ"/><hkern k="12" u1="ю" u2="ỹ"/><hkern k="12" u1="ю" u2="ỷ"/><hkern k="12" u1="ю" u2="ỵ"/><hkern k="12" u1="ю" u2="ỳ"/><hkern k="13" u1="ю" u2="ԓ"/><hkern k="16" u1="ю" u2="ӽ"/><hkern k="12" u1="ю" u2="ӳ"/><hkern k="12" u1="ю" u2="ӱ"/><hkern k="12" u1="ю" u2="ӯ"/><hkern k="16" u1="ю" u2="ӝ"/><hkern k="13" u1="ю" u2="ӆ"/><hkern k="16" u1="ю" u2="ӂ"/><hkern k="16" u1="ю" u2="ҳ"/><hkern k="12" u1="ю" u2="ү"/><hkern k="16" u1="ю" u2="җ"/><hkern k="12" u1="ю" u2="ѷ"/><hkern k="12" u1="ю" u2="ѵ"/><hkern k="12" u1="ю" u2="ў"/><hkern k="13" u1="ю" u2="љ"/><hkern k="16" u1="ю" u2="х"/><hkern k="12" u1="ю" u2="у"/><hkern k="13" u1="ю" u2="л"/><hkern k="16" u1="ю" u2="ж"/><hkern k="12" u1="ю" u2="ν"/><hkern k="12" u1="ю" u2="γ"/><hkern k="12" u1="ю" u2="ŷ"/><hkern k="12" u1="ю" u2="ÿ"/><hkern k="12" u1="ю" u2="ý"/><hkern k="12" u1="ю" u2="y"/><hkern k="16" u1="ю" u2="x"/><hkern k="12" u1="ю" u2="v"/><hkern k="17" u1="ю" u2="д"/><hkern k="80" u1="ѐ" u2="’"/><hkern k="11" u1="ѐ" u2="т"/><hkern k="80" u1="ё" u2="’"/><hkern k="11" u1="ё" u2="т"/><hkern k="18" u1="ѓ" u2="ѻ"/><hkern k="55" u1="ѓ" u2="д"/><hkern k="42" u1="є" u2="″"/><hkern k="42" u1="є" u2="′"/><hkern k="42" u1="є" u2="”"/><hkern k="42" u1="є" u2="“"/><hkern k="42" u1="є" u2="‛"/><hkern k="42" u1="є" u2="’"/><hkern k="42" u1="є" u2="‘"/><hkern k="42" u1="є" u2="ʼ"/><hkern k="42" u1="є" u2="'"/><hkern k="42" u1="є" u2="&quot;"/><hkern k="180" u1="љ" u2="ԏ"/><hkern k="14" u1="љ" u2="ԇ"/><hkern k="16" u1="љ" u2="ԅ"/><hkern k="99" u1="љ" u2="ҹ"/><hkern k="176" u1="љ" u2="ҡ"/><hkern k="37" u1="љ" u2="ѿ"/><hkern k="49" u1="љ" u2="ѡ"/><hkern k="70" u1="љ" u2="т"/><hkern k="180" u1="њ" u2="ԏ"/><hkern k="14" u1="њ" u2="ԇ"/><hkern k="16" u1="њ" u2="ԅ"/><hkern k="99" u1="њ" u2="ҹ"/><hkern k="176" u1="њ" u2="ҡ"/><hkern k="37" u1="њ" u2="ѿ"/><hkern k="49" u1="њ" u2="ѡ"/><hkern k="70" u1="њ" u2="т"/><hkern k="15" u1="ў" u2="ѻ"/><hkern k="56" u1="ў" u2="д"/><hkern k="-12" u1="ў" u2="τ"/><hkern k="22" u1="ў" u2="ρ"/><hkern k="-11" u1="ў" u2="π"/><hkern k="-13" u1="ў" u2="f"/><hkern k="47" u1="Ѣ" u2="ԏ"/><hkern k="96" u1="Ѣ" u2="Ԏ"/><hkern k="20" u1="Ѣ" u2="Ԇ"/><hkern k="47" u1="Ѣ" u2="Ԅ"/><hkern k="33" u1="Ѣ" u2="Ҽ"/><hkern k="25" u1="Ѣ" u2="Ҹ"/><hkern k="50" u1="Ѣ" u2="ҡ"/><hkern k="49" u1="Ѣ" u2="т"/><hkern k="61" u1="Ѣ" u2="Ь"/><hkern k="180" u1="ѣ" u2="ԏ"/><hkern k="14" u1="ѣ" u2="ԇ"/><hkern k="16" u1="ѣ" u2="ԅ"/><hkern k="99" u1="ѣ" u2="ҹ"/><hkern k="176" u1="ѣ" u2="ҡ"/><hkern k="37" u1="ѣ" u2="ѿ"/><hkern k="49" u1="ѣ" u2="ѡ"/><hkern k="70" u1="ѣ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ѧ"/><hkern g2="W.c2sc" k="35" u1="Ѧ"/><hkern g2="V.c2sc" k="51" u1="Ѧ"/><hkern g2="U.c2sc" k="15" u1="Ѧ"/><hkern g2="T.c2sc" k="57" u1="Ѧ"/><hkern g2="O.c2sc" k="11" u1="Ѧ"/><hkern g2="G.c2sc" k="11" u1="Ѧ"/><hkern k="116" u1="Ѧ" u2="ԏ"/><hkern k="177" u1="Ѧ" u2="Ԏ"/><hkern k="54" u1="Ѧ" u2="Ԇ"/><hkern k="139" u1="Ѧ" u2="Ԅ"/><hkern k="14" u1="Ѧ" u2="Ә"/><hkern k="35" u1="Ѧ" u2="ҽ"/><hkern k="54" u1="Ѧ" u2="Ҽ"/><hkern k="133" u1="Ѧ" u2="ҹ"/><hkern k="175" u1="Ѧ" u2="Ҹ"/><hkern k="97" u1="Ѧ" u2="ҡ"/><hkern k="54" u1="Ѧ" u2="т"/><hkern k="59" u1="Ѧ" u2="Ь"/><hkern k="-19" u1="Ѧ" u2="Д"/><hkern k="56" u1="Ѧ" u2="τ"/><hkern k="-17" u1="Ѧ" u2="λ"/><hkern k="47" u1="Ѧ" u2="Ψ"/><hkern k="27" u1="Ѧ" u2="Φ"/><hkern k="18" u1="Ѧ" u2="Ư"/><hkern k="33" u1="Ѧ" u2="w"/><hkern k="17" u1="Ѧ" u2="t"/><hkern k="61" u1="Ѧ" u2="?"/><hkern k="80" u1="ѳ" u2="’"/><hkern k="20" u1="ѳ" u2="ԏ"/><hkern k="11" u1="ѳ" u2="ԅ"/><hkern k="21" u1="ѳ" u2="ҡ"/><hkern k="15" u1="ѳ" u2="ѿ"/><hkern k="16" u1="ѳ" u2="ѡ"/><hkern k="22" u1="ѳ" u2="т"/><hkern k="72" u1="ѳ" u2="д"/><hkern k="22" u1="ѳ" u2="τ"/><hkern g2="Q.c2sc" k="39" u1="Ѵ"/><hkern g2="O.c2sc" k="39" u1="Ѵ"/><hkern g2="G.c2sc" k="39" u1="Ѵ"/><hkern g2="C.c2sc" k="39" u1="Ѵ"/><hkern g2="A.c2sc" k="76" u1="Ѵ"/><hkern k="-19" u1="Ѵ" u2="}"/><hkern k="30" u1="Ѵ" u2="r"/><hkern k="-17" u1="Ѵ" u2="]"/><hkern k="-20" u1="Ѵ" u2=")"/><hkern k="15" u1="ѵ" u2="ѻ"/><hkern k="56" u1="ѵ" u2="д"/><hkern k="-12" u1="ѵ" u2="τ"/><hkern k="22" u1="ѵ" u2="ρ"/><hkern k="-11" u1="ѵ" u2="π"/><hkern k="-13" u1="ѵ" u2="f"/><hkern g2="Q.c2sc" k="39" u1="Ѷ"/><hkern g2="O.c2sc" k="39" u1="Ѷ"/><hkern g2="G.c2sc" k="39" u1="Ѷ"/><hkern g2="C.c2sc" k="39" u1="Ѷ"/><hkern g2="A.c2sc" k="76" u1="Ѷ"/><hkern k="-19" u1="Ѷ" u2="}"/><hkern k="30" u1="Ѷ" u2="r"/><hkern k="-17" u1="Ѷ" u2="]"/><hkern k="-20" u1="Ѷ" u2=")"/><hkern k="15" u1="ѷ" u2="ѻ"/><hkern k="56" u1="ѷ" u2="д"/><hkern k="-12" u1="ѷ" u2="τ"/><hkern k="22" u1="ѷ" u2="ρ"/><hkern k="-11" u1="ѷ" u2="π"/><hkern k="-13" u1="ѷ" u2="f"/><hkern k="11" u1="ҁ" u2="″"/><hkern k="11" u1="ҁ" u2="′"/><hkern k="11" u1="ҁ" u2="”"/><hkern k="11" u1="ҁ" u2="“"/><hkern k="11" u1="ҁ" u2="‛"/><hkern k="11" u1="ҁ" u2="’"/><hkern k="11" u1="ҁ" u2="‘"/><hkern k="11" u1="ҁ" u2="ʼ"/><hkern k="11" u1="ҁ" u2="'"/><hkern k="11" u1="ҁ" u2="&quot;"/><hkern k="20" u1="ҏ" u2="ԏ"/><hkern k="20" u1="ҏ" u2="ҡ"/><hkern k="80" u1="ҏ" u2="т"/><hkern k="18" u1="ҏ" u2="д"/><hkern k="22" u1="ҏ" u2="τ"/><hkern k="43" u1="Ґ" u2="Ԑ"/><hkern k="208" u1="Ґ" u2="ԏ"/><hkern k="-5" u1="Ґ" u2="Ԏ"/><hkern k="246" u1="Ґ" u2="ԋ"/><hkern k="161" u1="Ґ" u2="ԇ"/><hkern k="207" u1="Ґ" u2="ԅ"/><hkern k="273" u1="Ґ" u2="Ԁ"/><hkern k="64" u1="Ґ" u2="Ә"/><hkern k="271" u1="Ґ" u2="ҽ"/><hkern k="193" u1="Ґ" u2="Ҽ"/><hkern k="244" u1="Ґ" u2="ҹ"/><hkern k="183" u1="Ґ" u2="ҧ"/><hkern k="150" u1="Ґ" u2="ҡ"/><hkern k="242" u1="Ґ" u2="ҝ"/><hkern k="196" u1="Ґ" u2="ґ"/><hkern k="235" u1="Ґ" u2="ҏ"/><hkern k="84" u1="Ґ" u2="ѿ"/><hkern k="196" u1="Ґ" u2="ѻ"/><hkern k="239" u1="Ґ" u2="ѡ"/><hkern k="242" u1="Ґ" u2="џ"/><hkern k="249" u1="Ґ" u2="я"/><hkern k="237" u1="Ґ" u2="э"/><hkern k="242" u1="Ґ" u2="ы"/><hkern k="152" u1="Ґ" u2="т"/><hkern k="237" u1="Ґ" u2="з"/><hkern k="258" u1="Ґ" u2="д"/><hkern k="183" u1="Ґ" u2="в"/><hkern k="67" u1="Ґ" u2="б"/><hkern k="-5" u1="Ґ" u2="Ь"/><hkern k="174" u1="Ґ" u2="Д"/><hkern k="295" u1="Ґ" u2="ω"/><hkern k="259" u1="Ґ" u2="ψ"/><hkern k="275" u1="Ґ" u2="φ"/><hkern k="186" u1="Ґ" u2="τ"/><hkern k="283" u1="Ґ" u2="ρ"/><hkern k="225" u1="Ґ" u2="π"/><hkern k="280" u1="Ґ" u2="ι"/><hkern k="241" u1="Ґ" u2="ε"/><hkern k="159" u1="Ґ" u2="Φ"/><hkern k="181" u1="Ґ" u2="ø"/><hkern k="213" u1="Ґ" u2="æ"/><hkern k="324" u1="Ґ" u2="Æ"/><hkern k="387" u1="Ґ" u2="»"/><hkern k="577" u1="Ґ" u2="«"/><hkern k="116" u1="Ґ" u2="w"/><hkern k="147" u1="Ґ" u2="r"/><hkern k="18" u1="ґ" u2="ѻ"/><hkern k="55" u1="ґ" u2="д"/><hkern k="43" u1="Ғ" u2="Ԑ"/><hkern k="208" u1="Ғ" u2="ԏ"/><hkern k="-5" u1="Ғ" u2="Ԏ"/><hkern k="246" u1="Ғ" u2="ԋ"/><hkern k="161" u1="Ғ" u2="ԇ"/><hkern k="207" u1="Ғ" u2="ԅ"/><hkern k="273" u1="Ғ" u2="Ԁ"/><hkern k="64" u1="Ғ" u2="Ә"/><hkern k="271" u1="Ғ" u2="ҽ"/><hkern k="193" u1="Ғ" u2="Ҽ"/><hkern k="244" u1="Ғ" u2="ҹ"/><hkern k="183" u1="Ғ" u2="ҧ"/><hkern k="150" u1="Ғ" u2="ҡ"/><hkern k="242" u1="Ғ" u2="ҝ"/><hkern k="196" u1="Ғ" u2="ґ"/><hkern k="235" u1="Ғ" u2="ҏ"/><hkern k="84" u1="Ғ" u2="ѿ"/><hkern k="196" u1="Ғ" u2="ѻ"/><hkern k="239" u1="Ғ" u2="ѡ"/><hkern k="242" u1="Ғ" u2="џ"/><hkern k="249" u1="Ғ" u2="я"/><hkern k="237" u1="Ғ" u2="э"/><hkern k="242" u1="Ғ" u2="ы"/><hkern k="152" u1="Ғ" u2="т"/><hkern k="237" u1="Ғ" u2="з"/><hkern k="258" u1="Ғ" u2="д"/><hkern k="183" u1="Ғ" u2="в"/><hkern k="67" u1="Ғ" u2="б"/><hkern k="-5" u1="Ғ" u2="Ь"/><hkern k="174" u1="Ғ" u2="Д"/><hkern k="295" u1="Ғ" u2="ω"/><hkern k="259" u1="Ғ" u2="ψ"/><hkern k="275" u1="Ғ" u2="φ"/><hkern k="186" u1="Ғ" u2="τ"/><hkern k="283" u1="Ғ" u2="ρ"/><hkern k="225" u1="Ғ" u2="π"/><hkern k="280" u1="Ғ" u2="ι"/><hkern k="241" u1="Ғ" u2="ε"/><hkern k="159" u1="Ғ" u2="Φ"/><hkern k="181" u1="Ғ" u2="ø"/><hkern k="213" u1="Ғ" u2="æ"/><hkern k="324" u1="Ғ" u2="Æ"/><hkern k="387" u1="Ғ" u2="»"/><hkern k="577" u1="Ғ" u2="«"/><hkern k="116" u1="Ғ" u2="w"/><hkern k="147" u1="Ғ" u2="r"/><hkern g2="Q.c2sc" k="23" u1="Җ"/><hkern g2="O.c2sc" k="25" u1="Җ"/><hkern g2="G.c2sc" k="25" u1="Җ"/><hkern g2="C.c2sc" k="23" u1="Җ"/><hkern k="14" u1="Җ" u2="Ԑ"/><hkern k="42" u1="Җ" u2="ԏ"/><hkern k="-12" u1="Җ" u2="Ԇ"/><hkern k="-13" u1="Җ" u2="Ԅ"/><hkern k="25" u1="Җ" u2="Ә"/><hkern k="59" u1="Җ" u2="ҽ"/><hkern k="42" u1="Җ" u2="Ҽ"/><hkern k="45" u1="Җ" u2="ҹ"/><hkern k="41" u1="Җ" u2="ҡ"/><hkern k="41" u1="Җ" u2="т"/><hkern k="23" u1="Җ" u2="б"/><hkern k="-18" u1="Җ" u2="Д"/><hkern k="18" u1="Җ" u2="ω"/><hkern k="27" u1="Җ" u2="ψ"/><hkern k="25" u1="Җ" u2="φ"/><hkern k="32" u1="Җ" u2="τ"/><hkern k="-17" u1="Җ" u2="λ"/><hkern k="19" u1="Җ" u2="θ"/><hkern k="44" u1="Җ" u2="Φ"/><hkern k="15" u1="җ" u2="ѻ"/><hkern g2="Q.c2sc" k="25" u1="Қ"/><hkern g2="O.c2sc" k="25" u1="Қ"/><hkern g2="G.c2sc" k="26" u1="Қ"/><hkern g2="C.c2sc" k="24" u1="Қ"/><hkern k="17" u1="Қ" u2="Ԑ"/><hkern k="53" u1="Қ" u2="ԏ"/><hkern k="52" u1="Қ" u2="ԇ"/><hkern k="52" u1="Қ" u2="ԅ"/><hkern k="28" u1="Қ" u2="Ә"/><hkern k="59" u1="Қ" u2="ҹ"/><hkern k="96" u1="Қ" u2="ҡ"/><hkern k="56" u1="Қ" u2="ѿ"/><hkern k="46" u1="Қ" u2="ѻ"/><hkern k="78" u1="Қ" u2="ѡ"/><hkern k="71" u1="Қ" u2="т"/><hkern k="41" u1="Қ" u2="б"/><hkern k="76" u1="Қ" u2="τ"/><hkern k="59" u1="Қ" u2="Φ"/><hkern k="63" u1="Қ" u2="w"/><hkern g2="Q.c2sc" k="25" u1="Ҝ"/><hkern g2="O.c2sc" k="25" u1="Ҝ"/><hkern g2="G.c2sc" k="26" u1="Ҝ"/><hkern g2="C.c2sc" k="24" u1="Ҝ"/><hkern k="17" u1="Ҝ" u2="Ԑ"/><hkern k="53" u1="Ҝ" u2="ԏ"/><hkern k="52" u1="Ҝ" u2="ԇ"/><hkern k="52" u1="Ҝ" u2="ԅ"/><hkern k="28" u1="Ҝ" u2="Ә"/><hkern k="59" u1="Ҝ" u2="ҹ"/><hkern k="96" u1="Ҝ" u2="ҡ"/><hkern k="56" u1="Ҝ" u2="ѿ"/><hkern k="46" u1="Ҝ" u2="ѻ"/><hkern k="78" u1="Ҝ" u2="ѡ"/><hkern k="71" u1="Ҝ" u2="т"/><hkern k="41" u1="Ҝ" u2="б"/><hkern k="76" u1="Ҝ" u2="τ"/><hkern k="59" u1="Ҝ" u2="Φ"/><hkern k="63" u1="Ҝ" u2="w"/><hkern g2="Q.c2sc" k="25" u1="Ҟ"/><hkern g2="O.c2sc" k="25" u1="Ҟ"/><hkern g2="G.c2sc" k="26" u1="Ҟ"/><hkern g2="C.c2sc" k="24" u1="Ҟ"/><hkern k="17" u1="Ҟ" u2="Ԑ"/><hkern k="53" u1="Ҟ" u2="ԏ"/><hkern k="52" u1="Ҟ" u2="ԇ"/><hkern k="52" u1="Ҟ" u2="ԅ"/><hkern k="28" u1="Ҟ" u2="Ә"/><hkern k="59" u1="Ҟ" u2="ҹ"/><hkern k="96" u1="Ҟ" u2="ҡ"/><hkern k="56" u1="Ҟ" u2="ѿ"/><hkern k="46" u1="Ҟ" u2="ѻ"/><hkern k="78" u1="Ҟ" u2="ѡ"/><hkern k="71" u1="Ҟ" u2="т"/><hkern k="41" u1="Ҟ" u2="б"/><hkern k="76" u1="Ҟ" u2="τ"/><hkern k="59" u1="Ҟ" u2="Φ"/><hkern k="63" u1="Ҟ" u2="w"/><hkern g2="Q.c2sc" k="25" u1="Ҡ"/><hkern g2="O.c2sc" k="25" u1="Ҡ"/><hkern g2="G.c2sc" k="26" u1="Ҡ"/><hkern g2="C.c2sc" k="24" u1="Ҡ"/><hkern k="17" u1="Ҡ" u2="Ԑ"/><hkern k="53" u1="Ҡ" u2="ԏ"/><hkern k="52" u1="Ҡ" u2="ԇ"/><hkern k="52" u1="Ҡ" u2="ԅ"/><hkern k="28" u1="Ҡ" u2="Ә"/><hkern k="59" u1="Ҡ" u2="ҹ"/><hkern k="96" u1="Ҡ" u2="ҡ"/><hkern k="56" u1="Ҡ" u2="ѿ"/><hkern k="46" u1="Ҡ" u2="ѻ"/><hkern k="78" u1="Ҡ" u2="ѡ"/><hkern k="71" u1="Ҡ" u2="т"/><hkern k="41" u1="Ҡ" u2="б"/><hkern k="76" u1="Ҡ" u2="τ"/><hkern k="59" u1="Ҡ" u2="Φ"/><hkern k="63" u1="Ҡ" u2="w"/><hkern k="28" u1="Ң" u2="Ԏ"/><hkern k="30" u1="Ң" u2="Ԇ"/><hkern k="29" u1="Ң" u2="Ԅ"/><hkern k="28" u1="Ң" u2="Ҽ"/><hkern k="27" u1="Ң" u2="ҹ"/><hkern k="28" u1="Ң" u2="Ҹ"/><hkern k="-21" u1="Ң" u2="д"/><hkern k="-21" u1="Ң" u2="Д"/><hkern k="19" u1="Ҫ" u2="ҽ"/><hkern k="17" u1="Ҫ" u2="}"/><hkern k="12" u1="Ҫ" u2="]"/><hkern k="26" u1="Ҫ" u2=")"/><hkern g2="X.c2sc" k="19" u1="Ҭ"/><hkern g2="W.c2sc" k="15" u1="Ҭ"/><hkern g2="T.c2sc" k="15" u1="Ҭ"/><hkern g2="S.c2sc" k="68" u1="Ҭ"/><hkern g2="Q.c2sc" k="71" u1="Ҭ"/><hkern g2="O.c2sc" k="71" u1="Ҭ"/><hkern g2="G.c2sc" k="71" u1="Ҭ"/><hkern g2="C.c2sc" k="71" u1="Ҭ"/><hkern g2="A.c2sc" k="81" u1="Ҭ"/><hkern k="14" u1="Ҭ" u2="Ԑ"/><hkern k="111" u1="Ҭ" u2="ԏ"/><hkern k="-15" u1="Ҭ" u2="Ԏ"/><hkern k="133" u1="Ҭ" u2="ԋ"/><hkern k="83" u1="Ҭ" u2="ԇ"/><hkern k="110" u1="Ҭ" u2="ԅ"/><hkern k="149" u1="Ҭ" u2="Ԁ"/><hkern k="26" u1="Ҭ" u2="Ә"/><hkern k="148" u1="Ҭ" u2="ҽ"/><hkern k="102" u1="Ҭ" u2="Ҽ"/><hkern k="132" u1="Ҭ" u2="ҹ"/><hkern k="96" u1="Ҭ" u2="ҧ"/><hkern k="77" u1="Ҭ" u2="ҡ"/><hkern k="131" u1="Ҭ" u2="ҝ"/><hkern k="104" u1="Ҭ" u2="ґ"/><hkern k="127" u1="Ҭ" u2="ҏ"/><hkern k="38" u1="Ҭ" u2="ѿ"/><hkern k="104" u1="Ҭ" u2="ѻ"/><hkern k="129" u1="Ҭ" u2="ѡ"/><hkern k="131" u1="Ҭ" u2="џ"/><hkern k="135" u1="Ҭ" u2="я"/><hkern k="128" u1="Ҭ" u2="э"/><hkern k="131" u1="Ҭ" u2="ы"/><hkern k="78" u1="Ҭ" u2="т"/><hkern k="128" u1="Ҭ" u2="з"/><hkern k="140" u1="Ҭ" u2="д"/><hkern k="96" u1="Ҭ" u2="в"/><hkern k="28" u1="Ҭ" u2="б"/><hkern k="-15" u1="Ҭ" u2="Ь"/><hkern k="91" u1="Ҭ" u2="Д"/><hkern k="162" u1="Ҭ" u2="ω"/><hkern k="141" u1="Ҭ" u2="ψ"/><hkern k="150" u1="Ҭ" u2="φ"/><hkern k="98" u1="Ҭ" u2="τ"/><hkern k="155" u1="Ҭ" u2="ρ"/><hkern k="121" u1="Ҭ" u2="π"/><hkern k="153" u1="Ҭ" u2="ι"/><hkern k="130" u1="Ҭ" u2="ε"/><hkern k="82" u1="Ҭ" u2="Φ"/><hkern k="95" u1="Ҭ" u2="ø"/><hkern k="114" u1="Ҭ" u2="æ"/><hkern k="179" u1="Ҭ" u2="Æ"/><hkern k="216" u1="Ҭ" u2="»"/><hkern k="328" u1="Ҭ" u2="«"/><hkern k="57" u1="Ҭ" u2="w"/><hkern k="75" u1="Ҭ" u2="r"/><hkern k="40" u1="Ҭ"/><hkern g2="X.c2sc" k="17" u1="Ү"/><hkern g2="W.c2sc" k="13" u1="Ү"/><hkern g2="T.c2sc" k="13" u1="Ү"/><hkern g2="Q.c2sc" k="53" u1="Ү"/><hkern g2="O.c2sc" k="53" u1="Ү"/><hkern g2="G.c2sc" k="53" u1="Ү"/><hkern g2="C.c2sc" k="51" u1="Ү"/><hkern g2="A.c2sc" k="85" u1="Ү"/><hkern k="45" u1="Ү" u2="•"/><hkern k="57" u1="Ү" u2="ω"/><hkern k="38" u1="Ү" u2="ψ"/><hkern k="53" u1="Ү" u2="φ"/><hkern k="23" u1="Ү" u2="τ"/><hkern k="70" u1="Ү" u2="ρ"/><hkern k="24" u1="Ү" u2="π"/><hkern k="42" u1="Ү" u2="ι"/><hkern k="23" u1="Ү" u2="θ"/><hkern k="-13" u1="Ү" u2="ζ"/><hkern k="58" u1="Ү" u2="ε"/><hkern k="22" u1="Ү" u2="β"/><hkern k="48" u1="Ү" u2="Φ"/><hkern k="64" u1="Ү" u2="ø"/><hkern k="63" u1="Ү" u2="æ"/><hkern k="96" u1="Ү" u2="Æ"/><hkern k="51" u1="Ү" u2="»"/><hkern k="82" u1="Ү" u2="«"/><hkern k="-19" u1="Ү" u2="}"/><hkern k="22" u1="Ү" u2="t"/><hkern k="40" u1="Ү" u2="r"/><hkern k="22" u1="Ү" u2="f"/><hkern k="-18" u1="Ү" u2="]"/><hkern k="49" u1="Ү" u2="*"/><hkern k="-20" u1="Ү" u2=")"/><hkern k="30" u1="Ү" u2="&amp;"/><hkern k="15" u1="ү" u2="ѻ"/><hkern k="56" u1="ү" u2="д"/><hkern k="-12" u1="ү" u2="τ"/><hkern k="22" u1="ү" u2="ρ"/><hkern k="-11" u1="ү" u2="π"/><hkern k="-13" u1="ү" u2="f"/><hkern g2="X.c2sc" k="17" u1="Ұ"/><hkern g2="W.c2sc" k="13" u1="Ұ"/><hkern g2="T.c2sc" k="13" u1="Ұ"/><hkern g2="Q.c2sc" k="53" u1="Ұ"/><hkern g2="O.c2sc" k="53" u1="Ұ"/><hkern g2="G.c2sc" k="53" u1="Ұ"/><hkern g2="C.c2sc" k="51" u1="Ұ"/><hkern g2="A.c2sc" k="85" u1="Ұ"/><hkern k="45" u1="Ұ" u2="•"/><hkern k="57" u1="Ұ" u2="ω"/><hkern k="38" u1="Ұ" u2="ψ"/><hkern k="53" u1="Ұ" u2="φ"/><hkern k="23" u1="Ұ" u2="τ"/><hkern k="70" u1="Ұ" u2="ρ"/><hkern k="24" u1="Ұ" u2="π"/><hkern k="42" u1="Ұ" u2="ι"/><hkern k="23" u1="Ұ" u2="θ"/><hkern k="-13" u1="Ұ" u2="ζ"/><hkern k="58" u1="Ұ" u2="ε"/><hkern k="22" u1="Ұ" u2="β"/><hkern k="48" u1="Ұ" u2="Φ"/><hkern k="64" u1="Ұ" u2="ø"/><hkern k="63" u1="Ұ" u2="æ"/><hkern k="96" u1="Ұ" u2="Æ"/><hkern k="51" u1="Ұ" u2="»"/><hkern k="82" u1="Ұ" u2="«"/><hkern k="-19" u1="Ұ" u2="}"/><hkern k="22" u1="Ұ" u2="t"/><hkern k="40" u1="Ұ" u2="r"/><hkern k="22" u1="Ұ" u2="f"/><hkern k="-18" u1="Ұ" u2="]"/><hkern k="49" u1="Ұ" u2="*"/><hkern k="-20" u1="Ұ" u2=")"/><hkern k="30" u1="Ұ" u2="&amp;"/><hkern g2="Q.c2sc" k="23" u1="Ҳ"/><hkern g2="O.c2sc" k="25" u1="Ҳ"/><hkern g2="G.c2sc" k="25" u1="Ҳ"/><hkern g2="C.c2sc" k="23" u1="Ҳ"/><hkern k="14" u1="Ҳ" u2="Ԑ"/><hkern k="42" u1="Ҳ" u2="ԏ"/><hkern k="-12" u1="Ҳ" u2="Ԇ"/><hkern k="-13" u1="Ҳ" u2="Ԅ"/><hkern k="25" u1="Ҳ" u2="Ә"/><hkern k="59" u1="Ҳ" u2="ҽ"/><hkern k="42" u1="Ҳ" u2="Ҽ"/><hkern k="45" u1="Ҳ" u2="ҹ"/><hkern k="41" u1="Ҳ" u2="ҡ"/><hkern k="41" u1="Ҳ" u2="т"/><hkern k="23" u1="Ҳ" u2="б"/><hkern k="-18" u1="Ҳ" u2="Д"/><hkern k="18" u1="Ҳ" u2="ω"/><hkern k="27" u1="Ҳ" u2="ψ"/><hkern k="25" u1="Ҳ" u2="φ"/><hkern k="32" u1="Ҳ" u2="τ"/><hkern k="-17" u1="Ҳ" u2="λ"/><hkern k="19" u1="Ҳ" u2="θ"/><hkern k="44" u1="Ҳ" u2="Φ"/><hkern k="15" u1="ҳ" u2="ѻ"/><hkern k="80" u1="һ" u2="’"/><hkern k="64" u1="һ" u2="т"/><hkern k="28" u1="Ӏ" u2="Ԏ"/><hkern k="30" u1="Ӏ" u2="Ԇ"/><hkern k="29" u1="Ӏ" u2="Ԅ"/><hkern k="28" u1="Ӏ" u2="Ҽ"/><hkern k="27" u1="Ӏ" u2="ҹ"/><hkern k="28" u1="Ӏ" u2="Ҹ"/><hkern k="-21" u1="Ӏ" u2="д"/><hkern k="-21" u1="Ӏ" u2="Д"/><hkern g2="Q.c2sc" k="23" u1="Ӂ"/><hkern g2="O.c2sc" k="25" u1="Ӂ"/><hkern g2="G.c2sc" k="25" u1="Ӂ"/><hkern g2="C.c2sc" k="23" u1="Ӂ"/><hkern k="14" u1="Ӂ" u2="Ԑ"/><hkern k="42" u1="Ӂ" u2="ԏ"/><hkern k="-12" u1="Ӂ" u2="Ԇ"/><hkern k="-13" u1="Ӂ" u2="Ԅ"/><hkern k="25" u1="Ӂ" u2="Ә"/><hkern k="59" u1="Ӂ" u2="ҽ"/><hkern k="42" u1="Ӂ" u2="Ҽ"/><hkern k="45" u1="Ӂ" u2="ҹ"/><hkern k="41" u1="Ӂ" u2="ҡ"/><hkern k="41" u1="Ӂ" u2="т"/><hkern k="23" u1="Ӂ" u2="б"/><hkern k="-18" u1="Ӂ" u2="Д"/><hkern k="18" u1="Ӂ" u2="ω"/><hkern k="27" u1="Ӂ" u2="ψ"/><hkern k="25" u1="Ӂ" u2="φ"/><hkern k="32" u1="Ӂ" u2="τ"/><hkern k="-17" u1="Ӂ" u2="λ"/><hkern k="19" u1="Ӂ" u2="θ"/><hkern k="44" u1="Ӂ" u2="Φ"/><hkern k="15" u1="ӂ" u2="ѻ"/><hkern k="28" u1="Ӊ" u2="Ԏ"/><hkern k="30" u1="Ӊ" u2="Ԇ"/><hkern k="29" u1="Ӊ" u2="Ԅ"/><hkern k="28" u1="Ӊ" u2="Ҽ"/><hkern k="27" u1="Ӊ" u2="ҹ"/><hkern k="28" u1="Ӊ" u2="Ҹ"/><hkern k="-21" u1="Ӊ" u2="д"/><hkern k="-21" u1="Ӊ" u2="Д"/><hkern k="28" u1="Ӎ" u2="Ԏ"/><hkern k="30" u1="Ӎ" u2="Ԇ"/><hkern k="29" u1="Ӎ" u2="Ԅ"/><hkern k="28" u1="Ӎ" u2="Ҽ"/><hkern k="27" u1="Ӎ" u2="ҹ"/><hkern k="28" u1="Ӎ" u2="Ҹ"/><hkern k="-21" u1="Ӎ" u2="д"/><hkern k="-21" u1="Ӎ" u2="Д"/><hkern k="28" u1="ӏ" u2="Ԏ"/><hkern k="30" u1="ӏ" u2="Ԇ"/><hkern k="29" u1="ӏ" u2="Ԅ"/><hkern k="28" u1="ӏ" u2="Ҽ"/><hkern k="27" u1="ӏ" u2="ҹ"/><hkern k="28" u1="ӏ" u2="Ҹ"/><hkern k="-21" u1="ӏ" u2="д"/><hkern k="-21" u1="ӏ" u2="Д"/><hkern g2="Y.c2sc" k="60" u1="Ӑ"/><hkern g2="W.c2sc" k="35" u1="Ӑ"/><hkern g2="V.c2sc" k="51" u1="Ӑ"/><hkern g2="U.c2sc" k="15" u1="Ӑ"/><hkern g2="T.c2sc" k="57" u1="Ӑ"/><hkern g2="O.c2sc" k="11" u1="Ӑ"/><hkern g2="G.c2sc" k="11" u1="Ӑ"/><hkern k="116" u1="Ӑ" u2="ԏ"/><hkern k="177" u1="Ӑ" u2="Ԏ"/><hkern k="54" u1="Ӑ" u2="Ԇ"/><hkern k="139" u1="Ӑ" u2="Ԅ"/><hkern k="14" u1="Ӑ" u2="Ә"/><hkern k="35" u1="Ӑ" u2="ҽ"/><hkern k="54" u1="Ӑ" u2="Ҽ"/><hkern k="133" u1="Ӑ" u2="ҹ"/><hkern k="175" u1="Ӑ" u2="Ҹ"/><hkern k="97" u1="Ӑ" u2="ҡ"/><hkern k="54" u1="Ӑ" u2="т"/><hkern k="59" u1="Ӑ" u2="Ь"/><hkern k="-19" u1="Ӑ" u2="Д"/><hkern k="56" u1="Ӑ" u2="τ"/><hkern k="-17" u1="Ӑ" u2="λ"/><hkern k="47" u1="Ӑ" u2="Ψ"/><hkern k="27" u1="Ӑ" u2="Φ"/><hkern k="18" u1="Ӑ" u2="Ư"/><hkern k="33" u1="Ӑ" u2="w"/><hkern k="17" u1="Ӑ" u2="t"/><hkern k="61" u1="Ӑ" u2="?"/><hkern k="45" u1="ӑ" u2="ԏ"/><hkern k="23" u1="ӑ" u2="ԇ"/><hkern k="13" u1="ӑ" u2="ԅ"/><hkern k="15" u1="ӑ" u2="ҡ"/><hkern k="13" u1="ӑ" u2="ѿ"/><hkern k="15" u1="ӑ" u2="ѡ"/><hkern k="16" u1="ӑ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ӓ"/><hkern g2="W.c2sc" k="35" u1="Ӓ"/><hkern g2="V.c2sc" k="51" u1="Ӓ"/><hkern g2="U.c2sc" k="15" u1="Ӓ"/><hkern g2="T.c2sc" k="57" u1="Ӓ"/><hkern g2="O.c2sc" k="11" u1="Ӓ"/><hkern g2="G.c2sc" k="11" u1="Ӓ"/><hkern k="116" u1="Ӓ" u2="ԏ"/><hkern k="177" u1="Ӓ" u2="Ԏ"/><hkern k="54" u1="Ӓ" u2="Ԇ"/><hkern k="139" u1="Ӓ" u2="Ԅ"/><hkern k="14" u1="Ӓ" u2="Ә"/><hkern k="35" u1="Ӓ" u2="ҽ"/><hkern k="54" u1="Ӓ" u2="Ҽ"/><hkern k="133" u1="Ӓ" u2="ҹ"/><hkern k="175" u1="Ӓ" u2="Ҹ"/><hkern k="97" u1="Ӓ" u2="ҡ"/><hkern k="54" u1="Ӓ" u2="т"/><hkern k="59" u1="Ӓ" u2="Ь"/><hkern k="-19" u1="Ӓ" u2="Д"/><hkern k="56" u1="Ӓ" u2="τ"/><hkern k="-17" u1="Ӓ" u2="λ"/><hkern k="47" u1="Ӓ" u2="Ψ"/><hkern k="27" u1="Ӓ" u2="Φ"/><hkern k="18" u1="Ӓ" u2="Ư"/><hkern k="33" u1="Ӓ" u2="w"/><hkern k="17" u1="Ӓ" u2="t"/><hkern k="61" u1="Ӓ" u2="?"/><hkern k="45" u1="ӓ" u2="ԏ"/><hkern k="23" u1="ӓ" u2="ԇ"/><hkern k="13" u1="ӓ" u2="ԅ"/><hkern k="15" u1="ӓ" u2="ҡ"/><hkern k="13" u1="ӓ" u2="ѿ"/><hkern k="15" u1="ӓ" u2="ѡ"/><hkern k="16" u1="ӓ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ӗ"/><hkern g2="W.c2sc" k="19" u1="Ӗ"/><hkern g2="V.c2sc" k="16" u1="Ӗ"/><hkern k="22" u1="Ӗ" u2="w"/><hkern k="18" u1="Ӗ" u2="f"/><hkern k="80" u1="ӗ" u2="’"/><hkern k="11" u1="ӗ" u2="т"/><hkern k="80" u1="ә" u2="’"/><hkern k="11" u1="ә" u2="т"/><hkern k="80" u1="ӛ" u2="’"/><hkern k="11" u1="ӛ" u2="т"/><hkern g2="Q.c2sc" k="23" u1="Ӝ"/><hkern g2="O.c2sc" k="25" u1="Ӝ"/><hkern g2="G.c2sc" k="25" u1="Ӝ"/><hkern g2="C.c2sc" k="23" u1="Ӝ"/><hkern k="14" u1="Ӝ" u2="Ԑ"/><hkern k="42" u1="Ӝ" u2="ԏ"/><hkern k="-12" u1="Ӝ" u2="Ԇ"/><hkern k="-13" u1="Ӝ" u2="Ԅ"/><hkern k="25" u1="Ӝ" u2="Ә"/><hkern k="59" u1="Ӝ" u2="ҽ"/><hkern k="42" u1="Ӝ" u2="Ҽ"/><hkern k="45" u1="Ӝ" u2="ҹ"/><hkern k="41" u1="Ӝ" u2="ҡ"/><hkern k="41" u1="Ӝ" u2="т"/><hkern k="23" u1="Ӝ" u2="б"/><hkern k="-18" u1="Ӝ" u2="Д"/><hkern k="18" u1="Ӝ" u2="ω"/><hkern k="27" u1="Ӝ" u2="ψ"/><hkern k="25" u1="Ӝ" u2="φ"/><hkern k="32" u1="Ӝ" u2="τ"/><hkern k="-17" u1="Ӝ" u2="λ"/><hkern k="19" u1="Ӝ" u2="θ"/><hkern k="44" u1="Ӝ" u2="Φ"/><hkern k="15" u1="ӝ" u2="ѻ"/><hkern g2="X.c2sc" k="11" u1="Ӧ"/><hkern g2="A.c2sc" k="19" u1="Ӧ"/><hkern k="32" u1="Ӧ" u2="Ԏ"/><hkern k="32" u1="Ӧ" u2="Ь"/><hkern k="33" u1="Ӧ" u2="Д"/><hkern k="22" u1="Ӧ" u2="λ"/><hkern k="16" u1="Ӧ" u2="Σ"/><hkern k="13" u1="Ӧ" u2="Ξ"/><hkern k="33" u1="Ӧ" u2="Æ"/><hkern k="80" u1="ӧ" u2="’"/><hkern k="20" u1="ӧ" u2="ԏ"/><hkern k="11" u1="ӧ" u2="ԅ"/><hkern k="21" u1="ӧ" u2="ҡ"/><hkern k="15" u1="ӧ" u2="ѿ"/><hkern k="16" u1="ӧ" u2="ѡ"/><hkern k="22" u1="ӧ" u2="т"/><hkern k="72" u1="ӧ" u2="д"/><hkern k="22" u1="ӧ" u2="τ"/><hkern k="80" u1="ӫ" u2="’"/><hkern k="20" u1="ӫ" u2="ԏ"/><hkern k="11" u1="ӫ" u2="ԅ"/><hkern k="21" u1="ӫ" u2="ҡ"/><hkern k="15" u1="ӫ" u2="ѿ"/><hkern k="16" u1="ӫ" u2="ѡ"/><hkern k="22" u1="ӫ" u2="т"/><hkern k="72" u1="ӫ" u2="д"/><hkern k="22" u1="ӫ" u2="τ"/><hkern k="20" u1="ӭ" u2="ԏ"/><hkern k="20" u1="ӭ" u2="ҡ"/><hkern k="80" u1="ӭ" u2="т"/><hkern k="18" u1="ӭ" u2="д"/><hkern k="22" u1="ӭ" u2="τ"/><hkern k="-17" u1="Ӯ" u2="Ԏ"/><hkern k="33" u1="Ӯ" u2="ԋ"/><hkern k="67" u1="Ӯ" u2="Ԁ"/><hkern k="38" u1="Ӯ" u2="ҽ"/><hkern k="23" u1="Ӯ" u2="ҹ"/><hkern k="32" u1="Ӯ" u2="ҧ"/><hkern k="32" u1="Ӯ" u2="ҝ"/><hkern k="30" u1="Ӯ" u2="ґ"/><hkern k="35" u1="Ӯ" u2="ҏ"/><hkern k="50" u1="Ӯ" u2="ѻ"/><hkern k="32" u1="Ӯ" u2="џ"/><hkern k="46" u1="Ӯ" u2="я"/><hkern k="33" u1="Ӯ" u2="ы"/><hkern k="42" u1="Ӯ" u2="з"/><hkern k="83" u1="Ӯ" u2="д"/><hkern k="32" u1="Ӯ" u2="в"/><hkern k="-18" u1="Ӯ" u2="Ь"/><hkern k="82" u1="Ӯ" u2="Д"/><hkern k="15" u1="ӯ" u2="ѻ"/><hkern k="56" u1="ӯ" u2="д"/><hkern k="-12" u1="ӯ" u2="τ"/><hkern k="22" u1="ӯ" u2="ρ"/><hkern k="-11" u1="ӯ" u2="π"/><hkern k="-13" u1="ӯ" u2="f"/><hkern k="-17" u1="Ӱ" u2="Ԏ"/><hkern k="33" u1="Ӱ" u2="ԋ"/><hkern k="67" u1="Ӱ" u2="Ԁ"/><hkern k="38" u1="Ӱ" u2="ҽ"/><hkern k="23" u1="Ӱ" u2="ҹ"/><hkern k="32" u1="Ӱ" u2="ҧ"/><hkern k="32" u1="Ӱ" u2="ҝ"/><hkern k="30" u1="Ӱ" u2="ґ"/><hkern k="35" u1="Ӱ" u2="ҏ"/><hkern k="50" u1="Ӱ" u2="ѻ"/><hkern k="32" u1="Ӱ" u2="џ"/><hkern k="46" u1="Ӱ" u2="я"/><hkern k="33" u1="Ӱ" u2="ы"/><hkern k="42" u1="Ӱ" u2="з"/><hkern k="83" u1="Ӱ" u2="д"/><hkern k="32" u1="Ӱ" u2="в"/><hkern k="-18" u1="Ӱ" u2="Ь"/><hkern k="82" u1="Ӱ" u2="Д"/><hkern k="15" u1="ӱ" u2="ѻ"/><hkern k="56" u1="ӱ" u2="д"/><hkern k="-12" u1="ӱ" u2="τ"/><hkern k="22" u1="ӱ" u2="ρ"/><hkern k="-11" u1="ӱ" u2="π"/><hkern k="-13" u1="ӱ" u2="f"/><hkern k="-17" u1="Ӳ" u2="Ԏ"/><hkern k="33" u1="Ӳ" u2="ԋ"/><hkern k="67" u1="Ӳ" u2="Ԁ"/><hkern k="38" u1="Ӳ" u2="ҽ"/><hkern k="23" u1="Ӳ" u2="ҹ"/><hkern k="32" u1="Ӳ" u2="ҧ"/><hkern k="32" u1="Ӳ" u2="ҝ"/><hkern k="30" u1="Ӳ" u2="ґ"/><hkern k="35" u1="Ӳ" u2="ҏ"/><hkern k="50" u1="Ӳ" u2="ѻ"/><hkern k="32" u1="Ӳ" u2="џ"/><hkern k="46" u1="Ӳ" u2="я"/><hkern k="33" u1="Ӳ" u2="ы"/><hkern k="42" u1="Ӳ" u2="з"/><hkern k="83" u1="Ӳ" u2="д"/><hkern k="32" u1="Ӳ" u2="в"/><hkern k="-18" u1="Ӳ" u2="Ь"/><hkern k="82" u1="Ӳ" u2="Д"/><hkern k="15" u1="ӳ" u2="ѻ"/><hkern k="56" u1="ӳ" u2="д"/><hkern k="-12" u1="ӳ" u2="τ"/><hkern k="22" u1="ӳ" u2="ρ"/><hkern k="-11" u1="ӳ" u2="π"/><hkern k="-13" u1="ӳ" u2="f"/><hkern k="43" u1="Ӷ" u2="Ԑ"/><hkern k="208" u1="Ӷ" u2="ԏ"/><hkern k="-5" u1="Ӷ" u2="Ԏ"/><hkern k="246" u1="Ӷ" u2="ԋ"/><hkern k="161" u1="Ӷ" u2="ԇ"/><hkern k="207" u1="Ӷ" u2="ԅ"/><hkern k="273" u1="Ӷ" u2="Ԁ"/><hkern k="64" u1="Ӷ" u2="Ә"/><hkern k="271" u1="Ӷ" u2="ҽ"/><hkern k="193" u1="Ӷ" u2="Ҽ"/><hkern k="244" u1="Ӷ" u2="ҹ"/><hkern k="183" u1="Ӷ" u2="ҧ"/><hkern k="150" u1="Ӷ" u2="ҡ"/><hkern k="242" u1="Ӷ" u2="ҝ"/><hkern k="196" u1="Ӷ" u2="ґ"/><hkern k="235" u1="Ӷ" u2="ҏ"/><hkern k="84" u1="Ӷ" u2="ѿ"/><hkern k="196" u1="Ӷ" u2="ѻ"/><hkern k="239" u1="Ӷ" u2="ѡ"/><hkern k="242" u1="Ӷ" u2="џ"/><hkern k="249" u1="Ӷ" u2="я"/><hkern k="237" u1="Ӷ" u2="э"/><hkern k="242" u1="Ӷ" u2="ы"/><hkern k="152" u1="Ӷ" u2="т"/><hkern k="237" u1="Ӷ" u2="з"/><hkern k="258" u1="Ӷ" u2="д"/><hkern k="183" u1="Ӷ" u2="в"/><hkern k="67" u1="Ӷ" u2="б"/><hkern k="-5" u1="Ӷ" u2="Ь"/><hkern k="174" u1="Ӷ" u2="Д"/><hkern k="295" u1="Ӷ" u2="ω"/><hkern k="259" u1="Ӷ" u2="ψ"/><hkern k="275" u1="Ӷ" u2="φ"/><hkern k="186" u1="Ӷ" u2="τ"/><hkern k="283" u1="Ӷ" u2="ρ"/><hkern k="225" u1="Ӷ" u2="π"/><hkern k="280" u1="Ӷ" u2="ι"/><hkern k="241" u1="Ӷ" u2="ε"/><hkern k="159" u1="Ӷ" u2="Φ"/><hkern k="181" u1="Ӷ" u2="ø"/><hkern k="213" u1="Ӷ" u2="æ"/><hkern k="324" u1="Ӷ" u2="Æ"/><hkern k="387" u1="Ӷ" u2="»"/><hkern k="577" u1="Ӷ" u2="«"/><hkern k="116" u1="Ӷ" u2="w"/><hkern k="147" u1="Ӷ" u2="r"/><hkern k="18" u1="ӷ" u2="ѻ"/><hkern k="55" u1="ӷ" u2="д"/><hkern k="18" u1="ӻ" u2="ѻ"/><hkern k="55" u1="ӻ" u2="д"/><hkern g2="Q.c2sc" k="23" u1="Ӽ"/><hkern g2="O.c2sc" k="25" u1="Ӽ"/><hkern g2="G.c2sc" k="25" u1="Ӽ"/><hkern g2="C.c2sc" k="23" u1="Ӽ"/><hkern k="14" u1="Ӽ" u2="Ԑ"/><hkern k="42" u1="Ӽ" u2="ԏ"/><hkern k="-12" u1="Ӽ" u2="Ԇ"/><hkern k="-13" u1="Ӽ" u2="Ԅ"/><hkern k="25" u1="Ӽ" u2="Ә"/><hkern k="59" u1="Ӽ" u2="ҽ"/><hkern k="42" u1="Ӽ" u2="Ҽ"/><hkern k="45" u1="Ӽ" u2="ҹ"/><hkern k="41" u1="Ӽ" u2="ҡ"/><hkern k="41" u1="Ӽ" u2="т"/><hkern k="23" u1="Ӽ" u2="б"/><hkern k="-18" u1="Ӽ" u2="Д"/><hkern k="18" u1="Ӽ" u2="ω"/><hkern k="27" u1="Ӽ" u2="ψ"/><hkern k="25" u1="Ӽ" u2="φ"/><hkern k="32" u1="Ӽ" u2="τ"/><hkern k="-17" u1="Ӽ" u2="λ"/><hkern k="19" u1="Ӽ" u2="θ"/><hkern k="44" u1="Ӽ" u2="Φ"/><hkern k="15" u1="ӽ" u2="ѻ"/><hkern g2="Y.c2sc" k="60" u1="Ḁ"/><hkern g2="W.c2sc" k="35" u1="Ḁ"/><hkern g2="V.c2sc" k="51" u1="Ḁ"/><hkern g2="U.c2sc" k="15" u1="Ḁ"/><hkern g2="T.c2sc" k="57" u1="Ḁ"/><hkern g2="O.c2sc" k="11" u1="Ḁ"/><hkern g2="G.c2sc" k="11" u1="Ḁ"/><hkern k="116" u1="Ḁ" u2="ԏ"/><hkern k="177" u1="Ḁ" u2="Ԏ"/><hkern k="54" u1="Ḁ" u2="Ԇ"/><hkern k="139" u1="Ḁ" u2="Ԅ"/><hkern k="14" u1="Ḁ" u2="Ә"/><hkern k="35" u1="Ḁ" u2="ҽ"/><hkern k="54" u1="Ḁ" u2="Ҽ"/><hkern k="133" u1="Ḁ" u2="ҹ"/><hkern k="175" u1="Ḁ" u2="Ҹ"/><hkern k="97" u1="Ḁ" u2="ҡ"/><hkern k="54" u1="Ḁ" u2="т"/><hkern k="59" u1="Ḁ" u2="Ь"/><hkern k="-19" u1="Ḁ" u2="Д"/><hkern k="56" u1="Ḁ" u2="τ"/><hkern k="-17" u1="Ḁ" u2="λ"/><hkern k="47" u1="Ḁ" u2="Ψ"/><hkern k="27" u1="Ḁ" u2="Φ"/><hkern k="18" u1="Ḁ" u2="Ư"/><hkern k="33" u1="Ḁ" u2="w"/><hkern k="17" u1="Ḁ" u2="t"/><hkern k="61" u1="Ḁ" u2="?"/><hkern k="45" u1="ḁ" u2="ԏ"/><hkern k="23" u1="ḁ" u2="ԇ"/><hkern k="13" u1="ḁ" u2="ԅ"/><hkern k="15" u1="ḁ" u2="ҡ"/><hkern k="13" u1="ḁ" u2="ѿ"/><hkern k="15" u1="ḁ" u2="ѡ"/><hkern k="16" u1="ḁ" u2="т"/><hkern k="28" u1="Ḿ" u2="Ԏ"/><hkern k="30" u1="Ḿ" u2="Ԇ"/><hkern k="29" u1="Ḿ" u2="Ԅ"/><hkern k="28" u1="Ḿ" u2="Ҽ"/><hkern k="27" u1="Ḿ" u2="ҹ"/><hkern k="28" u1="Ḿ" u2="Ҹ"/><hkern k="-21" u1="Ḿ" u2="д"/><hkern k="-21" u1="Ḿ" u2="Д"/><hkern k="80" u1="ḿ" u2="’"/><hkern k="64" u1="ḿ" u2="т"/><hkern g2="Q.c2sc" k="25" u1="Ẁ"/><hkern g2="O.c2sc" k="25" u1="Ẁ"/><hkern g2="G.c2sc" k="25" u1="Ẁ"/><hkern g2="C.c2sc" k="23" u1="Ẁ"/><hkern g2="A.c2sc" k="53" u1="Ẁ"/><hkern k="-14" u1="Ẁ" u2="}"/><hkern k="21" u1="Ẁ" u2="r"/><hkern k="-12" u1="Ẁ" u2="]"/><hkern k="-15" u1="Ẁ" u2=")"/><hkern g2="Q.c2sc" k="25" u1="Ẃ"/><hkern g2="O.c2sc" k="25" u1="Ẃ"/><hkern g2="G.c2sc" k="25" u1="Ẃ"/><hkern g2="C.c2sc" k="23" u1="Ẃ"/><hkern g2="A.c2sc" k="53" u1="Ẃ"/><hkern k="-14" u1="Ẃ" u2="}"/><hkern k="21" u1="Ẃ" u2="r"/><hkern k="-12" u1="Ẃ" u2="]"/><hkern k="-15" u1="Ẃ" u2=")"/><hkern g2="Q.c2sc" k="25" u1="Ẅ"/><hkern g2="O.c2sc" k="25" u1="Ẅ"/><hkern g2="G.c2sc" k="25" u1="Ẅ"/><hkern g2="C.c2sc" k="23" u1="Ẅ"/><hkern g2="A.c2sc" k="53" u1="Ẅ"/><hkern k="-14" u1="Ẅ" u2="}"/><hkern k="21" u1="Ẅ" u2="r"/><hkern k="-12" u1="Ẅ" u2="]"/><hkern k="-15" u1="Ẅ" u2=")"/><hkern g2="Y.c2sc" k="60" u1="Ạ"/><hkern g2="W.c2sc" k="35" u1="Ạ"/><hkern g2="V.c2sc" k="51" u1="Ạ"/><hkern g2="U.c2sc" k="15" u1="Ạ"/><hkern g2="T.c2sc" k="57" u1="Ạ"/><hkern g2="O.c2sc" k="11" u1="Ạ"/><hkern g2="G.c2sc" k="11" u1="Ạ"/><hkern k="116" u1="Ạ" u2="ԏ"/><hkern k="177" u1="Ạ" u2="Ԏ"/><hkern k="54" u1="Ạ" u2="Ԇ"/><hkern k="139" u1="Ạ" u2="Ԅ"/><hkern k="14" u1="Ạ" u2="Ә"/><hkern k="35" u1="Ạ" u2="ҽ"/><hkern k="54" u1="Ạ" u2="Ҽ"/><hkern k="133" u1="Ạ" u2="ҹ"/><hkern k="175" u1="Ạ" u2="Ҹ"/><hkern k="97" u1="Ạ" u2="ҡ"/><hkern k="54" u1="Ạ" u2="т"/><hkern k="59" u1="Ạ" u2="Ь"/><hkern k="-19" u1="Ạ" u2="Д"/><hkern k="56" u1="Ạ" u2="τ"/><hkern k="-17" u1="Ạ" u2="λ"/><hkern k="47" u1="Ạ" u2="Ψ"/><hkern k="27" u1="Ạ" u2="Φ"/><hkern k="18" u1="Ạ" u2="Ư"/><hkern k="33" u1="Ạ" u2="w"/><hkern k="17" u1="Ạ" u2="t"/><hkern k="61" u1="Ạ" u2="?"/><hkern k="45" u1="ạ" u2="ԏ"/><hkern k="23" u1="ạ" u2="ԇ"/><hkern k="13" u1="ạ" u2="ԅ"/><hkern k="15" u1="ạ" u2="ҡ"/><hkern k="13" u1="ạ" u2="ѿ"/><hkern k="15" u1="ạ" u2="ѡ"/><hkern k="16" u1="ạ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ả"/><hkern g2="W.c2sc" k="35" u1="Ả"/><hkern g2="V.c2sc" k="51" u1="Ả"/><hkern g2="U.c2sc" k="15" u1="Ả"/><hkern g2="T.c2sc" k="57" u1="Ả"/><hkern g2="O.c2sc" k="11" u1="Ả"/><hkern g2="G.c2sc" k="11" u1="Ả"/><hkern k="116" u1="Ả" u2="ԏ"/><hkern k="177" u1="Ả" u2="Ԏ"/><hkern k="54" u1="Ả" u2="Ԇ"/><hkern k="139" u1="Ả" u2="Ԅ"/><hkern k="14" u1="Ả" u2="Ә"/><hkern k="35" u1="Ả" u2="ҽ"/><hkern k="54" u1="Ả" u2="Ҽ"/><hkern k="133" u1="Ả" u2="ҹ"/><hkern k="175" u1="Ả" u2="Ҹ"/><hkern k="97" u1="Ả" u2="ҡ"/><hkern k="54" u1="Ả" u2="т"/><hkern k="59" u1="Ả" u2="Ь"/><hkern k="-19" u1="Ả" u2="Д"/><hkern k="56" u1="Ả" u2="τ"/><hkern k="-17" u1="Ả" u2="λ"/><hkern k="47" u1="Ả" u2="Ψ"/><hkern k="27" u1="Ả" u2="Φ"/><hkern k="18" u1="Ả" u2="Ư"/><hkern k="33" u1="Ả" u2="w"/><hkern k="17" u1="Ả" u2="t"/><hkern k="61" u1="Ả" u2="?"/><hkern k="45" u1="ả" u2="ԏ"/><hkern k="23" u1="ả" u2="ԇ"/><hkern k="13" u1="ả" u2="ԅ"/><hkern k="15" u1="ả" u2="ҡ"/><hkern k="13" u1="ả" u2="ѿ"/><hkern k="15" u1="ả" u2="ѡ"/><hkern k="16" u1="ả" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ấ"/><hkern g2="W.c2sc" k="35" u1="Ấ"/><hkern g2="V.c2sc" k="51" u1="Ấ"/><hkern g2="U.c2sc" k="15" u1="Ấ"/><hkern g2="T.c2sc" k="57" u1="Ấ"/><hkern g2="O.c2sc" k="11" u1="Ấ"/><hkern g2="G.c2sc" k="11" u1="Ấ"/><hkern k="116" u1="Ấ" u2="ԏ"/><hkern k="177" u1="Ấ" u2="Ԏ"/><hkern k="54" u1="Ấ" u2="Ԇ"/><hkern k="139" u1="Ấ" u2="Ԅ"/><hkern k="14" u1="Ấ" u2="Ә"/><hkern k="35" u1="Ấ" u2="ҽ"/><hkern k="54" u1="Ấ" u2="Ҽ"/><hkern k="133" u1="Ấ" u2="ҹ"/><hkern k="175" u1="Ấ" u2="Ҹ"/><hkern k="97" u1="Ấ" u2="ҡ"/><hkern k="54" u1="Ấ" u2="т"/><hkern k="59" u1="Ấ" u2="Ь"/><hkern k="-19" u1="Ấ" u2="Д"/><hkern k="56" u1="Ấ" u2="τ"/><hkern k="-17" u1="Ấ" u2="λ"/><hkern k="47" u1="Ấ" u2="Ψ"/><hkern k="27" u1="Ấ" u2="Φ"/><hkern k="18" u1="Ấ" u2="Ư"/><hkern k="33" u1="Ấ" u2="w"/><hkern k="17" u1="Ấ" u2="t"/><hkern k="61" u1="Ấ" u2="?"/><hkern k="45" u1="ấ" u2="ԏ"/><hkern k="23" u1="ấ" u2="ԇ"/><hkern k="13" u1="ấ" u2="ԅ"/><hkern k="15" u1="ấ" u2="ҡ"/><hkern k="13" u1="ấ" u2="ѿ"/><hkern k="15" u1="ấ" u2="ѡ"/><hkern k="16" u1="ấ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ầ"/><hkern g2="W.c2sc" k="35" u1="Ầ"/><hkern g2="V.c2sc" k="51" u1="Ầ"/><hkern g2="U.c2sc" k="15" u1="Ầ"/><hkern g2="T.c2sc" k="57" u1="Ầ"/><hkern g2="O.c2sc" k="11" u1="Ầ"/><hkern g2="G.c2sc" k="11" u1="Ầ"/><hkern k="116" u1="Ầ" u2="ԏ"/><hkern k="177" u1="Ầ" u2="Ԏ"/><hkern k="54" u1="Ầ" u2="Ԇ"/><hkern k="139" u1="Ầ" u2="Ԅ"/><hkern k="14" u1="Ầ" u2="Ә"/><hkern k="35" u1="Ầ" u2="ҽ"/><hkern k="54" u1="Ầ" u2="Ҽ"/><hkern k="133" u1="Ầ" u2="ҹ"/><hkern k="175" u1="Ầ" u2="Ҹ"/><hkern k="97" u1="Ầ" u2="ҡ"/><hkern k="54" u1="Ầ" u2="т"/><hkern k="59" u1="Ầ" u2="Ь"/><hkern k="-19" u1="Ầ" u2="Д"/><hkern k="56" u1="Ầ" u2="τ"/><hkern k="-17" u1="Ầ" u2="λ"/><hkern k="47" u1="Ầ" u2="Ψ"/><hkern k="27" u1="Ầ" u2="Φ"/><hkern k="18" u1="Ầ" u2="Ư"/><hkern k="33" u1="Ầ" u2="w"/><hkern k="17" u1="Ầ" u2="t"/><hkern k="61" u1="Ầ" u2="?"/><hkern k="45" u1="ầ" u2="ԏ"/><hkern k="23" u1="ầ" u2="ԇ"/><hkern k="13" u1="ầ" u2="ԅ"/><hkern k="15" u1="ầ" u2="ҡ"/><hkern k="13" u1="ầ" u2="ѿ"/><hkern k="15" u1="ầ" u2="ѡ"/><hkern k="16" u1="ầ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ẩ"/><hkern g2="W.c2sc" k="35" u1="Ẩ"/><hkern g2="V.c2sc" k="51" u1="Ẩ"/><hkern g2="U.c2sc" k="15" u1="Ẩ"/><hkern g2="T.c2sc" k="57" u1="Ẩ"/><hkern g2="O.c2sc" k="11" u1="Ẩ"/><hkern g2="G.c2sc" k="11" u1="Ẩ"/><hkern k="116" u1="Ẩ" u2="ԏ"/><hkern k="177" u1="Ẩ" u2="Ԏ"/><hkern k="54" u1="Ẩ" u2="Ԇ"/><hkern k="139" u1="Ẩ" u2="Ԅ"/><hkern k="14" u1="Ẩ" u2="Ә"/><hkern k="35" u1="Ẩ" u2="ҽ"/><hkern k="54" u1="Ẩ" u2="Ҽ"/><hkern k="133" u1="Ẩ" u2="ҹ"/><hkern k="175" u1="Ẩ" u2="Ҹ"/><hkern k="97" u1="Ẩ" u2="ҡ"/><hkern k="54" u1="Ẩ" u2="т"/><hkern k="59" u1="Ẩ" u2="Ь"/><hkern k="-19" u1="Ẩ" u2="Д"/><hkern k="56" u1="Ẩ" u2="τ"/><hkern k="-17" u1="Ẩ" u2="λ"/><hkern k="47" u1="Ẩ" u2="Ψ"/><hkern k="27" u1="Ẩ" u2="Φ"/><hkern k="18" u1="Ẩ" u2="Ư"/><hkern k="33" u1="Ẩ" u2="w"/><hkern k="17" u1="Ẩ" u2="t"/><hkern k="61" u1="Ẩ" u2="?"/><hkern k="45" u1="ẩ" u2="ԏ"/><hkern k="23" u1="ẩ" u2="ԇ"/><hkern k="13" u1="ẩ" u2="ԅ"/><hkern k="15" u1="ẩ" u2="ҡ"/><hkern k="13" u1="ẩ" u2="ѿ"/><hkern k="15" u1="ẩ" u2="ѡ"/><hkern k="16" u1="ẩ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ẫ"/><hkern g2="W.c2sc" k="35" u1="Ẫ"/><hkern g2="V.c2sc" k="51" u1="Ẫ"/><hkern g2="U.c2sc" k="15" u1="Ẫ"/><hkern g2="T.c2sc" k="57" u1="Ẫ"/><hkern g2="O.c2sc" k="11" u1="Ẫ"/><hkern g2="G.c2sc" k="11" u1="Ẫ"/><hkern k="116" u1="Ẫ" u2="ԏ"/><hkern k="177" u1="Ẫ" u2="Ԏ"/><hkern k="54" u1="Ẫ" u2="Ԇ"/><hkern k="139" u1="Ẫ" u2="Ԅ"/><hkern k="14" u1="Ẫ" u2="Ә"/><hkern k="35" u1="Ẫ" u2="ҽ"/><hkern k="54" u1="Ẫ" u2="Ҽ"/><hkern k="133" u1="Ẫ" u2="ҹ"/><hkern k="175" u1="Ẫ" u2="Ҹ"/><hkern k="97" u1="Ẫ" u2="ҡ"/><hkern k="54" u1="Ẫ" u2="т"/><hkern k="59" u1="Ẫ" u2="Ь"/><hkern k="-19" u1="Ẫ" u2="Д"/><hkern k="56" u1="Ẫ" u2="τ"/><hkern k="-17" u1="Ẫ" u2="λ"/><hkern k="47" u1="Ẫ" u2="Ψ"/><hkern k="27" u1="Ẫ" u2="Φ"/><hkern k="18" u1="Ẫ" u2="Ư"/><hkern k="33" u1="Ẫ" u2="w"/><hkern k="17" u1="Ẫ" u2="t"/><hkern k="61" u1="Ẫ" u2="?"/><hkern k="45" u1="ẫ" u2="ԏ"/><hkern k="23" u1="ẫ" u2="ԇ"/><hkern k="13" u1="ẫ" u2="ԅ"/><hkern k="15" u1="ẫ" u2="ҡ"/><hkern k="13" u1="ẫ" u2="ѿ"/><hkern k="15" u1="ẫ" u2="ѡ"/><hkern k="16" u1="ẫ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ậ"/><hkern g2="W.c2sc" k="35" u1="Ậ"/><hkern g2="V.c2sc" k="51" u1="Ậ"/><hkern g2="U.c2sc" k="15" u1="Ậ"/><hkern g2="T.c2sc" k="57" u1="Ậ"/><hkern g2="O.c2sc" k="11" u1="Ậ"/><hkern g2="G.c2sc" k="11" u1="Ậ"/><hkern k="116" u1="Ậ" u2="ԏ"/><hkern k="177" u1="Ậ" u2="Ԏ"/><hkern k="54" u1="Ậ" u2="Ԇ"/><hkern k="139" u1="Ậ" u2="Ԅ"/><hkern k="14" u1="Ậ" u2="Ә"/><hkern k="35" u1="Ậ" u2="ҽ"/><hkern k="54" u1="Ậ" u2="Ҽ"/><hkern k="133" u1="Ậ" u2="ҹ"/><hkern k="175" u1="Ậ" u2="Ҹ"/><hkern k="97" u1="Ậ" u2="ҡ"/><hkern k="54" u1="Ậ" u2="т"/><hkern k="59" u1="Ậ" u2="Ь"/><hkern k="-19" u1="Ậ" u2="Д"/><hkern k="56" u1="Ậ" u2="τ"/><hkern k="-17" u1="Ậ" u2="λ"/><hkern k="47" u1="Ậ" u2="Ψ"/><hkern k="27" u1="Ậ" u2="Φ"/><hkern k="18" u1="Ậ" u2="Ư"/><hkern k="33" u1="Ậ" u2="w"/><hkern k="17" u1="Ậ" u2="t"/><hkern k="61" u1="Ậ" u2="?"/><hkern k="45" u1="ậ" u2="ԏ"/><hkern k="23" u1="ậ" u2="ԇ"/><hkern k="13" u1="ậ" u2="ԅ"/><hkern k="15" u1="ậ" u2="ҡ"/><hkern k="13" u1="ậ" u2="ѿ"/><hkern k="15" u1="ậ" u2="ѡ"/><hkern k="16" u1="ậ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ắ"/><hkern g2="W.c2sc" k="35" u1="Ắ"/><hkern g2="V.c2sc" k="51" u1="Ắ"/><hkern g2="U.c2sc" k="15" u1="Ắ"/><hkern g2="T.c2sc" k="57" u1="Ắ"/><hkern g2="O.c2sc" k="11" u1="Ắ"/><hkern g2="G.c2sc" k="11" u1="Ắ"/><hkern k="116" u1="Ắ" u2="ԏ"/><hkern k="177" u1="Ắ" u2="Ԏ"/><hkern k="54" u1="Ắ" u2="Ԇ"/><hkern k="139" u1="Ắ" u2="Ԅ"/><hkern k="14" u1="Ắ" u2="Ә"/><hkern k="35" u1="Ắ" u2="ҽ"/><hkern k="54" u1="Ắ" u2="Ҽ"/><hkern k="133" u1="Ắ" u2="ҹ"/><hkern k="175" u1="Ắ" u2="Ҹ"/><hkern k="97" u1="Ắ" u2="ҡ"/><hkern k="54" u1="Ắ" u2="т"/><hkern k="59" u1="Ắ" u2="Ь"/><hkern k="-19" u1="Ắ" u2="Д"/><hkern k="56" u1="Ắ" u2="τ"/><hkern k="-17" u1="Ắ" u2="λ"/><hkern k="47" u1="Ắ" u2="Ψ"/><hkern k="27" u1="Ắ" u2="Φ"/><hkern k="18" u1="Ắ" u2="Ư"/><hkern k="33" u1="Ắ" u2="w"/><hkern k="17" u1="Ắ" u2="t"/><hkern k="61" u1="Ắ" u2="?"/><hkern k="45" u1="ắ" u2="ԏ"/><hkern k="23" u1="ắ" u2="ԇ"/><hkern k="13" u1="ắ" u2="ԅ"/><hkern k="15" u1="ắ" u2="ҡ"/><hkern k="13" u1="ắ" u2="ѿ"/><hkern k="15" u1="ắ" u2="ѡ"/><hkern k="16" u1="ắ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ằ"/><hkern g2="W.c2sc" k="35" u1="Ằ"/><hkern g2="V.c2sc" k="51" u1="Ằ"/><hkern g2="U.c2sc" k="15" u1="Ằ"/><hkern g2="T.c2sc" k="57" u1="Ằ"/><hkern g2="O.c2sc" k="11" u1="Ằ"/><hkern g2="G.c2sc" k="11" u1="Ằ"/><hkern k="116" u1="Ằ" u2="ԏ"/><hkern k="177" u1="Ằ" u2="Ԏ"/><hkern k="54" u1="Ằ" u2="Ԇ"/><hkern k="139" u1="Ằ" u2="Ԅ"/><hkern k="14" u1="Ằ" u2="Ә"/><hkern k="35" u1="Ằ" u2="ҽ"/><hkern k="54" u1="Ằ" u2="Ҽ"/><hkern k="133" u1="Ằ" u2="ҹ"/><hkern k="175" u1="Ằ" u2="Ҹ"/><hkern k="97" u1="Ằ" u2="ҡ"/><hkern k="54" u1="Ằ" u2="т"/><hkern k="59" u1="Ằ" u2="Ь"/><hkern k="-19" u1="Ằ" u2="Д"/><hkern k="56" u1="Ằ" u2="τ"/><hkern k="-17" u1="Ằ" u2="λ"/><hkern k="47" u1="Ằ" u2="Ψ"/><hkern k="27" u1="Ằ" u2="Φ"/><hkern k="18" u1="Ằ" u2="Ư"/><hkern k="33" u1="Ằ" u2="w"/><hkern k="17" u1="Ằ" u2="t"/><hkern k="61" u1="Ằ" u2="?"/><hkern k="45" u1="ằ" u2="ԏ"/><hkern k="23" u1="ằ" u2="ԇ"/><hkern k="13" u1="ằ" u2="ԅ"/><hkern k="15" u1="ằ" u2="ҡ"/><hkern k="13" u1="ằ" u2="ѿ"/><hkern k="15" u1="ằ" u2="ѡ"/><hkern k="16" u1="ằ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ẳ"/><hkern g2="W.c2sc" k="35" u1="Ẳ"/><hkern g2="V.c2sc" k="51" u1="Ẳ"/><hkern g2="U.c2sc" k="15" u1="Ẳ"/><hkern g2="T.c2sc" k="57" u1="Ẳ"/><hkern g2="O.c2sc" k="11" u1="Ẳ"/><hkern g2="G.c2sc" k="11" u1="Ẳ"/><hkern k="116" u1="Ẳ" u2="ԏ"/><hkern k="177" u1="Ẳ" u2="Ԏ"/><hkern k="54" u1="Ẳ" u2="Ԇ"/><hkern k="139" u1="Ẳ" u2="Ԅ"/><hkern k="14" u1="Ẳ" u2="Ә"/><hkern k="35" u1="Ẳ" u2="ҽ"/><hkern k="54" u1="Ẳ" u2="Ҽ"/><hkern k="133" u1="Ẳ" u2="ҹ"/><hkern k="175" u1="Ẳ" u2="Ҹ"/><hkern k="97" u1="Ẳ" u2="ҡ"/><hkern k="54" u1="Ẳ" u2="т"/><hkern k="59" u1="Ẳ" u2="Ь"/><hkern k="-19" u1="Ẳ" u2="Д"/><hkern k="56" u1="Ẳ" u2="τ"/><hkern k="-17" u1="Ẳ" u2="λ"/><hkern k="47" u1="Ẳ" u2="Ψ"/><hkern k="27" u1="Ẳ" u2="Φ"/><hkern k="18" u1="Ẳ" u2="Ư"/><hkern k="33" u1="Ẳ" u2="w"/><hkern k="17" u1="Ẳ" u2="t"/><hkern k="61" u1="Ẳ" u2="?"/><hkern k="45" u1="ẳ" u2="ԏ"/><hkern k="23" u1="ẳ" u2="ԇ"/><hkern k="13" u1="ẳ" u2="ԅ"/><hkern k="15" u1="ẳ" u2="ҡ"/><hkern k="13" u1="ẳ" u2="ѿ"/><hkern k="15" u1="ẳ" u2="ѡ"/><hkern k="16" u1="ẳ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ẵ"/><hkern g2="W.c2sc" k="35" u1="Ẵ"/><hkern g2="V.c2sc" k="51" u1="Ẵ"/><hkern g2="U.c2sc" k="15" u1="Ẵ"/><hkern g2="T.c2sc" k="57" u1="Ẵ"/><hkern g2="O.c2sc" k="11" u1="Ẵ"/><hkern g2="G.c2sc" k="11" u1="Ẵ"/><hkern k="116" u1="Ẵ" u2="ԏ"/><hkern k="177" u1="Ẵ" u2="Ԏ"/><hkern k="54" u1="Ẵ" u2="Ԇ"/><hkern k="139" u1="Ẵ" u2="Ԅ"/><hkern k="14" u1="Ẵ" u2="Ә"/><hkern k="35" u1="Ẵ" u2="ҽ"/><hkern k="54" u1="Ẵ" u2="Ҽ"/><hkern k="133" u1="Ẵ" u2="ҹ"/><hkern k="175" u1="Ẵ" u2="Ҹ"/><hkern k="97" u1="Ẵ" u2="ҡ"/><hkern k="54" u1="Ẵ" u2="т"/><hkern k="59" u1="Ẵ" u2="Ь"/><hkern k="-19" u1="Ẵ" u2="Д"/><hkern k="56" u1="Ẵ" u2="τ"/><hkern k="-17" u1="Ẵ" u2="λ"/><hkern k="47" u1="Ẵ" u2="Ψ"/><hkern k="27" u1="Ẵ" u2="Φ"/><hkern k="18" u1="Ẵ" u2="Ư"/><hkern k="33" u1="Ẵ" u2="w"/><hkern k="17" u1="Ẵ" u2="t"/><hkern k="61" u1="Ẵ" u2="?"/><hkern k="45" u1="ẵ" u2="ԏ"/><hkern k="23" u1="ẵ" u2="ԇ"/><hkern k="13" u1="ẵ" u2="ԅ"/><hkern k="15" u1="ẵ" u2="ҡ"/><hkern k="13" u1="ẵ" u2="ѿ"/><hkern k="15" u1="ẵ" u2="ѡ"/><hkern k="16" u1="ẵ" u2="т"/><hkern g2="Y.c2sc" k="60" u1="Ặ"/><hkern g2="W.c2sc" k="35" u1="Ặ"/><hkern g2="V.c2sc" k="51" u1="Ặ"/><hkern g2="U.c2sc" k="15" u1="Ặ"/><hkern g2="T.c2sc" k="57" u1="Ặ"/><hkern g2="O.c2sc" k="11" u1="Ặ"/><hkern g2="G.c2sc" k="11" u1="Ặ"/><hkern k="116" u1="Ặ" u2="ԏ"/><hkern k="177" u1="Ặ" u2="Ԏ"/><hkern k="54" u1="Ặ" u2="Ԇ"/><hkern k="139" u1="Ặ" u2="Ԅ"/><hkern k="14" u1="Ặ" u2="Ә"/><hkern k="35" u1="Ặ" u2="ҽ"/><hkern k="54" u1="Ặ" u2="Ҽ"/><hkern k="133" u1="Ặ" u2="ҹ"/><hkern k="175" u1="Ặ" u2="Ҹ"/><hkern k="97" u1="Ặ" u2="ҡ"/><hkern k="54" u1="Ặ" u2="т"/><hkern k="59" u1="Ặ" u2="Ь"/><hkern k="-19" u1="Ặ" u2="Д"/><hkern k="56" u1="Ặ" u2="τ"/><hkern k="-17" u1="Ặ" u2="λ"/><hkern k="47" u1="Ặ" u2="Ψ"/><hkern k="27" u1="Ặ" u2="Φ"/><hkern k="18" u1="Ặ" u2="Ư"/><hkern k="33" u1="Ặ" u2="w"/><hkern k="17" u1="Ặ" u2="t"/><hkern k="61" u1="Ặ" u2="?"/><hkern k="45" u1="ặ" u2="ԏ"/><hkern k="23" u1="ặ" u2="ԇ"/><hkern k="13" u1="ặ" u2="ԅ"/><hkern k="15" u1="ặ" u2="ҡ"/><hkern k="13" u1="ặ" u2="ѿ"/><hkern k="15" u1="ặ" u2="ѡ"/><hkern k="16" u1="ặ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ẹ"/><hkern g2="W.c2sc" k="19" u1="Ẹ"/><hkern g2="V.c2sc" k="16" u1="Ẹ"/><hkern k="22" u1="Ẹ" u2="w"/><hkern k="18" u1="Ẹ" u2="f"/><hkern k="80" u1="ẹ" u2="’"/><hkern k="11" u1="ẹ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ẻ"/><hkern g2="W.c2sc" k="19" u1="Ẻ"/><hkern g2="V.c2sc" k="16" u1="Ẻ"/><hkern k="22" u1="Ẻ" u2="w"/><hkern k="18" u1="Ẻ" u2="f"/><hkern k="80" u1="ẻ" u2="’"/><hkern k="11" u1="ẻ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ẽ"/><hkern g2="W.c2sc" k="19" u1="Ẽ"/><hkern g2="V.c2sc" k="16" u1="Ẽ"/><hkern k="22" u1="Ẽ" u2="w"/><hkern k="18" u1="Ẽ" u2="f"/><hkern k="80" u1="ẽ" u2="’"/><hkern k="11" u1="ẽ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ế"/><hkern g2="W.c2sc" k="19" u1="Ế"/><hkern g2="V.c2sc" k="16" u1="Ế"/><hkern k="22" u1="Ế" u2="w"/><hkern k="18" u1="Ế" u2="f"/><hkern k="80" u1="ế" u2="’"/><hkern k="11" u1="ế" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ề"/><hkern g2="W.c2sc" k="19" u1="Ề"/><hkern g2="V.c2sc" k="16" u1="Ề"/><hkern k="22" u1="Ề" u2="w"/><hkern k="18" u1="Ề" u2="f"/><hkern k="80" u1="ề" u2="’"/><hkern k="11" u1="ề" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ể"/><hkern g2="W.c2sc" k="19" u1="Ể"/><hkern g2="V.c2sc" k="16" u1="Ể"/><hkern k="22" u1="Ể" u2="w"/><hkern k="18" u1="Ể" u2="f"/><hkern k="80" u1="ể" u2="’"/><hkern k="11" u1="ể" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ễ"/><hkern g2="W.c2sc" k="19" u1="Ễ"/><hkern g2="V.c2sc" k="16" u1="Ễ"/><hkern k="22" u1="Ễ" u2="w"/><hkern k="18" u1="Ễ" u2="f"/><hkern k="80" u1="ễ" u2="’"/><hkern k="11" u1="ễ" u2="т"/><hkern g2="Y.c2sc" k="16" u1="Ệ"/><hkern g2="W.c2sc" k="19" u1="Ệ"/><hkern g2="V.c2sc" k="16" u1="Ệ"/><hkern k="22" u1="Ệ" u2="w"/><hkern k="18" u1="Ệ" u2="f"/><hkern k="80" u1="ệ" u2="’"/><hkern k="11" u1="ệ" u2="т"/><hkern k="28" u1="Ỉ" u2="Ԏ"/><hkern k="30" u1="Ỉ" u2="Ԇ"/><hkern k="29" u1="Ỉ" u2="Ԅ"/><hkern k="28" u1="Ỉ" u2="Ҽ"/><hkern k="27" u1="Ỉ" u2="ҹ"/><hkern k="28" u1="Ỉ" u2="Ҹ"/><hkern k="-21" u1="Ỉ" u2="д"/><hkern k="-21" u1="Ỉ" u2="Д"/><hkern k="28" u1="Ị" u2="Ԏ"/><hkern k="30" u1="Ị" u2="Ԇ"/><hkern k="29" u1="Ị" u2="Ԅ"/><hkern k="28" u1="Ị" u2="Ҽ"/><hkern k="27" u1="Ị" u2="ҹ"/><hkern k="28" u1="Ị" u2="Ҹ"/><hkern k="-21" u1="Ị" u2="д"/><hkern k="-21" u1="Ị" u2="Д"/><hkern g2="X.c2sc" k="11" u1="Ọ"/><hkern g2="A.c2sc" k="19" u1="Ọ"/><hkern k="32" u1="Ọ" u2="Ԏ"/><hkern k="32" u1="Ọ" u2="Ь"/><hkern k="33" u1="Ọ" u2="Д"/><hkern k="22" u1="Ọ" u2="λ"/><hkern k="16" u1="Ọ" u2="Σ"/><hkern k="13" u1="Ọ" u2="Ξ"/><hkern k="33" u1="Ọ" u2="Æ"/><hkern k="80" u1="ọ" u2="’"/><hkern k="20" u1="ọ" u2="ԏ"/><hkern k="11" u1="ọ" u2="ԅ"/><hkern k="21" u1="ọ" u2="ҡ"/><hkern k="15" u1="ọ" u2="ѿ"/><hkern k="16" u1="ọ" u2="ѡ"/><hkern k="22" u1="ọ" u2="т"/><hkern k="72" u1="ọ" u2="д"/><hkern k="22" u1="ọ" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ỏ"/><hkern g2="A.c2sc" k="19" u1="Ỏ"/><hkern k="32" u1="Ỏ" u2="Ԏ"/><hkern k="32" u1="Ỏ" u2="Ь"/><hkern k="33" u1="Ỏ" u2="Д"/><hkern k="22" u1="Ỏ" u2="λ"/><hkern k="16" u1="Ỏ" u2="Σ"/><hkern k="13" u1="Ỏ" u2="Ξ"/><hkern k="33" u1="Ỏ" u2="Æ"/><hkern k="80" u1="ỏ" u2="’"/><hkern k="20" u1="ỏ" u2="ԏ"/><hkern k="11" u1="ỏ" u2="ԅ"/><hkern k="21" u1="ỏ" u2="ҡ"/><hkern k="15" u1="ỏ" u2="ѿ"/><hkern k="16" u1="ỏ" u2="ѡ"/><hkern k="22" u1="ỏ" u2="т"/><hkern k="72" u1="ỏ" u2="д"/><hkern k="22" u1="ỏ" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ố"/><hkern g2="A.c2sc" k="19" u1="Ố"/><hkern k="32" u1="Ố" u2="Ԏ"/><hkern k="32" u1="Ố" u2="Ь"/><hkern k="33" u1="Ố" u2="Д"/><hkern k="22" u1="Ố" u2="λ"/><hkern k="16" u1="Ố" u2="Σ"/><hkern k="13" u1="Ố" u2="Ξ"/><hkern k="33" u1="Ố" u2="Æ"/><hkern k="80" u1="ố" u2="’"/><hkern k="20" u1="ố" u2="ԏ"/><hkern k="11" u1="ố" u2="ԅ"/><hkern k="21" u1="ố" u2="ҡ"/><hkern k="15" u1="ố" u2="ѿ"/><hkern k="16" u1="ố" u2="ѡ"/><hkern k="22" u1="ố" u2="т"/><hkern k="72" u1="ố" u2="д"/><hkern k="22" u1="ố" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ồ"/><hkern g2="A.c2sc" k="19" u1="Ồ"/><hkern k="32" u1="Ồ" u2="Ԏ"/><hkern k="32" u1="Ồ" u2="Ь"/><hkern k="33" u1="Ồ" u2="Д"/><hkern k="22" u1="Ồ" u2="λ"/><hkern k="16" u1="Ồ" u2="Σ"/><hkern k="13" u1="Ồ" u2="Ξ"/><hkern k="33" u1="Ồ" u2="Æ"/><hkern k="80" u1="ồ" u2="’"/><hkern k="20" u1="ồ" u2="ԏ"/><hkern k="11" u1="ồ" u2="ԅ"/><hkern k="21" u1="ồ" u2="ҡ"/><hkern k="15" u1="ồ" u2="ѿ"/><hkern k="16" u1="ồ" u2="ѡ"/><hkern k="22" u1="ồ" u2="т"/><hkern k="72" u1="ồ" u2="д"/><hkern k="22" u1="ồ" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ổ"/><hkern g2="A.c2sc" k="19" u1="Ổ"/><hkern k="32" u1="Ổ" u2="Ԏ"/><hkern k="32" u1="Ổ" u2="Ь"/><hkern k="33" u1="Ổ" u2="Д"/><hkern k="22" u1="Ổ" u2="λ"/><hkern k="16" u1="Ổ" u2="Σ"/><hkern k="13" u1="Ổ" u2="Ξ"/><hkern k="33" u1="Ổ" u2="Æ"/><hkern k="80" u1="ổ" u2="’"/><hkern k="20" u1="ổ" u2="ԏ"/><hkern k="11" u1="ổ" u2="ԅ"/><hkern k="21" u1="ổ" u2="ҡ"/><hkern k="15" u1="ổ" u2="ѿ"/><hkern k="16" u1="ổ" u2="ѡ"/><hkern k="22" u1="ổ" u2="т"/><hkern k="72" u1="ổ" u2="д"/><hkern k="22" u1="ổ" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ỗ"/><hkern g2="A.c2sc" k="19" u1="Ỗ"/><hkern k="32" u1="Ỗ" u2="Ԏ"/><hkern k="32" u1="Ỗ" u2="Ь"/><hkern k="33" u1="Ỗ" u2="Д"/><hkern k="22" u1="Ỗ" u2="λ"/><hkern k="16" u1="Ỗ" u2="Σ"/><hkern k="13" u1="Ỗ" u2="Ξ"/><hkern k="33" u1="Ỗ" u2="Æ"/><hkern k="80" u1="ỗ" u2="’"/><hkern k="20" u1="ỗ" u2="ԏ"/><hkern k="11" u1="ỗ" u2="ԅ"/><hkern k="21" u1="ỗ" u2="ҡ"/><hkern k="15" u1="ỗ" u2="ѿ"/><hkern k="16" u1="ỗ" u2="ѡ"/><hkern k="22" u1="ỗ" u2="т"/><hkern k="72" u1="ỗ" u2="д"/><hkern k="22" u1="ỗ" u2="τ"/><hkern g2="X.c2sc" k="11" u1="Ộ"/><hkern g2="A.c2sc" k="19" u1="Ộ"/><hkern k="32" u1="Ộ" u2="Ԏ"/><hkern k="32" u1="Ộ" u2="Ь"/><hkern k="33" u1="Ộ" u2="Д"/><hkern k="22" u1="Ộ" u2="λ"/><hkern k="16" u1="Ộ" u2="Σ"/><hkern k="13" u1="Ộ" u2="Ξ"/><hkern k="33" u1="Ộ" u2="Æ"/><hkern k="80" u1="ộ" u2="’"/><hkern k="20" u1="ộ" u2="ԏ"/><hkern k="11" u1="ộ" u2="ԅ"/><hkern k="21" u1="ộ" u2="ҡ"/><hkern k="15" u1="ộ" u2="ѿ"/><hkern k="16" u1="ộ" u2="ѡ"/><hkern k="22" u1="ộ" u2="т"/><hkern k="72" u1="ộ" u2="д"/><hkern k="22" u1="ộ" u2="τ"/><hkern k="80" u1="ỡ" u2="’"/><hkern k="20" u1="ỡ" u2="ԏ"/><hkern k="11" u1="ỡ" u2="ԅ"/><hkern k="21" u1="ỡ" u2="ҡ"/><hkern k="15" u1="ỡ" u2="ѿ"/><hkern k="16" u1="ỡ" u2="ѡ"/><hkern k="22" u1="ỡ" u2="т"/><hkern k="72" u1="ỡ" u2="д"/><hkern k="22" u1="ỡ" u2="τ"/><hkern g2="A.c2sc" k="21" u1="Ụ"/><hkern g2="A.c2sc" k="21" u1="Ủ"/><hkern g2="X.c2sc" k="17" u1="Ỳ"/><hkern g2="W.c2sc" k="13" u1="Ỳ"/><hkern g2="T.c2sc" k="13" u1="Ỳ"/><hkern g2="Q.c2sc" k="53" u1="Ỳ"/><hkern g2="O.c2sc" k="53" u1="Ỳ"/><hkern g2="G.c2sc" k="53" u1="Ỳ"/><hkern g2="C.c2sc" k="51" u1="Ỳ"/><hkern g2="A.c2sc" k="85" u1="Ỳ"/><hkern k="45" u1="Ỳ" u2="•"/><hkern k="57" u1="Ỳ" u2="ω"/><hkern k="38" u1="Ỳ" u2="ψ"/><hkern k="53" u1="Ỳ" u2="φ"/><hkern k="23" u1="Ỳ" u2="τ"/><hkern k="70" u1="Ỳ" u2="ρ"/><hkern k="24" u1="Ỳ" u2="π"/><hkern k="42" u1="Ỳ" u2="ι"/><hkern k="23" u1="Ỳ" u2="θ"/><hkern k="-13" u1="Ỳ" u2="ζ"/><hkern k="58" u1="Ỳ" u2="ε"/><hkern k="22" u1="Ỳ" u2="β"/><hkern k="48" u1="Ỳ" u2="Φ"/><hkern k="64" u1="Ỳ" u2="ø"/><hkern k="63" u1="Ỳ" u2="æ"/><hkern k="96" u1="Ỳ" u2="Æ"/><hkern k="51" u1="Ỳ" u2="»"/><hkern k="82" u1="Ỳ" u2="«"/><hkern k="-19" u1="Ỳ" u2="}"/><hkern k="22" u1="Ỳ" u2="t"/><hkern k="40" u1="Ỳ" u2="r"/><hkern k="22" u1="Ỳ" u2="f"/><hkern k="-18" u1="Ỳ" u2="]"/><hkern k="49" u1="Ỳ" u2="*"/><hkern k="-20" u1="Ỳ" u2=")"/><hkern k="30" u1="Ỳ" u2="&amp;"/><hkern k="15" u1="ỳ" u2="ѻ"/><hkern k="56" u1="ỳ" u2="д"/><hkern k="-12" u1="ỳ" u2="τ"/><hkern k="22" u1="ỳ" u2="ρ"/><hkern k="-11" u1="ỳ" u2="π"/><hkern k="-13" u1="ỳ" u2="f"/><hkern g2="X.c2sc" k="17" u1="Ỵ"/><hkern g2="W.c2sc" k="13" u1="Ỵ"/><hkern g2="T.c2sc" k="13" u1="Ỵ"/><hkern g2="Q.c2sc" k="53" u1="Ỵ"/><hkern g2="O.c2sc" k="53" u1="Ỵ"/><hkern g2="G.c2sc" k="53" u1="Ỵ"/><hkern g2="C.c2sc" k="51" u1="Ỵ"/><hkern g2="A.c2sc" k="85" u1="Ỵ"/><hkern k="45" u1="Ỵ" u2="•"/><hkern k="57" u1="Ỵ" u2="ω"/><hkern k="38" u1="Ỵ" u2="ψ"/><hkern k="53" u1="Ỵ" u2="φ"/><hkern k="23" u1="Ỵ" u2="τ"/><hkern k="70" u1="Ỵ" u2="ρ"/><hkern k="24" u1="Ỵ" u2="π"/><hkern k="42" u1="Ỵ" u2="ι"/><hkern k="23" u1="Ỵ" u2="θ"/><hkern k="-13" u1="Ỵ" u2="ζ"/><hkern k="58" u1="Ỵ" u2="ε"/><hkern k="22" u1="Ỵ" u2="β"/><hkern k="48" u1="Ỵ" u2="Φ"/><hkern k="64" u1="Ỵ" u2="ø"/><hkern k="63" u1="Ỵ" u2="æ"/><hkern k="96" u1="Ỵ" u2="Æ"/><hkern k="51" u1="Ỵ" u2="»"/><hkern k="82" u1="Ỵ" u2="«"/><hkern k="-19" u1="Ỵ" u2="}"/><hkern k="22" u1="Ỵ" u2="t"/><hkern k="40" u1="Ỵ" u2="r"/><hkern k="22" u1="Ỵ" u2="f"/><hkern k="-18" u1="Ỵ" u2="]"/><hkern k="49" u1="Ỵ" u2="*"/><hkern k="-20" u1="Ỵ" u2=")"/><hkern k="30" u1="Ỵ" u2="&amp;"/><hkern k="15" u1="ỵ" u2="ѻ"/><hkern k="56" u1="ỵ" u2="д"/><hkern k="-12" u1="ỵ" u2="τ"/><hkern k="22" u1="ỵ" u2="ρ"/><hkern k="-11" u1="ỵ" u2="π"/><hkern k="-13" u1="ỵ" u2="f"/><hkern g2="X.c2sc" k="17" u1="Ỷ"/><hkern g2="W.c2sc" k="13" u1="Ỷ"/><hkern g2="T.c2sc" k="13" u1="Ỷ"/><hkern g2="Q.c2sc" k="53" u1="Ỷ"/><hkern g2="O.c2sc" k="53" u1="Ỷ"/><hkern g2="G.c2sc" k="53" u1="Ỷ"/><hkern g2="C.c2sc" k="51" u1="Ỷ"/><hkern g2="A.c2sc" k="85" u1="Ỷ"/><hkern k="45" u1="Ỷ" u2="•"/><hkern k="57" u1="Ỷ" u2="ω"/><hkern k="38" u1="Ỷ" u2="ψ"/><hkern k="53" u1="Ỷ" u2="φ"/><hkern k="23" u1="Ỷ" u2="τ"/><hkern k="70" u1="Ỷ" u2="ρ"/><hkern k="24" u1="Ỷ" u2="π"/><hkern k="42" u1="Ỷ" u2="ι"/><hkern k="23" u1="Ỷ" u2="θ"/><hkern k="-13" u1="Ỷ" u2="ζ"/><hkern k="58" u1="Ỷ" u2="ε"/><hkern k="22" u1="Ỷ" u2="β"/><hkern k="48" u1="Ỷ" u2="Φ"/><hkern k="64" u1="Ỷ" u2="ø"/><hkern k="63" u1="Ỷ" u2="æ"/><hkern k="96" u1="Ỷ" u2="Æ"/><hkern k="51" u1="Ỷ" u2="»"/><hkern k="82" u1="Ỷ" u2="«"/><hkern k="-19" u1="Ỷ" u2="}"/><hkern k="22" u1="Ỷ" u2="t"/><hkern k="40" u1="Ỷ" u2="r"/><hkern k="22" u1="Ỷ" u2="f"/><hkern k="-18" u1="Ỷ" u2="]"/><hkern k="49" u1="Ỷ" u2="*"/><hkern k="-20" u1="Ỷ" u2=")"/><hkern k="30" u1="Ỷ" u2="&amp;"/><hkern k="15" u1="ỷ" u2="ѻ"/><hkern k="56" u1="ỷ" u2="д"/><hkern k="-12" u1="ỷ" u2="τ"/><hkern k="22" u1="ỷ" u2="ρ"/><hkern k="-11" u1="ỷ" u2="π"/><hkern k="-13" u1="ỷ" u2="f"/><hkern g2="X.c2sc" k="17" u1="Ỹ"/><hkern g2="W.c2sc" k="13" u1="Ỹ"/><hkern g2="T.c2sc" k="13" u1="Ỹ"/><hkern g2="Q.c2sc" k="53" u1="Ỹ"/><hkern g2="O.c2sc" k="53" u1="Ỹ"/><hkern g2="G.c2sc" k="53" u1="Ỹ"/><hkern g2="C.c2sc" k="51" u1="Ỹ"/><hkern g2="A.c2sc" k="85" u1="Ỹ"/><hkern k="45" u1="Ỹ" u2="•"/><hkern k="57" u1="Ỹ" u2="ω"/><hkern k="38" u1="Ỹ" u2="ψ"/><hkern k="53" u1="Ỹ" u2="φ"/><hkern k="23" u1="Ỹ" u2="τ"/><hkern k="70" u1="Ỹ" u2="ρ"/><hkern k="24" u1="Ỹ" u2="π"/><hkern k="42" u1="Ỹ" u2="ι"/><hkern k="23" u1="Ỹ" u2="θ"/><hkern k="-13" u1="Ỹ" u2="ζ"/><hkern k="58" u1="Ỹ" u2="ε"/><hkern k="22" u1="Ỹ" u2="β"/><hkern k="48" u1="Ỹ" u2="Φ"/><hkern k="64" u1="Ỹ" u2="ø"/><hkern k="63" u1="Ỹ" u2="æ"/><hkern k="96" u1="Ỹ" u2="Æ"/><hkern k="51" u1="Ỹ" u2="»"/><hkern k="82" u1="Ỹ" u2="«"/><hkern k="-19" u1="Ỹ" u2="}"/><hkern k="22" u1="Ỹ" u2="t"/><hkern k="40" u1="Ỹ" u2="r"/><hkern k="22" u1="Ỹ" u2="f"/><hkern k="-18" u1="Ỹ" u2="]"/><hkern k="49" u1="Ỹ" u2="*"/><hkern k="-20" u1="Ỹ" u2=")"/><hkern k="30" u1="Ỹ" u2="&amp;"/><hkern k="15" u1="ỹ" u2="ѻ"/><hkern k="56" u1="ỹ" u2="д"/><hkern k="-12" u1="ỹ" u2="τ"/><hkern k="22" u1="ỹ" u2="ρ"/><hkern k="-11" u1="ỹ" u2="π"/><hkern k="-13" u1="ỹ" u2="f"/><hkern g2="X.c2sc" k="11" u1="Ὅ"/><hkern g2="A.c2sc" k="19" u1="Ὅ"/><hkern k="32" u1="Ὅ" u2="Ԏ"/><hkern k="32" u1="Ὅ" u2="Ь"/><hkern k="33" u1="Ὅ" u2="Д"/><hkern k="22" u1="Ὅ" u2="λ"/><hkern k="16" u1="Ὅ" u2="Σ"/><hkern k="13" u1="Ὅ" u2="Ξ"/><hkern k="33" u1="Ὅ" u2="Æ"/><hkern k="-11" u1="‘" u2="w"/><hkern k="128" u1="’" u2="ỡ"/><hkern k="128" u1="’" u2="ộ"/><hkern k="128" u1="’" u2="ỗ"/><hkern k="128" u1="’" u2="ổ"/><hkern k="128" u1="’" u2="ồ"/><hkern k="128" u1="’" u2="ố"/><hkern k="128" u1="’" u2="ỏ"/><hkern k="128" u1="’" u2="ọ"/><hkern k="128" u1="’" u2="ӫ"/><hkern k="128" u1="’" u2="ӧ"/><hkern k="128" u1="’" u2="ѳ"/><hkern k="112" u1="’" u2="ѕ"/><hkern k="128" u1="’" u2="о"/><hkern k="128" u1="’" u2="ό"/><hkern k="128" u1="’" u2="ο"/><hkern k="112" u1="’" u2="ș"/><hkern k="112" u1="’" u2="š"/><hkern k="112" u1="’" u2="ş"/><hkern k="112" u1="’" u2="ŝ"/><hkern k="112" u1="’" u2="ś"/><hkern k="128" u1="’" u2="ő"/><hkern k="128" u1="’" u2="ŏ"/><hkern k="128" u1="’" u2="ō"/><hkern k="128" u1="’" u2="ö"/><hkern k="128" u1="’" u2="õ"/><hkern k="128" u1="’" u2="ô"/><hkern k="128" u1="’" u2="ó"/><hkern k="128" u1="’" u2="ò"/><hkern k="112" u1="’" u2="s"/><hkern k="128" u1="’" u2="o"/><hkern k="-32" u1="’" u2="l"/><hkern k="-32" u1="’" u2="k"/><hkern k="-32" u1="’" u2="h"/><hkern k="-11" u1="’" u2="w"/><hkern k="-11" u1="‛" u2="w"/><hkern k="-11" u1="“" u2="w"/><hkern k="-11" u1="”" u2="w"/><hkern k="-11" u1="′" u2="w"/><hkern k="-11" u1="″" u2="w"/><hkern g1="A.c2sc" g2="Y.c2sc" k="65"/><hkern g1="A.c2sc" g2="W.c2sc" k="40"/><hkern g1="A.c2sc" g2="V.c2sc" k="57"/><hkern g1="A.c2sc" g2="U.c2sc" k="20"/><hkern g1="A.c2sc" g2="T.c2sc" k="64"/><hkern g1="A.c2sc" g2="Q.c2sc" k="14"/><hkern g1="A.c2sc" g2="O.c2sc" k="14"/><hkern g1="A.c2sc" g2="G.c2sc" k="14"/><hkern g1="A.c2sc" g2="C.c2sc" k="14"/><hkern g1="D.c2sc" g2="W.c2sc" k="11"/><hkern g1="D.c2sc" g2="V.c2sc" k="18"/><hkern g1="K.c2sc" g2="Q.c2sc" k="21"/><hkern g1="K.c2sc" g2="O.c2sc" k="21"/><hkern g1="L.c2sc" g2="Y.c2sc" k="76"/><hkern g1="L.c2sc" g2="W.c2sc" k="43"/><hkern g1="L.c2sc" g2="V.c2sc" k="73"/><hkern g1="L.c2sc" g2="U.c2sc" k="20"/><hkern g1="L.c2sc" g2="T.c2sc" k="69"/><hkern g1="L.c2sc" g2="Q.c2sc" k="16"/><hkern g1="L.c2sc" g2="O.c2sc" k="17"/><hkern g1="O.c2sc" g2="Y.c2sc" k="22"/><hkern g1="O.c2sc" g2="X.c2sc" k="20"/><hkern g1="O.c2sc" g2="V.c2sc" k="15"/><hkern g1="O.c2sc" g2="T.c2sc" k="18"/><hkern g1="Q.c2sc" g2="Y.c2sc" k="27"/><hkern g1="Q.c2sc" g2="W.c2sc" k="15"/><hkern g1="Q.c2sc" g2="V.c2sc" k="21"/><hkern g1="Q.c2sc" g2="T.c2sc" k="23"/><hkern g1="R.c2sc" g2="Y.c2sc" k="18"/><hkern g1="R.c2sc" g2="W.c2sc" k="11"/><hkern g1="R.c2sc" g2="V.c2sc" k="15"/><hkern g1="R.c2sc" g2="T.c2sc" k="14"/><hkern g1="T.c2sc" g2="Y.c2sc" k="-13"/><hkern g1="T.c2sc" g2="V.c2sc" k="-13"/><hkern g1="C.ss06" k="19" u2="ҽ"/><hkern g1="C.ss06" k="17" u2="}"/><hkern g1="C.ss06" k="12" u2="]"/><hkern g1="C.ss06" k="26" u2=")"/><hkern g1="D.ss06" g2="X.c2sc" k="11"/><hkern g1="D.ss06" g2="A.c2sc" k="19"/><hkern g1="D.ss06" k="32" u2="Ԏ"/><hkern g1="D.ss06" k="32" u2="Ь"/><hkern g1="D.ss06" k="33" u2="Д"/><hkern g1="D.ss06" k="22" u2="λ"/><hkern g1="D.ss06" k="16" u2="Σ"/><hkern g1="D.ss06" k="13" u2="Ξ"/><hkern g1="D.ss06" k="33" u2="Æ"/><hkern g1="O.ss06" g2="X.c2sc" k="11"/><hkern g1="O.ss06" g2="A.c2sc" k="19"/><hkern g1="O.ss06" k="32" u2="Ԏ"/><hkern g1="O.ss06" k="32" u2="Ь"/><hkern g1="O.ss06" k="33" u2="Д"/><hkern g1="O.ss06" k="22" u2="λ"/><hkern g1="O.ss06" k="16" u2="Σ"/><hkern g1="O.ss06" k="13" u2="Ξ"/><hkern g1="O.ss06" k="33" u2="Æ"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="-17"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="50"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="uni0447,uni04B7,uni04CC,uni04F5" k="113"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="uni043B,uni0459,uni04C6,uni0513" k="-18"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="11"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni1EE4,uni1EE6" k="17"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="120"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="12"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" k="69"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="129"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="11"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="z,zacute,zdotaccent,zcaron" k="-12"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="V,uni0474,uni0476" k="87"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="94"/><hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" g2="uni0427,uni04B6,uni04CB,uni04F4" k="55"/><hkern g1="B,Beta,uni0412" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="27"/><hkern g1="B,Beta,uni0412" g2="V,uni0474,uni0476" k="24"/><hkern g1="B,Beta,uni0412" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="55"/><hkern g1="B,Beta,uni0412" g2="uni040E,uni0423,uni04EE,uni04F0,uni04F2" k="13"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="-17"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="uni0447,uni04B7,uni04CC,uni04F5" k="27"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="uni043B,uni0459,uni04C6,uni0513" k="-17"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="29"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="28"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="uni0427,uni04B6,uni04CB,uni04F4" k="28"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="-18"/><hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde,Hcircumflex,Itilde,Imacron,Ibreve,Iogonek,Idotaccent,Nacute,uni0145,Ncaron,Etatonos,Iotatonos,Eta,Iota,Mu,Nu,Iotadieresis,uni0406,uni0407,uni040F,uni0418,uni041B,uni041C,uni041D,uni0426,uni0428,uni04A2,uni04C0,uni04C9,uni04CD,uni04CF,uni1E3E,uni1EC8,uni1ECA" g2="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" k="-17"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="31"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="27"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="V,uni0474,uni0476" k="22"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="43"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="21"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" k="22"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="102"/><hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,Omicrontonos,Theta,Omicron,uni041E,uni04E6,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1F4D,D.ss06,O.ss06" g2="Z,Zacute,Zdotaccent,Zcaron,Zeta" k="23"/><hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,uni0421,uni04AA,C.ss06" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="29"/><hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,Epsilontonos,Epsilon,uni0400,uni0401,uni0415,uni04D6,uni1EB8,uni1EBA,uni1EBC,uni1EBE,uni1EC0,uni1EC2,uni1EC4,uni1EC6" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="26"/><hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,Epsilontonos,Epsilon,uni0400,uni0401,uni0415,uni04D6,uni1EB8,uni1EBA,uni1EBC,uni1EBE,uni1EC0,uni1EC2,uni1EC4,uni1EC6" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="19"/><hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,Epsilontonos,Epsilon,uni0400,uni0401,uni0415,uni04D6,uni1EB8,uni1EBA,uni1EBC,uni1EBE,uni1EC0,uni1EC2,uni1EC4,uni1EC6" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="-20"/><hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,Epsilontonos,Epsilon,uni0400,uni0401,uni0415,uni04D6,uni1EB8,uni1EBA,uni1EBC,uni1EBE,uni1EC0,uni1EC2,uni1EC4,uni1EC6" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="17"/><hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,Epsilontonos,Epsilon,uni0400,uni0401,uni0415,uni04D6,uni1EB8,uni1EBA,uni1EBC,uni1EBE,uni1EC0,uni1EC2,uni1EC4,uni1EC6" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="19"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="53"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="72"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="uni0447,uni04B7,uni04CC,uni04F5" k="132"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="uni043B,uni0459,uni04C6,uni0513" k="130"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="28"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="99"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" k="-15"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="-16"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="95"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="z,zacute,zdotaccent,zcaron" k="60"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="V,uni0474,uni0476" k="-16"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="-16"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="79"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="218"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="99"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="77"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="hyphen,uni00AD,endash,emdash,uni2015" k="232"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="m,n,p,ntilde,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni0433,uni0438,uni0439,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044C,uni044E,uni0453,uni045A,uni045C,uni045D,uni048B,uni049B,uni04A3,uni04A5,uni04C8,uni04CA,uni04CE,uni04E3,uni04E5,uni04F7,uni04F9,uni04FB,uni1E3F" k="109"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="S,Sacute,Scircumflex,Scedilla,Scaron,uni0218" k="16"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="113"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="s,sacute,scircumflex,scedilla,scaron,uni0219,uni0455" k="116"/><hkern g1="T,uni0162,Tcaron,Tbar,uni021A,Tau,uni0422,uni04AC" g2="J,Jcircumflex,uni0408" k="240"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="110"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="142"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="uni0447,uni04B7,uni04CC,uni04F5" k="244"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="uni043B,uni0459,uni04C6,uni0513" k="241"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="67"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="188"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" k="-5"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="-7"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="181"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="z,zacute,zdotaccent,zcaron" k="122"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="V,uni0474,uni0476" k="-7"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="-7"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="194"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="390"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="188"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="150"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="hyphen,uni00AD,endash,emdash,uni2015" k="414"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="m,n,p,ntilde,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni0433,uni0438,uni0439,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044C,uni044E,uni0453,uni045A,uni045C,uni045D,uni048B,uni049B,uni04A3,uni04A5,uni04C8,uni04CA,uni04CE,uni04E3,uni04E5,uni04F7,uni04F9,uni04FB,uni1E3F" k="205"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="S,Sacute,Scircumflex,Scedilla,Scaron,uni0218" k="47"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="212"/><hkern g1="Gamma,uni0403,uni0413,uni0490,uni0492,uni04F6" g2="s,sacute,scircumflex,scedilla,scaron,uni0219,uni0455" k="217"/><hkern g1="uni0433,uni0453,uni0491,uni04F7,uni04FB" g2="uni043B,uni0459,uni04C6,uni0513" k="40"/><hkern g1="uni0433,uni0453,uni0491,uni04F7,uni04FB" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="20"/><hkern g1="uni0433,uni0453,uni0491,uni04F7,uni04FB" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="20"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="40"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="uni0447,uni04B7,uni04CC,uni04F5" k="93"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="31"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="27"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="23"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="26"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="hyphen,uni00AD,endash,emdash,uni2015" k="64"/><hkern g1="K,uni0136,Kappa,uni040C,uni041A,uni049A,uni049C,uni049E,uni04A0" g2="m,n,p,ntilde,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni0433,uni0438,uni0439,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044C,uni044E,uni0453,uni045A,uni045C,uni045D,uni048B,uni049B,uni04A3,uni04A5,uni04C8,uni04CA,uni04CE,uni04E3,uni04E5,uni04F7,uni04F9,uni04FB,uni1E3F" k="23"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="133"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="65"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni1EE4,uni1EE6" k="54"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="336"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" k="143"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="275"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="44"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="V,uni0474,uni0476" k="175"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="239"/><hkern g1="L,Lacute,uni013B,Lcaron,Ldot" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="-19"/><hkern g1="P,Rho,uni0420" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="55"/><hkern g1="P,Rho,uni0420" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="-15"/><hkern g1="P,Rho,uni0420" g2="uni043B,uni0459,uni04C6,uni0513" k="39"/><hkern g1="P,Rho,uni0420" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="13"/><hkern g1="P,Rho,uni0420" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="138"/><hkern g1="P,Rho,uni0420" g2="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" k="31"/><hkern g1="P,Rho,uni0420" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="324"/><hkern g1="P,Rho,uni0420" g2="Z,Zacute,Zdotaccent,Zcaron,Zeta" k="26"/><hkern g1="P,Rho,uni0420" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="13"/><hkern g1="P,Rho,uni0420" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="11"/><hkern g1="P,Rho,uni0420" g2="J,Jcircumflex,uni0408" k="200"/><hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis,Jcircumflex,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni0408,uni1EE4,uni1EE6" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="22"/><hkern g1="V,uni0474,uni0476" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="11"/><hkern g1="V,uni0474,uni0476" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="13"/><hkern g1="V,uni0474,uni0476" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="46"/><hkern g1="V,uni0474,uni0476" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="28"/><hkern g1="V,uni0474,uni0476" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="75"/><hkern g1="V,uni0474,uni0476" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="225"/><hkern g1="V,uni0474,uni0476" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="44"/><hkern g1="V,uni0474,uni0476" g2="hyphen,uni00AD,endash,emdash,uni2015" k="37"/><hkern g1="V,uni0474,uni0476" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="46"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="-17"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="31"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="uni0447,uni04B7,uni04CC,uni04F5" k="47"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="uni043B,uni0459,uni04C6,uni0513" k="-17"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="25"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="21"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="21"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="V,uni0474,uni0476" k="-14"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="26"/><hkern g1="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" g2="hyphen,uni00AD,endash,emdash,uni2015" k="46"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="20"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="29"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,uni1EE4,uni1EE6" k="96"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="65"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis" k="-17"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="-17"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="39"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="z,zacute,zdotaccent,zcaron" k="30"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="V,uni0474,uni0476" k="-18"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="-18"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="94"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" k="-13"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="211"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="65"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="23"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="hyphen,uni00AD,endash,emdash,uni2015" k="52"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="m,n,p,ntilde,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni0433,uni0438,uni0439,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044C,uni044E,uni0453,uni045A,uni045C,uni045D,uni048B,uni049B,uni04A3,uni04A5,uni04C8,uni04CA,uni04CE,uni04E3,uni04E5,uni04F7,uni04F9,uni04FB,uni1E3F" k="40"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="S,Sacute,Scircumflex,Scedilla,Scaron,uni0218" k="16"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="73"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="s,sacute,scircumflex,scedilla,scaron,uni0219,uni0455" k="58"/><hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" g2="J,Jcircumflex,uni0408" k="96"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="31"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="-14"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="19"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="43"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="123"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="31"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="hyphen,uni00AD,endash,emdash,uni2015" k="60"/><hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="33"/><hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="27"/><hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="26"/><hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="21"/><hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,uhorn,upsilondieresistonos,upsilon,upsilondieresis,upsilontonos,uni1EE5,uni1EE7,uni1EE9,uni1EEB,uni1EED,uni1EEF,uni1EF1" k="19"/><hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="-13"/><hkern g1="Z,Zacute,Zdotaccent,Zcaron,Zeta" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="21"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="54"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="uni0447,uni04B7,uni04CC,uni04F5" k="23"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="uni043B,uni0459,uni04C6,uni0513" k="69"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,uni0122,Omacron,Obreve,Ohungarumlaut,OE,Ohorn,Oslashacute,Omicrontonos,Theta,Omicron,uni0404,uni041E,uni0421,uni0460,uni0472,uni0478,uni047A,uni047C,uni047E,uni0480,uni04A8,uni04AA,uni04E6,uni04E8,uni04EA,uni050C,uni1ECC,uni1ECE,uni1ED0,uni1ED2,uni1ED4,uni1ED6,uni1ED8,uni1EDA,uni1EDC,uni1EDE,uni1EE0,uni1EE2,uni1F4D,C.ss06,G.ss06,O.ss06,Q.ss06" k="23"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="67"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="-18"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="-18"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="91"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="403"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="67"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="hyphen,uni00AD,endash,emdash,uni2015" k="119"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="m,n,p,ntilde,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni0433,uni0438,uni0439,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044C,uni044E,uni0453,uni045A,uni045C,uni045D,uni048B,uni049B,uni04A3,uni04A5,uni04C8,uni04CA,uni04CE,uni04E3,uni04E5,uni04F7,uni04F9,uni04FB,uni1E3F" k="102"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="111"/><hkern g1="uni040E,uni0423,uni04EE,uni04F0,uni04F2" g2="s,sacute,scircumflex,scedilla,scaron,uni0219,uni0455" k="46"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="15"/><hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="67"/><hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron,uni0441,uni04AB" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="11"/><hkern g1="b,p,thorn,rho,uni0440,uni0444,uni044D,uni048F,uni04ED" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="11"/><hkern g1="b,p,thorn,rho,uni0440,uni0444,uni044D,uni048F,uni04ED" g2="uni043B,uni0459,uni04C6,uni0513" k="14"/><hkern g1="b,p,thorn,rho,uni0440,uni0444,uni044D,uni048F,uni04ED" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="29"/><hkern g1="b,p,thorn,rho,uni0440,uni0444,uni044D,uni048F,uni04ED" g2="z,zacute,zdotaccent,zcaron" k="15"/><hkern g1="b,p,thorn,rho,uni0440,uni0444,uni044D,uni048F,uni04ED" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="15"/><hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,uni0435,uni0450,uni0451,uni04D7,uni04D9,uni04DB,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="13"/><hkern g1="e,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,uni0435,uni0450,uni0451,uni04D7,uni04D9,uni04DB,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="14"/><hkern g1="h,m,n,ntilde,hcircumflex,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni04BB,uni1E3F" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="104"/><hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="15"/><hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" g2="uni043B,uni0459,uni04C6,uni0513" k="16"/><hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="136"/><hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" g2="z,zacute,zdotaccent,zcaron" k="16"/><hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="21"/><hkern g1="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" g2="uni043B,uni0459,uni04C6,uni0513" k="41"/><hkern g1="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="-15"/><hkern g1="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="15"/><hkern g1="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="107"/><hkern g1="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="13"/><hkern g1="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="15"/><hkern g1="r,racute,uni0157,rcaron" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="-18"/><hkern g1="r,racute,uni0157,rcaron" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="-16"/><hkern g1="r,racute,uni0157,rcaron" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="20"/><hkern g1="r,racute,uni0157,rcaron" g2="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" k="123"/><hkern g1="r,racute,uni0157,rcaron" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="19"/><hkern g1="r,racute,uni0157,rcaron" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="40"/><hkern g1="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="20"/><hkern g1="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="20"/><hkern g1="z,zacute,zdotaccent,zcaron" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="16"/><hkern g1="z,zacute,zdotaccent,zcaron" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="16"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="107"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="o,ograve,oacute,ocircumflex,otilde,odieresis,omacron,obreve,ohungarumlaut,omicron,omicrontonos,uni043E,uni0473,uni04E7,uni04EB,uni1ECD,uni1ECF,uni1ED1,uni1ED3,uni1ED5,uni1ED7,uni1ED9,uni1EE1" k="61"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute,Alphatonos,Alpha,Delta,Lambda,uni0410,uni0466,uni04D0,uni04D2,uni1E00,uni1EA0,uni1EA2,uni1EA4,uni1EA6,uni1EA8,uni1EAA,uni1EAC,uni1EAE,uni1EB0,uni1EB2,uni1EB4,uni1EB6" k="120"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,uni0123,oe,ohorn,alphatonos,alpha,sigma1,sigma,uni0435,uni0441,uni0444,uni0450,uni0451,uni0454,uni0479,uni047D,uni0481,uni04A9,uni04AB,uni04D7,uni04D9,uni04DB,uni04E9,uni0501,uni0502,uni0503,uni050D,uni1EB9,uni1EBB,uni1EBD,uni1EBF,uni1EC1,uni1EC3,uni1EC5,uni1EC7,uni1EDB,uni1EDD,uni1EDF,uni1EE3" k="59"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="m,n,p,ntilde,nacute,uni0146,ncaron,napostrophe,etatonos,eta,uni0433,uni0438,uni0439,uni043A,uni043C,uni043D,uni043F,uni0440,uni0446,uni0448,uni0449,uni044C,uni044E,uni0453,uni045A,uni045C,uni045D,uni048B,uni049B,uni04A3,uni04A5,uni04C8,uni04CA,uni04CE,uni04E3,uni04E5,uni04F7,uni04F9,uni04FB,uni1E3F" k="20"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,amacron,abreve,aogonek,aringacute,uni0430,uni04D1,uni04D3,uni1E01,uni1EA1,uni1EA3,uni1EA5,uni1EA7,uni1EA9,uni1EAB,uni1EAD,uni1EAF,uni1EB1,uni1EB3,uni1EB5,uni1EB7" k="50"/><hkern g1="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" g2="s,sacute,scircumflex,scedilla,scaron,uni0219,uni0455" k="80"/><hkern g1="comma,period,quotesinglbase,quotedblbase,twodotenleader,ellipsis" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="170"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="uni0409,uni041B,uni04C5,uni0508,uni0512" k="11"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="64"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="T,uni0162,Tcaron,uni021A,uni0402,uni040B,uni0422,uni04A0,uni04AC,uni04B4" k="267"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="V,uni0474,uni0476" k="56"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="Y,Yacute,Ycircumflex,Ydieresis,Upsilontonos,Upsilon,Upsilondieresis,uni04AE,uni04B0,Ygrave,uni1EF4,uni1EF6,uni1EF8" k="83"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="uni0427,uni04B6,uni04CB,uni04F4" k="25"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="uni040E,uni0423,uni04EE,uni04F0,uni04F2" k="21"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="X,Chi,uni0416,uni0425,uni0496,uni04B2,uni04C1,uni04DC,uni04FC" k="16"/><hkern g1="uni0409,uni040A,uni042A,uni042C,uni0462" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="55"/><hkern g1="uni044A,uni044C,uni0459,uni045A,uni0463" g2="v,y,yacute,ydieresis,ycircumflex,gamma,nu,uni0443,uni045E,uni0475,uni0477,uni04AF,uni04EF,uni04F1,uni04F3,ygrave,uni1EF5,uni1EF7,uni1EF9" k="35"/><hkern g1="uni044A,uni044C,uni0459,uni045A,uni0463" g2="uni0447,uni04B7,uni04CC,uni04F5" k="39"/><hkern g1="uni044A,uni044C,uni0459,uni045A,uni0463" g2="quotedbl,quotesingle,uni02BC,quoteleft,quoteright,quotereversed,quotedblleft,quotedblright,minute,second" k="135"/><hkern g1="uni044A,uni044C,uni0459,uni045A,uni0463" g2="x,uni0436,uni0445,uni0497,uni04B3,uni04C2,uni04DD,uni04FD" k="11"/></font></defs></svg>